1New
50Changed
0Removed
260Unchanged

_FoundationModels_SwiftUI

NEW

New private framework bridging FoundationModels with SwiftUI appeared in the SDK with no public API surface yet.

Loading diffs…

_CoreSpotlight_FoundationModels

CHANGED

SpotlightSearchTool.Guide gains three new members (complete, dynamic(_:), focused(_:)) for controlling search guidance, while CoreSpotlightSource.sourceOptions is removed.

Loading diffs…

_DataDetection_SwiftUI

CHANGED

Minor addition — a new dataDetection(_:options:) modifier on View enables data detection configuration directly in SwiftUI.

Loading diffs…

_FoundationModels_UIKit

CHANGED

The generic constraint on Attachment was relaxed from requiring AttachmentContent conformance to unconstrained Content, and init(_:orientation:) gained a new signature.

Loading diffs…

AppIntents

CHANGED

All 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.

Loading diffs…

AppIntentsTypeSupport

CHANGED

AppEntityIdentifier struct has been removed entirely, along with its initializer and properties.

Loading diffs…

AppManagedFeatures

CHANGED

The ActivationExtension and ActivationExtensionConfiguration protocols have been renamed to AppManagedFeaturesExtension and AppManagedFeaturesExtensionConfiguration, with a new appManagedFeaturesEnrollmentFailed error case added to AppManagedFeaturesError.

Loading diffs…

AudioToolbox

CHANGED

Several 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.

Loading diffs…

AutomaticAssessmentConfiguration

CHANGED

allowsAccessibilitySpeech is deprecated in favor of the new allowsAccessibilitySpokenContent property (available iOS 27+/macOS 27+).

Loading diffs…

AVFoundation

CHANGED

AVProVideoStorage 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 to removeReceiver(_:at:), dropping the argument label.
Loading diffs…

AVKit

CHANGED

The 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 their AVPlaybackUserInterface* counterparts (e.g., AVInterfaceMetadataAVPlaybackUserInterfaceContentMetadata).
  • AVPlaybackUserInterfaceContentMetadata and its VideoProperties nested type dropped hasAudio/hasLegible properties, and AVPlaybackUserInterfaceTimelineSegmentTypeMain was renamed to TypePrimary.
Loading diffs…

AVSystemRouting

CHANGED

The 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.

Loading diffs…

BackgroundTasks

CHANGED

BackgroundTasks APIs previously annotated as available on watchOS have been marked API_UNAVAILABLE(watchos), removing watchOS support across all task types, requests, and the scheduler.

Loading diffs…

CarPlay

CHANGED

Two initializers (initWithListItem: and initWithGridButtons:) moved from CPMapPanelItem to the new base class CPPanelItem, and CPTravelEstimates on CPMapPanelButtonConfiguration changed from nullable to nonnull.

Loading diffs…

ComputeGraph

CHANGED

Minor addition — a new init(_:) initializer on ComputeNodeGraph.Assembly.

Loading diffs…

Contacts

CHANGED

CNContact.debugDescriptionForName(_:) has been removed.

Loading diffs…

CoreGraphics

CHANGED

A new kCGToneMappingHeadroomAdaptiveGainCurve case (value 6) has been added to CGToneMapping for headroom-adaptive HDR tone mapping.

Loading diffs…

CoreMedia

CHANGED

New appleLog2 log transfer function constant added to CMFormatDescription.

Loading diffs…

CoreSpotlight

CHANGED

Availability annotations corrected and unified across the framework — no new APIs or behavioral changes.

Loading diffs…

CoreTelephony

CHANGED

Minor 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.

Loading diffs…

CryptoKit

CHANGED

The ChaChaPoly.open(inplace:using:nonce:tag:authenticating:) method has been removed with no replacement listed.

Loading diffs…

DataDetection

CHANGED

The DataDetector.Match memberwise initializer has been removed, breaking any code that constructs Match instances directly.

Loading diffs…

DeviceDiscoveryUI

CHANGED

DiscoveryViewWrapper (a SwiftUI wrapper struct) has been removed from the public API with no replacement added.

Loading diffs…

EnhancedLinkSecurity

CHANGED

New framework EnhancedLinkSecurity added, currently exposing only an import of the LinkSecurity module with no additional public API.

Loading diffs…

Foundation

CHANGED

ContiguousBytes gains a new required method withBytes(_:), and two Data initializers (init(capacity:initializingWith:) and init(rawCapacity:initializingWith:)) have been removed.

Loading diffs…

FoundationModels

