Is it possible to generate an xcresult bundle using swift test? Currently my solution is to run swift package generate-xcodeproj, then run fastlane scan with that project as the source. I'd love to drop fastlane scan as a whole if it's possible to generate the xcresult just using spm commands.