-
Notifications
You must be signed in to change notification settings - Fork 609
Upgrading to v0.11 Causes Compiler Crash #522
Comments
I narrowed the crash down to the BigInt library. See attaswift/BigInt#75. I was able to successfully build BigInt with the official Swift 5.3 snapshot toolchain on Ubuntu 18.04:
The compiler crash appears to be specific to the Swift for Tensorflow v0.11 toolchain on Ubuntu 18.04. |
Swift for TensorFlow toolchains are built from At first glance, the crash doesn't look related to compiler changes related to Swift for TensorFlow. I wonder if the crash also reproduces with trunk development snapshots from swift.org/download? If so, the issue exists on |
Thanks @dan-zheng. I can confirm that this occurs on Swift dev trunk:
Attempting to build the BigInt project on Ubuntu 18.04 produces the same crash. I've filed a bug report on swift.org. |
Thanks for the filing the bug upstream! I'll close this issue now, since the crash isn't related to Swift for TensorFlow. |
My project, which builds and runs successfully on Swift for Tensorflow v0.10, crashes during the build process on v0.11.
By process of elimination on my project dependencies, I was able to figure out this is happening when building the google-auth-library-swift dependency.
On Ubuntu 18.04:
I don't know if this is a compiler bug or a bug in the google-auth-library-swift project. Should I file an issue over there?
The text was updated successfully, but these errors were encountered: