CLASS
public final class PackageProcessor
public let inputPath: URL
public let outputPath: URL
public let reproducibleDocs: Bool
public var clustersEnabled: Bool = true
public init(inputPath: String, outputPath: String, reproducibleDocs: Bool) throws
public func run() throws