Is it reproducible with SwiftPM command-line tools: swift build, swift test, swift package etc?
Description
While implementing swiftlang/swift-package-manager#9362 there was some discussion about the fact that task signatures should be globally unique with a single taskID mapping to a single task signature, however it was noted that this was not always the case.
In the specific case found, the duplication of the taskSignature -> many taskIDs aided in reducing duplicate output.
Investigate whether this is intentional.
Expected behavior
No response
Actual behavior
No response
Steps to reproduce
No response
Swift Package Manager version/commit hash
No response
Swift & OS version (output of swift --version ; uname -a)
No response