Privacy Manifests and Swift Package Manager

We use few third party dependencies that declare API Reasons and we integrate those using SPM.

Since SPM will statically link those dependencies in the main binary, we get a report from App Store that we need to declare those reasons in our Privacy manifest file.

This is somewhat surprising since third party privacy manifest is bundled within our app, it is just independent of our app's main Privacy manifest file.

Is there a way to aggregate all privacy manifest files, or does Apple plan to scan for all privacy manifest files in application bundle?

Privacy Manifests and Swift Package Manager
 
 
Q