Is it not necessary to add a privacy manifest file to the library, which is a pure collection of algorithms?

I am looking into Privacy Manifests for a 3rd party SDK. An iOS project I'm working on includes several algorithmic libraries. I found this issue on swift-algorithms.

Can I be sure that I don't really need to add a Privacy Manifests file for a library that is a collection of pure algorithms?

From a reading of the documentation, I am assuming that a privacy manifest (PrivacyInfo.xcprivacy) file is required for a framework or app bundle, even if all the entries are empty because nothing is collected. Note that 4 top-level elements are required in PrivacyInfo.xcprivacy

Is it not necessary to add a privacy manifest file to the library, which is a pure collection of algorithms?
 
 
Q