-
Notifications
You must be signed in to change notification settings - Fork 214
Closed
Description
The swift stdlib deprecated _isContiguousASCII, but Foundation depends on it for String extensions.
Is there a better entry point to use, or should we remove the deprecation from stdlib?
/swift-foundation/Sources/FoundationEssentials/String/String+Essentials.swift:109:70: warning: '_isContiguousASCII' is deprecated
if encoding == .utf8 || (encoding == .ascii && str._guts._isContiguousASCII) {
Metadata
Metadata
Assignees
Labels
No labels