Instance Propertyswift-package-manager 6.0.1Build
disableSandboxForPluginCommands
Whether to sandbox commands from build tool plugins.
let disableSandboxForPluginCommands: Bool
Whether to sandbox commands from build tool plugins.
let disableSandboxForPluginCommands: Bool
s5Build22LLBuildManifestBuilderC31disableSandboxForPluginCommandsSbvp
What are these?3A2LI
import Build
class LLBuildManifestBuilder
High-level interface to LLBuildManifest
and LLBuildManifestWriter
.
@frozen struct Bool
A value type whose instances are either true
or false
.
init(_ plan: BuildPlan, disableSandboxForPluginCommands: Bool = false, fileSystem: any FileSystem, observabilityScope: ObservabilityScope)
Create a new builder with a build plan.
var manifest: LLBuildManifest { get }
let observabilityScope: ObservabilityScope
ObservabilityScope with which to emit diagnostics
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