CHANGED

The 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 AttachmentContent protocol has been removed and Attachment's generic constraint relaxed, so ImageAttachmentContent no longer requires the protocol conformance.
  • GenerationOptions.SamplingMode.Kind renames nucleusrandomProbabilityThreshold and toprandomTopK, and Transcript.ResponseFormat gains a kind property with a schema case.
  • LanguageModelSession.DynamicProfile removes inputFilter(_:) and toolCalling(_:), replacing them with onReasoning(perform:).
Loading diffs…

GameController

CHANGED

GCControllerHomeButtonSettingsManager 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 by controllerHomeButtonSystemAction / controllerHomeButtonInAppAction properties (Swift) backed by new ObjC read methods that also return a GCControllerHomeButtonSettingCustomizationStatus out-parameter.
  • The settings-change callback's type changed from a plain dispatch_block_t to a typed GCControllerHomeButtonSettingsDidChangeHandler block that receives the manager instance.
  • The customization activity enum was renamed and its cases updated (e.g., customizeActioncustomizeSystemAction, adding customizeInAppAction), so any existing switch statements over activity values will need updating.
Loading diffs…

GameKit

CHANGED

GameKit 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.

Loading diffs…

ImageIO

CHANGED

Two IPTC Extension metadata keys for AI system attribution (kCGImagePropertyIPTCExtAISystemUsed and kCGImagePropertyIPTCExtAISystemVersionUsed) were removed before release.

Loading diffs…

LinkSecurity

CHANGED

New framework introducing LSLinkSecurityManager, a shared manager that lets apps register flagged URLs and asynchronously query whether a given URL has been flagged.

Loading diffs…

Matter

CHANGED

Several 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/CancelPowerRangeAdjustRequest commands, a PowerRangeAdjustment attribute, and two new events (PowerRangeAdjustStart/End), alongside a new PowerRangeAdjustment feature flag.
  • Several provisional APIs from the previous release had breaking struct/attribute renames (e.g., ObjectCountReachedObjectCountThresholdReached, MTRDoorLockStatusCodeDUPLICATEMTRDoorLockStatusCodeDuplicate, groupKeyMulticastPolicy removed from MTRGroupKeySetStruct) and property type changes (e.g., containerType in push AV transport events changed from nonnull to nullable).
Loading diffs…

MediaDevice

CHANGED

The 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.

Loading diffs…

Metal

CHANGED

Several MTLTensorDataType enum cases for sub-byte float formats were renamed (e.g., MTLTensorDataTypeFloat8E5M2MTLTensorDataTypeMetalFloat8E5M2), which is a breaking change for code using those types.

  • MTLStoreActionOptions and 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 MTLFloatingPointConversionRoundingMode enum and corresponding MTLCompileOptions property let shaders specify rounding behavior for floating-point conversions.
Loading diffs…

NearbyInteraction

CHANGED

Raw transmit and receive timestamps (as uint64_t) are now exposed on NIDLTDOAMeasurement, supplementing the existing double-typed timing properties.

Loading diffs…

Network

CHANGED

New 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 to setMaximumPacingRateBytesPerSecond(_:), requiring call-site updates.
Loading diffs…

NowPlaying

CHANGED

The extract(into:) method has been removed from both AnimatedArtwork and Artwork, with no replacement added.

Loading diffs…

Photos

CHANGED

New PHAssetExtendedMetadata class (iOS/macOS 27) exposes caption, original filename, and keywords on PHAsset, with corresponding write support added to PHAssetChangeRequest.

  • PHAsset gains a playbackVariation property (autoloop, mirror, long exposure) and extendedMetadata; fetch options add prefetchAssetExtendedMetadata to eager-load it.
  • PHImageRequestOptions adds a preferHDR property (back-ported availability to iOS 17/macOS 14).
Loading diffs…

PhotosUI

CHANGED

Minor addition — the framework now imports ExtensionKit in addition to its existing dependencies.

Loading diffs…

ProximityReader

CHANGED

CustomerEngagementSession.Error.networkError has been removed, requiring any switch statements or error-handling code that matched this case to be updated.

Loading diffs…

RealityFoundation

CHANGED

New 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.

Loading diffs…

SafariServices

CHANGED

No functional API changes — only an internal header refactor replacing a direct import with a forward declaration.

Loading diffs…

SecureElementCredential

CHANGED

New platformIdentifier property added to SecureElementCredential.CredentialSession.SecureElementInfo.

Loading diffs…

StoreKit

CHANGED

