Coredata Swiftdata Migration Advisor
Production-grade migration advisor for moving Apple apps from CoreData to SwiftData. Use when planning phased migrations, mapping NSManagedObject models to @Model, replacing fetch/query/context APIs, defining VersionedSchema migration plans, or assessing whether migration should be deferred.
Apple Accessibility Advisor
Production-grade accessibility audit and implementation advisor for Apple platform applications (iOS, iPadOS, macOS, watchOS, visionOS, tvOS).
Swift6 Migration Advisor
Production-grade migration advisor for moving Apple app code from Swift 5.x to Swift 6+. Use when enabling Swift 6 language mode, resolving strict concurrency errors, adopting Sendable, actor isolation, typed throws, and `any` existentials, or planning phased rollout for large mixed-concurrency codebases.
Observable Migration Advisor
Production-grade migration advisor for moving Apple app observation code from ObservableObject to the @Observable macro. Use when converting models, replacing @Published and objectWillChange patterns, updating SwiftUI wrappers (@StateObject/@ObservedObject/@EnvironmentObject), and planning phased rollout for mixed ObservableObject + @Observable codebases.
Ios26 Migration Advisor
Production-grade migration advisor for adopting iOS 26+ patterns in existing apps. Use when migrating to the Liquid Glass design system (.glassEffect(), GlassEffectContainer, UIGlassEffect), updating TabView and navigation to the floating bar redesign, replacing deprecated SwiftUI/UIKit APIs with iOS 26 equivalents, or planning phased rollout across apps that must support both iOS 26 and older de…