Open
Description
In order for the Swift Testing package to build for Embedded Swift, we need to toggle a bunch of settings. It would be helpful if there were something like .when(platform: [.embedded])
or .when(.embedded)
or some such thing that we could use to modify our Swift/C++ settings in the package description.