Swift Conventions Platform Requirements - Swift 6 language version - iOS 26+ deployment target - SwiftUI-first architecture. UIKit is allowed only when no viable SwiftUI equivalent exists for a required feature. - No Storyboards or XIBs Allowed Frameworks Only import from this list: - - - - - (for logging) - (only for required bridges or APIs without a SwiftUI equivalent) - (only when the app requires photo picking) - (only when the app requires audio/video) - (only when the app requires maps) - (only when the app requires location) API Preferences Use modern APIs — avoid deprecated alternati…