Build Information
Failed to build Kuri, reference master (4f89c4
), with Swift 6.1 for Linux on 26 Apr 2025 07:54:58 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bannzai/kuri.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/bannzai/kuri
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 4f89c4b Merge pull request #24 from hicka04/fix/install/swiftpm-swift5.3
Cloned https://github.com/bannzai/kuri.git
Revision (git rev-parse @):
4f89c4b56c085e01de8e046bc3af9bbf5021474b
SUCCESS checkout https://github.com/bannzai/kuri.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/bannzai/kuri.git
https://github.com/bannzai/kuri.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "xcodeproject",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/bannzai/XcodeProject.git"
},
{
"identity" : "yamlswift",
"requirement" : {
"range" : [
{
"lower_bound" : "3.4.4",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/behrang/YamlSwift.git"
},
{
"identity" : "swiftshell",
"requirement" : {
"range" : [
{
"lower_bound" : "5.1.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kareman/SwiftShell.git"
}
],
"manifest_display_name" : "Kuri",
"name" : "Kuri",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "kuri",
"targets" : [
"Kuri"
],
"type" : {
"executable" : null
}
},
{
"name" : "KuriCore",
"targets" : [
"KuriCore"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "KuriCoreTests",
"module_type" : "SwiftTarget",
"name" : "KuriCoreTests",
"path" : "Tests/KuriCoreTests",
"product_dependencies" : [
"SwiftShell"
],
"sources" : [
"KuriCoreTests.swift"
],
"target_dependencies" : [
"KuriCore"
],
"type" : "test"
},
{
"c99name" : "KuriCore",
"module_type" : "SwiftTarget",
"name" : "KuriCore",
"path" : "Sources/KuriCore",
"product_dependencies" : [
"XcodeProject",
"Yaml",
"SwiftShell"
],
"product_memberships" : [
"kuri",
"KuriCore"
],
"sources" : [
"Command/CommandEnum.swift",
"Command/CommandIO.swift",
"Command/Error/KuriErrorType.swift",
"Command/GenerateArgument.swift",
"Command/GenerateComponent.swift",
"Command/Generator.swift",
"Command/Setup.swift",
"Command/SetupComponentType.swift",
"Template/Builder/BuilderTemplate.swift",
"Template/DataStore/DataStoreTemplate.swift",
"Template/Entity/EntityTemplate.swift",
"Template/Model/ModelTemplate.swift",
"Template/Presenter/PresenterTemplate.swift",
"Template/Repository/RepositoryTemplate.swift",
"Template/Templatable.swift",
"Template/Translator/TranslatorTemplate.swift",
"Template/UseCase/UseCaseTemplate.swift",
"Template/View/ViewTemplate.swift",
"Template/Wireframe/WireframeTemplate.swift",
"Util/FileOperator.swift",
"Util/Helper.swift",
"Util/KuriExtension.swift",
"Yaml/YamlReadableType.swift",
"Yaml/YamlReader.swift",
"Yaml/YamlResource.swift"
],
"type" : "library"
},
{
"c99name" : "Kuri",
"module_type" : "SwiftTarget",
"name" : "Kuri",
"path" : "Sources/Kuri",
"product_memberships" : [
"kuri"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"KuriCore"
],
"type" : "executable"
}
],
"tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/bannzai/XcodeProject.git
Fetching https://github.com/behrang/YamlSwift.git
Fetching https://github.com/kareman/SwiftShell.git
[1/1384] Fetching yamlswift
[583/6247] Fetching yamlswift, swiftshell
[2942/10445] Fetching yamlswift, swiftshell, xcodeproject
Fetched https://github.com/behrang/YamlSwift.git from cache (0.30s)
Fetched https://github.com/bannzai/XcodeProject.git from cache (0.30s)
Fetched https://github.com/kareman/SwiftShell.git from cache (0.30s)
Computing version for https://github.com/kareman/SwiftShell.git
Computed https://github.com/kareman/SwiftShell.git at 5.1.0 (2.16s)
Computing version for https://github.com/behrang/YamlSwift.git
Computed https://github.com/behrang/YamlSwift.git at 3.4.4 (0.45s)
Computing version for https://github.com/bannzai/XcodeProject.git
Computed https://github.com/bannzai/XcodeProject.git at 1.1.1 (0.47s)
Fetching https://github.com/bannzai/Swdifft.git
Fetching https://github.com/kylef/Commander.git
[1/140] Fetching swdifft
[141/1728] Fetching swdifft, commander
Fetched https://github.com/bannzai/Swdifft.git from cache (0.19s)
Fetched https://github.com/kylef/Commander.git from cache (0.19s)
Computing version for https://github.com/bannzai/Swdifft.git
Computed https://github.com/bannzai/Swdifft.git at 1.0.3 (0.70s)
Computing version for https://github.com/kylef/Commander.git
Computed https://github.com/kylef/Commander.git at 0.9.2 (0.53s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.21s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.69s)
Creating working copy for https://github.com/bannzai/Swdifft.git
Working copy of https://github.com/bannzai/Swdifft.git resolved at 1.0.3
Creating working copy for https://github.com/behrang/YamlSwift.git
Working copy of https://github.com/behrang/YamlSwift.git resolved at 3.4.4
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/kylef/Commander.git
Working copy of https://github.com/kylef/Commander.git resolved at 0.9.2
Creating working copy for https://github.com/kareman/SwiftShell.git
Working copy of https://github.com/kareman/SwiftShell.git resolved at 5.1.0
Creating working copy for https://github.com/bannzai/XcodeProject.git
Working copy of https://github.com/bannzai/XcodeProject.git resolved at 1.1.1
warning: 'xcodeproject': The target named 'XcodeProject' was identified as an executable target but a non-executable product with this name already exists.
Building for debugging...
[0/15] Write sources
[6/15] Write swift-version-24593BA9C3E375BF.txt
[8/38] Emitting module SwiftShell
[9/39] Compiling Yaml YAMLResult.swift
[10/39] Emitting module Yaml
[11/39] Compiling SwiftShell Array.swift
[12/39] Compiling SwiftShell Process.swift
[13/39] Compiling SwiftShell String.swift
[14/39] Compiling Swdifft Swdifft.swift
[15/39] Compiling Swdifft longestCommonSubsequence.swift
[16/39] Compiling Yaml YAMLRegex.swift
[17/39] Compiling SwiftShell Lazy-split.swift
[18/39] Compiling SwiftShell Stream.swift
[19/39] Compiling Swdifft StringExtension.swift
[20/39] Compiling Swdifft InternalDiffFunction.swift
[21/39] Compiling Swdifft Marks.swift
[22/39] Compiling SwiftShell Files.swift
[23/39] Emitting module Swdifft
[24/39] Compiling Swdifft Formatter.swift
[25/40] Compiling Yaml YAMLTokenizer.swift
[26/40] Compiling Yaml Yaml.swift
[27/40] Compiling SwiftShell Context.swift
[28/40] Compiling SwiftShell Bash.swift
[29/40] Compiling SwiftShell Command.swift
[30/41] Compiling Yaml YAMLOperators.swift
[31/41] Compiling Yaml YAMLParser.swift
[34/42] Wrapping AST for Swdifft for debugging
[35/89] Wrapping AST for Yaml for debugging
[37/89] Emitting module XcodeProjectCore
[37/95] Wrapping AST for SwiftShell for debugging
[39/95] Compiling XcodeProjectCore BuildFileAppender.swift
[40/95] Compiling XcodeProjectCore BuildPhaseAppender.swift
[41/95] Compiling XcodeProjectCore FileReferenceAppender.swift
[42/95] Compiling XcodeProjectCore GroupAppender.swift
[43/95] Compiling XcodeProjectCore ResourceBuildPhaseAppender.swift
[44/95] Compiling XcodeProjectCore SourceBuildPhaseAppender.swift
[45/95] Compiling XcodeProjectCore ArrayExtension.swift
[46/95] Compiling XcodeProjectCore CollectionExtension.swift
[47/95] Compiling XcodeProjectCore DictionaryExtension.swift
[48/95] Compiling XcodeProjectCore BuildFileExtractor.swift
[49/95] Compiling XcodeProjectCore BuildPhaseExtractor.swift
[50/95] Compiling XcodeProjectCore FileRefExtractor.swift
[51/95] Compiling XcodeProjectCore GroupExtractor.swift
[52/95] Compiling XcodeProjectCore NativeTargetExtractor.swift
[53/95] Compiling XcodeProjectCore PBXMapFormatter.swift
[54/95] Compiling XcodeProjectCore PBXRawMapFormatter.swift
[55/95] Compiling XcodeProjectCore ObjectRowFormatter.swift
[56/95] Compiling XcodeProjectCore TopRowFormatter.swift
[57/95] Compiling XcodeProjectCore XcodeProjectFormatter.swift
[58/95] Compiling XcodeProjectCore SectionFormatter.swift
[59/95] Compiling XcodeProjectCore SectionRowFormatter.swift
[60/95] Compiling XcodeProjectCore SerializeFormatter.swift
/host/spi-builder-workspace/.build/checkouts/XcodeProject/Sources/XcodeProjectCore/Generator/StringGenerator.swift:20:31: error: cannot find 'arc4random_uniform' in scope
18 | var result: String = ""
19 | for _ in 0..<24 {
20 | result += all[Int(arc4random_uniform(UInt32(all.count)))]
| `- error: cannot find 'arc4random_uniform' in scope
21 | }
22 | return result
[61/95] Compiling XcodeProjectCore StringGenerator.swift
/host/spi-builder-workspace/.build/checkouts/XcodeProject/Sources/XcodeProjectCore/Generator/StringGenerator.swift:20:31: error: cannot find 'arc4random_uniform' in scope
18 | var result: String = ""
19 | for _ in 0..<24 {
20 | result += all[Int(arc4random_uniform(UInt32(all.count)))]
| `- error: cannot find 'arc4random_uniform' in scope
21 | }
22 | return result
[62/95] Compiling XcodeProjectCore BuildFileMaker.swift
/host/spi-builder-workspace/.build/checkouts/XcodeProject/Sources/XcodeProjectCore/Generator/StringGenerator.swift:20:31: error: cannot find 'arc4random_uniform' in scope
18 | var result: String = ""
19 | for _ in 0..<24 {
20 | result += all[Int(arc4random_uniform(UInt32(all.count)))]
| `- error: cannot find 'arc4random_uniform' in scope
21 | }
22 | return result
[63/95] Compiling XcodeProjectCore BuildPhaseMaker.swift
/host/spi-builder-workspace/.build/checkouts/XcodeProject/Sources/XcodeProjectCore/Generator/StringGenerator.swift:20:31: error: cannot find 'arc4random_uniform' in scope
18 | var result: String = ""
19 | for _ in 0..<24 {
20 | result += all[Int(arc4random_uniform(UInt32(all.count)))]
| `- error: cannot find 'arc4random_uniform' in scope
21 | }
22 | return result
[64/95] Compiling XcodeProjectCore FileReferenceMaker.swift
/host/spi-builder-workspace/.build/checkouts/XcodeProject/Sources/XcodeProjectCore/Generator/StringGenerator.swift:20:31: error: cannot find 'arc4random_uniform' in scope
18 | var result: String = ""
19 | for _ in 0..<24 {
20 | result += all[Int(arc4random_uniform(UInt32(all.count)))]
| `- error: cannot find 'arc4random_uniform' in scope
21 | }
22 | return result
[65/95] Compiling XcodeProjectCore GroupMaker.swift
/host/spi-builder-workspace/.build/checkouts/XcodeProject/Sources/XcodeProjectCore/Generator/StringGenerator.swift:20:31: error: cannot find 'arc4random_uniform' in scope
18 | var result: String = ""
19 | for _ in 0..<24 {
20 | result += all[Int(arc4random_uniform(UInt32(all.count)))]
| `- error: cannot find 'arc4random_uniform' in scope
21 | }
22 | return result
[66/95] Compiling XcodeProjectCore PathComponent.swift
[67/95] Compiling XcodeProjectCore SourceTreeType.swift
[68/95] Compiling XcodeProjectCore FileWriter.swift
[69/95] Compiling XcodeProjectCore XcodeProject.swift
[70/95] Compiling XcodeProjectCore XcodeProjectError.swift
[71/95] Compiling XcodeProjectCore XcodeProjectHelper.swift
[72/95] Compiling XcodeProjectCore ObjectType.swift
[73/95] Compiling XcodeProjectCore PBXSubscription.swift
[74/95] Compiling XcodeProjectCore PBXProjectParser.swift
[75/95] Compiling XcodeProjectCore XcodeProjectSerializer.swift
[76/95] Compiling XcodeProjectCore AutoMockable.swift
[77/95] Compiling XcodeProjectCore KnownFileExtension.swift
[78/95] Compiling XcodeProjectCore ResourcesBuildPhaseExtractor.swift
[79/95] Compiling XcodeProjectCore SourcesBuildPhaseExtractor.swift
[80/95] Compiling XcodeProjectCore FieldFormatter.swift
[81/95] Compiling XcodeProjectCore PBXAtomicValueFormatter.swift
[82/95] Compiling XcodeProjectCore MultiplelineAtomicValueListFieldFormatter.swift
[83/95] Compiling XcodeProjectCore PBXAtomicValueListFieldFormatter.swift
[84/95] Compiling XcodeProjectCore SinglelineAtomicValueListFieldFormatter.swift
[85/95] Compiling XcodeProjectCore Context.swift
[86/95] Compiling XcodeProjectCore AbstractPBXObject.swift
[87/95] Compiling XcodeProjectCore PBX.swift
[88/95] Compiling XcodeProjectCore PBXType.swift
[89/95] Compiling XcodeProjectCore SecondaryAbstractPBXObject.swift
[90/95] Compiling XcodeProjectCore XC.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'xcodeproject': The target named 'XcodeProject' was identified as an executable target but a non-executable product with this name already exists.
[0/1] Planning build
Building for debugging...
[0/9] Write swift-version-24593BA9C3E375BF.txt
[2/32] Compiling Swdifft longestCommonSubsequence.swift
[3/32] Compiling Swdifft StringExtension.swift
[4/32] Compiling Swdifft Swdifft.swift
[5/32] Compiling Swdifft Marks.swift
[6/32] Emitting module Yaml
[7/32] Compiling Yaml YAMLResult.swift
[8/32] Emitting module Swdifft
[9/32] Compiling Swdifft Formatter.swift
[10/32] Compiling Swdifft InternalDiffFunction.swift
[11/33] Compiling Yaml YAMLRegex.swift
[12/33] Compiling SwiftShell Files.swift
[13/33] Compiling SwiftShell Stream.swift
[14/33] Compiling SwiftShell Array.swift
[15/33] Compiling SwiftShell Process.swift
[17/34] Compiling SwiftShell Lazy-split.swift
[18/34] Compiling SwiftShell Context.swift
[19/33] Compiling Yaml Yaml.swift
[20/33] Compiling Yaml YAMLTokenizer.swift
[21/33] Compiling SwiftShell Bash.swift
[22/33] Compiling SwiftShell Command.swift
[23/33] Emitting module SwiftShell
[24/33] Compiling SwiftShell String.swift
[26/80] Compiling XcodeProjectCore SerializeFormatter.swift
/host/spi-builder-workspace/.build/checkouts/XcodeProject/Sources/XcodeProjectCore/Generator/StringGenerator.swift:20:31: error: cannot find 'arc4random_uniform' in scope
18 | var result: String = ""
19 | for _ in 0..<24 {
20 | result += all[Int(arc4random_uniform(UInt32(all.count)))]
| `- error: cannot find 'arc4random_uniform' in scope
21 | }
22 | return result
[27/80] Compiling XcodeProjectCore StringGenerator.swift
/host/spi-builder-workspace/.build/checkouts/XcodeProject/Sources/XcodeProjectCore/Generator/StringGenerator.swift:20:31: error: cannot find 'arc4random_uniform' in scope
18 | var result: String = ""
19 | for _ in 0..<24 {
20 | result += all[Int(arc4random_uniform(UInt32(all.count)))]
| `- error: cannot find 'arc4random_uniform' in scope
21 | }
22 | return result
[28/80] Compiling XcodeProjectCore BuildFileMaker.swift
/host/spi-builder-workspace/.build/checkouts/XcodeProject/Sources/XcodeProjectCore/Generator/StringGenerator.swift:20:31: error: cannot find 'arc4random_uniform' in scope
18 | var result: String = ""
19 | for _ in 0..<24 {
20 | result += all[Int(arc4random_uniform(UInt32(all.count)))]
| `- error: cannot find 'arc4random_uniform' in scope
21 | }
22 | return result
[29/80] Compiling XcodeProjectCore BuildPhaseMaker.swift
/host/spi-builder-workspace/.build/checkouts/XcodeProject/Sources/XcodeProjectCore/Generator/StringGenerator.swift:20:31: error: cannot find 'arc4random_uniform' in scope
18 | var result: String = ""
19 | for _ in 0..<24 {
20 | result += all[Int(arc4random_uniform(UInt32(all.count)))]
| `- error: cannot find 'arc4random_uniform' in scope
21 | }
22 | return result
[30/80] Compiling XcodeProjectCore FileReferenceMaker.swift
/host/spi-builder-workspace/.build/checkouts/XcodeProject/Sources/XcodeProjectCore/Generator/StringGenerator.swift:20:31: error: cannot find 'arc4random_uniform' in scope
18 | var result: String = ""
19 | for _ in 0..<24 {
20 | result += all[Int(arc4random_uniform(UInt32(all.count)))]
| `- error: cannot find 'arc4random_uniform' in scope
21 | }
22 | return result
[31/80] Compiling XcodeProjectCore GroupMaker.swift
/host/spi-builder-workspace/.build/checkouts/XcodeProject/Sources/XcodeProjectCore/Generator/StringGenerator.swift:20:31: error: cannot find 'arc4random_uniform' in scope
18 | var result: String = ""
19 | for _ in 0..<24 {
20 | result += all[Int(arc4random_uniform(UInt32(all.count)))]
| `- error: cannot find 'arc4random_uniform' in scope
21 | }
22 | return result
[32/80] Compiling XcodeProjectCore CollectionExtension.swift
[33/80] Compiling XcodeProjectCore DictionaryExtension.swift
[34/80] Compiling XcodeProjectCore BuildFileExtractor.swift
[35/80] Compiling XcodeProjectCore BuildPhaseExtractor.swift
[36/80] Compiling XcodeProjectCore FileRefExtractor.swift
[37/80] Compiling XcodeProjectCore GroupExtractor.swift
[38/80] Compiling XcodeProjectCore NativeTargetExtractor.swift
[39/86] Emitting module XcodeProjectCore
[40/86] Compiling XcodeProjectCore ObjectType.swift
[41/86] Compiling XcodeProjectCore PBXSubscription.swift
[42/86] Compiling XcodeProjectCore PBXProjectParser.swift
[43/86] Compiling XcodeProjectCore XcodeProjectSerializer.swift
[44/86] Compiling XcodeProjectCore AutoMockable.swift
[45/86] Compiling XcodeProjectCore KnownFileExtension.swift
[46/86] Compiling XcodeProjectCore BuildFileAppender.swift
[47/86] Compiling XcodeProjectCore BuildPhaseAppender.swift
[48/86] Compiling XcodeProjectCore FileReferenceAppender.swift
[49/86] Compiling XcodeProjectCore GroupAppender.swift
[50/86] Compiling XcodeProjectCore ResourceBuildPhaseAppender.swift
[51/86] Compiling XcodeProjectCore SourceBuildPhaseAppender.swift
[52/86] Compiling XcodeProjectCore ArrayExtension.swift
[53/86] Compiling XcodeProjectCore PBXMapFormatter.swift
[54/86] Compiling XcodeProjectCore PBXRawMapFormatter.swift
[55/86] Compiling XcodeProjectCore ObjectRowFormatter.swift
[56/86] Compiling XcodeProjectCore TopRowFormatter.swift
[57/86] Compiling XcodeProjectCore XcodeProjectFormatter.swift
[58/86] Compiling XcodeProjectCore SectionFormatter.swift
[59/86] Compiling XcodeProjectCore SectionRowFormatter.swift
[60/86] Compiling Yaml YAMLParser.swift
[61/86] Compiling Yaml YAMLOperators.swift
[63/87] Compiling XcodeProjectCore PathComponent.swift
[64/87] Compiling XcodeProjectCore SourceTreeType.swift
[65/87] Compiling XcodeProjectCore FileWriter.swift
[66/87] Compiling XcodeProjectCore XcodeProject.swift
[67/87] Compiling XcodeProjectCore XcodeProjectError.swift
[68/87] Compiling XcodeProjectCore XcodeProjectHelper.swift
[69/87] Compiling XcodeProjectCore Context.swift
[70/87] Compiling XcodeProjectCore AbstractPBXObject.swift
[71/87] Compiling XcodeProjectCore PBX.swift
[72/87] Compiling XcodeProjectCore PBXType.swift
[73/87] Compiling XcodeProjectCore SecondaryAbstractPBXObject.swift
[74/87] Compiling XcodeProjectCore XC.swift
[75/87] Compiling XcodeProjectCore ResourcesBuildPhaseExtractor.swift
[76/87] Compiling XcodeProjectCore SourcesBuildPhaseExtractor.swift
[77/87] Compiling XcodeProjectCore FieldFormatter.swift
[78/87] Compiling XcodeProjectCore PBXAtomicValueFormatter.swift
[79/87] Compiling XcodeProjectCore MultiplelineAtomicValueListFieldFormatter.swift
[80/87] Compiling XcodeProjectCore PBXAtomicValueListFieldFormatter.swift
[81/87] Compiling XcodeProjectCore SinglelineAtomicValueListFieldFormatter.swift
[81/87] Wrapping AST for Yaml for debugging
BUILD FAILURE 6.1 linux