Minor addition — NSXPCConnection is now exposed within the StoreKit module.

Loading diffs…

SwiftData

CHANGED

DefaultHistoryUpdate.containsAttribute(_:) has been removed with no replacement indicated.

Loading diffs…

SwiftUI

CHANGED

Several previously beta/preview APIs were removed and replaced with renamed or redesigned equivalents, most notably ToolbarMinimizeBehaviorToolbarMinimizationBehavior (with a new companion ToolbarMinimizationRestoration type), and NewDocumentButton/NewDocumentButtonDataSource were removed entirely.

  • Document read/write protocol methods are renamed (content:snapshot:) and marked @concurrent, and FileWrapperDocumentWriter now receives the previous FileWrapper in its closure for incremental saves.
  • Two new View modifiers, alert(error:actions:) and dismissalConfirmationDialog(_:shouldPresent:actions:), provide standard error-alerting and sheet-dismissal confirmation flows.
Loading diffs…

SwiftUICore

CHANGED

OnChangeValue 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.

Loading diffs…

TrustInsights

CHANGED

InsightError 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.

  • InsightEvaluation gains an eventID property.
Loading diffs…

UIKit

CHANGED

New 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.

  • UIBarAppearance gains an overrideUserInterfaceStyle property (iOS 27), allowing per-bar light/dark mode overrides without affecting the rest of the view hierarchy.
Loading diffs…

USDKit

CHANGED

USDKit 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 new USDPrim properties (inherits, payloads, specializes, variantSets).
  • USDTransformOperation is significantly expanded with per-axis rotate/translate/scale kinds, a new Precision enum (half/float/double), time-sampled transform queries, and a new init(attribute:inverted:) constructor.
  • USDPrim.ListPosition has dropped its RawRepresentable and CaseIterable conformances, which is a breaking change for any code that iterated cases or used raw values.
Loading diffs…

Vision

CHANGED

The 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.downloading is a new status case for tracking asset download progress.
  • GenerateIterativeSegmentationRequest.allSupportedRevisions has been removed.
Loading diffs…

WebKit

CHANGED

WKWebpagePreferences 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:).

Loading diffs…

_AdAttributionKit_StoreKit

UNCHANGED

No differences detected.

_AppIntents_HealthKit

UNCHANGED
Loading diffs…

_AppIntents_SwiftUI

UNCHANGED
Loading diffs…

_AppIntents_UIKit

UNCHANGED

No differences detected.

_AuthenticationServices_SwiftUI

UNCHANGED

No differences detected.

_AVKit_SwiftUI

UNCHANGED

No differences detected.

_Contacts_AppIntents

UNCHANGED

No differences detected.

_CoreData_CloudKit

UNCHANGED

No differences detected.

_CoreLocation_SwiftUI

UNCHANGED

No differences detected.

_CoreLocationUI_SwiftUI

UNCHANGED

No differences detected.

_CoreMotion_SwiftUI

UNCHANGED

No differences detected.

_CoreNFC_UIKit

UNCHANGED

No differences detected.

_DeviceActivity_SwiftUI

UNCHANGED

No differences detected.

_DeviceDiscoveryUI_SwiftUI

UNCHANGED

No differences detected.

_FinanceKit_AppIntents

UNCHANGED

No differences detected.

_GameController_SwiftUI

UNCHANGED

No differences detected.

_GeoToolbox_AppIntents

UNCHANGED

No differences detected.

_GroupActivities_UIKit

UNCHANGED

No differences detected.

_HomeKit_SwiftUI

UNCHANGED

No differences detected.

_Intents_TipKit

UNCHANGED

No differences detected.

_LinkPresentation_AppIntents

UNCHANGED

No differences detected.

_LocationEssentials

UNCHANGED

No differences detected.

_ManagedAppDistribution_SwiftUI

UNCHANGED

No differences detected.

_MapKit_SwiftUI

UNCHANGED

No differences detected.

_MarketplaceKit_UIKit

UNCHANGED

No differences detected.

_MediaIntents_AppIntents

UNCHANGED

No differences detected.

_MediaPlayer_AppIntents

UNCHANGED

No differences detected.

_MusicKit_SwiftUI

UNCHANGED

No differences detected.

_NowPlaying_AppIntents

UNCHANGED

No differences detected.

_PassKit_SwiftUI

UNCHANGED

No differences detected.

_PermissionKit_SwiftUI

UNCHANGED

No differences detected.

_PermissionKit_UIKit

UNCHANGED

No differences detected.

