build: upgrade SwiftFormat to 0.58.7 - #18
Open
robmaceachern wants to merge 1 commit into
Open
robmaceachern wants to merge 1 commit into
robmaceachern wants to merge 1 commit into
Conversation
Support Swift 6.2 raw identifiers with a pinned formatter and preserve existing formatting policy. Keep this MRKT-142 supporting tooling change independent of navigation API work. --- *This response was drafted with AI assistance.*
This branch has not been deployed
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
Upgrade the mise SwiftFormat pin from 0.55.0 to 0.58.7 to support Swift 6.2 raw identifiers, including human-readable Swift Testing function names.
This one-line, main-based tooling PR supports MRKT-142 and can land independently of navigation/content-lifecycle changes. The formatter configuration, Swift sources, package dependencies, and CI workflow are unchanged. Keep this PR draft until Rob manually examines it and explicitly approves conversion; no automatic readiness conversion or merge.
Validation
mise exec -- swiftformat --versionreports0.58.7.mise exec -- swiftformat --lint . --cache ignore: 0/140 files require formatting; six files skipped by formatter/configuration rules. The unchanged source tree also passed the previous 0.55.0 formatter.git diff --checkpasses. Runtime tests were not rerun locally for a formatter-pin-only change.Checklist
This response was drafted with AI assistance.