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 XcodeTargetGraphGen, reference main (011590), with Swift 6.1 for Linux on 27 Apr 2025 14:13:08 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/CuriositySoftware/XcodeTargetGraphGen.git
Reference: main
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/CuriositySoftware/XcodeTargetGraphGen
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 011590f Merge pull request #17 from CuriositySoftware/yimajo-patch-1
Cloned https://github.com/CuriositySoftware/XcodeTargetGraphGen.git
Revision (git rev-parse @):
011590fdc91172790caebd9c0a2a788d37f222ce
SUCCESS checkout https://github.com/CuriositySoftware/XcodeTargetGraphGen.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/CuriositySoftware/XcodeTargetGraphGen.git
https://github.com/CuriositySoftware/XcodeTargetGraphGen.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "xcodeproj",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "8.10.0",
            "upper_bound" : "9.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tuist/XcodeProj.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    }
  ],
  "manifest_display_name" : "XcodeTargetGraphGen",
  "name" : "XcodeTargetGraphGen",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "xcgraphgen",
      "targets" : [
        "XcodeTargetGraphGen"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XcodeTargetGraphGenTests",
      "module_type" : "SwiftTarget",
      "name" : "XcodeTargetGraphGenTests",
      "path" : "Tests",
      "sources" : [
        "FileOutputClientTests.swift",
        "MermaidFormatterTests.swift",
        "NodeEdgeFormatterTests.swift",
        "ProjectConverterTests.swift",
        "SubgraphFormatterTests.swift"
      ],
      "target_dependencies" : [
        "XcodeTargetGraphGen",
        "Mermaid"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XcodeTargetGraphGen",
      "module_type" : "SwiftTarget",
      "name" : "XcodeTargetGraphGen",
      "path" : "Sources/XcodeTargetGraphGen",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "xcgraphgen"
      ],
      "sources" : [
        "XcodeTargetGraphGenCommand.swift"
      ],
      "target_dependencies" : [
        "Generator"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Value",
      "module_type" : "SwiftTarget",
      "name" : "Value",
      "path" : "Sources/Value",
      "product_memberships" : [
        "xcgraphgen"
      ],
      "sources" : [
        "Project.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Mermaid",
      "module_type" : "SwiftTarget",
      "name" : "Mermaid",
      "path" : "Sources/Formatter",
      "product_memberships" : [
        "xcgraphgen"
      ],
      "sources" : [
        "Mermaid/MermaidFormatter.swift",
        "Mermaid/NodeEdgeFormatter.swift",
        "Mermaid/SubgraphFormatter.swift",
        "Mermaid/SyntaxType.swift"
      ],
      "target_dependencies" : [
        "Converter"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Generator",
      "module_type" : "SwiftTarget",
      "name" : "Generator",
      "path" : "Sources/Generator",
      "product_dependencies" : [
        "XcodeProj"
      ],
      "product_memberships" : [
        "xcgraphgen"
      ],
      "sources" : [
        "Generator.swift",
        "ProjectMaker.swift"
      ],
      "target_dependencies" : [
        "Mermaid",
        "Client",
        "Value"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Converter",
      "module_type" : "SwiftTarget",
      "name" : "Converter",
      "path" : "Sources/Converter",
      "product_memberships" : [
        "xcgraphgen"
      ],
      "sources" : [
        "FormatterRepresentation.swift",
        "ProjectConverter.swift"
      ],
      "target_dependencies" : [
        "Value"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Client",
      "module_type" : "SwiftTarget",
      "name" : "Client",
      "path" : "Sources/Client",
      "product_memberships" : [
        "xcgraphgen"
      ],
      "sources" : [
        "ConsoleClient.swift",
        "FileListReaderClient.swift",
        "FileOutputClient.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/tuist/XcodeProj.git
Fetching https://github.com/apple/swift-argument-parser
[1/23148] Fetching xcodeproj
[5788/38098] Fetching xcodeproj, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.59s)
Fetched https://github.com/tuist/XcodeProj.git from cache (1.61s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (2.68s)
Computing version for https://github.com/tuist/XcodeProj.git
Computed https://github.com/tuist/XcodeProj.git at 8.27.7 (0.70s)
Fetching https://github.com/tadija/AEXML.git
Fetching https://github.com/kylef/PathKit.git
[1/2127] Fetching aexml
[2/3538] Fetching aexml, pathkit
Fetched https://github.com/kylef/PathKit.git from cache (0.62s)
Fetched https://github.com/tadija/AEXML.git from cache (0.62s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (2.94s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.20s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.7.0 (0.69s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.54s)
Creating working copy for https://github.com/tadija/AEXML.git
Working copy of https://github.com/tadija/AEXML.git resolved at 4.7.0
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/tuist/XcodeProj.git
Working copy of https://github.com/tuist/XcodeProj.git resolved at 8.27.7
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/26] Write sources
[12/26] Write swift-version-24593BA9C3E375BF.txt
[14/43] Emitting module Client
/host/spi-builder-workspace/Sources/Client/ConsoleClient.swift:8:16: warning: static property 'live' is not concurrency-safe because non-'Sendable' type 'ConsoleClient' may have shared mutable state; this is an error in the Swift 6 language mode
 1 | import Foundation
 2 |
 3 | public struct ConsoleClient {
   |               `- note: consider making struct 'ConsoleClient' conform to the 'Sendable' protocol
 4 |     public var log: (_ text: String) -> Void
 5 | }
 6 |
 7 | public extension ConsoleClient {
 8 |     static let live: Self = {
   |                |- warning: static property 'live' is not concurrency-safe because non-'Sendable' type 'ConsoleClient' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'live' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |         .init { text in
10 |             print(text)
/host/spi-builder-workspace/Sources/Client/FileListReaderClient.swift:8:16: warning: static property 'live' is not concurrency-safe because non-'Sendable' type 'FileListReaderClient' may have shared mutable state; this is an error in the Swift 6 language mode
 1 | import Foundation
 2 |
 3 | public struct FileListReaderClient {
   |               `- note: consider making struct 'FileListReaderClient' conform to the 'Sendable' protocol
 4 |     public var read: (_ fileURL: URL) throws -> [String]
 5 | }
 6 |
 7 | public extension FileListReaderClient {
 8 |     static let live: Self = {
   |                |- warning: static property 'live' is not concurrency-safe because non-'Sendable' type 'FileListReaderClient' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'live' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |         .init { url in
10 |             let content = try String(contentsOf: url, encoding: .utf8)
/host/spi-builder-workspace/Sources/Client/FileOutputClient.swift:8:16: warning: static property 'live' is not concurrency-safe because non-'Sendable' type 'FileOutputClient' may have shared mutable state; this is an error in the Swift 6 language mode
 1 | import Foundation
 2 |
 3 | public struct FileOutputClient {
   |               `- note: consider making struct 'FileOutputClient' conform to the 'Sendable' protocol
 4 |     public var write: (_ text: String, _ url: URL) throws -> Void
 5 | }
 6 |
 7 | public extension FileOutputClient {
 8 |     static let live: Self = {
   |                |- warning: static property 'live' is not concurrency-safe because non-'Sendable' type 'FileOutputClient' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'live' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |         .init { text, url in
10 |             try text.write(to: url, atomically: true, encoding: .utf8)
[15/43] Emitting module ArgumentParserToolInfo
[16/43] Compiling ArgumentParserToolInfo ToolInfo.swift
[17/44] Wrapping AST for ArgumentParserToolInfo for debugging
[19/82] Compiling Client FileListReaderClient.swift
/host/spi-builder-workspace/Sources/Client/FileListReaderClient.swift:8:16: warning: static property 'live' is not concurrency-safe because non-'Sendable' type 'FileListReaderClient' may have shared mutable state; this is an error in the Swift 6 language mode
 1 | import Foundation
 2 |
 3 | public struct FileListReaderClient {
   |               `- note: consider making struct 'FileListReaderClient' conform to the 'Sendable' protocol
 4 |     public var read: (_ fileURL: URL) throws -> [String]
 5 | }
 6 |
 7 | public extension FileListReaderClient {
 8 |     static let live: Self = {
   |                |- warning: static property 'live' is not concurrency-safe because non-'Sendable' type 'FileListReaderClient' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'live' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |         .init { url in
10 |             let content = try String(contentsOf: url, encoding: .utf8)
[20/82] Emitting module Value
[21/82] Compiling Value Project.swift
[22/83] Compiling AEXML Document.swift
[23/83] Compiling AEXML Builders.swift
[24/83] Emitting module ArgumentParser
[25/83] Emitting module AEXML
[26/83] Compiling AEXML Element.swift
[27/88] Compiling Client ConsoleClient.swift
/host/spi-builder-workspace/Sources/Client/ConsoleClient.swift:8:16: warning: static property 'live' is not concurrency-safe because non-'Sendable' type 'ConsoleClient' may have shared mutable state; this is an error in the Swift 6 language mode
 1 | import Foundation
 2 |
 3 | public struct ConsoleClient {
   |               `- note: consider making struct 'ConsoleClient' conform to the 'Sendable' protocol
 4 |     public var log: (_ text: String) -> Void
 5 | }
 6 |
 7 | public extension ConsoleClient {
 8 |     static let live: Self = {
   |                |- warning: static property 'live' is not concurrency-safe because non-'Sendable' type 'ConsoleClient' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'live' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |         .init { text in
10 |             print(text)
[28/88] Compiling Client FileOutputClient.swift
/host/spi-builder-workspace/Sources/Client/FileOutputClient.swift:8:16: warning: static property 'live' is not concurrency-safe because non-'Sendable' type 'FileOutputClient' may have shared mutable state; this is an error in the Swift 6 language mode
 1 | import Foundation
 2 |
 3 | public struct FileOutputClient {
   |               `- note: consider making struct 'FileOutputClient' conform to the 'Sendable' protocol
 4 |     public var write: (_ text: String, _ url: URL) throws -> Void
 5 | }
 6 |
 7 | public extension FileOutputClient {
 8 |     static let live: Self = {
   |                |- warning: static property 'live' is not concurrency-safe because non-'Sendable' type 'FileOutputClient' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'live' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |         .init { text, url in
10 |             try text.write(to: url, atomically: true, encoding: .utf8)
[29/88] Compiling AEXML Parser.swift
[30/88] Compiling AEXML Options.swift
[31/88] Compiling AEXML Error.swift
[35/90] Emitting module PathKit
[36/90] Compiling PathKit PathKit.swift
[37/91] Wrapping AST for Value for debugging
[38/93] Wrapping AST for AEXML for debugging
[39/93] Wrapping AST for Client for debugging
[41/94] Compiling ArgumentParser ArgumentVisibility.swift
[42/94] Compiling ArgumentParser CompletionKind.swift
[43/94] Compiling ArgumentParser Errors.swift
[44/94] Compiling ArgumentParser Flag.swift
[45/94] Compiling ArgumentParser NameSpecification.swift
[46/94] Compiling ArgumentParser Option.swift
[47/94] Compiling ArgumentParser Name.swift
[48/94] Compiling ArgumentParser Parsed.swift
[49/94] Compiling ArgumentParser ParsedValues.swift
[50/94] Compiling ArgumentParser ParserError.swift
[51/94] Compiling ArgumentParser SplitArguments.swift
[51/94] Wrapping AST for PathKit for debugging
[53/94] Compiling Converter FormatterRepresentation.swift
[54/94] Compiling Converter ProjectConverter.swift
[55/94] Emitting module Converter
[57/186] Compiling XcodeProj PBXFileElement.swift
[58/186] Compiling XcodeProj Errors.swift
[59/186] Compiling XcodeProj AEXML+XcodeFormat.swift
[60/186] Compiling XcodeProj Array+Extras.swift
[61/186] Compiling XcodeProj Bool+Extras.swift
[62/186] Compiling XcodeProj PBXCopyFilesBuildPhase.swift
[63/186] Compiling XcodeProj PBXFrameworksBuildPhase.swift
[64/186] Compiling XcodeProj PBXHeadersBuildPhase.swift
[65/186] Compiling XcodeProj PBXResourcesBuildPhase.swift
[66/186] Compiling XcodeProj PBXRezBuildPhase.swift
[67/186] Compiling XcodeProj PBXShellScriptBuildPhase.swift
[67/186] Wrapping AST for Converter for debugging
[69/186] Compiling XcodeProj PBXObjectReference.swift
[70/186] Compiling XcodeProj PBXObjects.swift
[71/186] Compiling XcodeProj PBXReferenceProxy.swift
[72/186] Compiling XcodeProj PBXTarget.swift
[73/186] Compiling XcodeProj PBXTargetDependency.swift
[74/191] Compiling XcodeProj PBXSourceTree.swift
[75/191] Compiling XcodeProj PBXVariantGroup.swift
[76/191] Compiling XcodeProj XCVersionGroup.swift
[77/191] Compiling XcodeProj PBXObject.swift
[78/191] Compiling XcodeProj PBXObjectDictionaryEntry.swift
[79/191] Compiling Mermaid SyntaxType.swift
[80/191] Compiling XcodeProj KeyedDecodingContainer+Additions.swift
[81/191] Compiling XcodeProj NSRecursiveLock+Sync.swift
[82/191] Compiling XcodeProj Path+Extras.swift
[83/191] Compiling XcodeProj String+Utils.swift
[84/191] Compiling XcodeProj String+md5.swift
[85/191] Compiling XcodeProj BuildPhase.swift
[86/191] Compiling XcodeProj PBXBuildFile.swift
[87/191] Compiling XcodeProj PBXBuildPhase.swift
[88/191] Compiling XcodeProj PBXBuildRule.swift
[89/191] Compiling XcodeProj PBXFileReference.swift
[90/191] Compiling Mermaid NodeEdgeFormatter.swift
[91/191] Compiling Mermaid SubgraphFormatter.swift
[92/192] Emitting module Mermaid
[93/192] Compiling Mermaid MermaidFormatter.swift
[95/193] Wrapping AST for Mermaid for debugging
[96/193] Wrapping AST for ArgumentParser for debugging
[98/193] Emitting module XcodeProj
[99/205] Compiling XcodeProj JSONDecoding.swift
/host/spi-builder-workspace/.build/checkouts/XcodeProj/Sources/XcodeProj/Utils/XCConfig.swift:54:9: error: unable to infer closure type without a type annotation
 52 |     /// - Returns: function that parses the line.
 53 |     static func configFrom(path: Path, projectPath: Path?) -> (String) -> (include: Path, config: XCConfig)? {
 54 |         { line in
    |         `- error: unable to infer closure type without a type annotation
 55 |             includeRegex.matches(in: line,
 56 |                                  options: [],
[100/205] Compiling XcodeProj PBXBatchUpdater.swift
/host/spi-builder-workspace/.build/checkouts/XcodeProj/Sources/XcodeProj/Utils/XCConfig.swift:54:9: error: unable to infer closure type without a type annotation
 52 |     /// - Returns: function that parses the line.
 53 |     static func configFrom(path: Path, projectPath: Path?) -> (String) -> (include: Path, config: XCConfig)? {
 54 |         { line in
    |         `- error: unable to infer closure type without a type annotation
 55 |             includeRegex.matches(in: line,
 56 |                                  options: [],
[101/205] Compiling XcodeProj PlistDecoding.swift
/host/spi-builder-workspace/.build/checkouts/XcodeProj/Sources/XcodeProj/Utils/XCConfig.swift:54:9: error: unable to infer closure type without a type annotation
 52 |     /// - Returns: function that parses the line.
 53 |     static func configFrom(path: Path, projectPath: Path?) -> (String) -> (include: Path, config: XCConfig)? {
 54 |         { line in
    |         `- error: unable to infer closure type without a type annotation
 55 |             includeRegex.matches(in: line,
 56 |                                  options: [],
[102/205] Compiling XcodeProj PlistValue.swift
/host/spi-builder-workspace/.build/checkouts/XcodeProj/Sources/XcodeProj/Utils/XCConfig.swift:54:9: error: unable to infer closure type without a type annotation
 52 |     /// - Returns: function that parses the line.
 53 |     static func configFrom(path: Path, projectPath: Path?) -> (String) -> (include: Path, config: XCConfig)? {
 54 |         { line in
    |         `- error: unable to infer closure type without a type annotation
 55 |             includeRegex.matches(in: line,
 56 |                                  options: [],
[103/205] Compiling XcodeProj ReferenceGenerator.swift
/host/spi-builder-workspace/.build/checkouts/XcodeProj/Sources/XcodeProj/Utils/XCConfig.swift:54:9: error: unable to infer closure type without a type annotation
 52 |     /// - Returns: function that parses the line.
 53 |     static func configFrom(path: Path, projectPath: Path?) -> (String) -> (include: Path, config: XCConfig)? {
 54 |         { line in
    |         `- error: unable to infer closure type without a type annotation
 55 |             includeRegex.matches(in: line,
 56 |                                  options: [],
[104/205] Compiling XcodeProj XCConfig.swift
/host/spi-builder-workspace/.build/checkouts/XcodeProj/Sources/XcodeProj/Utils/XCConfig.swift:54:9: error: unable to infer closure type without a type annotation
 52 |     /// - Returns: function that parses the line.
 53 |     static func configFrom(path: Path, projectPath: Path?) -> (String) -> (include: Path, config: XCConfig)? {
 54 |         { line in
    |         `- error: unable to infer closure type without a type annotation
 55 |             includeRegex.matches(in: line,
 56 |                                  options: [],
[105/205] Compiling XcodeProj XCWorkspace.swift
/host/spi-builder-workspace/.build/checkouts/XcodeProj/Sources/XcodeProj/Utils/XCConfig.swift:54:9: error: unable to infer closure type without a type annotation
 52 |     /// - Returns: function that parses the line.
 53 |     static func configFrom(path: Path, projectPath: Path?) -> (String) -> (include: Path, config: XCConfig)? {
 54 |         { line in
    |         `- error: unable to infer closure type without a type annotation
 55 |             includeRegex.matches(in: line,
 56 |                                  options: [],
[106/205] Compiling XcodeProj XCWorkspaceData.swift
/host/spi-builder-workspace/.build/checkouts/XcodeProj/Sources/XcodeProj/Utils/XCConfig.swift:54:9: error: unable to infer closure type without a type annotation
 52 |     /// - Returns: function that parses the line.
 53 |     static func configFrom(path: Path, projectPath: Path?) -> (String) -> (include: Path, config: XCConfig)? {
 54 |         { line in
    |         `- error: unable to infer closure type without a type annotation
 55 |             includeRegex.matches(in: line,
 56 |                                  options: [],
[107/205] Compiling XcodeProj XCWorkspaceDataElement.swift
/host/spi-builder-workspace/.build/checkouts/XcodeProj/Sources/XcodeProj/Utils/XCConfig.swift:54:9: error: unable to infer closure type without a type annotation
 52 |     /// - Returns: function that parses the line.
 53 |     static func configFrom(path: Path, projectPath: Path?) -> (String) -> (include: Path, config: XCConfig)? {
 54 |         { line in
    |         `- error: unable to infer closure type without a type annotation
 55 |             includeRegex.matches(in: line,
 56 |                                  options: [],
[108/205] Compiling XcodeProj XCWorkspaceDataElementLocationType.swift
/host/spi-builder-workspace/.build/checkouts/XcodeProj/Sources/XcodeProj/Utils/XCConfig.swift:54:9: error: unable to infer closure type without a type annotation
 52 |     /// - Returns: function that parses the line.
 53 |     static func configFrom(path: Path, projectPath: Path?) -> (String) -> (include: Path, config: XCConfig)? {
 54 |         { line in
    |         `- error: unable to infer closure type without a type annotation
 55 |             includeRegex.matches(in: line,
 56 |                                  options: [],
[109/205] Compiling XcodeProj XCWorkspaceDataFileRef.swift
/host/spi-builder-workspace/.build/checkouts/XcodeProj/Sources/XcodeProj/Utils/XCConfig.swift:54:9: error: unable to infer closure type without a type annotation
 52 |     /// - Returns: function that parses the line.
 53 |     static func configFrom(path: Path, projectPath: Path?) -> (String) -> (include: Path, config: XCConfig)? {
 54 |         { line in
    |         `- error: unable to infer closure type without a type annotation
 55 |             includeRegex.matches(in: line,
 56 |                                  options: [],
[110/205] Compiling XcodeProj XCWorkspaceDataGroup.swift
/host/spi-builder-workspace/.build/checkouts/XcodeProj/Sources/XcodeProj/Utils/XCConfig.swift:54:9: error: unable to infer closure type without a type annotation
 52 |     /// - Returns: function that parses the line.
 53 |     static func configFrom(path: Path, projectPath: Path?) -> (String) -> (include: Path, config: XCConfig)? {
 54 |         { line in
    |         `- error: unable to infer closure type without a type annotation
 55 |             includeRegex.matches(in: line,
 56 |                                  options: [],
[111/205] Compiling XcodeProj XCScheme+SerialAction.swift
[112/205] Compiling XcodeProj XCScheme+StoreKitConfigurationFileReference.swift
[113/205] Compiling XcodeProj XCScheme+TestAction.swift
[114/205] Compiling XcodeProj XCScheme+TestItem.swift
[115/205] Compiling XcodeProj XCScheme+TestParallelization.swift
[116/205] Compiling XcodeProj XCScheme+TestPlanReference.swift
[117/205] Compiling XcodeProj XCScheme+TestableReference.swift
[118/205] Compiling XcodeProj XCScheme.swift
[119/205] Compiling XcodeProj XCSchemeManagement.swift
[120/205] Compiling XcodeProj BuildSettingsProvider.swift
[121/205] Compiling XcodeProj CommentedString.swift
[122/205] Compiling XcodeProj Decoders.swift
[129/205] Compiling XcodeProj PBXSourcesBuildPhase.swift
[130/205] Compiling XcodeProj BuildSettings.swift
[131/205] Compiling XcodeProj XCBuildConfiguration.swift
[132/205] Compiling XcodeProj XCConfigurationList.swift
[133/205] Compiling XcodeProj PBXContainerItem.swift
[134/205] Compiling XcodeProj PBXContainerItemProxy.swift
[150/205] Compiling XcodeProj PBXFileSystemSynchronizedBuildFileExceptionSet.swift
[151/205] Compiling XcodeProj PBXFileSystemSynchronizedExceptionSet.swift
[152/205] Compiling XcodeProj PBXFileSystemSynchronizedGroupBuildPhaseMembershipExceptionSet.swift
[153/205] Compiling XcodeProj PBXFileSystemSynchronizedRootGroup.swift
[154/205] Compiling XcodeProj PBXGroup.swift
[162/205] Compiling XcodeProj XCScheme+ArchiveAction.swift
[163/205] Compiling XcodeProj XCScheme+BuildAction.swift
[164/205] Compiling XcodeProj XCScheme+BuildableProductRunnable.swift
[165/205] Compiling XcodeProj XCScheme+BuildableReference.swift
[166/205] Compiling XcodeProj XCScheme+CommandLineArguments.swift
[167/205] Compiling XcodeProj XCScheme+EnvironmentVariable.swift
[168/205] Compiling XcodeProj XCScheme+ExecutionAction.swift
[169/205] Compiling XcodeProj XCScheme+LaunchAction.swift
[170/205] Compiling XcodeProj XCScheme+LocationScenarioReference.swift
[171/205] Compiling XcodeProj XCScheme+PathRunnable.swift
[172/205] Compiling XcodeProj XCScheme+ProfileAction.swift
[173/205] Compiling XcodeProj XCScheme+RemoteRunnable.swift
[174/205] Compiling XcodeProj XCScheme+Runnable.swift
[178/205] Compiling XcodeProj WorkspaceSettings.swift
[179/205] Compiling XcodeProj XCBreakpointList.swift
[180/205] Compiling XcodeProj XCDebugger.swift
[181/205] Compiling XcodeProj XCSharedData.swift
[182/205] Compiling XcodeProj XCUserData.swift
[183/205] Compiling XcodeProj Xcode.swift
[184/205] Compiling XcodeProj XcodeProj.swift
[185/205] Compiling XcodeProj Writable.swift
[186/205] Compiling XcodeProj XCScheme+AditionalOption.swift
[187/205] Compiling XcodeProj XCScheme+AnalyzeAction.swift
[188/205] Compiling XcodeProj PBXOutputSettings.swift
[189/205] Compiling XcodeProj PBXProj.swift
[190/205] Compiling XcodeProj PBXProjEncoder.swift
[191/205] Compiling XcodeProj PBXProject.swift
[192/205] Compiling XcodeProj Equality.generated.swift
[193/205] Compiling XcodeProj Sourcery.swift
[194/205] Compiling XcodeProj XCLocalSwiftPackageReference.swift
[195/205] Compiling XcodeProj XCRemoteSwiftPackageReference.swift
[196/205] Compiling XcodeProj XCSwiftPackageProductDependency.swift
[197/205] Compiling XcodeProj PBXAggregateTarget.swift
[198/205] Compiling XcodeProj PBXLegacyTarget.swift
[199/205] Compiling XcodeProj PBXNativeTarget.swift
[200/205] Compiling XcodeProj PBXProductType.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/15] Write swift-version-24593BA9C3E375BF.txt
[3/32] Emitting module PathKit
[4/32] Compiling AEXML Builders.swift
[5/32] Compiling AEXML Document.swift
[6/32] Emitting module AEXML
[7/32] Compiling Client FileOutputClient.swift
[8/32] Compiling Client ConsoleClient.swift
[9/32] Emitting module Client
[10/32] Emitting module Value
[11/32] Compiling Value Project.swift
[12/33] Compiling Client FileListReaderClient.swift
[13/34] Compiling AEXML Error.swift
[16/34] Compiling AEXML Options.swift
[17/34] Compiling AEXML Parser.swift
[18/32] Emitting module ArgumentParserToolInfo
[19/32] Compiling ArgumentParserToolInfo ToolInfo.swift
[21/36] Compiling AEXML Element.swift
[22/36] Compiling PathKit PathKit.swift
[25/36] Compiling Converter ProjectConverter.swift
[26/36] Emitting module Converter
[27/36] Compiling Converter FormatterRepresentation.swift
[27/74] Wrapping AST for PathKit for debugging
[30/170] Emitting module Mermaid
[31/170] Compiling Mermaid MermaidFormatter.swift
[32/170] Compiling Mermaid SyntaxType.swift
[33/170] Compiling Mermaid NodeEdgeFormatter.swift
[34/170] Compiling Mermaid SubgraphFormatter.swift
[35/171] Compiling XcodeProj PBXFileReference.swift
[36/171] Compiling XcodeProj PBXFileSystemSynchronizedBuildFileExceptionSet.swift
[37/171] Compiling XcodeProj PBXFileSystemSynchronizedExceptionSet.swift
[38/171] Compiling XcodeProj PBXFileSystemSynchronizedGroupBuildPhaseMembershipExceptionSet.swift
[39/171] Compiling XcodeProj PBXFileSystemSynchronizedRootGroup.swift
[41/175] Emitting module ArgumentParser
[42/175] Compiling XcodeProj XCBuildConfiguration.swift
[43/175] Compiling XcodeProj XCConfigurationList.swift
[44/175] Compiling XcodeProj PBXContainerItem.swift
[45/175] Compiling XcodeProj PBXContainerItemProxy.swift
[46/175] Compiling XcodeProj PBXFileElement.swift
[47/175] Compiling ArgumentParser CollectionExtensions.swift
[48/175] Compiling ArgumentParser Platform.swift
[49/175] Compiling ArgumentParser SequenceExtensions.swift
[50/175] Compiling ArgumentParser StringExtensions.swift
[51/175] Compiling ArgumentParser Tree.swift
[52/175] Compiling XcodeProj Errors.swift
[53/175] Compiling XcodeProj AEXML+XcodeFormat.swift
[54/175] Compiling XcodeProj Array+Extras.swift
[55/175] Compiling XcodeProj Bool+Extras.swift
[56/175] Compiling XcodeProj KeyedDecodingContainer+Additions.swift
[57/175] Compiling XcodeProj NSRecursiveLock+Sync.swift
[58/175] Compiling XcodeProj PBXResourcesBuildPhase.swift
[59/175] Compiling XcodeProj PBXRezBuildPhase.swift
[60/175] Compiling XcodeProj PBXShellScriptBuildPhase.swift
[61/175] Compiling XcodeProj PBXSourcesBuildPhase.swift
[62/175] Compiling XcodeProj BuildSettings.swift
[63/175] Compiling XcodeProj Path+Extras.swift
[64/175] Compiling XcodeProj String+Utils.swift
[65/175] Compiling XcodeProj String+md5.swift
[66/175] Compiling XcodeProj BuildPhase.swift
[67/175] Compiling XcodeProj PBXBuildFile.swift
[79/175] Compiling XcodeProj PBXBuildPhase.swift
[80/175] Compiling XcodeProj PBXBuildRule.swift
[81/187] Compiling XcodeProj PBXCopyFilesBuildPhase.swift
[82/187] Compiling XcodeProj PBXFrameworksBuildPhase.swift
[83/187] Compiling XcodeProj PBXHeadersBuildPhase.swift
[94/187] Emitting module XcodeProj
[100/187] Compiling XcodeProj PBXGroup.swift
[101/187] Compiling XcodeProj PBXSourceTree.swift
[102/187] Compiling XcodeProj PBXVariantGroup.swift
[103/187] Compiling XcodeProj XCVersionGroup.swift
[104/187] Compiling XcodeProj PBXObject.swift
[105/187] Compiling XcodeProj PBXObjectDictionaryEntry.swift
[120/187] Compiling XcodeProj XCScheme+SerialAction.swift
[121/187] Compiling XcodeProj XCScheme+StoreKitConfigurationFileReference.swift
[122/187] Compiling XcodeProj XCScheme+TestAction.swift
[123/187] Compiling XcodeProj XCScheme+TestItem.swift
[124/187] Compiling XcodeProj XCScheme+TestParallelization.swift
[125/187] Compiling XcodeProj XCScheme+TestPlanReference.swift
[126/187] Compiling XcodeProj XCScheme+TestableReference.swift
[127/187] Compiling XcodeProj XCScheme.swift
[128/187] Compiling XcodeProj XCSchemeManagement.swift
[129/187] Compiling XcodeProj BuildSettingsProvider.swift
[130/187] Compiling XcodeProj CommentedString.swift
[131/187] Compiling XcodeProj Decoders.swift
[132/187] Compiling XcodeProj PBXReferenceProxy.swift
[133/187] Compiling XcodeProj PBXTarget.swift
[134/187] Compiling XcodeProj PBXTargetDependency.swift
[135/187] Compiling XcodeProj WorkspaceSettings.swift
[136/187] Compiling XcodeProj XCBreakpointList.swift
[137/187] Compiling XcodeProj XCDebugger.swift
[138/187] Compiling XcodeProj XCSharedData.swift
[139/187] Compiling XcodeProj XCUserData.swift
[140/187] Compiling XcodeProj Xcode.swift
[141/187] Compiling XcodeProj XcodeProj.swift
[142/187] Compiling XcodeProj Writable.swift
[143/187] Compiling XcodeProj XCScheme+AditionalOption.swift
[144/187] Compiling XcodeProj XCScheme+AnalyzeAction.swift
[148/187] Compiling XcodeProj PBXProject.swift
[149/187] Compiling XcodeProj Equality.generated.swift
[150/187] Compiling XcodeProj Sourcery.swift
[151/187] Compiling XcodeProj XCLocalSwiftPackageReference.swift
[152/187] Compiling XcodeProj XCRemoteSwiftPackageReference.swift
[153/187] Compiling XcodeProj XCSwiftPackageProductDependency.swift
[154/187] Compiling XcodeProj PBXAggregateTarget.swift
[155/187] Compiling XcodeProj PBXLegacyTarget.swift
[156/187] Compiling XcodeProj PBXNativeTarget.swift
[157/187] Compiling XcodeProj PBXProductType.swift
[158/187] Compiling XcodeProj XCScheme+ArchiveAction.swift
[159/187] Compiling XcodeProj XCScheme+BuildAction.swift
[160/187] Compiling XcodeProj XCScheme+BuildableProductRunnable.swift
[161/187] Compiling XcodeProj XCScheme+BuildableReference.swift
[162/187] Compiling XcodeProj XCScheme+CommandLineArguments.swift
[163/187] Compiling XcodeProj XCScheme+EnvironmentVariable.swift
[164/187] Compiling XcodeProj XCScheme+ExecutionAction.swift
[165/187] Compiling XcodeProj XCScheme+LaunchAction.swift
[166/187] Compiling XcodeProj XCScheme+LocationScenarioReference.swift
[167/187] Compiling XcodeProj XCScheme+PathRunnable.swift
[168/187] Compiling XcodeProj XCScheme+ProfileAction.swift
[169/187] Compiling XcodeProj XCScheme+RemoteRunnable.swift
[170/187] Compiling XcodeProj XCScheme+Runnable.swift
[171/187] Compiling XcodeProj JSONDecoding.swift
[172/187] Compiling XcodeProj PBXBatchUpdater.swift
[173/187] Compiling XcodeProj PlistDecoding.swift
[174/187] Compiling XcodeProj PlistValue.swift
[175/187] Compiling XcodeProj ReferenceGenerator.swift
[176/187] Compiling XcodeProj XCConfig.swift
[177/187] Compiling XcodeProj XCWorkspace.swift
[178/187] Compiling XcodeProj XCWorkspaceData.swift
[179/187] Compiling XcodeProj XCWorkspaceDataElement.swift
[180/187] Compiling XcodeProj XCWorkspaceDataElementLocationType.swift
[181/187] Compiling XcodeProj XCWorkspaceDataFileRef.swift
[182/187] Compiling XcodeProj XCWorkspaceDataGroup.swift
[183/188] Wrapping AST for XcodeProj for debugging
[185/191] Compiling Generator Generator.swift
[186/191] Emitting module Generator
[187/191] Compiling Generator ProjectMaker.swift
/host/spi-builder-workspace/Sources/Generator/ProjectMaker.swift:15:9: error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
 13 |
 14 |     func makeProject(from xcodeProject: XcodeProj) -> Project {
 15 |         .init(
    |         `- error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
 16 |             name: xcodeProject.pbxproj.rootObject?.name ?? "",
 17 |             nativeTargets: xcodeProject.pbxproj.nativeTargets.compactMap {
BUILD FAILURE 6.1 linux