Unsafe
% cat test.swift var someInt: Int? = nil print(someInt.unsafelyUnwrapped) % swift -O test.swift 0