Commit cd9249c
chore(deps): update dependency apple/swift-nio to v2.84.0 (#1711)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [apple/swift-nio](https://redirect.github.com/apple/swift-nio) | minor
| `2.83.0` -> `2.84.0` |
---
### Release Notes
<details>
<summary>apple/swift-nio (apple/swift-nio)</summary>
###
[`v2.84.0`](https://redirect.github.com/apple/swift-nio/releases/tag/2.84.0):
SwiftNIO 2.84.0
[Compare
Source](https://redirect.github.com/apple/swift-nio/compare/2.83.0...2.84.0)
<!-- Release notes generated using configuration in .github/release.yml
at 2.84.0 -->
##### What's Changed
##### SemVer Minor
- Fix NioAsyncWriter test on concurrency thread pool with single thread
by [@​orobio](https://redirect.github.com/orobio) in
[https://github.com/apple/swift-nio/pull/3135](https://redirect.github.com/apple/swift-nio/pull/3135)
- Adjust for SendableMetatype by
[@​Lukasa](https://redirect.github.com/Lukasa) in
[https://github.com/apple/swift-nio/pull/3266](https://redirect.github.com/apple/swift-nio/pull/3266)
- Extend NIOEventLoopTickInfo with end-time and loop sleep time by
[@​josephnoir](https://redirect.github.com/josephnoir) in
[https://github.com/apple/swift-nio/pull/3268](https://redirect.github.com/apple/swift-nio/pull/3268)
- Adding RawSpan support to writeBytes in ByteBuffer by
[@​yigityazicilar](https://redirect.github.com/yigityazicilar) in
[https://github.com/apple/swift-nio/pull/3269](https://redirect.github.com/apple/swift-nio/pull/3269)
- Add `scheduleCallback` APIs to `NIOIsolatedEventLoop` by
[@​ptoffy](https://redirect.github.com/ptoffy) in
[https://github.com/apple/swift-nio/pull/3263](https://redirect.github.com/apple/swift-nio/pull/3263)
##### SemVer Patch
- `NIOThrowingAsyncSequenceProducer` make more funcs `@inlinable` by
[@​fabianfett](https://redirect.github.com/fabianfett) in
[https://github.com/apple/swift-nio/pull/3243](https://redirect.github.com/apple/swift-nio/pull/3243)
- Handle different ThreadDestructor signatures between Android NDK 27
and NDK 28 by [@​marcprux](https://redirect.github.com/marcprux)
in
[https://github.com/apple/swift-nio/pull/3249](https://redirect.github.com/apple/swift-nio/pull/3249)
- Make CNIOAtomics and CNIODarwin compatible with C++ interop by
[@​egorzhdan](https://redirect.github.com/egorzhdan) in
[https://github.com/apple/swift-nio/pull/3251](https://redirect.github.com/apple/swift-nio/pull/3251)
- Embedded channels should set local and remote address always by
[@​hamzahrmalik](https://redirect.github.com/hamzahrmalik) in
[https://github.com/apple/swift-nio/pull/3254](https://redirect.github.com/apple/swift-nio/pull/3254)
- fix: Fix compiler error found on latest main that breaks wasip1 (wasm)
compilation by
[@​scottmarchant](https://redirect.github.com/scottmarchant) in
[https://github.com/apple/swift-nio/pull/3271](https://redirect.github.com/apple/swift-nio/pull/3271)
- Support for 64-bit timespec seconds on 32-bit platforms by
[@​lhoward](https://redirect.github.com/lhoward) in
[https://github.com/apple/swift-nio/pull/3277](https://redirect.github.com/apple/swift-nio/pull/3277)
- Work around Android nullability errors by
[@​Lukasa](https://redirect.github.com/Lukasa) in
[https://github.com/apple/swift-nio/pull/3279](https://redirect.github.com/apple/swift-nio/pull/3279)
##### Other Changes
- Macos setup command by
[@​rnro](https://redirect.github.com/rnro) in
[https://github.com/apple/swift-nio/pull/3236](https://redirect.github.com/apple/swift-nio/pull/3236)
- Update check-matrix-job.sh to default swift commands by
[@​rnro](https://redirect.github.com/rnro) in
[https://github.com/apple/swift-nio/pull/3237](https://redirect.github.com/apple/swift-nio/pull/3237)
- Enable visionOS xcodebuilds by default in CI - attempt 2 by
[@​rnro](https://redirect.github.com/rnro) in
[https://github.com/apple/swift-nio/pull/3238](https://redirect.github.com/apple/swift-nio/pull/3238)
- Update macos\_tests.yml to limit run time to 30 minutes by
[@​rnro](https://redirect.github.com/rnro) in
[https://github.com/apple/swift-nio/pull/3240](https://redirect.github.com/apple/swift-nio/pull/3240)
- Print the swift version in Linux matrix jobs by
[@​rnro](https://redirect.github.com/rnro) in
[https://github.com/apple/swift-nio/pull/3241](https://redirect.github.com/apple/swift-nio/pull/3241)
- Remove default setup command for Xcode 16.2 by
[@​glbrntt](https://redirect.github.com/glbrntt) in
[https://github.com/apple/swift-nio/pull/3242](https://redirect.github.com/apple/swift-nio/pull/3242)
- Revert "Remove default setup command for Xcode 16.2
([#​3242](https://redirect.github.com/apple/swift-nio/issues/3242))"
by [@​glbrntt](https://redirect.github.com/glbrntt) in
[https://github.com/apple/swift-nio/pull/3244](https://redirect.github.com/apple/swift-nio/pull/3244)
- Revert "Print the swift version in Linux matrix jobs" by
[@​rnro](https://redirect.github.com/rnro) in
[https://github.com/apple/swift-nio/pull/3245](https://redirect.github.com/apple/swift-nio/pull/3245)
- Execute swift --version in shared workflows by
[@​rnro](https://redirect.github.com/rnro) in
[https://github.com/apple/swift-nio/pull/3247](https://redirect.github.com/apple/swift-nio/pull/3247)
- Revert "Revert "Remove default setup command for Xcode 16.2
([#​3242](https://redirect.github.com/apple/swift-nio/issues/3242))"
([#​3244](https://redirect.github.com/apple/swift-nio/issues/3244))"
by [@​glbrntt](https://redirect.github.com/glbrntt) in
[https://github.com/apple/swift-nio/pull/3248](https://redirect.github.com/apple/swift-nio/pull/3248)
- Update the matrix nightly-next to point to 6.2 by
[@​rnro](https://redirect.github.com/rnro) in
[https://github.com/apple/swift-nio/pull/3250](https://redirect.github.com/apple/swift-nio/pull/3250)
- Retry curl operations in CI scripts by
[@​rnro](https://redirect.github.com/rnro) in
[https://github.com/apple/swift-nio/pull/3256](https://redirect.github.com/apple/swift-nio/pull/3256)
- Benchmarks workflow prints diff when changes found by
[@​rnro](https://redirect.github.com/rnro) in
[https://github.com/apple/swift-nio/pull/3258](https://redirect.github.com/apple/swift-nio/pull/3258)
- a couple grammar fixes by
[@​GameRoMan](https://redirect.github.com/GameRoMan) in
[https://github.com/apple/swift-nio/pull/3259](https://redirect.github.com/apple/swift-nio/pull/3259)
- Add Xcode 26 beta 1 to macOS CI by
[@​rnro](https://redirect.github.com/rnro) in
[https://github.com/apple/swift-nio/pull/3267](https://redirect.github.com/apple/swift-nio/pull/3267)
- Fixed issue with macOS CI when overrides are being used. by
[@​rafaelcepeda](https://redirect.github.com/rafaelcepeda) in
[https://github.com/apple/swift-nio/pull/3270](https://redirect.github.com/apple/swift-nio/pull/3270)
- Add assembly files for Windows by
[@​Steelskin](https://redirect.github.com/Steelskin) in
[https://github.com/apple/swift-nio/pull/3275](https://redirect.github.com/apple/swift-nio/pull/3275)
- Fix API documentation links in README.md by
[@​azarovalex](https://redirect.github.com/azarovalex) in
[https://github.com/apple/swift-nio/pull/3276](https://redirect.github.com/apple/swift-nio/pull/3276)
##### New Contributors
- [@​egorzhdan](https://redirect.github.com/egorzhdan) made their
first contribution in
[https://github.com/apple/swift-nio/pull/3251](https://redirect.github.com/apple/swift-nio/pull/3251)
- [@​GameRoMan](https://redirect.github.com/GameRoMan) made their
first contribution in
[https://github.com/apple/swift-nio/pull/3259](https://redirect.github.com/apple/swift-nio/pull/3259)
- [@​josephnoir](https://redirect.github.com/josephnoir) made
their first contribution in
[https://github.com/apple/swift-nio/pull/3268](https://redirect.github.com/apple/swift-nio/pull/3268)
- [@​yigityazicilar](https://redirect.github.com/yigityazicilar)
made their first contribution in
[https://github.com/apple/swift-nio/pull/3269](https://redirect.github.com/apple/swift-nio/pull/3269)
- [@​ptoffy](https://redirect.github.com/ptoffy) made their first
contribution in
[https://github.com/apple/swift-nio/pull/3263](https://redirect.github.com/apple/swift-nio/pull/3263)
- [@​Steelskin](https://redirect.github.com/Steelskin) made their
first contribution in
[https://github.com/apple/swift-nio/pull/3275](https://redirect.github.com/apple/swift-nio/pull/3275)
- [@​azarovalex](https://redirect.github.com/azarovalex) made
their first contribution in
[https://github.com/apple/swift-nio/pull/3276](https://redirect.github.com/apple/swift-nio/pull/3276)
- [@​lhoward](https://redirect.github.com/lhoward) made their
first contribution in
[https://github.com/apple/swift-nio/pull/3277](https://redirect.github.com/apple/swift-nio/pull/3277)
**Full Changelog**:
apple/swift-nio@2.83.0...2.84.0
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4wLjAiLCJ1cGRhdGVkSW5WZXIiOiI0MS4wLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com>1 parent 221b262 commit cd9249c
2 files changed
+9
-9
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
0 commit comments