Hive Hive
Sign in

Require a truthy value to enable TUIST_USE_SWIFTERPM

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

Setting TUIST_USE_SWIFTERPM no longer opts you into the SwifterPM path by mere presence. Only truthy values such as 1, true, TRUE, yes, or YES activate it, while values like 0 now correctly fall back to the standard Swift Package Manager resolution. This makes disabling SwifterPM through the environment variable behave as the flag name suggests.