Install Swift toolchain in tools image#484
Merged
Merged
Conversation
Installs Swift 6.3.3 alongside LLVM in the msbuild-2022 image using the new Install-Swift helper, so the toolchain sits with the MSVC toolchain and Windows SDK it needs to compile. Bumps the WebKitDev module to 0.7.0 and tracks the Swift version in UPDATING.md. Swift is becoming a required component for building WebKit. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
5b7a860 to
d8ce549
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Installs Swift 6.3.3 in the
msbuild-2022image, alongside LLVM and after the Visual Studio Build Tools, using the newInstall-Swifthelper. Compiling with Swift needs the MSVC toolchain and Windows SDK, and the installer integrates with the Visual Studio present in this image. Bumps the WebKitDev module to 0.7.0 and tracks the Swift version inUPDATING.md.Depends on WebKitForWindows/powershell-webkit-dev#47 (the
Install-Swifthelper) — now merged and published as WebKitDev 0.7.0 to the PowerShell Gallery.Validated end-to-end on Windows: Swift installs silently and
swift/swiftc --versionreport 6.3.3; a test program compiles and runs, linking with both the MSVC linker and lld (-use-ld=lld, via the toolchain's bundled lld-link).