Skip to content

Commit 6deecf0

Browse files
Normalize SE-0409 upcoming feature flag (#2439)
* Normalize SE-0409 upcoming feature flag The upcoming feature flag is now no longer always enabled in Swift 6 language mode. Since it is always enabled in a future unannounced version of Swift, it should have no annotation. Also the UFF field should not include a summary of the effects of the flag. * Update status to 'Implemented (Swift 6.0)'
1 parent 5df607e commit 6deecf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proposals/0409-access-level-on-imports.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
* Proposal: [SE-0409](0409-access-level-on-imports.md)
44
* Author: [Alexis Laferrière](https://github.com/xymus)
55
* Review Manager: [Frederick Kellison-Linn](https://github.com/Jumhyn)
6-
* Status: **Accepted with modifications**
6+
* Status: **Implemented (Swift 6.0)**
77
* Implementation: On main and release/5.9 gated behind the frontend flag `-enable-experimental-feature AccessLevelOnImport`
8-
* Upcoming Feature Flag: `InternalImportsByDefault` (Enables Swift 6 behavior with imports defaulting to internal. Soon on main only.)
8+
* Upcoming Feature Flag: `InternalImportsByDefault`
99
* Review: ([pitch](https://forums.swift.org/t/pitch-access-level-on-import-statements/66657)) ([review](https://forums.swift.org/t/se-0409-access-level-modifiers-on-import-declarations/67290)) ([acceptance](https://forums.swift.org/t/accepted-with-modifications-se-0409-access-level-modifiers-on-import-declarations/67666))
1010

1111
## Introduction

0 commit comments

Comments
 (0)