Instance Propertyswift-package-manager 6.0.1PackagePlugin
logText
Log output (the verbatim text in the initial proposal).
var logText: String
Log output (the verbatim text in the initial proposal).
var logText: String
import PackagePlugin
struct BuildResult
Represents the results of running 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.
@frozen struct String
A Unicode string value that is a collection of characters.
var builtArtifacts: [BuiltArtifact]
The artifacts built from the products in the package. Intermediates such as object files produced from individual targets are not listed.
var succeeded: Bool
Whether the build succeeded or failed.
struct BuiltArtifact
Represents a single artifact produced during a build.