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.xcframeworkand aborts with anInfo.plisterror. - Delegated
swift package resolveruns 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.