You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: drop Swift 5.10
* remove CI run from macOS legacy
* fix
* use fail-fast = false
* trying to fix tests
* fix: resolve Swift 6.0 type inference issues in RealtimeTests
This commit fixes two Swift 6.0 compiler errors that were causing CI
failures on Xcode 16.4:
1. In setUp(), explicitly unwrap the `client` implicitly unwrapped
optional when captured in the wsTransport closure
2. In testBroadcastWithHTTP(), explicitly unwrap the `sut` implicitly
unwrapped optional when captured in the mock response closure
These changes are needed because Swift 6.0 is stricter about type
inference with implicitly unwrapped optionals in closure capture lists.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
* fix: resolve more Swift 6 type inference issues
---------
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments