Re: [swift-dev] [SourceKit] Getting public interfaces of Swift frameworks

2017-07-19 Thread Kacper Harasim via swift-dev
Turns out that SourceKit works well in either case - it was mistake from my side. When SourceKit cannot resolve all of the symbols(dependent frameworks are not available) it fails and it was the case. After fixing this everything works as expected. On 19 Jul 2017, 19:49 +0200, Kacper Harasim v

[swift-dev] [SourceKit] Getting public interfaces of Swift frameworks

2017-07-19 Thread Kacper Harasim via swift-dev
Hi All, I want to parse interfaces of frameworks containing Swift code. I've done it for Objective-C ones using `source.request.editor.open.interface` request of SourceKit(it works great!), but apparently it doesn’t work for Swift interfaces frameworks - returns empty results. What's the intende