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
via swift-dev
, wrote:
> 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