swift-build
                                
                                
                                
                                    swift-build copied to clipboard
                            
                            
                            
                        Alternate Swift Builds
Not sure of the best place to add the initialization request message. Because of the specific format of the message (must be CLRF; must be precise byte-length) it seemed difficult...
We should generate a CDF and use `MakeCat` and sign that with `SignTool` to install with the toolchain. This guarantees that the toolchain is verifiable from modifications after installation.
These 3 jobs are all configured the same way and do not need to be separate jobs each spinning a new build bot instance. Fixes #825
Right now, `zlib`, `curl` and `libxml2` are built as separate parallel jobs. However, the jobs depending on the build artifacts from these are already waiting on the `compilers` job to...
We need to do different setup for Mac and Windows hosts: * On Windows, we use `compnerd/gha-setup-vsdevenv@main` to setup Visual Studio (which includes CMake and ninja as part of the...
These cherry-pick the recent changes that are needed for macros, swift-testing and swift-foundation. They still need some additional repo cherry-picks that I'm gathering, but at least they will setup the...
Trying to build Swift for windows for the first time. 30+ years as Windows developer, brand new to Swift. I'm using the commands: repo sync S:\SourceCache\swift\utils\build.cmd -WindowsSDKs x64 -DebugInfo -SkipPackaging...
This is necessary to work around an issue with the latest version (26100) of the Windows SDK where changes in headers result in circular module dependencies. See #909 for details.
My [swift-sqlcipher](https://github.com/skiptools/swift-sqlcipher/actions) package that I [build daily](https://github.com/skiptools/swift-sqlcipher/blob/main/.github/workflows/ci.yml) for Windows with [gha-setup-swift](https://github.com/compnerd/gha-setup-swift) (along with macOS, iOS, Linux, and Android) suddenly started failing, I'm guessing as a result of https://github.com/compnerd/swift-build/commit/6a902d92359d4ff70be28878ffd5729605078d05 or https://github.com/compnerd/swift-build/commit/bfce8340b7a9ca1c1db3cb80feb21e38a7be83c8....