|
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:**Accepted** |
7 | | -* Implementation: Functionality is available via hidden`@_alwaysEmitIntoClient` and`@_neverEmitIntoClient` attributes in recent`main` snapshots. |
| 6 | +* Status:**Implemented (Swift 6.3)** |
8 | 7 | * 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 | 8 |
|
10 | 9 | ##Introduction |
|