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 - Provides guidance for writing safe concurrent Swift code.

Provides expert guidance on Swift Concurrency concepts, isolation domains, async/await, actors, Sendable, and debugging compiler errors.

Tags

Updated: 2026-09-18

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Guide async and await usage
  • Manage Tasks and TaskGroups
  • Implement actor isolation
  • Apply Sendable types
  • Preserve isolation in async functions
  • Debug concurrency compiler errors

Inputs

  • Swift source code
  • Concurrency compiler error messages
  • Swift build settings

Outputs

  • Concurrent Swift code
  • Concurrency compiler error fixes

Requirements

  • Swift compiler
  • Swift 6.2 or later for Approachable Concurrency features

Source

  • Spec: SKILL.md
swift
concurrency
async-await
actor
mainactor
sendable
Guide async and await usage
Manage Tasks and TaskGroups
Implement actor isolation
Apply Sendable types
Swift source code
Concurrency compiler error messages
Swift build settings
Concurrent Swift code
Concurrency compiler error fixes