swift
stdioswift
Used by 5 plugins
Requires Language Server Binary
This LSP server requires xcrun to be installed on your system. Make sure it's available in your PATH before enabling.
Install
1
Run in your terminal$
npx claudepluginhub boostvolt/claude-code-lspsAdd to Your Project
Add to your .lsp.json or plugin.json:
{
"lspServers": {
"swift": {
"command": "xcrun",
"extensionToLanguage": {
".swift": "swift"
},
"args": [
"sourcekit-lsp"
]
}
}
}Supported Languages
swift
.swift
Command
xcrunTransport
stdioArguments
sourcekit-lsp
Advanced Configuration
Restart on Crash:Yes
Also used by 4 other plugins