-
### Issue and Steps to Reproduce
Swift autocomplete fails with the following error:
> An error occurred when invoking SourceKitten
See the image below.
### Expected Behavior
A list of a…
-
Thanks to the SwiftPMTaskRunnerStore, the compile commands we store, and SourceKit, we could potentially provide really great syntax highlighting.
At the very least, we can use the `sourcekitten synt…
-
I don't know if the development of this package is stopped. The last commit date on master branch was 7 months ago (Jun 5, 2016). Is there a change to improve the performance and accuracy?
There i…
galeo updated
6 years ago
-
I'm trying to document a project using SourceKitten.The project only contains a Swift file with a class that inherits from NSObject. With the terminal command:
```
sourcekitten doc -- -workspace E…
-
I installed SourceKittenDaemon by cloning and `make install`
start:
```
sourcekittendaemon start --project MyProject.xcodeproj/ --port 53259
```
Getting a list of files works ok.
If I do t…
-
I ran into an issue attempting to parse a macro definition. I've got a macro definition file as follows:
```swift
@freestanding(expression)
public macro obfuscate(_ value: String) -> String = #ex…
-
```
Building docs...
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"__main__", fname…
-
| | |
|------------------|-----------------|
|Previous ID | SR-6443 |
|Radar | None |
|Original Reporter | ilyapuchka (J…
-
I'm getting this error running `make install` from the root directory after cloning this repo. How do I resolve this?
```
rm -f "SourceKitten.pkg"
rm -rf "/tmp/SourceKitten.dst"
swift package cl…
-
| | |
|------------------|-----------------|
|Previous ID | SR-10190 |
|Radar | None |
|Original Reporter | @norio-nomur…