From dfbc938cb2a2106a1540a42d514166ff37519983 Mon Sep 17 00:00:00 2001 From: Bassam Khouri Date: Mon, 25 May 2026 13:42:24 -0400 Subject: [PATCH] SwiftArgumentParser: Update to 1.8.2 Update Swift Argument Parser to use release 1.8.2 to support SE-0501: HTML Coverage report Relates to: https://github.com/swiftlang/swift-package-manager/pull/9076 (cherry picked from commit 241fcbbf996fa00a85b628fa8b6e6a14a0eac901) --- utils/update_checkout/update-checkout-config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/update_checkout/update-checkout-config.json b/utils/update_checkout/update-checkout-config.json index 9f9f7f9ebfb5c..72da08ed3bc02 100644 --- a/utils/update_checkout/update-checkout-config.json +++ b/utils/update_checkout/update-checkout-config.json @@ -154,7 +154,7 @@ "swift-tools-protocols": "main", "swift-tools-support-core": "main", "swiftpm": "main", - "swift-argument-parser": "1.6.1", + "swift-argument-parser": "1.8.2", "swift-atomics": "1.2.0", "swift-collections": "1.1.6", "swift-crypto": "3.12.5", @@ -214,7 +214,7 @@ "swift-tools-protocols": "release/6.4.x", "swift-tools-support-core": "release/6.4.x", "swiftpm": "release/6.4.x", - "swift-argument-parser": "1.6.1", + "swift-argument-parser": "1.8.2", "swift-atomics": "1.2.0", "swift-collections": "1.1.6", "swift-crypto": "3.12.5",