Learn more about cloning repositories
You have read-only access
SR-912: Runtime exception casting an Any nil to an Optional. This is a simple runtime fix for the following case: func cast<U>(t: Any) -> U { return t as! U } cast(nil as Int?) as Int?