swift
0d3def55 - [Dependency Scanning] Emit a note if a dependency cycle is between the source target and another Swift module with the same name

Commit
222 days ago
[Dependency Scanning] Emit a note if a dependency cycle is between the source target and another Swift module with the same name The note will point the user to where the "other" module with the same name is located and mention whether it is an SDK module. This is nice to have in various circumstances where developers attempt to define a module with the same name as a Swift module that already exists on their search paths, for example in the SDK.
Author
Committer
Parents
Loading