·ios-swift-concurrency
</>

ios-swift-concurrency

Use for Swift 6 concurrency errors and design: actor isolation, Sendable, data races, @MainActor, async/await, and thread-safety fixes

13Installs·1Trend·@derklinke

Installation

$npx skills add https://github.com/derklinke/codex-config --skill ios-swift-concurrency

How to Install ios-swift-concurrency

Quickly install ios-swift-concurrency AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/derklinke/codex-config --skill ios-swift-concurrency
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: derklinke/codex-config.

SKILL.md

View raw

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.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/derklinke/codex-config --skill ios-swift-concurrency
Category
</>Dev Tools
Verified
First Seen
2026-02-26
Updated
2026-03-10

Browse more skills from derklinke/codex-config

Quick answers

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.

How do I install ios-swift-concurrency?

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

Where is the source repository?

https://github.com/derklinke/codex-config