Conversation
- Add pull_request trigger so PRs to main/develop are tested - Replace retired macOS-12/13/14 runners and dead Xcode pins with macos-26 (Xcode 26) and macos-15 (Xcode 16.4) using image defaults - Run Catalyst tests against a real Mac Catalyst destination - Move CocoaPods publishing out of main.yml into release.yml, triggered by pushing a bare version tag matching MARKETING_VERSION - Make version tags and trunk versions immutable: fail instead of deleting and republishing (release.yml and run.sh)
- Resolve simulator device names via simctl at runtime instead of hardcoding names that break with each Xcode release (iPhone 16 Pro is absent from the iOS 26 runtime, Series 10 from watchOS 26) - Disable code signing for the Catalyst test job - Stop verifying Carthage builds in CI (Carthage is in maintenance mode; compatibility remains best-effort via the Xcode project) - Reduce CocoaPods linting to macOS/iOS Release ahead of the trunk going read-only on 2026-12-02
CocoaPods trunk becomes permanently read-only on 2026-12-02; recommend SPM as the primary installation method. Also fix a copy-paste reference to TLDExtract in the CocoaPods section.
All alerts were in the fastlane toolchain (Gemfile.lock), none in the library itself. Notably nokogiri 1.19.4 fixes the critical advisory. Verified fastlane 2.238.0 still lists all lanes.
The codecov badge pointed at gumob/PunycodeSwift on the master branch; the repository is now futamura/PunycodeSwift with main as the default branch. The license badge referenced doctrine/orm on Packagist.
Use a single stable-named aggregate job as the required status check so branch protection does not rot when matrix job names change with Xcode versions. Drop the paths filter on pull_request so the required check reports on every PR, including docs-only changes.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #79 +/- ##
=======================================
Coverage 97.57% 97.57%
=======================================
Files 3 3
Lines 165 165
=======================================
Hits 161 161
Misses 4 4 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.
Summary
This PR publishes the CI/release groundwork staged on
develop:main/develop; refresh runner images (macos-26/15); resolve simulator destinations at runtime viasimctl; add aCI Successaggregate gate for branch protection; split release out of CI.release.ymlthat verifies the tag againstMARKETING_VERSIONbefore pushing to CocoaPods trunk; version tags are immutable.CLAUDE.md.Test plan