Instance Property
componentForCurrentBuildPass
The DI component used for the current iteration of the multi- stage build process. Once finalStageBuild method is invoked, this property returns a separate new instance representing a new pass of the multi-stage building process.
var componentForCurrentBuildPass: Component { get }