I have a binary .xcframework
swift package that lives on GitHub. Occasionally after users update the package to a new version Xcode starts spitting out this error when resolving the package graph.
checksum of downloaded artifact of binary target [...] does not match checksum specified by the manifest [...]
Why is this occurring? Is there something that's incorrectly configured in the package?