From 93022527c4d3fdb47ae4fc81f66d3663957cf114 Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Mon, 9 Jun 2025 10:50:39 -0700 Subject: [PATCH] build: update swift-argument-parser dependency Update the dependency to match the version in update-checkout for standalone builds. --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 8b7da6ee0..6b10d617a 100644 --- a/Package.swift +++ b/Package.swift @@ -170,7 +170,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil { // The 'swift-argument-parser' version declared here must match that // used by 'swift-package-manager' and 'sourcekit-lsp'. Please coordinate // dependency version changes here with those projects. - .package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.4.0"), + .package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.5.1"), ] } else { package.dependencies += [