Skip to content

Commit b629484

Browse files
committed
Explicitly depend on System
1 parent b3f53c2 commit b629484

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/swift-plugin-server/Package.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ let package = Package(
99
],
1010
dependencies: [
1111
.package(path: "../../../swift-syntax"),
12+
.package(path: "../../../swift-system"),
1213
.package(path: "../../../wasmkit"),
1314
],
1415
targets: [
@@ -17,6 +18,7 @@ let package = Package(
1718
dependencies: [
1819
.product(name: "SwiftCompilerPluginMessageHandling", package: "swift-syntax"),
1920
.product(name: "SwiftLibraryPluginProvider", package: "swift-syntax"),
21+
.product(name: "SystemPackage", package: "swift-system"),
2022
.product(name: "WASI", package: "WasmKit"),
2123
.product(name: "WasmKitWASI", package: "WasmKit"),
2224
]

0 commit comments

Comments
 (0)