dongjoon-hyun opened a new pull request, #363: URL: https://github.com/apache/spark-connect-swift/pull/363
### What changes were proposed in this pull request? This PR aims to use `Swift 6.3.1` instead of `Swift 6.3`. ### Why are the changes needed? To pick up [Swift 6.3.1](https://forums.swift.org/t/announcing-swift-6-3-1/86080), which fixes a stack-allocation bug in async functions causing `"freed pointer was not the last allocation"` crashes around `swift_asyncLet_finish` ([swiftlang/swift#88389](https://github.com/swiftlang/swift/pull/88389)) — directly relevant to this async-heavy project. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? Generated-by: Claude Opus 4.7 (1M context) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
