Hi, everyone.
I have some questions about parsing swift module files. I write a translator from my own interface markup language to swift code. I need to check exist classes and methods in uikit and user’s frameworks. SourceKit provides the only completion for swift files. How can I give information from swift module file about classes, methods, and properties with standard xcode toolchain? Do I need to write my own utility that works with compiler libraries and ast or can use something from existing tools?
Thanks, Alexander.