{
 "schema_version": 1,
 "slug": "ios27.0-b54.10-to-b64.12",
 "title": "27.0 \u00b7 beta 3 \u2192 beta 4",
 "old_ver": "27.0",
 "new_ver": "27.0",
 "old_build": "25183.54.10",
 "new_build": "25183.64.12",
 "generated_at": "2026-08-17T23:42:24+00:00",
 "frameworks": [
  {
   "name": "_CoreSpotlight_FoundationModels",
   "status": "changed",
   "private": true,
   "docs_url": null,
   "summary": "Throughout the framework, `CSSearchableItem` has been replaced with the new `CoreSpotlight.SearchableItem` type in all APIs (`ScoredSearchableItem`, `SearchPipelineData`, `SpotlightSearchTool`, and `CustomStage`), which is a breaking change for any code that passed or received `CSSearchableItem` directly.",
   "body": "fragment"
  },
  {
   "name": "_USDKit_RealityKit",
   "status": "changed",
   "private": true,
   "docs_url": null,
   "summary": "`Codable` support added to `USDStageComponent` via synthesized `init(from:)` and `encode(to:)`.",
   "body": "fragment"
  },
  {
   "name": "AccessorySetupKit",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/accessorysetupkit",
   "summary": "New framework-level imports added (`MarketplaceKit` and `os.log`); no public API additions or removals.",
   "body": "fragment"
  },
  {
   "name": "AccessoryTransportExtension",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/accessorytransportextension",
   "summary": "New `accessory` property added to `AccessoryFeatureSession`, giving extension implementations direct access to the associated accessory object.",
   "body": "fragment"
  },
  {
   "name": "AppIntents",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/appintents",
   "summary": "`EntityQuery.displayRepresentations(for:requestedComponents:)` is renamed to `displayRepresentations(for:)` and `InstanceDisplayRepresentable.displayRepresentation(with:)` is removed, requiring call-site updates.\n\n- `AppSchema.MapsIntent.addNavigationWaypoints` is replaced by `updateNavigationWaypoints`.\n- `DisplayRepresentation.init(title:subtitle:synonyms:image:)` adds a `synonyms` parameter to the primary display representation initializer.\n- `IntentWidgetFamily` gains a `systemExtraLargePortrait` case.",
   "body": "fragment"
  },
  {
   "name": "AppManagedFeatures",
   "status": "changed",
   "private": false,
   "docs_url": null,
   "summary": "New `FeatureManager.lock(_:)` API lets managed-app providers lock features using a `LockConfiguration` that specifies included/excluded app bundle identifiers and web domains, with a typed `FeatureManager.Error` covering authorization and configuration failures.",
   "body": "fragment"
  },
  {
   "name": "ARKit",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/arkit",
   "summary": "ARKit replaces `UIInterfaceOrientation`-based APIs with a numeric `viewRotationAngle` (in radians) across `ARCamera`, `ARFrame`, and `ARSession`, deprecating the old orientation-parameter variants as of iOS 27.\n\n- `ARSession` gains `viewRotationAngle` and `viewLayer` properties, plus a delegate callback `session:didChangeViewRotationAngle:` to track rotation changes without relying on `UIInterfaceOrientation`.\n- `ARCamera` gets replacement methods `projectionMatrix(viewRotationAngle:...)`, `projectPoint:viewRotationAngle:...`, `unprojectPoint:ontoPlane...viewRotationAngle:...`, and `viewMatrix(viewRotationAngle:)` as direct substitutes for the deprecated orientation-based equivalents.",
   "body": "fragment"
  },
  {
   "name": "AudioAccessoryKit",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/audioaccessorykit",
   "summary": "The `AccessorySensorUpdates` stream now yields raw `Data` instead of the removed `Update` enum, and the `Handler` protocol method is renamed from `didReceiveAccessorySensorMessage` to `handleAccessorySensorMessage` \u2014 both are breaking changes requiring call-site updates.\n\n- `Session.sendMessageToTransportExtension(message:)` has been removed with no apparent replacement in this diff.",
   "body": "fragment"
  },
  {
   "name": "AudioToolbox",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/audiotoolbox",
   "summary": "New `kReverb2Param_LegacyMode` parameter added to the AUReverb2 audio unit, enabling a legacy reverb mode.",
   "body": "fragment"
  },
  {
   "name": "AuthenticationServices",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/authenticationservices",
   "summary": "Minor addition \u2014 the framework now imports the Synchronization module.",
   "body": "fragment"
  },
  {
   "name": "AutomaticAssessmentConfiguration",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/automaticassessmentconfiguration",
   "summary": "New `allowsAccessibilityFullKeyboardAccess` property on `AEAssessmentConfiguration` lets macOS/Mac Catalyst assessment sessions permit full keyboard access as an accessibility accommodation.",
   "body": "fragment"
  },
  {
   "name": "AVFoundation",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/avfoundation",
   "summary": "`AVPlayerItemSampleBufferOutput` delegate and sample-buffer APIs are now exposed to Swift (previously hidden behind `#if !__swift__`), marked `NS_REFINED_FOR_SWIFT` to allow idiomatic Swift wrappers.\n\n- A new `AVErrorNotEnoughSpaceForProVideoStorageReplenishment` error code is added for Pro Video storage conditions on macOS/iOS/tvOS 27.\n- `AVCaptureSystemPressureFactorSystemStress` gains an explicit availability annotation (iOS/tvOS 27+, was previously unattributed).",
   "body": "fragment"
  },
  {
   "name": "AVKit",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/avkit",
   "summary": "The entire `AVInterfaceControllable` protocol family (and associated types like `AVInterfaceMetadata`) has been removed, replaced by the `AVPlaybackUserInterface*` equivalents that were already deprecated against in the same iOS 27.0 release cycle.\n\n- `AVLegibleMediaOptionsMenuType` enum (`.default`, `.captionAppearance`) has also been removed from the public header.",
   "body": "fragment"
  },
  {
   "name": "BackgroundAssets",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/backgroundassets",
   "summary": "New `async` overloads of `withExclusiveControl(_:)` and `withExclusiveControl(before:_:)` are added to `BADownloadManager`, and the existing callback-based versions are deprecated for Swift callers.",
   "body": "fragment"
  },
  {
   "name": "BrowserEngineKit",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/browserenginekit",
   "summary": "New `async` Swift wrappers (`activate()`, `request()`, `suspend()`) are added to `ProcessCapability`, and the existing `activateWithError:`/`suspendWithError:` Objective-C methods on `BEProcessCapability` are now marked iOS 27.0+/unavailable on macOS.\n\n- The deprecated `BECapability` activate/suspend methods now have a concrete deprecation ceiling of iOS 17.4\u201327.0 (replacing the placeholder `API_TO_BE_DEPRECATED`).",
   "body": "fragment"
  },
  {
   "name": "CarPlay",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/carplay",
   "summary": "`CPMapPanel.sections` is now mutable (readwrite), `CPMapPanelButtonConfiguration.travelEstimates` is now nullable, and two new `CPRouteDetail` factory methods (`routeDetailWithInfo:` and `routeDetailWithParking:`) were added alongside a new `showsCloseButton` property on `CPNavigationAlert`.",
   "body": "fragment"
  },
  {
   "name": "ColorSync",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/colorsync",
   "summary": "Parameter names added to existing function declarations \u2014 no functional or API changes.",
   "body": "fragment"
  },
  {
   "name": "CoreLocation",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/corelocation",
   "summary": "A new `maritime` activity type is added to both `CLActivityType` and `CLLiveUpdateConfiguration`, enabling location tracking optimized for watercraft navigation.",
   "body": "fragment"
  },
  {
   "name": "CoreMotion",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/coremotion",
   "summary": "Minor internal header change \u2014 `CMOdometer.h` now imports `_LocationEssentials/CLLocationEssentials.h`, which has no effect on public API.",
   "body": "fragment"
  },
  {
   "name": "CoreSpotlight",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/corespotlight",
   "summary": "New `SearchableItem` struct added with an `item` property \u2014 likely a Swift value-type wrapper for `CSSearchableItem`.",
   "body": "fragment"
  },
  {
   "name": "FoundationModels",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/foundationmodels",
   "summary": "The `updateUsage` and `removeToolCall`/`removeAttachmentSegment` actions now require a `metadata` parameter and use ID-based arguments respectively, breaking existing executor channel implementations.\n\n- `LanguageModelExecutorGenerationChannel.Usage` gains a `metadata` property, and `LanguageModelSession.Usage.metadata` relaxes its value type from `Sendable & Codable & Equatable` to plain `Sendable`.\n- `ImageReference` gains a `resolved(in:)` method for resolving image references within a context.",
   "body": "fragment"
  },
  {
   "name": "HealthKit",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/healthkit",
   "summary": "New async Swift wrapper `earliestAuthorizedSampleDate(for:)` added to `HKHealthStore` for querying the earliest authorized sample dates per type (iOS/watchOS/macOS/visionOS 27+).",
   "body": "fragment"
  },
  {
   "name": "ImmersiveMediaSupport",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/immersivemediasupport",
   "summary": "Two `PresentationDescriptorReader` methods were renamed and their time parameters changed from `CMTime`/`CMTime?` to `CMTimeRange`/`CMTimeRange?`, making this a breaking API change for any caller.",
   "body": "fragment"
  },
  {
   "name": "MusicUnderstanding",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/musicunderstanding",
   "summary": "New error case `hasProtectedContent` added to `MusicUnderstandingError`.",
   "body": "fragment"
  },
  {
   "name": "PaperKit",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/paperkit",
   "summary": "`FeatureSet.ContentVersion.version2` has been removed, indicating a supported content version has been dropped.",
   "body": "fragment"
  },
  {
   "name": "PassKit",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/passkit",
   "summary": "New APIs let apps add passes from raw `NSData` or archive files (via `PKPassLibrary` and `PKAddPassesViewController`) without first constructing `PKPass` objects, and four new payment networks (RuPay, Verve, Humo, UzCard) are added.\n\n- `PKDisbursementRequest` gains `unsupportedPrimaryAccountIdentifiers` to filter out ineligible accounts during disbursement flows.",
   "body": "fragment"
  },
  {
   "name": "RealityFoundation",
   "status": "changed",
   "private": false,
   "docs_url": null,
   "summary": "Three mesh deformer types have been renamed (`CalculateBoundingBoxDeformer` \u2192 `BoundingBoxCalculator`, `RenormalizationDeformer` \u2192 `RenormalizingDeformer`, `OpenSubdivisionDeformer` \u2192 `SubdivisionSurfaceDeformer`), which is a breaking change for any code using those types directly.\n\n- The `indirectDiffuseSHL1Irradiance` lightmap bake type and its associated `IndirectDiffuseIrradianceSHBakeDescriptor` have been removed with no replacement.\n- `LowLevelMesh.Descriptor` gains an `allowsPrimitiveRestart` property.",
   "body": "fragment"
  },
  {
   "name": "SafariServices",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/safariservices",
   "summary": "`SFSafariSettings` gains Mac Catalyst support (macCatalyst 27.0), including a new API to programmatically check whether AutoFill Usernames & Passwords is enabled, plus a new `SFSafariSettingsError` domain for error handling on that platform.",
   "body": "fragment"
  },
  {
   "name": "SharedWithYou",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/sharedwithyou",
   "summary": "`SWCollaborationView` replaces the previously unavailable `hasPendingAccessRequests` bool with `pendingAccessRequestsCount`, a `NSUInteger` property available on iOS/macOS/visionOS 27.0 that exposes the actual count of pending access requests.",
   "body": "fragment"
  },
  {
   "name": "SwiftData",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/swiftdata",
   "summary": "Two new methods on `ModelContainer` let you map between store identifiers and configuration names at runtime.",
   "body": "fragment"
  },
  {
   "name": "SwiftUI",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/swiftui",
   "summary": "New `EnvironmentValues` key `systemPrefersReducedResourceUsage` lets apps read the system's preference for reduced resource consumption.",
   "body": "fragment"
  },
  {
   "name": "SwiftUICore",
   "status": "changed",
   "private": false,
   "docs_url": null,
   "summary": "The `buttonSizing` environment value's setter has been removed, making it read-only.",
   "body": "fragment"
  },
  {
   "name": "TelephonyMessagingKit",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/telephonymessagingkit",
   "summary": "RCS messages now support reactions (emoji and custom) and replies as first-class message content types, with corresponding `Reaction`, `CustomReaction`, and `Reply` structs added to `RCSMessage`.\n\n- `RCSMessage.Content` gains three new cases \u2014 `reaction`, `customReaction`, and `reply` \u2014 each carrying typed payloads including target message ID, operation (add/remove), and optional end-to-end encryption flags.\n- `RCSService` adds a `sendMessage(_:to:using:messageID:)` method and an updated `SendEncryptedMessageRequest` initializer to support sending these new message types.",
   "body": "fragment"
  },
  {
   "name": "TrustInsights",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/trustinsights",
   "summary": "No developer-facing API changes \u2014 the only diff is an added internal `os` framework import.",
   "body": "fragment"
  },
  {
   "name": "UIKit",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/uikit",
   "summary": "New `systemPrefersReducedResourceUsage` trait and property let apps adapt when the system requests reduced resource consumption, and `canOpenURL:` is deprecated in favor of attempting opens and handling failures.\n\n- Writing Tools gains grammar-checking support via new `UIWritingToolsCoordinator` delegate methods, `grammarCheckingType` on `UITextInputTraits`, and new animation/decoration enum cases for grammar presentation.\n- Three new `UITextContentType` constants (IMEI1, IMEI2, NAL) are added for cellular device identifier autofill.",
   "body": "fragment"
  },
  {
   "name": "USDKit",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/usdkit",
   "summary": "New write-capable attribute API lets you set and clear values on `USDPrim.Attribute` at a given time, and a new `USDStage.exportPackage(options:)` method adds stage-level package export.",
   "body": "fragment"
  },
  {
   "name": "UserNotifications",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/usernotifications",
   "summary": "`UNError.Code.attachmentUnsupportedType` (and its `UNErrorCodeAttachmentUnsupportedType` ObjC equivalent) has been removed with no replacement.",
   "body": "fragment"
  },
  {
   "name": "WebKit",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/webkit",
   "summary": "`WKJSScriptingBuffer` is removed as a type \u2014 its API is replaced by passing raw `NSData` directly to `-addBuffer:name:contentWorld:` on `WKUserContentController`.\n\n- The Global Privacy Control property on `WKWebpagePreferences` is renamed from `globalPrivacyControlEnabled` to `globalPrivacyControlStatus`.\n- The `refreshController` property on `WKWebView` (macOS) is marked `macos(NA)`, withdrawing its previous macOS 27.0 availability.",
   "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": "_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": "fragment"
  },
  {
   "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": "none"
  },
  {
   "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_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": "_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": "Accessibility",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/accessibility",
   "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": "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": "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": "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": "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": "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": "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": "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": "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": "none"
  },
  {
   "name": "Combine",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/combine",
   "summary": null,
   "body": "none"
  },
  {
   "name": "ComputeGraph",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/computegraph",
   "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": "CoreGraphics",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/coregraphics",
   "summary": null,
   "body": "none"
  },
  {
   "name": "CoreHaptics",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/corehaptics",
   "summary": null,
   "body": "none"
  },
  {
   "name": "CoreImage",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/coreimage",
   "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": "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": "CoreTelephony",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/coretelephony",
   "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": "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": "DeclaredAgeRange",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/declaredagerange",
   "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": "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": "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": "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": "ImageIO",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/imageio",
   "summary": null,
   "body": "none"
  },
  {
   "name": "ImagePlayground",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/imageplayground",
   "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": "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": "fragment"
  },
  {
   "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": "fragment"
  },
  {
   "name": "Matter",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/matter",
   "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": "MediaIntelligence",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/mediaintelligence",
   "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": "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": "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": "MetricKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/metrickit",
   "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": "NearbyInteraction",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/nearbyinteraction",
   "summary": null,
   "body": "none"
  },
  {
   "name": "Network",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/network",
   "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": "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": "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": "Photos",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/photos",
   "summary": null,
   "body": "none"
  },
  {
   "name": "PhotosUI",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/photosui",
   "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": "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": "fragment"
  },
  {
   "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": "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": "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": "ThreadNetwork",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/threadnetwork",
   "summary": null,
   "body": "none"
  },
  {
   "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": "UniformTypeIdentifiers",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/uniformtypeidentifiers",
   "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": "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"
  }
 ]
}