The app intents extraction from the new AppIntents
framework takes a lot of time, even when changes in code don't touch the intents directly.
In the build log reasons for this step to happen differ, but mostly it's that "file X changed" and I wonder if I can somehow cache that intent or at least extract this metadata only in Production builds? Simple #if debug
doesn't prevent this step from being executed.