apple / swift-foundation

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

Handle ICU failures better #625

Closed itingliu closed 1 month ago

itingliu commented 1 month ago

Instead of assuming ICU calls always succeed, surface the error back to callsites and fallback to some default value if we can't get ICU formatters.

Resovles 125918488

itingliu commented 1 month ago

@swift-ci please test