When adding a Swift Binary Package to an Xcode project that also have an extension the binary package will be copied both to the Plugins folder and the Frameworks folder. This happen on Xcode 12.1 and earlier. My project build settings does not contain anything that copies the framework…