Hive Hive
Sign in

Warning about using tuist server when you have two versions of the project on the same machine

GitHub issue · Open

Metadata
Source
tuist/tuist #7107
Updated
Jun 11, 2026
Domains
Cache
Details

What happened?

When running generate from two different directories of the same tuist project we get:

The following warnings need attention:
· Tuist Cache requires using the Tuist-provided server for fine-grained reading and persistence of cache binaries. See how you can use it by following the docs: https://docs.tuist.io/guides/quick-start/gather-insights.html

This seems to also cause tuist to overfetch binaries on every tuist generate

How do we reproduce it?

  1. Checkout a repo/project twice in two locations
  2. run tuist clean
  3. generate the first project (there should be no warnings)
  4. generate the second project (there should now be warnings)

Error log

The following warnings need attention:
· Tuist Cache requires using the Tuist-provided server for fine-grained reading and persistence of cache binaries. See how you can use it by following the docs: https://docs.tuist.io/guides/quick-start/gather-insights.html

macOS version

14.6.1

Tuist version

4.28.1

Xcode version

15.3

Comments
IK
ios-kimsuwan Aug 20, 2025

Same.

P
pepicrft Aug 20, 2025

This should not happen. I’ll look into it.

P
pepicrft Aug 26, 2025

@alexjameslittle / @ios-kimsuwan I’m unable to reproduce this. Does it happen when you generate both of them at the same time? Or do you wait some time between the generation of the two?