Swift Actor Persistence

Thread-safe data persistence in Swift using actors — in-memory cache with file-backed storage. Use when building local storage layers, offline-first patterns, or any shared mutable state that needs both concurrency safety and disk persistence.

kmshdev Updated

File contents

kmshdev/claude-swift-toolkit/tree/main/plugins/apple-app-architect/skills/swift-actor-persistence commit ceccd9ea1a

Frequently asked questions

npx skillmds@latest add kmshdev/swift-actor-persistence