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:
Open project in Xcode 11.1.
Build
Look at warnings.
Expected behavior
No 'type-check time limit exceeded' warnings.
Screenshots
Expected solution
Simplify more complex statements, adding additional type declarations. This should be doable without actually requiring Xcode 11.1.
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:
Expected behavior No 'type-check time limit exceeded' warnings.
Screenshots
Expected solution Simplify more complex statements, adding additional type declarations. This should be doable without actually requiring Xcode 11.1.