Skip to content

Commit 05c429a

Browse files
committed
disable span trait
1 parent abe304b commit 05c429a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ let package = Package(
210210
.package(url: "https://github.com/apple/swift-system", from: "1.4.0"),
211211
.package(url: "https://github.com/apple/swift-log", from: "1.2.0"),
212212
.package(url: "https://github.com/apple/swift-collections", .upToNextMinor(from: "1.3.0")), // primarily for ordered collections
213-
.package(url: "https://github.com/swiftlang/swift-subprocess.git", from: "0.2.1"),
213+
.package(url: "https://github.com/swiftlang/swift-subprocess.git", from: "0.2.1", traits: ["SubprocessFoundation"]),
214214

215215
// Benchmarking
216216
.package(url: "https://github.com/ordo-one/package-benchmark", .upToNextMajor(from: "1.4.0")),

0 commit comments

Comments
 (0)