https://github.com/apple/swift-nio/pull/3167 introduced a failure in my hourly Android builds of swift-nio (see https://github.com/swift-everywhere/swift-package-builds/actions/runs/14312839641/job/40111885760), which is a stopgap until https://github.com/swiftlang/github-workflows/pull/106 gets approved. ``` /Users/runner/work/swift-package-builds/swift-package-builds/swift-nio/Sources/NIOCrashTester/main.swift:140:5: error: function is unused 138 | try! group.syncShutdownGracefully() 139 | } 140 | signal(SIGPIPE, SIG_IGN) | `- error: function is unused ``` @finagolfin, have you ever seen anything like this?