I imported SwiftyDropbox into my project via SPM. Migrating from dropbox-sdk-obj-c and made necessary code changes, which worked.
It will work fine until you include a header file importing SwiftyDropboxObjC in a bridging header.
@import SwiftyDropboxObjC <- module not found
If the plan is deprecate dropbox-sdk-obj-c it would be ideal to fix this to work with hybrid objc/swift projects. I haven't tried it in cocoapods which is not a solution I want.
I've included a sample project.
dropbox.zip