Skip to content

Install Swift toolchain in tools image#484

Merged
iangrunert merged 1 commit into
mainfrom
ig/install-swift
Jul 10, 2026
Merged

Install Swift toolchain in tools image#484
iangrunert merged 1 commit into
mainfrom
ig/install-swift

Conversation

@iangrunert

@iangrunert iangrunert commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

Installs Swift 6.3.3 in the msbuild-2022 image, alongside LLVM and after the Visual Studio Build Tools, using the new Install-Swift helper. 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 in UPDATING.md.

Depends on WebKitForWindows/powershell-webkit-dev#47 (the Install-Swift helper) — 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 --version report 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).

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>
@iangrunert iangrunert merged commit c6ed9b5 into main Jul 10, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant