Instance Propertyswift-package-manager 6.0.1PackagePlugin
succeeded
Whether the build succeeded or failed.
var succeeded: Bool
Whether the build succeeded or failed.
var succeeded: Bool
s13PackagePlugin0A7ManagerV11BuildResultV9succeededSbvp
What are these?9ON4Y
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 Bool
A value type whose instances are either true
or false
.
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 logText: String
Log output (the verbatim text in the initial proposal).
struct BuiltArtifact
Represents a single artifact produced during a build.