|
3 | 3 | * Proposal:[SE-0497](0497-definition-visibility.md) |
4 | 4 | * Authors:[Doug Gregor](https://github.com/DougGregor/) |
5 | 5 | * Review Manager:[Becca Royal-Gordon](https://github.com/beccadax) |
6 | | -* Status:**Active review (October 13...27, 2025)** |
| 6 | +* Status:**Accepted** |
7 | 7 | * Implementation: Functionality is available via hidden`@_alwaysEmitIntoClient` and`@_neverEmitIntoClient` attributes in recent`main` snapshots. |
8 | | -* Review: ([pitch](https://forums.swift.org/t/pitch-controlling-function-definition-visibility-in-clients/82372)) ([review](https://forums.swift.org/t/se-0497-controlling-function-definition-visibility-in-clients/82666)) |
| 8 | +* Review: ([pitch](https://forums.swift.org/t/pitch-controlling-function-definition-visibility-in-clients/82372)) ([review](https://forums.swift.org/t/se-0497-controlling-function-definition-visibility-in-clients/82666)) ([acceptance](https://forums.swift.org/t/accepted-se-0497-controlling-function-definition-visibility-in-clients/83068)) |
9 | 9 |
|
10 | 10 | ##Introduction |
11 | 11 |
|
|