Skip to content

Merge branch 'fix/slow-request-strategies-tests-cherry-pick' into cho…

60e1872
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

chore: remove dead non multibackend code paths - WPB-12140 #3975

Merge branch 'fix/slow-request-strategies-tests-cherry-pick' into cho…
60e1872
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results succeeded Dec 19, 2025 in 0s

Test Results

Summary

🧪 87/87 tests passed
⚠️ Build finished with 106 Warnings

Tests

Tests Passed ✅ Tests Failed ⛔️ Tests Total
87 0 87

Annotations

Check warning on line 29 in WireFoundation/Sources/WireFoundation/ThreadSafeDictionary.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Capture of 'self' with non-Sendable type 'ThreadSafeDictionary<Key, Value>' in a '@Sendable' closure

Capture of 'self' with non-Sendable type 'ThreadSafeDictionary<Key, Value>' in a '@Sendable' closure

Check warning on line 29 in WireFoundation/Sources/WireFoundation/ThreadSafeDictionary.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Capture of 'key' with non-Sendable type 'Key' in a '@Sendable' closure

Capture of 'key' with non-Sendable type 'Key' in a '@Sendable' closure

Check warning on line 29 in WireFoundation/Sources/WireFoundation/ThreadSafeDictionary.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Capture of 'value' with non-Sendable type 'Value?' in a '@Sendable' closure

Capture of 'value' with non-Sendable type 'Value?' in a '@Sendable' closure

Check warning on line 29 in WireFoundation/Sources/WireFoundation/ThreadSafeDictionary.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Capture of non-Sendable type 'Key.Type' in an isolated closure

Capture of non-Sendable type 'Key.Type' in an isolated closure

Check warning on line 41 in WireFoundation/Sources/WireFoundation/ThreadSafeDictionary.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Capture of 'self' with non-Sendable type 'ThreadSafeDictionary<Key, Value>' in a '@Sendable' closure

Capture of 'self' with non-Sendable type 'ThreadSafeDictionary<Key, Value>' in a '@Sendable' closure

Check warning on line 41 in WireFoundation/Sources/WireFoundation/ThreadSafeDictionary.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Capture of 'key' with non-Sendable type 'Key' in a '@Sendable' closure

Capture of 'key' with non-Sendable type 'Key' in a '@Sendable' closure

Check warning on line 41 in WireFoundation/Sources/WireFoundation/ThreadSafeDictionary.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Capture of non-Sendable type 'Key.Type' in an isolated closure

Capture of non-Sendable type 'Key.Type' in an isolated closure

Check warning on line 53 in WireFoundation/Sources/WireFoundation/ThreadSafeDictionary.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Capture of 'self' with non-Sendable type 'ThreadSafeDictionary<Key, Value>' in a '@Sendable' closure

Capture of 'self' with non-Sendable type 'ThreadSafeDictionary<Key, Value>' in a '@Sendable' closure

Check warning on line 53 in WireFoundation/Sources/WireFoundation/ThreadSafeDictionary.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Capture of non-Sendable type 'Key.Type' in an isolated closure

Capture of non-Sendable type 'Key.Type' in an isolated closure

Check warning on line 21 in WireNetwork/Sources/WireNetwork/APIs/Rest/AuthenticationAPI/AuthenticationAPIV0.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Non-final class 'AuthenticationAPIV0' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode

Non-final class 'AuthenticationAPIV0' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode

Check warning on line 23 in WireNetwork/Sources/WireNetwork/APIs/Rest/AuthenticationAPI/AuthenticationAPIV0.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Stored property 'networkService' of 'Sendable'-conforming class 'AuthenticationAPIV0' has non-Sendable type 'any NetworkServiceProtocol'; this is an error in the Swift 6 language mode

Stored property 'networkService' of 'Sendable'-conforming class 'AuthenticationAPIV0' has non-Sendable type 'any NetworkServiceProtocol'; this is an error in the Swift 6 language mode

Check warning on line 18 in WireNetwork/Sources/WireNetwork/APIs/Rest/AuthenticationAPI/AuthenticationAPIV1.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Non-final class 'AuthenticationAPIV1' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode

Non-final class 'AuthenticationAPIV1' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode

Check warning on line 20 in WireNetwork/Sources/WireNetwork/APIs/Rest/AuthenticationAPI/AuthenticationAPIV10.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Non-final class 'AuthenticationAPIV10' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode

Non-final class 'AuthenticationAPIV10' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode

Check warning on line 20 in WireNetwork/Sources/WireNetwork/APIs/Rest/AuthenticationAPI/AuthenticationAPIV11.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Non-final class 'AuthenticationAPIV11' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode

Non-final class 'AuthenticationAPIV11' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode

Check warning on line 18 in WireNetwork/Sources/WireNetwork/APIs/Rest/AuthenticationAPI/AuthenticationAPIV12.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Non-final class 'AuthenticationAPIV12' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode

Non-final class 'AuthenticationAPIV12' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode

Check warning on line 18 in WireNetwork/Sources/WireNetwork/APIs/Rest/AuthenticationAPI/AuthenticationAPIV2.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Non-final class 'AuthenticationAPIV2' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode

Non-final class 'AuthenticationAPIV2' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode

Check warning on line 18 in WireNetwork/Sources/WireNetwork/APIs/Rest/AuthenticationAPI/AuthenticationAPIV3.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Non-final class 'AuthenticationAPIV3' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode

Non-final class 'AuthenticationAPIV3' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode

Check warning on line 18 in WireNetwork/Sources/WireNetwork/APIs/Rest/AuthenticationAPI/AuthenticationAPIV4.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Non-final class 'AuthenticationAPIV4' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode

Non-final class 'AuthenticationAPIV4' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode

Check warning on line 18 in WireNetwork/Sources/WireNetwork/APIs/Rest/AuthenticationAPI/AuthenticationAPIV5.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Non-final class 'AuthenticationAPIV5' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode

Non-final class 'AuthenticationAPIV5' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode

Check warning on line 18 in WireNetwork/Sources/WireNetwork/APIs/Rest/AuthenticationAPI/AuthenticationAPIV6.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Non-final class 'AuthenticationAPIV6' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode

Non-final class 'AuthenticationAPIV6' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode

Check warning on line 18 in WireNetwork/Sources/WireNetwork/APIs/Rest/AuthenticationAPI/AuthenticationAPIV7.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Non-final class 'AuthenticationAPIV7' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode

Non-final class 'AuthenticationAPIV7' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode

Check warning on line 20 in WireNetwork/Sources/WireNetwork/APIs/Rest/AuthenticationAPI/AuthenticationAPIV8.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Non-final class 'AuthenticationAPIV8' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode

Non-final class 'AuthenticationAPIV8' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode

Check warning on line 20 in WireNetwork/Sources/WireNetwork/APIs/Rest/AuthenticationAPI/AuthenticationAPIV9.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Non-final class 'AuthenticationAPIV9' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode

Non-final class 'AuthenticationAPIV9' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode

Check warning on line 24 in WireNetwork/Sources/WireNetwork/Extensions/ISO8601DateFormatter+Default.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Static property 'internetDateTime' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode

Static property 'internetDateTime' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode

Check warning on line 32 in WireNetwork/Sources/WireNetwork/Extensions/ISO8601DateFormatter+Default.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Static property 'fractionalInternetDateTime' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode

Static property 'fractionalInternetDateTime' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode