Skip to content

Commit c559735

Browse files
committed
Updating tests to use Xcode 16.4
1 parent 900f987 commit c559735

File tree

3 files changed

+5
-29
lines changed

3 files changed

+5
-29
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Select latest Xcode
2222
uses: maxim-lobanov/setup-xcode@v1
2323
with:
24-
xcode-version: '16.2'
24+
xcode-version: '16.4'
2525

2626
- name: 🛠️ Run All Tests
2727
run: |

Tests/IntegrationTests/Resources/expected-reference-changes-swift-interface-private.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# ⚠️ 60 public changes detected ⚠️
1+
# ⚠️ 57 public changes detected ⚠️
22
_Comparing `new_private` to `old_private`_
3-
<table><tr><td>❇️</td><td><b>34 Additions</b></td></tr><tr><td>🔀</td><td><b>22 Modifications</b></td></tr><tr><td>❌</td><td><b>4 Removals</b></td></tr></table>
3+
<table><tr><td>❇️</td><td><b>31 Additions</b></td></tr><tr><td>🔀</td><td><b>22 Modifications</b></td></tr><tr><td>❌</td><td><b>4 Removals</b></td></tr></table>
44

55
---
66
## `ReferencePackage`
@@ -33,12 +33,6 @@ public enum RawValueEnum: Swift.Equatable, Swift.Hashable, Swift.RawRepresentabl
3333
}
3434
```
3535
```swift
36-
public protocol ParentProtocol {
37-
associatedtype Iterator: Swift.Collection
38-
associatedtype ParentType: Swift.Equatable where Self.ParentType == Self.Iterator.Element
39-
}
40-
```
41-
```swift
4236
public protocol ParentProtocol<ParentType> {
4337
associatedtype Iterator: Swift.Collection
4438
associatedtype ParentType: Swift.Equatable where Self.ParentType == Self.Iterator.Element
@@ -303,12 +297,6 @@ public enum PublicEnumInExtensionOfCustomEnumThatIsOnlyAvailableInTheReferencePa
303297
associatedtype AnotherAssociatedType: Swift.Strideable
304298
```
305299
```swift
306-
associatedtype AnotherAssociatedType: Swift.Strideable
307-
```
308-
```swift
309-
associatedtype CustomAssociatedType: Swift.Equatable
310-
```
311-
```swift
312300
associatedtype CustomAssociatedType: Swift.Equatable
313301
```
314302
#### 🔀 Modified

Tests/IntegrationTests/Resources/expected-reference-changes-swift-interface-public.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# ⚠️ 51 public changes detected ⚠️
1+
# ⚠️ 48 public changes detected ⚠️
22
_Comparing `new_public` to `old_public`_
3-
<table><tr><td>❇️</td><td><b>31 Additions</b></td></tr><tr><td>🔀</td><td><b>16 Modifications</b></td></tr><tr><td>❌</td><td><b>4 Removals</b></td></tr></table>
3+
<table><tr><td>❇️</td><td><b>28 Additions</b></td></tr><tr><td>🔀</td><td><b>16 Modifications</b></td></tr><tr><td>❌</td><td><b>4 Removals</b></td></tr></table>
44

55
---
66
## `ReferencePackage`
@@ -33,12 +33,6 @@ public enum RawValueEnum: Swift.Equatable, Swift.Hashable, Swift.RawRepresentabl
3333
}
3434
```
3535
```swift
36-
public protocol ParentProtocol {
37-
associatedtype Iterator: Swift.Collection
38-
associatedtype ParentType: Swift.Equatable where Self.ParentType == Self.Iterator.Element
39-
}
40-
```
41-
```swift
4236
public protocol ParentProtocol<ParentType> {
4337
associatedtype Iterator: Swift.Collection
4438
associatedtype ParentType: Swift.Equatable where Self.ParentType == Self.Iterator.Element
@@ -288,12 +282,6 @@ public enum PublicEnumInExtensionOfCustomEnumThatIsOnlyAvailableInTheReferencePa
288282
associatedtype AnotherAssociatedType: Swift.Strideable
289283
```
290284
```swift
291-
associatedtype AnotherAssociatedType: Swift.Strideable
292-
```
293-
```swift
294-
associatedtype CustomAssociatedType: Swift.Equatable
295-
```
296-
```swift
297285
associatedtype CustomAssociatedType: Swift.Equatable
298286
```
299287
#### 🔀 Modified

0 commit comments

Comments
 (0)