From 47b7bc5be2e68125bb9605777c026f694cba1635 Mon Sep 17 00:00:00 2001 From: Ben Cohen Date: Tue, 1 Jul 2025 12:27:43 -0700 Subject: [PATCH] Kick off second review of SE-0487 --- proposals/0487-extensible-enums.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/0487-extensible-enums.md b/proposals/0487-extensible-enums.md index 7401fa8e0a..beb87ecaf1 100644 --- a/proposals/0487-extensible-enums.md +++ b/proposals/0487-extensible-enums.md @@ -3,7 +3,7 @@ * 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: **In active review (May 25—Jun 5, 2025)** +* Status: **In active review (July 1—Jul 10, 2025)** * 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`