I am Sharath, student from India, interested in working on Code Formatting Functionality for SourceKit-LSP for GSoC-19.
I built SourceKit-LSP on my Mac and got it running.
I opened a random Swift project on VSCode and was able to see definitions, so it's working.
However, when I check the Output Console, it says the following:
failed to open IndexStoreDB: indexstoredb_index_create error: index store path does not exist: /Users/sharathsriram/Documents/Development/TestRepo/Money/.build/x86_64-apple-macosx/debug/index/store
What toolchain did you build sourcekit-lsp with? The -index-store-path option was only enabled automatically by swiftpm in the last few months, so it might not be enabled in your toolchain. If that's the case, you may be able to workaround by adding