Fix Swift 6.3.3 compatibility, update guidelines, and prepare 1.1.1 - #7
Merged
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.
Xcode Cloud cannot resolve AppLogger
1.1.0with Swift6.3.3because its manifest requires6.4. This patch lowersswift-tools-versionto6.3.3and prepares release1.1.1, updatingVERSION, the changelog, and README. Public APIs and deployment targets remain unchanged.AgentGuidelines is upgraded from
0.0.9to the latest published release, 0.0.27, in a dedicated synchronization commit. Its complete subtree matches the central tagged treee690d1d3b2a1d1589850ec39ac396cb6c0f15679, and.gitattributesretains the required generated-file rule. Review consumer changes; the synchronized guidelines were reviewed centrally.The consumer adoption adds the current root review, documentation-maintenance, and dependency contracts; the audit-skill symlink; shared formatter configuration symlinks; and a dedicated non-mutating Swift Format CI job that also validates consumer integration. Source/test changes apply shared formatting without changing behavior. Local instructions document the explicit Swift
6.3.3compatibility requirement, runner labels, and the existing combined PR/main CI workflow.Validation and completion audit:
swift test: all 8 Swift Testing tests passed, along with the existing XCTest suite.format-and-lintand finallint-strictpassed forPackage.swift,Sources, andTests.validate_consumer_setup.swiftpassed for0.0.27.Documentation.origin/main; Xcode editor evidence is not applicable.git diff --checkpassed.6.4; the exact Swift6.3.3compiler is unavailable locally. Fresh GitHub CI remains a separate merge gate.Release remains pending PR review/approval and successful CI. After merge, publish tag and GitHub release
1.1.1.