Open yukibtc opened 1 week ago
It sounds like you might be using stale generated swift code somehow - is it checked in to source control? All the checksum checks are in the generated swift code so you can see what the values are, and whether they change as your interface changes. We have some issues around checksums, but none where the checksum is plain wrong.
Hi, adding new CI tests (clean environment, without any cache) for my SDK bindings I noticed this error:
This happen ONLY with Swift, not with Python or Kotlin. You can see the entire workflow here.
I'm using UniFFI
v0.28
withproc-macros
andfutures
. Any idea on how to fix this? Why does this happen only in Swift and not in Python or Kotlin?Thanks