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.5could be rewritten as1.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.