Contents

compnerd/swift-winmd

An ECMA 335 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

Default branch: main

README: README.md