_FoundationModels_SwiftUI
NEWNew private framework bridging FoundationModels with SwiftUI appeared in the SDK with no public API surface yet.
_CoreSpotlight_FoundationModels
CHANGEDSpotlightSearchTool.Guide gains three new members (complete, dynamic(_:), focused(_:)) for controlling search guidance, while CoreSpotlightSource.sourceOptions is removed.
_DataDetection_SwiftUI
CHANGEDMinor addition — a new dataDetection(_:options:) modifier on View enables data detection configuration directly in SwiftUI.
_FoundationModels_UIKit
CHANGEDThe generic constraint on Attachment was relaxed from requiring AttachmentContent conformance to unconstrained Content, and init(_:orientation:) gained a new signature.
AppIntents
CHANGEDAll public EntityProperty initializers have been removed along with the CVReadOnlyPixelBuffer class, both of which are breaking removals for any code that constructed EntityProperty directly or used pixel buffer entity parameters.
AppIntentsTypeSupport
CHANGEDAppEntityIdentifier struct has been removed entirely, along with its initializer and properties.
AppManagedFeatures
CHANGEDThe ActivationExtension and ActivationExtensionConfiguration protocols have been renamed to AppManagedFeaturesExtension and AppManagedFeaturesExtensionConfiguration, with a new appManagedFeaturesEnrollmentFailed error case added to AppManagedFeaturesError.
AudioToolbox
CHANGEDSeveral MusicPlayer, MusicSequence, MusicTrack, and MusicEventIterator C functions have been annotated with CA_REALTIME_API, indicating they are now formally marked as safe to call from real-time audio threads.
AutomaticAssessmentConfiguration
CHANGEDallowsAccessibilitySpeech is deprecated in favor of the new allowsAccessibilitySpokenContent property (available iOS 27+/macOS 27+).
AVFoundation
CHANGEDAVProVideoStorage gains a typed busyReasons set (replacing the boolean busy property) and a new replenishCapacityWithCompletionHandler: method, while two AVSampleBufferVideoRenderer enum cases tighten their associated-value error type from optional to non-optional any Error.
AVSampleBufferRenderSynchronizer.removeReceiver(receiver:at:)was renamed toremoveReceiver(_:at:), dropping the argument label.
AVKit
CHANGEDThe entire AVPlaybackUserInterface* protocol family (previously marked unavailable on iOS) is now available on iOS 27.0, replacing the now-deprecated AVInterface* types from the same SDK version.
- The
AVInterfaceControllable-family types introduced in iOS 27.0 are immediately deprecated with migration messages pointing to theirAVPlaybackUserInterface*counterparts (e.g.,AVInterfaceMetadata→AVPlaybackUserInterfaceContentMetadata). AVPlaybackUserInterfaceContentMetadataand itsVideoPropertiesnested type droppedhasAudio/hasLegibleproperties, andAVPlaybackUserInterfaceTimelineSegmentTypeMainwas renamed toTypePrimary.
AVSystemRouting
CHANGEDThe playbackControl property on AVSystemRouteMediaSession has been narrowed from AVInterfaceControllable to AVPlaybackUserInterfaceControllable, which is a breaking type change for any code that assigns or casts this property against the old protocol.
BackgroundTasks
CHANGEDBackgroundTasks APIs previously annotated as available on watchOS have been marked API_UNAVAILABLE(watchos), removing watchOS support across all task types, requests, and the scheduler.
CarPlay
CHANGEDTwo initializers (initWithListItem: and initWithGridButtons:) moved from CPMapPanelItem to the new base class CPPanelItem, and CPTravelEstimates on CPMapPanelButtonConfiguration changed from nullable to nonnull.
ComputeGraph
CHANGEDMinor addition — a new init(_:) initializer on ComputeNodeGraph.Assembly.
Contacts
CHANGEDCNContact.debugDescriptionForName(_:) has been removed.
CoreGraphics
CHANGEDA new kCGToneMappingHeadroomAdaptiveGainCurve case (value 6) has been added to CGToneMapping for headroom-adaptive HDR tone mapping.
CoreMedia
CHANGEDNew appleLog2 log transfer function constant added to CMFormatDescription.
CoreSpotlight
CHANGEDAvailability annotations corrected and unified across the framework — no new APIs or behavioral changes.
CoreTelephony
CHANGEDMinor additions — API availability annotations were added to CTQuickSwitchState and related declarations, restricting them to iOS 27.0 and marking them unavailable on macOS, tvOS, and watchOS.
CryptoKit
CHANGEDThe ChaChaPoly.open(inplace:using:nonce:tag:authenticating:) method has been removed with no replacement listed.
DataDetection
CHANGEDThe DataDetector.Match memberwise initializer has been removed, breaking any code that constructs Match instances directly.
DeviceDiscoveryUI
CHANGEDDiscoveryViewWrapper (a SwiftUI wrapper struct) has been removed from the public API with no replacement added.
EnhancedLinkSecurity
CHANGEDNew framework EnhancedLinkSecurity added, currently exposing only an import of the LinkSecurity module with no additional public API.
Foundation
CHANGEDContiguousBytes gains a new required method withBytes(_:), and two Data initializers (init(capacity:initializingWith:) and init(rawCapacity:initializingWith:)) have been removed.
FoundationModels
CHANGEDThe LanguageModelExecutorGenerationChannel executor SPI has been substantially redesigned: Event is now a concrete struct instead of a protocol, and all Action types have been converted from enums to structs with static factory methods, breaking any existing custom executor implementations.
- The
AttachmentContentprotocol has been removed andAttachment's generic constraint relaxed, soImageAttachmentContentno longer requires the protocol conformance. GenerationOptions.SamplingMode.Kindrenamesnucleus→randomProbabilityThresholdandtop→randomTopK, andTranscript.ResponseFormatgains akindproperty with aschemacase.LanguageModelSession.DynamicProfileremovesinputFilter(_:)andtoolCalling(_:), replacing them withonReasoning(perform:).
GameController
CHANGEDGCControllerHomeButtonSettingsManager has been redesigned to split the single home button action into separate system-action and in-app-action reads, with a new CustomizationStatus enum indicating whether a setting reflects a user override or the system default.
- The old
readControllerHomeButtonAction()is removed and replaced bycontrollerHomeButtonSystemAction/controllerHomeButtonInAppActionproperties (Swift) backed by new ObjC read methods that also return aGCControllerHomeButtonSettingCustomizationStatusout-parameter. - The settings-change callback's type changed from a plain
dispatch_block_tto a typedGCControllerHomeButtonSettingsDidChangeHandlerblock that receives the manager instance. - The customization activity enum was renamed and its cases updated (e.g.,
customizeAction→customizeSystemAction, addingcustomizeInAppAction), so any existing switch statements over activity values will need updating.
GameKit
CHANGEDGameKit no longer imports ReplayKit as part of its umbrella header, so apps that relied on ReplayKit symbols being transitively available through GameKit must now import ReplayKit directly.
ImageIO
CHANGEDTwo IPTC Extension metadata keys for AI system attribution (kCGImagePropertyIPTCExtAISystemUsed and kCGImagePropertyIPTCExtAISystemVersionUsed) were removed before release.
LinkSecurity
CHANGEDNew framework introducing LSLinkSecurityManager, a shared manager that lets apps register flagged URLs and asynchronously query whether a given URL has been flagged.
Matter
CHANGEDSeveral new provisional clusters are added, with the most significant being MTRBaseClusterAVAnalysis (AV context detection/tracking), MTRBaseClusterElectricalAlarm (electrical fault monitoring), MTRBaseClusterCommissioningProxy (proxied device commissioning), MTRBaseClusterAmbientSensingUnion, and MTRBaseClusterTemperatureControlledCabinetTopology.
- Device Energy Management gains provisional
PowerRangeAdjustRequest/CancelPowerRangeAdjustRequestcommands, aPowerRangeAdjustmentattribute, and two new events (PowerRangeAdjustStart/End), alongside a newPowerRangeAdjustmentfeature flag. - Several provisional APIs from the previous release had breaking struct/attribute renames (e.g.,
ObjectCountReached→ObjectCountThresholdReached,MTRDoorLockStatusCodeDUPLICATE→MTRDoorLockStatusCodeDuplicate,groupKeyMulticastPolicyremoved fromMTRGroupKeySetStruct) and property type changes (e.g.,containerTypein push AV transport events changed from nonnull to nullable).
MediaDevice
CHANGEDThe generic constraint on MediaDeviceRoutingManager.started(application:playbackControl:session:) tightened from requiring both AnyObject and AVInterfaceControllable to requiring only AVPlaybackUserInterfaceControllable, which may break existing callers passing types that don't conform to the new protocol.
Metal
CHANGEDSeveral MTLTensorDataType enum cases for sub-byte float formats were renamed (e.g., MTLTensorDataTypeFloat8E5M2 → MTLTensorDataTypeMetalFloat8E5M2), which is a breaking change for code using those types.
MTLStoreActionOptionsand all related render-encoder methods are deprecated as of OS 27, with the message that store action options have no effect on Apple Silicon.- A new
MTLFloatingPointConversionRoundingModeenum and correspondingMTLCompileOptionsproperty let shaders specify rounding behavior for floating-point conversions.
NearbyInteraction
CHANGEDRaw transmit and receive timestamps (as uint64_t) are now exposed on NIDLTDOAMeasurement, supplementing the existing double-typed timing properties.
Network
CHANGEDNew DTLS struct provides a configurable Datagram TLS protocol option (analogous to the existing TLS type) with full control over cipher suites, peer authentication, early data, and session tickets.
NWProtocolTCP.Metadata.setMaxPacingRate(_:)was renamed tosetMaximumPacingRateBytesPerSecond(_:), requiring call-site updates.
NowPlaying
CHANGEDThe extract(into:) method has been removed from both AnimatedArtwork and Artwork, with no replacement added.
Photos
CHANGEDNew PHAssetExtendedMetadata class (iOS/macOS 27) exposes caption, original filename, and keywords on PHAsset, with corresponding write support added to PHAssetChangeRequest.
PHAssetgains aplaybackVariationproperty (autoloop, mirror, long exposure) andextendedMetadata; fetch options addprefetchAssetExtendedMetadatato eager-load it.PHImageRequestOptionsadds apreferHDRproperty (back-ported availability to iOS 17/macOS 14).
PhotosUI
CHANGEDMinor addition — the framework now imports ExtensionKit in addition to its existing dependencies.
ProximityReader
CHANGEDCustomerEngagementSession.Error.networkError has been removed, requiring any switch statements or error-handling code that matched this case to be updated.
RealityFoundation
CHANGEDNew acoustic material properties absorption and scattering let you configure how audio materials interact with sound in a scene, plus a new baseColorTexture debug visualization mode was added to ModelDebugOptionsComponent.
SafariServices
CHANGEDNo functional API changes — only an internal header refactor replacing a direct import with a forward declaration.
SecureElementCredential
CHANGEDNew platformIdentifier property added to SecureElementCredential.CredentialSession.SecureElementInfo.
StoreKit
CHANGEDMinor addition — NSXPCConnection is now exposed within the StoreKit module.
SwiftData
CHANGEDDefaultHistoryUpdate.containsAttribute(_:) has been removed with no replacement indicated.
SwiftUI
CHANGEDSeveral previously beta/preview APIs were removed and replaced with renamed or redesigned equivalents, most notably ToolbarMinimizeBehavior → ToolbarMinimizationBehavior (with a new companion ToolbarMinimizationRestoration type), and NewDocumentButton/NewDocumentButtonDataSource were removed entirely.
- Document read/write protocol methods are renamed (
content:→snapshot:) and marked@concurrent, andFileWrapperDocumentWriternow receives the previousFileWrapperin its closure for incremental saves. - Two new
Viewmodifiers,alert(error:actions:)anddismissalConfirmationDialog(_:shouldPresent:actions:), provide standard error-alerting and sheet-dismissal confirmation flows.
SwiftUICore
CHANGEDOnChangeValue is a new struct that packages the old value, new value, and a changed flag for onChange handlers, replacing the raw value approach; EnvironmentValues.textInputBorderShape has been removed.
TrustInsights
CHANGEDInsightError has been refactored from a raw-value enum to a proper Error type (losing RawRepresentable) and gains Hashable conformance and errorDescription, while EvaluationError replaces evaluationResultSignatureInvalid with payloadSecurityError and also gains errorDescription.
InsightEvaluationgains aneventIDproperty.
UIKit
CHANGEDNew UIBarMinimization type consolidates navigation bar minimization behavior — replacing the earlier flat barMinimizeBehavior and barMinimizationSafeAreaAdjustment properties on UINavigationItem with a single navigationBarMinimization object that encapsulates minimize trigger, safe-area adjustment, and restoration behavior.
UIBarAppearancegains anoverrideUserInterfaceStyleproperty (iOS 27), allowing per-bar light/dark mode overrides without affecting the rest of the view hierarchy.
USDKit
CHANGEDUSDKit gains broad new authoring APIs for USD composition arcs and transform operations, but includes breaking changes: resetTransform(to:) is replaced by transform(at:) with a completely different signature (takes a TimeCode, returns USDValue.Matrix4d?), and ReferenceCollection.add(_:) now takes a USDPrim.Reference instead of a USDLayer.AssetPath.
- New collection types (
InheritCollection,PayloadCollection,SpecializeCollection,VariantSet,VariantSetCollection) expose full add/remove/set/clear authoring for all USD composition arc types, accessible via newUSDPrimproperties (inherits,payloads,specializes,variantSets). USDTransformOperationis significantly expanded with per-axis rotate/translate/scale kinds, a newPrecisionenum (half/float/double), time-sampled transform queries, and a newinit(attribute:inverted:)constructor.USDPrim.ListPositionhas dropped itsRawRepresentableandCaseIterableconformances, which is a breaking change for any code that iterated cases or used raw values.
Vision
CHANGEDThe generateIterativeSegmentation result case now accepts a nullable PixelBufferObservation (was non-optional), which is a source-breaking change for existing switch exhaustive matches or direct construction.
DownloadableAssetsRequestStatus.downloadingis a new status case for tracking asset download progress.GenerateIterativeSegmentationRequest.allSupportedRevisionshas been removed.
WebKit
CHANGEDWKWebpagePreferences gains a globalPrivacyControlEnabled property (iOS 27) letting apps signal the Global Privacy Control preference to web content, and a Swift label rename on WKContentWorld.worldWithConfiguration: changes the call site from world(with:) to world(configuration:).
_AdAttributionKit_StoreKit
UNCHANGEDNo differences detected.
_AppIntents_HealthKit
UNCHANGED_AppIntents_SwiftUI
UNCHANGED_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.
_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
UNCHANGEDNo differences detected.
_PhotosUI_SwiftUI
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.
_SwiftData_SwiftUI
UNCHANGEDNo differences detected.
_Translation_SwiftUI
UNCHANGEDNo differences detected.
_USDKit_RealityKit
UNCHANGED_UserNotifications_AppIntents
UNCHANGEDNo differences detected.
_Vision_FoundationModels
UNCHANGEDNo differences detected.
_WebKit_SwiftUI
UNCHANGEDNo differences detected.
_WorkoutKit_SwiftUI
UNCHANGEDNo differences detected.
Accelerate
UNCHANGEDNo differences detected.
Accessibility
UNCHANGEDNo differences detected.
AccessoryLiveActivities
UNCHANGEDAccessoryNotifications
UNCHANGEDAccessorySetupKit
UNCHANGEDNo differences detected.
AccessoryTransportExtension
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.
AppMigrationKit
UNCHANGEDNo differences detected.
AppTrackingTransparency
UNCHANGEDNo differences detected.
ARKit
UNCHANGEDNo differences detected.
AssetsLibrary
UNCHANGEDNo differences detected.
Assignables
UNCHANGEDNo differences detected.
AudioAccessoryKit
UNCHANGEDNo differences detected.
AudioUnit
UNCHANGEDNo differences detected.
AuthenticationServices
UNCHANGEDNo differences detected.
AutomatedDeviceEnrollment
UNCHANGEDNo differences detected.
AVFAudio
UNCHANGEDNo differences detected.
AVRouting
UNCHANGEDNo differences detected.
BackgroundAssets
UNCHANGEDNo differences detected.
BrowserEngineCore
UNCHANGEDNo differences detected.
BrowserEngineKit
UNCHANGEDNo differences detected.
BrowserKit
UNCHANGEDNo differences detected.
BusinessChat
UNCHANGEDNo differences detected.
CallKit
UNCHANGEDNo differences detected.
CarKey
UNCHANGEDNo differences detected.
CFNetwork
UNCHANGEDNo differences detected.
Charts
UNCHANGEDNo differences detected.
Cinematic
UNCHANGEDNo differences detected.
ClassKit
UNCHANGEDNo differences detected.
ClassKitUI
UNCHANGEDNo differences detected.
ClockKit
UNCHANGEDNo differences detected.
CloudKit
UNCHANGEDNo differences detected.
ColorSync
UNCHANGEDNo differences detected.
Combine
UNCHANGEDNo differences detected.
ContactProvider
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.
CoreImage
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.
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.
DeclaredAgeRange
UNCHANGEDNo differences detected.
DeveloperToolsSupport
UNCHANGEDDeviceActivity
UNCHANGEDNo differences detected.
DeviceCheck
UNCHANGEDNo differences detected.
DeviceDiscoveryExtension
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.
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.
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.
MediaIntelligence
UNCHANGEDNo differences detected.
MediaIntents
UNCHANGEDNo differences detected.
MediaPlayer
UNCHANGEDNo differences detected.
MediaSetup
UNCHANGEDNo differences detected.
MediaToolbox
UNCHANGEDNo differences detected.
Messages
UNCHANGEDNo differences detected.
MessageUI
UNCHANGEDNo differences detected.
MetalFX
UNCHANGEDNo differences detected.
MetalKit
UNCHANGEDNo differences detected.
MetalPerformancePrimitives
UNCHANGEDNo differences detected.
MetalPerformanceShaders
UNCHANGEDNo differences detected.
MetalPerformanceShadersGraph
UNCHANGEDNo differences detected.
MetricKit
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.
NetworkExtension
UNCHANGEDNo differences detected.
NotificationCenter
UNCHANGEDNo differences detected.
OpenAL
UNCHANGEDNo differences detected.
OpenGLES
UNCHANGEDNo differences detected.
OSLog
UNCHANGEDNo differences detected.
PaperKit
UNCHANGEDNo differences detected.
PassKit
UNCHANGEDNo differences detected.
PDFKit
UNCHANGEDNo differences detected.
PencilKit
UNCHANGEDNo differences detected.
PermissionKit
UNCHANGEDNo differences detected.
PHASE
UNCHANGEDNo differences detected.
PushKit
UNCHANGEDNo differences detected.
PushToTalk
UNCHANGEDNo differences detected.
QuartzCore
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.
SafetyKit
UNCHANGEDNo differences detected.
SceneKit
UNCHANGEDNo differences detected.
ScreenCaptureKit
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.
StickerKit
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
UNCHANGEDNo differences detected.
TipKit
UNCHANGEDNo differences detected.
TouchController
UNCHANGEDNo differences detected.
Translation
UNCHANGEDNo differences detected.
TranslationUIProvider
UNCHANGEDNo differences detected.
UniformTypeIdentifiers
UNCHANGEDNo differences detected.
UserNotifications
UNCHANGEDNo differences detected.
UserNotificationsUI
UNCHANGEDNo differences detected.
VideoSubscriberAccount
UNCHANGEDNo differences detected.
VideoToolbox
UNCHANGEDNo differences detected.
VisionKit
UNCHANGEDNo differences detected.
VisualIntelligence
UNCHANGEDNo differences detected.
WatchConnectivity
UNCHANGEDNo differences detected.
WeatherKit
UNCHANGEDNo differences detected.
WidgetKit
UNCHANGEDWiFiAware
UNCHANGEDNo differences detected.
WiFiInfrastructure
UNCHANGEDNo differences detected.
WirelessInsights
UNCHANGEDNo differences detected.
WorkoutKit
UNCHANGEDNo differences detected.