Skip to content

Commit 73c8dfd

Browse files
committed
Remove and old check that's no longer useful
Before migration to DocC, the old publication pipeline ran these tests, so this test would fail if we forgot to update the version number for a new Swift version. That was a useful way to help make sure this chapter got updated. Now that we've building TSPL with DocC, and therefore no longer able to run the tests, there's likewise no longer any reason to keep this test around.
1 parent 843577d commit 73c8dfd

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

TSPL.docc/GuidedTour/Compatibility.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,6 @@ the default version of Swift that's included in Xcode 15.1.
77
You can use Xcode 15.1 to build targets
88
that are written in either 5.10, Swift 4.2, or Swift 4.
99

10-
<!--
11-
- test: `swift-version`
12-
13-
```swifttest
14-
>> #if swift(>=5.9.3)
15-
>> print("Too new")
16-
>> #elseif swift(>=5.9.2)
17-
>> print("Just right")
18-
>> #else
19-
>> print("Too old")
20-
>> #endif
21-
<< Just right
22-
```
23-
-->
24-
2510
When you use Xcode 15.1 to build Swift 4 and Swift 4.2 code,
2611
most Swift 5.10 functionality is available.
2712
That said,

0 commit comments

Comments
 (0)