Running tuist setup cache while not authenticated now fails immediately with a clear “you must be authenticated” error instead of silently installing a LaunchAgent whose daemon cannot run. The cache daemon itself also stops being respawned by launchd every ~10 seconds when the user is logged out, which previously spammed empty session directories under ~/.local/state/tuist/sessions/. After re-authenticating, caching resumes automatically without restarting the daemon.
Hive