if (extendRuntimeException) {
configBuilder.addTweak(SwiftGeneratorTweak.EXTEND_RUNTIME_EXCEPTION);
}
final SwiftGenerator generator = new SwiftGenerator(configBuilder.build());
generator.parse(Collections2.transform(files, URI_TRANSFORMER));
project.addCompileSourceRoot(outputFolder.getPath());
}
}
catch (Exception e) {