From c9d9c94f76eaedd4dc499abeb29995b7d3002337 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=80=E5=8D=93=E7=96=8C?= <55120045+WowbaggersLiquidLunch@users.noreply.github.com> Date: Sun, 6 Jun 2021 16:51:54 -0400 Subject: [PATCH] [update-checkout] add swift-collections SwiftPM and TSC need it for `OrderedSet` and `OrderedDictionary`. --- utils/update_checkout/update-checkout-config.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/utils/update_checkout/update-checkout-config.json b/utils/update_checkout/update-checkout-config.json index df2dbfb718382..c41536ae866f1 100644 --- a/utils/update_checkout/update-checkout-config.json +++ b/utils/update_checkout/update-checkout-config.json @@ -10,6 +10,8 @@ "remote": { "id": "apple/swift-llbuild" } }, "swift-argument-parser": { "remote": { "id": "apple/swift-argument-parser" } }, + "swift-collections": { + "remote": { "id": "apple/swift-collections" } }, "swift-crypto": { "remote": { "id": "apple/swift-crypto" } }, "swift-driver": { @@ -66,6 +68,7 @@ "swift-tools-support-core": "main", "swiftpm": "main", "swift-argument-parser": "0.4.3", + "swift-collections": "main", "swift-crypto": "1.1.5", "swift-driver": "main", "swift-syntax": "main", @@ -178,6 +181,7 @@ "swift-tools-support-core": "main", "swiftpm": "main", "swift-argument-parser": "0.3.0", + "swift-collections": "main", "swift-crypto": "1.1.5", "swift-driver": "main", "swift-syntax": "main", @@ -209,6 +213,7 @@ "swift-tools-support-core": "main", "swiftpm": "main", "swift-argument-parser": "0.4.3", + "swift-collections": "main", "swift-crypto": "1.1.5", "swift-driver": "main", "swift-syntax": "main",