dongjoon-hyun opened a new issue, #46250: URL: https://github.com/apache/arrow/issues/46250
### Describe the enhancement requested The `swift-tools-version` declares the minimum version of Swift, but Arrow uses inconsistent versions. ``` $ git grep swift-tools-version: Arrow/Package.swift:// swift-tools-version:5.7 ArrowFlight/Package.swift:// swift-tools-version:5.7 CDataWGo/Package.swift:// swift-tools-version: 5.9 ``` Since Apache Arrow CI validates it with Swift 5.10, we can update it to `5.10`. https://github.com/apache/arrow/blob/0580deeab4731e41e5c993d2f5f068e462118c3a/.github/workflows/swift.yml#L56 ### Component(s) Swift -- 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