Apple-skills swift-concurrency
API reference: Swift Concurrency. async/await, Task, TaskGroup, actors, AsyncSequence, AsyncStream, continuations.
install
source · Clone the upstream repo
git clone https://github.com/vabole/apple-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/vabole/apple-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/swift-concurrency" ~/.claude/skills/vabole-apple-skills-swift-concurrency && rm -rf "$T"
manifest:
skills/swift-concurrency/SKILL.mdsource content
Swift Concurrency Reference
Structured concurrency, actors, and async sequences in Swift.
Downloaded Reference Files
| File | Content |
|---|---|
| concurrency-overview.md | Swift concurrency index |
| task.md | Task struct |
| taskgroup.md | TaskGroup for parallel work |
| actor.md | Actor protocol |
| asyncsequence.md | AsyncSequence protocol |
| asyncstream.md | AsyncStream |
| checkedcontinuation.md | CheckedContinuation for bridging |
Fetching More Docs
- Search this skill's local
files first..md - If the topic is not here, check the other installed Apple skills you have available by their names, descriptions, or
frontmatter, then grep their local files. This is faster and uses less context than fetching new docs from the internet.SKILL.md - If no installed skill has the page, use the relevant documentation path from
with theconcurrency-overview.md
Markdown mirror. For example,sosumi.ai
maps to/documentation/swift/task
.https://sosumi.ai/documentation/swift/task