What is ios-swift-concurrency?
Use for Swift 6 concurrency errors and design: actor isolation, Sendable, data races, @MainActor, async/await, and thread-safety fixes Source: derklinke/codex-config.
Use for Swift 6 concurrency errors and design: actor isolation, Sendable, data races, @MainActor, async/await, and thread-safety fixes
Quickly install ios-swift-concurrency AI skill to your development environment via command line
Source: 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.
Use for Swift 6 concurrency errors and design: actor isolation, Sendable, data races, @MainActor, async/await, and thread-safety fixes Source: derklinke/codex-config.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/derklinke/codex-config --skill ios-swift-concurrencyUse for Swift 6 concurrency errors and design: actor isolation, Sendable, data races, @MainActor, async/await, and thread-safety fixes Source: derklinke/codex-config.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/derklinke/codex-config --skill ios-swift-concurrency Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/derklinke/codex-config