swift
e8895f72 - [Dependency Scanning] Do not track source module dependencies separately in `SwiftDependencyScanningService`

Commit
2 years ago
[Dependency Scanning] Do not track source module dependencies separately in `SwiftDependencyScanningService` Instead, treat them like any other module that is specific to the scanning context hash of the scan it originates from. Otherwise we may actually have simultaneous scans happening for the same source module but with different context hashes, and the current scheme leads to collisions.
Author
Parents
Loading