{
 "schema_version": 1,
 "slug": "ios27.0-b45.9-to-b54.10",
 "title": "27.0 \u00b7 beta 2 \u2192 beta 3",
 "old_ver": "27.0",
 "new_ver": "27.0",
 "old_build": "25183.45.9",
 "new_build": "25183.54.10",
 "generated_at": "2026-07-07T02:14:00+00:00",
 "frameworks": [
  {
   "name": "_FoundationModels_SwiftUI",
   "status": "new",
   "private": true,
   "docs_url": null,
   "summary": "New private framework bridging FoundationModels with SwiftUI appeared in the SDK with no public API surface yet.",
   "body": "fragment"
  },
  {
   "name": "_CoreSpotlight_FoundationModels",
   "status": "changed",
   "private": true,
   "docs_url": null,
   "summary": "`SpotlightSearchTool.Guide` gains three new members (`complete`, `dynamic(_:)`, `focused(_:)`) for controlling search guidance, while `CoreSpotlightSource.sourceOptions` is removed.",
   "body": "fragment"
  },
  {
   "name": "_DataDetection_SwiftUI",
   "status": "changed",
   "private": true,
   "docs_url": null,
   "summary": "Minor addition \u2014 a new `dataDetection(_:options:)` modifier on `View` enables data detection configuration directly in SwiftUI.",
   "body": "fragment"
  },
  {
   "name": "_FoundationModels_UIKit",
   "status": "changed",
   "private": true,
   "docs_url": null,
   "summary": "The generic constraint on `Attachment` was relaxed from requiring `AttachmentContent` conformance to unconstrained `Content`, and `init(_:orientation:)` gained a new signature.",
   "body": "fragment"
  },
  {
   "name": "AppIntents",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/appintents",
   "summary": "All public `EntityProperty` initializers have been removed along with the `CVReadOnlyPixelBuffer` class, both of which are breaking removals for any code that constructed `EntityProperty` directly or used pixel buffer entity parameters.",
   "body": "fragment"
  },
  {
   "name": "AppIntentsTypeSupport",
   "status": "changed",
   "private": false,
   "docs_url": null,
   "summary": "`AppEntityIdentifier` struct has been removed entirely, along with its initializer and properties.",
   "body": "fragment"
  },
  {
   "name": "AppManagedFeatures",
   "status": "changed",
   "private": false,
   "docs_url": null,
   "summary": "The `ActivationExtension` and `ActivationExtensionConfiguration` protocols have been renamed to `AppManagedFeaturesExtension` and `AppManagedFeaturesExtensionConfiguration`, with a new `appManagedFeaturesEnrollmentFailed` error case added to `AppManagedFeaturesError`.",
   "body": "fragment"
  },
  {
   "name": "AudioToolbox",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/audiotoolbox",
   "summary": "Several `MusicPlayer`, `MusicSequence`, `MusicTrack`, and `MusicEventIterator` C functions have been annotated with `CA_REALTIME_API`, indicating they are now formally marked as safe to call from real-time audio threads.",
   "body": "fragment"
  },
  {
   "name": "AutomaticAssessmentConfiguration",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/automaticassessmentconfiguration",
   "summary": "`allowsAccessibilitySpeech` is deprecated in favor of the new `allowsAccessibilitySpokenContent` property (available iOS 27+/macOS 27+).",
   "body": "fragment"
  },
  {
   "name": "AVFoundation",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/avfoundation",
   "summary": "`AVProVideoStorage` gains a typed `busyReasons` set (replacing the boolean `busy` property) and a new `replenishCapacityWithCompletionHandler:` method, while two `AVSampleBufferVideoRenderer` enum cases tighten their associated-value error type from optional to non-optional `any Error`.\n\n- `AVSampleBufferRenderSynchronizer.removeReceiver(receiver:at:)` was renamed to `removeReceiver(_:at:)`, dropping the argument label.",
   "body": "fragment"
  },
  {
   "name": "AVKit",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/avkit",
   "summary": "The entire `AVPlaybackUserInterface*` protocol family (previously marked unavailable on iOS) is now available on iOS 27.0, replacing the now-deprecated `AVInterface*` types from the same SDK version.\n\n- The `AVInterfaceControllable`-family types introduced in iOS 27.0 are immediately deprecated with migration messages pointing to their `AVPlaybackUserInterface*` counterparts (e.g., `AVInterfaceMetadata` \u2192 `AVPlaybackUserInterfaceContentMetadata`).\n- `AVPlaybackUserInterfaceContentMetadata` and its `VideoProperties` nested type dropped `hasAudio`/`hasLegible` properties, and `AVPlaybackUserInterfaceTimelineSegmentTypeMain` was renamed to `TypePrimary`.",
   "body": "fragment"
  },
  {
   "name": "AVSystemRouting",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/avsystemrouting",
   "summary": "The `playbackControl` property on `AVSystemRouteMediaSession` has been narrowed from `AVInterfaceControllable` to `AVPlaybackUserInterfaceControllable`, which is a breaking type change for any code that assigns or casts this property against the old protocol.",
   "body": "fragment"
  },
  {
   "name": "BackgroundTasks",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/backgroundtasks",
   "summary": "BackgroundTasks APIs previously annotated as available on watchOS have been marked `API_UNAVAILABLE(watchos)`, removing watchOS support across all task types, requests, and the scheduler.",
   "body": "fragment"
  },
  {
   "name": "CarPlay",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/carplay",
   "summary": "Two initializers (`initWithListItem:` and `initWithGridButtons:`) moved from `CPMapPanelItem` to the new base class `CPPanelItem`, and `CPTravelEstimates` on `CPMapPanelButtonConfiguration` changed from nullable to nonnull.",
   "body": "fragment"
  },
  {
   "name": "ComputeGraph",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/computegraph",
   "summary": "Minor addition \u2014 a new `init(_:)` initializer on `ComputeNodeGraph.Assembly`.",
   "body": "fragment"
  },
  {
   "name": "Contacts",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/contacts",
   "summary": "`CNContact.debugDescriptionForName(_:)` has been removed.",
   "body": "fragment"
  },
  {
   "name": "CoreGraphics",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/coregraphics",
   "summary": "A new `kCGToneMappingHeadroomAdaptiveGainCurve` case (value 6) has been added to `CGToneMapping` for headroom-adaptive HDR tone mapping.",
   "body": "fragment"
  },
  {
   "name": "CoreMedia",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/coremedia",
   "summary": "New `appleLog2` log transfer function constant added to `CMFormatDescription`.",
   "body": "fragment"
  },
  {
   "name": "CoreSpotlight",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/corespotlight",
   "summary": "Availability annotations corrected and unified across the framework \u2014 no new APIs or behavioral changes.",
   "body": "fragment"
  },
  {
   "name": "CoreTelephony",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/coretelephony",
   "summary": "Minor additions \u2014 API availability annotations were added to `CTQuickSwitchState` and related declarations, restricting them to iOS 27.0 and marking them unavailable on macOS, tvOS, and watchOS.",
   "body": "fragment"
  },
  {
   "name": "CryptoKit",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/cryptokit",
   "summary": "The `ChaChaPoly.open(inplace:using:nonce:tag:authenticating:)` method has been removed with no replacement listed.",
   "body": "fragment"
  },
  {
   "name": "DataDetection",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/datadetection",
   "summary": "The `DataDetector.Match` memberwise initializer has been removed, breaking any code that constructs `Match` instances directly.",
   "body": "fragment"
  },
  {
   "name": "DeviceDiscoveryUI",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/devicediscoveryui",
   "summary": "`DiscoveryViewWrapper` (a SwiftUI wrapper struct) has been removed from the public API with no replacement added.",
   "body": "fragment"
  },
  {
   "name": "EnhancedLinkSecurity",
   "status": "changed",
   "private": false,
   "docs_url": null,
   "summary": "New framework `EnhancedLinkSecurity` added, currently exposing only an import of the `LinkSecurity` module with no additional public API.",
   "body": "fragment"
  },
  {
   "name": "Foundation",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/foundation",
   "summary": "`ContiguousBytes` gains a new required method `withBytes(_:)`, and two `Data` initializers (`init(capacity:initializingWith:)` and `init(rawCapacity:initializingWith:)`) have been removed.",
   "body": "fragment"
  },
  {
   "name": "FoundationModels",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/foundationmodels",
   "summary": "The `LanguageModelExecutorGenerationChannel` executor SPI has been substantially redesigned: `Event` is now a concrete struct instead of a protocol, and all `Action` types have been converted from enums to structs with static factory methods, breaking any existing custom executor implementations.\n\n- The `AttachmentContent` protocol has been removed and `Attachment`'s generic constraint relaxed, so `ImageAttachmentContent` no longer requires the protocol conformance.\n- `GenerationOptions.SamplingMode.Kind` renames `nucleus`\u2192`randomProbabilityThreshold` and `top`\u2192`randomTopK`, and `Transcript.ResponseFormat` gains a `kind` property with a `schema` case.\n- `LanguageModelSession.DynamicProfile` removes `inputFilter(_:)` and `toolCalling(_:)`, replacing them with `onReasoning(perform:)`.",
   "body": "fragment"
  },
  {
   "name": "GameController",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/gamecontroller",
   "summary": "`GCControllerHomeButtonSettingsManager` has been redesigned to split the single home button action into separate system-action and in-app-action reads, with a new `CustomizationStatus` enum indicating whether a setting reflects a user override or the system default.\n\n- The old `readControllerHomeButtonAction()` is removed and replaced by `controllerHomeButtonSystemAction` / `controllerHomeButtonInAppAction` properties (Swift) backed by new ObjC read methods that also return a `GCControllerHomeButtonSettingCustomizationStatus` out-parameter.\n- The settings-change callback's type changed from a plain `dispatch_block_t` to a typed `GCControllerHomeButtonSettingsDidChangeHandler` block that receives the manager instance.\n- The customization activity enum was renamed and its cases updated (e.g., `customizeAction` \u2192 `customizeSystemAction`, adding `customizeInAppAction`), so any existing switch statements over activity values will need updating.",
   "body": "fragment"
  },
  {
   "name": "GameKit",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/gamekit",
   "summary": "GameKit no longer imports ReplayKit as part of its umbrella header, so apps that relied on ReplayKit symbols being transitively available through GameKit must now import ReplayKit directly.",
   "body": "fragment"
  },
  {
   "name": "ImageIO",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/imageio",
   "summary": "Two IPTC Extension metadata keys for AI system attribution (`kCGImagePropertyIPTCExtAISystemUsed` and `kCGImagePropertyIPTCExtAISystemVersionUsed`) were removed before release.",
   "body": "fragment"
  },
  {
   "name": "LinkSecurity",
   "status": "changed",
   "private": false,
   "docs_url": null,
   "summary": "New framework introducing `LSLinkSecurityManager`, a shared manager that lets apps register flagged URLs and asynchronously query whether a given URL has been flagged.",
   "body": "fragment"
  },
  {
   "name": "Matter",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/matter",
   "summary": "Several new provisional clusters are added, with the most significant being `MTRBaseClusterAVAnalysis` (AV context detection/tracking), `MTRBaseClusterElectricalAlarm` (electrical fault monitoring), `MTRBaseClusterCommissioningProxy` (proxied device commissioning), `MTRBaseClusterAmbientSensingUnion`, and `MTRBaseClusterTemperatureControlledCabinetTopology`.\n\n- Device Energy Management gains provisional `PowerRangeAdjustRequest`/`CancelPowerRangeAdjustRequest` commands, a `PowerRangeAdjustment` attribute, and two new events (`PowerRangeAdjustStart`/`End`), alongside a new `PowerRangeAdjustment` feature flag.\n- Several provisional APIs from the previous release had breaking struct/attribute renames (e.g., `ObjectCountReached` \u2192 `ObjectCountThresholdReached`, `MTRDoorLockStatusCodeDUPLICATE` \u2192 `MTRDoorLockStatusCodeDuplicate`, `groupKeyMulticastPolicy` removed from `MTRGroupKeySetStruct`) and property type changes (e.g., `containerType` in push AV transport events changed from nonnull to nullable).",
   "body": "fragment"
  },
  {
   "name": "MediaDevice",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/mediadevice",
   "summary": "The generic constraint on `MediaDeviceRoutingManager.started(application:playbackControl:session:)` tightened from requiring both `AnyObject` and `AVInterfaceControllable` to requiring only `AVPlaybackUserInterfaceControllable`, which may break existing callers passing types that don't conform to the new protocol.",
   "body": "fragment"
  },
  {
   "name": "Metal",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/metal",
   "summary": "Several `MTLTensorDataType` enum cases for sub-byte float formats were renamed (e.g., `MTLTensorDataTypeFloat8E5M2` \u2192 `MTLTensorDataTypeMetalFloat8E5M2`), which is a breaking change for code using those types.\n\n- `MTLStoreActionOptions` and all related render-encoder methods are deprecated as of OS 27, with the message that store action options have no effect on Apple Silicon.\n- A new `MTLFloatingPointConversionRoundingMode` enum and corresponding `MTLCompileOptions` property let shaders specify rounding behavior for floating-point conversions.",
   "body": "fragment"
  },
  {
   "name": "NearbyInteraction",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/nearbyinteraction",
   "summary": "Raw transmit and receive timestamps (as `uint64_t`) are now exposed on `NIDLTDOAMeasurement`, supplementing the existing `double`-typed timing properties.",
   "body": "fragment"
  },
  {
   "name": "Network",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/network",
   "summary": "New `DTLS` struct provides a configurable Datagram TLS protocol option (analogous to the existing TLS type) with full control over cipher suites, peer authentication, early data, and session tickets.\n\n- `NWProtocolTCP.Metadata.setMaxPacingRate(_:)` was renamed to `setMaximumPacingRateBytesPerSecond(_:)`, requiring call-site updates.",
   "body": "fragment"
  },
  {
   "name": "NowPlaying",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/nowplaying",
   "summary": "The `extract(into:)` method has been removed from both `AnimatedArtwork` and `Artwork`, with no replacement added.",
   "body": "fragment"
  },
  {
   "name": "Photos",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/photos",
   "summary": "New `PHAssetExtendedMetadata` class (iOS/macOS 27) exposes caption, original filename, and keywords on `PHAsset`, with corresponding write support added to `PHAssetChangeRequest`.\n\n- `PHAsset` gains a `playbackVariation` property (autoloop, mirror, long exposure) and `extendedMetadata`; fetch options add `prefetchAssetExtendedMetadata` to eager-load it.\n- `PHImageRequestOptions` adds a `preferHDR` property (back-ported availability to iOS 17/macOS 14).",
   "body": "fragment"
  },
  {
   "name": "PhotosUI",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/photosui",
   "summary": "Minor addition \u2014 the framework now imports ExtensionKit in addition to its existing dependencies.",
   "body": "fragment"
  },
  {
   "name": "ProximityReader",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/proximityreader",
   "summary": "`CustomerEngagementSession.Error.networkError` has been removed, requiring any switch statements or error-handling code that matched this case to be updated.",
   "body": "fragment"
  },
  {
   "name": "RealityFoundation",
   "status": "changed",
   "private": false,
   "docs_url": null,
   "summary": "New acoustic material properties `absorption` and `scattering` let you configure how audio materials interact with sound in a scene, plus a new `baseColorTexture` debug visualization mode was added to `ModelDebugOptionsComponent`.",
   "body": "fragment"
  },
  {
   "name": "SafariServices",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/safariservices",
   "summary": "No functional API changes \u2014 only an internal header refactor replacing a direct import with a forward declaration.",
   "body": "fragment"
  },
  {
   "name": "SecureElementCredential",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/secureelementcredential",
   "summary": "New `platformIdentifier` property added to `SecureElementCredential.CredentialSession.SecureElementInfo`.",
   "body": "fragment"
  },
  {
   "name": "StoreKit",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/storekit",
   "summary": "Minor addition \u2014 `NSXPCConnection` is now exposed within the StoreKit module.",
   "body": "fragment"
  },
  {
   "name": "SwiftData",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/swiftdata",
   "summary": "`DefaultHistoryUpdate.containsAttribute(_:)` has been removed with no replacement indicated.",
   "body": "fragment"
  },
  {
   "name": "SwiftUI",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/swiftui",
   "summary": "Several previously beta/preview APIs were removed and replaced with renamed or redesigned equivalents, most notably `ToolbarMinimizeBehavior` \u2192 `ToolbarMinimizationBehavior` (with a new companion `ToolbarMinimizationRestoration` type), and `NewDocumentButton`/`NewDocumentButtonDataSource` were removed entirely.\n\n- Document read/write protocol methods are renamed (`content:` \u2192 `snapshot:`) and marked `@concurrent`, and `FileWrapperDocumentWriter` now receives the previous `FileWrapper` in its closure for incremental saves.\n- Two new `View` modifiers, `alert(error:actions:)` and `dismissalConfirmationDialog(_:shouldPresent:actions:)`, provide standard error-alerting and sheet-dismissal confirmation flows.",
   "body": "fragment"
  },
  {
   "name": "SwiftUICore",
   "status": "changed",
   "private": false,
   "docs_url": null,
   "summary": "`OnChangeValue` is a new struct that packages the old value, new value, and a `changed` flag for `onChange` handlers, replacing the raw value approach; `EnvironmentValues.textInputBorderShape` has been removed.",
   "body": "fragment"
  },
  {
   "name": "TrustInsights",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/trustinsights",
   "summary": "`InsightError` has been refactored from a raw-value enum to a proper `Error` type (losing `RawRepresentable`) and gains `Hashable` conformance and `errorDescription`, while `EvaluationError` replaces `evaluationResultSignatureInvalid` with `payloadSecurityError` and also gains `errorDescription`.\n\n- `InsightEvaluation` gains an `eventID` property.",
   "body": "fragment"
  },
  {
   "name": "UIKit",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/uikit",
   "summary": "New `UIBarMinimization` type consolidates navigation bar minimization behavior \u2014 replacing the earlier flat `barMinimizeBehavior` and `barMinimizationSafeAreaAdjustment` properties on `UINavigationItem` with a single `navigationBarMinimization` object that encapsulates minimize trigger, safe-area adjustment, and restoration behavior.\n\n- `UIBarAppearance` gains an `overrideUserInterfaceStyle` property (iOS 27), allowing per-bar light/dark mode overrides without affecting the rest of the view hierarchy.",
   "body": "fragment"
  },
  {
   "name": "USDKit",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/usdkit",
   "summary": "USDKit gains broad new authoring APIs for USD composition arcs and transform operations, but includes breaking changes: `resetTransform(to:)` is replaced by `transform(at:)` with a completely different signature (takes a `TimeCode`, returns `USDValue.Matrix4d?`), and `ReferenceCollection.add(_:)` now takes a `USDPrim.Reference` instead of a `USDLayer.AssetPath`.\n\n- New collection types (`InheritCollection`, `PayloadCollection`, `SpecializeCollection`, `VariantSet`, `VariantSetCollection`) expose full add/remove/set/clear authoring for all USD composition arc types, accessible via new `USDPrim` properties (`inherits`, `payloads`, `specializes`, `variantSets`).\n- `USDTransformOperation` is significantly expanded with per-axis rotate/translate/scale kinds, a new `Precision` enum (half/float/double), time-sampled transform queries, and a new `init(attribute:inverted:)` constructor.\n- `USDPrim.ListPosition` has dropped its `RawRepresentable` and `CaseIterable` conformances, which is a breaking change for any code that iterated cases or used raw values.",
   "body": "fragment"
  },
  {
   "name": "Vision",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/vision",
   "summary": "The `generateIterativeSegmentation` result case now accepts a nullable `PixelBufferObservation` (was non-optional), which is a source-breaking change for existing switch exhaustive matches or direct construction.\n\n- `DownloadableAssetsRequestStatus.downloading` is a new status case for tracking asset download progress.\n- `GenerateIterativeSegmentationRequest.allSupportedRevisions` has been removed.",
   "body": "fragment"
  },
  {
   "name": "WebKit",
   "status": "changed",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/webkit",
   "summary": "`WKWebpagePreferences` gains a `globalPrivacyControlEnabled` property (iOS 27) letting apps signal the Global Privacy Control preference to web content, and a Swift label rename on `WKContentWorld.worldWithConfiguration:` changes the call site from `world(with:)` to `world(configuration:)`.",
   "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": "fragment"
  },
  {
   "name": "_AppIntents_SwiftUI",
   "status": "unchanged",
   "private": true,
   "docs_url": null,
   "summary": null,
   "body": "fragment"
  },
  {
   "name": "_AppIntents_UIKit",
   "status": "unchanged",
   "private": true,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "_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": "_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": "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": "_USDKit_RealityKit",
   "status": "unchanged",
   "private": true,
   "docs_url": null,
   "summary": null,
   "body": "fragment"
  },
  {
   "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": "fragment"
  },
  {
   "name": "AccessoryNotifications",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/accessorynotifications",
   "summary": null,
   "body": "fragment"
  },
  {
   "name": "AccessorySetupKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/accessorysetupkit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "AccessoryTransportExtension",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/accessorytransportextension",
   "summary": null,
   "body": "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": "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": "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": "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": "BackgroundAssets",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/backgroundassets",
   "summary": null,
   "body": "none"
  },
  {
   "name": "BrowserEngineCore",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/browserenginecore",
   "summary": null,
   "body": "none"
  },
  {
   "name": "BrowserEngineKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/browserenginekit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "BrowserKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/browserkit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "BusinessChat",
   "status": "unchanged",
   "private": false,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "CallKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/callkit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "CarKey",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/carkey",
   "summary": null,
   "body": "none"
  },
  {
   "name": "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": "ColorSync",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/colorsync",
   "summary": null,
   "body": "none"
  },
  {
   "name": "Combine",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/combine",
   "summary": null,
   "body": "none"
  },
  {
   "name": "ContactProvider",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/contactprovider",
   "summary": null,
   "body": "none"
  },
  {
   "name": "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": "CoreImage",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/coreimage",
   "summary": null,
   "body": "none"
  },
  {
   "name": "CoreLocation",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/corelocation",
   "summary": null,
   "body": "none"
  },
  {
   "name": "CoreLocationUI",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/corelocationui",
   "summary": null,
   "body": "none"
  },
  {
   "name": "CoreMediaIO",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/coremediaio",
   "summary": null,
   "body": "none"
  },
  {
   "name": "CoreMIDI",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/coremidi",
   "summary": null,
   "body": "none"
  },
  {
   "name": "CoreML",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/coreml",
   "summary": null,
   "body": "none"
  },
  {
   "name": "CoreMotion",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/coremotion",
   "summary": null,
   "body": "none"
  },
  {
   "name": "CoreNFC",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/corenfc",
   "summary": null,
   "body": "none"
  },
  {
   "name": "CoreServices",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/coreservices",
   "summary": null,
   "body": "none"
  },
  {
   "name": "CoreText",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/coretext",
   "summary": null,
   "body": "none"
  },
  {
   "name": "CoreTransferable",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/coretransferable",
   "summary": null,
   "body": "none"
  },
  {
   "name": "CoreVideo",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/corevideo",
   "summary": null,
   "body": "none"
  },
  {
   "name": "CrashReportExtension",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/crashreportextension",
   "summary": null,
   "body": "none"
  },
  {
   "name": "CreateML",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/createml",
   "summary": null,
   "body": "none"
  },
  {
   "name": "CreateMLComponents",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/createmlcomponents",
   "summary": null,
   "body": "none"
  },
  {
   "name": "CryptoTokenKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/cryptotokenkit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "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": "fragment"
  },
  {
   "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": "DockKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/dockkit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "EnergyKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/energykit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "EventKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/eventkit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "EventKitUI",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/eventkitui",
   "summary": null,
   "body": "none"
  },
  {
   "name": "ExposureNotification",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/exposurenotification",
   "summary": null,
   "body": "none"
  },
  {
   "name": "ExtensionFoundation",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/extensionfoundation",
   "summary": null,
   "body": "none"
  },
  {
   "name": "ExtensionKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/extensionkit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "ExternalAccessory",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/externalaccessory",
   "summary": null,
   "body": "none"
  },
  {
   "name": "FamilyControls",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/familycontrols",
   "summary": null,
   "body": "none"
  },
  {
   "name": "FileProvider",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/fileprovider",
   "summary": null,
   "body": "none"
  },
  {
   "name": "FileProviderUI",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/fileproviderui",
   "summary": null,
   "body": "none"
  },
  {
   "name": "FinanceKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/financekit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "FinanceKitUI",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/financekitui",
   "summary": null,
   "body": "none"
  },
  {
   "name": "GameplayKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/gameplaykit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "GameSave",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/gamesave",
   "summary": null,
   "body": "none"
  },
  {
   "name": "GeoToolbox",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/geotoolbox",
   "summary": null,
   "body": "none"
  },
  {
   "name": "GLKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/glkit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "GroupActivities",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/groupactivities",
   "summary": null,
   "body": "none"
  },
  {
   "name": "GSS",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/gss",
   "summary": null,
   "body": "none"
  },
  {
   "name": "HealthKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/healthkit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "HealthKitUI",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/healthkitui",
   "summary": null,
   "body": "none"
  },
  {
   "name": "HomeKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/homekit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "iAd",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/iad",
   "summary": null,
   "body": "none"
  },
  {
   "name": "IdentityDocumentServices",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/identitydocumentservices",
   "summary": null,
   "body": "none"
  },
  {
   "name": "IdentityDocumentServicesUI",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/identitydocumentservicesui",
   "summary": null,
   "body": "none"
  },
  {
   "name": "IdentityLookup",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/identitylookup",
   "summary": null,
   "body": "none"
  },
  {
   "name": "IdentityLookupUI",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/identitylookupui",
   "summary": null,
   "body": "none"
  },
  {
   "name": "ImageCaptureCore",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/imagecapturecore",
   "summary": null,
   "body": "none"
  },
  {
   "name": "ImagePlayground",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/imageplayground",
   "summary": null,
   "body": "none"
  },
  {
   "name": "ImmersiveMediaSupport",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/immersivemediasupport",
   "summary": null,
   "body": "none"
  },
  {
   "name": "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": "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": "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": "MusicUnderstanding",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/musicunderstanding",
   "summary": null,
   "body": "none"
  },
  {
   "name": "NaturalLanguage",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/naturallanguage",
   "summary": null,
   "body": "none"
  },
  {
   "name": "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": "PaperKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/paperkit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "PassKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/passkit",
   "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": "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": "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": "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": "Security",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/security",
   "summary": null,
   "body": "none"
  },
  {
   "name": "SecurityUI",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/securityui",
   "summary": null,
   "body": "none"
  },
  {
   "name": "SensitiveContentAnalysis",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/sensitivecontentanalysis",
   "summary": null,
   "body": "none"
  },
  {
   "name": "SensorKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/sensorkit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "ServicesAccountLinking",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/servicesaccountlinking",
   "summary": null,
   "body": "none"
  },
  {
   "name": "SharedWithYou",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/sharedwithyou",
   "summary": null,
   "body": "none"
  },
  {
   "name": "SharedWithYouCore",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/sharedwithyoucore",
   "summary": null,
   "body": "none"
  },
  {
   "name": "ShazamKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/shazamkit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "Social",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/social",
   "summary": null,
   "body": "none"
  },
  {
   "name": "SoundAnalysis",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/soundanalysis",
   "summary": null,
   "body": "none"
  },
  {
   "name": "Speech",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/speech",
   "summary": null,
   "body": "none"
  },
  {
   "name": "SpriteKit",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/spritekit",
   "summary": null,
   "body": "none"
  },
  {
   "name": "StateReporting",
   "status": "unchanged",
   "private": false,
   "docs_url": "https://developer.apple.com/documentation/statereporting",
   "summary": null,
   "body": "none"
  },
  {
   "name": "StickerFoundation",
   "status": "unchanged",
   "private": false,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "StickerKit",
   "status": "unchanged",
   "private": false,
   "docs_url": null,
   "summary": null,
   "body": "none"
  },
  {
   "name": "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": "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": "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": "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": "fragment"
  },
  {
   "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"
  }
 ]
}