SwiftIsland / island-app

Our community sourced conference app
MIT License
9 stars 11 forks source link

Xcode 11 builds with 'type-check time limit exceeded' warnings #53

Closed SpacyRicochet closed 5 years ago

SpacyRicochet commented 5 years ago

Describe the bug Xcode 11 brings with it new joys and warnings. In this case, the Xcode 11.1 GM Seed (11A1027) turns on the 'type-check time limit' warning, which hopes to help us keep our compile times fast.

To Reproduce Steps to reproduce the behavior:

  1. Open project in Xcode 11.1.
  2. Build
  3. Look at warnings.

Expected behavior No 'type-check time limit exceeded' warnings.

Screenshots

Screenshot 2019-10-01 at 14 04 42

Expected solution Simplify more complex statements, adding additional type declarations. This should be doable without actually requiring Xcode 11.1.

SpacyRicochet commented 5 years ago

I'll pick this one up.