Skip to content

Prepared package for Swift 6.2#16

Merged
NSFatalError merged 31 commits into
mainfrom
feature/swift-6.2
Nov 16, 2025
Merged

Prepared package for Swift 6.2#16
NSFatalError merged 31 commits into
mainfrom
feature/swift-6.2

Conversation

@NSFatalError

Copy link
Copy Markdown
Owner

No description provided.

@NSFatalError NSFatalError self-assigned this Nov 16, 2025
@coderabbitai

coderabbitai Bot commented Nov 16, 2025

Copy link
Copy Markdown

Warning

Rate limit exceeded

@NSFatalError has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 11 minutes and 45 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between d55ddb9 and 37bf648.

📒 Files selected for processing (72)
  • .github/workflows/pull-request.yml (4 hunks)
  • .github/workflows/release.yml (1 hunks)
  • .mise.toml (1 hunks)
  • .swift-version (1 hunks)
  • .swiftformat (1 hunks)
  • .swiftlint.yml (8 hunks)
  • Package.resolved (1 hunks)
  • Package.swift (4 hunks)
  • Sources/PrincipleMacros/Builders/Declarations/Common/DeclBuilder.swift (1 hunks)
  • Sources/PrincipleMacros/Builders/Declarations/Common/DeclBuilderSettings.swift (0 hunks)
  • Sources/PrincipleMacros/Builders/Declarations/Common/MemberBuilding.swift (1 hunks)
  • Sources/PrincipleMacros/Builders/Declarations/Common/PeerBuilding.swift (1 hunks)
  • Sources/PrincipleMacros/Builders/Declarations/Members/FunctionDeclBuilder.swift (1 hunks)
  • Sources/PrincipleMacros/Builders/Declarations/Members/MemberDeclBuilder.swift (1 hunks)
  • Sources/PrincipleMacros/Builders/Declarations/Members/PropertyDeclBuilder.swift (1 hunks)
  • Sources/PrincipleMacros/Builders/Declarations/Types/ActorDeclBuilder.swift (1 hunks)
  • Sources/PrincipleMacros/Builders/Declarations/Types/ClassDeclBuilder.swift (1 hunks)
  • Sources/PrincipleMacros/Builders/Declarations/Types/EnumDeclBuilder.swift (1 hunks)
  • Sources/PrincipleMacros/Builders/Declarations/Types/StatefulDeclBuilder.swift (1 hunks)
  • Sources/PrincipleMacros/Builders/Declarations/Types/StructDeclBuilder.swift (1 hunks)
  • Sources/PrincipleMacros/Builders/Declarations/Types/TypeDeclBuilder.swift (3 hunks)
  • Sources/PrincipleMacros/Builders/Declarations/Types/TypeDeclBuilderContext.swift (1 hunks)
  • Sources/PrincipleMacros/Builders/Expressions/AssociatedValuesListExprBuilder.swift (1 hunks)
  • Sources/PrincipleMacros/Builders/Expressions/EnumCaseCallExprBuilder.swift (1 hunks)
  • Sources/PrincipleMacros/Builders/Expressions/ExprBuilder.swift (1 hunks)
  • Sources/PrincipleMacros/Builders/Expressions/SwitchExprBuilder.swift (1 hunks)
  • Sources/PrincipleMacros/ExpansionContext/MacroExpansionContext.swift (1 hunks)
  • Sources/PrincipleMacros/Imports.swift (1 hunks)
  • Sources/PrincipleMacros/Parameters/ParameterExtractionError.swift (1 hunks)
  • Sources/PrincipleMacros/Parameters/ParameterExtractor.swift (4 hunks)
  • Sources/PrincipleMacros/Parsers/Common/Parser.swift (0 hunks)
  • Sources/PrincipleMacros/Parsers/Common/_Parser.swift (0 hunks)
  • Sources/PrincipleMacros/Parsers/EnumCases/EnumCase.swift (2 hunks)
  • Sources/PrincipleMacros/Parsers/EnumCases/EnumCasesList.swift (1 hunks)
  • Sources/PrincipleMacros/Parsers/EnumCases/EnumCasesParser.swift (0 hunks)
  • Sources/PrincipleMacros/Parsers/Properties/PropertiesList.swift (1 hunks)
  • Sources/PrincipleMacros/Parsers/Properties/PropertiesParser.swift (0 hunks)
  • Sources/PrincipleMacros/Parsers/Properties/Property.swift (3 hunks)
  • Sources/PrincipleMacros/Syntax/Concepts/AccessControlLevel.swift (1 hunks)
  • Sources/PrincipleMacros/Syntax/Concepts/CamelCaseNotation.swift (1 hunks)
  • Sources/PrincipleMacros/Syntax/Concepts/GlobalActorIsolation.swift (1 hunks)
  • Sources/PrincipleMacros/Syntax/Custom/BasicDeclSyntax.swift (1 hunks)
  • Sources/PrincipleMacros/Syntax/Custom/ClosureTypeSyntax.swift (2 hunks)
  • Sources/PrincipleMacros/Syntax/Custom/StatefulDeclSyntax.swift (1 hunks)
  • Sources/PrincipleMacros/Syntax/Custom/TypeDeclSyntax.swift (1 hunks)
  • Sources/PrincipleMacros/Syntax/Extensions/AccessorDeclListSyntax.swift (1 hunks)
  • Sources/PrincipleMacros/Syntax/Extensions/AttributeListSyntax.swift (1 hunks)
  • Sources/PrincipleMacros/Syntax/Extensions/AttributeSyntax.swift (1 hunks)
  • Sources/PrincipleMacros/Syntax/Extensions/AttributedTypeSyntax.swift (1 hunks)
  • Sources/PrincipleMacros/Syntax/Extensions/ClosureExprSyntax.swift (1 hunks)
  • Sources/PrincipleMacros/Syntax/Extensions/ExprSyntax.swift (2 hunks)
  • Sources/PrincipleMacros/Syntax/Extensions/PatternBindingSyntax.swift (1 hunks)
  • Sources/PrincipleMacros/Syntax/Extensions/SyntaxProtocol.swift (1 hunks)
  • Sources/PrincipleMacros/Syntax/Extensions/TypeSyntax.swift (2 hunks)
  • Sources/PrincipleMacros/Syntax/Extensions/WithAttributesSyntax.swift (1 hunks)
  • Sources/PrincipleMacros/Syntax/Extensions/WithModifiersSyntax.swift (1 hunks)
  • Sources/PrincipleMacros/Syntax/Helpers/GlobalActorIsolation.swift (0 hunks)
  • Sources/PrincipleMacros/Syntax/Helpers/InheritingDeclaration.swift (0 hunks)
  • Sources/PrincipleMacrosClientSupport/AccessControlLevel.swift (1 hunks)
  • Sources/PrincipleMacrosTestSupport/Imports.swift (1 hunks)
  • Tests/PrincipleMacrosTests/Builders/EnumCaseCallExprBuilderTests.swift (3 hunks)
  • Tests/PrincipleMacrosTests/Builders/SwitchExprBuilderTests.swift (1 hunks)
  • Tests/PrincipleMacrosTests/Parameters/ParameterExtractorTests.swift (3 hunks)
  • Tests/PrincipleMacrosTests/Parsers/EnumCasesParserTests.swift (4 hunks)
  • Tests/PrincipleMacrosTests/Parsers/PropertiesListTests.swift (8 hunks)
  • Tests/PrincipleMacrosTests/Parsers/PropertiesParserTests.swift (6 hunks)
  • Tests/PrincipleMacrosTests/Syntax/CamelCaseNotationTests.swift (1 hunks)
  • Tests/PrincipleMacrosTests/Syntax/ClosureExprSyntaxTests.swift (4 hunks)
  • Tests/PrincipleMacrosTests/Syntax/ClosureTypeSyntaxTests.swift (5 hunks)
  • Tests/PrincipleMacrosTests/Syntax/ExprSyntaxTests.swift (2 hunks)
  • Tests/PrincipleMacrosTests/Syntax/GlobalActorIsolationTests.swift (1 hunks)
  • Tests/PrincipleMacrosTests/Syntax/TypeSyntaxTests.swift (2 hunks)
✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feature/swift-6.2

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@NSFatalError NSFatalError merged commit 38996a7 into main Nov 16, 2025
8 of 9 checks passed
@NSFatalError NSFatalError deleted the feature/swift-6.2 branch November 16, 2025 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant