Hive Hive
Sign in

SwiftPM integration fixes for artifact extraction and resolution output

Metadata
Source
GitHub
Version
4.201.0-canary.4
Published
Jun 16, 2026 · 13:26 UTC
Repository
tuist/tuist
Update

The SwiftPM integration has been updated to SwifterPM 0.8.12, which fixes two user-facing issues. Finder-zipped binary artifacts (such as Plaid’s LinkKit) that carry a __MACOSX/ resource-fork sidecar no longer cause tuist generate to abort with a malformed xcframework error: the shadow bundle is stripped after extraction and skipped during scanning. During package resolution, SwiftPM progress output is now streamed to the terminal instead of being swallowed, so normal resolution no longer appears stalled.