JP Simard
JP Simard
This is exercised by integration tests, and those are still passing, so you'll need to share specific ways in which you're running this, against what tooling versions, and the ways...
It's quite likely that this needs to be updated as Xcode betas come out, yes.
> As your experience, do you know whether Apple are using a private SourceKit that include some private requests that not include in the Sourcekit open source project? Unfortunately yes,...
I’ve tried to interface with SourceKitClient a few times probably around ~2+ years ago at this point but never got it to work.
You can set a `SOURCEKIT_LOGGING=3` environment variable to get more logging from SourceKit itself.
You'll have to redraw the map after adding annotations in your dispatch block.
Does calling that show the annotations?
Ok, I reopened the issue in case it's a bug with this library. Could you please share code or fork the example showing this issue in practice? It would help...
The "cursor info" request gives you all that information: https://github.com/jpsim/SourceKitten/blob/0.23.1/Source/SourceKittenFramework/Request.swift#L142-L143 This is used extensively by the `sourcekitten doc` command and by [SwiftLint's Analyzer rules](https://github.com/realm/SwiftLint/pull/2379).
Those arguments are key. To get complete results, you'll need to pass all arguments needed to get the Swift file that you're inspecting to compile if you passed them to...