product(name:package:)

Creates a dependency on a product from a package dependency.

Target.swift:1283

This declaration was obsoleted in SwiftPM 5.3.

static func product(name: String, package: String) -> Target.Dependency

Parameters

name

The name of the product.

package

The name of the package.

Returns

A Target.Dependency instance.