Nice! Implicitly unwrapped optionals need to have a value or they'll crash our program. some() shows value is an implicitly unwrapped optional.
some()
value
That'd compile but crash during runtime; also, optionals are nil by default.
nil