I'm trying to use Swift Package Manager's binaryTarget to include the Stripe xcframework available here https://github.com/stripe/stripe-ios/releases/tag/v19.3.0. The package manager doesn't complain, and lets me link to it, but I can't import it in my files. I've made a sample repo to show it here https://github.com/martyu/StripePackageTest. Am I missing something?