Instance Propertyswift-package-manager 6.0.3XCBuildSupport
children
PIF.swift:357var children: [Reference]
var children: [Reference]
s14XCBuildSupport3PIFO5GroupC8childrenSayAC9ReferenceCGvp
What are these?75IHW
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.
class Reference
Abstract base class for all items in the group hierarchy.
required init(from decoder: Decoder) throws
init(guid: GUID, path: String, sourceTree: SourceTree = .group, name: String? = nil, children: [Reference])
override func encode(to encoder: Encoder) throws