Syntax error?
I'm getting an error here:
`return hasParametrizedProtocolRequirement($0.argument)`
which is line 140 of Requirements.swift near the bottom of hasParametrizedProtocolRequirement.
the error is Cannot convert value of type 'GenericArgumentSyntax.Argument' to expected argument type 'TypeSyntax'
any ideas what im doing wrong? im using fully updated Xcode and Swift.
Can you pls provide a Mockable and a SwiftSyntax version?
It appears Mockable doesn't compile with swift-syntax version 601.0.0.
Just pulled main and forced the swift-syntax version and got the same result.
Will fix this tomorrow, thanks!
I'm just about to put up a PR to address this if you'd like.