Concurrency: Remove Embedded compilation guards around @backDeployed attrs.
Now that `SwiftStdlib` availability has an empty expansion during embedded
builds, it's no longer necessary to guard `@backDeployed` attributes since they
are automatically removed by the empty expansion.