LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

swift-concurrency-6-2 - Swift 6.2 Approachable Concurrency Patterns

Guides adopting Swift 6.2 concurrency patterns including single-thread defaults, @concurrent offloading, and isolated conformances.

Tags

Updated: 2026-09-18

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Migrate code to Swift 6.2 concurrency
  • Resolve data race compiler errors
  • Design MainActor application architectures
  • Offload background work using @concurrent
  • Implement MainActor isolated protocol conformances
  • Configure concurrency settings in Xcode 26

Inputs

  • Swift 5.x or 6.x source code
  • Xcode 26 build settings
  • SPM package manifests

Outputs

  • Data-race-safe Swift 6.2 code
  • Protocol conformances with isolated isolation
  • Swift packages configured for concurrency

Requirements

  • Swift 6.2 compiler
  • Xcode 26 or compatible environment

Source

  • Spec: SKILL.md
Swift
Swift 6.2
Concurrency
MainActor
Xcode 26
Migrate code to Swift 6.2 concurrency
Resolve data race compiler errors
Design MainActor application architectures
Offload background work using @concurrent
Swift 5.x or 6.x source code
Xcode 26 build settings
SPM package manifests
Data-race-safe Swift 6.2 code
Protocol conformances with isolated isolation
Swift packages configured for concurrency