Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. ➜ Failable git:(property-wrapper) ✗ swift test
  2. <unknown>:0: error: value of optional type 'String?' must be unwrapped to a value of type 'String'
  3. <unknown>:0: note: coalesce using '??' to provide a default when the optional value contains 'nil'
  4. <unknown>:0: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
  5. <unknown>:0: error: value of optional type 'String?' must be unwrapped to a value of type 'String'
  6. <unknown>:0: note: coalesce using '??' to provide a default when the optional value contains 'nil'
  7. <unknown>:0: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
  8. <unknown>:0: error: value of optional type 'Int?' must be unwrapped to a value of type 'Int'
  9. <unknown>:0: note: coalesce using '??' to provide a default when the optional value contains 'nil'
  10. <unknown>:0: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
  11. <unknown>:0: error: value of optional type 'Int?' must be unwrapped to a value of type 'Int'
  12. <unknown>:0: note: coalesce using '??' to provide a default when the optional value contains 'nil'
  13. <unknown>:0: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
  14. <unknown>:0: error: value of optional type '[Bool]?' must be unwrapped to a value of type '[Bool]'
  15. <unknown>:0: note: coalesce using '??' to provide a default when the optional value contains 'nil'
  16. <unknown>:0: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
  17. <unknown>:0: error: value of optional type '[Bool]?' must be unwrapped to a value of type '[Bool]'
  18. <unknown>:0: note: coalesce using '??' to provide a default when the optional value contains 'nil'
  19. <unknown>:0: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
  20. <unknown>:0: error: value of optional type 'String?' must be unwrapped to a value of type 'String'
  21. <unknown>:0: note: coalesce using '??' to provide a default when the optional value contains 'nil'
  22. <unknown>:0: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
  23. <unknown>:0: error: value of optional type 'String?' must be unwrapped to a value of type 'String'
  24. <unknown>:0: note: coalesce using '??' to provide a default when the optional value contains 'nil'
  25. <unknown>:0: note: force-unwrap using '!' to abort execution if the optional value contains 'n
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement