@@ -92,10 +92,9 @@ public class LLBuildManifestBuilder {
92
92
}
93
93
}
94
94
95
- // MARK:- Package Structure
95
+ // MARK: - Package Structure
96
96
97
97
extension LLBuildManifestBuilder {
98
-
99
98
fileprivate func addPackageStructureCommand( ) {
100
99
let inputs = plan. graph. rootPackages. flatMap { package -> [ Node ] in
101
100
var inputs = package . targets
@@ -136,7 +135,6 @@ extension LLBuildManifestBuilder {
136
135
// MARK:- Binary Dependencies
137
136
138
137
extension LLBuildManifestBuilder {
139
-
140
138
// Creates commands for copying all binary artifacts depended on in the plan.
141
139
fileprivate func addBinaryDependencyCommands( ) {
142
140
let binaryPaths = Set ( plan. targetMap. values. flatMap ( { $0. libraryBinaryPaths } ) )
@@ -147,7 +145,7 @@ extension LLBuildManifestBuilder {
147
145
}
148
146
}
149
147
150
- // MARK:- Resources Bundle
148
+ // MARK: - Resources Bundle
151
149
152
150
extension LLBuildManifestBuilder {
153
151
/// Adds command for creating the resources bundle of the given target.
@@ -633,7 +631,7 @@ extension LLBuildManifestBuilder {
633
631
}
634
632
}
635
633
636
- // MARK:- Compile C-family
634
+ // MARK: - Compile C-family
637
635
638
636
extension LLBuildManifestBuilder {
639
637
/// Create a llbuild target for a Clang target description.
@@ -777,7 +775,7 @@ extension LLBuildManifestBuilder {
777
775
}
778
776
}
779
777
780
- // MARK:- Product Command
778
+ // MARK: - Product Command
781
779
782
780
extension LLBuildManifestBuilder {
783
781
private func createProductCommand( _ buildProduct: ProductBuildDescription ) throws {
@@ -859,7 +857,7 @@ extension ResolvedProduct {
859
857
}
860
858
}
861
859
862
- // MARK:- Helper
860
+ // MARK: - Helper
863
861
864
862
extension LLBuildManifestBuilder {
865
863
@discardableResult
0 commit comments