Swift Package Manager
can be a convenient way to build swift projects, and, if you (remove the absolute toolchain @rpath it adds to your binary), you can even distribute its builds.
But SPM doesn't seem to produce .dSYM
debug symbol packages, so how can you symbolicate the crash reports?
Is there a better way than using swift package generate-xcodeproj
and then getting Xcode to create the build and dSYM
s, effectively reducing SPM to .xcodeproj
shorthand?