Skip to content

Conversation

@xingyaner
Copy link
Contributor

The fuzzing build error occurs because the latest source code of the project has been updated to require the Swift 6.0 toolchain, while the OSS-Fuzz base image currently only provides Swift 5.10.1, resulting in a version mismatch error.
By modifying the Dockerfile, a specific older version code compatible with Swift 5.10 (Tag 2.55.0) was forcibly checked out, thus avoiding toolchain conflicts caused by upstream dependency upgrades and enabling the build to be successful.

@github-actions
Copy link

xingyaner is a new contributor to projects/swift-nio. The PR must be approved by known contributors before it can be merged. The past contributors are: catenacyber, asraa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant