From c27a8cd6ddcbb385094e5dc7a7c3342000d03ca4 Mon Sep 17 00:00:00 2001 From: Jeremy Schonfeld Date: Thu, 18 Jul 2024 10:02:23 -0700 Subject: [PATCH] [6.0] 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 c2fafa17d054b..0d7fbc0531cbb 100644 --- a/utils/update_checkout/update-checkout-config.json +++ b/utils/update_checkout/update-checkout-config.json @@ -181,6 +181,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",