Instance Propertyswift-package-manager 6.0.1PackagePlugin
kind
The kind of artifact that was built.
var kind: Kind
The kind of artifact that was built.
var kind: Kind
s13PackagePlugin0A7ManagerV11BuildResultV13BuiltArtifactV4kindAG4KindOvp
What are these?2551T
import PackagePlugin
struct BuiltArtifact
Represents a single artifact produced during a 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.
struct BuildResult
Represents the results of running a build.
enum Kind
Represents the kind of artifact that was built. The specific file formats may vary from platform to platform — for example, on macOS a dynamic library may in fact be built as a framework.
var url: URL
Full path of the built artifact in the local file system.
var path: Path { get }
Full path of the built artifact in the local file system.