Mmm, what's the @.Dependency macro at 28:25 in the Platforms State of the Union? A dependency injection framework like @pointfreeco’s swift-dependencies?

#wwdc25

AppDependency | Apple Developer Documentation

A property wrapper that resolves a registered dependency at runtime.

Apple Developer Documentation
@magnuskahr I saw that - but that'd be @.AppDependency, wouldn't it? Perhaps just something that's been/is getting renamed?
@finestructure my thought yea, wouldn't be the first time something like that is found in the videos
@magnuskahr @finestructure Yes, AppIntents has had @AppDependency for a few years now, and the framework also has a typealias for @Dependency though I think it's hidden from docs. It strangely always shows up in WWDC videos, but none of the sample code from Apple ever uses it.
@pointfreeco @magnuskahr @finestructure For some some sample usage of @Dependency, check out the WWDC25 sample app for App Intents https://developer.apple.com/documentation/appintents/adopting-app-intents-to-support-system-experiences.
Adopting App Intents to support system experiences | Apple Developer Documentation

Create app intents and entities to incorporate system experiences such as Spotlight, visual intelligence, and Shortcuts.

Apple Developer Documentation