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 v1.0.0 (a73c78), with Swift 6.1 for Linux on 27 Apr 2025 14:12:49 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/CuriositySoftware/XcodeTargetGraphGen.git
Reference: v1.0.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/CuriositySoftware/XcodeTargetGraphGen
 * tag               v1.0.0     -> FETCH_HEAD
HEAD is now at a73c786 Merge pull request #8 from CuriositySoftware/logo
Cloned https://github.com/CuriositySoftware/XcodeTargetGraphGen.git
Revision (git rev-parse @):
a73c786c997828817e9daed77e745527e83beba8
SUCCESS checkout https://github.com/CuriositySoftware/XcodeTargetGraphGen.git at v1.0.0
========================================
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-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/apple/swift-argument-parser
Fetching https://github.com/tuist/XcodeProj.git
[1/23148] Fetching xcodeproj
[9261/38098] Fetching xcodeproj, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.11s)
Fetched https://github.com/tuist/XcodeProj.git from cache (1.13s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (1.56s)
Computing version for https://github.com/tuist/XcodeProj.git
Computed https://github.com/tuist/XcodeProj.git at 8.27.7 (0.41s)
Fetching https://github.com/tadija/AEXML.git
Fetching https://github.com/kylef/PathKit.git
[1/2127] Fetching aexml
[44/3538] Fetching aexml, pathkit
Fetched https://github.com/kylef/PathKit.git from cache (0.22s)
Fetched https://github.com/tadija/AEXML.git from cache (0.22s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (2.02s)
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.60s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.45s)
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/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
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/tadija/AEXML.git
Working copy of https://github.com/tadija/AEXML.git resolved at 4.7.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/26] Write sources
[12/26] Write swift-version-24593BA9C3E375BF.txt
[14/43] Emitting module ArgumentParserToolInfo
[15/43] Compiling ArgumentParserToolInfo ToolInfo.swift
[16/44] Wrapping AST for ArgumentParserToolInfo for debugging
[18/82] Emitting module ArgumentParser
[19/87] Emitting module Value
[20/87] Compiling Value Project.swift
[21/87] Compiling AEXML Parser.swift
[22/88] Compiling AEXML Error.swift
[23/88] Compiling AEXML Element.swift
[24/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)
[25/88] Compiling AEXML Builders.swift
[26/88] Emitting module AEXML
[27/88] Compiling AEXML Document.swift
[28/88] Compiling AEXML Options.swift
[29/89] Compiling ArgumentParser ArgumentVisibility.swift
[30/89] Compiling ArgumentParser CompletionKind.swift
[31/89] Compiling ArgumentParser Errors.swift
[32/89] Compiling ArgumentParser Flag.swift
[33/89] Compiling ArgumentParser NameSpecification.swift
[34/89] Compiling ArgumentParser Option.swift
[36/89] 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)
[37/89] 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)
[38/89] 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)
[41/92] Compiling PathKit PathKit.swift
[42/92] Emitting module PathKit
[42/93] Wrapping AST for AEXML for debugging
[43/94] Wrapping AST for Client for debugging
[44/94] Wrapping AST for Value for debugging
[47/94] Emitting module Converter
[47/94] Wrapping AST for PathKit for debugging
[49/94] Compiling ArgumentParser CollectionExtensions.swift
[50/94] Compiling ArgumentParser Platform.swift
[51/94] Compiling ArgumentParser SequenceExtensions.swift
[52/94] Compiling ArgumentParser StringExtensions.swift
[53/94] Compiling ArgumentParser Tree.swift
[54/94] Compiling ArgumentParser BashCompletionsGenerator.swift
[55/94] Compiling ArgumentParser CompletionsGenerator.swift
[56/94] Compiling ArgumentParser FishCompletionsGenerator.swift
[57/94] Compiling ArgumentParser ZshCompletionsGenerator.swift
[58/94] Compiling ArgumentParser Argument.swift
[59/94] Compiling ArgumentParser ArgumentHelp.swift
[60/94] Compiling Converter FormatterRepresentation.swift
[61/94] Compiling Converter ProjectConverter.swift
[63/153] Compiling XcodeProj PBXProductType.swift
[64/153] Compiling XcodeProj PBXFileReference.swift
[65/153] Compiling XcodeProj PBXFileSystemSynchronizedBuildFileExceptionSet.swift
[66/153] Compiling XcodeProj PBXFileSystemSynchronizedExceptionSet.swift
[67/153] Compiling XcodeProj PBXFileSystemSynchronizedGroupBuildPhaseMembershipExceptionSet.swift
[68/153] Compiling XcodeProj PBXFileSystemSynchronizedRootGroup.swift
[69/153] Compiling XcodeProj PBXGroup.swift
[70/153] Compiling XcodeProj PBXSourceTree.swift
[71/153] Compiling XcodeProj PBXVariantGroup.swift
[72/153] Compiling XcodeProj XCVersionGroup.swift
[72/186] Wrapping AST for Converter for debugging
[74/191] Compiling XcodeProj PBXObject.swift
[75/191] Compiling XcodeProj PBXObjectDictionaryEntry.swift
[76/191] Compiling XcodeProj PBXObjectReference.swift
[77/191] Compiling XcodeProj PBXObjects.swift
[78/191] Compiling XcodeProj PBXCopyFilesBuildPhase.swift
[79/191] Compiling XcodeProj PBXFrameworksBuildPhase.swift
[80/191] Compiling XcodeProj PBXHeadersBuildPhase.swift
[81/191] Compiling XcodeProj PBXResourcesBuildPhase.swift
[82/191] Compiling XcodeProj PBXRezBuildPhase.swift
[83/191] Compiling XcodeProj PBXShellScriptBuildPhase.swift
[84/191] Compiling XcodeProj PBXSourcesBuildPhase.swift
[85/191] Compiling XcodeProj BuildSettings.swift
[86/191] Compiling XcodeProj XCBuildConfiguration.swift
[87/191] Compiling XcodeProj XCConfigurationList.swift
[88/191] Compiling XcodeProj PBXContainerItem.swift
[89/192] Compiling Mermaid SyntaxType.swift
[90/192] Compiling Mermaid SubgraphFormatter.swift
[91/192] Compiling Mermaid NodeEdgeFormatter.swift
[93/192] Emitting module Mermaid
[94/192] Compiling Mermaid MermaidFormatter.swift
[95/193] Wrapping AST for ArgumentParser for debugging
[96/193] Wrapping AST for Mermaid 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
[123/205] Compiling XcodeProj PBXReferenceProxy.swift
[124/205] Compiling XcodeProj PBXTarget.swift
[125/205] Compiling XcodeProj PBXTargetDependency.swift
[126/205] Compiling XcodeProj WorkspaceSettings.swift
[127/205] Compiling XcodeProj XCBreakpointList.swift
[128/205] Compiling XcodeProj XCDebugger.swift
[129/205] Compiling XcodeProj XCSharedData.swift
[130/205] Compiling XcodeProj XCUserData.swift
[131/205] Compiling XcodeProj Xcode.swift
[132/205] Compiling XcodeProj XcodeProj.swift
[133/205] Compiling XcodeProj Writable.swift
[134/205] Compiling XcodeProj XCScheme+AditionalOption.swift
[135/205] Compiling XcodeProj XCScheme+AnalyzeAction.swift
[136/205] Compiling XcodeProj PBXOutputSettings.swift
[137/205] Compiling XcodeProj PBXProj.swift
[138/205] Compiling XcodeProj PBXProjEncoder.swift
[139/205] Compiling XcodeProj PBXProject.swift
[140/205] Compiling XcodeProj Equality.generated.swift
[141/205] Compiling XcodeProj Sourcery.swift
[142/205] Compiling XcodeProj XCLocalSwiftPackageReference.swift
[143/205] Compiling XcodeProj XCRemoteSwiftPackageReference.swift
[144/205] Compiling XcodeProj XCSwiftPackageProductDependency.swift
[145/205] Compiling XcodeProj PBXAggregateTarget.swift
[146/205] Compiling XcodeProj PBXLegacyTarget.swift
[147/205] Compiling XcodeProj PBXNativeTarget.swift
[173/205] Compiling XcodeProj PBXContainerItemProxy.swift
[174/205] Compiling XcodeProj PBXFileElement.swift
[175/205] Compiling XcodeProj Errors.swift
[176/205] Compiling XcodeProj AEXML+XcodeFormat.swift
[177/205] Compiling XcodeProj Array+Extras.swift
[178/205] Compiling XcodeProj Bool+Extras.swift
[179/205] Compiling XcodeProj KeyedDecodingContainer+Additions.swift
[180/205] Compiling XcodeProj NSRecursiveLock+Sync.swift
[181/205] Compiling XcodeProj Path+Extras.swift
[182/205] Compiling XcodeProj String+Utils.swift
[183/205] Compiling XcodeProj String+md5.swift
[184/205] Compiling XcodeProj BuildPhase.swift
[185/205] Compiling XcodeProj PBXBuildFile.swift
[186/205] Compiling XcodeProj PBXBuildPhase.swift
[187/205] Compiling XcodeProj PBXBuildRule.swift
[188/205] Compiling XcodeProj XCScheme+ArchiveAction.swift
[189/205] Compiling XcodeProj XCScheme+BuildAction.swift
[190/205] Compiling XcodeProj XCScheme+BuildableProductRunnable.swift
[191/205] Compiling XcodeProj XCScheme+BuildableReference.swift
[192/205] Compiling XcodeProj XCScheme+CommandLineArguments.swift
[193/205] Compiling XcodeProj XCScheme+EnvironmentVariable.swift
[194/205] Compiling XcodeProj XCScheme+ExecutionAction.swift
[195/205] Compiling XcodeProj XCScheme+LaunchAction.swift
[196/205] Compiling XcodeProj XCScheme+LocationScenarioReference.swift
[197/205] Compiling XcodeProj XCScheme+PathRunnable.swift
[198/205] Compiling XcodeProj XCScheme+ProfileAction.swift
[199/205] Compiling XcodeProj XCScheme+RemoteRunnable.swift
[200/205] Compiling XcodeProj XCScheme+Runnable.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
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/15] Write swift-version-24593BA9C3E375BF.txt
[3/32] Compiling Client ConsoleClient.swift
[4/32] Compiling Client FileOutputClient.swift
[5/32] Emitting module Client
[6/32] Compiling Client FileListReaderClient.swift
[7/33] Emitting module PathKit
[8/33] Emitting module AEXML
[10/33] Compiling AEXML Builders.swift
[11/33] Compiling AEXML Options.swift
[12/33] Compiling AEXML Parser.swift
[13/33] Compiling AEXML Error.swift
[14/33] Compiling Value Project.swift
[15/33] Emitting module Value
[17/32] Compiling AEXML Document.swift
[18/32] Compiling AEXML Element.swift
[19/36] Emitting module ArgumentParserToolInfo
[20/36] Compiling ArgumentParserToolInfo ToolInfo.swift
[23/35] Compiling PathKit PathKit.swift
[24/36] Emitting module Converter
[25/36] Compiling Converter ProjectConverter.swift
[26/36] Compiling Converter FormatterRepresentation.swift
[28/74] Wrapping AST for PathKit for debugging
[30/170] Emitting module ArgumentParser
[31/175] Compiling Mermaid NodeEdgeFormatter.swift
[32/175] Compiling Mermaid SyntaxType.swift
[33/175] Compiling Mermaid SubgraphFormatter.swift
[34/175] Emitting module Mermaid
[35/175] Compiling Mermaid MermaidFormatter.swift
[37/175] Compiling ArgumentParser CollectionExtensions.swift
[38/175] Compiling ArgumentParser Platform.swift
[39/175] Compiling ArgumentParser SequenceExtensions.swift
[40/175] Compiling ArgumentParser StringExtensions.swift
[41/175] Compiling ArgumentParser Tree.swift
[42/175] Emitting module XcodeProj
[43/187] Compiling XcodeProj Errors.swift
[44/187] Compiling XcodeProj AEXML+XcodeFormat.swift
[45/187] Compiling XcodeProj Array+Extras.swift
[46/187] Compiling XcodeProj Bool+Extras.swift
[47/187] Compiling XcodeProj KeyedDecodingContainer+Additions.swift
[48/187] Compiling XcodeProj NSRecursiveLock+Sync.swift
[55/187] Compiling XcodeProj Path+Extras.swift
[56/187] Compiling XcodeProj String+Utils.swift
[57/187] Compiling XcodeProj String+md5.swift
[58/187] Compiling XcodeProj BuildPhase.swift
[59/187] Compiling XcodeProj PBXBuildFile.swift
[60/187] Compiling XcodeProj PBXBuildPhase.swift
[61/187] Compiling XcodeProj PBXBuildRule.swift
[62/187] Compiling XcodeProj XCConfigurationList.swift
[63/187] Compiling XcodeProj PBXContainerItem.swift
[64/187] Compiling XcodeProj PBXContainerItemProxy.swift
[65/187] Compiling XcodeProj PBXFileElement.swift
[66/187] Compiling XcodeProj PBXOutputSettings.swift
[67/187] Compiling XcodeProj PBXRezBuildPhase.swift
[68/187] Compiling XcodeProj PBXShellScriptBuildPhase.swift
[69/187] Compiling XcodeProj PBXSourcesBuildPhase.swift
[70/187] Compiling XcodeProj BuildSettings.swift
[71/187] Compiling XcodeProj XCBuildConfiguration.swift
[77/187] Compiling XcodeProj XCLocalSwiftPackageReference.swift
[78/187] Compiling XcodeProj XCRemoteSwiftPackageReference.swift
[79/187] Compiling XcodeProj XCSwiftPackageProductDependency.swift
[80/187] Compiling XcodeProj PBXAggregateTarget.swift
[81/187] Compiling XcodeProj PBXLegacyTarget.swift
[84/187] Compiling XcodeProj PBXCopyFilesBuildPhase.swift
[85/187] Compiling XcodeProj PBXFrameworksBuildPhase.swift
[86/187] Compiling XcodeProj PBXHeadersBuildPhase.swift
[87/187] Compiling XcodeProj PBXResourcesBuildPhase.swift
[88/187] Compiling XcodeProj PBXProj.swift
[89/187] Compiling XcodeProj PBXProjEncoder.swift
[90/187] Compiling XcodeProj PBXProject.swift
[91/187] Compiling XcodeProj Equality.generated.swift
[92/187] Compiling XcodeProj Sourcery.swift
[120/187] Compiling XcodeProj XCScheme+ArchiveAction.swift
[121/187] Compiling XcodeProj XCScheme+BuildAction.swift
[122/187] Compiling XcodeProj XCScheme+BuildableProductRunnable.swift
[123/187] Compiling XcodeProj XCScheme+BuildableReference.swift
[124/187] Compiling XcodeProj XCScheme+CommandLineArguments.swift
[125/187] Compiling XcodeProj XCScheme+EnvironmentVariable.swift
[126/187] Compiling XcodeProj XCScheme+ExecutionAction.swift
[127/187] Compiling XcodeProj XCScheme+LaunchAction.swift
[128/187] Compiling XcodeProj XCScheme+LocationScenarioReference.swift
[129/187] Compiling XcodeProj XCScheme+PathRunnable.swift
[130/187] Compiling XcodeProj XCScheme+ProfileAction.swift
[131/187] Compiling XcodeProj XCScheme+RemoteRunnable.swift
[132/187] Compiling XcodeProj XCScheme+Runnable.swift
[133/187] Compiling XcodeProj XCScheme+SerialAction.swift
[134/187] Compiling XcodeProj XCScheme+StoreKitConfigurationFileReference.swift
[135/187] Compiling XcodeProj XCScheme+TestAction.swift
[136/187] Compiling XcodeProj XCScheme+TestItem.swift
[137/187] Compiling XcodeProj XCScheme+TestParallelization.swift
[138/187] Compiling XcodeProj XCScheme+TestPlanReference.swift
[139/187] Compiling XcodeProj XCScheme+TestableReference.swift
[140/187] Compiling XcodeProj XCScheme.swift
[141/187] Compiling XcodeProj XCSchemeManagement.swift
[142/187] Compiling XcodeProj BuildSettingsProvider.swift
[143/187] Compiling XcodeProj CommentedString.swift
[144/187] Compiling XcodeProj Decoders.swift
[145/187] Compiling XcodeProj PBXReferenceProxy.swift
[146/187] Compiling XcodeProj PBXTarget.swift
[147/187] Compiling XcodeProj PBXTargetDependency.swift
[148/187] Compiling XcodeProj WorkspaceSettings.swift
[149/187] Compiling XcodeProj XCBreakpointList.swift
[150/187] Compiling XcodeProj XCDebugger.swift
[151/187] Compiling XcodeProj XCSharedData.swift
[152/187] Compiling XcodeProj XCUserData.swift
[153/187] Compiling XcodeProj Xcode.swift
[154/187] Compiling XcodeProj XcodeProj.swift
[155/187] Compiling XcodeProj Writable.swift
[156/187] Compiling XcodeProj XCScheme+AditionalOption.swift
[157/187] Compiling XcodeProj XCScheme+AnalyzeAction.swift
[161/187] Compiling XcodeProj PBXFileSystemSynchronizedGroupBuildPhaseMembershipExceptionSet.swift
[162/187] Compiling XcodeProj PBXFileSystemSynchronizedRootGroup.swift
[163/187] Compiling XcodeProj PBXGroup.swift
[164/187] Compiling XcodeProj PBXSourceTree.swift
[165/187] Compiling XcodeProj PBXVariantGroup.swift
[166/187] Compiling XcodeProj XCVersionGroup.swift
[167/187] Compiling XcodeProj PBXObject.swift
[168/187] Compiling XcodeProj PBXObjectDictionaryEntry.swift
[169/187] Compiling XcodeProj PBXObjectReference.swift
[170/187] Compiling XcodeProj PBXObjects.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] Emitting module Generator
[186/191] Compiling Generator Generator.swift
[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