mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
With this option enabled, the dependency scanner gathers all import statements in source files of the main module (non-transitive) and outputs a list of imported modules. This will be used by build systems and the swift-driver as a way to avoid redundant re-scanning in incremental contexts.