apple / swift-corelibs-foundation

The Foundation Project, providing core utilities, internationalization, and OS independence
swift.org
Apache License 2.0
5.23k stars 1.12k forks source link

Remove String APIs currently implemented in swift-foundation #4946

Closed jmschonfeld closed 2 months ago

jmschonfeld commented 2 months ago

This removes a handful of String APIs that currently call into NSString but are already being re-exported from swift-foundation so we can remove them. All tests pass on linux with this change