mirror of
				https://github.com/GayPizzaSpecifications/darwin-apk.git
				synced 2025-11-04 07:59:38 +00:00 
			
		
		
		
	Bump argument parser dep to 1.6.1
This commit is contained in:
		@ -7,7 +7,7 @@ let package = Package(
 | 
				
			|||||||
    .macOS(.v13),
 | 
					    .macOS(.v13),
 | 
				
			||||||
  ],
 | 
					  ],
 | 
				
			||||||
  dependencies: [
 | 
					  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: [
 | 
					  targets: [
 | 
				
			||||||
    .target(
 | 
					    .target(
 | 
				
			||||||
 | 
				
			|||||||
@ -8,7 +8,7 @@ import Foundation
 | 
				
			|||||||
public struct ApkIndexReader {
 | 
					public struct ApkIndexReader {
 | 
				
			||||||
  static func read(from indexURL: URL) throws -> ApkIndex {
 | 
					  static func read(from indexURL: URL) throws -> ApkIndex {
 | 
				
			||||||
    let timed = false
 | 
					    let timed = false
 | 
				
			||||||
    var timer: ContinuousClock.Instant
 | 
					    var timer: ContinuousClock.Instant!
 | 
				
			||||||
    let durFormat = Duration.UnitsFormatStyle(
 | 
					    let durFormat = Duration.UnitsFormatStyle(
 | 
				
			||||||
      allowedUnits: [ .seconds, .milliseconds ],
 | 
					      allowedUnits: [ .seconds, .milliseconds ],
 | 
				
			||||||
      width: .condensedAbbreviated,
 | 
					      width: .condensedAbbreviated,
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user