Skip to content

Commit 134c1d9

Browse files
authored
Merge pull request #2641 from MaxDesiatov/patch-3
Mark SE-0450 (package traits) as implemented in 6.1
2 parents 64f9ea4 + 88a9437 commit 134c1d9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

proposals/0450-swiftpm-package-traits.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
* Proposal: [SE-0450](0450-swiftpm-package-traits.md)
44
* Authors: [Franz Busch](https://github.com/FranzBusch), [Max Desiatov](https://github.com/MaxDesiatov)
55
* Review Manager: [Mishal Shah](https://github.com/shahmishal)
6-
* Status: **Accepted**
6+
* Status: **Implemented (Swift 6.1)**
77
* Implementation: https://github.com/swiftlang/swift-package-manager/pull/7704, https://github.com/swiftlang/swift-package-manager/pull/7703, https://github.com/swiftlang/swift-package-manager/pull/7702, https://github.com/swiftlang/swift-package-manager/pull/7701, https://github.com/swiftlang/swift-package-manager/pull/7694, https://github.com/swiftlang/swift-package-manager/pull/7689, https://github.com/swiftlang/swift-package-manager/pull/8178
8-
* Experimental Implementation: Gated on `@_spi(ExperimentalTraits)` in package manifests and `--experimental` prefix for CLI options
9-
* Review: ([pitch](https://forums.swift.org/t/pitch-package-traits/72191)) ([review](https://forums.swift.org/t/se-0450-package-traits/75598))
8+
* Review: ([pitch](https://forums.swift.org/t/pitch-package-traits/72191)) ([review](https://forums.swift.org/t/se-0450-package-traits/75598)) ([acceptance](https://forums.swift.org/t/accepted-with-modifications-se-0450-package-traits/76705))
109

1110
## Introduction
1211

0 commit comments

Comments
 (0)