swift-build icon indicating copy to clipboard operation
swift-build copied to clipboard

Alternate Swift Builds

Results 16 swift-build issues
Sort by recently updated
recently updated
newest added
trafficstars

The unified build was split, separating the runtimes from the compilers build to be more effective about cross-compilation. Wire up the new sanitizers build in the GHA build to allow...

Since CMake 3.30, `CMAKE_[*]_LINKER_FLAGS` are passed to the linker invocation as-is. This causes issues in Swift-only projects where the linker invocation is `swiftc` used as a driver for the actual...

The early swift build fails with this error: ``` :0: error: supplementary output file map 'C:\\Users\\runner\\AppData\\Local\\Temp\\TemporaryDirectory.FlQaqL\\supplementaryOutputs-1' is missing an entry for 'D:\\r\\_work\\swift-build\\swift-build\\SourceCache\\swift-driver\\Sources\\SwiftDriver\\Driver\\CompilerMode.swift' (this likely indicates a compiler issue; please submit...

Extract the mimalloc build as that can run in parallel with other jobs.

Currently, we use the clang build from the Swift toolchain to build the compilers. We should be able to use clang-19 now that it has been released.