Hive Hive
Sign in

More reliable binary artifact downloads and a stable Package.resolved

Metadata
Source
GitHub
Version
4.200.1
Published
Jun 12, 2026 · 16:18 UTC
Repository
tuist/tuist
Update

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 install stops failing on cached runs.
  • Package.resolved no 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.