_AuthenticationServices_SwiftUI
CHANGEDDeliveredVerificationCodesManager.oneTimeCodes(preferredDuration:) loses its default argument, making the preferredDuration parameter now explicitly required at all call sites.
_CoreSpotlight_FoundationModels
CHANGEDCustomStage has two breaking API changes: outputTypes (an array) is replaced by outputType (a single SearchPipelineDataType), and execute(statisticName:value:) is renamed to execute(statistic:value:).
_PermissionKit_SwiftUI
CHANGEDNew PermissionButton initializer accepts a permissionFlow and result callback alongside a custom label, enabling fully custom-styled permission prompts in SwiftUI.
_PermissionKit_UIKit
CHANGEDNew askSignificantChangePermission method added to AskCenter for requesting significant-change permission with a specified flow and context.
_PhotosUI_SwiftUI
CHANGEDThe onCompletion callback of photosSharedAlbumCustomizationSheet now receives an optional Error parameter instead of being a plain () -> Void, allowing callers to handle failure cases.
_SwiftData_SwiftUI
CHANGEDThe sectionBy: parameter on all @Query sectioned initializers is now required (non-optional, no default) and the result type changed from ResultsSectionCollection to SectionedResults, breaking existing call sites that relied on the optional/defaulted form.
_USDKit_RealityKit
CHANGEDwaitForRenderComplete and localizedDescription were renamed to waitForRenderCompletion and errorDescription respectively, with no other changes.
Accessibility
CHANGEDNew AXSpeechAttributeSSML attributed-string key (and matching Swift accessibilitySpeechSSML attribute scope) lets developers annotate text with SSML markup to control speech synthesis output.
AppIntents
CHANGEDThree AppSchema.RemindersIntent update intents (updateGroup, updateList, updateSection) were removed, and DisplayRepresentation.Components was removed entirely.
- A new
AppSchema.NotesIntent.appendTextintent has been added. IntentFile.defaultResolverSpecificationnow returns an opaquesome ResolverSpecificationinstead of the concreteEmptyResolverSpecification.
AppManagedFeatures
CHANGEDThe entire AppManagedFeaturesError enum (and all its cases) has been removed from the public API.
AuthenticationServices
CHANGEDASDeliveredVerificationCodesManager.oneTimeCodes(preferredDuration:anchor:) loses its default argument for preferredDuration, requiring call sites that relied on the default to now pass an explicit value.
AutomaticAssessmentConfiguration
CHANGEDmacOS/Catalyst gains support for allowlisting arbitrary binary executables in assessment sessions, via the new AEAssessmentBinaryExecutable and AEAssessmentBinaryExecutableConfiguration types.
AEAssessmentApplication.teamIdentifierand its corresponding initializer are now available on iOS 27, removing the previous iOS exclusion.AEAssessmentConfigurationaddsallowsForceQuitandallowVirtualMachinepolicy properties (macOS/Catalyst only).
AVFoundation
CHANGEDThe AVQueuedSampleBufferRendering protocol and the concrete AVSampleBufferAudioRenderer/AVSampleBufferVideoRenderer classes deprecate their callback-based media-data enqueueing APIs in Swift, directing developers to use the new sampleBufferReceiver/Receiver async pattern instead.
AVCaptureSystemPressureFactorSystemStresswas renamed toAVCaptureSystemPressureFactorBatteryStress, reflecting a more precise description of that pressure factor.AVAssetExportSessionResumptionFailureReasonIncompatiblePresetwas removed and replaced byAVAssetExportSessionResumptionFailureReasonUnsupportedForPresetOnPlatform.
BackgroundTasks
CHANGEDMinor update — the deprecation message on the synchronous submitTaskRequest:error: method was revised to mention the Swift async/await overload alongside the completion-handler alternative.
ClassKitUI
CHANGEDNo functional API changes — the only diff is an added ObjectiveC framework import.
ComputeGraph
CHANGEDMinor address-space precision fix — lines and line_strip in the debug-draw API now explicitly annotate their float3 array parameters with the thread address space, with no functional behavior change.
ContactsUI
CHANGEDCNContactSavedAutoFillDetailsController has been removed and the framework now imports AppIntents modules, suggesting autofill contact functionality is migrating to an App Intents-based model.
CoreAudio
CHANGEDAudioServerPlugInRegisterMediaDeviceExtension is now explicitly unavailable on visionOS (previously unspecified).
CoreData
CHANGEDNSPersistentCloudKitContainerEvent gains NS_SWIFT_SENDABLE, making it usable across actor boundaries without a compiler warning.
CoreGraphics
CHANGEDNew CGPDFStructureElement and CGPDFMarkedContentItem types (iOS 27+) provide a structured API for authoring tagged PDF documents with a proper structure tree, replacing the older begin/end tag approach.
CGContextgains new marked-content methods (beginMarkedContentSequence,endMarkedContentSequence,beginObjectReference,addStructureTreeRootChild) for associating drawn content with structure elements.- A new
CGPDFTagType.artifacttag type is added for marking non-structural content in tagged PDFs.
CoreImage
CHANGEDCIRAWFilter gains a downloadResources(timeout:completionHandler:) method for fetching decoder resources on demand, and CIImageProcessor gets cleaner Swift names for its tiled/surface/pixel-buffer APIs.
- Metal kernel sampler and destination types in
CIKernelMetalLib.hnow mark all member functions with thethreadaddress-space qualifier, which may require recompilation of custom Metal kernels. temporaryPixelBuffer(identifier:format:width:height:attributes:)is now markedCF_RETURNS_NOT_RETAINED, clarifying its memory ownership contract.
CoreMedia
CHANGEDTwo new metadata format description keys (kCMMetadataFormatDescriptionKey_HumanReadableString and kCMMetadataFormatDescriptionMetadataSpecificationKey_HumanReadableString) allow attaching human-readable strings to metadata format descriptions and specifications.
CoreTelephony
CHANGEDThe webBrowser app category was removed from CTSlicingManager.AppCategory, and a new CTCellularPlanStatusAuthorizationNotSupported case was added to CTCellularPlanStatus on iOS 27.
CryptoKit
CHANGEDNew Insecure.UnauthenticatedAES and Insecure.UnauthenticatedChaCha20 types expose raw, unauthenticated block permutation and stream cipher operations for use cases where authentication is handled separately.
DeclaredAgeRange
CHANGEDThree new error cases added to AgeRangeService.Error covering declined onboarding, invalid account, and network failures.
Foundation
CHANGEDMinor conformance removals — BorrowingSequence has been dropped from Span, MutableSpan, RawSpan, MutableRawSpan, and InlineArray, likely reflecting a protocol design change in the Swift standard library.
FoundationModels
CHANGEDMetadata dictionaries throughout the framework changed type from [String: any Sendable & Codable & Equatable] to [String: GeneratedContent] (or ConvertibleToGeneratedContent at call sites), which is a breaking change affecting every respond/streamResponse call and transcript type that passes metadata.
- The
Transcript.CustomSegmentprotocol and relatedTranscript.Segment.customcase were removed, eliminating custom segment extensibility. Transcript.historyandSessionPropertyValues.historynow return the newTranscript.HistoryViewtype instead ofArraySlice<Transcript.Entry>.SystemLanguageModel.Variantis a new struct (withcore3andcoreAdvanced3values) exposing named model variants via a newSystemLanguageModel.variantproperty.
ImageIO
CHANGEDNew kCGImageSourcePrioritizeQuality option lets you request higher-quality decoding when creating images from a source.
Intents
CHANGEDThe entire Intents notebook/tasks API surface (all note- and reminder-related intents, types, and resolution results — INAddTasksIntent, INCreateNoteIntent, INSearchForNotebookItemsIntent, INSetTaskAttributeIntent, INSnoozeTasksIntent, and all associated types) is deprecated as of iOS 27/watchOS 27, with the migration message directing developers to adopt the Notes or Reminders AppSchema domain instead.
Matter
CHANGEDTwo new provisional clusters (MTRBaseClusterMediaFileManagement and MTRBaseClusterAudioControl) are added alongside significant expansions to several existing media clusters.
ContentLaunchergainscontentReplicationRequest,playPreset, new queue/preset attributes and status codes, and aContentReplicationevent;MediaPlaybackgainsAvailableCommandsandContentInfoattributes.ClosureControlandClosureDimensioneach gain new grouped commands (groupedMoveTo,groupedSetTarget,groupedStep) and a newAccessfeature flag.AppleAccessoryErrorsreceives a comprehensive set of provisional error-category, severity, and error-code enumerations.
MediaDevice
CHANGEDreportRealtimeSampleDeliveryKPIs(session:metKPIs:) has been replaced by reportQualityMetricsPassed(_:forSession:) on MediaDeviceRoutingManager, with reordered parameters and a renamed method.
MediaIntelligence
CHANGEDNew framework with no public API additions beyond a UniformTypeIdentifiers import dependency — no developer-facing symbols are exposed yet.
Messages
CHANGEDMinor fix — a semicolon typo in the MSUPIRequest availability declaration was corrected, with no functional API changes.
MetricKit
CHANGEDScrollHitchTimeMetric is removed and hitch-time measurements are now typed with the new HitchTimeRatio unit class instead of the generic Foundation.Unit.
HitchTimeMetric.ratioandSignpostIntervalMetric.hitchTimeRatiochange fromMeasurement<Unit>toMeasurement<HitchTimeRatio>, requiring updates to any code that handled the untyped form.LocationActivityMetricgains areducedAccuracyproperty for tracking time spent in reduced-accuracy location mode.
NearbyInteraction
CHANGEDConditional memory-management attribute added to NISession.delegateQueue to correctly handle dispatch_queue_t ownership under non-Objective-C object runtimes.
NetworkExtension
CHANGEDSeveral NEPacketTunnelNetworkSettings properties that were newly introduced in this SDK cycle (includeAllNetworks, excludeLocalNetworks, excludeCellularServices, excludeAPNs, excludeDeviceCommunication, enforceRoutes) and the associated IPFamily enum have been marked API_UNAVAILABLE on all platforms, effectively pulling them from the public API before release.
PaperKit
CHANGEDPKStrokeRenderStateReference type alias has been removed with no replacement added.
PassKit
CHANGEDThree new payment network constants added (PKPaymentNetworkPayPak, PKPaymentNetworkMaal, PKPaymentNetworkElcard), with no other changes.
PDFKit
CHANGEDSeveral internal platform-abstraction macros (PDFKitPlatformTouch, PDFKitPlatformGestureRecognizer and its variants, PDFKitPlatformTableView, PDFKitPlatformComboBox, PDFKitPlatformUserInterfaceLayoutDirection and its variants) have been removed from the public header, narrowing the set of cross-platform type aliases PDFKit exposes.
PencilKit
CHANGEDThe internal Objective-C bridge type for stroke render state has been renamed/restructured: __PKStrokeRenderState is replaced by the now-public PKStrokeRenderStateReference class (previously NS_REFINED_FOR_SWIFT-hidden), and the asObjCRenderState() helper method is removed accordingly.
PermissionKit
CHANGEDNew framework introducing PermissionFlow and PermissionResult types that model parental-approval permission flows, including in-person approval and ask-to-approve delegation patterns.
Photos
CHANGEDThe background-upload job extension API gains a new PHAssetResourceUploadJobOptions type (with a preventsExpensiveNetworkAccess flag) and replaces the deprecated setUploadJobExtensionEnabled:error: with separate enableUploadJobExtensionWithOptions:error: and disableUploadJobExtensionWithError: methods.
PHAssetResource.originalFilenameis deprecated in favor of a new nullablefilenameproperty.PHAsset.addedDateis corrected to nullable, andPHAssetExtendedMetadata.originalFileNameis renamed tooriginalFilename.
PhotosUI
CHANGEDPHSharedAlbumCreationResult gains an error property and makes albumIdentifier/albumURL optional to represent failure cases, and PHPickerSearchText adds an initializer from UIPhotoSearchSuggestion (iOS only).
QuickLook
CHANGEDQuickLook now imports UniformTypeIdentifiers instead of CoreTransferable.
RealityFoundation
CHANGEDPortalComponent.BoundaryMode.disabled is renamed to .none, and two Entity component-access subscripts are removed.
ReplayKit
CHANGEDReplayKit is deprecated in favor of ScreenCaptureKit, with RPScreenRecorder, RPRecordingErrorDomain, and RPRecordingErrorCode all marked API_DEPRECATED targeting removal at iOS/tvOS 27.0 and macOS 27.0.
SwiftData
CHANGEDResultsSectionCollection has been replaced by a new SectionedResults type, and the SectionName generic parameter on ResultsObserver and ResultsSection has been renamed to SectionTitle, with ResultsSection.name replaced by .title — all source-breaking changes for code using sectioned fetch results.
HistoryTokenandDefaultHistoryTokengain astoreIdentifierproperty, making it possible to identify which store a history token belongs to.
SwiftUI
CHANGEDA large set of previously available types and APIs — including HoverEffect, AccessibilityTechnologies, AccessibilityActionKind, SymbolEffectTransition, FillShapeStyle, several View modifiers (hoverEffect, containerRelativeFrame, coordinateSpace, symbolEffect, speech modifiers), and the Transition/CustomHoverEffect protocols — have been removed from the public SDK surface in this diff.
- New drag/drop configuration APIs (
dragConfiguration,dropConfiguration,onDropSessionUpdated) have been added toView. - A new
PresentationPlacementtype withautomatic,center,leading, andtrailingoptions is introduced, along with apresentationPlacement(_:)view modifier.
SwiftUICore
CHANGEDA broad expansion of SwiftUICore's public API, migrating many types previously available only in SwiftUI (hover effects, accessibility primitives, symbol effects, speech modifiers) into the core module.
- Hover-effect infrastructure is now in SwiftUICore, including
HoverEffect,AutomaticHoverEffect,HighlightHoverEffect,LiftHoverEffect, and theCustomHoverEffectprotocol with ahoverEffectDisabledmodifier. - Accessibility types (
AccessibilityActionKind,AccessibilityActionCategory,AccessibilityDirectTouchOptions,AccessibilityTechnologies,AccessibilityZoomGestureAction) and related environment values (accessibilityVoiceOverEnabled,accessibilitySwitchControlEnabled,accessibilityAssistiveAccessEnabled,accessibilityLargeContentViewerEnabled) are now publicly available in SwiftUICore. - Symbol-effect support (
SymbolEffectTransition,WiggleSymbolEffect.custom(angle:),symbolEffecttransition/content-transition variants) and speech-modifier APIs (speechAdjustedPitch,speechSpellsOutCharacters, etc.) are also added.
UIKit
CHANGEDUISheetPresentationController gains a preferredPlacement property (iOS/tvOS/visionOS 27.0) that lets you position a sheet at the leading edge, center, or trailing edge of the screen instead of always anchoring to the bottom.
USDKit
CHANGEDThe metadata value constraint has been promoted from USDPrim.Attribute.MetadataValue to the new USDStage.Object.MetadataValue protocol, and the custom Array/Dictionary types have been removed in favour of standard Swift collections, both of which are breaking changes for existing call sites.
USDValue's typed-access API has been replaced:get()/uncheckedGet()are removed and superseded byvalue(as:)andunsafeValue(assumingType:), andarraySize/isArrayValuedare renamed toarrayCount/isArray.USDPrim.relationship(named:)now returns a non-optionalUSDPrim.Relationship, and new prim APIs are added for prototype inspection (isPrototype,prototype) and API schema removal (removeAPISchema).USDStage.EditTargetandUSDStage.OpenOptionsno longer have public no-argument initializers, andUSDPrim.Specboolean properties are renamed withisprefixes (isActive,isInstanceable).
VideoToolbox
CHANGEDMinor additions to the low-latency frame processor APIs, adding methods to query maximum output dimensions and pixel counts for a given spatial scale factor on both VTLowLatencyFrameInterpolationConfiguration and VTLowLatencySuperResolutionScalerConfiguration, plus a new supportedScaleFactors class property on the super-resolution scaler.
Vision
CHANGEDRecognizeAnimalsRequest gains a typed Identifier enum (with cat, catHead, dog, dogHead cases) and a new revision3, replacing untyped string identifiers for animal recognition targets.
GenerateIterativeSegmentationRequestaddssupportedComputeStageDevicesfor querying which compute devices are available per pipeline stage.
WebKit
CHANGEDSeveral previously iOS-only or NA-availability APIs are now promoted to full availability on macOS 27, iOS 27, and visionOS 27, and WKJSSerializedNode is replaced by WKDOMNodeSnapshot with renamed WKContentWorldConfiguration properties (e.g., nodeSnapshotCreationEnabled instead of nodeSerializationEnabled).
WKContentWorldConfigurationreceived a Swift name (WKContentWorld.Configuration), property renames (openClosedShadowRootsEnabled→allowAccessingClosedShadowRoots,nodeSerializationEnabled→nodeSnapshotCreationEnabled), and proper boolean getters, whileWKJSHandlehad its properties renamed (frame→sourceFrame,world→contentWorld).WKUserContentControllergainsaddBuffer(_:name:to:)andremoveBuffer(named:from:)for passing binary data buffers into content worlds.WKWebpagePreferences.globalPrivacyControlStatus(aBOOLnamed as a status) is replaced byglobalPrivacyControlEnabledwith a clearer name.
EnhancedLinkSecurity
REMOVEDThe entire EnhancedLinkSecurity framework has been removed, including IMEnhancedLinkSecurityManager (EnhancedLinkSecurityManager in Swift) and all its URL-security-gating APIs.
_AdAttributionKit_StoreKit
UNCHANGEDNo differences detected.
_AppIntents_HealthKit
UNCHANGEDNo differences detected.
_AppIntents_SwiftUI
UNCHANGED_AppIntents_UIKit
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.
_DataDetection_SwiftUI
UNCHANGEDNo differences detected.
_DeviceActivity_SwiftUI
UNCHANGEDNo differences detected.
_DeviceDiscoveryUI_SwiftUI
UNCHANGEDNo differences detected.
_FinanceKit_AppIntents
UNCHANGEDNo differences detected.
_FoundationModels_SwiftUI
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.
_Photos_AppIntents
UNCHANGEDNo differences detected.
_PhotosUI_WidgetKit
UNCHANGEDNo differences detected.
_QuickLook_SwiftUI
UNCHANGEDNo differences detected.
_RealityKit_ComputeGraph
UNCHANGEDNo differences detected.
_RealityKit_SwiftUI
UNCHANGEDNo differences detected.
_RelevanceKit_MapKit
UNCHANGEDNo differences detected.
_SceneKit_SwiftUI
UNCHANGEDNo differences detected.
_ScreenCaptureKit_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.
_Translation_SwiftUI
UNCHANGEDNo differences detected.
_UserNotifications_AppIntents
UNCHANGEDNo differences detected.
_Vision_FoundationModels
UNCHANGEDNo differences detected.
_WebKit_SwiftUI
UNCHANGED_WorkoutKit_SwiftUI
UNCHANGEDNo differences detected.
Accelerate
UNCHANGEDNo differences detected.
AccessoryLiveActivities
UNCHANGEDNo differences detected.
AccessoryNotifications
UNCHANGEDNo differences detected.
AccessorySetupKit
UNCHANGEDNo differences detected.
AccessoryTransportExtension
UNCHANGEDAccounts
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.
AutomatedDeviceEnrollment
UNCHANGEDNo differences detected.
AVFAudio
UNCHANGEDAVKit
UNCHANGEDNo differences detected.
AVRouting
UNCHANGEDNo differences detected.
AVSystemRouting
UNCHANGEDBackgroundAssets
UNCHANGEDBrowserEngineCore
UNCHANGEDNo differences detected.
BrowserEngineKit
UNCHANGEDNo differences detected.
BrowserKit
UNCHANGEDNo differences detected.
BusinessChat
UNCHANGEDNo differences detected.
CallKit
UNCHANGEDNo differences detected.
CarKey
UNCHANGEDNo differences detected.
CarPlay
UNCHANGEDNo differences detected.
CFNetwork
UNCHANGEDNo differences detected.
Charts
UNCHANGEDNo differences detected.
Cinematic
UNCHANGEDNo differences detected.
ClassKit
UNCHANGEDNo differences detected.
ClockKit
UNCHANGEDNo differences detected.
CloudKit
UNCHANGEDNo differences detected.
ColorSync
UNCHANGEDNo differences detected.
Combine
UNCHANGEDNo differences detected.
ContactProvider
UNCHANGEDNo differences detected.
Contacts
UNCHANGEDNo differences detected.
CoreAI
UNCHANGEDNo differences detected.
CoreAudioKit
UNCHANGEDNo differences detected.
CoreAudioTypes
UNCHANGEDNo differences detected.
CoreBluetooth
UNCHANGEDNo differences detected.
CoreFoundation
UNCHANGEDNo differences detected.
CoreHaptics
UNCHANGEDNo differences detected.
CoreLocation
UNCHANGEDNo differences detected.
CoreLocationUI
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.
CryptoTokenKit
UNCHANGEDNo differences detected.
DataDetection
UNCHANGEDNo differences detected.
DeveloperToolsSupport
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.
EventKit
UNCHANGEDNo differences detected.
EventKitUI
UNCHANGEDNo differences detected.
ExposureNotification
UNCHANGEDNo differences detected.
ExtensionFoundation
UNCHANGEDNo differences detected.
ExtensionKit
UNCHANGEDNo differences detected.
ExternalAccessory
UNCHANGEDNo differences detected.
FamilyControls
UNCHANGEDNo differences detected.
FileProvider
UNCHANGEDNo differences detected.
FileProviderUI
UNCHANGEDNo differences detected.
FinanceKit
UNCHANGEDNo differences detected.
FinanceKitUI
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.
HealthKit
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.
ImagePlayground
UNCHANGEDNo differences detected.
ImmersiveMediaSupport
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.
LinkSecurity
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.
MediaIntents
UNCHANGEDNo differences detected.
MediaPlayer
UNCHANGEDNo differences detected.
MediaSetup
UNCHANGEDNo differences detected.
MediaToolbox
UNCHANGEDNo differences detected.
MessageUI
UNCHANGEDNo differences detected.
Metal
UNCHANGEDNo differences detected.
MetalFX
UNCHANGEDNo differences detected.
MetalKit
UNCHANGEDNo differences detected.
MetalPerformancePrimitives
UNCHANGEDNo differences detected.
MetalPerformanceShaders
UNCHANGEDNo differences detected.
MetalPerformanceShadersGraph
UNCHANGEDNo differences detected.
MLCompute
UNCHANGEDNo differences detected.
MobileCoreServices
UNCHANGEDNo differences detected.
ModelIO
UNCHANGEDNo differences detected.
MultipeerConnectivity
UNCHANGEDNo differences detected.
MusicKit
UNCHANGEDNo differences detected.
MusicUnderstanding
UNCHANGEDNo differences detected.
NaturalLanguage
UNCHANGEDNo differences detected.
Network
UNCHANGEDNo differences detected.
NotificationCenter
UNCHANGEDNo differences detected.
NowPlaying
UNCHANGEDNo differences detected.
OpenAL
UNCHANGEDNo differences detected.
OpenGLES
UNCHANGEDNo differences detected.
OSLog
UNCHANGEDNo differences detected.
PHASE
UNCHANGEDNo differences detected.
ProximityReader
UNCHANGEDNo differences detected.
PushKit
UNCHANGEDNo differences detected.
PushToTalk
UNCHANGEDNo differences detected.
QuartzCore
UNCHANGEDNo differences detected.
QuickLookThumbnailing
UNCHANGEDNo differences detected.
RealityKit
UNCHANGEDNo differences detected.
RelevanceKit
UNCHANGEDNo differences detected.
RoomPlan
UNCHANGEDNo differences detected.
SafariServices
UNCHANGEDNo differences detected.
SafetyKit
UNCHANGEDNo differences detected.
SceneKit
UNCHANGEDNo differences detected.
ScreenCaptureKit
UNCHANGEDNo differences detected.
ScreenTime
UNCHANGEDNo differences detected.
SecureElementCredential
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.
StickerKit
UNCHANGEDNo differences detected.
StoreKit
UNCHANGEDSuggestedActions
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
UNCHANGEDUniformTypeIdentifiers
UNCHANGEDNo differences detected.
UserNotifications
UNCHANGEDNo differences detected.
UserNotificationsUI
UNCHANGEDNo differences detected.
VideoSubscriberAccount
UNCHANGEDNo differences detected.
VisionKit
UNCHANGEDNo differences detected.
VisualIntelligence
UNCHANGEDNo differences detected.
WatchConnectivity
UNCHANGEDNo differences detected.
WeatherKit
UNCHANGEDNo differences detected.
WidgetKit
UNCHANGEDNo differences detected.
WiFiAware
UNCHANGEDNo differences detected.
WiFiInfrastructure
UNCHANGEDNo differences detected.
WirelessInsights
UNCHANGEDNo differences detected.
WorkoutKit
UNCHANGEDNo differences detected.