sourcekit-lsp

stdio
swift

Used by 5 plugins

Installs swift-lsp, the highest-starred plugin that provides this server

Install
1
Run in your terminal
$
npx claudepluginhub anthropics/claude-plugins-official --plugin swift-lsp
Requires Language Server Binary

This LSP server requires sourcekit-lspto be installed on your system. Make sure it's available in your PATH before enabling.

Add to Your Project

Add to your .lsp.json or plugin.json:

{
  "lspServers": {
    "sourcekit-lsp": {
      "command": "sourcekit-lsp",
      "extensionToLanguage": {
        ".swift": "swift"
      }
    }
  }
}
Supported Languages
swift
.swift
Command
sourcekit-lsp
Transport
stdio
Advanced Configuration
Restart on Crash:Yes