apple / swift-foundation

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

FoundationEssentials: initial pass to add Android support #704

Closed compnerd closed 1 week ago

compnerd commented 1 week ago

This adds the necessary guards and includes for the Android modules. While the module does not compile currently due to nullability differences (and in some cases missing declarations), this at least brings the module to a point where we can start working on the errors and differences to create a maintainable codebase for Android.

parkera commented 1 week ago

@swift-ci test

compnerd commented 1 week ago

@swift-ci please test