Enable target with headers but no sources as `ClangTarget` by k-kohey · Pull Request #6006 · swiftlang/swift-package-manager

This PR change allows the generation of targets containing only header files. Motivation: Closes #4806 . Currently, if we attempt to create a target that does not contain source files, the Swift Pa...