Skip to content

Commit 46df923

Browse files
authored
Update the package dependencies (#9227)
1 parent cc79a4e commit 46df923

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Package.swift

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1104,17 +1104,17 @@ if ProcessInfo.processInfo.environment["SWIFTPM_LLBUILD_FWK"] == nil {
11041104

11051105
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
11061106
package.dependencies += [
1107-
// The 'swift-argument-parser' version declared here must match that
1108-
// used by 'swift-driver' and 'sourcekit-lsp'. Please coordinate
1109-
// dependency version changes here with those projects.
1110-
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.5.1")),
1111-
.package(url: "https://github.com/apple/swift-crypto.git", .upToNextMinor(from: "3.0.0")),
1107+
// These need to match the versions in the swiftlang/swift repo,
1108+
// utils/update_checkout/update-checkout-config.json
1109+
// They are used to build the official swift toolchain.
11121110
.package(url: "https://github.com/swiftlang/swift-syntax.git", branch: relatedDependenciesBranch),
1113-
.package(url: "https://github.com/apple/swift-system.git", from: "1.1.1"),
1114-
.package(url: "https://github.com/apple/swift-collections.git", "1.0.1" ..< "1.2.0"),
1115-
.package(url: "https://github.com/apple/swift-certificates.git", "1.0.1" ..< "1.6.0"),
1116-
.package(url: "https://github.com/swiftlang/swift-toolchain-sqlite.git", from: "1.0.0"),
1117-
// For use in previewing documentation
1111+
.package(url: "https://github.com/apple/swift-argument-parser.git", revision: "1.5.1"),
1112+
.package(url: "https://github.com/apple/swift-crypto.git", revision: "3.12.5"),
1113+
.package(url: "https://github.com/apple/swift-system.git", revision: "1.5.0"),
1114+
.package(url: "https://github.com/apple/swift-collections.git", revision: "1.1.6"),
1115+
.package(url: "https://github.com/apple/swift-certificates.git", revision: "1.10.1"),
1116+
.package(url: "https://github.com/swiftlang/swift-toolchain-sqlite.git", revision: "1.0.7"),
1117+
// Not in toolchain, used for use in previewing documentation
11181118
.package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.1.0"),
11191119
]
11201120
if !swiftDriverDeps.isEmpty {

0 commit comments

Comments
 (0)