Hive Hive
Sign in

SwifterPM now requires a truthy value in TUIST_USE_SWIFTERPM

Metadata
Source
GitHub
Version
4.200.4
Published
Jun 15, 2026 · 14:07 UTC
Repository
tuist/tuist
Update

The TUIST_USE_SWIFTERPM environment variable no longer enables SwifterPM just by being present. It now requires a truthy value, such as 1, true, yes, or their uppercase variants. Setting the variable to 0, false, or an empty value keeps the standard Swift Package Manager behavior, preventing accidental activation.