Hive Hive
Sign in

Warm test builds stay incremental when dependency module maps are generated

Metadata
Source
GitHub
Version
4.201.0-canary.18
Published
Jun 19, 2026 · 15:22 UTC
Repository
tuist/tuist
Update

Previously, generated dependency module maps and framework search path response files were rewritten on every generation, which updated their modification time and invalidated Swift compilation. Tuist now skips rewriting unchanged generated files and preserves active compiler inputs across warm tuist test –build-only runs.