mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Batch dependency scanning was added as a mechanism to support multiple compilation contexts within a single module dependency graph. The Swift compiler and the Explicitly-built modules model has long since abandoned this approach and this code has long been stale. It is time to remove it and its associated C API.