Was ist ios-swift-concurrency?
Verwendung für Swift 6-Parallelitätsfehler und -Design: Akteurisolation, Sendable, Datenrennen, @MainActor, async/await und Thread-Sicherheitskorrekturen Quelle: derklinke/codex-config.
Verwendung für Swift 6-Parallelitätsfehler und -Design: Akteurisolation, Sendable, Datenrennen, @MainActor, async/await und Thread-Sicherheitskorrekturen
Installieren Sie den KI-Skill ios-swift-concurrency schnell in Ihrer Entwicklungsumgebung über die Kommandozeile
Quelle: derklinke/codex-config.
Purpose: Practical path from single-threaded code to safe concurrency Swift Version: Swift 6.0+, Swift 6.2+ for @concurrent iOS Version: iOS 17+ (iOS 18.2+ for @concurrent) Xcode: Xcode 16+ (Xcode 16.2+ for @concurrent) Context: WWDC 2025-268 "Embracing Swift concurrency" - approachable path to data-race safety
Apple's Guidance (WWDC 2025-268): "Your apps should start by running all of their code on the main thread, and you can get really far with single-threaded code."
Key insight: Concurrent code is more complex. Only introduce concurrency when profiling shows it's needed.
Verwendung für Swift 6-Parallelitätsfehler und -Design: Akteurisolation, Sendable, Datenrennen, @MainActor, async/await und Thread-Sicherheitskorrekturen Quelle: derklinke/codex-config.
Stabile Felder und Befehle für KI/Such-Zitate.
npx skills add https://github.com/derklinke/codex-config --skill ios-swift-concurrencyVerwendung für Swift 6-Parallelitätsfehler und -Design: Akteurisolation, Sendable, Datenrennen, @MainActor, async/await und Thread-Sicherheitskorrekturen Quelle: derklinke/codex-config.
Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/derklinke/codex-config --skill ios-swift-concurrency Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw
https://github.com/derklinke/codex-config