For those that have adopted App Intents in their apps, or are considering it: What are the main frustrations / limitations you have hit? FB numbers are great, but in this case not required!

@mgorbach just stumbled scores your post and thought I might also share boundaries I hit.

I wanted to share all my AppIntents via a local SPM package. But when declare them as part of an AppShortcut provider, they are not found during build time. I do also use the new AppIntentsPackage but no luck so far. Should this setup be supported ?

Feedback is filed under: FB12550171

@alexanderwe Is your SPM package generating a framework in the build product?
@mgorbach It does declare a .library in its product definition in its Package.swift file - this is then linked in the iOS target where the AppShortcutProvider is defined.