Enumeration Caseswift-package-manager 6.0.1PackagePlugin
target(_:)
Represents the target with the specified name.
case target(String)
Represents the target with the specified name.
case target(String)
s13PackagePlugin0A7ManagerV11BuildSubsetO6targetyAESScAEmF
What are these?124NM
import PackagePlugin
enum BuildSubset
Specifies a subset of products and targets of a package to build.
struct PackageManager
Provides specialized information and services from the Swift Package Manager or an IDE that supports Swift Packages. Different plugin hosts implement the functionality in whatever way is appropriate for them, but should preserve the same semantics described here.
@frozen struct String
A Unicode string value that is a collection of characters.
case all(includingTests: Bool)
Represents the subset consisting of all products and of either all targets or (if includingTests
is false) just non-test targets.
case product(String)
Represents the product with the specified name.