File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1001,7 +1001,7 @@ let relatedDependenciesBranch = "main"
1001
1001
if ProcessInfo . processInfo. environment [ " SWIFTPM_LLBUILD_FWK " ] == nil {
1002
1002
if ProcessInfo . processInfo. environment [ " SWIFTCI_USE_LOCAL_DEPS " ] == nil {
1003
1003
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) ,
1005
1005
]
1006
1006
} else {
1007
1007
// 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 {
1017
1017
1018
1018
if ProcessInfo . processInfo. environment [ " SWIFTCI_USE_LOCAL_DEPS " ] == nil {
1019
1019
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) ,
1021
1021
// The 'swift-argument-parser' version declared here must match that
1022
1022
// used by 'swift-driver' and 'sourcekit-lsp'. Please coordinate
1023
1023
// dependency version changes here with those projects.
You can’t perform that action at this time.
0 commit comments