Swift Package Manager Support
SPM support in KMMBridge configures the XCFramework assembly and writes out the Package.swift
file needed to consume your KMP artifact.
KMMBridge also supplies a basic local development flow using SPM. Generally speaking, we would recommend other methods of KMP integration when possible, but for users who need a local SPM development workflow, KMMBridge allows you to build KMP in the most efficient way possible.
If you are using GitHub Actions, you can publish your SPM dependency to a separate repo.