swiftdata-migration

Community

Safely migrate SwiftData schemas.

AuthorCharlesWiltgen
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill covers custom schema migrations with VersionedSchema, two-stage migrations, and how to preserve relationships and test migrations on real devices.

Core Features & Use Cases

  • Two-stage migrations: Work around willMigrate/didMigrate limitations.
  • Relationship preservation: Maintain inverse relationships across schema versions.
  • Migration testing: Real-device validation and testing strategies.

Quick Start

Outline a two-stage migration plan for renaming a property while preserving relationships, including test cases.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: swiftdata-migration
Download link: https://github.com/CharlesWiltgen/Axiom/archive/main.zip#swiftdata-migration

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository