mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
140fd73f83
In order to avoid accidentally implicitly loading modules that are expected but were not provided as explicit inputs. - Use either SerializedModuleLoader or ExplicitSwiftModuleLoader for loading of partial modules, depending on whether we are in Explicit Module Build or Implicit Module Build mode.