When using a library with SPM, I always receive an email from App Store Connect regarding the PrivacyAccessedAPI issue.

Hello.

I'm having an issue using SPM to include a privacy manifest in my project.

For example, if I use Alamofire 5.9.0 (with the PrivacyInfo.xcprivacy file) using SPM, I am continuously receiving the email saying ITMS-91053: Missing API declaration - System Boot Time when submitting an app for review. But use the same version of Alamofire using cocoapod(as a dynamic library), the PrivacyAccessedAPI issue will not occur.

Is there any resolution for this problem? If I use a library using SPM, do I need to add the library's information in the main app's PrivacyInfo.xcprivacy file?

Thank you.