You can add MobvenBugKit to your project through SPM.
https://github.com/mobven/MCaptureiOSSDK is actively maintained with xcframeworks. Download the MobvenBugKit.xcframework and add to your project's target.
MobvenBugKit can be started calling (ideally in AppDelegate or SceneDelegate):
import MobvenBugKit
MBKReporter.start(withAppSecret: {APP SECRET}, appId: {APP ID}, projectId: {PROJECT ID}, for: [.shake, .screenshot])