We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a3197d commit 2eaa267Copy full SHA for 2eaa267
Sources/FoundationEssentials/ProgressManager/ProgressManager.swift
@@ -115,7 +115,9 @@ internal import _FoundationCollections
115
fileURL: ProgressManager.Properties.FileURL.defaultValue,
116
propertiesInt: [:],
117
propertiesDouble: [:],
118
- propertiesString: [:]
+ propertiesString: [:],
119
+ propertiesURL: [:],
120
+ propertiesUInt64: [:],
121
)
122
self.state = Mutex(state)
123
}
0 commit comments