Bump Xcode from 26.3 to 26.4#253
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
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 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 |
| @@ -1,4 +1,4 @@ | |||
| // swift-tools-version: 6.2 | |||
| // swift-tools-version: 6.3 | |||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue
References