### Description Instead of manually tagging every target you want to build with Embedded, we should add a flag to do this from swift build. This flag should work in concert with the existing `--target` and `--product` options to filter the build graph. Something like: ```console $ swift build --product Foo --enable-experimental-feature-Embedded ``` I propose we do not add a general mechanism for `--enable-experimental-feature` at this time, as it is unclear to me if that is desirable.