kou opened a new issue, #55: URL: https://github.com/apache/arrow-swift/issues/55
### Describe the enhancement requested https://github.com/apache/arrow-swift/actions/runs/15865386211/job/44731174788?pr=54#step:6:533 ```text [28/49] Compiling ArrowFlightTests FlightTest.swift /build/source/ArrowFlight/Tests/ArrowFlightTests/FlightTest.swift:322:49: error: instance method 'syncShutdownGracefully' is unavailable from asynchronous contexts; this can end up blocking the calling thread; this is an error in the Swift 6 language mode 320 | print("server shutting down") 321 | do { 322 | try FlightServerImpl.group?.syncShutdownGracefully() | `- error: instance method 'syncShutdownGracefully' is unavailable from asynchronous contexts; this can end up blocking the calling thread; this is an error in the Swift 6 language mode 323 | } catch { 324 | } ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org