From sourcekit-lsp
SourceKit-LSP provides code intelligence for Swift: diagnostics, go-to-definition, find references, hover info, symbols, and call hierarchy for .swift files.
npx claudepluginhub boostvolt/claude-code-lsps --plugin sourcekit-lspThis LSP server requires xcrunto be installed on your system. Make sure it's available in your PATH before enabling.
Add to your .lsp.json or plugin.json:
{
"lspServers": {
"swift": {
"command": "xcrun",
"extensionToLanguage": {
".swift": "swift"
},
"args": [
"sourcekit-lsp"
]
}
}
}xcrunstdio