fix: upgrade Package.swift checksum to SHA-512 (PILOT-333)#6
fix: upgrade Package.swift checksum to SHA-512 (PILOT-333)#6matthew-pilot wants to merge 1 commit into
Conversation
Replace SHA-256 checksum with SHA-512 for the PilotC binaryTarget xcframwork. SHA-512 is SRI best practice per Swift Package Manager docs. Computed from the published v0.2.0 artifact.
|
🦀 Matthew PR Check —
🦀 matthew-pilot self-check complete. Awaiting operator review. |
🛠️ Matthew PR Worker — Status (
|
🛠️ Matthew Explains —
|
Summary
Upgrade the PilotC binaryTarget checksum from SHA-256 to SHA-512 per Swift Package Manager SRI best practice.
Changes
Package.swift: Replace SHA-256 checksum with SHA-512 (computed from published v0.2.0 xcframework.zip artifact)Verification
Ticket
🔗 https://vulturelabs.atlassian.net/browse/PILOT-333
Labels
matthew-fix