{
 "schema_version": 1,
 "slug": "ios27.0-b29.15-to-b45.9",
 "title": "27.0 \u00b7 beta 1 \u2192 beta 2",
 "old_ver": "27.0",
 "new_ver": "27.0",
 "old_build": "25183.29.15",
 "new_build": "25183.45.9",
 "generated_at": "2026-07-07T02:14:00+00:00",
 "frameworks": [
  {
   "name": "_DataDetection_SwiftUI",
   "status": "new",
   "private": true,
   "docs_url": null,
   "summary": "Minor structural additions \u2014 new module imports (`DataDetection`, `SwiftUI`, `_Concurrency`) with no API surface changes.",
   "body": "fragment"
  },
  {
   "name": "_ScreenCaptureKit_SwiftUI",
   "status": "new",
   "private": true,
   "docs_url": null,
   "summary": "New private framework `_ScreenCaptureKit_SwiftUI` introduces a `View.recordingEditor(_:)` SwiftUI modifier for embedding a ScreenCaptureKit recording editor into a view hierarchy.",
   "body": "fragment"
  },
  {
   "name": "LinkSecurity",
   "status": "new",
   "private": false,
   "docs_url": null,
   "summary": "New framework \u2014 `LinkSecurity` is newly available as a Swift module with no public API surface exposed yet beyond its imports.",
   "body": "fragment"
  },
  {
   "name": "_CoreSpotlight_FoundationModels",
   "status": "changed",
   "private": true,
   "docs_url": null,
   "summary": "The UTType resolution strategy API (`UTTypeResolutionStrategy`, `UTTypeHierarchyStrategy`, `UTTypeResolutionResult`) has been removed entirely, and `SpotlightSearchTool.Configuration` gains a `maximumResponseSize` parameter in its initializer.",
   "body": "fragment"
  },
  {
   "name": "_RealityKit_ComputeGraph",
   "status": "changed",
   "private": true,
   "docs_url": null,
   "summary": "The framework now re-exports RealityKit directly, while `Address` (including its `Codable` members) and `ParameterHandle` have been removed.",
   "body": "fragment"
  },
  {
   "name": "_USDKit_RealityKit",
   "status": "changed",
   "private": true,
   "docs_url": null,
   "summary": "All top-level render data types (`MeshData`, `MaterialData`, `DeformationData`, `TextureData`, and their ID/helper types) have been moved inside `USDPlayer` as nested types, breaking any existing code that references them at the module level.\n\n- `UsdRenderMessage` and the `Name.USDStageKitRenderComplete` notification constant have been removed with no replacement.\n- `FrameUpdate.timestamp` is replaced by `timeCode`, and `importCustomIBLTexture(data:)` now throws and returns the nested `USDPlayer.TextureData` instead of the optional top-level type.",
   "body": "fragment"
  },
  {
   "name": "Accessibility",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/accessibility",
   "summary": "New API to query whether \"Application Accessibility\" is enabled system-wide (`AXApplicationAccessibilityEnabled`) and observe changes to that setting via a notification/message identifier.",
   "body": "fragment"
  },
  {
   "name": "AccessoryTransportExtension",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/accessorytransportextension",
   "summary": "New `AccessoryFeatureSession` protocol introduced, enabling extensions to send messages and identify sessions via `sessionID`.",
   "body": "fragment"
  },
  {
   "name": "AppIntents",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/appintents",
   "summary": "A large set of Assistant Schema intent/entity conformance points were removed (AppStore, ImageGeneration, several Mail/Browser/Presentation/Photos schemas), while a small number of new schema hooks and query capabilities were added.\n\n- Several `AssistantSchemas` and `AppSchema` protocol namespaces were removed outright (e.g., `AppStoreEntity/Intent`, `ImageGenerationEntity/Enum/Intent`, `PresentationEnum`), breaking any app that adopted those schemas.\n- New additions include `AppSchema.SystemIntent.searchInApp`, `AppSchema.ClockEnum.stopwatchState`, `IntentValueQuery.allowedExecutionTargets`, and `CSSearchableItemAttributeSet.relatedAppEntityIdentifier`.\n- `IntentResponseStream.append(entity:)` was removed, and `CalendarIntent.deleteEvents` was renamed to `deleteEvent` (singular).",
   "body": "fragment"
  },
  {
   "name": "AppManagedFeatures",
   "status": "changed",
   "private": false,
   "docs_url": null,
   "summary": "New error cases on `AppManagedFeaturesError` cover three failure conditions: `notAuthorized`, `notAvailable`, and `prohibitedWatchExtensionFound`.",
   "body": "fragment"
  },
  {
   "name": "AVFoundation",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/avfoundation",
   "summary": "New API extends external sync device support with a signal-compensation-delay capability query and a rotation-angle helper keyed to device orientation, while `AVCaptureVideoOrientation` (already deprecated) moves from `AVCaptureSession.h` to `AVCaptureDevice.h` with iOS availability now kept open (not deprecated on iOS).",
   "body": "fragment"
  },
  {
   "name": "AVKit",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/avkit",
   "summary": "A new `AVPlaybackUserInterfaceControllable` protocol family has been added, enabling custom playback UI implementations to control and observe playback state, timeline, media selection, volume, and metadata on non-iOS platforms.\n\n- The `AVInterfaceControllable` types (previously iOS-only, blocked on Mac Catalyst) are now available on Mac Catalyst as well, removing the `API_UNAVAILABLE(macCatalyst)` restriction.\n- The parallel `AVPlaybackUserInterface*` protocol suite (`AVPlaybackUserInterfaceControllable` and its sub-protocols) is currently marked unavailable on all shipping platforms, indicating a forward declaration for a future platform.",
   "body": "fragment"
  },
  {
   "name": "AVSystemRouting",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/avsystemrouting",
   "summary": "Minor annotation fix \u2014 `NS_REFINED_FOR_SWIFT` moved from the `typedef` line to the closing brace on two enums (`AVSystemRouteLaunchMode`, `AVSystemRouteEventReason`), with no behavioral change.",
   "body": "fragment"
  },
  {
   "name": "BrowserEngineKit",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/browserenginekit",
   "summary": "Two API variants on `BEWebContentFilter` were removed and replaced with more specific versions, and the `BEWebContentFilterPermissionDecision` enum gained a Swift-friendly nested name.\n\n- The `evaluateURL:mainDocumentURL:completionHandler:` method was removed in favor of `evaluateURL:mainFrameURL:isMainFrame:completionHandler:`.\n- The view-less `requestPermissionForURL:referrerURL:completionHandler:` overload was removed; callers must now pass a `presentingView`.",
   "body": "fragment"
  },
  {
   "name": "BrowserKit",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/browserkit",
   "summary": "`BEBrowserContentFilter` is now available on macOS 27.0 in addition to iOS 27.0.",
   "body": "fragment"
  },
  {
   "name": "CarPlay",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/carplay",
   "summary": "`CPMapPanelButtonConfiguration` renames `symbolButton` to `secondaryButton` and makes `travelEstimates` mutable \u2014 existing code using the old parameter label or treating `travelEstimates` as read-only will break.\n\n- `CPNavigationSession` gains `routeSharingEnabled` and `routeSharingSupported` properties (iOS 27), with a corresponding `mapTemplate:didUpdateRouteSharingEnabled:` delegate callback.\n- `CPMultiStopCardConfiguration` adds an initializer and property to attach a `UIImage` to the card.\n- `CPPanel` replaces the instance `identifier` property with a class-level `maximumPanelItemsCount` and a new `showsCloseButton` toggle.",
   "body": "fragment"
  },
  {
   "name": "Charts",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/charts",
   "summary": "The Charts framework's `ViewBuilder` overloads for `buildEither(first:)` and `buildEither(second:)` have been removed, which may break conditional chart-content expressions that relied on these builder methods.",
   "body": "fragment"
  },
  {
   "name": "ColorSync",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/colorsync",
   "summary": "New `HeadroomAdaptiveGainCurve` API lets developers embed HDR headroom/tone-mapping metadata into `ColorSyncProfile`, describing adaptive gain curves with configurable color volume transforms, tone-mapping methods (reference-white-based or custom spline control points), and target chromaticities (BT.709, BT.2020, Display P3, or custom).",
   "body": "fragment"
  },
  {
   "name": "ComputeGraph",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/computegraph",
   "summary": "`NodeDefinition.Kind` enum cases now take a framework-owned `ComputeNodeGraph.DataType` instead of `Metal.MTLDataType`, breaking all call sites that construct node definitions with Metal data types directly.\n\n- The `Topology` enum and `ComputeGraphSimulation` simulation-state properties (`graphParametersBuffer`, `outputIds`) have been removed entirely.\n- Structure-related enum cases (`StateType.structure`, `ValueType.structure`) now take a `StructureDefinition` value object instead of separate `typeName`/`layout` arguments.\n- `ComputeNodeGraph` gains serialization support via `data(using:)` and a new `Format` enum (JSON and property list), plus a `data:`-based initializer for deserialization.",
   "body": "fragment"
  },
  {
   "name": "CoreGraphics",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/coregraphics",
   "summary": "The `CodingKeys` enums for `CGColor` and `CGColorSpace` (used to support `Codable` serialization of those types) have been removed.",
   "body": "fragment"
  },
  {
   "name": "CoreImage",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/coreimage",
   "summary": "New `estimateRender:fromRect:toDestination:atPoint:error:` method on `CIContext` allows asynchronous render-cost estimation without committing a full render pass.",
   "body": "fragment"
  },
  {
   "name": "CoreTelephony",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/coretelephony",
   "summary": "`CTCellularPlanStatus` gains iOS 27 APIs for phone-number authorization and availability hints, and `CTSlicingManager.AppCategory.browsers` is renamed to `webBrowser`.\n\n- `CTCellularPlanStatus` adds `requestAuthorizationForPhoneNumber:`, `getAuthorizationStatusForPhoneNumber:`, and `getStatusHintForPhoneNumber:`, backed by new `Authorization`, `Availability`, and `AvailabilityConfidence` enums.\n- `CTQuickSwitch` changes `registerForLaunchOnQuickSwitchStateEvents:` and its unregister counterpart from instance methods to class methods, which is a breaking change for existing callers.",
   "body": "fragment"
  },
  {
   "name": "CryptoTokenKit",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/cryptotokenkit",
   "summary": "New `TKErrorCode.invalidatedDeviceKey` error code added to signal that a device key has been invalidated.",
   "body": "fragment"
  },
  {
   "name": "ExtensionFoundation",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/extensionfoundation",
   "summary": "The `AppExtensionPoint.Scope.Restriction.none` enum case has been removed, which is a breaking change for any code that matches or assigns that value.",
   "body": "fragment"
  },
  {
   "name": "FileProvider",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/fileprovider",
   "summary": "Namespace policy APIs, previously marked unavailable on all platforms, are now available starting in macOS 27 and iOS 27.",
   "body": "fragment"
  },
  {
   "name": "FoundationModels",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/foundationmodels",
   "summary": "`AnyTool` and the `Result` enum have been removed, breaking existing tool-wrapping code, while `LanguageModelError.Refusal` gains an `explanation`/`explanationStream` for surfacing refusal reasons to users.\n\n- `DynamicInstructionsForEach` is now a public concrete struct (replacing the internal `_DynamicInstructionsForEach`), and `DynamicInstructionsBuilder`/`DynamicProfileBuilder` gain `buildLimitedAvailability` support for availability-gated instructions.\n- `promptRepresentation` and `instructionsRepresentation` are now available on primitive Swift types (`Bool`, `Int`, `Double`, `Float`, `Decimal`) and on `Generable`, expanding what can be passed directly as prompt/instruction content.\n- `LanguageModelSession.AnyDynamicProfile` is a new type-erased wrapper for dynamic session profiles, and `DynamicProfile` gains a `model(_:)` method for specifying the model per profile.",
   "body": "fragment"
  },
  {
   "name": "HealthKit",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/healthkit",
   "summary": "`HKHealthStore` gains a new API to query the earliest authorized sample date across multiple types at once, and `HKWorkoutZoneConfiguration.ConfigurationType` (with its `automatic`/`custom`/`manual` cases) has been removed entirely.",
   "body": "fragment"
  },
  {
   "name": "ImageIO",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/imageio",
   "summary": "Two new IPTC extension metadata keys allow reading and writing AI provenance information (`kCGImagePropertyIPTCExtAISystemUsed` and `kCGImagePropertyIPTCExtAISystemVersionUsed`) in image properties.",
   "body": "fragment"
  },
  {
   "name": "ImagePlayground",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/imageplayground",
   "summary": "New dependency on QuartzCore is now imported by the framework.",
   "body": "fragment"
  },
  {
   "name": "Matter",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/matter",
   "summary": "Four new provisional clusters are added (`ElectricalDistribution`, `ElectricalProtectionAlarm`, `DynamicLighting`, `SmokeConcentrationMeasurement`), while the previously provisional `Timer` cluster is removed entirely.\n\n- The `JointFabricDatastore` access-control enums have breaking raw-value renumbering (e.g., `AuthModePASE` shifts from 0\u21921, `PrivilegeView` from 0\u21921), which will silently corrupt any code that stored or compared those values numerically.\n- Two new device type IDs are added (`HumidifierDehumidifier`, `ElectricalDistributionEnclosure`), and all concentration-measurement clusters gain two new `MeasurementUnit` cases (`DBPM`, `PCFT`).",
   "body": "fragment"
  },
  {
   "name": "MediaIntelligence",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/mediaintelligence",
   "summary": "The internal Core Data persistence layer (`MIDataStore`, `MIManagedFace`, and related types) has been removed from the public API surface.",
   "body": "fragment"
  },
  {
   "name": "MediaIntents",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/mediaintents",
   "summary": "The `AudioSearch.SpotlightResult` type and the associated `spotlightSearchResults` parameter have been removed, and `AudioSearch` now initializes with `init(criteria:)` alone.",
   "body": "fragment"
  },
  {
   "name": "MetalPerformanceShadersGraph",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/metalperformanceshadersgraph",
   "summary": "`MPSGraphSDPADescriptor` and its `scaledDotProductAttention` method have been bumped from macOS/iOS 26 to 27, making them unavailable in the current release.\n\n- `convertLayoutToNHWC` on `MPSGraphCompilationDescriptor` is deprecated immediately (available since 26.4), replaced by the new `disableAutoLayoutConversion` \u2014 NHWC layout conversion is now on by default on M5 and newer hardware.",
   "body": "fragment"
  },
  {
   "name": "MetricKit",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/metrickit",
   "summary": "Two internal constructors on `AveragePixelLuminance` and `SignalBars` have been removed, with no new additions.",
   "body": "fragment"
  },
  {
   "name": "MusicUnderstanding",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/musicunderstanding",
   "summary": "Minor cleanup \u2014 explicit `debugDescription` properties have been removed from five result types (`InstrumentActivityResult`, `LoudnessResult`, `PaceResult`, `RhythmResult`, `StructureResult`), leaving their debug representation to synthesized behavior.",
   "body": "fragment"
  },
  {
   "name": "NearbyInteraction",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/nearbyinteraction",
   "summary": "A new `NIBodyIdentifiable` protocol and `NISession.originBody` property (iOS 27) enable associating a session with a physical body identity, gated behind the `APPLE_FEATURE_NIBODY` feature flag.\n\n- `NIDLTDOAMeasurementFloorElevation` dropped its `NSSecureCoding` conformance.",
   "body": "fragment"
  },
  {
   "name": "Network",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/network",
   "summary": "TCP metadata gains a `setMaxPacingRate(_:)` method for controlling send pacing, while two internal actor handler typealiases were removed.",
   "body": "fragment"
  },
  {
   "name": "NowPlaying",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/nowplaying",
   "summary": "New `MediaDuration.continuous` case added to represent unbounded/continuous media duration.",
   "body": "fragment"
  },
  {
   "name": "PaperKit",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/paperkit",
   "summary": "`PaperDocumentDisplayMode` enum (with `continuousScroll` and `twoUp` cases) has been removed, along with the default initializer for `PaperMarkupViewController.ScrollConfiguration`.",
   "body": "fragment"
  },
  {
   "name": "PassKit",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/passkit",
   "summary": "`PKPassLibrary.sign(_:using:completion:)` is deprecated in iOS 26 / watchOS 26 with no replacement offered.\n\n- Three properties on `PKAddCarKeyPassConfiguration` (`vehicleIdentifier`, `ownerPairingToken`, `region`) were removed before their iOS 26.4 availability shipped.\n- The `PKTTRComponentIDCarKeys` constant was removed from `PKConstants.h`.",
   "body": "fragment"
  },
  {
   "name": "Photos",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/photos",
   "summary": "A new `PHCollectionListSubtypeRootFolder` enum value (available on all platforms at OS version 27) identifies the root folder of the photo library collection hierarchy.",
   "body": "fragment"
  },
  {
   "name": "ProximityReader",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/proximityreader",
   "summary": "Two new error cases (`incompatibleRequest` and `networkError`) added to `CustomerEngagementSession.Error`.",
   "body": "fragment"
  },
  {
   "name": "QuartzCore",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/quartzcore",
   "summary": "`CADisplayLink.displayLinkWithTarget:selector:` is now explicitly marked `API_UNAVAILABLE(macos)`.",
   "body": "fragment"
  },
  {
   "name": "RealityFoundation",
   "status": "changed",
   "private": false,
   "docs_url": null,
   "summary": "Gaussian Splat rendering support has been added via `GaussianSplatResource` and `GaussianSplatComponent`, enabling 3D Gaussian Splat scenes to be placed and monitored as RealityKit entities.\n\n- The Portal API has been redesigned: `PortalFactory`, `ClippingPrimitiveComponent`, and the old `PortalComponent.Plane` radius-based setup are removed and replaced with a new `PortalComponent`-based API using `BoundaryStyle`, `BoundaryMode`, and `SurfaceStyle`.\n- `BloomSettingsComponent` and `CustomMaterial.PostLightingShader` have been removed with no direct replacements visible in this diff.",
   "body": "fragment"
  },
  {
   "name": "ScreenCaptureKit",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/screencapturekit",
   "summary": "ScreenCaptureKit is expanding to iOS, tvOS, and visionOS, with most existing error codes, stream configuration properties, and content style values gaining availability on those platforms for the first time.\n\n- `SCStream.cameraEnabled` is now restricted to iOS only (removed from macOS/macCatalyst), and `SCStreamErrorMissingBackgroundMode` is similarly restricted to iOS/visionOS/tvOS only (removed from macOS).\n- `SCStreamConfiguration.width/height` availability corrected back to macOS 12.3 (from 13.0).",
   "body": "fragment"
  },
  {
   "name": "SecureElementCredential",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/secureelementcredential",
   "summary": "New `invalidProductConfigID` error case added to `CredentialSession.ErrorCode`.",
   "body": "fragment"
  },
  {
   "name": "SharedWithYou",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/sharedwithyou",
   "summary": "New `hasPendingAccessRequests` property added to `SWCollaborationView`, though it is unavailable on iOS, macOS, and visionOS (so practically inaccessible on all current platforms).",
   "body": "fragment"
  },
  {
   "name": "StickerKit",
   "status": "changed",
   "private": false,
   "docs_url": null,
   "summary": "Two internal transcode-management classes (`AnimatedStickerTranscodeSlotPool` and `TranscodeSessionPair`) have been removed from the public API.",
   "body": "fragment"
  },
  {
   "name": "SwiftData",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/swiftdata",
   "summary": "Single new method `DefaultHistoryUpdate.containsAttribute(_:)` added for querying whether a history update involves a specific attribute.",
   "body": "fragment"
  },
  {
   "name": "SwiftUI",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/swiftui",
   "summary": "New `Document` protocol and related APIs formalize document-based app configuration, including a new `DocumentGroup` initializer with an `allowCreating` parameter and modifiers for customizing the document launch screen title and subtitle.\n\n- `BorderedTextFieldStyle` is newly available as a concrete struct with a `TextFieldStyle.bordered` static accessor.",
   "body": "fragment"
  },
  {
   "name": "SwiftUICore",
   "status": "changed",
   "private": false,
   "docs_url": null,
   "summary": "New `TextInputBorderShape` type lets views control the border shape of text input fields (automatic, capsule, or rounded rectangle) via a new `.textInputBorderShape(_:)` modifier and matching environment value.\n\n- `GeometryProxy` gains a `concentricCornerRadii` property and `concentricCornerRadii(in:)` method for computing corner radii that are visually concentric with an outer container.",
   "body": "fragment"
  },
  {
   "name": "UIKit",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/uikit",
   "summary": "`UITextChecker` gains async grammar-checking support via two new methods (`requestGrammarCheckingOfString:\u2026` and `ignoreGrammarRange:inSentence:`), and a new `UIPhotoSearchSuggestion` input-suggestion type is added for photo search queries.\n\n- `NSTextAlignmentToCTTextAlignment` and its inverse are now explicitly marked `API_UNAVAILABLE(macos)`, removing the previously implied macOS availability.\n- The `NSTextSelectionNavigation` delegate gains `convertInteractionPoint:toContainerAtLocation:` for coordinate conversion between interaction points and text containers.",
   "body": "fragment"
  },
  {
   "name": "USDKit",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/usdkit",
   "summary": "`StageKitPlugin` and `UsdStage` have been removed, replaced by a new `USDStage`-based API with a full suite of USD math value types (vectors, matrices, quaternions) and a generic `USDArray` collection type.\n\n- `USDPrim` gains `hasAPISchema`, `isSchema`, `makeRelationship`, `resetTransform`, and a typed subscript, giving prims richer schema-introspection and authoring capabilities.\n- The new `USDValue` math types (Vec2\u20134, Matrix2\u20134, Quat in f/d/h/i variants) bridge to simd and support `simd`, `projectiveTransform`, and `matrix` interop properties.",
   "body": "fragment"
  },
  {
   "name": "WebKit",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/webkit",
   "summary": "`WKContentWorldConfiguration` gains `nodeSerializationEnabled` and `jsHandleCreationEnabled` properties with broader platform availability (previously iOS-only; restrictions removed).",
   "body": "fragment"
  },
  {
   "name": "WiFiAware",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/wifiaware",
   "summary": "New `NWParameters` subclass with a `wifiAware` factory method enables creating network parameters configured for Wi-Fi Aware connections.",
   "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": "none"
  },
  {
   "name": "_AppIntents_UIKit",
   "status": "unchanged",
   "private": true,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "_AuthenticationServices_SwiftUI",
   "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": "_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_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": "_PermissionKit_SwiftUI",
   "status": "unchanged",
   "private": true,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "_PermissionKit_UIKit",
   "status": "unchanged",
   "private": true,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "_Photos_AppIntents",
   "status": "unchanged",
   "private": true,
   "docs_url": null,
   "summary": null,
   "body": "fragment"
  },
  {
   "name": "_PhotosUI_SwiftUI",
   "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_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": "_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": "_SwiftData_SwiftUI",
   "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": "none"
  },
  {
   "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": "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": "AuthenticationServices",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/authenticationservices",
   "summary": null,
   "body": "none"
  },
  {
   "name": "AutomatedDeviceEnrollment",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/automateddeviceenrollment",
   "summary": null,
   "body": "none"
  },
  {
   "name": "AutomaticAssessmentConfiguration",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/automaticassessmentconfiguration",
   "summary": null,
   "body": "none"
  },
  {
   "name": "AVFAudio",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/avfaudio",
   "summary": null,
   "body": "fragment"
  },
  {
   "name": "AVRouting",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/avrouting",
   "summary": null,
   "body": "none"
  },
  {
   "name": "BackgroundAssets",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/backgroundassets",
   "summary": null,
   "body": "none"
  },
  {
   "name": "BackgroundTasks",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/backgroundtasks",
   "summary": null,
   "body": "none"
  },
  {
   "name": "BrowserEngineCore",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/browserenginecore",
   "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": "CFNetwork",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/cfnetwork",
   "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": "ClassKitUI",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/classkitui",
   "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": "fragment"
  },
  {
   "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": "ContactsUI",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/contactsui",
   "summary": null,
   "body": "none"
  },
  {
   "name": "CoreAI",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/coreai",
   "summary": null,
   "body": "none"
  },
  {
   "name": "CoreAudio",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/coreaudio",
   "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": "CoreData",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/coredata",
   "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": "CoreMedia",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/coremedia",
   "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": "CryptoKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/cryptokit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "DataDetection",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/datadetection",
   "summary": null,
   "body": "none"
  },
  {
   "name": "DeclaredAgeRange",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/declaredagerange",
   "summary": null,
   "body": "fragment"
  },
  {
   "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": "EnhancedLinkSecurity",
   "status": "unchanged",
   "private": false,
   "docs_url": null,
   "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": "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": "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": "Foundation",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/foundation",
   "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": "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": "ImmersiveMediaSupport",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/immersivemediasupport",
   "summary": null,
   "body": "none"
  },
  {
   "name": "Intents",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/intents",
   "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": "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": "MediaDevice",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/mediadevice",
   "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": "Messages",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/messages",
   "summary": null,
   "body": "none"
  },
  {
   "name": "MessageUI",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/messageui",
   "summary": null,
   "body": "fragment"
  },
  {
   "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": "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": "NaturalLanguage",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/naturallanguage",
   "summary": null,
   "body": "none"
  },
  {
   "name": "NetworkExtension",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/networkextension",
   "summary": null,
   "body": "none"
  },
  {
   "name": "NotificationCenter",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/notificationcenter",
   "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": "PDFKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/pdfkit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "PencilKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/pencilkit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "PermissionKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/permissionkit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "PHASE",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/phase",
   "summary": null,
   "body": "none"
  },
  {
   "name": "PhotosUI",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/photosui",
   "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": "QuickLook",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/quicklook",
   "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": "ReplayKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/replaykit",
   "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": "ScreenTime",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/screentime",
   "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": "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": "StoreKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/storekit",
   "summary": null,
   "body": "none"
  },
  {
   "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": "none"
  },
  {
   "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": "VideoToolbox",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/videotoolbox",
   "summary": null,
   "body": "none"
  },
  {
   "name": "Vision",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/vision",
   "summary": null,
   "body": "fragment"
  },
  {
   "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": "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"
  }
 ]
}