_Photos_AppIntents

UNCHANGED

No differences detected.

_PhotosUI_SwiftUI

UNCHANGED

No differences detected.

_PhotosUI_WidgetKit

UNCHANGED

No differences detected.

_QuickLook_SwiftUI

UNCHANGED

No differences detected.

_RealityKit_ComputeGraph

UNCHANGED

No differences detected.

_RealityKit_SwiftUI

UNCHANGED

No differences detected.

_RelevanceKit_MapKit

UNCHANGED

No differences detected.

_SceneKit_SwiftUI

UNCHANGED

No differences detected.

_ScreenCaptureKit_SwiftUI

UNCHANGED

No differences detected.

_SecureElementCredential_SwiftUI

UNCHANGED

No differences detected.

_SecureElementCredential_UIKit

UNCHANGED

No differences detected.

_SharedWithYou_AppIntents

UNCHANGED

No differences detected.

_SpriteKit_SwiftUI

UNCHANGED

No differences detected.

_StoreKit_SwiftUI

UNCHANGED

No differences detected.

_SwiftData_CoreData

UNCHANGED

No differences detected.

_SwiftData_SwiftUI

UNCHANGED

No differences detected.

_Translation_SwiftUI

UNCHANGED

No differences detected.

_USDKit_RealityKit

UNCHANGED
Loading diffs…

_UserNotifications_AppIntents

UNCHANGED

No differences detected.

_Vision_FoundationModels

UNCHANGED

No differences detected.

_WebKit_SwiftUI

UNCHANGED

No differences detected.

_WorkoutKit_SwiftUI

UNCHANGED

No differences detected.

Accelerate

UNCHANGED

No differences detected.

Accessibility

UNCHANGED

No differences detected.

AccessoryLiveActivities

UNCHANGED
Loading diffs…

AccessoryNotifications

UNCHANGED
Loading diffs…

AccessorySetupKit

UNCHANGED

No differences detected.

AccessoryTransportExtension

UNCHANGED

No differences detected.

Accounts

UNCHANGED

No differences detected.

ActivityKit

UNCHANGED

No differences detected.

AdAttributionKit

UNCHANGED

No differences detected.

AddressBook

UNCHANGED

No differences detected.

AddressBookUI

UNCHANGED

No differences detected.

AdServices

UNCHANGED

No differences detected.

AdSupport

UNCHANGED

No differences detected.

AlarmKit

UNCHANGED

No differences detected.

AppClip

UNCHANGED

No differences detected.

AppMigrationKit

UNCHANGED

No differences detected.

AppTrackingTransparency

UNCHANGED

No differences detected.

ARKit

UNCHANGED

No differences detected.

AssetsLibrary

UNCHANGED

No differences detected.

Assignables

UNCHANGED

No differences detected.

AudioAccessoryKit

UNCHANGED

No differences detected.

AudioUnit

UNCHANGED

No differences detected.

AuthenticationServices

UNCHANGED

No differences detected.

AutomatedDeviceEnrollment

UNCHANGED

No differences detected.

AVFAudio

UNCHANGED

No differences detected.

AVRouting

UNCHANGED

No differences detected.

BackgroundAssets

UNCHANGED

No differences detected.

BrowserEngineCore

UNCHANGED

No differences detected.

BrowserEngineKit

UNCHANGED

No differences detected.

BrowserKit

UNCHANGED

No differences detected.

BusinessChat

UNCHANGED

No differences detected.

CallKit

UNCHANGED

No differences detected.

CarKey

UNCHANGED

No differences detected.

CFNetwork

UNCHANGED

No differences detected.

Charts

UNCHANGED

No differences detected.

Cinematic

UNCHANGED

No differences detected.

ClassKit

UNCHANGED

No differences detected.

ClassKitUI

UNCHANGED

No differences detected.

ClockKit

UNCHANGED

No differences detected.

CloudKit

UNCHANGED

No differences detected.

ColorSync

UNCHANGED

No differences detected.

Combine

UNCHANGED

No differences detected.

ContactProvider

UNCHANGED

No differences detected.

ContactsUI

UNCHANGED

No differences detected.

CoreAI

UNCHANGED

No differences detected.

CoreAudio

UNCHANGED

No differences detected.

CoreAudioKit

UNCHANGED

No differences detected.

CoreAudioTypes

UNCHANGED

No differences detected.

CoreBluetooth

UNCHANGED

No differences detected.

CoreData

UNCHANGED

No differences detected.

CoreFoundation

UNCHANGED

No differences detected.

CoreHaptics

UNCHANGED

No differences detected.

CoreImage

UNCHANGED

No differences detected.

CoreLocation

UNCHANGED

No differences detected.

CoreLocationUI

UNCHANGED

No differences detected.

CoreMediaIO

UNCHANGED

No differences detected.

CoreMIDI

UNCHANGED

No differences detected.

CoreML

UNCHANGED

No differences detected.

CoreMotion

UNCHANGED

No differences detected.

CoreNFC

UNCHANGED

No differences detected.

CoreServices

UNCHANGED

No differences detected.

CoreText

UNCHANGED

No differences detected.

CoreTransferable

UNCHANGED

No differences detected.

CoreVideo

UNCHANGED

No differences detected.

CrashReportExtension

UNCHANGED

No differences detected.

CreateML

UNCHANGED

No differences detected.

CreateMLComponents

UNCHANGED

No differences detected.

CryptoTokenKit

UNCHANGED

No differences detected.

DeclaredAgeRange

UNCHANGED

No differences detected.

DeveloperToolsSupport

UNCHANGED
Loading diffs…

DeviceActivity

UNCHANGED

No differences detected.

DeviceCheck

UNCHANGED

No differences detected.

DeviceDiscoveryExtension

UNCHANGED

No differences detected.

DockKit

UNCHANGED

No differences detected.

EnergyKit

UNCHANGED

No differences detected.

EventKit

UNCHANGED

No differences detected.

EventKitUI

UNCHANGED

No differences detected.

ExposureNotification

UNCHANGED

No differences detected.

ExtensionFoundation

UNCHANGED

No differences detected.

ExtensionKit

UNCHANGED

No differences detected.

ExternalAccessory

UNCHANGED

No differences detected.

FamilyControls

UNCHANGED

No differences detected.

FileProvider

UNCHANGED

No differences detected.

FileProviderUI

UNCHANGED

No differences detected.

FinanceKit

UNCHANGED

No differences detected.

FinanceKitUI

UNCHANGED

No differences detected.

GameplayKit

UNCHANGED

No differences detected.

GameSave

UNCHANGED

No differences detected.

GeoToolbox

UNCHANGED

No differences detected.

GLKit

UNCHANGED

No differences detected.

GroupActivities

UNCHANGED

No differences detected.

GSS

UNCHANGED

No differences detected.

HealthKit

UNCHANGED

No differences detected.

HealthKitUI

UNCHANGED

No differences detected.

HomeKit

UNCHANGED

No differences detected.

iAd

UNCHANGED

No differences detected.

IdentityDocumentServices

UNCHANGED

No differences detected.

IdentityDocumentServicesUI

UNCHANGED

No differences detected.

IdentityLookup

UNCHANGED

No differences detected.

IdentityLookupUI

UNCHANGED

No differences detected.

ImageCaptureCore

UNCHANGED

No differences detected.

ImagePlayground

UNCHANGED

No differences detected.

ImmersiveMediaSupport

UNCHANGED

No differences detected.

Intents

UNCHANGED

No differences detected.

IntentsUI

UNCHANGED

No differences detected.

IOSurface

UNCHANGED

No differences detected.

JavaScriptCore

UNCHANGED

No differences detected.

JournalingSuggestions

UNCHANGED

No differences detected.

LightweightCodeRequirements

UNCHANGED

No differences detected.

LinkPresentation

UNCHANGED

No differences detected.

LiveCommunicationKit

UNCHANGED

No differences detected.

LocalAuthentication

UNCHANGED

No differences detected.

LocalAuthenticationEmbeddedUI

UNCHANGED

No differences detected.

LockedCameraCapture

UNCHANGED

No differences detected.

ManagedApp

UNCHANGED

No differences detected.

ManagedAppDistribution

UNCHANGED

No differences detected.

ManagedSettings

UNCHANGED

No differences detected.

ManagedSettingsUI

UNCHANGED

No differences detected.

MapKit

UNCHANGED

No differences detected.

MarketplaceKit

UNCHANGED

No differences detected.

MatterSupport

UNCHANGED

No differences detected.

MediaAccessibility

UNCHANGED

No differences detected.

MediaIntelligence

UNCHANGED

No differences detected.

MediaIntents

UNCHANGED

No differences detected.

MediaPlayer

UNCHANGED

No differences detected.

MediaSetup

UNCHANGED

No differences detected.

MediaToolbox

UNCHANGED

No differences detected.

Messages

UNCHANGED

No differences detected.

MessageUI

UNCHANGED

No differences detected.

MetalFX

UNCHANGED

No differences detected.

MetalKit

UNCHANGED

No differences detected.

MetalPerformancePrimitives

UNCHANGED

No differences detected.

MetalPerformanceShaders

UNCHANGED

No differences detected.

MetalPerformanceShadersGraph

UNCHANGED

No differences detected.

MetricKit

UNCHANGED

No differences detected.

MLCompute

UNCHANGED

No differences detected.

MobileCoreServices

UNCHANGED

No differences detected.

ModelIO

UNCHANGED

No differences detected.

MultipeerConnectivity

UNCHANGED

No differences detected.

MusicKit

UNCHANGED

No differences detected.

MusicUnderstanding

UNCHANGED

No differences detected.

NaturalLanguage

UNCHANGED

No differences detected.

NetworkExtension

UNCHANGED

No differences detected.

NotificationCenter

UNCHANGED

No differences detected.

OpenAL

UNCHANGED

No differences detected.

OpenGLES

UNCHANGED

No differences detected.

OSLog

UNCHANGED

No differences detected.

PaperKit

UNCHANGED

No differences detected.

PassKit

UNCHANGED

No differences detected.

PDFKit

UNCHANGED

No differences detected.

PencilKit

UNCHANGED

No differences detected.

PermissionKit

UNCHANGED

No differences detected.

PHASE

UNCHANGED

No differences detected.

PushKit

UNCHANGED

No differences detected.

PushToTalk

UNCHANGED

No differences detected.

QuartzCore

UNCHANGED

No differences detected.

QuickLook

UNCHANGED

No differences detected.

QuickLookThumbnailing

UNCHANGED

No differences detected.

RealityKit

UNCHANGED

No differences detected.

RelevanceKit

UNCHANGED

No differences detected.

ReplayKit

UNCHANGED

No differences detected.

RoomPlan

UNCHANGED

No differences detected.

SafetyKit

UNCHANGED

No differences detected.

SceneKit

UNCHANGED

No differences detected.

ScreenCaptureKit

UNCHANGED

No differences detected.

ScreenTime

UNCHANGED

No differences detected.

Security

UNCHANGED

No differences detected.

SecurityUI

UNCHANGED

No differences detected.

SensitiveContentAnalysis

UNCHANGED

No differences detected.

SensorKit

UNCHANGED

No differences detected.

ServicesAccountLinking

UNCHANGED

No differences detected.

SharedWithYou

UNCHANGED

No differences detected.

SharedWithYouCore

UNCHANGED

No differences detected.

ShazamKit

UNCHANGED

No differences detected.

Social

UNCHANGED

No differences detected.

SoundAnalysis

UNCHANGED

No differences detected.

Speech

UNCHANGED

No differences detected.

SpriteKit

UNCHANGED

No differences detected.

StateReporting

UNCHANGED

No differences detected.

StickerFoundation

UNCHANGED

No differences detected.

StickerKit

UNCHANGED

No differences detected.

SuggestedActions

UNCHANGED

No differences detected.

Symbols

UNCHANGED

No differences detected.

SystemConfiguration

UNCHANGED

No differences detected.

SystemExtensions

UNCHANGED

No differences detected.

TabularData

UNCHANGED

No differences detected.

TelephonyMessagingKit

UNCHANGED

No differences detected.

ThreadNetwork

UNCHANGED

No differences detected.

TipKit

UNCHANGED

No differences detected.

TouchController

UNCHANGED

No differences detected.

Translation

UNCHANGED

No differences detected.

TranslationUIProvider

UNCHANGED

No differences detected.

UniformTypeIdentifiers

UNCHANGED

No differences detected.

UserNotifications

UNCHANGED

No differences detected.

UserNotificationsUI

UNCHANGED

No differences detected.

VideoSubscriberAccount

UNCHANGED

No differences detected.

VideoToolbox

UNCHANGED

No differences detected.

VisionKit

UNCHANGED

No differences detected.

VisualIntelligence

UNCHANGED

No differences detected.

WatchConnectivity

UNCHANGED

No differences detected.

WeatherKit

UNCHANGED

No differences detected.

WidgetKit

UNCHANGED
Loading diffs…

WiFiAware

UNCHANGED

No differences detected.

WiFiInfrastructure

UNCHANGED

No differences detected.

WirelessInsights

UNCHANGED

No differences detected.

WorkoutKit

UNCHANGED

No differences detected.

No frameworks match the current filter.