Skip to content

Conversation

@grdsdev
Copy link
Contributor

@grdsdev grdsdev commented Oct 21, 2025

What kind of change does this PR introduce?

Bug fix, feature, docs update, ...

What is the current behavior?

Please link any relevant issues here.

What is the new behavior?

Feel free to include screenshots if it includes visual changes.

Additional context

Add any other context or screenshots.

@grdsdev grdsdev changed the base branch from main to v3 October 21, 2025 22:02
grdsdev and others added 6 commits October 22, 2025 06:32
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 <[email protected]>
@grdsdev grdsdev marked this pull request as ready for review October 29, 2025 20:27
@grdsdev grdsdev merged commit 108a1d3 into v3 Oct 29, 2025
16 checks passed
@grdsdev grdsdev deleted the drop-swift-5-10 branch October 29, 2025 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants