Skip to content

Conversation

@MahdiBM
Copy link
Contributor

@MahdiBM MahdiBM commented Nov 20, 2025

Fixes:

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": ""
  }

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": ""
  }
```
@MahdiBM
Copy link
Contributor Author

MahdiBM commented Nov 20, 2025

cc @johnbute @FranzBusch as the proposal owners 🙂

@FranzBusch FranzBusch merged commit d2111b0 into swiftlang:main Nov 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants