When using XCTest it is possible to define custom contexts using the XCTContext.runActivity
function as described in "Grouping Tests into Substeps with Activities". This causes the output inside of Xcode test results to be nicely grouped into readable sections.
After migrating to swift-testing I can see that these contexts are completely ignored. Xcode doesn't display them at all. Is there an alternative API for swift-testing? Or is it something that should be reported as a bug to Xcode?