You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PrebuiltModuleGen: dedupe module names before generating prebuilt modules.
We collect these Swift module names from the outputs of dependency scanning. However,
we've noticed dupes in the output, leading to build system reporting fatal errors. As a fix,
we dedupe the module names before generating prebuilt module cache.
rdar://158615938
0 commit comments