Instance Propertyswift-package-manager 6.0.3Build
observabilityScope
ObservabilityScope with which to emit diagnostics
let observabilityScope: ObservabilityScope
ObservabilityScope with which to emit diagnostics
let observabilityScope: ObservabilityScope
s5Build22LLBuildManifestBuilderC18observabilityScope6Basics013ObservabilityF0Cvp
What are these?5J241
import Build
class LLBuildManifestBuilder
High-level interface to LLBuildManifest
and LLBuildManifestWriter
.
final class ObservabilityScope
init(_ plan: BuildPlan, disableSandboxForPluginCommands: Bool = false, fileSystem: any FileSystem, observabilityScope: ObservabilityScope)
Create a new builder with a build plan.
let disableSandboxForPluginCommands: Bool
Whether to sandbox commands from build tool plugins.
var manifest: LLBuildManifest { get }
let plan: BuildPlan
The build plan to work on.
func addTargetsToExplicitBuildManifest() throws
@discardableResult func generateManifest(at path: AbsolutePath) throws -> LLBuildManifest
Generate build manifest at the given path.
func generatePrepareManifest(at path: AbsolutePath) throws -> LLBuildManifest
enum TargetKind