adam-fowler / swift-srp

Swift Secure Remote Password

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

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?

swift 5.3

On 5.2.5 it works, but on 5.3 it does not.

Fixed! Also added swift nightly build to CI to ensure this doesn't happen again