Skip to content

Commit 7341ec0

Browse files
committed
wip: fix availability
1 parent e46059e commit 7341ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/StringUTF8Validation.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ internal struct _UTF8EncodingErrorKind: Error, Sendable, Hashable
6666
, RawRepresentable {
6767
internal var rawValue: UInt8
6868

69-
@available(SwiftStdlib 6.1, *)
69+
@available(SwiftStdlib 6.2, *)
7070
internal var _publicKind: UTF8.ValidationError.Kind {
7171
.init(rawValue: self.rawValue)!
7272
}

0 commit comments

Comments
 (0)