From 54f6c8b2e88fa6d40dd22f04dbf55bd072791b0d Mon Sep 17 00:00:00 2001 From: Mahdi Bahrami Date: Thu, 20 Nov 2025 14:58:09 +0330 Subject: [PATCH] [SE-0500] Fix proposal ID Fixes: ```bash curl https://download.swift.org/swift-evolution/v1/evolution.json 2>/dev/null | jq '.proposals[] | select(.id == "SE-500") | .errors' [ { "code": 0, "kind": "error", "message": "Proposal ID must include four decimal digits.", "suggestion": "" } ``` --- proposals/0500-package-manager-templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/0500-package-manager-templates.md b/proposals/0500-package-manager-templates.md index 52c60195f0..444acf6826 100644 --- a/proposals/0500-package-manager-templates.md +++ b/proposals/0500-package-manager-templates.md @@ -1,6 +1,6 @@ # Improving package creation with custom templates: SwiftPM Template Initialization -* Proposal: [SE-500](0500-package-manager-templates.md) +* Proposal: [SE-0500](0500-package-manager-templates.md) * Authors: [John Bute](https://github.com/johnbute) * Review Manager: [Franz Busch](https://github.com/FranzBusch) * Status: **Active Review (November 20 - December 4, 2025)**