We are happy to announce the release of Swift 6.1.3.
Install Swift Toolchain
- Install via Swiftly
swiftly install 6.1.3
orswiftly install latest
- Download toolchain directly from Install Swift | Swift.org
- Docker images will be available soon on hub.docker.com/_/swift
Release Note
swiftlang/swift:
- #81803 [Backtracing] Add warning suppression option, enable it for tests.
- #82231 [IRGen] Don't use GOTPCREL relocations for x86 ELF.
- #82633 [Backtracing][Linux] Fix crash handler for musl.
swiftlang/llvm-project:
- [#10799] [lldb] Clear thread name container before writing UTF8 bytes
swiftlang/swift-package-manager:
- [#9019] Copy variables into locals before accessing them from async block.