Closed 0ax1 closed 3 years ago
Ah, this is a regression introduced in #26. It seems we will need to beef up CI coverage.
Thanks so much for looking into it, much appreciated!
Submitted a PR with the fix -- apologies for not catching this earlier.
Awesome, that was a super fast fix, thanks again!
swift-atomics doesn't compile for iOS in release mode when building with Xcode (but succeeds in debug).
Information
main
/46a69523595b5142b30b20f922a1324586bdc96f
11.5.2
swift-driver version: 1.26.7 Apple Swift version 5.5 (swiftlang-1300.0.27.6 clang-1300.0.27.2) Target: x86_64-apple-macosx11.0
13.0 beta 4 (13A5201i)
Checklist
main
branch of this package.Steps to Reproduce
Create a new iOS project from the
App
template in Xcode, add the swift-atomics package as a dependency underPackage Dependencies
(usingbranch
:main
) and set the build configuration inEdit Scheme...
toRelease
.Expected behavior
The build for iOS in release mode succeeds.
Actual behavior
The build for iOS in release mode fails with the following 2 errors: