The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build Kuri, reference 0.5.0 (4f89c4), with Swift 6.1 for Linux on 26 Apr 2025 07:54:59 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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: 0.5.0
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
 * tag               0.5.0      -> FETCH_HEAD
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 0.5.0
========================================
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-0":/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/kareman/SwiftShell.git
Fetching https://github.com/behrang/YamlSwift.git
[1/1384] Fetching yamlswift
[57/5582] Fetching yamlswift, xcodeproject
[140/10445] Fetching yamlswift, xcodeproject, swiftshell
Fetched https://github.com/behrang/YamlSwift.git from cache (0.26s)
Fetched https://github.com/bannzai/XcodeProject.git from cache (0.31s)
Fetched https://github.com/kareman/SwiftShell.git from cache (0.31s)
Computing version for https://github.com/kareman/SwiftShell.git
Computed https://github.com/kareman/SwiftShell.git at 5.1.0 (2.21s)
Computing version for https://github.com/behrang/YamlSwift.git
Computed https://github.com/behrang/YamlSwift.git at 3.4.4 (0.46s)
Computing version for https://github.com/bannzai/XcodeProject.git
Computed https://github.com/bannzai/XcodeProject.git at 1.1.1 (0.46s)
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.65s)
Computing version for https://github.com/kylef/Commander.git
Computed https://github.com/kylef/Commander.git at 0.9.2 (0.46s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.19s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.66s)
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/bannzai/Swdifft.git
Working copy of https://github.com/bannzai/Swdifft.git resolved at 1.0.3
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] Compiling Swdifft Swdifft.swift
[9/38] Emitting module Yaml
[10/38] Compiling Yaml YAMLParser.swift
[11/38] Compiling Yaml YAMLOperators.swift
[12/38] Compiling Yaml YAMLRegex.swift
[13/38] Compiling Swdifft longestCommonSubsequence.swift
[14/38] Emitting module SwiftShell
[15/38] Compiling SwiftShell Bash.swift
[16/38] Compiling SwiftShell Command.swift
[17/39] Compiling SwiftShell Context.swift
[18/39] Compiling SwiftShell Files.swift
[19/39] Compiling Yaml YAMLTokenizer.swift
[20/39] Compiling Yaml Yaml.swift
[21/39] Compiling Yaml YAMLResult.swift
[22/40] Compiling Swdifft Marks.swift
[23/40] Emitting module Swdifft
[24/40] Compiling Swdifft Formatter.swift
[25/40] Compiling Swdifft InternalDiffFunction.swift
[26/40] Compiling SwiftShell Array.swift
[27/40] Compiling SwiftShell Stream.swift
[28/40] Compiling Swdifft StringExtension.swift
[29/40] Compiling SwiftShell Lazy-split.swift
[30/40] Compiling SwiftShell Process.swift
[33/41] Compiling SwiftShell String.swift
[34/42] Wrapping AST for Yaml for debugging
[35/42] Wrapping AST for Swdifft for debugging
[36/42] Wrapping AST for SwiftShell for debugging
[38/89] 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
[39/89] 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
[40/89] 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
[41/89] 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
[42/89] 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
[43/89] 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
[44/95] Compiling XcodeProjectCore BuildFileAppender.swift
[45/95] Compiling XcodeProjectCore BuildPhaseAppender.swift
[46/95] Compiling XcodeProjectCore FileReferenceAppender.swift
[47/95] Compiling XcodeProjectCore GroupAppender.swift
[48/95] Compiling XcodeProjectCore ResourceBuildPhaseAppender.swift
[49/95] Compiling XcodeProjectCore SourceBuildPhaseAppender.swift
[50/95] Compiling XcodeProjectCore ArrayExtension.swift
[51/95] Compiling XcodeProjectCore ObjectType.swift
[52/95] Compiling XcodeProjectCore PBXSubscription.swift
[53/95] Compiling XcodeProjectCore PBXProjectParser.swift
[54/95] Compiling XcodeProjectCore XcodeProjectSerializer.swift
[55/95] Compiling XcodeProjectCore AutoMockable.swift
[56/95] Compiling XcodeProjectCore KnownFileExtension.swift
[57/95] Compiling XcodeProjectCore ResourcesBuildPhaseExtractor.swift
[58/95] Compiling XcodeProjectCore SourcesBuildPhaseExtractor.swift
[59/95] Compiling XcodeProjectCore FieldFormatter.swift
[60/95] Compiling XcodeProjectCore PBXAtomicValueFormatter.swift
[61/95] Compiling XcodeProjectCore MultiplelineAtomicValueListFieldFormatter.swift
[62/95] Compiling XcodeProjectCore PBXAtomicValueListFieldFormatter.swift
[63/95] Compiling XcodeProjectCore SinglelineAtomicValueListFieldFormatter.swift
[64/95] Compiling XcodeProjectCore CollectionExtension.swift
[65/95] Compiling XcodeProjectCore DictionaryExtension.swift
[66/95] Compiling XcodeProjectCore BuildFileExtractor.swift
[67/95] Compiling XcodeProjectCore BuildPhaseExtractor.swift
[68/95] Compiling XcodeProjectCore FileRefExtractor.swift
[69/95] Compiling XcodeProjectCore GroupExtractor.swift
[70/95] Compiling XcodeProjectCore NativeTargetExtractor.swift
[71/95] Compiling XcodeProjectCore PBXMapFormatter.swift
[72/95] Compiling XcodeProjectCore PBXRawMapFormatter.swift
[73/95] Compiling XcodeProjectCore ObjectRowFormatter.swift
[74/95] Compiling XcodeProjectCore TopRowFormatter.swift
[75/95] Compiling XcodeProjectCore XcodeProjectFormatter.swift
[76/95] Compiling XcodeProjectCore SectionFormatter.swift
[77/95] Compiling XcodeProjectCore SectionRowFormatter.swift
[78/95] Emitting module XcodeProjectCore
[79/95] Compiling XcodeProjectCore PathComponent.swift
[80/95] Compiling XcodeProjectCore SourceTreeType.swift
[81/95] Compiling XcodeProjectCore FileWriter.swift
[82/95] Compiling XcodeProjectCore XcodeProject.swift
[83/95] Compiling XcodeProjectCore XcodeProjectError.swift
[84/95] Compiling XcodeProjectCore XcodeProjectHelper.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-0":/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 Marks.swift
[3/32] Compiling Yaml YAMLResult.swift
[4/32] Compiling SwiftShell Files.swift
[5/33] Compiling Swdifft Swdifft.swift
[6/33] Compiling Swdifft StringExtension.swift
[7/33] Compiling Swdifft longestCommonSubsequence.swift
[8/33] Emitting module Swdifft
[9/33] Compiling Swdifft InternalDiffFunction.swift
[10/33] Compiling Swdifft Formatter.swift
[11/34] Emitting module Yaml
[12/34] Emitting module SwiftShell
[14/34] Compiling SwiftShell Process.swift
[15/34] Compiling SwiftShell Array.swift
[16/34] Compiling SwiftShell Context.swift
[17/33] Compiling SwiftShell Lazy-split.swift
[18/33] Compiling SwiftShell Stream.swift
[19/33] Compiling Yaml Yaml.swift
[20/33] Compiling SwiftShell String.swift
[21/33] Compiling SwiftShell Bash.swift
[22/33] Compiling SwiftShell Command.swift
[23/34] Compiling Yaml YAMLTokenizer.swift
[24/34] Compiling Yaml YAMLRegex.swift
[26/80] Emitting module XcodeProjectCore
[27/86] 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
[28/86] 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
[29/86] 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
[30/86] 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
[31/86] 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
[32/86] 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
[33/86] Compiling Yaml YAMLParser.swift
[34/86] Compiling Yaml YAMLOperators.swift
[35/87] Compiling XcodeProjectCore ResourcesBuildPhaseExtractor.swift
[36/87] Compiling XcodeProjectCore SourcesBuildPhaseExtractor.swift
[37/87] Compiling XcodeProjectCore FieldFormatter.swift
[38/87] Compiling XcodeProjectCore PBXAtomicValueFormatter.swift
[39/87] Compiling XcodeProjectCore MultiplelineAtomicValueListFieldFormatter.swift
[40/87] Compiling XcodeProjectCore PBXAtomicValueListFieldFormatter.swift
[41/87] Compiling XcodeProjectCore SinglelineAtomicValueListFieldFormatter.swift
[42/87] Compiling XcodeProjectCore ObjectType.swift
[43/87] Compiling XcodeProjectCore PBXSubscription.swift
[44/87] Compiling XcodeProjectCore PBXProjectParser.swift
[45/87] Compiling XcodeProjectCore XcodeProjectSerializer.swift
[46/87] Compiling XcodeProjectCore AutoMockable.swift
[47/87] Compiling XcodeProjectCore KnownFileExtension.swift
[48/87] Compiling XcodeProjectCore CollectionExtension.swift
[49/87] Compiling XcodeProjectCore DictionaryExtension.swift
[50/87] Compiling XcodeProjectCore BuildFileExtractor.swift
[51/87] Compiling XcodeProjectCore BuildPhaseExtractor.swift
[52/87] Compiling XcodeProjectCore FileRefExtractor.swift
[53/87] Compiling XcodeProjectCore GroupExtractor.swift
[54/87] Compiling XcodeProjectCore NativeTargetExtractor.swift
[55/87] Compiling XcodeProjectCore BuildFileAppender.swift
[56/87] Compiling XcodeProjectCore BuildPhaseAppender.swift
[57/87] Compiling XcodeProjectCore FileReferenceAppender.swift
[58/87] Compiling XcodeProjectCore GroupAppender.swift
[59/87] Compiling XcodeProjectCore ResourceBuildPhaseAppender.swift
[60/87] Compiling XcodeProjectCore SourceBuildPhaseAppender.swift
[61/87] Compiling XcodeProjectCore ArrayExtension.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
[68/87] Wrapping AST for Yaml for debugging
[70/87] Compiling XcodeProjectCore Context.swift
[71/87] Compiling XcodeProjectCore AbstractPBXObject.swift
[72/87] Compiling XcodeProjectCore PBX.swift
[73/87] Compiling XcodeProjectCore PBXType.swift
[74/87] Compiling XcodeProjectCore SecondaryAbstractPBXObject.swift
[75/87] Compiling XcodeProjectCore XC.swift
[76/87] Compiling XcodeProjectCore PBXMapFormatter.swift
[77/87] Compiling XcodeProjectCore PBXRawMapFormatter.swift
[78/87] Compiling XcodeProjectCore ObjectRowFormatter.swift
[79/87] Compiling XcodeProjectCore TopRowFormatter.swift
[80/87] Compiling XcodeProjectCore XcodeProjectFormatter.swift
[81/87] Compiling XcodeProjectCore SectionFormatter.swift
[82/87] Compiling XcodeProjectCore SectionRowFormatter.swift
BUILD FAILURE 6.1 linux