Skip to content

Instantly share code, notes, and snippets.

@calebkleveter
Created June 6, 2019 21:53
Show Gist options
  • Save calebkleveter/755d7ee9acda3f9f3ea2cfbf718d7b3a to your computer and use it in GitHub Desktop.
Save calebkleveter/755d7ee9acda3f9f3ea2cfbf718d7b3a to your computer and use it in GitHub Desktop.
➜ Failable git:(property-wrapper) ✗ swift test
<unknown>:0: error: value of optional type 'String?' must be unwrapped to a value of type 'String'
<unknown>:0: note: coalesce using '??' to provide a default when the optional value contains 'nil'
<unknown>:0: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
<unknown>:0: error: value of optional type 'String?' must be unwrapped to a value of type 'String'
<unknown>:0: note: coalesce using '??' to provide a default when the optional value contains 'nil'
<unknown>:0: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
<unknown>:0: error: value of optional type 'Int?' must be unwrapped to a value of type 'Int'
<unknown>:0: note: coalesce using '??' to provide a default when the optional value contains 'nil'
<unknown>:0: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
<unknown>:0: error: value of optional type 'Int?' must be unwrapped to a value of type 'Int'
<unknown>:0: note: coalesce using '??' to provide a default when the optional value contains 'nil'
<unknown>:0: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
<unknown>:0: error: value of optional type '[Bool]?' must be unwrapped to a value of type '[Bool]'
<unknown>:0: note: coalesce using '??' to provide a default when the optional value contains 'nil'
<unknown>:0: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
<unknown>:0: error: value of optional type '[Bool]?' must be unwrapped to a value of type '[Bool]'
<unknown>:0: note: coalesce using '??' to provide a default when the optional value contains 'nil'
<unknown>:0: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
<unknown>:0: error: value of optional type 'String?' must be unwrapped to a value of type 'String'
<unknown>:0: note: coalesce using '??' to provide a default when the optional value contains 'nil'
<unknown>:0: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
<unknown>:0: error: value of optional type 'String?' must be unwrapped to a value of type 'String'
<unknown>:0: note: coalesce using '??' to provide a default when the optional value contains 'nil'
<unknown>:0: note: force-unwrap using '!' to abort execution if the optional value contains 'n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment