apple / swift-foundation

The Foundation project
Apache License 2.0
2.28k stars 135 forks source link

_FoundationCShims: enable building on Android #703

Closed compnerd closed 1 week ago

compnerd commented 1 week ago

The strncasecmp_l was added at API level 23. For now, simply abort on older releases, though we should consider shimming the path.

jmschonfeld commented 1 week ago

@swift-ci please test