SwiftData Code Review Quick Reference | Issue Type | Reference | |------------|-----------| | @Model, @Attribute, @Relationship, delete rules | references/model-design.md | | @Query, #Predicate, FetchDescriptor, #Index | references/queries.md | | @ModelActor, ModelContext, background operations | references/concurrency.md | | VersionedSchema, MigrationStage, lightweight/custom | references/migrations.md | Hard gates (before reporting findings) Run in order; do not assert an issue until the gate for that issue passes. 1. Scope — pass when: You have the target path(s) and confirmed SwiftData su…