AssignmentTable
Build setting assignment table which maps a build setting to a list of assignments.
struct AssignmentTable
Build setting assignment table which maps a build setting to a list of assignments.
struct AssignmentTable
import PackageModel
enum BuildSettings
Namespace for build settings.
struct Assignment
An individual build setting assignment.
struct Declaration
Build settings declarations.
struct Scope
Provides a view onto assignment table with a given set of bound parameters.
init()
var assignments: [Declaration : [Assignment]] { get }
mutating func add(_ assignment: Assignment, for decl: Declaration)
Add the given assignment to the table.