thebrowsercompany / swift-build

Swift toolchain builds by The Browser Company
362 stars 10 forks source link

Bootstrap SPM with SPM on Windows #182

Open compnerd opened 3 months ago

compnerd commented 3 months ago

Further enhancements to SPM which will pull in more dependencies. In order to minimise some of the work involved for building, SPM is looking at doing a 2-phase build where they bootstrap SPM with CMake and then use the bootstrapper to build SPM. We need to work out how to build SPM from the build-tree so that we can build and package this into a toolchain on Windows.