Add flag allow-tests-to-init-real-dependencies that will force all dependency resolver methods to be declared as internal rather than private or fileprivate so that any @Testable import of the generated code is able to initialize both the dependency container and access all of the DependencyResolvers. Note that this does NOT change any of the test mock generation, this is altering th...