Skip to content

Commit db6e0de

Browse files
authored
Fix dependency conflict warnings (#8376)
Update the git url of `swift-llbuild` and `swift-tools-support-core` so they point to the swiftlang github orginization.
1 parent 45dba1f commit db6e0de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@ let relatedDependenciesBranch = "main"
10011001
if ProcessInfo.processInfo.environment["SWIFTPM_LLBUILD_FWK"] == nil {
10021002
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
10031003
package.dependencies += [
1004-
.package(url: "https://github.com/apple/swift-llbuild.git", branch: relatedDependenciesBranch),
1004+
.package(url: "https://github.com/swiftlang/swift-llbuild.git", branch: relatedDependenciesBranch),
10051005
]
10061006
} else {
10071007
// In Swift CI, use a local path to llbuild to interoperate with tools
@@ -1017,7 +1017,7 @@ if ProcessInfo.processInfo.environment["SWIFTPM_LLBUILD_FWK"] == nil {
10171017

10181018
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
10191019
package.dependencies += [
1020-
.package(url: "https://github.com/apple/swift-tools-support-core.git", branch: relatedDependenciesBranch),
1020+
.package(url: "https://github.com/swiftlang/swift-tools-support-core.git", branch: relatedDependenciesBranch),
10211021
// The 'swift-argument-parser' version declared here must match that
10221022
// used by 'swift-driver' and 'sourcekit-lsp'. Please coordinate
10231023
// dependency version changes here with those projects.

0 commit comments

Comments
 (0)