Hi,
I have a SPM Library where I add some resources.
But I can't load them within the package because I got this error.
Type 'Bundle' has no member 'module' Am I missing something ?
I'm using Xcode 12.
I add the ressource this way in the Package.swift file
		.target(
			name: "MyPackage",
			resources: [.copy("Mocks")]
		),