Ugly Swift Syntax for Checking Errors

I like guard over if cause it’s more expressive about my intentions […]. Unfortunately, because of the boolean nature of the guard clause, to do this requires using Implicitly Unwrapped Optionals.