Skip to content

Commit 7e787e4

Browse files
committed
Add swift-log and swift-async-algorithms to checkouts
These repositories are used by https://github.com/apple/swift-sdk-generator, which needs to be built as a part of Swift CI jobs for creating a Swift SDK for WASI for CI testing purposes.
1 parent ef07102 commit 7e787e4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

utils/update_checkout/update-checkout-config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
"remote": { "id": "apple/swift-llbuild" } },
1111
"swift-argument-parser": {
1212
"remote": { "id": "apple/swift-argument-parser" } },
13+
"swift-async-algorithms": {
14+
"remote": { "id": "apple/swift-async-algorithms" } },
1315
"swift-atomics": {
1416
"remote": { "id": "apple/swift-atomics" } },
1517
"swift-collections": {
@@ -22,6 +24,8 @@
2224
"remote": { "id": "apple/swift-asn1" } },
2325
"swift-driver": {
2426
"remote": { "id": "apple/swift-driver" } },
27+
"swift-log": {
28+
"remote": { "id": "apple/swift-log" } },
2529
"swift-numerics": {
2630
"remote": { "id": "apple/swift-numerics" } },
2731
"swift-tools-support-core": {
@@ -119,7 +123,9 @@
119123
"swift-crypto": "3.0.0",
120124
"swift-certificates": "1.0.1",
121125
"swift-asn1": "1.0.0",
126+
"swift-async-algorithms": "1.0.0",
122127
"swift-driver": "main",
128+
"swift-log": "1.5.4",
123129
"swift-numerics": "1.0.2",
124130
"swift-syntax": "main",
125131
"swift-system": "1.2.1",

0 commit comments

Comments
 (0)