How to use SPM for Multiplatform SwiftUI Apps?

Seeking example project showing Swift Package Manager for building SwiftUI Multiplatform application.

We're trying to take advantage of some of the enhancements introduced at WWDC 2020. We've successfully migrated our server application away from CocoaPods to SPM. The client has proven more resistant. We'd like to build a SwiftUI application targeting both iOS and macOS using the same build system as the server. Currently, it looks like multiplatform applications require an Xcode project file.

Hopefully someone has seen documentation that we've missed or has come up with a clever solutions. Thanks.
I'm trying to figure out the same thing. When I add a package, it allows me to add the package to ONE target, but it won't let me add to multiple targets. In this case, I'm looking to add a package to the iOS AND macOS targets of a project created using the new multiplatform template.
How to use SPM for Multiplatform SwiftUI Apps?
 
 
Q