·ios-swift-concurrency
</>

ios-swift-concurrency

Swift 6 の同時実行エラーと設計に使用: アクター分離、Sendable、データ競合、@MainActor、async/await、スレッド セーフティの修正

13インストール·1トレンド·@derklinke

インストール

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

ios-swift-concurrency のインストール方法

コマンドラインで ios-swift-concurrency AI スキルを開発環境にすばやくインストール

  1. ターミナルを開く: ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます
  2. インストールコマンドを実行: このコマンドをコピーして実行します: npx skills add https://github.com/derklinke/codex-config --skill ios-swift-concurrency
  3. インストールを確認: インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります

ソース: 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.

Swift 6 の同時実行エラーと設計に使用: アクター分離、Sendable、データ競合、@MainActor、async/await、スレッド セーフティの修正 ソース: derklinke/codex-config。

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/derklinke/codex-config --skill ios-swift-concurrency
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-26
更新日
2026-03-11

Browse more skills from derklinke/codex-config

クイックアンサー

ios-swift-concurrency とは?

Swift 6 の同時実行エラーと設計に使用: アクター分離、Sendable、データ競合、@MainActor、async/await、スレッド セーフティの修正 ソース: derklinke/codex-config。

ios-swift-concurrency のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/derklinke/codex-config --skill ios-swift-concurrency インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります

ソースリポジトリはどこですか?

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