Skip to content

Commit 9f6a1bc

Browse files
committed
Revise wording around upcoming features
1 parent d733c2f commit 9f6a1bc

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

TSPL.docc/GuidedTour/Compatibility.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,9 @@ the default version of Swift that's included in Xcode XXX.
77
You can use Xcode XXX to build targets
88
that are written in Swift 6, Swift 5, Swift 4.2, or Swift 4.
99

10-
When you use Xcode XXX to build Swift 5 code,
11-
most Swift 6 features are available ---
12-
the following changes are available only to code that uses Swift 6 or later:
13-
14-
- XXX all the SE proposals that have feature flags
15-
- XXX strict concurrency
16-
- XXX existentials syntax?
10+
When you use Xcode XXX to build code that uses the Swift 5 language mode,
11+
most of the features from Swift 6 are still available,
12+
either by default of when you enable an use upcoming feature.
1713

1814
In addition,
1915
when you use Xcode 15.3 to build Swift 4 and Swift 4.2 code,

0 commit comments

Comments
 (0)