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.
2 parents d98e855 + 5413af5 commit 67ce582Copy full SHA for 67ce582
1 file changed
Sources/Version+Codable.swift
@@ -32,3 +32,7 @@ public extension CodingUserInfoKey {
32
/// A value indicating what decoding method to use: tolerant or strict. Default value is strict
33
static let decodingMethod = CodingUserInfoKey(rawValue: "dev.mxcl.Version.decodingMethod")!
34
}
35
+
36
+#if swift(>=5.5)
37
+extension DecodingMethod: Sendable {}
38
+#endif
0 commit comments