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
AndrewBarba opened this issue
Jan 15, 2025
· 2 comments
Labels
arm64Architecture: arm64 (aarch64) — any 64-bit ARMbugA deviation from expected or documented behavior. Also: expected but undesirable behavior.crashBug: A crash, i.e., an abnormal termination of softwaremacOSPlatform: macOS
When attempting to build async-http-client on 6.0.3-RELEASE arm64-apple-macosx15.0 the compiler crashes at NIOTransportServices/NWErrorHandler.swift:28:20
Notably, compiling NIOTransportServices directly works fine. As well as the non-macos variants of 6.0.3-RELEASE.
Reproduction
git clone https://github.com/swift-server/async-http-client.git
cd async-http-client
git checkout 1.24.0
swift build
Apple Swift version 6.0.3 (swift-6.0.3-RELEASE)
Target: arm64-apple-macosx15.0
Additional information
No response
The text was updated successfully, but these errors were encountered:
AndrewBarba
added
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
crash
Bug: A crash, i.e., an abnormal termination of software
triage needed
This issue needs more specific labels
labels
Jan 15, 2025
arm64Architecture: arm64 (aarch64) — any 64-bit ARMbugA deviation from expected or documented behavior. Also: expected but undesirable behavior.crashBug: A crash, i.e., an abnormal termination of softwaremacOSPlatform: macOS
Description
When attempting to build async-http-client on 6.0.3-RELEASE arm64-apple-macosx15.0 the compiler crashes at
NIOTransportServices/NWErrorHandler.swift:28:20
Notably, compiling NIOTransportServices directly works fine. As well as the non-macos variants of 6.0.3-RELEASE.
Reproduction
git clone https://github.com/swift-server/async-http-client.git cd async-http-client git checkout 1.24.0 swift build
Stack dump
Expected behavior
Builds correctly
Environment
Apple Swift version 6.0.3 (swift-6.0.3-RELEASE)
Target: arm64-apple-macosx15.0
Additional information
No response
The text was updated successfully, but these errors were encountered: