Commit 3ebae86
fix(spm): sync Package.swift checksums to v0.19.13 binaries
After v0.19.13 was tagged, the release.yml built the binaries and
uploaded them to the v0.19.13 release. The checksums in Package.swift
at the v0.19.13 tag commit were the v0.19.12 checksums (because Package.swift
is updated BEFORE the binaries exist — a bootstrap limitation of the
non-deterministic Xcode builds).
This PR updates Package.swift with v0.19.13's actual binary checksums so
SPM consumers pinning to main get matching binaries. Tag v0.19.13 itself
will still have stale checksums — consumers using `from: "0.19.13"` via
SPM need to wait for v0.19.14 (or pin to branch main).
No version bump — this is a pure checksum sync, not a new release.
Actual v0.19.13 checksums:
RACommons-ios-v0.19.13.zip: a1caaf12...
RABackendLLAMACPP-ios-v0.19.13.zip: 7ff978fb...
RABackendONNX-ios-v0.19.13.zip: 0f857555...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 80386a9 commit 3ebae86
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
335 | 335 | | |
336 | 336 | | |
337 | 337 | | |
338 | | - | |
| 338 | + | |
339 | 339 | | |
340 | 340 | | |
341 | 341 | | |
342 | 342 | | |
343 | | - | |
| 343 | + | |
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
347 | 347 | | |
348 | | - | |
| 348 | + | |
349 | 349 | | |
350 | 350 | | |
351 | 351 | | |
| |||
0 commit comments