Peekaboo/docs
Peter Steinberger c04b8e7af0 Migrate to Swift 6 with strict concurrency
- Update to swift-tools-version 6.0 and enable StrictConcurrency
- Make all data models and types Sendable for concurrency safety
- Migrate commands from ParsableCommand to AsyncParsableCommand
- Remove AsyncUtils.swift and synchronous bridging patterns
- Update WindowBounds property names to snake_case for consistency
- Ensure all error types conform to Sendable protocol
- Add comprehensive Swift 6 migration documentation

This migration enables full Swift 6 concurrency checking and data race
safety while maintaining backward compatibility with the existing API.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-08 11:23:10 +01:00
..
mcp-best-practices.md Prepare release 2025-05-27 00:21:29 +02:00
RELEASING.md Prepare for beta.14 release: comprehensive test improvements and code cleanup 2025-06-08 02:00:44 +01:00
spec.md Fix deadlock in ImageCommand by replacing semaphore with RunLoop 2025-06-08 09:41:50 +01:00
swift-argument-parser.md Fix deadlock in ImageCommand by replacing semaphore with RunLoop 2025-06-08 09:41:50 +01:00
swift-testing-api.md Enhance Swift testing framework and test coverage 2025-06-07 23:57:26 +01:00
swift-testing-playbook.md Enhance Swift testing framework and test coverage 2025-06-07 23:57:26 +01:00
swift6-migration.md Migrate to Swift 6 with strict concurrency 2025-06-08 11:23:10 +01:00
tool-description.md Add proper tool description and work around a bug in Gemini’s parser 2025-05-25 18:02:05 +02:00