I write this code in Xcode, you can try it on playground.
let constraintSize = CGSize(width: 500.0 - 55.0 - 35.0 - 60.0 - 10.0 - 15.0, height: 9999)
the compiler tell this message
expression was too complex to be solved in reasonable time; consider breaking up the expression into distinct sub-expressions
Any ideas why the compiler tell this silly message, since it is clear that it's just a simple calculation.