Hive Hive
Sign in

SwifterPM 0.8.12 fixes artifact extraction and SwiftPM output

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

The SwifterPM-backed SwiftPM integration now handles two cases that previously broke tuist generate or stalled during tuist install:

  • Finder-zipped binary artifacts such as Plaid’s LinkKit ship a __MACOSX/ AppleDouble sidecar with shadow copies of every bundle. Those shadows are stripped right after unzip and skipped by the artifact scanner, so the scanner no longer picks the shadow over the real .xcframework and aborts with an Info.plist error.
  • Delegated swift package resolve runs now stream stdout and stderr through to the user, so resolution progress is visible instead of appearing to hang. Quiet resolution still stays quiet when that mode is requested.