Swift явно объявил о незавершенном дополнительном
let someValue:Int! = 5
print(someValue)
SAMER SAEID
let someValue:Int! = 5
print(someValue)