Expo SDK 56 introduces precompiled XCFrameworks for iOS, eliminating the need to recompile 70+ packages from source on every build. Clean iOS builds can now be up to 65% faster compared to fully source-based builds. This is enabled by default with no configuration changes required. The change also marks the beginning of a migration from CocoaPods to Swift Package Manager (SPM). Key engineering challenges included making expo-modules-core fully modular, resolving Swift/Objective-C cyclic dependencies, handling SPM's strict source ownership rules, and using Clang VFS overlays to bridge React Native's legacy header layout. CocoaPods remains supported during the transition, and precompiled modules can be disabled via an environment variable if needed.