Question or problem
Hey everyone
After setting up Xcode Compilation Cache (Xcode 26), I’m running into a build categorization issue with
tuist inspect build.
Expectation
Proper build categorization
Context
- Tuist version: 4.152.0
- Xcode 26.2
I use
tuist inspect buildas an Xcode post-action to track whether builds are clean or incremental. With caching enabled, incremental builds are consistently categorized as “clean”, which makes the vast majority of my build data unreliable.
Reproduction (mandatory for problems)
- On a new project and configure tuist inspect as post action (or open the attached sample project:
sample-mobile, targeting any iOS simulator). - Do a clean build from Xcode →
tuist inspect buildcorrectly reports it as clean.
- Make a small code change and build again →
tuist inspect buildstill reports it as clean.
(Expected: incremental)
N.B.: (as a new user I can’t attach files yet, will edit later when I can)