apple / swift-foundation

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

Prepare for _FoundationCollections module name #650

Closed jmschonfeld closed 1 month ago

jmschonfeld commented 1 month ago

When swift-foundation builds within the toolchain, the collections module name will be _FoundationCollections instead of separate OrderedCollections/_RopeModule modules. This change prepares for the toolchain build by conditionalizing between CollectionsInternal for FOUNDATION_FRAMEWORK builds, _RopeModule/OrderedCollections for SPM builds, and _FoundationCollections for toolchain builds.

jmschonfeld commented 1 month ago

@swift-ci please test

jmschonfeld commented 1 month ago

@swift-ci please test