Tuist’s Swift Package Manager integration has been updated to a newer swifterpm revision. For users this means:
- Binary artifacts (for example, Sparkle’s xcframework) now download cleanly even when the local cache is in an awkward state, so
tuist installstops failing on cached runs. Package.resolvedno longer churns unnecessarily between runs, so you will see fewer spurious diffs in the lockfile on your machine.- Package resolution now runs through a SwiftPM subprocess instead of in-process linkage, decoupling Tuist’s binary from SwiftPM internals.
The integration was validated end-to-end with tuist install and tuist generate and required no CLI-side changes, so existing Tuist 4.200.1 users get the improvement automatically.