Description
I've updated from 1.5.2 to 1.9.0 and started getting this Xcode build warning, I think is from Xcode's explicit module dependency scanner:
'IssueReporting' is missing a dependency on 'IssueReportingPackageSupport' because
dependency scan of Swift module 'IssueReporting' discovered a dependency on
'IssueReportingPackageSupport'
Note that the build and tests still succeed (but in our case the warning surfaces as an error in strict CI reporting tools).
Description
I've updated from 1.5.2 to 1.9.0 and started getting this Xcode build warning, I think is from Xcode's explicit module dependency scanner:
Note that the build and tests still succeed (but in our case the warning surfaces as an error in strict CI reporting tools).