the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
Dadoum opened this issue · comments
Dadoum commented
In swift-srp/Sources/SRP/srp.swift:34:19, the expression is too long to be resolved by the compiler.
Possible fix: make it multi step
Adam Fowler commented
In swift-srp/Sources/SRP/srp.swift:34:19, the expression is too long to be resolved by the compiler.
Possible fix: make it multi step
What version of swift are you compiling with?
Dadoum commented
swift 5.3
Dadoum commented
On 5.2.5 it works, but on 5.3 it does not.
Adam Fowler commented
Fixed! Also added swift nightly build to CI to ensure this doesn't happen again