Skip to content

Commit 805fed6

Browse files
committed
update swift 6 prod, remove beta
1 parent 42b8293 commit 805fed6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+8
-463
lines changed

TSPL.docc/GuidedTour/AboutSwift.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,6 @@ Swift continues to evolve with thoughtful new features and powerful capabilities
4545
The goals for Swift are ambitious.
4646
We can’t wait to see what you create with it.
4747

48-
> Beta Software:
49-
>
50-
> This documentation contains preliminary information about an API or technology in development. This information is subject to change, and software implemented according to this documentation should be tested with final operating system software.
51-
>
52-
> Learn more about using [Apple's beta software](https://developer.apple.com/support/beta-software/).
53-
5448
<!--
5549
This source file is part of the Swift.org open source project
5650

TSPL.docc/GuidedTour/Compatibility.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,6 @@ that's divided into multiple frameworks,
4343
you can migrate your code to a newer language version
4444
one framework at a time.
4545

46-
> Beta Software:
47-
>
48-
> This documentation contains preliminary information about an API or technology in development. This information is subject to change, and software implemented according to this documentation should be tested with final operating system software.
49-
>
50-
> Learn more about using [Apple's beta software](https://developer.apple.com/support/beta-software/).
51-
5246
<!--
5347
This source file is part of the Swift.org open source project
5448

TSPL.docc/GuidedTour/GuidedTour.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2449,12 +2449,6 @@ anyCommonElements([1, 2, 3], [3])
24492449
Writing `<T: Equatable>`
24502450
is the same as writing `<T> ... where T: Equatable`.
24512451

2452-
> Beta Software:
2453-
>
2454-
> This documentation contains preliminary information about an API or technology in development. This information is subject to change, and software implemented according to this documentation should be tested with final operating system software.
2455-
>
2456-
> Learn more about using [Apple's beta software](https://developer.apple.com/support/beta-software/).
2457-
24582452
<!--
24592453
This source file is part of the Swift.org open source project
24602454

TSPL.docc/LanguageGuide/AccessControl.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1508,12 +1508,6 @@ but a public type alias can't alias an internal, file-private, or private type.
15081508
```
15091509
-->
15101510

1511-
> Beta Software:
1512-
>
1513-
> This documentation contains preliminary information about an API or technology in development. This information is subject to change, and software implemented according to this documentation should be tested with final operating system software.
1514-
>
1515-
> Learn more about using [Apple's beta software](https://developer.apple.com/support/beta-software/).
1516-
15171511
<!--
15181512
This source file is part of the Swift.org open source project
15191513

TSPL.docc/LanguageGuide/AdvancedOperators.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1561,12 +1561,6 @@ see <doc:Attributes#resultBuilder>.
15611561
TODO: generic operators
15621562
-->
15631563

1564-
> Beta Software:
1565-
>
1566-
> This documentation contains preliminary information about an API or technology in development. This information is subject to change, and software implemented according to this documentation should be tested with final operating system software.
1567-
>
1568-
> Learn more about using [Apple's beta software](https://developer.apple.com/support/beta-software/).
1569-
15701564
<!--
15711565
This source file is part of the Swift.org open source project
15721566

TSPL.docc/LanguageGuide/AutomaticReferenceCounting.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1512,12 +1512,6 @@ paragraph = nil
15121512
For more information about capture lists,
15131513
see <doc:Expressions#Capture-Lists>.
15141514

1515-
> Beta Software:
1516-
>
1517-
> This documentation contains preliminary information about an API or technology in development. This information is subject to change, and software implemented according to this documentation should be tested with final operating system software.
1518-
>
1519-
> Learn more about using [Apple's beta software](https://developer.apple.com/support/beta-software/).
1520-
15211515
<!--
15221516
This source file is part of the Swift.org open source project
15231517

TSPL.docc/LanguageGuide/BasicOperators.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1231,12 +1231,6 @@ but the overall intention is clearer to the reader.
12311231
Readability is always preferred over brevity;
12321232
use parentheses where they help to make your intentions clear.
12331233

1234-
> Beta Software:
1235-
>
1236-
> This documentation contains preliminary information about an API or technology in development. This information is subject to change, and software implemented according to this documentation should be tested with final operating system software.
1237-
>
1238-
> Learn more about using [Apple's beta software](https://developer.apple.com/support/beta-software/).
1239-
12401234
<!--
12411235
This source file is part of the Swift.org open source project
12421236

TSPL.docc/LanguageGuide/ClassesAndStructures.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -710,12 +710,6 @@ see [Manual Memory Management](https://developer.apple.com/documentation/swift/s
710710
QUESTION: what's the deal with tuples and reference types / value types?
711711
-->
712712

713-
> Beta Software:
714-
>
715-
> This documentation contains preliminary information about an API or technology in development. This information is subject to change, and software implemented according to this documentation should be tested with final operating system software.
716-
>
717-
> Learn more about using [Apple's beta software](https://developer.apple.com/support/beta-software/).
718-
719713
<!--
720714
This source file is part of the Swift.org open source project
721715

TSPL.docc/LanguageGuide/Closures.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1333,12 +1333,6 @@ As a result,
13331333
the value of the `customerProvider` argument
13341334
must be allowed to escape the function's scope.
13351335

1336-
> Beta Software:
1337-
>
1338-
> This documentation contains preliminary information about an API or technology in development. This information is subject to change, and software implemented according to this documentation should be tested with final operating system software.
1339-
>
1340-
> Learn more about using [Apple's beta software](https://developer.apple.com/support/beta-software/).
1341-
13421336
<!--
13431337
This source file is part of the Swift.org open source project
13441338

0 commit comments

Comments
 (0)