From 5bdef4452fbc849edc4f5f32fba13c6294d46b35 Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Wed, 16 Jul 2025 10:33:05 -0700 Subject: [PATCH 1/2] update_checkout: add swift-subprocess to the checkout set Add swift-subprocess to the checkout set so that we can start investigating building that for integration into swift-build. --- utils/update_checkout/update-checkout-config.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/utils/update_checkout/update-checkout-config.json b/utils/update_checkout/update-checkout-config.json index eeab8181f638d..48fb31fc66077 100644 --- a/utils/update_checkout/update-checkout-config.json +++ b/utils/update_checkout/update-checkout-config.json @@ -121,6 +121,9 @@ "mimalloc": { "remote": { "id": "microsoft/mimalloc" }, "platforms": [ "Windows" ] + }, + "swift-subprocess": { + "remote": { "id": "swiftlang/swift-subprocess" } } }, "default-branch-scheme": "main", @@ -177,7 +180,8 @@ "curl": "curl-8_9_1", "libxml2": "v2.11.5", "zlib": "v1.3.1", - "mimalloc": "v3.0.3" + "mimalloc": "v3.0.3", + "swift-subprocess": "main" } }, "release/6.2": { From 694bc450434ac0a1c16d6873bda35856d5134536 Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Tue, 22 Jul 2025 09:36:54 -0700 Subject: [PATCH 2/2] Update utils/update_checkout/update-checkout-config.json Co-authored-by: Tina L <49205802+itingliu@users.noreply.github.com> --- utils/update_checkout/update-checkout-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/update_checkout/update-checkout-config.json b/utils/update_checkout/update-checkout-config.json index 48fb31fc66077..dc03835141b28 100644 --- a/utils/update_checkout/update-checkout-config.json +++ b/utils/update_checkout/update-checkout-config.json @@ -181,7 +181,7 @@ "libxml2": "v2.11.5", "zlib": "v1.3.1", "mimalloc": "v3.0.3", - "swift-subprocess": "main" + "swift-subprocess": "development-snapshot-2025-07-21" } }, "release/6.2": {