There are two solutions:
#if SWIFT_PACKAGE return Bundle.module #else return Bundle(for: self) #endif
Check this link: How to define Bundle as internal For Pod Lib and SPM that handles both of them For using package images