Skip to content

Swift Atomics 1.3.0

Latest
Compare
Choose a tag to compare
@lorentey lorentey released this 04 Jun 20:09
· 6 commits to main since this release
b601256

This minor release fixes a severe miscompilation issue when the experimental LTO feature is enabled. It also bumps the minimum supported toolchain to Swift 5.10, removing the obsolete atomics implementation that used to import operations from standard C.

There were no API-level changes. Clients on older toolchains will not be harmed by this tag -- they will continue to get version 1.2 (or 1.0, 1.1, depending on their toolchain version and dependency specification).

What's Changed

New Contributors

Full Changelog: 1.2.0...1.3.0