Skip to content

Commit 1a30202

Browse files
Apply suggestions from code review
Co-authored-by: Ben Rimmington <[email protected]>
1 parent 73f8452 commit 1a30202

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proposals/0450-swiftpm-package-traits.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
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: Implemented (Swift 6.1)
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
88
* 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))
9+
* 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))
1010

1111
## Introduction
1212

0 commit comments

Comments
 (0)