[Privacy Manifests] Framework with Alamofire in podfile

I have developed a framework that uses Alamofire which is included in the list of third-party SDKs that require the Privacy Manifest.

https://developer.apple.com/support/third-party-SDK-requirements/

The latest version of Alamofire already includes the PrivacyManifest.xcprivacy file and is visible from my own framework.

My question is if it is necessary to add a PrivacyManifest.xcprivacy to my framework in that case and if so, should it be the same as Alamofire's? Wouldn't that be redundant? My framework does not use any API that has to be declared.

If another framework were to use my framework that uses Alamofire, should I also create a PrivacyManifest.xcprivacy?

Thank you.

[Privacy Manifests] Framework with Alamofire in podfile
 
 
Q