Skip to content

Commit edb51f4

Browse files
authored
Clean up the implementation links for 0450-swiftpm-package-traits.md
1 parent 58b0d3c commit edb51f4

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

proposals/0450-swiftpm-package-traits.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,10 @@
44
* Authors: [Franz Busch](https://github.com/FranzBusch), [Max Desiatov](https://github.com/MaxDesiatov)
55
* Review Manager: [Mishal Shah](https://github.com/shahmishal)
66
* Status: **Active Review (October 24th...November 7th, 2024**)
7+
* 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
78
* Experimental Implementation: Gated on `@_spi(ExperimentalTraits)` in package manifests and `--experimental` prefix for CLI options
89
* Review: ([pitch](https://forums.swift.org/t/pitch-package-traits/72191)) ([review](https://forums.swift.org/t/se-0450-package-traits/75598))
910

10-
- https://github.com/swiftlang/swift-package-manager/pull/7704
11-
- https://github.com/swiftlang/swift-package-manager/pull/7703
12-
- https://github.com/swiftlang/swift-package-manager/pull/7702
13-
- https://github.com/swiftlang/swift-package-manager/pull/7701
14-
- https://github.com/swiftlang/swift-package-manager/pull/7694
15-
- https://github.com/swiftlang/swift-package-manager/pull/7689
16-
1711
## Introduction
1812

1913
Over the past years the package ecosystem has grown tremendously in both the

0 commit comments

Comments
 (0)