From 98247aeef83bce8cca56bbf4155bc939d4fb9d8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 01:53:32 +0000 Subject: [PATCH] Update dependency apple/swift-system to from: "1.7.2" --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 01a02c4..735c863 100644 --- a/Package.swift +++ b/Package.swift @@ -21,7 +21,7 @@ let package = Package( .package(url: "https://github.com/apple/swift-log.git", from: "1.12.1"), .package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.8.0"), .package(url: "https://github.com/apple/swift-crypto", from: "4.5.0"), - .package(url: "https://github.com/apple/swift-system", from: "1.6.4"), + .package(url: "https://github.com/apple/swift-system", from: "1.7.2"), // disable "SubprocessSpan" until Swift 6.2.1 is resolved // https://github.com/swiftlang/swift/issues/84379