Skip to content

[SPARK-56264] Use Swift 6.3 always in CIs#342

Closed
dongjoon-hyun wants to merge 1 commit intoapache:mainfrom
dongjoon-hyun:SPARK-56264
Closed

[SPARK-56264] Use Swift 6.3 always in CIs#342
dongjoon-hyun wants to merge 1 commit intoapache:mainfrom
dongjoon-hyun:SPARK-56264

Conversation

@dongjoon-hyun
Copy link
Copy Markdown
Member

What changes were proposed in this pull request?

This PR standardizes all Ubuntu Docker-based CI jobs to use Swift 6.3 and removes the now-redundant build-ubuntu-swift63 job.

Why are the changes needed?

The build-ubuntu-swift63 job was added to test Swift 6.3 compatibility separately. Now that all Ubuntu jobs should use Swift 6.3, this dedicated job becomes a duplicate of build-ubuntu-latest. Standardizing on a single Swift version simplifies CI maintenance.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

CI should pass with the updated Swift 6.3 Docker images.

Was this patch authored or co-authored using generative AI tooling?

Generated-by: Claude Code (claude-opus-4-6)

@dongjoon-hyun dongjoon-hyun changed the title [SPARK-56264] Use Swift 6.3 always in CIs [SPARK-56264] Use Swift 6.3 always in CIs Mar 27, 2026
@dongjoon-hyun dongjoon-hyun added this to the 0.6.0 milestone Mar 27, 2026
@dongjoon-hyun
Copy link
Copy Markdown
Member Author

Merged to main

@dongjoon-hyun dongjoon-hyun deleted the SPARK-56264 branch March 27, 2026 19:02
@dongjoon-hyun dongjoon-hyun restored the SPARK-56264 branch March 27, 2026 19:03
dongjoon-hyun added a commit that referenced this pull request Mar 27, 2026
### What changes were proposed in this pull request?

This PR standardizes all Ubuntu Docker-based CI jobs to use `Swift 6.3` and removes the now-redundant `build-ubuntu-swift63` job.

### Why are the changes needed?

The `build-ubuntu-swift63` job was added to test Swift 6.3 compatibility separately. Now that all Ubuntu jobs should use Swift 6.3, this dedicated job becomes a duplicate of `build-ubuntu-latest`. Standardizing on a single Swift version simplifies CI maintenance.

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

CI should pass with the updated Swift 6.3 Docker images.

### Was this patch authored or co-authored using generative AI tooling?

Generated-by: Claude Code (claude-opus-4-6)

Closes #342 from dongjoon-hyun/SPARK-56264.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
@dongjoon-hyun
Copy link
Copy Markdown
Member Author

Thank you, @viirya .

@dongjoon-hyun dongjoon-hyun deleted the SPARK-56264 branch March 27, 2026 19:04
dongjoon-hyun added a commit that referenced this pull request Mar 30, 2026
### What changes were proposed in this pull request?

This PR renames the `build-macos-26-swift62` job to `build-macos-26-swift63` in the GitHub Actions workflow to reflect the actual Swift 6.3 usage.

### Why are the changes needed?

Since SPARK-56264,, the project always uses Swift 6.3 in CIs. However, the macOS build job ID still contained `swift62`, which was outdated and inconsistent.
- #342

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

This is a job name change only. The existing CI will validate the workflow.

### Was this patch authored or co-authored using generative AI tooling?

Generated-by: Claude Code (claude-opus-4-6)

Closes #346 from dongjoon-hyun/SPARK-56290.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants