From d0c41eedc9246c0da4448377f8fe936956652689 Mon Sep 17 00:00:00 2001 From: Mahdi Bahrami Date: Mon, 10 Jun 2024 19:39:02 +0330 Subject: [PATCH 1/5] Update 0409-access-level-on-imports.md --- proposals/0409-access-level-on-imports.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proposals/0409-access-level-on-imports.md b/proposals/0409-access-level-on-imports.md index 06abd11b16..2088f5d96f 100644 --- a/proposals/0409-access-level-on-imports.md +++ b/proposals/0409-access-level-on-imports.md @@ -3,8 +3,8 @@ * Proposal: [SE-0409](0409-access-level-on-imports.md) * Author: [Alexis Laferrière](https://github.com/xymus) * Review Manager: [Frederick Kellison-Linn](https://github.com/Jumhyn) -* Status: **Implemented (Swift 6.0)** -* Implementation: On main and release/5.9 gated behind the frontend flag `-enable-experimental-feature AccessLevelOnImport` +* Status: **Implemented (Swift 7.0)** +* Implementation: Gated behind the frontend flag `-enable-upcoming-feature AccessLevelOnImport` * Upcoming Feature Flag: `InternalImportsByDefault` * 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)) From 1a5cdb8091f3b6529379438104308dedcea792d3 Mon Sep 17 00:00:00 2001 From: Mahdi Bahrami Date: Mon, 10 Jun 2024 19:42:12 +0330 Subject: [PATCH 2/5] Update 0409-access-level-on-imports.md --- proposals/0409-access-level-on-imports.md | 1 - 1 file changed, 1 deletion(-) diff --git a/proposals/0409-access-level-on-imports.md b/proposals/0409-access-level-on-imports.md index 2088f5d96f..ef71b62d4b 100644 --- a/proposals/0409-access-level-on-imports.md +++ b/proposals/0409-access-level-on-imports.md @@ -4,7 +4,6 @@ * Author: [Alexis Laferrière](https://github.com/xymus) * Review Manager: [Frederick Kellison-Linn](https://github.com/Jumhyn) * Status: **Implemented (Swift 7.0)** -* Implementation: Gated behind the frontend flag `-enable-upcoming-feature AccessLevelOnImport` * Upcoming Feature Flag: `InternalImportsByDefault` * 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)) From 65e679a528f84d0908947dd53f40bd0056eb4fcc Mon Sep 17 00:00:00 2001 From: Mahdi Bahrami Date: Mon, 10 Jun 2024 19:43:06 +0330 Subject: [PATCH 3/5] Update 0409-access-level-on-imports.md --- proposals/0409-access-level-on-imports.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/0409-access-level-on-imports.md b/proposals/0409-access-level-on-imports.md index ef71b62d4b..2b65d09a8b 100644 --- a/proposals/0409-access-level-on-imports.md +++ b/proposals/0409-access-level-on-imports.md @@ -4,7 +4,7 @@ * Author: [Alexis Laferrière](https://github.com/xymus) * Review Manager: [Frederick Kellison-Linn](https://github.com/Jumhyn) * Status: **Implemented (Swift 7.0)** -* Upcoming Feature Flag: `InternalImportsByDefault` +* Upcoming Feature Flag: `InternalImportsByDefault` (implemented in Swift 5.9) * 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)) ## Introduction From c3b1c6bca761d0e11fb1c9c717f6a4dc0d9afaca Mon Sep 17 00:00:00 2001 From: Mahdi Bahrami Date: Mon, 10 Jun 2024 19:44:51 +0330 Subject: [PATCH 4/5] Update 0409-access-level-on-imports.md --- proposals/0409-access-level-on-imports.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/0409-access-level-on-imports.md b/proposals/0409-access-level-on-imports.md index 2b65d09a8b..a368c97eef 100644 --- a/proposals/0409-access-level-on-imports.md +++ b/proposals/0409-access-level-on-imports.md @@ -4,7 +4,7 @@ * Author: [Alexis Laferrière](https://github.com/xymus) * Review Manager: [Frederick Kellison-Linn](https://github.com/Jumhyn) * Status: **Implemented (Swift 7.0)** -* Upcoming Feature Flag: `InternalImportsByDefault` (implemented in Swift 5.9) +* Upcoming Feature Flag: `InternalImportsByDefault` (implemented in Swift 5.9 gated behind the frontend flag `-enable-experimental-feature AccessLevelOnImport`) * 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)) ## Introduction From d742f2b9a38fae5f06681fa8ce44dfeba9726859 Mon Sep 17 00:00:00 2001 From: Mahdi Bahrami Date: Mon, 10 Jun 2024 19:45:14 +0330 Subject: [PATCH 5/5] Update 0335-existential-any.md --- proposals/0335-existential-any.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/0335-existential-any.md b/proposals/0335-existential-any.md index 67f9d90e38..88b19623e1 100644 --- a/proposals/0335-existential-any.md +++ b/proposals/0335-existential-any.md @@ -3,7 +3,7 @@ * Proposal: [SE-0335](0335-existential-any.md) * Authors: [Holly Borla](https://github.com/hborla) * Review Manager: [Doug Gregor](https://github.com/DougGregor) -* Status: **Implemented (Swift 5.6)** +* Status: **Implemented (Swift 7.0)** * Upcoming Feature Flag: `ExistentialAny` (implemented in Swift 5.8) * Implementation: [apple/swift#40282](https://github.com/apple/swift/pull/40282) * Decision Notes: [Acceptance](https://forums.swift.org/t/accepted-with-modifications-se-0335-introduce-existential-any/54504)