Commit 7069532
chore: update TCA to version 1.22.2 (#230)
* docs: fix source code comment accuracy issues
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 <[email protected]>
* chore: update TCA to version 1.22.2
Update swift-composable-architecture dependency from 1.22.1 to 1.22.2 in both Package.swift and [email protected] to ensure compatibility across all Swift versions.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
---------
Co-authored-by: Claude <[email protected]>1 parent 2898958 commit 7069532
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments