3New
52Changed
0Removed
255Unchanged

_DataDetection_SwiftUI

NEW

Minor structural additions — new module imports (DataDetection, SwiftUI, _Concurrency) with no API surface changes.

Loading diffs…

_ScreenCaptureKit_SwiftUI

NEW

New private framework _ScreenCaptureKit_SwiftUI introduces a View.recordingEditor(_:) SwiftUI modifier for embedding a ScreenCaptureKit recording editor into a view hierarchy.

Loading diffs…

LinkSecurity

NEW

New framework — LinkSecurity is newly available as a Swift module with no public API surface exposed yet beyond its imports.

Loading diffs…

_CoreSpotlight_FoundationModels

CHANGED

The UTType resolution strategy API (UTTypeResolutionStrategy, UTTypeHierarchyStrategy, UTTypeResolutionResult) has been removed entirely, and SpotlightSearchTool.Configuration gains a maximumResponseSize parameter in its initializer.

Loading diffs…

_RealityKit_ComputeGraph

CHANGED

The framework now re-exports RealityKit directly, while Address (including its Codable members) and ParameterHandle have been removed.

Loading diffs…

_USDKit_RealityKit

CHANGED

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

  • UsdRenderMessage and the Name.USDStageKitRenderComplete notification constant have been removed with no replacement.
  • FrameUpdate.timestamp is replaced by timeCode, and importCustomIBLTexture(data:) now throws and returns the nested USDPlayer.TextureData instead of the optional top-level type.
Loading diffs…

Accessibility

CHANGED

New API to query whether "Application Accessibility" is enabled system-wide (AXApplicationAccessibilityEnabled) and observe changes to that setting via a notification/message identifier.

Loading diffs…

AccessoryTransportExtension

CHANGED

New AccessoryFeatureSession protocol introduced, enabling extensions to send messages and identify sessions via sessionID.

Loading diffs…

AppIntents

CHANGED

A 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 AssistantSchemas and AppSchema protocol 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, and CSSearchableItemAttributeSet.relatedAppEntityIdentifier.
  • IntentResponseStream.append(entity:) was removed, and CalendarIntent.deleteEvents was renamed to deleteEvent (singular).
Loading diffs…

AppManagedFeatures

CHANGED

New error cases on AppManagedFeaturesError cover three failure conditions: notAuthorized, notAvailable, and prohibitedWatchExtensionFound.

Loading diffs…

AVFoundation

CHANGED

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

Loading diffs…

AVKit

CHANGED

A 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 AVInterfaceControllable types (previously iOS-only, blocked on Mac Catalyst) are now available on Mac Catalyst as well, removing the API_UNAVAILABLE(macCatalyst) restriction.
  • The parallel AVPlaybackUserInterface* protocol suite (AVPlaybackUserInterfaceControllable and its sub-protocols) is currently marked unavailable on all shipping platforms, indicating a forward declaration for a future platform.
Loading diffs…

AVSystemRouting

CHANGED

Minor annotation fix — NS_REFINED_FOR_SWIFT moved from the typedef line to the closing brace on two enums (AVSystemRouteLaunchMode, AVSystemRouteEventReason), with no behavioral change.

Loading diffs…

BrowserEngineKit

CHANGED

Two 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 of evaluateURL:mainFrameURL:isMainFrame:completionHandler:.
  • The view-less requestPermissionForURL:referrerURL:completionHandler: overload was removed; callers must now pass a presentingView.
Loading diffs…

BrowserKit

CHANGED

BEBrowserContentFilter is now available on macOS 27.0 in addition to iOS 27.0.

Loading diffs…

CarPlay

CHANGED

CPMapPanelButtonConfiguration renames symbolButton to secondaryButton and makes travelEstimates mutable — existing code using the old parameter label or treating travelEstimates as read-only will break.

  • CPNavigationSession gains routeSharingEnabled and routeSharingSupported properties (iOS 27), with a corresponding mapTemplate:didUpdateRouteSharingEnabled: delegate callback.
  • CPMultiStopCardConfiguration adds an initializer and property to attach a UIImage to the card.
  • CPPanel replaces the instance identifier property with a class-level maximumPanelItemsCount and a new showsCloseButton toggle.
Loading diffs…

Charts

CHANGED

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

Loading diffs…

ColorSync

CHANGED

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

Loading diffs…

ComputeGraph

CHANGED

NodeDefinition.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 Topology enum and ComputeGraphSimulation simulation-state properties (graphParametersBuffer, outputIds) have been removed entirely.
  • Structure-related enum cases (StateType.structure, ValueType.structure) now take a StructureDefinition value object instead of separate typeName/layout arguments.
  • ComputeNodeGraph gains serialization support via data(using:) and a new Format enum (JSON and property list), plus a data:-based initializer for deserialization.
Loading diffs…

CoreGraphics

CHANGED

The CodingKeys enums for CGColor and CGColorSpace (used to support Codable serialization of those types) have been removed.

Loading diffs…

CoreImage

CHANGED

New estimateRender:fromRect:toDestination:atPoint:error: method on CIContext allows asynchronous render-cost estimation without committing a full render pass.

Loading diffs…

CoreTelephony

CHANGED

CTCellularPlanStatus gains iOS 27 APIs for phone-number authorization and availability hints, and CTSlicingManager.AppCategory.browsers is renamed to webBrowser.

  • CTCellularPlanStatus adds requestAuthorizationForPhoneNumber:, getAuthorizationStatusForPhoneNumber:, and getStatusHintForPhoneNumber:, backed by new Authorization, Availability, and AvailabilityConfidence enums.
  • CTQuickSwitch changes registerForLaunchOnQuickSwitchStateEvents: and its unregister counterpart from instance methods to class methods, which is a breaking change for existing callers.
Loading diffs…

CryptoTokenKit

CHANGED

New TKErrorCode.invalidatedDeviceKey error code added to signal that a device key has been invalidated.

Loading diffs…

ExtensionFoundation

CHANGED

The AppExtensionPoint.Scope.Restriction.none enum case has been removed, which is a breaking change for any code that matches or assigns that value.

Loading diffs…

FileProvider

CHANGED

Namespace policy APIs, previously marked unavailable on all platforms, are now available starting in macOS 27 and iOS 27.

Loading diffs…

FoundationModels

CHANGED

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

  • DynamicInstructionsForEach is now a public concrete struct (replacing the internal _DynamicInstructionsForEach), and DynamicInstructionsBuilder/DynamicProfileBuilder gain buildLimitedAvailability support for availability-gated instructions.
  • promptRepresentation and instructionsRepresentation are now available on primitive Swift types (Bool, Int, Double, Float, Decimal) and on Generable, expanding what can be passed directly as prompt/instruction content.
  • LanguageModelSession.AnyDynamicProfile is a new type-erased wrapper for dynamic session profiles, and DynamicProfile gains a model(_:) method for specifying the model per profile.
Loading diffs…

HealthKit

CHANGED

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

Loading diffs…

ImageIO

CHANGED

Two new IPTC extension metadata keys allow reading and writing AI provenance information (kCGImagePropertyIPTCExtAISystemUsed and kCGImagePropertyIPTCExtAISystemVersionUsed) in image properties.

Loading diffs…

ImagePlayground

CHANGED

New dependency on QuartzCore is now imported by the framework.

Loading diffs…

Matter

CHANGED

Four new provisional clusters are added (ElectricalDistribution, ElectricalProtectionAlarm, DynamicLighting, SmokeConcentrationMeasurement), while the previously provisional Timer cluster is removed entirely.

  • The JointFabricDatastore access-control enums have breaking raw-value renumbering (e.g., AuthModePASE shifts from 0→1, PrivilegeView from 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 new MeasurementUnit cases (DBPM, PCFT).
Loading diffs…

MediaIntelligence

CHANGED

The internal Core Data persistence layer (MIDataStore, MIManagedFace, and related types) has been removed from the public API surface.

Loading diffs…

MediaIntents

CHANGED

The AudioSearch.SpotlightResult type and the associated spotlightSearchResults parameter have been removed, and AudioSearch now initializes with init(criteria:) alone.

Loading diffs…

MetalPerformanceShadersGraph

CHANGED

MPSGraphSDPADescriptor and its scaledDotProductAttention method have been bumped from macOS/iOS 26 to 27, making them unavailable in the current release.

  • convertLayoutToNHWC on MPSGraphCompilationDescriptor is deprecated immediately (available since 26.4), replaced by the new disableAutoLayoutConversion — NHWC layout conversion is now on by default on M5 and newer hardware.
Loading diffs…

MetricKit

CHANGED

Two internal constructors on AveragePixelLuminance and SignalBars have been removed, with no new additions.

Loading diffs…

MusicUnderstanding

CHANGED

Minor cleanup — explicit debugDescription properties have been removed from five result types (InstrumentActivityResult, LoudnessResult, PaceResult, RhythmResult, StructureResult), leaving their debug representation to synthesized behavior.

Loading diffs…

NearbyInteraction

CHANGED

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

  • NIDLTDOAMeasurementFloorElevation dropped its NSSecureCoding conformance.
Loading diffs…

Network

CHANGED

TCP metadata gains a setMaxPacingRate(_:) method for controlling send pacing, while two internal actor handler typealiases were removed.

Loading diffs…

NowPlaying

CHANGED

New MediaDuration.continuous case added to represent unbounded/continuous media duration.

Loading diffs…

PaperKit

CHANGED

PaperDocumentDisplayMode enum (with continuousScroll and twoUp cases) has been removed, along with the default initializer for PaperMarkupViewController.ScrollConfiguration.

Loading diffs…

PassKit

CHANGED

PKPassLibrary.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 PKTTRComponentIDCarKeys constant was removed from PKConstants.h.
Loading diffs…

Photos

CHANGED

A new PHCollectionListSubtypeRootFolder enum value (available on all platforms at OS version 27) identifies the root folder of the photo library collection hierarchy.

Loading diffs…

ProximityReader

CHANGED

Two new error cases (incompatibleRequest and networkError) added to CustomerEngagementSession.Error.

Loading diffs…

QuartzCore

CHANGED

CADisplayLink.displayLinkWithTarget:selector: is now explicitly marked API_UNAVAILABLE(macos).

Loading diffs…

RealityFoundation

CHANGED

Gaussian 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 old PortalComponent.Plane radius-based setup are removed and replaced with a new PortalComponent-based API using BoundaryStyle, BoundaryMode, and SurfaceStyle.
  • BloomSettingsComponent and CustomMaterial.PostLightingShader have been removed with no direct replacements visible in this diff.
Loading diffs…

ScreenCaptureKit

CHANGED

ScreenCaptureKit 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.cameraEnabled is now restricted to iOS only (removed from macOS/macCatalyst), and SCStreamErrorMissingBackgroundMode is similarly restricted to iOS/visionOS/tvOS only (removed from macOS).
  • SCStreamConfiguration.width/height availability corrected back to macOS 12.3 (from 13.0).
Loading diffs…

SecureElementCredential

CHANGED

New invalidProductConfigID error case added to CredentialSession.ErrorCode.

Loading diffs…

SharedWithYou

CHANGED

New hasPendingAccessRequests property added to SWCollaborationView, though it is unavailable on iOS, macOS, and visionOS (so practically inaccessible on all current platforms).

Loading diffs…

StickerKit

CHANGED

Two internal transcode-management classes (AnimatedStickerTranscodeSlotPool and TranscodeSessionPair) have been removed from the public API.

Loading diffs…

SwiftData

CHANGED

Single new method DefaultHistoryUpdate.containsAttribute(_:) added for querying whether a history update involves a specific attribute.

Loading diffs…

SwiftUI

CHANGED

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

  • BorderedTextFieldStyle is newly available as a concrete struct with a TextFieldStyle.bordered static accessor.
Loading diffs…

SwiftUICore

CHANGED

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

  • GeometryProxy gains a concentricCornerRadii property and concentricCornerRadii(in:) method for computing corner radii that are visually concentric with an outer container.
Loading diffs…

UIKit

CHANGED

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

  • NSTextAlignmentToCTTextAlignment and its inverse are now explicitly marked API_UNAVAILABLE(macos), removing the previously implied macOS availability.
  • The NSTextSelectionNavigation delegate gains convertInteractionPoint:toContainerAtLocation: for coordinate conversion between interaction points and text containers.
Loading diffs…

USDKit

CHANGED

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

  • USDPrim gains hasAPISchema, isSchema, makeRelationship, resetTransform, and a typed subscript, giving prims richer schema-introspection and authoring capabilities.
  • The new USDValue math types (Vec2–4, Matrix2–4, Quat in f/d/h/i variants) bridge to simd and support simd, projectiveTransform, and matrix interop properties.
Loading diffs…

WebKit

CHANGED

WKContentWorldConfiguration gains nodeSerializationEnabled and jsHandleCreationEnabled properties with broader platform availability (previously iOS-only; restrictions removed).

Loading diffs…

WiFiAware

CHANGED

New NWParameters subclass with a wifiAware factory method enables creating network parameters configured for Wi-Fi Aware connections.

Loading diffs…

_AdAttributionKit_StoreKit

UNCHANGED

No differences detected.

_AppIntents_HealthKit

UNCHANGED

No differences detected.

_AppIntents_SwiftUI

UNCHANGED

No differences detected.

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

_FoundationModels_UIKit

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
Loading diffs…

_PhotosUI_SwiftUI

UNCHANGED

No differences detected.

_PhotosUI_WidgetKit

UNCHANGED

No differences detected.

_QuickLook_SwiftUI

UNCHANGED

No differences detected.

_RealityKit_SwiftUI

UNCHANGED

No differences detected.

_RelevanceKit_MapKit

UNCHANGED

No differences detected.

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

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

AccessoryLiveActivities

UNCHANGED

No differences detected.

AccessoryNotifications

UNCHANGED

No differences detected.

AccessorySetupKit

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.

AppIntentsTypeSupport

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.

AudioToolbox

UNCHANGED

No differences detected.

AudioUnit

UNCHANGED

No differences detected.

AuthenticationServices

UNCHANGED

No differences detected.

AutomatedDeviceEnrollment

UNCHANGED

No differences detected.

AutomaticAssessmentConfiguration

UNCHANGED

No differences detected.

AVFAudio

UNCHANGED
Loading diffs…

AVRouting

UNCHANGED

No differences detected.

BackgroundAssets

UNCHANGED

No differences detected.

BackgroundTasks

UNCHANGED

No differences detected.

BrowserEngineCore

UNCHANGED

No differences detected.

BusinessChat

UNCHANGED

No differences detected.

CallKit

UNCHANGED

No differences detected.

CarKey

UNCHANGED

No differences detected.

CFNetwork

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
Loading diffs…

Combine

UNCHANGED

No differences detected.

ContactProvider

UNCHANGED

No differences detected.

Contacts

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.

CoreLocation

UNCHANGED

No differences detected.

CoreLocationUI

UNCHANGED

No differences detected.

CoreMedia

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.

CoreSpotlight

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.

CryptoKit

UNCHANGED

No differences detected.

DataDetection

UNCHANGED

No differences detected.

DeclaredAgeRange

UNCHANGED
Loading diffs…

DeveloperToolsSupport

UNCHANGED

No differences detected.

DeviceActivity

UNCHANGED

No differences detected.

DeviceCheck

UNCHANGED

No differences detected.

DeviceDiscoveryExtension

UNCHANGED

No differences detected.

DeviceDiscoveryUI

UNCHANGED

No differences detected.

DockKit

UNCHANGED

No differences detected.

EnergyKit

UNCHANGED

No differences detected.

EnhancedLinkSecurity

UNCHANGED

No differences detected.

EventKit

UNCHANGED

No differences detected.

EventKitUI

UNCHANGED

No differences detected.

ExposureNotification

UNCHANGED

No differences detected.

ExtensionKit

UNCHANGED

No differences detected.

ExternalAccessory

UNCHANGED

No differences detected.

FamilyControls

UNCHANGED

No differences detected.

FileProviderUI

UNCHANGED

No differences detected.

FinanceKit

UNCHANGED

No differences detected.

FinanceKitUI

UNCHANGED

No differences detected.

Foundation

UNCHANGED

No differences detected.

GameController

UNCHANGED

No differences detected.

GameKit

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.

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.

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.

MediaDevice

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
Loading diffs…

Metal

UNCHANGED

No differences detected.

MetalFX

UNCHANGED

No differences detected.

MetalKit

UNCHANGED

No differences detected.

MetalPerformancePrimitives

UNCHANGED

No differences detected.

MetalPerformanceShaders

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.

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.

PDFKit

UNCHANGED

No differences detected.

PencilKit

UNCHANGED

No differences detected.

PermissionKit

UNCHANGED

No differences detected.

PHASE

UNCHANGED

No differences detected.

PhotosUI

UNCHANGED

No differences detected.

PushKit

UNCHANGED

No differences detected.

PushToTalk

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.

SafariServices

UNCHANGED

No differences detected.

SafetyKit

UNCHANGED

No differences detected.

SceneKit

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.

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.

StoreKit

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
Loading diffs…

TipKit

UNCHANGED

No differences detected.

TouchController

UNCHANGED

No differences detected.

Translation

UNCHANGED

No differences detected.

TranslationUIProvider

UNCHANGED

No differences detected.

TrustInsights

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.

Vision

UNCHANGED
Loading diffs…

VisionKit

UNCHANGED

No differences detected.

VisualIntelligence

UNCHANGED

No differences detected.

WatchConnectivity

UNCHANGED

No differences detected.

WeatherKit

UNCHANGED

No differences detected.

WidgetKit

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.