How to parse a .swiftmodule file ?
the doc https://github.com/apple/swift/blob/main/docs/Serialization.md descriped the .swiftmodule is LLVM bitcode file,now I want parse or deserialize it and get the AST information,How can I do?
How to open a .swiftmodule file
i use the swift-ide-test
tool to print a .swiftmodule file,but it did not work