I couldn't compile with Xcode 12.5 with some mixed Swift Packages. Setting the Swift Package toolchain version to Swift 5 resolved the issue. This also seems like the right way to go as well since it is the first version of ABI stability for better forward/backward compatibility.
I also fixed a compiler warning of the Info.plist getting unnecessarily included in the package.
I couldn't compile with Xcode 12.5 with some mixed Swift Packages. Setting the Swift Package toolchain version to Swift 5 resolved the issue. This also seems like the right way to go as well since it is the first version of ABI stability for better forward/backward compatibility.
I also fixed a compiler warning of the
Info.plist
getting unnecessarily included in the package.