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 b3f53c2 commit b629484Copy full SHA for b629484
tools/swift-plugin-server/Package.swift
@@ -9,6 +9,7 @@ let package = Package(
9
],
10
dependencies: [
11
.package(path: "../../../swift-syntax"),
12
+ .package(path: "../../../swift-system"),
13
.package(path: "../../../wasmkit"),
14
15
targets: [
@@ -17,6 +18,7 @@ let package = Package(
17
18
19
.product(name: "SwiftCompilerPluginMessageHandling", package: "swift-syntax"),
20
.product(name: "SwiftLibraryPluginProvider", package: "swift-syntax"),
21
+ .product(name: "SystemPackage", package: "swift-system"),
22
.product(name: "WASI", package: "WasmKit"),
23
.product(name: "WasmKitWASI", package: "WasmKit"),
24
]
0 commit comments