Skip to content

Commit cd9249c

Browse files
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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 ([#&#8203;3242](https://redirect.github.com/apple/swift-nio/issues/3242))" by [@&#8203;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 [@&#8203;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 [@&#8203;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 ([#&#8203;3242](https://redirect.github.com/apple/swift-nio/issues/3242))" ([#&#8203;3244](https://redirect.github.com/apple/swift-nio/issues/3244))" by [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 - [@&#8203;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) - [@&#8203;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) - [@&#8203;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) - [@&#8203;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) - [@&#8203;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) - [@&#8203;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) - [@&#8203;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) - [@&#8203;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

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

examples/ios_sim/Package.resolved

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/ios_sim/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import PackageDescription
55
let package = Package(
66
name: "ios_sim",
77
dependencies: [
8-
.package(url: "https://github.com/apple/swift-nio.git", exact: "2.83.0"),
8+
.package(url: "https://github.com/apple/swift-nio.git", exact: "2.84.0"),
99
.package(url: "https://github.com/apple/swift-markdown.git", exact: "0.6.0"),
1010
]
1111
)

0 commit comments

Comments
 (0)