Hive Hive
Sign in

Cache 0.32.7

Metadata
Source
GitHub
Version
cache@0.32.7
Published
Jun 08, 2026 · 10:39 UTC
Repository
tuist/tuist
Update

This release fixes a version-normalization issue in the Swift package registry.

  • Prerelease versions now keep their SemVer dot separators. Previously, a version such as 1.0.0-beta.5 could be rewritten as 1.0.0-beta+5, which made registry metadata disagree with package manifests that pinned exact prerelease versions. The registry now only normalizes the core numeric version components and preserves prerelease and build metadata suffixes.