Instance Methodswift-package-manager 6.0.3XCBuildSupport
encode(to:)
PIF.swift:380override func encode(to encoder: Encoder) throws
override func encode(to encoder: Encoder) throws
s14XCBuildSupport3PIFO5GroupC6encode2toys7Encoder_p_tKF
What are these?51IQT
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 Encoder
A type that can encode values into a native format for external representation.
override func encode(to encoder: Encoder) throws
required init(from decoder: Decoder) throws
init(guid: GUID, path: String, sourceTree: SourceTree = .group, name: String? = nil, children: [Reference])
var children: [Reference]