Hive Hive
Sign in

Faster generation when static side-effect warnings are disabled

Metadata
Source
GitHub
Version
4.202.0-canary.1
Published
Jun 24, 2026 · 17:16 UTC
Repository
tuist/tuist
Update

Setting staticSideEffectsWarningTargets: .none in Tuist.swift now skips the static-products lint traversal entirely, matching the intent of “no warnings”. On large projects this can significantly reduce lint time, for example from ~36 seconds to ~10 seconds on a project with ~6,700 targets.