Kind of a two-parter:
-
Is it possible to generate an
xcresult
bundle usingswift test
? Currently my solution is to runswift package generate-xcodeproj
, then runfastlane scan
with that project as the source. I'd love to dropfastlane scan
as a whole if it's possible to generate thexcresult
just usingspm
commands. -
Is it possible to use
XCTestPlans
with 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?