From 75840ecd1057b35cb8b79d73db48216ac2838d9d Mon Sep 17 00:00:00 2001 From: Franz Busch Date: Mon, 29 Jun 2026 14:26:17 +0200 Subject: [PATCH] Start review for SE-0534: Opt-in exact matching for version identifiers with build metadata --- ....md => 0534-swiftpm-exact-literal-version-matching.md} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename proposals/{xxxx-swiftpm-exact-literal-version-matching.md => 0534-swiftpm-exact-literal-version-matching.md} (94%) diff --git a/proposals/xxxx-swiftpm-exact-literal-version-matching.md b/proposals/0534-swiftpm-exact-literal-version-matching.md similarity index 94% rename from proposals/xxxx-swiftpm-exact-literal-version-matching.md rename to proposals/0534-swiftpm-exact-literal-version-matching.md index 0933226f1b..7131d7c47e 100644 --- a/proposals/xxxx-swiftpm-exact-literal-version-matching.md +++ b/proposals/0534-swiftpm-exact-literal-version-matching.md @@ -1,12 +1,12 @@ # Opt-in exact matching for version identifiers with build metadata -* Proposal: [SE-xxxx](xxxx-swiftpm-exact-literal-version-matching.md) +* Proposal: [SE-0534](0534-swiftpm-exact-literal-version-matching.md) * Authors: [Byoungchan Lee](https://github.com/bc-lee) -* Review Manager: TBD -* Status: **Pitch** +* Review Manager: [Franz Busch](https://github.com/FranzBusch) +* Status: **Active review (June 29...July 6, 2026)** * Bugs: [swiftlang/swift-package-manager#6675](https://github.com/swiftlang/swift-package-manager/issues/6675), [swiftlang/swift#80711](https://github.com/swiftlang/swift/issues/80711) * Implementation: [swiftlang/swift-package-manager#9812](https://github.com/swiftlang/swift-package-manager/pull/9812) -* Review: ([pitch](https://forums.swift.org/t/pitch-swiftpm-opt-in-exact-matching-for-version-tags-that-include-semver-build-metadata/84691)) +* Review: ([pitch](https://forums.swift.org/t/pitch-swiftpm-opt-in-exact-matching-for-version-tags-that-include-semver-build-metadata/84691)) ([review](https://forums.swift.org/t/review-se-0534-opt-in-exact-matching-for-version-identifiers-with-build-metadata/87815)) ## Introduction