build Target
fun buildTarget(target: ModuleName, localTracker: CompilerProgressReporter, globalTracker: GlobalProgressReporter, problemHandler: ProblemHandler)
Build the target and its dependencies. Block the current Thread until it's done.
Parameters
target
The canonical name of the module that the builder must (recursively) load into the AvailRuntime.
local Tracker
global Tracker
problem Handler
How to handle or report Problems that arise during the build.