Skip to content

Commit b656bea

Browse files
authoredJan 27, 2025
[6.1] Declare Swift 6.1 availability for TestScoping-related APIs (#930)
- **Explanation**: Declare Swift 6.1 availability for TestScoping-related APIs - **Scope**: Documentation - **Issues**: n/a - **Original PRs**: #927 - **Risk**: Low - **Testing**: n/a, documentation only - **Reviewers**: @grynspan
1 parent 94e7873 commit b656bea

7 files changed

+105
-0
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# ``Trait/scopeProvider(for:testCase:)-1z8kh``
2+
3+
<!--
4+
This source file is part of the Swift.org open source project
5+
6+
Copyright (c) 2025 Apple Inc. and the Swift project authors
7+
Licensed under Apache License v2.0 with Runtime Library Exception
8+
9+
See https://swift.org/LICENSE.txt for license information
10+
See https://swift.org/CONTRIBUTORS.txt for Swift project authors
11+
-->
12+
13+
@Metadata {
14+
@Available(Swift, introduced: 6.1)
15+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# ``Trait/TestScopeProvider``
2+
3+
<!--
4+
This source file is part of the Swift.org open source project
5+
6+
Copyright (c) 2025 Apple Inc. and the Swift project authors
7+
Licensed under Apache License v2.0 with Runtime Library Exception
8+
9+
See https://swift.org/LICENSE.txt for license information
10+
See https://swift.org/CONTRIBUTORS.txt for Swift project authors
11+
-->
12+
13+
@Metadata {
14+
@Available(Swift, introduced: 6.1)
15+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# ``TestScoping/provideScope(for:testCase:performing:)``
2+
3+
<!--
4+
This source file is part of the Swift.org open source project
5+
6+
Copyright (c) 2025 Apple Inc. and the Swift project authors
7+
Licensed under Apache License v2.0 with Runtime Library Exception
8+
9+
See https://swift.org/LICENSE.txt for license information
10+
See https://swift.org/CONTRIBUTORS.txt for Swift project authors
11+
-->
12+
13+
@Metadata {
14+
@Available(Swift, introduced: 6.1)
15+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# ``TestScoping``
2+
3+
<!--
4+
This source file is part of the Swift.org open source project
5+
6+
Copyright (c) 2025 Apple Inc. and the Swift project authors
7+
Licensed under Apache License v2.0 with Runtime Library Exception
8+
9+
See https://swift.org/LICENSE.txt for license information
10+
See https://swift.org/CONTRIBUTORS.txt for Swift project authors
11+
-->
12+
13+
@Metadata {
14+
@Available(Swift, introduced: 6.1)
15+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# ``Trait/scopeProvider(for:testCase:)-9fxg4``
2+
3+
<!--
4+
This source file is part of the Swift.org open source project
5+
6+
Copyright (c) 2025 Apple Inc. and the Swift project authors
7+
Licensed under Apache License v2.0 with Runtime Library Exception
8+
9+
See https://swift.org/LICENSE.txt for license information
10+
See https://swift.org/CONTRIBUTORS.txt for Swift project authors
11+
-->
12+
13+
@Metadata {
14+
@Available(Swift, introduced: 6.1)
15+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# ``Trait/scopeProvider(for:testCase:)-inmj``
2+
3+
<!--
4+
This source file is part of the Swift.org open source project
5+
6+
Copyright (c) 2025 Apple Inc. and the Swift project authors
7+
Licensed under Apache License v2.0 with Runtime Library Exception
8+
9+
See https://swift.org/LICENSE.txt for license information
10+
See https://swift.org/CONTRIBUTORS.txt for Swift project authors
11+
-->
12+
13+
@Metadata {
14+
@Available(Swift, introduced: 6.1)
15+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# ``Trait/scopeProvider(for:testCase:)``
2+
3+
<!--
4+
This source file is part of the Swift.org open source project
5+
6+
Copyright (c) 2025 Apple Inc. and the Swift project authors
7+
Licensed under Apache License v2.0 with Runtime Library Exception
8+
9+
See https://swift.org/LICENSE.txt for license information
10+
See https://swift.org/CONTRIBUTORS.txt for Swift project authors
11+
-->
12+
13+
@Metadata {
14+
@Available(Swift, introduced: 6.1)
15+
}

0 commit comments

Comments
 (0)
Please sign in to comment.