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

Make package SCF depend on Apple swift-foundation repo #4929

Closed jmschonfeld closed 3 months ago

jmschonfeld commented 3 months ago

This points the package branch at the main branch of Apple's swift-foundation repo. I use the revision: here instead of branch: "main" to ensure that the checkout has a new-enough commit of swift-foundation for the support needed.

I confirmed this builds on linux locally