Hive Hive
Sign in

Fix crash during binary-cache generation caused by unnecessary URLSession invalidation

Metadata
Source
GitHub
Version
4.193.2
Published
May 12, 2026 · 08:39 UTC
Repository
tuist/tuist
Update

Fixed a crash that could occur during tuist generate --binary-cache when using the legacy module cache. The crash happened because the shared URLSession was repeatedly invalidated even when network settings had not changed, which broke active binary-cache downloads. The CLI now only invalidates the shared session when the HTTP settings actually change, so cache downloads remain stable across commands.