From 11760b128532c24e5dc1661eb335b325f07030c1 Mon Sep 17 00:00:00 2001 From: Jeremy Schonfeld Date: Thu, 18 Jul 2024 10:37:34 -0700 Subject: [PATCH] [main] Add swift-foundation/swift-foundation-icu branch to release/6.0 checkout config --- utils/update_checkout/update-checkout-config.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/update_checkout/update-checkout-config.json b/utils/update_checkout/update-checkout-config.json index 173feb7118544..de147fe7cf935 100644 --- a/utils/update_checkout/update-checkout-config.json +++ b/utils/update_checkout/update-checkout-config.json @@ -189,6 +189,8 @@ "swift-stress-tester": "release/6.0", "swift-corelibs-xctest": "release/6.0", "swift-corelibs-foundation": "release/6.0", + "swift-foundation": "main", + "swift-foundation-icu": "main", "swift-corelibs-libdispatch": "release/6.0", "swift-integration-tests": "release/6.0", "swift-xcode-playground-support": "release/6.0",