Hi, not possible at the moment.
For using an iOS framework, we need the objc header of the framework, which is generated during the compilation.
We can’t generate a binary version of a package directly (as they are mainly distributed with the source).
Why cocoapods working? It generates the Binary version of the framework before integrating in the app.
SPM integrates directly the source of the dependencies in the app.