{
 "schema_version": 1,
 "slug": "ios27.0-b64.12-to-b74.15",
 "title": "27.0 \u00b7 beta 4 \u2192 beta 5",
 "old_ver": "27.0",
 "new_ver": "27.0",
 "old_build": "25183.64.12",
 "new_build": "25183.74.15",
 "generated_at": "2026-08-18T00:34:41+00:00",
 "frameworks": [
  {
   "name": "_AuthenticationServices_SwiftUI",
   "status": "changed",
   "private": true,
   "docs_url": null,
   "summary": "`DeliveredVerificationCodesManager.oneTimeCodes(preferredDuration:)` loses its default argument, making the `preferredDuration` parameter now explicitly required at all call sites.",
   "body": "fragment"
  },
  {
   "name": "_CoreSpotlight_FoundationModels",
   "status": "changed",
   "private": true,
   "docs_url": null,
   "summary": "`CustomStage` has two breaking API changes: `outputTypes` (an array) is replaced by `outputType` (a single `SearchPipelineDataType`), and `execute(statisticName:value:)` is renamed to `execute(statistic:value:)`.",
   "body": "fragment"
  },
  {
   "name": "_PermissionKit_SwiftUI",
   "status": "changed",
   "private": true,
   "docs_url": null,
   "summary": "New `PermissionButton` initializer accepts a `permissionFlow` and result callback alongside a custom label, enabling fully custom-styled permission prompts in SwiftUI.",
   "body": "fragment"
  },
  {
   "name": "_PermissionKit_UIKit",
   "status": "changed",
   "private": true,
   "docs_url": null,
   "summary": "New `askSignificantChangePermission` method added to `AskCenter` for requesting significant-change permission with a specified flow and context.",
   "body": "fragment"
  },
  {
   "name": "_PhotosUI_SwiftUI",
   "status": "changed",
   "private": true,
   "docs_url": null,
   "summary": "The `onCompletion` callback of `photosSharedAlbumCustomizationSheet` now receives an optional `Error` parameter instead of being a plain `() -> Void`, allowing callers to handle failure cases.",
   "body": "fragment"
  },
  {
   "name": "_SwiftData_SwiftUI",
   "status": "changed",
   "private": true,
   "docs_url": null,
   "summary": "The `sectionBy:` parameter on all `@Query` sectioned initializers is now required (non-optional, no default) and the result type changed from `ResultsSectionCollection` to `SectionedResults`, breaking existing call sites that relied on the optional/defaulted form.",
   "body": "fragment"
  },
  {
   "name": "_USDKit_RealityKit",
   "status": "changed",
   "private": true,
   "docs_url": null,
   "summary": "`waitForRenderComplete` and `localizedDescription` were renamed to `waitForRenderCompletion` and `errorDescription` respectively, with no other changes.",
   "body": "fragment"
  },
  {
   "name": "Accessibility",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/accessibility",
   "summary": "New `AXSpeechAttributeSSML` attributed-string key (and matching Swift `accessibilitySpeechSSML` attribute scope) lets developers annotate text with SSML markup to control speech synthesis output.",
   "body": "fragment"
  },
  {
   "name": "AppIntents",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/appintents",
   "summary": "Three `AppSchema.RemindersIntent` update intents (`updateGroup`, `updateList`, `updateSection`) were removed, and `DisplayRepresentation.Components` was removed entirely.\n\n- A new `AppSchema.NotesIntent.appendText` intent has been added.\n- `IntentFile.defaultResolverSpecification` now returns an opaque `some ResolverSpecification` instead of the concrete `EmptyResolverSpecification`.",
   "body": "fragment"
  },
  {
   "name": "AppManagedFeatures",
   "status": "changed",
   "private": false,
   "docs_url": null,
   "summary": "The entire `AppManagedFeaturesError` enum (and all its cases) has been removed from the public API.",
   "body": "fragment"
  },
  {
   "name": "AuthenticationServices",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/authenticationservices",
   "summary": "`ASDeliveredVerificationCodesManager.oneTimeCodes(preferredDuration:anchor:)` loses its default argument for `preferredDuration`, requiring call sites that relied on the default to now pass an explicit value.",
   "body": "fragment"
  },
  {
   "name": "AutomaticAssessmentConfiguration",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/automaticassessmentconfiguration",
   "summary": "macOS/Catalyst gains support for allowlisting arbitrary binary executables in assessment sessions, via the new `AEAssessmentBinaryExecutable` and `AEAssessmentBinaryExecutableConfiguration` types.\n\n- `AEAssessmentApplication.teamIdentifier` and its corresponding initializer are now available on iOS 27, removing the previous iOS exclusion.\n- `AEAssessmentConfiguration` adds `allowsForceQuit` and `allowVirtualMachine` policy properties (macOS/Catalyst only).",
   "body": "fragment"
  },
  {
   "name": "AVFoundation",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/avfoundation",
   "summary": "The `AVQueuedSampleBufferRendering` protocol and the concrete `AVSampleBufferAudioRenderer`/`AVSampleBufferVideoRenderer` classes deprecate their callback-based media-data enqueueing APIs in Swift, directing developers to use the new `sampleBufferReceiver`/`Receiver` async pattern instead.\n\n- `AVCaptureSystemPressureFactorSystemStress` was renamed to `AVCaptureSystemPressureFactorBatteryStress`, reflecting a more precise description of that pressure factor.\n- `AVAssetExportSessionResumptionFailureReasonIncompatiblePreset` was removed and replaced by `AVAssetExportSessionResumptionFailureReasonUnsupportedForPresetOnPlatform`.",
   "body": "fragment"
  },
  {
   "name": "BackgroundTasks",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/backgroundtasks",
   "summary": "Minor update \u2014 the deprecation message on the synchronous `submitTaskRequest:error:` method was revised to mention the Swift `async`/`await` overload alongside the completion-handler alternative.",
   "body": "fragment"
  },
  {
   "name": "ClassKitUI",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/classkitui",
   "summary": "No functional API changes \u2014 the only diff is an added `ObjectiveC` framework import.",
   "body": "fragment"
  },
  {
   "name": "ComputeGraph",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/computegraph",
   "summary": "Minor address-space precision fix \u2014 `lines` and `line_strip` in the debug-draw API now explicitly annotate their `float3` array parameters with the `thread` address space, with no functional behavior change.",
   "body": "fragment"
  },
  {
   "name": "ContactsUI",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/contactsui",
   "summary": "`CNContactSavedAutoFillDetailsController` has been removed and the framework now imports AppIntents modules, suggesting autofill contact functionality is migrating to an App Intents-based model.",
   "body": "fragment"
  },
  {
   "name": "CoreAudio",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/coreaudio",
   "summary": "`AudioServerPlugInRegisterMediaDeviceExtension` is now explicitly unavailable on visionOS (previously unspecified).",
   "body": "fragment"
  },
  {
   "name": "CoreData",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/coredata",
   "summary": "`NSPersistentCloudKitContainerEvent` gains `NS_SWIFT_SENDABLE`, making it usable across actor boundaries without a compiler warning.",
   "body": "fragment"
  },
  {
   "name": "CoreGraphics",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/coregraphics",
   "summary": "New `CGPDFStructureElement` and `CGPDFMarkedContentItem` types (iOS 27+) provide a structured API for authoring tagged PDF documents with a proper structure tree, replacing the older begin/end tag approach.\n\n- `CGContext` gains new marked-content methods (`beginMarkedContentSequence`, `endMarkedContentSequence`, `beginObjectReference`, `addStructureTreeRootChild`) for associating drawn content with structure elements.\n- A new `CGPDFTagType.artifact` tag type is added for marking non-structural content in tagged PDFs.",
   "body": "fragment"
  },
  {
   "name": "CoreImage",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/coreimage",
   "summary": "`CIRAWFilter` gains a `downloadResources(timeout:completionHandler:)` method for fetching decoder resources on demand, and `CIImageProcessor` gets cleaner Swift names for its tiled/surface/pixel-buffer APIs.\n\n- Metal kernel sampler and destination types in `CIKernelMetalLib.h` now mark all member functions with the `thread` address-space qualifier, which may require recompilation of custom Metal kernels.\n- `temporaryPixelBuffer(identifier:format:width:height:attributes:)` is now marked `CF_RETURNS_NOT_RETAINED`, clarifying its memory ownership contract.",
   "body": "fragment"
  },
  {
   "name": "CoreMedia",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/coremedia",
   "summary": "Two new metadata format description keys (`kCMMetadataFormatDescriptionKey_HumanReadableString` and `kCMMetadataFormatDescriptionMetadataSpecificationKey_HumanReadableString`) allow attaching human-readable strings to metadata format descriptions and specifications.",
   "body": "fragment"
  },
  {
   "name": "CoreTelephony",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/coretelephony",
   "summary": "The `webBrowser` app category was removed from `CTSlicingManager.AppCategory`, and a new `CTCellularPlanStatusAuthorizationNotSupported` case was added to `CTCellularPlanStatus` on iOS 27.",
   "body": "fragment"
  },
  {
   "name": "CryptoKit",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/cryptokit",
   "summary": "New `Insecure.UnauthenticatedAES` and `Insecure.UnauthenticatedChaCha20` types expose raw, unauthenticated block permutation and stream cipher operations for use cases where authentication is handled separately.",
   "body": "fragment"
  },
  {
   "name": "DeclaredAgeRange",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/declaredagerange",
   "summary": "Three new error cases added to `AgeRangeService.Error` covering declined onboarding, invalid account, and network failures.",
   "body": "fragment"
  },
  {
   "name": "Foundation",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/foundation",
   "summary": "Minor conformance removals \u2014 `BorrowingSequence` has been dropped from `Span`, `MutableSpan`, `RawSpan`, `MutableRawSpan`, and `InlineArray`, likely reflecting a protocol design change in the Swift standard library.",
   "body": "fragment"
  },
  {
   "name": "FoundationModels",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/foundationmodels",
   "summary": "Metadata dictionaries throughout the framework changed type from `[String: any Sendable & Codable & Equatable]` to `[String: GeneratedContent]` (or `ConvertibleToGeneratedContent` at call sites), which is a breaking change affecting every `respond`/`streamResponse` call and transcript type that passes metadata.\n\n- The `Transcript.CustomSegment` protocol and related `Transcript.Segment.custom` case were removed, eliminating custom segment extensibility.\n- `Transcript.history` and `SessionPropertyValues.history` now return the new `Transcript.HistoryView` type instead of `ArraySlice<Transcript.Entry>`.\n- `SystemLanguageModel.Variant` is a new struct (with `core3` and `coreAdvanced3` values) exposing named model variants via a new `SystemLanguageModel.variant` property.",
   "body": "fragment"
  },
  {
   "name": "ImageIO",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/imageio",
   "summary": "New `kCGImageSourcePrioritizeQuality` option lets you request higher-quality decoding when creating images from a source.",
   "body": "fragment"
  },
  {
   "name": "Intents",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/intents",
   "summary": "The entire Intents notebook/tasks API surface (all note- and reminder-related intents, types, and resolution results \u2014 `INAddTasksIntent`, `INCreateNoteIntent`, `INSearchForNotebookItemsIntent`, `INSetTaskAttributeIntent`, `INSnoozeTasksIntent`, and all associated types) is deprecated as of iOS 27/watchOS 27, with the migration message directing developers to adopt the Notes or Reminders AppSchema domain instead.",
   "body": "fragment"
  },
  {
   "name": "Matter",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/matter",
   "summary": "Two new provisional clusters (`MTRBaseClusterMediaFileManagement` and `MTRBaseClusterAudioControl`) are added alongside significant expansions to several existing media clusters.\n\n- `ContentLauncher` gains `contentReplicationRequest`, `playPreset`, new queue/preset attributes and status codes, and a `ContentReplication` event; `MediaPlayback` gains `AvailableCommands` and `ContentInfo` attributes.\n- `ClosureControl` and `ClosureDimension` each gain new grouped commands (`groupedMoveTo`, `groupedSetTarget`, `groupedStep`) and a new `Access` feature flag.\n- `AppleAccessoryErrors` receives a comprehensive set of provisional error-category, severity, and error-code enumerations.",
   "body": "fragment"
  },
  {
   "name": "MediaDevice",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/mediadevice",
   "summary": "`reportRealtimeSampleDeliveryKPIs(session:metKPIs:)` has been replaced by `reportQualityMetricsPassed(_:forSession:)` on `MediaDeviceRoutingManager`, with reordered parameters and a renamed method.",
   "body": "fragment"
  },
  {
   "name": "MediaIntelligence",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/mediaintelligence",
   "summary": "New framework with no public API additions beyond a `UniformTypeIdentifiers` import dependency \u2014 no developer-facing symbols are exposed yet.",
   "body": "fragment"
  },
  {
   "name": "Messages",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/messages",
   "summary": "Minor fix \u2014 a semicolon typo in the `MSUPIRequest` availability declaration was corrected, with no functional API changes.",
   "body": "fragment"
  },
  {
   "name": "MetricKit",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/metrickit",
   "summary": "`ScrollHitchTimeMetric` is removed and hitch-time measurements are now typed with the new `HitchTimeRatio` unit class instead of the generic `Foundation.Unit`.\n\n- `HitchTimeMetric.ratio` and `SignpostIntervalMetric.hitchTimeRatio` change from `Measurement<Unit>` to `Measurement<HitchTimeRatio>`, requiring updates to any code that handled the untyped form.\n- `LocationActivityMetric` gains a `reducedAccuracy` property for tracking time spent in reduced-accuracy location mode.",
   "body": "fragment"
  },
  {
   "name": "NearbyInteraction",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/nearbyinteraction",
   "summary": "Conditional memory-management attribute added to `NISession.delegateQueue` to correctly handle `dispatch_queue_t` ownership under non-Objective-C object runtimes.",
   "body": "fragment"
  },
  {
   "name": "NetworkExtension",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/networkextension",
   "summary": "Several `NEPacketTunnelNetworkSettings` properties that were newly introduced in this SDK cycle (`includeAllNetworks`, `excludeLocalNetworks`, `excludeCellularServices`, `excludeAPNs`, `excludeDeviceCommunication`, `enforceRoutes`) and the associated `IPFamily` enum have been marked `API_UNAVAILABLE` on all platforms, effectively pulling them from the public API before release.",
   "body": "fragment"
  },
  {
   "name": "PaperKit",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/paperkit",
   "summary": "`PKStrokeRenderStateReference` type alias has been removed with no replacement added.",
   "body": "fragment"
  },
  {
   "name": "PassKit",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/passkit",
   "summary": "Three new payment network constants added (`PKPaymentNetworkPayPak`, `PKPaymentNetworkMaal`, `PKPaymentNetworkElcard`), with no other changes.",
   "body": "fragment"
  },
  {
   "name": "PDFKit",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/pdfkit",
   "summary": "Several internal platform-abstraction macros (`PDFKitPlatformTouch`, `PDFKitPlatformGestureRecognizer` and its variants, `PDFKitPlatformTableView`, `PDFKitPlatformComboBox`, `PDFKitPlatformUserInterfaceLayoutDirection` and its variants) have been removed from the public header, narrowing the set of cross-platform type aliases PDFKit exposes.",
   "body": "fragment"
  },
  {
   "name": "PencilKit",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/pencilkit",
   "summary": "The internal Objective-C bridge type for stroke render state has been renamed/restructured: `__PKStrokeRenderState` is replaced by the now-public `PKStrokeRenderStateReference` class (previously `NS_REFINED_FOR_SWIFT`-hidden), and the `asObjCRenderState()` helper method is removed accordingly.",
   "body": "fragment"
  },
  {
   "name": "PermissionKit",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/permissionkit",
   "summary": "New framework introducing `PermissionFlow` and `PermissionResult` types that model parental-approval permission flows, including in-person approval and ask-to-approve delegation patterns.",
   "body": "fragment"
  },
  {
   "name": "Photos",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/photos",
   "summary": "The background-upload job extension API gains a new `PHAssetResourceUploadJobOptions` type (with a `preventsExpensiveNetworkAccess` flag) and replaces the deprecated `setUploadJobExtensionEnabled:error:` with separate `enableUploadJobExtensionWithOptions:error:` and `disableUploadJobExtensionWithError:` methods.\n\n- `PHAssetResource.originalFilename` is deprecated in favor of a new nullable `filename` property.\n- `PHAsset.addedDate` is corrected to nullable, and `PHAssetExtendedMetadata.originalFileName` is renamed to `originalFilename`.",
   "body": "fragment"
  },
  {
   "name": "PhotosUI",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/photosui",
   "summary": "`PHSharedAlbumCreationResult` gains an `error` property and makes `albumIdentifier`/`albumURL` optional to represent failure cases, and `PHPickerSearchText` adds an initializer from `UIPhotoSearchSuggestion` (iOS only).",
   "body": "fragment"
  },
  {
   "name": "QuickLook",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/quicklook",
   "summary": "QuickLook now imports UniformTypeIdentifiers instead of CoreTransferable.",
   "body": "fragment"
  },
  {
   "name": "RealityFoundation",
   "status": "changed",
   "private": false,
   "docs_url": null,
   "summary": "`PortalComponent.BoundaryMode.disabled` is renamed to `.none`, and two `Entity` component-access subscripts are removed.",
   "body": "fragment"
  },
  {
   "name": "ReplayKit",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/replaykit",
   "summary": "ReplayKit is deprecated in favor of ScreenCaptureKit, with `RPScreenRecorder`, `RPRecordingErrorDomain`, and `RPRecordingErrorCode` all marked `API_DEPRECATED` targeting removal at iOS/tvOS 27.0 and macOS 27.0.",
   "body": "fragment"
  },
  {
   "name": "SwiftData",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/swiftdata",
   "summary": "`ResultsSectionCollection` has been replaced by a new `SectionedResults` type, and the `SectionName` generic parameter on `ResultsObserver` and `ResultsSection` has been renamed to `SectionTitle`, with `ResultsSection.name` replaced by `.title` \u2014 all source-breaking changes for code using sectioned fetch results.\n\n- `HistoryToken` and `DefaultHistoryToken` gain a `storeIdentifier` property, making it possible to identify which store a history token belongs to.",
   "body": "fragment"
  },
  {
   "name": "SwiftUI",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/swiftui",
   "summary": "A large set of previously available types and APIs \u2014 including `HoverEffect`, `AccessibilityTechnologies`, `AccessibilityActionKind`, `SymbolEffectTransition`, `FillShapeStyle`, several `View` modifiers (`hoverEffect`, `containerRelativeFrame`, `coordinateSpace`, `symbolEffect`, speech modifiers), and the `Transition`/`CustomHoverEffect` protocols \u2014 have been removed from the public SDK surface in this diff.\n\n- New drag/drop configuration APIs (`dragConfiguration`, `dropConfiguration`, `onDropSessionUpdated`) have been added to `View`.\n- A new `PresentationPlacement` type with `automatic`, `center`, `leading`, and `trailing` options is introduced, along with a `presentationPlacement(_:)` view modifier.",
   "body": "fragment"
  },
  {
   "name": "SwiftUICore",
   "status": "changed",
   "private": false,
   "docs_url": null,
   "summary": "A broad expansion of SwiftUICore's public API, migrating many types previously available only in SwiftUI (hover effects, accessibility primitives, symbol effects, speech modifiers) into the core module.\n\n- Hover-effect infrastructure is now in SwiftUICore, including `HoverEffect`, `AutomaticHoverEffect`, `HighlightHoverEffect`, `LiftHoverEffect`, and the `CustomHoverEffect` protocol with a `hoverEffectDisabled` modifier.\n- Accessibility types (`AccessibilityActionKind`, `AccessibilityActionCategory`, `AccessibilityDirectTouchOptions`, `AccessibilityTechnologies`, `AccessibilityZoomGestureAction`) and related environment values (`accessibilityVoiceOverEnabled`, `accessibilitySwitchControlEnabled`, `accessibilityAssistiveAccessEnabled`, `accessibilityLargeContentViewerEnabled`) are now publicly available in SwiftUICore.\n- Symbol-effect support (`SymbolEffectTransition`, `WiggleSymbolEffect.custom(angle:)`, `symbolEffect` transition/content-transition variants) and speech-modifier APIs (`speechAdjustedPitch`, `speechSpellsOutCharacters`, etc.) are also added.",
   "body": "fragment"
  },
  {
   "name": "UIKit",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/uikit",
   "summary": "`UISheetPresentationController` gains a `preferredPlacement` property (iOS/tvOS/visionOS 27.0) that lets you position a sheet at the leading edge, center, or trailing edge of the screen instead of always anchoring to the bottom.",
   "body": "fragment"
  },
  {
   "name": "USDKit",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/usdkit",
   "summary": "The metadata value constraint has been promoted from `USDPrim.Attribute.MetadataValue` to the new `USDStage.Object.MetadataValue` protocol, and the custom `Array`/`Dictionary` types have been removed in favour of standard Swift collections, both of which are breaking changes for existing call sites.\n\n- `USDValue`'s typed-access API has been replaced: `get()`/`uncheckedGet()` are removed and superseded by `value(as:)` and `unsafeValue(assumingType:)`, and `arraySize`/`isArrayValued` are renamed to `arrayCount`/`isArray`.\n- `USDPrim.relationship(named:)` now returns a non-optional `USDPrim.Relationship`, and new prim APIs are added for prototype inspection (`isPrototype`, `prototype`) and API schema removal (`removeAPISchema`).\n- `USDStage.EditTarget` and `USDStage.OpenOptions` no longer have public no-argument initializers, and `USDPrim.Spec` boolean properties are renamed with `is` prefixes (`isActive`, `isInstanceable`).",
   "body": "fragment"
  },
  {
   "name": "VideoToolbox",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/videotoolbox",
   "summary": "Minor additions to the low-latency frame processor APIs, adding methods to query maximum output dimensions and pixel counts for a given spatial scale factor on both `VTLowLatencyFrameInterpolationConfiguration` and `VTLowLatencySuperResolutionScalerConfiguration`, plus a new `supportedScaleFactors` class property on the super-resolution scaler.",
   "body": "fragment"
  },
  {
   "name": "Vision",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/vision",
   "summary": "`RecognizeAnimalsRequest` gains a typed `Identifier` enum (with `cat`, `catHead`, `dog`, `dogHead` cases) and a new `revision3`, replacing untyped string identifiers for animal recognition targets.\n\n- `GenerateIterativeSegmentationRequest` adds `supportedComputeStageDevices` for querying which compute devices are available per pipeline stage.",
   "body": "fragment"
  },
  {
   "name": "WebKit",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/webkit",
   "summary": "Several previously iOS-only or NA-availability APIs are now promoted to full availability on macOS 27, iOS 27, and visionOS 27, and `WKJSSerializedNode` is replaced by `WKDOMNodeSnapshot` with renamed `WKContentWorldConfiguration` properties (e.g., `nodeSnapshotCreationEnabled` instead of `nodeSerializationEnabled`).\n\n- `WKContentWorldConfiguration` received a Swift name (`WKContentWorld.Configuration`), property renames (`openClosedShadowRootsEnabled` \u2192 `allowAccessingClosedShadowRoots`, `nodeSerializationEnabled` \u2192 `nodeSnapshotCreationEnabled`), and proper boolean getters, while `WKJSHandle` had its properties renamed (`frame` \u2192 `sourceFrame`, `world` \u2192 `contentWorld`).\n- `WKUserContentController` gains `addBuffer(_:name:to:)` and `removeBuffer(named:from:)` for passing binary data buffers into content worlds.\n- `WKWebpagePreferences.globalPrivacyControlStatus` (a `BOOL` named as a status) is replaced by `globalPrivacyControlEnabled` with a clearer name.",
   "body": "fragment"
  },
  {
   "name": "EnhancedLinkSecurity",
   "status": "removed",
   "private": false,
   "docs_url": null,
   "summary": "The entire `EnhancedLinkSecurity` framework has been removed, including `IMEnhancedLinkSecurityManager` (`EnhancedLinkSecurityManager` in Swift) and all its URL-security-gating APIs.",
   "body": "fragment"
  },
  {
   "name": "_AdAttributionKit_StoreKit",
   "status": "unchanged",
   "private": true,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "_AppIntents_HealthKit",
   "status": "unchanged",
   "private": true,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "_AppIntents_SwiftUI",
   "status": "unchanged",
   "private": true,
   "docs_url": null,
   "summary": null,
   "body": "fragment"
  },
  {
   "name": "_AppIntents_UIKit",
   "status": "unchanged",
   "private": true,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "_AVKit_SwiftUI",
   "status": "unchanged",
   "private": true,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "_Contacts_AppIntents",
   "status": "unchanged",
   "private": true,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "_CoreData_CloudKit",
   "status": "unchanged",
   "private": true,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "_CoreLocation_SwiftUI",
   "status": "unchanged",
   "private": true,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "_CoreLocationUI_SwiftUI",
   "status": "unchanged",
   "private": true,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "_CoreMotion_SwiftUI",
   "status": "unchanged",
   "private": true,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "_CoreNFC_UIKit",
   "status": "unchanged",
   "private": true,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "_DataDetection_SwiftUI",
   "status": "unchanged",
   "private": true,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "_DeviceActivity_SwiftUI",
   "status": "unchanged",
   "private": true,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "_DeviceDiscoveryUI_SwiftUI",
   "status": "unchanged",
   "private": true,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "_FinanceKit_AppIntents",
   "status": "unchanged",
   "private": true,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "_FoundationModels_SwiftUI",
   "status": "unchanged",
   "private": true,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "_FoundationModels_UIKit",
   "status": "unchanged",
   "private": true,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "_GameController_SwiftUI",
   "status": "unchanged",
   "private": true,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "_GeoToolbox_AppIntents",
   "status": "unchanged",
   "private": true,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "_GroupActivities_UIKit",
   "status": "unchanged",
   "private": true,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "_HomeKit_SwiftUI",
   "status": "unchanged",
   "private": true,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "_Intents_TipKit",
   "status": "unchanged",
   "private": true,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "_LinkPresentation_AppIntents",
   "status": "unchanged",
   "private": true,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "_LocationEssentials",
   "status": "unchanged",
   "private": true,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "_ManagedAppDistribution_SwiftUI",
   "status": "unchanged",
   "private": true,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "_MapKit_SwiftUI",
   "status": "unchanged",
   "private": true,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "_MarketplaceKit_UIKit",
   "status": "unchanged",
   "private": true,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "_MediaIntents_AppIntents",
   "status": "unchanged",
   "private": true,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "_MediaPlayer_AppIntents",
   "status": "unchanged",
   "private": true,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "_MusicKit_SwiftUI",
   "status": "unchanged",
   "private": true,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "_NowPlaying_AppIntents",
   "status": "unchanged",
   "private": true,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "_PassKit_SwiftUI",
   "status": "unchanged",
   "private": true,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "_Photos_AppIntents",
   "status": "unchanged",
   "private": true,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "_PhotosUI_WidgetKit",
   "status": "unchanged",
   "private": true,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "_QuickLook_SwiftUI",
   "status": "unchanged",
   "private": true,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "_RealityKit_ComputeGraph",
   "status": "unchanged",
   "private": true,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "_RealityKit_SwiftUI",
   "status": "unchanged",
   "private": true,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "_RelevanceKit_MapKit",
   "status": "unchanged",
   "private": true,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "_SceneKit_SwiftUI",
   "status": "unchanged",
   "private": true,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "_ScreenCaptureKit_SwiftUI",
   "status": "unchanged",
   "private": true,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "_SecureElementCredential_SwiftUI",
   "status": "unchanged",
   "private": true,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "_SecureElementCredential_UIKit",
   "status": "unchanged",
   "private": true,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "_SharedWithYou_AppIntents",
   "status": "unchanged",
   "private": true,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "_SpriteKit_SwiftUI",
   "status": "unchanged",
   "private": true,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "_StoreKit_SwiftUI",
   "status": "unchanged",
   "private": true,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "_SwiftData_CoreData",
   "status": "unchanged",
   "private": true,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "_Translation_SwiftUI",
   "status": "unchanged",
   "private": true,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "_UserNotifications_AppIntents",
   "status": "unchanged",
   "private": true,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "_Vision_FoundationModels",
   "status": "unchanged",
   "private": true,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "_WebKit_SwiftUI",
   "status": "unchanged",
   "private": true,
   "docs_url": null,
   "summary": null,
   "body": "fragment"
  },
  {
   "name": "_WorkoutKit_SwiftUI",
   "status": "unchanged",
   "private": true,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "Accelerate",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/accelerate",
   "summary": null,
   "body": "none"
  },
  {
   "name": "AccessoryLiveActivities",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/accessoryliveactivities",
   "summary": null,
   "body": "none"
  },
  {
   "name": "AccessoryNotifications",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/accessorynotifications",
   "summary": null,
   "body": "none"
  },
  {
   "name": "AccessorySetupKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/accessorysetupkit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "AccessoryTransportExtension",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/accessorytransportextension",
   "summary": null,
   "body": "fragment"
  },
  {
   "name": "Accounts",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/accounts",
   "summary": null,
   "body": "none"
  },
  {
   "name": "ActivityKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/activitykit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "AdAttributionKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/adattributionkit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "AddressBook",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/addressbook",
   "summary": null,
   "body": "none"
  },
  {
   "name": "AddressBookUI",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/addressbookui",
   "summary": null,
   "body": "none"
  },
  {
   "name": "AdServices",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/adservices",
   "summary": null,
   "body": "none"
  },
  {
   "name": "AdSupport",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/adsupport",
   "summary": null,
   "body": "none"
  },
  {
   "name": "AlarmKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/alarmkit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "AppClip",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/appclip",
   "summary": null,
   "body": "none"
  },
  {
   "name": "AppIntentsTypeSupport",
   "status": "unchanged",
   "private": false,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "AppMigrationKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/appmigrationkit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "AppTrackingTransparency",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/apptrackingtransparency",
   "summary": null,
   "body": "none"
  },
  {
   "name": "ARKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/arkit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "AssetsLibrary",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/assetslibrary",
   "summary": null,
   "body": "none"
  },
  {
   "name": "Assignables",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/assignables",
   "summary": null,
   "body": "none"
  },
  {
   "name": "AudioAccessoryKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/audioaccessorykit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "AudioToolbox",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/audiotoolbox",
   "summary": null,
   "body": "none"
  },
  {
   "name": "AudioUnit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/audiounit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "AutomatedDeviceEnrollment",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/automateddeviceenrollment",
   "summary": null,
   "body": "none"
  },
  {
   "name": "AVFAudio",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/avfaudio",
   "summary": null,
   "body": "fragment"
  },
  {
   "name": "AVKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/avkit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "AVRouting",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/avrouting",
   "summary": null,
   "body": "none"
  },
  {
   "name": "AVSystemRouting",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/avsystemrouting",
   "summary": null,
   "body": "fragment"
  },
  {
   "name": "BackgroundAssets",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/backgroundassets",
   "summary": null,
   "body": "fragment"
  },
  {
   "name": "BrowserEngineCore",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/browserenginecore",
   "summary": null,
   "body": "none"
  },
  {
   "name": "BrowserEngineKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/browserenginekit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "BrowserKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/browserkit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "BusinessChat",
   "status": "unchanged",
   "private": false,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "CallKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/callkit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "CarKey",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/carkey",
   "summary": null,
   "body": "none"
  },
  {
   "name": "CarPlay",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/carplay",
   "summary": null,
   "body": "none"
  },
  {
   "name": "CFNetwork",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/cfnetwork",
   "summary": null,
   "body": "none"
  },
  {
   "name": "Charts",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/charts",
   "summary": null,
   "body": "none"
  },
  {
   "name": "Cinematic",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/cinematic",
   "summary": null,
   "body": "none"
  },
  {
   "name": "ClassKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/classkit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "ClockKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/clockkit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "CloudKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/cloudkit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "ColorSync",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/colorsync",
   "summary": null,
   "body": "none"
  },
  {
   "name": "Combine",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/combine",
   "summary": null,
   "body": "none"
  },
  {
   "name": "ContactProvider",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/contactprovider",
   "summary": null,
   "body": "none"
  },
  {
   "name": "Contacts",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/contacts",
   "summary": null,
   "body": "none"
  },
  {
   "name": "CoreAI",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/coreai",
   "summary": null,
   "body": "none"
  },
  {
   "name": "CoreAudioKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/coreaudiokit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "CoreAudioTypes",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/coreaudiotypes",
   "summary": null,
   "body": "none"
  },
  {
   "name": "CoreBluetooth",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/corebluetooth",
   "summary": null,
   "body": "none"
  },
  {
   "name": "CoreFoundation",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/corefoundation",
   "summary": null,
   "body": "none"
  },
  {
   "name": "CoreHaptics",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/corehaptics",
   "summary": null,
   "body": "none"
  },
  {
   "name": "CoreLocation",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/corelocation",
   "summary": null,
   "body": "none"
  },
  {
   "name": "CoreLocationUI",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/corelocationui",
   "summary": null,
   "body": "none"
  },
  {
   "name": "CoreMediaIO",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/coremediaio",
   "summary": null,
   "body": "none"
  },
  {
   "name": "CoreMIDI",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/coremidi",
   "summary": null,
   "body": "none"
  },
  {
   "name": "CoreML",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/coreml",
   "summary": null,
   "body": "none"
  },
  {
   "name": "CoreMotion",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/coremotion",
   "summary": null,
   "body": "none"
  },
  {
   "name": "CoreNFC",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/corenfc",
   "summary": null,
   "body": "none"
  },
  {
   "name": "CoreServices",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/coreservices",
   "summary": null,
   "body": "none"
  },
  {
   "name": "CoreSpotlight",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/corespotlight",
   "summary": null,
   "body": "none"
  },
  {
   "name": "CoreText",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/coretext",
   "summary": null,
   "body": "none"
  },
  {
   "name": "CoreTransferable",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/coretransferable",
   "summary": null,
   "body": "none"
  },
  {
   "name": "CoreVideo",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/corevideo",
   "summary": null,
   "body": "none"
  },
  {
   "name": "CrashReportExtension",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/crashreportextension",
   "summary": null,
   "body": "none"
  },
  {
   "name": "CreateML",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/createml",
   "summary": null,
   "body": "none"
  },
  {
   "name": "CreateMLComponents",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/createmlcomponents",
   "summary": null,
   "body": "none"
  },
  {
   "name": "CryptoTokenKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/cryptotokenkit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "DataDetection",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/datadetection",
   "summary": null,
   "body": "none"
  },
  {
   "name": "DeveloperToolsSupport",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/developertoolssupport",
   "summary": null,
   "body": "none"
  },
  {
   "name": "DeviceActivity",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/deviceactivity",
   "summary": null,
   "body": "none"
  },
  {
   "name": "DeviceCheck",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/devicecheck",
   "summary": null,
   "body": "none"
  },
  {
   "name": "DeviceDiscoveryExtension",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/devicediscoveryextension",
   "summary": null,
   "body": "none"
  },
  {
   "name": "DeviceDiscoveryUI",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/devicediscoveryui",
   "summary": null,
   "body": "none"
  },
  {
   "name": "DockKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/dockkit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "EnergyKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/energykit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "EventKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/eventkit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "EventKitUI",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/eventkitui",
   "summary": null,
   "body": "none"
  },
  {
   "name": "ExposureNotification",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/exposurenotification",
   "summary": null,
   "body": "none"
  },
  {
   "name": "ExtensionFoundation",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/extensionfoundation",
   "summary": null,
   "body": "none"
  },
  {
   "name": "ExtensionKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/extensionkit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "ExternalAccessory",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/externalaccessory",
   "summary": null,
   "body": "none"
  },
  {
   "name": "FamilyControls",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/familycontrols",
   "summary": null,
   "body": "none"
  },
  {
   "name": "FileProvider",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/fileprovider",
   "summary": null,
   "body": "none"
  },
  {
   "name": "FileProviderUI",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/fileproviderui",
   "summary": null,
   "body": "none"
  },
  {
   "name": "FinanceKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/financekit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "FinanceKitUI",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/financekitui",
   "summary": null,
   "body": "none"
  },
  {
   "name": "GameController",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/gamecontroller",
   "summary": null,
   "body": "none"
  },
  {
   "name": "GameKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/gamekit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "GameplayKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/gameplaykit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "GameSave",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/gamesave",
   "summary": null,
   "body": "none"
  },
  {
   "name": "GeoToolbox",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/geotoolbox",
   "summary": null,
   "body": "none"
  },
  {
   "name": "GLKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/glkit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "GroupActivities",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/groupactivities",
   "summary": null,
   "body": "none"
  },
  {
   "name": "GSS",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/gss",
   "summary": null,
   "body": "none"
  },
  {
   "name": "HealthKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/healthkit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "HealthKitUI",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/healthkitui",
   "summary": null,
   "body": "none"
  },
  {
   "name": "HomeKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/homekit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "iAd",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/iad",
   "summary": null,
   "body": "none"
  },
  {
   "name": "IdentityDocumentServices",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/identitydocumentservices",
   "summary": null,
   "body": "none"
  },
  {
   "name": "IdentityDocumentServicesUI",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/identitydocumentservicesui",
   "summary": null,
   "body": "none"
  },
  {
   "name": "IdentityLookup",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/identitylookup",
   "summary": null,
   "body": "none"
  },
  {
   "name": "IdentityLookupUI",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/identitylookupui",
   "summary": null,
   "body": "none"
  },
  {
   "name": "ImageCaptureCore",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/imagecapturecore",
   "summary": null,
   "body": "none"
  },
  {
   "name": "ImagePlayground",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/imageplayground",
   "summary": null,
   "body": "none"
  },
  {
   "name": "ImmersiveMediaSupport",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/immersivemediasupport",
   "summary": null,
   "body": "none"
  },
  {
   "name": "IntentsUI",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/intentsui",
   "summary": null,
   "body": "none"
  },
  {
   "name": "IOSurface",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/iosurface",
   "summary": null,
   "body": "none"
  },
  {
   "name": "JavaScriptCore",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/javascriptcore",
   "summary": null,
   "body": "none"
  },
  {
   "name": "JournalingSuggestions",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/journalingsuggestions",
   "summary": null,
   "body": "none"
  },
  {
   "name": "LightweightCodeRequirements",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/lightweightcoderequirements",
   "summary": null,
   "body": "none"
  },
  {
   "name": "LinkPresentation",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/linkpresentation",
   "summary": null,
   "body": "none"
  },
  {
   "name": "LinkSecurity",
   "status": "unchanged",
   "private": false,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "LiveCommunicationKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/livecommunicationkit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "LocalAuthentication",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/localauthentication",
   "summary": null,
   "body": "none"
  },
  {
   "name": "LocalAuthenticationEmbeddedUI",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/localauthenticationembeddedui",
   "summary": null,
   "body": "none"
  },
  {
   "name": "LockedCameraCapture",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/lockedcameracapture",
   "summary": null,
   "body": "none"
  },
  {
   "name": "ManagedApp",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/managedapp",
   "summary": null,
   "body": "none"
  },
  {
   "name": "ManagedAppDistribution",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/managedappdistribution",
   "summary": null,
   "body": "none"
  },
  {
   "name": "ManagedSettings",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/managedsettings",
   "summary": null,
   "body": "none"
  },
  {
   "name": "ManagedSettingsUI",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/managedsettingsui",
   "summary": null,
   "body": "none"
  },
  {
   "name": "MapKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/mapkit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "MarketplaceKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/marketplacekit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "MatterSupport",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/mattersupport",
   "summary": null,
   "body": "none"
  },
  {
   "name": "MediaAccessibility",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/mediaaccessibility",
   "summary": null,
   "body": "none"
  },
  {
   "name": "MediaIntents",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/mediaintents",
   "summary": null,
   "body": "none"
  },
  {
   "name": "MediaPlayer",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/mediaplayer",
   "summary": null,
   "body": "none"
  },
  {
   "name": "MediaSetup",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/mediasetup",
   "summary": null,
   "body": "none"
  },
  {
   "name": "MediaToolbox",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/mediatoolbox",
   "summary": null,
   "body": "none"
  },
  {
   "name": "MessageUI",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/messageui",
   "summary": null,
   "body": "none"
  },
  {
   "name": "Metal",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/metal",
   "summary": null,
   "body": "none"
  },
  {
   "name": "MetalFX",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/metalfx",
   "summary": null,
   "body": "none"
  },
  {
   "name": "MetalKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/metalkit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "MetalPerformancePrimitives",
   "status": "unchanged",
   "private": false,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "MetalPerformanceShaders",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/metalperformanceshaders",
   "summary": null,
   "body": "none"
  },
  {
   "name": "MetalPerformanceShadersGraph",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/metalperformanceshadersgraph",
   "summary": null,
   "body": "none"
  },
  {
   "name": "MLCompute",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/mlcompute",
   "summary": null,
   "body": "none"
  },
  {
   "name": "MobileCoreServices",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/mobilecoreservices",
   "summary": null,
   "body": "none"
  },
  {
   "name": "ModelIO",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/modelio",
   "summary": null,
   "body": "none"
  },
  {
   "name": "MultipeerConnectivity",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/multipeerconnectivity",
   "summary": null,
   "body": "none"
  },
  {
   "name": "MusicKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/musickit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "MusicUnderstanding",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/musicunderstanding",
   "summary": null,
   "body": "none"
  },
  {
   "name": "NaturalLanguage",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/naturallanguage",
   "summary": null,
   "body": "none"
  },
  {
   "name": "Network",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/network",
   "summary": null,
   "body": "none"
  },
  {
   "name": "NotificationCenter",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/notificationcenter",
   "summary": null,
   "body": "none"
  },
  {
   "name": "NowPlaying",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/nowplaying",
   "summary": null,
   "body": "none"
  },
  {
   "name": "OpenAL",
   "status": "unchanged",
   "private": false,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "OpenGLES",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/opengles",
   "summary": null,
   "body": "none"
  },
  {
   "name": "OSLog",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/oslog",
   "summary": null,
   "body": "none"
  },
  {
   "name": "PHASE",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/phase",
   "summary": null,
   "body": "none"
  },
  {
   "name": "ProximityReader",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/proximityreader",
   "summary": null,
   "body": "none"
  },
  {
   "name": "PushKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/pushkit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "PushToTalk",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/pushtotalk",
   "summary": null,
   "body": "none"
  },
  {
   "name": "QuartzCore",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/quartzcore",
   "summary": null,
   "body": "none"
  },
  {
   "name": "QuickLookThumbnailing",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/quicklookthumbnailing",
   "summary": null,
   "body": "none"
  },
  {
   "name": "RealityKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/realitykit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "RelevanceKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/relevancekit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "RoomPlan",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/roomplan",
   "summary": null,
   "body": "none"
  },
  {
   "name": "SafariServices",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/safariservices",
   "summary": null,
   "body": "none"
  },
  {
   "name": "SafetyKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/safetykit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "SceneKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/scenekit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "ScreenCaptureKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/screencapturekit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "ScreenTime",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/screentime",
   "summary": null,
   "body": "none"
  },
  {
   "name": "SecureElementCredential",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/secureelementcredential",
   "summary": null,
   "body": "none"
  },
  {
   "name": "Security",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/security",
   "summary": null,
   "body": "none"
  },
  {
   "name": "SecurityUI",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/securityui",
   "summary": null,
   "body": "none"
  },
  {
   "name": "SensitiveContentAnalysis",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/sensitivecontentanalysis",
   "summary": null,
   "body": "none"
  },
  {
   "name": "SensorKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/sensorkit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "ServicesAccountLinking",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/servicesaccountlinking",
   "summary": null,
   "body": "none"
  },
  {
   "name": "SharedWithYou",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/sharedwithyou",
   "summary": null,
   "body": "none"
  },
  {
   "name": "SharedWithYouCore",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/sharedwithyoucore",
   "summary": null,
   "body": "none"
  },
  {
   "name": "ShazamKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/shazamkit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "Social",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/social",
   "summary": null,
   "body": "none"
  },
  {
   "name": "SoundAnalysis",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/soundanalysis",
   "summary": null,
   "body": "none"
  },
  {
   "name": "Speech",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/speech",
   "summary": null,
   "body": "none"
  },
  {
   "name": "SpriteKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/spritekit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "StateReporting",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/statereporting",
   "summary": null,
   "body": "none"
  },
  {
   "name": "StickerFoundation",
   "status": "unchanged",
   "private": false,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "StickerKit",
   "status": "unchanged",
   "private": false,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "StoreKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/storekit",
   "summary": null,
   "body": "fragment"
  },
  {
   "name": "SuggestedActions",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/suggestedactions",
   "summary": null,
   "body": "none"
  },
  {
   "name": "Symbols",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/symbols",
   "summary": null,
   "body": "none"
  },
  {
   "name": "SystemConfiguration",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/systemconfiguration",
   "summary": null,
   "body": "none"
  },
  {
   "name": "SystemExtensions",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/systemextensions",
   "summary": null,
   "body": "none"
  },
  {
   "name": "TabularData",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/tabulardata",
   "summary": null,
   "body": "none"
  },
  {
   "name": "TelephonyMessagingKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/telephonymessagingkit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "ThreadNetwork",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/threadnetwork",
   "summary": null,
   "body": "fragment"
  },
  {
   "name": "TipKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/tipkit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "TouchController",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/touchcontroller",
   "summary": null,
   "body": "none"
  },
  {
   "name": "Translation",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/translation",
   "summary": null,
   "body": "none"
  },
  {
   "name": "TranslationUIProvider",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/translationuiprovider",
   "summary": null,
   "body": "none"
  },
  {
   "name": "TrustInsights",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/trustinsights",
   "summary": null,
   "body": "fragment"
  },
  {
   "name": "UniformTypeIdentifiers",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/uniformtypeidentifiers",
   "summary": null,
   "body": "none"
  },
  {
   "name": "UserNotifications",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/usernotifications",
   "summary": null,
   "body": "none"
  },
  {
   "name": "UserNotificationsUI",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/usernotificationsui",
   "summary": null,
   "body": "none"
  },
  {
   "name": "VideoSubscriberAccount",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/videosubscriberaccount",
   "summary": null,
   "body": "none"
  },
  {
   "name": "VisionKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/visionkit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "VisualIntelligence",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/visualintelligence",
   "summary": null,
   "body": "none"
  },
  {
   "name": "WatchConnectivity",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/watchconnectivity",
   "summary": null,
   "body": "none"
  },
  {
   "name": "WeatherKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/weatherkit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "WidgetKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/widgetkit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "WiFiAware",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/wifiaware",
   "summary": null,
   "body": "none"
  },
  {
   "name": "WiFiInfrastructure",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/wifiinfrastructure",
   "summary": null,
   "body": "none"
  },
  {
   "name": "WirelessInsights",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/wirelessinsights",
   "summary": null,
   "body": "none"
  },
  {
   "name": "WorkoutKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/workoutkit",
   "summary": null,
   "body": "none"
  }
 ]
}