dongjoon-hyun opened a new pull request, #573:
URL: https://github.com/apache/spark-connect-swift/pull/573

   ### What changes were proposed in this pull request?
   
   This PR migrates all Swift `Examples` (`app`, `pi`, `spark-sql`, `stream`) 
to Swift 6.4.
   
   - `Package.swift` (4 files): `swift-tools-version: 6.3.2` → `6.4.0`
   - `Dockerfile` (4 files): `swift:6.3.3` → `swift:6.4.0` and the 
`swift-6.3.3-RELEASE` → `swift-6.4.0-RELEASE` static Linux SDK
   - `Dockerfile` (4 files): `.build/*-swift-linux-musl/release/<executable>` → 
`.build/release/<executable>`
   
   The last item is required because Swift 6.4 uses `swiftbuild` as the default 
build system, which moved the products from 
`.build/aarch64-swift-linux-musl/release` to 
`.build/out/Products/Release-staticlinux-aarch64`. `.build/release` is a 
symlink to the new location and matches `swift build --show-bin-path`.
   
   ### Why are the changes needed?
   
   [Swift 
6.4.0](https://github.com/swiftlang/swift/releases/tag/swift-6.4.0-RELEASE) 
(2026-09-15) has been released and CI already builds and tests with it. We had 
better recommend users the latest Swift version.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No, this is an example-only change.
   
   ### How was this patch tested?
   
   Pass the CIs.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   Generated-by: Claude Opus 5


-- 
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]

Reply via email to