init()

in Sources/PackageCollectionGenerator/PackageCollectionGenerate.swift [399:408]


    init(from: PackageModel.ProductType.LibraryType) {
        switch from {
        case .static:
            self = .static
        case .dynamic:
            self = .dynamic
        case .automatic:
            self = .automatic
        }
    }