Initializerswift-package-manager 6.0.3XCBuildSupport
init(from:)
PIF.swift:386required init(from decoder: Decoder) throws
required init(from decoder: Decoder) throws
import XCBuildSupport
final class Group
A group that can contain References (FileReferences and other Groups). The resolved path of a group is used as the base path for any child references whose source tree type is GroupRelative.
enum PIF
The Project Interchange Format (PIF) is a structured representation of the project model created by clients (Xcode/SwiftPM) to send to XCBuild.
protocol Decoder
A type that can decode values from a native format into in-memory representations.
required init(from decoder: Decoder) throws
init(guid: GUID, path: String, sourceTree: SourceTree = .group, name: String? = nil, children: [Reference])
var children: [Reference]
override func encode(to encoder: Encoder) throws