Atomics 1.0.1
This is a patch release containing several bug fixes.
Fixes
- The package now builds successfully on 32-bit architectures (i386, armv7) (#33)
- The package manifest was adjusted to prevent SwiftPM warnings about unknown files in source directories.
- Several types are now
@frozen
to match their@inlinable
initializers. (This package isn't ABI stable, so this change is a no-op in all supported configurations.)
Pull Requests
- #34 [shims] Fix i386/armv7 regression introduced in #26 (by @lorentey)
- #35 [manifest] Fix warnings in 5.3 toolchains (by @lorentey)
- #36 Fix build errors with library evolution enabled (by @lorentey)
Thank you to everyone who contributed to this release!