slither-action icon indicating copy to clipboard operation
slither-action copied to clipboard

Foundry "failed to resolve versions"

Open ThatOneCalculator opened this issue 7 months ago • 1 comments

Honestly, this error is not very descriptive, so I'm not sure what exactly this error is about. These are all Vyper contracts with # @version ^0.4.0

| 'forge' returned non-zero exit code 1
| 2024-07-23T22:16:28.238665Z ERROR foundry_compilers::resolver: failed to resolve versions
| Error:
| stderr: Found incompatible Solidity versions:
| stderr: contracts/REDACTED.vy  imports:
| stderr: Found incompatible Solidity versions:
| stderr: contracts/REDACTED.vy  imports:
| stderr: Found incompatible Solidity versions:
| stderr: contracts/REDACTED.vy  imports:
| stderr: Found incompatible Solidity versions:
| stderr: contracts/REDACTED.vy  imports:
| ERROR:Slither:Unable to compile all targets.

ThatOneCalculator avatar Jul 23 '24 22:07 ThatOneCalculator