From eb76b59b816e14eab8f932cc8d45912b4d3265b5 Mon Sep 17 00:00:00 2001 From: Pavel Yaskevich Date: Tue, 11 Nov 2025 10:00:50 -0800 Subject: [PATCH] Mark SE-0487 as implemented in 6.2.3 Also removes a reference to the outdated experimental flag. --- proposals/0487-extensible-enums.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/proposals/0487-extensible-enums.md b/proposals/0487-extensible-enums.md index a8e226c95b..34dbf69a68 100644 --- a/proposals/0487-extensible-enums.md +++ b/proposals/0487-extensible-enums.md @@ -3,10 +3,9 @@ * Proposal: [SE-0487](0487-extensible-enums.md) * Authors: [Pavel Yaskevich](https://github.com/xedin), [Franz Busch](https://github.com/FranzBusch), [Cory Benfield](https://github.com/lukasa) * Review Manager: [Ben Cohen](https://github.com/airspeedswift) -* Status: **Accepted** +* Status: **Implemented (Swift 6.2.3)** * Bug: [apple/swift#55110](https://github.com/swiftlang/swift/issues/55110) * Implementation: [apple/swift#80503](https://github.com/swiftlang/swift/pull/80503) -* Upcoming Feature Flag: `ExtensibleAttribute` * Review: ([pitch](https://forums.swift.org/t/pitch-extensible-enums-for-non-resilient-modules/77649)) ([first review](https://forums.swift.org/t/se-0487-extensible-enums/80114)) ([second review](https://forums.swift.org/t/second-review-se-0487-extensible-enums/80837)) ([acceptance](https://forums.swift.org/t/accepted-se-0487-nonexhaustive-enums/81508)) Previously pitched in: