0New
38Changed
0Removed
273Unchanged

_CoreSpotlight_FoundationModels

CHANGED

Throughout the framework, CSSearchableItem has been replaced with the new CoreSpotlight.SearchableItem type in all APIs (ScoredSearchableItem, SearchPipelineData, SpotlightSearchTool, and CustomStage), which is a breaking change for any code that passed or received CSSearchableItem directly.

Loading diffs…

_USDKit_RealityKit

CHANGED

Codable support added to USDStageComponent via synthesized init(from:) and encode(to:).

Loading diffs…

AccessorySetupKit

CHANGED

New framework-level imports added (MarketplaceKit and os.log); no public API additions or removals.

Loading diffs…

AccessoryTransportExtension

CHANGED

New accessory property added to AccessoryFeatureSession, giving extension implementations direct access to the associated accessory object.

Loading diffs…

AppIntents

CHANGED

EntityQuery.displayRepresentations(for:requestedComponents:) is renamed to displayRepresentations(for:) and InstanceDisplayRepresentable.displayRepresentation(with:) is removed, requiring call-site updates.

  • AppSchema.MapsIntent.addNavigationWaypoints is replaced by updateNavigationWaypoints.
  • DisplayRepresentation.init(title:subtitle:synonyms:image:) adds a synonyms parameter to the primary display representation initializer.
  • IntentWidgetFamily gains a systemExtraLargePortrait case.
Loading diffs…

AppManagedFeatures

CHANGED

New FeatureManager.lock(_:) API lets managed-app providers lock features using a LockConfiguration that specifies included/excluded app bundle identifiers and web domains, with a typed FeatureManager.Error covering authorization and configuration failures.

Loading diffs…

ARKit

CHANGED

ARKit replaces UIInterfaceOrientation-based APIs with a numeric viewRotationAngle (in radians) across ARCamera, ARFrame, and ARSession, deprecating the old orientation-parameter variants as of iOS 27.

  • ARSession gains viewRotationAngle and viewLayer properties, plus a delegate callback session:didChangeViewRotationAngle: to track rotation changes without relying on UIInterfaceOrientation.
  • ARCamera gets replacement methods projectionMatrix(viewRotationAngle:...), projectPoint:viewRotationAngle:..., unprojectPoint:ontoPlane...viewRotationAngle:..., and viewMatrix(viewRotationAngle:) as direct substitutes for the deprecated orientation-based equivalents.
Loading diffs…

AudioAccessoryKit

CHANGED

The AccessorySensorUpdates stream now yields raw Data instead of the removed Update enum, and the Handler protocol method is renamed from didReceiveAccessorySensorMessage to handleAccessorySensorMessage — both are breaking changes requiring call-site updates.

  • Session.sendMessageToTransportExtension(message:) has been removed with no apparent replacement in this diff.
Loading diffs…

AudioToolbox

CHANGED

New kReverb2Param_LegacyMode parameter added to the AUReverb2 audio unit, enabling a legacy reverb mode.

Loading diffs…

AuthenticationServices

CHANGED

Minor addition — the framework now imports the Synchronization module.

Loading diffs…

AutomaticAssessmentConfiguration

CHANGED

New allowsAccessibilityFullKeyboardAccess property on AEAssessmentConfiguration lets macOS/Mac Catalyst assessment sessions permit full keyboard access as an accessibility accommodation.

Loading diffs…

AVFoundation

CHANGED

AVPlayerItemSampleBufferOutput delegate and sample-buffer APIs are now exposed to Swift (previously hidden behind #if !__swift__), marked NS_REFINED_FOR_SWIFT to allow idiomatic Swift wrappers.

  • A new AVErrorNotEnoughSpaceForProVideoStorageReplenishment error code is added for Pro Video storage conditions on macOS/iOS/tvOS 27.
  • AVCaptureSystemPressureFactorSystemStress gains an explicit availability annotation (iOS/tvOS 27+, was previously unattributed).
Loading diffs…

AVKit

CHANGED

The entire AVInterfaceControllable protocol family (and associated types like AVInterfaceMetadata) has been removed, replaced by the AVPlaybackUserInterface* equivalents that were already deprecated against in the same iOS 27.0 release cycle.

  • AVLegibleMediaOptionsMenuType enum (.default, .captionAppearance) has also been removed from the public header.
Loading diffs…

BackgroundAssets

CHANGED

New async overloads of withExclusiveControl(_:) and withExclusiveControl(before:_:) are added to BADownloadManager, and the existing callback-based versions are deprecated for Swift callers.

Loading diffs…

BrowserEngineKit

CHANGED

New async Swift wrappers (activate(), request(), suspend()) are added to ProcessCapability, and the existing activateWithError:/suspendWithError: Objective-C methods on BEProcessCapability are now marked iOS 27.0+/unavailable on macOS.

  • The deprecated BECapability activate/suspend methods now have a concrete deprecation ceiling of iOS 17.4–27.0 (replacing the placeholder API_TO_BE_DEPRECATED).
Loading diffs…

CarPlay

CHANGED

CPMapPanel.sections is now mutable (readwrite), CPMapPanelButtonConfiguration.travelEstimates is now nullable, and two new CPRouteDetail factory methods (routeDetailWithInfo: and routeDetailWithParking:) were added alongside a new showsCloseButton property on CPNavigationAlert.

Loading diffs…

ColorSync

CHANGED

Parameter names added to existing function declarations — no functional or API changes.

Loading diffs…

CoreLocation

CHANGED

A new maritime activity type is added to both CLActivityType and CLLiveUpdateConfiguration, enabling location tracking optimized for watercraft navigation.

Loading diffs…

CoreMotion

CHANGED

Minor internal header change — CMOdometer.h now imports _LocationEssentials/CLLocationEssentials.h, which has no effect on public API.

Loading diffs…

CoreSpotlight

CHANGED

New SearchableItem struct added with an item property — likely a Swift value-type wrapper for CSSearchableItem.

Loading diffs…

FoundationModels

CHANGED

The updateUsage and removeToolCall/removeAttachmentSegment actions now require a metadata parameter and use ID-based arguments respectively, breaking existing executor channel implementations.

  • LanguageModelExecutorGenerationChannel.Usage gains a metadata property, and LanguageModelSession.Usage.metadata relaxes its value type from Sendable & Codable & Equatable to plain Sendable.
  • ImageReference gains a resolved(in:) method for resolving image references within a context.
Loading diffs…

HealthKit

CHANGED

New async Swift wrapper earliestAuthorizedSampleDate(for:) added to HKHealthStore for querying the earliest authorized sample dates per type (iOS/watchOS/macOS/visionOS 27+).

Loading diffs…

ImmersiveMediaSupport

CHANGED

Two PresentationDescriptorReader methods were renamed and their time parameters changed from CMTime/CMTime? to CMTimeRange/CMTimeRange?, making this a breaking API change for any caller.

Loading diffs…

MusicUnderstanding

CHANGED

New error case hasProtectedContent added to MusicUnderstandingError.

Loading diffs…

PaperKit

CHANGED

FeatureSet.ContentVersion.version2 has been removed, indicating a supported content version has been dropped.

Loading diffs…

PassKit

CHANGED

New APIs let apps add passes from raw NSData or archive files (via PKPassLibrary and PKAddPassesViewController) without first constructing PKPass objects, and four new payment networks (RuPay, Verve, Humo, UzCard) are added.

  • PKDisbursementRequest gains unsupportedPrimaryAccountIdentifiers to filter out ineligible accounts during disbursement flows.
Loading diffs…

RealityFoundation

CHANGED

Three mesh deformer types have been renamed (CalculateBoundingBoxDeformerBoundingBoxCalculator, RenormalizationDeformerRenormalizingDeformer, OpenSubdivisionDeformerSubdivisionSurfaceDeformer), which is a breaking change for any code using those types directly.

  • The indirectDiffuseSHL1Irradiance lightmap bake type and its associated IndirectDiffuseIrradianceSHBakeDescriptor have been removed with no replacement.
  • LowLevelMesh.Descriptor gains an allowsPrimitiveRestart property.
Loading diffs…

SafariServices

CHANGED

SFSafariSettings gains Mac Catalyst support (macCatalyst 27.0), including a new API to programmatically check whether AutoFill Usernames & Passwords is enabled, plus a new SFSafariSettingsError domain for error handling on that platform.

Loading diffs…

SharedWithYou

CHANGED

SWCollaborationView replaces the previously unavailable hasPendingAccessRequests bool with pendingAccessRequestsCount, a NSUInteger property available on iOS/macOS/visionOS 27.0 that exposes the actual count of pending access requests.

Loading diffs…

SwiftData

CHANGED

Two new methods on ModelContainer let you map between store identifiers and configuration names at runtime.

Loading diffs…

SwiftUI

CHANGED

New EnvironmentValues key systemPrefersReducedResourceUsage lets apps read the system's preference for reduced resource consumption.

Loading diffs…

SwiftUICore

CHANGED

The buttonSizing environment value's setter has been removed, making it read-only.

Loading diffs…

TelephonyMessagingKit

CHANGED

RCS messages now support reactions (emoji and custom) and replies as first-class message content types, with corresponding Reaction, CustomReaction, and Reply structs added to RCSMessage.

  • RCSMessage.Content gains three new cases — reaction, customReaction, and reply — each carrying typed payloads including target message ID, operation (add/remove), and optional end-to-end encryption flags.
  • RCSService adds a sendMessage(_:to:using:messageID:) method and an updated SendEncryptedMessageRequest initializer to support sending these new message types.
Loading diffs…

TrustInsights

CHANGED

No developer-facing API changes — the only diff is an added internal os framework import.

Loading diffs…

UIKit

CHANGED

New systemPrefersReducedResourceUsage trait and property let apps adapt when the system requests reduced resource consumption, and canOpenURL: is deprecated in favor of attempting opens and handling failures.

  • Writing Tools gains grammar-checking support via new UIWritingToolsCoordinator delegate methods, grammarCheckingType on UITextInputTraits, and new animation/decoration enum cases for grammar presentation.
  • Three new UITextContentType constants (IMEI1, IMEI2, NAL) are added for cellular device identifier autofill.
Loading diffs…

USDKit

CHANGED

New write-capable attribute API lets you set and clear values on USDPrim.Attribute at a given time, and a new USDStage.exportPackage(options:) method adds stage-level package export.

Loading diffs…

UserNotifications

CHANGED

UNError.Code.attachmentUnsupportedType (and its UNErrorCodeAttachmentUnsupportedType ObjC equivalent) has been removed with no replacement.

Loading diffs…

WebKit

CHANGED

WKJSScriptingBuffer is removed as a type — its API is replaced by passing raw NSData directly to -addBuffer:name:contentWorld: on WKUserContentController.

  • The Global Privacy Control property on WKWebpagePreferences is renamed from globalPrivacyControlEnabled to globalPrivacyControlStatus.
  • The refreshController property on WKWebView (macOS) is marked macos(NA), withdrawing its previous macOS 27.0 availability.
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.

_DataDetection_SwiftUI

UNCHANGED

No differences detected.

_DeviceActivity_SwiftUI

UNCHANGED

No differences detected.

_DeviceDiscoveryUI_SwiftUI

UNCHANGED

No differences detected.

_FinanceKit_AppIntents

UNCHANGED

No differences detected.

_FoundationModels_SwiftUI

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

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

_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

No differences detected.

AccessoryNotifications

UNCHANGED
Loading diffs…

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.

AssetsLibrary

UNCHANGED

No differences detected.

Assignables

UNCHANGED

No differences detected.

AudioUnit

UNCHANGED

No differences detected.

AutomatedDeviceEnrollment

UNCHANGED

No differences detected.

AVFAudio

UNCHANGED

No differences detected.

AVRouting

UNCHANGED

No differences detected.

AVSystemRouting

UNCHANGED
Loading diffs…

BackgroundTasks

UNCHANGED

No differences detected.

BrowserEngineCore

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.

Combine

UNCHANGED

No differences detected.

ComputeGraph

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.

CoreGraphics

UNCHANGED

No differences detected.

CoreHaptics

UNCHANGED

No differences detected.

CoreImage

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.

CoreNFC

UNCHANGED

No differences detected.

CoreServices

UNCHANGED

No differences detected.

CoreTelephony

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.

CryptoTokenKit

UNCHANGED

No differences detected.

DataDetection

UNCHANGED

No differences detected.

DeclaredAgeRange

UNCHANGED

No differences detected.

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.

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.

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.

ImageIO

UNCHANGED

No differences detected.

ImagePlayground

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.

LinkSecurity

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

ManagedSettings

UNCHANGED

No differences detected.

ManagedSettingsUI

UNCHANGED

No differences detected.

MapKit

UNCHANGED

No differences detected.

MarketplaceKit

UNCHANGED
Loading diffs…

Matter

UNCHANGED

No differences detected.

MatterSupport

UNCHANGED

No differences detected.

MediaAccessibility

UNCHANGED

No differences detected.

MediaDevice

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.

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.

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.

NaturalLanguage

UNCHANGED

No differences detected.

NearbyInteraction

UNCHANGED

No differences detected.

Network

UNCHANGED

No differences detected.

NetworkExtension

UNCHANGED

No differences detected.

NotificationCenter

UNCHANGED

No differences detected.

NowPlaying

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.

Photos

UNCHANGED

No differences detected.

PhotosUI

UNCHANGED

No differences detected.

ProximityReader

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

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.

SecureElementCredential

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.

StickerKit

UNCHANGED

No differences detected.

StoreKit

UNCHANGED
Loading diffs…

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.

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.

UserNotificationsUI

UNCHANGED

No differences detected.

VideoSubscriberAccount

UNCHANGED

No differences detected.

VideoToolbox

UNCHANGED

No differences detected.

Vision

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

No differences detected.

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.