Skip to content

chore: update TCA to version 1.22.2 - #230

Merged
takeshishimada merged 2 commits into
mainfrom
chore/update-tca-1.22.2
Sep 4, 2025
Merged

chore: update TCA to version 1.22.2#230
takeshishimada merged 2 commits into
mainfrom
chore/update-tca-1.22.2

Conversation

@takeshishimada

Copy link
Copy Markdown
Owner

Summary

  • Update swift-composable-architecture dependency from 1.22.1 to 1.22.2
  • Updated both Package.swift and Package@swift-6.0.swift to maintain Swift version compatibility
  • All tests pass with the new TCA version

Changes

🤖 Generated with Claude Code

takeshishimada and others added 2 commits September 4, 2025 04:37
Fixed 8 documentation accuracy issues across the codebase:

- LockmanComposableMacros.swift: Correct priority parameter type
  (priority: 100 → priority: .high(.exclusive))
- LockmanLogger.swift: Clarify build condition behavior description
- LockmanInfo.swift: Add missing mode parameters in examples
- LockmanCompositeAction.swift: Add missing mode parameter
- LockmanCompositeInfo.swift: Add missing mode parameter
- LockmanGroupCoordinatedAction.swift: Fix enum values
  (.leader(.none) → .leader(.emptyGroup))
- LockmanPriorityBasedAction.swift: Fix enum values
  (.high(.preferLater) → .high(.exclusive))

All issues were minor syntax corrections ensuring code examples
in documentation comments match actual implementation APIs.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
Update swift-composable-architecture dependency from 1.22.1 to 1.22.2 in both Package.swift and Package@swift-6.0.swift to ensure compatibility across all Swift versions.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@takeshishimada takeshishimada added the enhancement New feature or request label Sep 4, 2025
@takeshishimada takeshishimada self-assigned this Sep 4, 2025
@takeshishimada
takeshishimada merged commit 7069532 into main Sep 4, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant