Created by: dfed
This PR removes #import <Target/Target-Swift.h> from the Target.h umbrella file for each module named "Target".
Umbrella files should not have the generated -Swift.h file included in them. The generated -Swift.h should be used by the module map, not by the umbrella header.