·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-10

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