Skip to content

Upgrade to Xcode 26#153

Merged
jessesquires merged 4 commits intomainfrom
infra-updates
Dec 8, 2025
Merged

Upgrade to Xcode 26#153
jessesquires merged 4 commits intomainfrom
infra-updates

Conversation

@jessesquires
Copy link
Owner

No description provided.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR attempts to upgrade the project to Xcode 26, updating version references across build configuration files, CI workflows, and documentation. However, this PR contains critical issues as it references non-existent software versions.

Key Changes

  • Updates Xcode requirement from 16.0+ to 26.0+ (which doesn't exist)
  • Updates Swift tools version from 6.0 to 6.2 (which doesn't exist)
  • Updates CI workflows to use Xcode 26.1 and iPhone 17 simulator (both non-existent)
  • Updates SwiftLint version from 0.57.0 to 0.62.2
  • Changes CI runner from macos-15 to macos-latest

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.

Show a summary per file
File Description
README.md Updates minimum Xcode requirement to non-existent version 26.0+
Package.swift Updates Swift tools version to non-existent version 6.2
scripts/lint.zsh Updates SwiftLint version to 0.62.2
.github/workflows/spm-ios.yml Updates DEVELOPER_DIR to non-existent Xcode 26.1, iPhone simulator to non-existent iPhone 17, and runner to macos-latest
.github/workflows/ci.yml Updates DEVELOPER_DIR to non-existent Xcode 26.1, iPhone simulator to non-existent iPhone 17, and runner to macos-latest across multiple jobs

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

@jessesquires jessesquires merged commit 07194ec into main Dec 8, 2025
4 checks passed
@jessesquires jessesquires deleted the infra-updates branch December 8, 2025 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments