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 8127c83 commit d9c6befCopy full SHA for d9c6bef
utils/update_checkout/update-checkout-config.json
@@ -8,6 +8,8 @@
8
"remote": { "id": "swiftlang/swift-cmark" } },
9
"llbuild": {
10
"remote": { "id": "swiftlang/swift-llbuild" } },
11
+ "swift-build": {
12
+ "remote": { "id": "swiftlang/swift-build" } },
13
"swift-argument-parser": {
14
"remote": { "id": "apple/swift-argument-parser" } },
15
"swift-async-algorithms": {
@@ -131,6 +133,7 @@
131
133
"swift": "main",
132
134
"cmark": "gfm",
135
"llbuild": "main",
136
+ "swift-build": "main",
137
"swift-toolchain-sqlite": "1.0.1",
138
"swift-tools-support-core": "main",
139
"swiftpm": "main",
0 commit comments