produce Rule Results
suspend fun List<ExportRule>.produceRuleResults(lockFile: LockFile, configFile: ConfigFile, workingSubDir: String, overrides: OverridesDeferred, noServer: Boolean = false, deps: ExportDeps = defaultExportDeps()): List<RuleResult>
Runs through a list of ExportRules, applies data to their RuleContexts and transforms them into RuleResults.
RuleContext.MissingProject and RuleContext.Finished are applied last.