Peekaboo/peekaboo-cli/Sources/peekaboo
Peter Steinberger 559349f198 Fix Swift 6 async execution with synchronous adapter
- Add AsyncAdapter.swift to bridge async/sync execution
- Change AsyncParsableCommand back to ParsableCommand
- Implement AsyncRunnable protocol for async execution
- Use DispatchSemaphore pattern for synchronous blocking
- Make ErrorBox thread-safe with @unchecked Sendable

This fixes the CLI execution issue where commands were showing help
instead of executing, by properly bridging the async/sync worlds
as required by ArgumentParser.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-08 11:34:53 +01:00
..
ApplicationFinder.swift Migrate to Swift 6 with strict concurrency 2025-06-08 11:23:10 +01:00
AsyncAdapter.swift Fix Swift 6 async execution with synchronous adapter 2025-06-08 11:34:53 +01:00
FileNameGenerator.swift Migrate to Swift 6 with strict concurrency 2025-06-08 11:23:10 +01:00
ImageCommand.swift Fix Swift 6 async execution with synchronous adapter 2025-06-08 11:34:53 +01:00
ImageErrorHandler.swift feat: Implement proper frontmost window capture 2025-06-08 08:42:43 +01:00
ImageSaver.swift Migrate to Swift 6 with strict concurrency 2025-06-08 11:23:10 +01:00
JSONOutput.swift Migrate to Swift 6 with strict concurrency 2025-06-08 11:23:10 +01:00
ListCommand.swift Fix Swift 6 async execution with synchronous adapter 2025-06-08 11:34:53 +01:00
Logger.swift Migrate to Swift 6 with strict concurrency 2025-06-08 11:23:10 +01:00
main.swift Fix Swift 6 async execution with synchronous adapter 2025-06-08 11:34:53 +01:00
Models.swift Migrate to Swift 6 with strict concurrency 2025-06-08 11:23:10 +01:00
OutputPathResolver.swift Migrate to Swift 6 with strict concurrency 2025-06-08 11:23:10 +01:00
PermissionErrorDetector.swift Migrate to Swift 6 with strict concurrency 2025-06-08 11:23:10 +01:00
PermissionsChecker.swift Migrate to Swift 6 with strict concurrency 2025-06-08 11:23:10 +01:00
ScreenCapture.swift Migrate to Swift 6 with strict concurrency 2025-06-08 11:23:10 +01:00
Version.swift Fix Swift 6 async execution with synchronous adapter 2025-06-08 11:34:53 +01:00
WindowManager.swift Migrate to Swift 6 with strict concurrency 2025-06-08 11:23:10 +01:00