in Generator/Sources/NeedleFramework/Parsing/Processors/ComponentInstantiationValidator.swift [35:42]
init(components: [ASTComponent], urlFileContents: [UrlFileContent], executor: SequenceExecutor, timeout: TimeInterval) {
self.componentNames = Set(components.map({ (component: ASTComponent) -> String in
component.name
}))
self.urlFileContents = urlFileContents
self.executor = executor
self.timeout = timeout
}