fix(ci): pin v6.11 iOS formatter#110232
Merged
RomneyDa merged 1 commit intoJul 17, 2026
Merged
Conversation
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.
What Problem This Solves
Canonical Full Release Validation run
29619930698failed in CI child29619948239, iOS job88012875723. The candidate-owned workflow installed moving Homebrew SwiftFormat 0.62.1, and the generated Xcode lint phase rejected 54 unchanged v6.11 Swift files under newer formatting rules.Why This Change Was Made
This is the bounded iOS adaptation of upstream #105242 /
265ca345a1ea60a782e3e30e4b0436fda7a9a679.Native sources are intentionally unchanged. Main already contains the generic upstream fix.
User Impact
None at runtime. This changes only frozen release validation tooling. It does not alter product code, native artifacts, package versions, npm inventory, publication permissions, or release scope. The 2026.6.33 release remains npm-only.
Evidence
actionlint .github/workflows/ci.ymlnode scripts/run-vitest.mjs test/scripts/ci-workflow-guards.test.ts— 32/32 passednode_modules/.bin/oxfmt --check test/scripts/ci-workflow-guards.test.tsgit diff --checkAfter merge, npm preflight and all-groups Full Release Validation will be rerun from the new exact
extended-stable/2026.6.33head. No tag or publication has occurred.