|
1 | 1 | #Improving package creation with custom templates: SwiftPM Template Initialization |
2 | 2 |
|
3 | | -* Proposal:[SE-NNNN]() |
| 3 | +* Proposal:[SE-500](0500-package-manager-templates.md) |
4 | 4 | * Authors:[John Bute](https://github.com/johnbute) |
5 | | -* Review Manager:TBD |
6 | | -* Status:Awaiting implementation |
| 5 | +* Review Manager:[Franz Busch](https://github.com/FranzBusch) |
| 6 | +* Status:**Active Review (November 20 - December 4, 2025)** |
7 | 7 | * Implementation:[apple/swift-package-manager#04956](https://github.com/swiftlang/swift-package-manager/pull/9211) |
8 | | -* Review: ([pitch](https://forums.swift.org/t/pitch-improving-package-creation-with-custom-templates-swiftpm-template-initialization/81525/1) ) ([review](LINK TO SWIFT FORUMS POST HERE)) |
| 8 | +* Review: ([pitch](https://forums.swift.org/t/pitch-improving-package-creation-with-custom-templates-swiftpm-template-initialization/81525) ) ([review](https://forums.swift.org/t/se-0500-improving-package-creation-with-custom-templates/83321)) |
9 | 9 |
|
10 | 10 | ##Introduction |
11 | 11 |
|
|