iOS duplicate symbol _OBJC_METACLASS_$ in static library

Hello,

I created a static library for iOS (*.a), I added using Swift Package Manager (SPM) in the project library SDWebImage/SDWebImageAVIFCoder but when I try to use my static library I have this message error :

duplicate symbol OBJC_METACLASS$_SDGraphicsImageRenderer…

in the static library Mach_O files of "SDWebImageAVIFCoder" are duplicated

Thanks for your help