From f73f812f68ec84c27517b43ec88fc817a97b71fc Mon Sep 17 00:00:00 2001 From: Holly Borla Date: Fri, 2 May 2025 14:37:02 -0700 Subject: [PATCH] Accept SE-0476. --- proposals/0476-abi-attr.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proposals/0476-abi-attr.md b/proposals/0476-abi-attr.md index e7bea6bf57..6bd6c3efa6 100644 --- a/proposals/0476-abi-attr.md +++ b/proposals/0476-abi-attr.md @@ -3,9 +3,9 @@ * Proposal: [SE-0476](0476-abi-attr.md) * Authors: [Becca Royal-Gordon](https://github.com/beccadax) * Review Manager: [Holly Borla](https://github.com/hborla) -* Status: **Active Review (April 11 - April 25, 2025)** +* Status: **Accepted** * Implementation: behind experimental feature `ABIAttribute` (refinements in [swiftlang/swift#80383](https://github.com/swiftlang/swift/pull/80383)) -* Review: ([pitch](https://forums.swift.org/t/pitch-controlling-the-abi-of-a-declaration/75123)) ([review](https://forums.swift.org/t/se-0476-controlling-the-abi-of-a-function-initializer-property-or-subscript/79233)) +* Review: ([pitch](https://forums.swift.org/t/pitch-controlling-the-abi-of-a-declaration/75123)) ([review](https://forums.swift.org/t/se-0476-controlling-the-abi-of-a-function-initializer-property-or-subscript/79233)) ([acceptance](https://forums.swift.org/t/accepted-with-modifications-se-0476-controlling-the-abi-of-a-function-initializer-property-or-subscript/79644)) ## Introduction