Unstaged changes for posterity

This commit is contained in:
2025-07-05 18:38:14 +10:00
parent a8e16a5183
commit 8920e205be
3 changed files with 20 additions and 24 deletions

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 = .now
let durFormat = Duration.UnitsFormatStyle(
allowedUnits: [ .seconds, .milliseconds ],
width: .condensedAbbreviated,