Kind of a two-parter:
- 
Is it possible to generate an xcresultbundle usingswift test? Currently my solution is to runswift package generate-xcodeproj, then runfastlane scanwith that project as the source. I'd love to dropfastlane scanas a whole if it's possible to generate thexcresultjust usingspmcommands.
- 
Is it possible to use XCTestPlanswith Swift Packages? I know we can't tweak schemes since there's no real scheme data associated with temporary workspace created by Xcode, but is this doable at all?