-
We noticed that there are issues with the listing of Swift name and declaration in the SourceKitten output for Objective-C API that includes forward declarations.
When using a forward declaration of …
-
### New Issue Checklist
- [X] Updated SwiftLint to the latest version
- [X] I searched for [existing GitHub issues](https://github.com/realm/SwiftLint/issues)
### Describe the bug
I am unabl…
-
I'm using SourceKitten 0.12.1 from jazzy master with Xcode 7.3.1.
Given the following file `/tmp/foo.h`:
```
#import
@interface UISearchController (Baz)
@property NSString *foo;
@end
```
When I c…
-
Most of the language plugins use textmate style code highlighting which is mostly based on regex matching.
Sourcekitten/sourcekit can provide this information based on the AST which is how Xcode does …
-
I'm trying to generate the documentation for our unit test module, and I am getting an error. It worked for the main module though, and it also worked for the tests a couple of years ago, so not sure …
-
It seems to use sourcekitten CLI but not the daemon.
-
Is it possible to use the sourcekitten framework in an app submitted to the App Store?
Obviously, App Store apps need to be sandboxed. Unfortunately, simply turning that on doesn't work. I get `xcr…
-
Like issue #2, autocomplete doesn't work for me, except the errors I'm getting are different. Here are the logs:
First, when loading:
`WARNING:root:failed to import yajl2_cffi backend for ijson. rev…
-
Hey,
I'm trying to index an entire Xcode project. Sadly the documentation for index is missing.
In one of the issues I've found it describes I'll have to pass more arguments such as:
sourcekit…
-
https://github.com/jpsim/SourceKitten/tree/master/Source/SourceKittenFramework
Library can get AST, can wrote warnings/errors dyring build.
But it's hard...