·ios-swift-concurrency
</>

ios-swift-concurrency

用於 Swift 6 並發錯誤和設計:actor 隔離、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。

SKILL.md

查看原文

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 並發錯誤和設計:actor 隔離、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 並發錯誤和設計:actor 隔離、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 中使用

這個 Skill 的原始碼在哪?

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