Skip to content

Commit 6ad26eb

Browse files
Add upcoming feature flag to SE-0337 to match inclusion in compiler (#2384)
- Add 'Implemented in 6.0' to match guidance the flag should not be used as an upcoming feature flag until Swift 6.0 - Annotate that flag is always enabled in Swift 6 language mode
1 parent 109f528 commit 6ad26eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

proposals/0337-support-incremental-migration-to-concurrency-checking.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* Authors: [Doug Gregor](https://github.com/DougGregor), [Becca Royal-Gordon](https://github.com/beccadax)
55
* Review Manager: [Ben Cohen](https://github.com/AirspeedSwift)
66
* Status: **Implemented (Swift 5.6)**
7+
* Upcoming Feature Flag: `StrictConcurrency` (Implemented in Swift 6.0) (Enabled in Swift 6 language mode)
78
* Implementation: [Pull request](https://github.com/apple/swift/pull/40680), [Linux toolchain](https://ci.swift.org/job/swift-PR-toolchain-Linux/761//artifact/branch-main/swift-PR-40680-761-ubuntu16.04.tar.gz), [macOS toolchain](https://ci.swift.org/job/swift-PR-toolchain-osx/1256//artifact/branch-main/swift-PR-40680-1256-osx.tar.gz)
89

910
## Introduction

0 commit comments

Comments
 (0)