mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
When we build incrementally, we produce "partial swiftmodules" for each input source file, then merge them together into the final compiled module that, among other things, gets used for debugging. Without this, we'd drop @_implementationOnly imports and any types from the modules that were imported during the module-merging step and then be unable to debug those types
1.0 KiB
1.0 KiB