Skip to content

Bump Xcode from 26.3 to 26.4#253

Merged
uhooi merged 3 commits into
mainfrom
feature/bump_xcode_to_26.4
May 2, 2026
Merged

Bump Xcode from 26.3 to 26.4#253
uhooi merged 3 commits into
mainfrom
feature/bump_xcode_to_26.4

Conversation

@uhooi

@uhooi uhooi commented Mar 26, 2026

Copy link
Copy Markdown
Owner

@uhooi uhooi self-assigned this Mar 26, 2026
@uhooi uhooi marked this pull request as ready for review May 2, 2026 12:52
Copilot AI review requested due to automatic review settings May 2, 2026 12:52
@uhooi uhooi merged commit 332cde2 into main May 2, 2026
12 checks passed

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Issue #252 に対応するため、リポジトリの開発ツールチェーンを Xcode 26.4 / Swift 6.3 前提へ更新するPRです。前回の更新PR #247 に続いて、SwiftPM・CI・README の環境定義を揃える変更になっています。

Changes:

  • Package.swift の Swift tools version を 6.3 に更新
  • GitHub Actions の Xcode 選択と macOS runner を新しい環境に更新
  • README の開発に必要な macOS / Xcode / Swift バージョン表記を更新

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
README.md 開発環境の必要条件を最新ツールチェーンに合わせて更新
LokiPackage/Package.swift SwiftPM の tools version を Swift 6.3 に引き上げ
.github/workflows/ci.yml CI の Xcode パスと実行 runner を新環境へ更新

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/ci.yml
Comment on lines +23 to +28
DEVELOPER_DIR: /Applications/Xcode_26.4.app

jobs:
build:
name: Build for ${{ matrix.project }}
runs-on: macos-15
runs-on: macos-26
Comment thread LokiPackage/Package.swift
@@ -1,4 +1,4 @@
// swift-tools-version: 6.2
// swift-tools-version: 6.3
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.

Bump Xcode to 26.4 and Swift to 6.3

2 participants