Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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

Expand Down