_DataDetection_SwiftUI
NEWMinor structural additions — new module imports (DataDetection, SwiftUI, _Concurrency) with no API surface changes.
_ScreenCaptureKit_SwiftUI
NEWNew private framework _ScreenCaptureKit_SwiftUI introduces a View.recordingEditor(_:) SwiftUI modifier for embedding a ScreenCaptureKit recording editor into a view hierarchy.
LinkSecurity
NEWNew framework — LinkSecurity is newly available as a Swift module with no public API surface exposed yet beyond its imports.
_CoreSpotlight_FoundationModels
CHANGEDThe UTType resolution strategy API (UTTypeResolutionStrategy, UTTypeHierarchyStrategy, UTTypeResolutionResult) has been removed entirely, and SpotlightSearchTool.Configuration gains a maximumResponseSize parameter in its initializer.
_RealityKit_ComputeGraph
CHANGEDThe framework now re-exports RealityKit directly, while Address (including its Codable members) and ParameterHandle have been removed.
_USDKit_RealityKit
CHANGEDAll top-level render data types (MeshData, MaterialData, DeformationData, TextureData, and their ID/helper types) have been moved inside USDPlayer as nested types, breaking any existing code that references them at the module level.
UsdRenderMessageand theName.USDStageKitRenderCompletenotification constant have been removed with no replacement.FrameUpdate.timestampis replaced bytimeCode, andimportCustomIBLTexture(data:)now throws and returns the nestedUSDPlayer.TextureDatainstead of the optional top-level type.
Accessibility
CHANGEDNew API to query whether "Application Accessibility" is enabled system-wide (AXApplicationAccessibilityEnabled) and observe changes to that setting via a notification/message identifier.
AccessoryTransportExtension
CHANGEDNew AccessoryFeatureSession protocol introduced, enabling extensions to send messages and identify sessions via sessionID.
AppIntents
CHANGEDA large set of Assistant Schema intent/entity conformance points were removed (AppStore, ImageGeneration, several Mail/Browser/Presentation/Photos schemas), while a small number of new schema hooks and query capabilities were added.
- Several
AssistantSchemasandAppSchemaprotocol namespaces were removed outright (e.g.,AppStoreEntity/Intent,ImageGenerationEntity/Enum/Intent,PresentationEnum), breaking any app that adopted those schemas. - New additions include
AppSchema.SystemIntent.searchInApp,AppSchema.ClockEnum.stopwatchState,IntentValueQuery.allowedExecutionTargets, andCSSearchableItemAttributeSet.relatedAppEntityIdentifier. IntentResponseStream.append(entity:)was removed, andCalendarIntent.deleteEventswas renamed todeleteEvent(singular).
AppManagedFeatures
CHANGEDNew error cases on AppManagedFeaturesError cover three failure conditions: notAuthorized, notAvailable, and prohibitedWatchExtensionFound.
AVFoundation
CHANGEDNew API extends external sync device support with a signal-compensation-delay capability query and a rotation-angle helper keyed to device orientation, while AVCaptureVideoOrientation (already deprecated) moves from AVCaptureSession.h to AVCaptureDevice.h with iOS availability now kept open (not deprecated on iOS).
AVKit
CHANGEDA new AVPlaybackUserInterfaceControllable protocol family has been added, enabling custom playback UI implementations to control and observe playback state, timeline, media selection, volume, and metadata on non-iOS platforms.
- The
AVInterfaceControllabletypes (previously iOS-only, blocked on Mac Catalyst) are now available on Mac Catalyst as well, removing theAPI_UNAVAILABLE(macCatalyst)restriction. - The parallel
AVPlaybackUserInterface*protocol suite (AVPlaybackUserInterfaceControllableand its sub-protocols) is currently marked unavailable on all shipping platforms, indicating a forward declaration for a future platform.
AVSystemRouting
CHANGEDMinor annotation fix — NS_REFINED_FOR_SWIFT moved from the typedef line to the closing brace on two enums (AVSystemRouteLaunchMode, AVSystemRouteEventReason), with no behavioral change.
BrowserEngineKit
CHANGEDTwo API variants on BEWebContentFilter were removed and replaced with more specific versions, and the BEWebContentFilterPermissionDecision enum gained a Swift-friendly nested name.
- The
evaluateURL:mainDocumentURL:completionHandler:method was removed in favor ofevaluateURL:mainFrameURL:isMainFrame:completionHandler:. - The view-less
requestPermissionForURL:referrerURL:completionHandler:overload was removed; callers must now pass apresentingView.
BrowserKit
CHANGEDBEBrowserContentFilter is now available on macOS 27.0 in addition to iOS 27.0.
CarPlay
CHANGEDCPMapPanelButtonConfiguration renames symbolButton to secondaryButton and makes travelEstimates mutable — existing code using the old parameter label or treating travelEstimates as read-only will break.
CPNavigationSessiongainsrouteSharingEnabledandrouteSharingSupportedproperties (iOS 27), with a correspondingmapTemplate:didUpdateRouteSharingEnabled:delegate callback.CPMultiStopCardConfigurationadds an initializer and property to attach aUIImageto the card.CPPanelreplaces the instanceidentifierproperty with a class-levelmaximumPanelItemsCountand a newshowsCloseButtontoggle.
Charts
CHANGEDThe Charts framework's ViewBuilder overloads for buildEither(first:) and buildEither(second:) have been removed, which may break conditional chart-content expressions that relied on these builder methods.
ColorSync
CHANGEDNew HeadroomAdaptiveGainCurve API lets developers embed HDR headroom/tone-mapping metadata into ColorSyncProfile, describing adaptive gain curves with configurable color volume transforms, tone-mapping methods (reference-white-based or custom spline control points), and target chromaticities (BT.709, BT.2020, Display P3, or custom).
ComputeGraph
CHANGEDNodeDefinition.Kind enum cases now take a framework-owned ComputeNodeGraph.DataType instead of Metal.MTLDataType, breaking all call sites that construct node definitions with Metal data types directly.
- The
Topologyenum andComputeGraphSimulationsimulation-state properties (graphParametersBuffer,outputIds) have been removed entirely. - Structure-related enum cases (
StateType.structure,ValueType.structure) now take aStructureDefinitionvalue object instead of separatetypeName/layoutarguments. ComputeNodeGraphgains serialization support viadata(using:)and a newFormatenum (JSON and property list), plus adata:-based initializer for deserialization.
CoreGraphics
CHANGEDThe CodingKeys enums for CGColor and CGColorSpace (used to support Codable serialization of those types) have been removed.
CoreImage
CHANGEDNew estimateRender:fromRect:toDestination:atPoint:error: method on CIContext allows asynchronous render-cost estimation without committing a full render pass.
CoreTelephony
CHANGEDCTCellularPlanStatus gains iOS 27 APIs for phone-number authorization and availability hints, and CTSlicingManager.AppCategory.browsers is renamed to webBrowser.
CTCellularPlanStatusaddsrequestAuthorizationForPhoneNumber:,getAuthorizationStatusForPhoneNumber:, andgetStatusHintForPhoneNumber:, backed by newAuthorization,Availability, andAvailabilityConfidenceenums.CTQuickSwitchchangesregisterForLaunchOnQuickSwitchStateEvents:and its unregister counterpart from instance methods to class methods, which is a breaking change for existing callers.
CryptoTokenKit
CHANGEDNew TKErrorCode.invalidatedDeviceKey error code added to signal that a device key has been invalidated.
ExtensionFoundation
CHANGEDThe AppExtensionPoint.Scope.Restriction.none enum case has been removed, which is a breaking change for any code that matches or assigns that value.
FileProvider
CHANGEDNamespace policy APIs, previously marked unavailable on all platforms, are now available starting in macOS 27 and iOS 27.
FoundationModels
CHANGEDAnyTool and the Result enum have been removed, breaking existing tool-wrapping code, while LanguageModelError.Refusal gains an explanation/explanationStream for surfacing refusal reasons to users.
DynamicInstructionsForEachis now a public concrete struct (replacing the internal_DynamicInstructionsForEach), andDynamicInstructionsBuilder/DynamicProfileBuildergainbuildLimitedAvailabilitysupport for availability-gated instructions.promptRepresentationandinstructionsRepresentationare now available on primitive Swift types (Bool,Int,Double,Float,Decimal) and onGenerable, expanding what can be passed directly as prompt/instruction content.LanguageModelSession.AnyDynamicProfileis a new type-erased wrapper for dynamic session profiles, andDynamicProfilegains amodel(_:)method for specifying the model per profile.
HealthKit
CHANGEDHKHealthStore gains a new API to query the earliest authorized sample date across multiple types at once, and HKWorkoutZoneConfiguration.ConfigurationType (with its automatic/custom/manual cases) has been removed entirely.
ImageIO
CHANGEDTwo new IPTC extension metadata keys allow reading and writing AI provenance information (kCGImagePropertyIPTCExtAISystemUsed and kCGImagePropertyIPTCExtAISystemVersionUsed) in image properties.
ImagePlayground
CHANGEDNew dependency on QuartzCore is now imported by the framework.
Matter
CHANGEDFour new provisional clusters are added (ElectricalDistribution, ElectricalProtectionAlarm, DynamicLighting, SmokeConcentrationMeasurement), while the previously provisional Timer cluster is removed entirely.
- The
JointFabricDatastoreaccess-control enums have breaking raw-value renumbering (e.g.,AuthModePASEshifts from 0→1,PrivilegeViewfrom 0→1), which will silently corrupt any code that stored or compared those values numerically. - Two new device type IDs are added (
HumidifierDehumidifier,ElectricalDistributionEnclosure), and all concentration-measurement clusters gain two newMeasurementUnitcases (DBPM,PCFT).
MediaIntelligence
CHANGEDThe internal Core Data persistence layer (MIDataStore, MIManagedFace, and related types) has been removed from the public API surface.
MediaIntents
CHANGEDThe AudioSearch.SpotlightResult type and the associated spotlightSearchResults parameter have been removed, and AudioSearch now initializes with init(criteria:) alone.
MetalPerformanceShadersGraph
CHANGEDMPSGraphSDPADescriptor and its scaledDotProductAttention method have been bumped from macOS/iOS 26 to 27, making them unavailable in the current release.
convertLayoutToNHWConMPSGraphCompilationDescriptoris deprecated immediately (available since 26.4), replaced by the newdisableAutoLayoutConversion— NHWC layout conversion is now on by default on M5 and newer hardware.
MetricKit
CHANGEDTwo internal constructors on AveragePixelLuminance and SignalBars have been removed, with no new additions.
MusicUnderstanding
CHANGEDMinor cleanup — explicit debugDescription properties have been removed from five result types (InstrumentActivityResult, LoudnessResult, PaceResult, RhythmResult, StructureResult), leaving their debug representation to synthesized behavior.
NearbyInteraction
CHANGEDA new NIBodyIdentifiable protocol and NISession.originBody property (iOS 27) enable associating a session with a physical body identity, gated behind the APPLE_FEATURE_NIBODY feature flag.
NIDLTDOAMeasurementFloorElevationdropped itsNSSecureCodingconformance.
Network
CHANGEDTCP metadata gains a setMaxPacingRate(_:) method for controlling send pacing, while two internal actor handler typealiases were removed.
NowPlaying
CHANGEDNew MediaDuration.continuous case added to represent unbounded/continuous media duration.
PaperKit
CHANGEDPaperDocumentDisplayMode enum (with continuousScroll and twoUp cases) has been removed, along with the default initializer for PaperMarkupViewController.ScrollConfiguration.
PassKit
CHANGEDPKPassLibrary.sign(_:using:completion:) is deprecated in iOS 26 / watchOS 26 with no replacement offered.
- Three properties on
PKAddCarKeyPassConfiguration(vehicleIdentifier,ownerPairingToken,region) were removed before their iOS 26.4 availability shipped. - The
PKTTRComponentIDCarKeysconstant was removed fromPKConstants.h.
Photos
CHANGEDA new PHCollectionListSubtypeRootFolder enum value (available on all platforms at OS version 27) identifies the root folder of the photo library collection hierarchy.
ProximityReader
CHANGEDTwo new error cases (incompatibleRequest and networkError) added to CustomerEngagementSession.Error.
QuartzCore
CHANGEDCADisplayLink.displayLinkWithTarget:selector: is now explicitly marked API_UNAVAILABLE(macos).
RealityFoundation
CHANGEDGaussian Splat rendering support has been added via GaussianSplatResource and GaussianSplatComponent, enabling 3D Gaussian Splat scenes to be placed and monitored as RealityKit entities.
- The Portal API has been redesigned:
PortalFactory,ClippingPrimitiveComponent, and the oldPortalComponent.Planeradius-based setup are removed and replaced with a newPortalComponent-based API usingBoundaryStyle,BoundaryMode, andSurfaceStyle. BloomSettingsComponentandCustomMaterial.PostLightingShaderhave been removed with no direct replacements visible in this diff.
ScreenCaptureKit
CHANGEDScreenCaptureKit is expanding to iOS, tvOS, and visionOS, with most existing error codes, stream configuration properties, and content style values gaining availability on those platforms for the first time.
SCStream.cameraEnabledis now restricted to iOS only (removed from macOS/macCatalyst), andSCStreamErrorMissingBackgroundModeis similarly restricted to iOS/visionOS/tvOS only (removed from macOS).SCStreamConfiguration.width/heightavailability corrected back to macOS 12.3 (from 13.0).
SecureElementCredential
CHANGEDNew invalidProductConfigID error case added to CredentialSession.ErrorCode.
StickerKit
CHANGEDTwo internal transcode-management classes (AnimatedStickerTranscodeSlotPool and TranscodeSessionPair) have been removed from the public API.
SwiftData
CHANGEDSingle new method DefaultHistoryUpdate.containsAttribute(_:) added for querying whether a history update involves a specific attribute.
SwiftUI
CHANGEDNew Document protocol and related APIs formalize document-based app configuration, including a new DocumentGroup initializer with an allowCreating parameter and modifiers for customizing the document launch screen title and subtitle.
BorderedTextFieldStyleis newly available as a concrete struct with aTextFieldStyle.borderedstatic accessor.
SwiftUICore
CHANGEDNew TextInputBorderShape type lets views control the border shape of text input fields (automatic, capsule, or rounded rectangle) via a new .textInputBorderShape(_:) modifier and matching environment value.
GeometryProxygains aconcentricCornerRadiiproperty andconcentricCornerRadii(in:)method for computing corner radii that are visually concentric with an outer container.
UIKit
CHANGEDUITextChecker gains async grammar-checking support via two new methods (requestGrammarCheckingOfString:… and ignoreGrammarRange:inSentence:), and a new UIPhotoSearchSuggestion input-suggestion type is added for photo search queries.
NSTextAlignmentToCTTextAlignmentand its inverse are now explicitly markedAPI_UNAVAILABLE(macos), removing the previously implied macOS availability.- The
NSTextSelectionNavigationdelegate gainsconvertInteractionPoint:toContainerAtLocation:for coordinate conversion between interaction points and text containers.
USDKit
CHANGEDStageKitPlugin and UsdStage have been removed, replaced by a new USDStage-based API with a full suite of USD math value types (vectors, matrices, quaternions) and a generic USDArray collection type.
USDPrimgainshasAPISchema,isSchema,makeRelationship,resetTransform, and a typed subscript, giving prims richer schema-introspection and authoring capabilities.- The new
USDValuemath types (Vec2–4, Matrix2–4, Quat in f/d/h/i variants) bridge to simd and supportsimd,projectiveTransform, andmatrixinterop properties.
WebKit
CHANGEDWKContentWorldConfiguration gains nodeSerializationEnabled and jsHandleCreationEnabled properties with broader platform availability (previously iOS-only; restrictions removed).
WiFiAware
CHANGEDNew NWParameters subclass with a wifiAware factory method enables creating network parameters configured for Wi-Fi Aware connections.
_AdAttributionKit_StoreKit
UNCHANGEDNo differences detected.
_AppIntents_HealthKit
UNCHANGEDNo differences detected.
_AppIntents_SwiftUI
UNCHANGEDNo differences detected.
_AppIntents_UIKit
UNCHANGEDNo differences detected.
_AuthenticationServices_SwiftUI
UNCHANGEDNo differences detected.
_AVKit_SwiftUI
UNCHANGEDNo differences detected.
_Contacts_AppIntents
UNCHANGEDNo differences detected.
_CoreData_CloudKit
UNCHANGEDNo differences detected.
_CoreLocation_SwiftUI
UNCHANGEDNo differences detected.
_CoreLocationUI_SwiftUI
UNCHANGEDNo differences detected.
_CoreMotion_SwiftUI
UNCHANGEDNo differences detected.
_CoreNFC_UIKit
UNCHANGEDNo differences detected.
_DeviceActivity_SwiftUI
UNCHANGEDNo differences detected.
_DeviceDiscoveryUI_SwiftUI
UNCHANGEDNo differences detected.
_FinanceKit_AppIntents
UNCHANGEDNo differences detected.
_FoundationModels_UIKit
UNCHANGEDNo differences detected.
_GameController_SwiftUI
UNCHANGEDNo differences detected.
_GeoToolbox_AppIntents
UNCHANGEDNo differences detected.
_GroupActivities_UIKit
UNCHANGEDNo differences detected.
_HomeKit_SwiftUI
UNCHANGEDNo differences detected.
_Intents_TipKit
UNCHANGEDNo differences detected.
_LinkPresentation_AppIntents
UNCHANGEDNo differences detected.
_LocationEssentials
UNCHANGEDNo differences detected.
_ManagedAppDistribution_SwiftUI
UNCHANGEDNo differences detected.
_MapKit_SwiftUI
UNCHANGEDNo differences detected.
_MarketplaceKit_UIKit
UNCHANGEDNo differences detected.
_MediaIntents_AppIntents
UNCHANGEDNo differences detected.
_MediaPlayer_AppIntents
UNCHANGEDNo differences detected.
_MusicKit_SwiftUI
UNCHANGEDNo differences detected.
_NowPlaying_AppIntents
UNCHANGEDNo differences detected.
_PassKit_SwiftUI
UNCHANGEDNo differences detected.
_PermissionKit_SwiftUI
UNCHANGEDNo differences detected.
_PermissionKit_UIKit
UNCHANGEDNo differences detected.
_Photos_AppIntents
UNCHANGED_PhotosUI_SwiftUI
UNCHANGEDNo differences detected.
_PhotosUI_WidgetKit
UNCHANGEDNo differences detected.
_QuickLook_SwiftUI
UNCHANGEDNo differences detected.
_RealityKit_SwiftUI
UNCHANGEDNo differences detected.
_RelevanceKit_MapKit
UNCHANGEDNo differences detected.
_SceneKit_SwiftUI
UNCHANGEDNo differences detected.
_SecureElementCredential_SwiftUI
UNCHANGEDNo differences detected.
_SecureElementCredential_UIKit
UNCHANGEDNo differences detected.
_SpriteKit_SwiftUI
UNCHANGEDNo differences detected.
_StoreKit_SwiftUI
UNCHANGEDNo differences detected.
_SwiftData_CoreData
UNCHANGEDNo differences detected.
_SwiftData_SwiftUI
UNCHANGEDNo differences detected.
_Translation_SwiftUI
UNCHANGEDNo differences detected.
_UserNotifications_AppIntents
UNCHANGEDNo differences detected.
_Vision_FoundationModels
UNCHANGEDNo differences detected.
_WebKit_SwiftUI
UNCHANGEDNo differences detected.
_WorkoutKit_SwiftUI
UNCHANGEDNo differences detected.
Accelerate
UNCHANGEDNo differences detected.
AccessoryLiveActivities
UNCHANGEDNo differences detected.
AccessoryNotifications
UNCHANGEDNo differences detected.
AccessorySetupKit
UNCHANGEDNo differences detected.
Accounts
UNCHANGEDNo differences detected.
ActivityKit
UNCHANGEDNo differences detected.
AdAttributionKit
UNCHANGEDNo differences detected.
AddressBook
UNCHANGEDNo differences detected.
AddressBookUI
UNCHANGEDNo differences detected.
AdServices
UNCHANGEDNo differences detected.
AdSupport
UNCHANGEDNo differences detected.
AlarmKit
UNCHANGEDNo differences detected.
AppClip
UNCHANGEDNo differences detected.
AppIntentsTypeSupport
UNCHANGEDNo differences detected.
AppMigrationKit
UNCHANGEDNo differences detected.
AppTrackingTransparency
UNCHANGEDNo differences detected.
ARKit
UNCHANGEDNo differences detected.
AssetsLibrary
UNCHANGEDNo differences detected.
Assignables
UNCHANGEDNo differences detected.
AudioAccessoryKit
UNCHANGEDNo differences detected.
AudioToolbox
UNCHANGEDNo differences detected.
AudioUnit
UNCHANGEDNo differences detected.
AuthenticationServices
UNCHANGEDNo differences detected.
AutomatedDeviceEnrollment
UNCHANGEDNo differences detected.
AutomaticAssessmentConfiguration
UNCHANGEDNo differences detected.
AVFAudio
UNCHANGEDAVRouting
UNCHANGEDNo differences detected.
BackgroundAssets
UNCHANGEDNo differences detected.
BackgroundTasks
UNCHANGEDNo differences detected.
BrowserEngineCore
UNCHANGEDNo differences detected.
BusinessChat
UNCHANGEDNo differences detected.
CallKit
UNCHANGEDNo differences detected.
CarKey
UNCHANGEDNo differences detected.
CFNetwork
UNCHANGEDNo differences detected.
Cinematic
UNCHANGEDNo differences detected.
ClassKit
UNCHANGEDNo differences detected.
ClassKitUI
UNCHANGEDNo differences detected.
ClockKit
UNCHANGEDNo differences detected.
CloudKit
UNCHANGEDCombine
UNCHANGEDNo differences detected.
ContactProvider
UNCHANGEDNo differences detected.
Contacts
UNCHANGEDNo differences detected.
ContactsUI
UNCHANGEDNo differences detected.
CoreAI
UNCHANGEDNo differences detected.
CoreAudio
UNCHANGEDNo differences detected.
CoreAudioKit
UNCHANGEDNo differences detected.
CoreAudioTypes
UNCHANGEDNo differences detected.
CoreBluetooth
UNCHANGEDNo differences detected.
CoreData
UNCHANGEDNo differences detected.
CoreFoundation
UNCHANGEDNo differences detected.
CoreHaptics
UNCHANGEDNo differences detected.
CoreLocation
UNCHANGEDNo differences detected.
CoreLocationUI
UNCHANGEDNo differences detected.
CoreMedia
UNCHANGEDNo differences detected.
CoreMediaIO
UNCHANGEDNo differences detected.
CoreMIDI
UNCHANGEDNo differences detected.
CoreML
UNCHANGEDNo differences detected.
CoreMotion
UNCHANGEDNo differences detected.
CoreNFC
UNCHANGEDNo differences detected.
CoreServices
UNCHANGEDNo differences detected.
CoreSpotlight
UNCHANGEDNo differences detected.
CoreText
UNCHANGEDNo differences detected.
CoreTransferable
UNCHANGEDNo differences detected.
CoreVideo
UNCHANGEDNo differences detected.
CrashReportExtension
UNCHANGEDNo differences detected.
CreateML
UNCHANGEDNo differences detected.
CreateMLComponents
UNCHANGEDNo differences detected.
CryptoKit
UNCHANGEDNo differences detected.
DataDetection
UNCHANGEDNo differences detected.
DeclaredAgeRange
UNCHANGEDDeveloperToolsSupport
UNCHANGEDNo differences detected.
DeviceActivity
UNCHANGEDNo differences detected.
DeviceCheck
UNCHANGEDNo differences detected.
DeviceDiscoveryExtension
UNCHANGEDNo differences detected.
DeviceDiscoveryUI
UNCHANGEDNo differences detected.
DockKit
UNCHANGEDNo differences detected.
EnergyKit
UNCHANGEDNo differences detected.
EnhancedLinkSecurity
UNCHANGEDNo differences detected.
EventKit
UNCHANGEDNo differences detected.
EventKitUI
UNCHANGEDNo differences detected.
ExposureNotification
UNCHANGEDNo differences detected.
ExtensionKit
UNCHANGEDNo differences detected.
ExternalAccessory
UNCHANGEDNo differences detected.
FamilyControls
UNCHANGEDNo differences detected.
FileProviderUI
UNCHANGEDNo differences detected.
FinanceKit
UNCHANGEDNo differences detected.
FinanceKitUI
UNCHANGEDNo differences detected.
Foundation
UNCHANGEDNo differences detected.
GameController
UNCHANGEDNo differences detected.
GameKit
UNCHANGEDNo differences detected.
GameplayKit
UNCHANGEDNo differences detected.
GameSave
UNCHANGEDNo differences detected.
GeoToolbox
UNCHANGEDNo differences detected.
GLKit
UNCHANGEDNo differences detected.
GroupActivities
UNCHANGEDNo differences detected.
GSS
UNCHANGEDNo differences detected.
HealthKitUI
UNCHANGEDNo differences detected.
HomeKit
UNCHANGEDNo differences detected.
iAd
UNCHANGEDNo differences detected.
IdentityDocumentServices
UNCHANGEDNo differences detected.
IdentityDocumentServicesUI
UNCHANGEDNo differences detected.
IdentityLookup
UNCHANGEDNo differences detected.
IdentityLookupUI
UNCHANGEDNo differences detected.
ImageCaptureCore
UNCHANGEDNo differences detected.
ImmersiveMediaSupport
UNCHANGEDNo differences detected.
Intents
UNCHANGEDNo differences detected.
IntentsUI
UNCHANGEDNo differences detected.
IOSurface
UNCHANGEDNo differences detected.
JavaScriptCore
UNCHANGEDNo differences detected.
JournalingSuggestions
UNCHANGEDNo differences detected.
LightweightCodeRequirements
UNCHANGEDNo differences detected.
LinkPresentation
UNCHANGEDNo differences detected.
LiveCommunicationKit
UNCHANGEDNo differences detected.
LocalAuthentication
UNCHANGEDNo differences detected.
LocalAuthenticationEmbeddedUI
UNCHANGEDNo differences detected.
LockedCameraCapture
UNCHANGEDNo differences detected.
ManagedApp
UNCHANGEDNo differences detected.
ManagedAppDistribution
UNCHANGEDNo differences detected.
ManagedSettings
UNCHANGEDNo differences detected.
ManagedSettingsUI
UNCHANGEDNo differences detected.
MapKit
UNCHANGEDNo differences detected.
MarketplaceKit
UNCHANGEDNo differences detected.
MatterSupport
UNCHANGEDNo differences detected.
MediaAccessibility
UNCHANGEDNo differences detected.
MediaDevice
UNCHANGEDNo differences detected.
MediaPlayer
UNCHANGEDNo differences detected.
MediaSetup
UNCHANGEDNo differences detected.
MediaToolbox
UNCHANGEDNo differences detected.
Messages
UNCHANGEDNo differences detected.
MessageUI
UNCHANGEDMetal
UNCHANGEDNo differences detected.
MetalFX
UNCHANGEDNo differences detected.
MetalKit
UNCHANGEDNo differences detected.
MetalPerformancePrimitives
UNCHANGEDNo differences detected.
MetalPerformanceShaders
UNCHANGEDNo differences detected.
MLCompute
UNCHANGEDNo differences detected.
MobileCoreServices
UNCHANGEDNo differences detected.
ModelIO
UNCHANGEDNo differences detected.
MultipeerConnectivity
UNCHANGEDNo differences detected.
MusicKit
UNCHANGEDNo differences detected.
NaturalLanguage
UNCHANGEDNo differences detected.
NetworkExtension
UNCHANGEDNo differences detected.
NotificationCenter
UNCHANGEDNo differences detected.
OpenAL
UNCHANGEDNo differences detected.
OpenGLES
UNCHANGEDNo differences detected.
OSLog
UNCHANGEDNo differences detected.
PDFKit
UNCHANGEDNo differences detected.
PencilKit
UNCHANGEDNo differences detected.
PermissionKit
UNCHANGEDNo differences detected.
PHASE
UNCHANGEDNo differences detected.
PhotosUI
UNCHANGEDNo differences detected.
PushKit
UNCHANGEDNo differences detected.
PushToTalk
UNCHANGEDNo differences detected.
QuickLook
UNCHANGEDNo differences detected.
QuickLookThumbnailing
UNCHANGEDNo differences detected.
RealityKit
UNCHANGEDNo differences detected.
RelevanceKit
UNCHANGEDNo differences detected.
ReplayKit
UNCHANGEDNo differences detected.
RoomPlan
UNCHANGEDNo differences detected.
SafariServices
UNCHANGEDNo differences detected.
SafetyKit
UNCHANGEDNo differences detected.
SceneKit
UNCHANGEDNo differences detected.
ScreenTime
UNCHANGEDNo differences detected.
Security
UNCHANGEDNo differences detected.
SecurityUI
UNCHANGEDNo differences detected.
SensitiveContentAnalysis
UNCHANGEDNo differences detected.
SensorKit
UNCHANGEDNo differences detected.
ServicesAccountLinking
UNCHANGEDNo differences detected.
ShazamKit
UNCHANGEDNo differences detected.
Social
UNCHANGEDNo differences detected.
SoundAnalysis
UNCHANGEDNo differences detected.
Speech
UNCHANGEDNo differences detected.
SpriteKit
UNCHANGEDNo differences detected.
StateReporting
UNCHANGEDNo differences detected.
StickerFoundation
UNCHANGEDNo differences detected.
StoreKit
UNCHANGEDNo differences detected.
SuggestedActions
UNCHANGEDNo differences detected.
Symbols
UNCHANGEDNo differences detected.
SystemConfiguration
UNCHANGEDNo differences detected.
SystemExtensions
UNCHANGEDNo differences detected.
TabularData
UNCHANGEDNo differences detected.
TelephonyMessagingKit
UNCHANGEDNo differences detected.
ThreadNetwork
UNCHANGEDTipKit
UNCHANGEDNo differences detected.
TouchController
UNCHANGEDNo differences detected.
Translation
UNCHANGEDNo differences detected.
TranslationUIProvider
UNCHANGEDNo differences detected.
TrustInsights
UNCHANGEDNo differences detected.
UniformTypeIdentifiers
UNCHANGEDNo differences detected.
UserNotifications
UNCHANGEDNo differences detected.
UserNotificationsUI
UNCHANGEDNo differences detected.
VideoSubscriberAccount
UNCHANGEDNo differences detected.
VideoToolbox
UNCHANGEDNo differences detected.
Vision
UNCHANGEDVisionKit
UNCHANGEDNo differences detected.
VisualIntelligence
UNCHANGEDNo differences detected.
WatchConnectivity
UNCHANGEDNo differences detected.
WeatherKit
UNCHANGEDNo differences detected.
WidgetKit
UNCHANGEDNo differences detected.
WiFiInfrastructure
UNCHANGEDNo differences detected.
WirelessInsights
UNCHANGEDNo differences detected.
WorkoutKit
UNCHANGEDNo differences detected.