createSemanticDiagnosticsBuilderProgram

external fun createSemanticDiagnosticsBuilderProgram(    newProgram: Program,     host: BuilderProgramHost,     oldProgram: SemanticDiagnosticsBuilderProgram = definedExternally,     configFileParsingDiagnostics: <Error class: unknown class><Diagnostic> = definedExternally): SemanticDiagnosticsBuilderProgram(source)

Create the builder to manage semantic diagnostics and cache them


external fun createSemanticDiagnosticsBuilderProgram(    rootNames: <Error class: unknown class><String>?,     options: CompilerOptions?,     host: CompilerHost = definedExternally,     oldProgram: SemanticDiagnosticsBuilderProgram = definedExternally,     configFileParsingDiagnostics: <Error class: unknown class><Diagnostic> = definedExternally,     projectReferences: <Error class: unknown class><ProjectReference> = definedExternally): SemanticDiagnosticsBuilderProgram(source)