btnguyen2k / swiftutils

Utility library in Swift
MIT License
72 stars 22 forks source link

Swift 4 Support #4

Closed neetrath closed 7 years ago

neetrath commented 7 years ago

Found

"Expression was too complex to be solved in reasonable time; consider breaking up the expression into distinct sub-expressions"

at "queryFilter" Property

and maybe some other errors in Swift 4, Xcode 9

btnguyen2k commented 7 years ago

Hi @neetrath, @fizzy871 has fixed "Expression was too complex to be solved..." in the latest PR.

Cheers,