什么是 ios-swift-concurrency?
用于 Swift 6 并发错误和设计:actor 隔离、Sendable、数据竞争、@MainActor、async/await 和线程安全修复 来源:derklinke/codex-config。
用于 Swift 6 并发错误和设计:actor 隔离、Sendable、数据竞争、@MainActor、async/await 和线程安全修复
通过命令行快速安装 ios-swift-concurrency AI 技能到你的开发环境
来源: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 并发错误和设计:actor 隔离、Sendable、数据竞争、@MainActor、async/await 和线程安全修复 来源:derklinke/codex-config。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/derklinke/codex-config --skill ios-swift-concurrency用于 Swift 6 并发错误和设计:actor 隔离、Sendable、数据竞争、@MainActor、async/await 和线程安全修复 来源:derklinke/codex-config。
打开你的终端或命令行工具(如 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