What's New / App Intents & System Integration
AppIntents adds 196 APIs including AppEntityContext and IndexedEntityQuery; CoreSpotlight adds 47, including ContactResolver and ScoredSearchableItem across 15 frameworks.
App Intents lets an app expose its actions and content to the system so they can run from Siri, Shortcuts, and Spotlight.
CoreSpotlight indexes app content for system search on iOS and macOS.
_CoreSpotlight_FoundationModels is a Swift cross-import overlay: the API Swift exposes only when a target imports both CoreSpotlight and…
AppIntentsTypeSupport defines the type machinery behind App Intents: how Swift values are identified, wrapped, and converted to and from intent…
AppIntentsTesting provides test-side support for App Intents, the framework that exposes app actions, entities, and enums to Siri, Shortcuts, and…
MediaIntents provides App Intents types for describing media requests to the system, such as searches that an assistant or system integration can…
MediaIntents_AppIntents is a Swift cross-import overlay, not a standalone framework.
BackgroundTasks lets an app schedule deferred work that the system runs outside the foreground, such as app refresh and longer-running processing…
WidgetKit is Apple's framework for building widgets for the home screen, lock screen, and Dynamic Island.
_AppIntents_HealthKit is a Swift cross-import overlay, not a standalone framework.
_GeoToolbox_AppIntents is a Swift cross-import overlay that activates when a target imports both GeoToolbox and AppIntents.
_LinkPresentation_AppIntents is a Swift cross-import overlay, not a standalone framework.
_MediaPlayer_AppIntents is a Swift cross-import overlay, not a standalone framework.
_UserNotifications_AppIntents is a Swift cross-import overlay, not a standalone framework.
UserNotifications schedules, delivers, and manages local and remote notifications on Apple platforms.