Hive Hive
Sign in

Static-side-effects lint short-circuits when warning targets are .none

Metadata
Source
GitHub
Version
4.202.0-rc.2
Published
Jul 03, 2026 · 13:18 UTC
Repository
tuist/tuist
Update

When staticSideEffectsWarningTargets is set to .none in Tuist.swift, tuist generate now skips the static-products lint traversal entirely instead of walking the dependency graph and discarding the result. On a large ~6,700-target project this drops lint time from ~36s to ~10s.