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 561890f commit b67b2cbCopy full SHA for b67b2cb
stdlib/public/core/CString.swift
@@ -154,6 +154,7 @@ extension String {
154
@inlinable
155
@_alwaysEmitIntoClient
156
public init?(validatingCString nullTerminatedUTF8: UnsafePointer<CChar>) {
157
+ // FIXME: https://github.com/apple/swift/issues/68433 (rdar://115296219)
158
self.init(validatingUTF8: nullTerminatedUTF8)
159
}
160
0 commit comments