Skip to content

Commit 3e71159

Browse files
Add upcoming feature flag to SE-0412 to match inclusion in compiler
- Annotate that flag is always enabled in Swift 6 language mode
1 parent b8731d0 commit 3e71159

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

proposals/0412-strict-concurrency-for-global-variables.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* Authors: [John McCall](https://github.com/rjmccall), [Sophia Poirier](https://github.com/sophiapoirier)
55
* Review Manager: [Holly Borla](https://github.com/hborla)
66
* Status: **Implemented (Swift 5.10)**
7+
* Upcoming Feature Flag: `GlobalConcurrency` (Enabled in Swift 6 language mode)
78
* Implementation: On `main` gated behind `-enable-experimental-feature GlobalConcurrency`
89
* Previous Proposals: [SE-0302](0302-concurrent-value-and-concurrent-closures.md), [SE-0306](0306-actors.md), [SE-0316](0316-global-actors.md), [SE-0337](0337-support-incremental-migration-to-concurrency-checking.md), [SE-0343](0343-top-level-concurrency.md)
910
* Review: ([pitch](https://forums.swift.org/t/pitch-strict-concurrency-for-global-variables/66908)), ([review](https://forums.swift.org/t/se-0412-strict-concurrency-for-global-variables/68352)), ([acceptance](https://forums.swift.org/t/accepted-se-0412-strict-concurrency-for-global-variables/69004))

0 commit comments

Comments
 (0)