Avatar
norio_nomura 2/1/2025 2:37 PM
https://www.swift.org/blog/the-next-chapter-in-swift-build-technologies/ https://github.com/swiftlang/swift-build
Swift Build is a high-level build system based on [llbuild] with great support for building Swift. It is used by Xcode to build Xcode projects and Swift packages, and by Swift Playground. It can also be used as the Swift Package Manager build system in preview form when passing --build-system swiftbuild.
(edited)
Swift continues to grow in popularity as a cross-platform language supporting a wide variety of use cases, with support on a variety of embedded devices, form factors that encompass wearables to server, and a wide variety of operating systems. As Swift expands, there’s value in investing in matching cross-platform build tools that provide a powe...
A high-level build system based on llbuild, used by Xcode, Swift Playground, and the Swift Package Manager - swiftlang/swift-build
🙌🏻 1