swift-actor-persistence
Thread-safe Swift actor-based persistence layer with O(1) in-memory lookups and atomic file storage for iOS/macOS.
Install
npx skills add https://github.com/affaan-m/everything-claude-code --skill swift-actor-persistenceStats
| Total installs | 1,137 |
| Weekly installs | 1.1K |
| GitHub stars | 112.5K |
| First seen | Feb 17, 2026 |
| Source | @affaan-m/everything-claude-code |
Summary
- Implements an actor-based repository pattern that eliminates data races at compile time, replacing manual synchronization with Swift's actor model
- Combines fast O(1) in-memory lookups with atomic file persistence, supporting any Codable & Identifiable model type
- Provides synchronous initialization to avoid async complexity, with automatic await enforcement on all public API calls
- Designed for offline-first apps, local user data storage, and concurrent access patterns in iOS/macOS applications
Tags
Related skills
| Skill | Installs | vs swift-actor-persistence |
|---|---|---|
| swift-style | 1,354 | +217 |
| flutter-state-management | 1,086 | -51 |
| 3d-web-experience | 1,081 | -56 |
| flutter-theming | 1,138 | +1 |
| asc-release-flow | 1,360 | +223 |
FAQ
- How many installs does swift-actor-persistence have?
- swift-actor-persistence has 1,137 total installs and 1.1K installs this week.
- Where is swift-actor-persistence hosted?
- swift-actor-persistence is published by @affaan-m/everything-claude-code at https://github.com/affaan-m/everything-claude-code.
- How many GitHub stars does swift-actor-persistence have?
- swift-actor-persistence has 112.5K GitHub stars.
- When was swift-actor-persistence first indexed?
- OrangeBot.AI first indexed swift-actor-persistence on Feb 17, 2026.
- How do I install swift-actor-persistence?
- Run: npx skills add https://github.com/affaan-m/everything-claude-code --skill swift-actor-persistence