Contents

compnerd/swift-winmd

Windows Metadata Parser in Swift

Build Requirements

  • Swift 5.5 or newer

Debugging

Debugging on Windows

For debugging the Swift application code, it is easier to debug using LLDB and DWARF. In such a case, you will need to build the application as follows to enable the debug information:

swift build -Xlinker -debug:dwarf

Package Metadata

Repository: compnerd/swift-winmd

Stars: 20

Forks: 3

Open issues: 1

Default branch: main

Primary language: swift

License: BSD-3-Clause

Topics: debugging, hacktoberfest2022, swift, windows, winmd

README: README.md