Hive Hive
Sign in

Cache 0.32.8

Metadata
Source
GitHub
Version
cache@0.32.8
Published
Jun 19, 2026 · 11:10 UTC
Repository
tuist/tuist
Update

This release fixes a SwiftPM registry resolution failure that could block dependency installation and workspace generation in fresh worktrees.

  • The cache registry now deduplicates Swift package manifest variants by their canonical Swift tools version. When a package’s default Package.swift and an alternate Package@swift-X.Y.swift resolve to the same version, the registry keeps the default manifest and no longer advertises or persists the redundant alternate. This resolves duplicate key found errors during tuist install for packages that publish equivalent manifest variants.