This change makes it so that newer projects that also leverage swift-issue-reporting collide with the following error:
multiple similar targets 'IssueReporting', 'IssueReportingTestSupport', 'XCTestDynamicOverlay' appear in package 'swift-issue-reporting' and 'xctest-dynamic-overlay', this may indicate that the two packages are the same and can be de-duplicated by using mirrors. if they are not duplicate consider using the `moduleAliases` parameter in manifest to provide unique names
I would think the way to solve this would be to do what IssueReporting does and create a Package@swift-6.swift file with this reference in it, then fallback to this one if needed.
Originally posted by @briannadoubt in 84c4f7f