Hive Hive
Sign in

Add opt-in SwifterPM install resolution

Metadata
Source
GitHub
Version
4.197.0
Published
Jun 08, 2026 · 18:15 UTC
Repository
tuist/tuist
Update

Set TUIST_USE_SWIFTERPM=1 to have tuist install resolve and update dependencies through SwifterPM instead of swift package. When the SwifterPM package-info cache is present, tuist generate reuses the cached manifest data under .build/swifterpm/package-info instead of reloading every Package.swift. If the cache is missing, stale, or unsupported, Tuist falls back to the standard manifest loader.