Event linkEvent = SpeedTracerLogger.start(CompilerEventType.LINK);
// Load up the library that was just created so that it's possible to get a read-reference to
// its contained PermutationResult.
try {
resultLibrary = new ZipLibrary(compilerOptions.getOutputLibraryPath());
} catch (IncompatibleLibraryVersionException e) {
logger.log(TreeLogger.ERROR, e.getMessage());
throw new UnableToCompleteException();
}
generatedArtifacts.addAll(libraryGroup.getGeneratedArtifacts());