Using Swift Packages in all Multiplatform SwiftUI App targets
SwiftUI multiplatform apps have both iOS and macOS targets, but adding a Swift Package dependency to your target via Xcode requires you to choose one. So how do you give both targets access to the package?