Let's be careful here- we know this particular bug escaped into the wilds - and we know that async await is new, and that means there aren't alot of codebases available to test it. Lets get these fixes into Xcode betas and iterate. Given the scope of this work, and the speed with which it caused problems in the wild, there are probably more bugs hiding behind this one.
And all of us who can in the community, try it out and test.
hi, i just tested with the Oct 5 nightly snapshot, which is the first since that PR was merged, and the issues are still present. the commit hashes are
$ swiftc --version
Swift version 5.6-dev (LLVM 7aef0efea99e2c6, Swift e4f71c8e118fc09)
Target: x86_64-unknown-linux-gnu
i’m not sure if the LLVM hash 7aef0efea99e2c6 is before or after the fix was merged
Tested on M1 with Xcode 13/ iOS 15 with below Swift 5.5 version seems doesn't hit the 1st issue
swift-driver version: 1.26.9 Apple Swift version 5.5 (swiftlang-1300.0.31.1 clang-1300.0.29.1)
Target: arm64-apple-macosx11.0
hi, i’ve successfully built an updated toolchain against llvm stable/20210726, and i can confirm that 3 out of 4 of the bugs listed in the beginning of this thread are no longer present.
I'd appreciate Ubuntu 20.04 binaries... any chance you can push a docker image to docker hub? (May not be a huge deal... I assume swiftlang/swift:nightly-focal-main won't be stuck at 10-5 forever...)