After adding CareKit with SPM getting link errors

I've added the CareKit using Swift Package Manager - now my template app "Hello, World" gets a link error (below).

Error:
Swift package target 'CareKitStore' is linked as a static library by 'CareKitExample' and 'CareKit'. This will result in duplication of library code.

What is the magic incantation for including CareKit, CareKitUI in a simple Hello World SwiftUI App?

Xcode 12 beta.
After adding CareKit with SPM getting link errors
 
 
Q