Skip to content

Commit 042fb16

Browse files
author
Zachary 'Clack' Cole
authored
Merge branch 'main' into add-swift-atomics
2 parents 317de46 + 2e7ed8f commit 042fb16

File tree

1 file changed

+294
-5
lines changed

1 file changed

+294
-5
lines changed

projects.json

Lines changed: 294 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2652,6 +2652,32 @@
26522652
}
26532653
]
26542654
},
2655+
{
2656+
"repository": "Git",
2657+
"url": "https://github.com/apple/swift-argument-parser",
2658+
"path": "swift-argument-parser",
2659+
"branch": "main",
2660+
"maintainer": "[email protected]",
2661+
"compatibility": [
2662+
{
2663+
"version": "5.2",
2664+
"commit": "41f5fe52a34b2c7b9938996387fabfaca21918bd"
2665+
}
2666+
],
2667+
"platforms": [
2668+
"Darwin"
2669+
],
2670+
"actions": [
2671+
{
2672+
"action": "BuildSwiftPackage",
2673+
"configuration": "release",
2674+
"tags": "swiftpm"
2675+
},
2676+
{
2677+
"action": "TestSwiftPackage"
2678+
}
2679+
]
2680+
},
26552681
{
26562682
"repository": "Git",
26572683
"url": "https://github.com/apple/swift-atomics",
@@ -2730,6 +2756,32 @@
27302756
}
27312757
]
27322758
},
2759+
{
2760+
"repository": "Git",
2761+
"url": "https://github.com/nicklockwood/SwiftFormat.git",
2762+
"path": "SwiftFormat",
2763+
"branch": "master",
2764+
"compatibility": [
2765+
{
2766+
"version": "4.2",
2767+
"commit": "d42194f66bfb0e721037a2fac28cd2402bb68f68"
2768+
}
2769+
],
2770+
"maintainer": "[email protected]",
2771+
"platforms": [
2772+
"Darwin",
2773+
"Linux"
2774+
],
2775+
"actions": [
2776+
{
2777+
"action": "BuildSwiftPackage",
2778+
"configuration": "release"
2779+
},
2780+
{
2781+
"action": "TestSwiftPackage"
2782+
}
2783+
]
2784+
},
27332785
{
27342786
"repository": "Git",
27352787
"url": "https://github.com/davecom/SwiftGraph.git",
@@ -2905,7 +2957,7 @@
29052957
"repository": "Git",
29062958
"url": "https://github.com/apple/swift-nio",
29072959
"path": "swift-nio",
2908-
"branch": "master",
2960+
"branch": "main",
29092961
"maintainer": "[email protected]",
29102962
"compatibility": [
29112963
{
@@ -2919,6 +2971,14 @@
29192971
{
29202972
"version": "5.1",
29212973
"commit": "5f8d3f0b404a12d459f294fdd5b3740e5b6aa8d4"
2974+
},
2975+
{
2976+
"version": "5.2",
2977+
"commit": "b671e557fd093cb84123a48c3d77806737926968"
2978+
},
2979+
{
2980+
"version": "5.3",
2981+
"commit": "b671e557fd093cb84123a48c3d77806737926968"
29222982
}
29232983
],
29242984
"platforms": [
@@ -2967,16 +3027,55 @@
29673027
}
29683028
]
29693029
},
3030+
{
3031+
"repository": "Git",
3032+
"url": "[email protected]:swift-server/async-http-client",
3033+
"path": "async-http-client",
3034+
"branch": "main",
3035+
"maintainer": "[email protected]",
3036+
"compatibility": [
3037+
{
3038+
"version": "5.0",
3039+
"commit": "a72c5adce3986ff6b5092ae0464a8f2675087860"
3040+
}
3041+
],
3042+
"platforms": [
3043+
"Darwin",
3044+
"Linux"
3045+
],
3046+
"actions": [
3047+
{
3048+
"action": "BuildSwiftPackage",
3049+
"configuration": "release",
3050+
"tags": "sourcekit-disabled swiftpm"
3051+
},
3052+
{
3053+
"action": "TestSwiftPackage"
3054+
}
3055+
]
3056+
},
29703057
{
29713058
"repository": "Git",
29723059
"url": "https://github.com/apple/swift-nio-http2",
29733060
"path": "swift-nio-http2",
2974-
"branch": "master",
3061+
"branch": "main",
29753062
"maintainer": "[email protected]",
29763063
"compatibility": [
29773064
{
29783065
"version": "5.0",
29793066
"commit": "492a77b1867c2d31b08a3d7db63de59a8e2399ac"
3067+
},
3068+
{
3069+
"version": "5.1",
3070+
"commit": "59941f680326d41d00e3351972883f3377f8320b"
3071+
},
3072+
{
3073+
"version": "5.2",
3074+
"commit": "59941f680326d41d00e3351972883f3377f8320b"
3075+
},
3076+
{
3077+
"version": "5.3",
3078+
"commit": "59941f680326d41d00e3351972883f3377f8320b"
29803079
}
29813080
],
29823081
"platforms": [
@@ -3029,7 +3128,7 @@
30293128
"repository": "Git",
30303129
"url": "https://github.com/apple/swift-nio-extras",
30313130
"path": "swift-nio-extras",
3032-
"branch": "master",
3131+
"branch": "main",
30333132
"maintainer": "[email protected]",
30343133
"compatibility": [
30353134
{
@@ -3039,6 +3138,18 @@
30393138
{
30403139
"version": "5.0",
30413140
"commit": "66f9a509ed3cc56b6eb367515e421beca4a0af53"
3141+
},
3142+
{
3143+
"version": "5.1",
3144+
"commit": "e8d4442cf7a39828f54fb6851aa94767c8b7c9a5"
3145+
},
3146+
{
3147+
"version": "5.2",
3148+
"commit": "e8d4442cf7a39828f54fb6851aa94767c8b7c9a5"
3149+
},
3150+
{
3151+
"version": "5.3",
3152+
"commit": "e8d4442cf7a39828f54fb6851aa94767c8b7c9a5"
30423153
}
30433154
],
30443155
"platforms": [
@@ -3060,12 +3171,133 @@
30603171
"repository": "Git",
30613172
"url": "https://github.com/apple/swift-nio-ssl",
30623173
"path": "swift-nio-ssl",
3063-
"branch": "master",
3174+
"branch": "main",
30643175
"maintainer": "[email protected]",
30653176
"compatibility": [
30663177
{
30673178
"version": "5.0",
30683179
"commit": "16de4b45c7cbe9815f995dd1539e6b7c4f0980a5"
3180+
},
3181+
{
3182+
"version": "5.1",
3183+
"commit": "62bf5083df970e67c886210fa5b857eacf044b7c"
3184+
},
3185+
{
3186+
"version": "5.2",
3187+
"commit": "62bf5083df970e67c886210fa5b857eacf044b7c"
3188+
},
3189+
{
3190+
"version": "5.3",
3191+
"commit": "62bf5083df970e67c886210fa5b857eacf044b7c"
3192+
}
3193+
],
3194+
"platforms": [
3195+
"Darwin",
3196+
"Linux"
3197+
],
3198+
"actions": [
3199+
{
3200+
"action": "BuildSwiftPackage",
3201+
"configuration": "release",
3202+
"tags": "sourcekit-disabled swiftpm"
3203+
},
3204+
{
3205+
"action": "TestSwiftPackage"
3206+
}
3207+
]
3208+
},
3209+
{
3210+
"repository": "Git",
3211+
"url": "https://github.com/apple/swift-nio-ssh",
3212+
"path": "swift-nio-ssh",
3213+
"branch": "main",
3214+
"maintainer": "[email protected]",
3215+
"compatibility": [
3216+
{
3217+
"version": "5.1",
3218+
"commit": "3860f75de5554e4dc4a02d6955f0607cd8bde250"
3219+
},
3220+
{
3221+
"version": "5.2",
3222+
"commit": "3860f75de5554e4dc4a02d6955f0607cd8bde250"
3223+
},
3224+
{
3225+
"version": "5.3",
3226+
"commit": "3860f75de5554e4dc4a02d6955f0607cd8bde250"
3227+
}
3228+
],
3229+
"platforms": [
3230+
"Darwin",
3231+
"Linux"
3232+
],
3233+
"actions": [
3234+
{
3235+
"action": "BuildSwiftPackage",
3236+
"configuration": "release",
3237+
"tags": "sourcekit-disabled swiftpm"
3238+
},
3239+
{
3240+
"action": "TestSwiftPackage"
3241+
}
3242+
]
3243+
},
3244+
{
3245+
"repository": "Git",
3246+
"url": "https://github.com/apple/swift-nio-transport-services",
3247+
"path": "swift-nio-transport-services",
3248+
"branch": "main",
3249+
"maintainer": "[email protected]",
3250+
"compatibility": [
3251+
{
3252+
"version": "5.0",
3253+
"commit": "9fc0d32e072181e5ef90a178bd67dfc7edbd1533"
3254+
},
3255+
{
3256+
"version": "5.1",
3257+
"commit": "9fc0d32e072181e5ef90a178bd67dfc7edbd1533"
3258+
},
3259+
{
3260+
"version": "5.2",
3261+
"commit": "9fc0d32e072181e5ef90a178bd67dfc7edbd1533"
3262+
},
3263+
{
3264+
"version": "5.3",
3265+
"commit": "9fc0d32e072181e5ef90a178bd67dfc7edbd1533"
3266+
}
3267+
],
3268+
"platforms": [
3269+
"Darwin",
3270+
"Linux"
3271+
],
3272+
"actions": [
3273+
{
3274+
"action": "BuildSwiftPackage",
3275+
"configuration": "release",
3276+
"tags": "sourcekit-disabled swiftpm"
3277+
},
3278+
{
3279+
"action": "TestSwiftPackage"
3280+
}
3281+
]
3282+
},
3283+
{
3284+
"repository": "Git",
3285+
"url": "https://github.com/apple/swift-crypto",
3286+
"path": "swift-crypto",
3287+
"branch": "main",
3288+
"maintainer": "[email protected]",
3289+
"compatibility": [
3290+
{
3291+
"version": "5.1",
3292+
"commit": "8f4bfa5bc1951440c15710e9e893721aa4b2765c"
3293+
},
3294+
{
3295+
"version": "5.2",
3296+
"commit": "8f4bfa5bc1951440c15710e9e893721aa4b2765c"
3297+
},
3298+
{
3299+
"version": "5.3",
3300+
"commit": "8f4bfa5bc1951440c15710e9e893721aa4b2765c"
30693301
}
30703302
],
30713303
"platforms": [
@@ -3083,6 +3315,32 @@
30833315
}
30843316
]
30853317
},
3318+
{
3319+
"repository": "Git",
3320+
"url": "https://github.com/apple/swift-numerics",
3321+
"path": "swift-numerics",
3322+
"branch": "main",
3323+
"maintainer": "[email protected]",
3324+
"compatibility": [
3325+
{
3326+
"version": "5.2",
3327+
"commit": "ae364a28f0eaf368b6a538a224d9ab20d88562c7"
3328+
}
3329+
],
3330+
"platforms": [
3331+
"Darwin"
3332+
],
3333+
"actions": [
3334+
{
3335+
"action": "BuildSwiftPackage",
3336+
"configuration": "release",
3337+
"tags": "swiftpm"
3338+
},
3339+
{
3340+
"action": "TestSwiftPackage"
3341+
}
3342+
]
3343+
},
30863344
{
30873345
"repository": "Git",
30883346
"url": "https://github.com/apple/swift-system",
@@ -3092,7 +3350,7 @@
30923350
"compatibility": [
30933351
{
30943352
"version": "5.2",
3095-
"commit": "0627d28e6ae514940c6ee061acfd36a3c231b87f"
3353+
"commit": "0627d28e6ae514940c6ee061acfd36a3c231b87f"
30963354
}
30973355
],
30983356
"platforms": [
@@ -3109,6 +3367,37 @@
31093367
}
31103368
]
31113369
},
3370+
{
3371+
"repository": "Git",
3372+
"url": "https://github.com/apple/swift-distributed-tracing",
3373+
"path": "swift-distributed-tracing",
3374+
"branch": "main",
3375+
"maintainer": "[email protected]",
3376+
"compatibility": [
3377+
{
3378+
"version": "5.0",
3379+
"commit": "73f2b523f0f1b04b0c58979a10fafc7860819889"
3380+
},
3381+
{
3382+
"version": "5.2",
3383+
"commit": "73f2b523f0f1b04b0c58979a10fafc7860819889"
3384+
}
3385+
],
3386+
"platforms": [
3387+
"Darwin",
3388+
"Linux"
3389+
],
3390+
"actions": [
3391+
{
3392+
"action": "BuildSwiftPackage",
3393+
"configuration": "release",
3394+
"tags": "sourcekit-disabled swiftpm"
3395+
},
3396+
{
3397+
"action": "TestSwiftPackage"
3398+
}
3399+
]
3400+
},
31123401
{
31133402
"repository": "Git",
31143403
"url": "https://github.com/SwiftyJSON/SwiftyJSON.git",

0 commit comments

Comments
 (0)