This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import UIKit | |
/** | |
This code *consistently* crashes when built with | |
the following Xcode 10.2.1 build settings: | |
`Swift Version` = `5` (i.e. default) | |
`Enable Testability` = `NO` | |
`Optimization Level` = `-Owholemodule` |
NewerOlder