ivnsch / SwiftCharts

Easy to use and highly customizable charts library for iOS
Apache License 2.0
2.53k stars 410 forks source link

Fix Xcode 10.2 compile type-check errors #386

Closed AgapovOne closed 5 years ago

AgapovOne commented 5 years ago

Fixed an issue with The compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions

Fixed expressions to compile faster. Only supports new Xcode 10.2, without Swift 5 conversion.

Fixes #385 Corrects #384

ivnsch commented 5 years ago

This is already in https://github.com/i-schuetz/SwiftCharts/pull/384.