mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
It seems that a recent change to the compiler will now optimize the initializer and then the SIL verifier will fail due to the unintialized member when the initializer is throwing and will never return without initializing the member unless the initialization fails.