Bump argument parser dep to 1.6.1

This commit is contained in:
2025-07-05 18:43:24 +10:00
parent 08c76c799c
commit c23d7e17b2
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ let package = Package(
.macOS(.v13),
],
dependencies: [
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.0"),
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.6.1"),
],
targets: [
.target(

View File

@ -8,7 +8,7 @@ import Foundation
public struct ApkIndexReader {
static func read(from indexURL: URL) throws -> ApkIndex {
let timed = false
var timer: ContinuousClock.Instant
var timer: ContinuousClock.Instant!
let durFormat = Duration.UnitsFormatStyle(
allowedUnits: [ .seconds, .milliseconds ],
width: .condensedAbbreviated,