Closed vknabel closed 6 years ago
Just to be sure: you didn't install any beta, right?
Does it solve your problem when you compile sourcekite with -c release
?
Thanks.
Compiling with '-c release' fixes the error, and I'm now seeing autocompletion and source comments for built-in classes, and classes in my project.
Is source kite supposed to be reading through the swift package dependencies?
Great to that this worked for you!
Sourcekite just manages the communication between the vscode extension itself (written in typescript) and Apple’s SourceKit.
In order to get all information about the SPM project, the vscode extension executes swift package describe --type json
Issue originally reported by @dcartman in https://github.com/vknabel/vscode-swift-development-environment/issues/12#issuecomment-394492671
I'm running on macOS, swift 4.1, compiled source kite with swift 4.1, updated to most recent version of MSDE (2.4.3).
Pointing at the debug build of sourcekite I am getting these errors:
Before updating the latest version of MSDE, autocompletion was not presenting any results or errors.
If I run sourcekite from the command line, I'm getting this output: