We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ae360c commit 3d6a405Copy full SHA for 3d6a405
Package.swift
@@ -19,6 +19,7 @@ var products: [Product] = [
19
.executable(name: "sourcekit-lsp", targets: ["sourcekit-lsp"]),
20
.library(name: "_SourceKitLSP", targets: ["SourceKitLSP"]),
21
.library(name: "LSPBindings", targets: ["LanguageServerProtocol", "LanguageServerProtocolJSONRPC"]),
22
+ .library(name: "InProcessClient", targets: ["InProcessClient"]),
23
.library(name: "SwiftSourceKitPlugin", type: .dynamic, targets: ["SwiftSourceKitPlugin"]),
24
.library(name: "SwiftSourceKitClientPlugin", type: .dynamic, targets: ["SwiftSourceKitClientPlugin"]),
25
]
0 commit comments