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 2c09ef0 commit 7e96181Copy full SHA for 7e96181
Resources/ProjectTemplate/Package.swift
@@ -12,7 +12,7 @@ let package = Package(
12
.package(url: "https://github.com/apple/swift-collections", from: "1.2.1"),
13
.package(url: "https://github.com/apple/swift-crypto", from: "3.13.2"),
14
.package(url: "https://github.com/apple/swift-numerics", from: "1.0.3"),
15
- .package(url: "https://github.com/apple/swift-system", from: "1.5.0"),
+ .package(url: "https://github.com/apple/swift-system", from: "1.6.0"),
16
],
17
targets: [
18
.executableTarget(
0 commit comments