The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of XcodeGen, reference master (53cb43), with Swift 6.1 for Linux on 6 Jun 2025 21:17:24 UTC.

Swift 6 data race errors: 4

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yonaskolb/XcodeGen.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/yonaskolb/XcodeGen
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 53cb43c Add validation to ensure that settings.configs values are dictionaries, in order to prevent misuse (#1547)
Cloned https://github.com/yonaskolb/XcodeGen.git
Revision (git rev-parse @):
53cb43cb66908a28812d7629d03fed94c9827a24
SUCCESS checkout https://github.com/yonaskolb/XcodeGen.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/yonaskolb/XcodeGen.git
https://github.com/yonaskolb/XcodeGen.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "pathkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kylef/PathKit.git"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    },
    {
      "identity" : "jsonutilities",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.2.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/yonaskolb/JSONUtilities.git"
    },
    {
      "identity" : "spectre",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kylef/Spectre.git"
    },
    {
      "identity" : "rainbow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Rainbow.git"
    },
    {
      "identity" : "xcodeproj",
      "requirement" : {
        "exact" : [
          "8.24.3"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tuist/XcodeProj.git"
    },
    {
      "identity" : "swiftcli",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.0.3",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jakeheis/SwiftCLI.git"
    },
    {
      "identity" : "version",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mxcl/Version"
    },
    {
      "identity" : "artifactbundlegen",
      "requirement" : {
        "exact" : [
          "0.0.6"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/freddi-kit/ArtifactBundleGen"
    }
  ],
  "manifest_display_name" : "XcodeGen",
  "name" : "XcodeGen",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "xcodegen",
      "targets" : [
        "XcodeGen"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "XcodeGenKit",
      "targets" : [
        "XcodeGenKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ProjectSpec",
      "targets" : [
        "ProjectSpec"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XcodeGenKitTests",
      "module_type" : "SwiftTarget",
      "name" : "XcodeGenKitTests",
      "path" : "Tests/XcodeGenKitTests",
      "product_dependencies" : [
        "Spectre",
        "PathKit"
      ],
      "sources" : [
        "BreakpointGeneratorTests.swift",
        "CarthageDependencyResolverTests.swift",
        "PBXProjGeneratorTests.swift",
        "ProjectGeneratorTests.swift",
        "SchemeGeneratorTests.swift",
        "SourceGeneratorTests.swift"
      ],
      "target_dependencies" : [
        "XcodeGenKit",
        "TestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XcodeGenKit",
      "module_type" : "SwiftTarget",
      "name" : "XcodeGenKit",
      "path" : "Sources/XcodeGenKit",
      "product_dependencies" : [
        "JSONUtilities",
        "XcodeProj",
        "PathKit"
      ],
      "product_memberships" : [
        "xcodegen",
        "XcodeGenKit"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/XcodeGenKit/SettingPresets",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "BreakpointGenerator.swift",
        "CarthageDependencyResolver.swift",
        "CarthageVersionLoader.swift",
        "FileWriter.swift",
        "InfoPlistGenerator.swift",
        "PBXProjGenerator.swift",
        "ProjectGenerator.swift",
        "SchemeGenerator.swift",
        "SettingsBuilder.swift",
        "SettingsPresetFile.swift",
        "SourceGenerator.swift",
        "StringCatalogDecoding.swift",
        "Version.swift",
        "XCProjExtensions.swift"
      ],
      "target_dependencies" : [
        "ProjectSpec",
        "XcodeGenCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "XcodeGenCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "XcodeGenCoreTests",
      "path" : "Tests/XcodeGenCoreTests",
      "product_dependencies" : [
        "Spectre",
        "PathKit"
      ],
      "sources" : [
        "ArrayExtensionsTests.swift",
        "AtomicTests.swift",
        "GlobTests.swift",
        "PathExtensionsTests.swift"
      ],
      "target_dependencies" : [
        "XcodeGenCore",
        "TestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XcodeGenCore",
      "module_type" : "SwiftTarget",
      "name" : "XcodeGenCore",
      "path" : "Sources/XcodeGenCore",
      "product_dependencies" : [
        "PathKit",
        "Yams"
      ],
      "product_memberships" : [
        "xcodegen",
        "XcodeGenKit",
        "ProjectSpec"
      ],
      "sources" : [
        "ArrayExtensions.swift",
        "Atomic.swift",
        "Glob.swift",
        "MD5.swift",
        "PathExtensions.swift",
        "StringDiff.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "XcodeGenCLI",
      "module_type" : "SwiftTarget",
      "name" : "XcodeGenCLI",
      "path" : "Sources/XcodeGenCLI",
      "product_dependencies" : [
        "SwiftCLI",
        "Rainbow",
        "PathKit",
        "Version"
      ],
      "product_memberships" : [
        "xcodegen"
      ],
      "sources" : [
        "Arguments.swift",
        "Commands/CacheCommand.swift",
        "Commands/DumpCommand.swift",
        "Commands/GenerateCommand.swift",
        "Commands/ProjectCommand.swift",
        "GenerationError.swift",
        "XcodeGenCLI.swift"
      ],
      "target_dependencies" : [
        "XcodeGenKit",
        "ProjectSpec"
      ],
      "type" : "library"
    },
    {
      "c99name" : "XcodeGen",
      "module_type" : "SwiftTarget",
      "name" : "XcodeGen",
      "path" : "Sources/XcodeGen",
      "product_dependencies" : [
        "Version"
      ],
      "product_memberships" : [
        "xcodegen"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "XcodeGenCLI"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "TestSupport",
      "module_type" : "SwiftTarget",
      "name" : "TestSupport",
      "path" : "Sources/TestSupport",
      "product_dependencies" : [
        "XcodeProj",
        "Spectre",
        "PathKit"
      ],
      "sources" : [
        "TestHelpers.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ProjectSpecTests",
      "module_type" : "SwiftTarget",
      "name" : "ProjectSpecTests",
      "path" : "Tests/ProjectSpecTests",
      "product_dependencies" : [
        "Spectre",
        "PathKit"
      ],
      "sources" : [
        "Dictionary+Extension_Tests.swift",
        "InvalidConfigsFormatTests.swift",
        "ProjectSpecTests.swift",
        "SpecLoadingTests.swift"
      ],
      "target_dependencies" : [
        "ProjectSpec",
        "TestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ProjectSpec",
      "module_type" : "SwiftTarget",
      "name" : "ProjectSpec",
      "path" : "Sources/ProjectSpec",
      "product_dependencies" : [
        "JSONUtilities",
        "XcodeProj",
        "Yams",
        "Version"
      ],
      "product_memberships" : [
        "xcodegen",
        "XcodeGenKit",
        "ProjectSpec"
      ],
      "sources" : [
        "AggregateTarget.swift",
        "Array+Extension.swift",
        "Breakpoint.swift",
        "BuildPhaseSpec.swift",
        "BuildRule.swift",
        "BuildScript.swift",
        "BuildSettingsContainer.swift",
        "BuildSettingsExtractor.swift",
        "BuildToolPlugin.swift",
        "CacheFile.swift",
        "Config.swift",
        "Decoding.swift",
        "Dependency.swift",
        "DeploymentTarget.swift",
        "Dictionary+Extension.swift",
        "Encoding.swift",
        "FileType.swift",
        "GroupOrdering.swift",
        "Linkage.swift",
        "NSRegularExpressionExtensions.swift",
        "PathContainer.swift",
        "Platform.swift",
        "Plist.swift",
        "Project.swift",
        "ProjectReference.swift",
        "ProjectTarget.swift",
        "Scheme.swift",
        "Settings.swift",
        "SourceType.swift",
        "SpecFile.swift",
        "SpecLoader.swift",
        "SpecOptions.swift",
        "SpecParsingError.swift",
        "SpecValidation.swift",
        "SpecValidationError.swift",
        "SupportedDestination.swift",
        "SwiftPackage.swift",
        "Target.swift",
        "TargetReference.swift",
        "TargetScheme.swift",
        "TargetSource.swift",
        "Template.swift",
        "TestPlan.swift",
        "TestTargeReference.swift",
        "VersionExtensions.swift",
        "XCProjExtensions.swift",
        "Yaml.swift"
      ],
      "target_dependencies" : [
        "XcodeGenCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PerformanceTests",
      "module_type" : "SwiftTarget",
      "name" : "PerformanceTests",
      "path" : "Tests/PerformanceTests",
      "product_dependencies" : [
        "Spectre",
        "PathKit"
      ],
      "sources" : [
        "PerformanceTests.swift",
        "TestProject.swift"
      ],
      "target_dependencies" : [
        "XcodeGenKit",
        "TestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FixtureTests",
      "module_type" : "SwiftTarget",
      "name" : "FixtureTests",
      "path" : "Tests/FixtureTests",
      "product_dependencies" : [
        "Spectre",
        "PathKit"
      ],
      "sources" : [
        "FixtureTests.swift"
      ],
      "target_dependencies" : [
        "XcodeGenKit",
        "TestSupport"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
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/freddi-kit/ArtifactBundleGen
Fetching https://github.com/onevcat/Rainbow.git
Fetching https://github.com/jakeheis/SwiftCLI.git
Fetching https://github.com/mxcl/Version
Fetching https://github.com/kylef/Spectre.git
[1/182] Fetching artifactbundlegen
[183/1378] Fetching artifactbundlegen, rainbow
[279/6452] Fetching artifactbundlegen, rainbow, swiftcli
[1269/7473] Fetching artifactbundlegen, rainbow, swiftcli, spectre
[1695/7766] Fetching artifactbundlegen, rainbow, swiftcli, spectre, version
[3834/31072] Fetching artifactbundlegen, rainbow, swiftcli, spectre, version, xcodeproj
Fetched https://github.com/mxcl/Version from cache (0.30s)
Fetched https://github.com/kylef/Spectre.git from cache (0.30s)
[10415/29758] Fetching artifactbundlegen, rainbow, swiftcli, xcodeproj
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/yonaskolb/JSONUtilities.git
[20204/31111] Fetching artifactbundlegen, rainbow, swiftcli, xcodeproj, jsonutilities
Fetched https://github.com/yonaskolb/JSONUtilities.git from cache (0.22s)
[22534/29758] Fetching artifactbundlegen, rainbow, swiftcli, xcodeproj
Fetching https://github.com/kylef/PathKit.git
[29293/40489] Fetching artifactbundlegen, rainbow, swiftcli, xcodeproj, yams
[29615/41900] Fetching artifactbundlegen, rainbow, swiftcli, xcodeproj, yams, pathkit
Fetched https://github.com/kylef/PathKit.git from cache (0.21s)
[30902/40489] Fetching artifactbundlegen, rainbow, swiftcli, xcodeproj, yams
Fetched https://github.com/freddi-kit/ArtifactBundleGen from cache (1.20s)
Fetched https://github.com/onevcat/Rainbow.git from cache (1.20s)
Fetched https://github.com/jakeheis/SwiftCLI.git from cache (1.21s)
Fetched https://github.com/tuist/XcodeProj.git from cache (1.24s)
Fetched https://github.com/jpsim/Yams.git from cache (1.22s)
Computing version for https://github.com/freddi-kit/ArtifactBundleGen
Computed https://github.com/freddi-kit/ArtifactBundleGen at 0.0.6 (3.38s)
Computing version for https://github.com/jakeheis/SwiftCLI.git
Computed https://github.com/jakeheis/SwiftCLI.git at 6.0.3 (0.50s)
Computing version for https://github.com/tuist/XcodeProj.git
Computed https://github.com/tuist/XcodeProj.git at 8.24.3 (0.44s)
Fetching https://github.com/tadija/AEXML.git
[1/2127] Fetching aexml
Fetched https://github.com/tadija/AEXML.git from cache (0.28s)
Computing version for https://github.com/yonaskolb/JSONUtilities.git
Computed https://github.com/yonaskolb/JSONUtilities.git at 4.2.0 (2.36s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (0.49s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.6.1 (0.52s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.48s)
Computing version for https://github.com/mxcl/Version
Computed https://github.com/mxcl/Version at 2.1.0 (0.48s)
Computing version for https://github.com/onevcat/Rainbow.git
Computed https://github.com/onevcat/Rainbow.git at 4.1.0 (2.11s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (0.74s)
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/tadija/AEXML.git
Working copy of https://github.com/tadija/AEXML.git resolved at 4.6.1
Creating working copy for https://github.com/jakeheis/SwiftCLI.git
Working copy of https://github.com/jakeheis/SwiftCLI.git resolved at 6.0.3
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.4.0
Creating working copy for https://github.com/tuist/XcodeProj.git
Working copy of https://github.com/tuist/XcodeProj.git resolved at 8.24.3
Creating working copy for https://github.com/yonaskolb/JSONUtilities.git
Working copy of https://github.com/yonaskolb/JSONUtilities.git resolved at 4.2.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
Creating working copy for https://github.com/onevcat/Rainbow.git
Working copy of https://github.com/onevcat/Rainbow.git resolved at 4.1.0
Creating working copy for https://github.com/mxcl/Version
Working copy of https://github.com/mxcl/Version resolved at 2.1.0
Creating working copy for https://github.com/freddi-kit/ArtifactBundleGen
Working copy of https://github.com/freddi-kit/ArtifactBundleGen resolved at 0.0.6
/host/spi-builder-workspace/.build/checkouts/ArtifactBundleGen/Plugins/ArtifactBundleGenPluginCommand/Symbolic Links/ArtifactBundleGen/Utils/LipoRunnner.swift:11:14: warning: 'launchPath' is deprecated: renamed to 'executableURL'
 9 |         task.standardError = pipe
10 |         task.arguments = ["-c", "lipo -archs \(targetPath)"]
11 |         task.launchPath = "/bin/zsh"
   |              |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
   |              `- note: use 'executableURL' instead
12 |         task.standardInput = nil
13 |         do {
/host/spi-builder-workspace/.build/checkouts/ArtifactBundleGen/Plugins/ArtifactBundleGenPluginCommand/Symbolic Links/ArtifactBundleGen/Utils/ZipComposer.swift:7:29: warning: result of call to 'run(_:arguments:terminationHandler:)' is unused
 5 |         try await withCheckedThrowingContinuation { continuation in
 6 |             do {
 7 |                 try Process.run(URL(fileURLWithPath: "/usr/bin/zip"), arguments: ["-r", "\(bundlePath.relativePath).zip", "\(bundlePath.relativePath)"]) { _ in
   |                             `- warning: result of call to 'run(_:arguments:terminationHandler:)' is unused
 8 |                     continuation.resume(returning: ())
 9 |                 }
[1/1] Compiling plugin ArtifactBundleGenPluginCommand
Building for debugging...
[1/39] Write sources
[16/39] Copying SettingPresets
[17/39] Compiling writer.c
[18/39] Compiling reader.c
[19/39] Compiling parser.c
[20/39] Compiling api.c
[21/39] Write swift-version-24593BA9C3E375BF.txt
[22/39] Compiling emitter.c
[23/39] Compiling scanner.c
[25/124] Emitting module Rainbow
[26/125] Emitting module Yams
[27/127] Compiling Yams Tag.swift
[28/127] Compiling Yams YamlAnchorProviding.swift
[29/127] Compiling Version Version.swift
[30/127] Compiling Rainbow StringGenerator.swift
[31/127] Emitting module Spectre
[32/127] Compiling JSONUtilities DecodingError.swift
[33/127] Compiling JSONUtilities Dictionary+JSONKey.swift
[34/128] Compiling Version Version+Range.swift
[35/128] Emitting module Version
[36/128] Compiling Version Version+Codable.swift
[37/128] Compiling Rainbow Style.swift
[38/128] Compiling Rainbow String+Rainbow.swift
[39/128] Compiling Spectre Reporter.swift
[40/128] Compiling Spectre Reporters.swift
[41/128] Compiling Version Version+Comparable.swift
[42/128] Compiling Version Version+Foundation.swift
[43/129] Compiling JSONUtilities JSONObjectConvertible.swift
[44/130] Compiling PathKit PathKit.swift
[45/130] Emitting module PathKit
[46/131] Compiling Yams YamlError.swift
[47/131] Compiling Yams YamlTagProviding.swift
[48/131] Compiling JSONUtilities Dictionary+KeyPath.swift
[49/131] Compiling Yams Mark.swift
[50/131] Compiling Yams Node.Alias.swift
[51/131] Compiling Yams Node.Mapping.swift
[53/131] Compiling Spectre Failure.swift
[54/131] Compiling Yams Anchor.swift
[55/131] Compiling Yams Constructor.swift
[56/133] Emitting module AEXML
[57/133] Compiling AEXML Options.swift
[58/133] Compiling AEXML Error.swift
[59/133] Compiling Rainbow Rainbow.swift
[60/133] Compiling Spectre XCTest.swift
[61/133] Compiling JSONUtilities URL+JSONPrimitiveConvertible.swift
[66/133] Compiling Rainbow OutputTarget.swift
[67/133] Compiling Spectre Expectation.swift
[69/133] Compiling Spectre GlobalContext.swift
[70/133] Compiling Spectre Path.swift
[71/133] Compiling AEXML Document.swift
[72/133] Compiling AEXML Element.swift
[73/133] Compiling JSONUtilities JSONFileLoading.swift
[78/134] Emitting module JSONUtilities
[80/134] Compiling Yams Resolver.swift
[81/134] Compiling Yams String+Yams.swift
[82/134] Compiling Yams Parser.swift
[83/134] Compiling Yams RedundancyAliasingStrategy.swift
[84/134] Compiling Yams Representer.swift
[86/134] Compiling JSONUtilities JSONPrimitiveConvertible.swift
[87/134] Compiling JSONUtilities KeyPath.swift
[90/134] Emitting module SwiftCLI
[94/134] Compiling JSONUtilities InvalidItemBehaviour.swift
[94/134] Wrapping AST for Version for debugging
[97/135] Compiling AEXML Parser.swift
[98/135] Compiling Yams Node.Scalar.swift
[99/135] Compiling Yams Node.Sequence.swift
[100/135] Compiling Yams Node.swift
[109/136] Wrapping AST for PathKit for debugging
[119/136] Compiling Spectre Global.swift
[122/138] Compiling SwiftCLI ValueBox.swift
[123/138] Compiling SwiftCLI VersionCommand.swift
[123/139] Wrapping AST for Rainbow for debugging
[127/139] Wrapping AST for JSONUtilities for debugging
[128/139] Wrapping AST for AEXML for debugging
[129/139] Wrapping AST for SwiftCLI for debugging
[130/140] Wrapping AST for Yams for debugging
[132/235] Compiling XcodeGenCore Atomic.swift
/host/spi-builder-workspace/Sources/XcodeGenCore/Atomic.swift:33:17: warning: capture of 'self' with non-sendable type 'Atomic<Value>?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 9 |
10 | @propertyWrapper
11 | public final class Atomic<Value> {
   |                    `- note: generic class 'Atomic' does not conform to the 'Sendable' protocol
12 |
13 |     private var value: Value
   :
31 |         set {
32 |             queue.async(flags: .barrier) { [weak self] in
33 |                 self?.value = newValue
   |                 `- warning: capture of 'self' with non-sendable type 'Atomic<Value>?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
34 |             }
35 |         }
/host/spi-builder-workspace/Sources/XcodeGenCore/Atomic.swift:33:31: warning: capture of 'newValue' with non-sendable type 'Value' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 9 |
10 | @propertyWrapper
11 | public final class Atomic<Value> {
   |                           `- note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
12 |
13 |     private var value: Value
   :
31 |         set {
32 |             queue.async(flags: .barrier) { [weak self] in
33 |                 self?.value = newValue
   |                               `- warning: capture of 'newValue' with non-sendable type 'Value' in a '@Sendable' closure; this is an error in the Swift 6 language mode
34 |             }
35 |         }
[133/235] Compiling XcodeGenCore ArrayExtensions.swift
/host/spi-builder-workspace/Sources/XcodeGenCore/ArrayExtensions.swift:9:16: warning: capture of 'buffer' with non-sendable type 'UnsafeMutableBufferPointer<T?>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 7 |        return result.withUnsafeMutableBufferPointer { buffer in
 8 |            DispatchQueue.concurrentPerform(iterations: buffer.count) { idx in
 9 |                buffer[idx] = transform(self[idx])
   |                `- warning: capture of 'buffer' with non-sendable type 'UnsafeMutableBufferPointer<T?>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
10 |            }
11 |            return buffer.map { $0! }
Swift.UnsafeMutableBufferPointer:1:23: note: generic struct 'UnsafeMutableBufferPointer' does not conform to the 'Sendable' protocol
1 | @frozen public struct UnsafeMutableBufferPointer<Element> : Copyable where Element : ~Copyable {
  |                       `- note: generic struct 'UnsafeMutableBufferPointer' does not conform to the 'Sendable' protocol
2 |     public let count: Int
3 |     @inlinable public init(start: UnsafeMutablePointer<Element>?, count: Int)
/host/spi-builder-workspace/Sources/XcodeGenCore/ArrayExtensions.swift:9:30: warning: capture of 'transform' with non-sendable type '(Element) -> T' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 7 |        return result.withUnsafeMutableBufferPointer { buffer in
 8 |            DispatchQueue.concurrentPerform(iterations: buffer.count) { idx in
 9 |                buffer[idx] = transform(self[idx])
   |                              |- warning: capture of 'transform' with non-sendable type '(Element) -> T' in a '@Sendable' closure; this is an error in the Swift 6 language mode
   |                              `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
10 |            }
11 |            return buffer.map { $0! }
/host/spi-builder-workspace/Sources/XcodeGenCore/ArrayExtensions.swift:9:40: warning: capture of 'self' with non-sendable type 'Array<Element>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 7 |        return result.withUnsafeMutableBufferPointer { buffer in
 8 |            DispatchQueue.concurrentPerform(iterations: buffer.count) { idx in
 9 |                buffer[idx] = transform(self[idx])
   |                                        `- warning: capture of 'self' with non-sendable type 'Array<Element>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
10 |            }
11 |            return buffer.map { $0! }
/host/spi-builder-workspace/Sources/XcodeGenCore/ArrayExtensions.swift:9:16: warning: mutable capture of 'inout' parameter 'buffer' is not allowed in concurrently-executing code; this is an error in the Swift 6 language mode
 7 |        return result.withUnsafeMutableBufferPointer { buffer in
 8 |            DispatchQueue.concurrentPerform(iterations: buffer.count) { idx in
 9 |                buffer[idx] = transform(self[idx])
   |                `- warning: mutable capture of 'inout' parameter 'buffer' is not allowed in concurrently-executing code; this is an error in the Swift 6 language mode
10 |            }
11 |            return buffer.map { $0! }
[134/235] Emitting module XcodeGenCore
/host/spi-builder-workspace/Sources/XcodeGenCore/Glob.swift:11:12: warning: let 'GlobBehaviorBashV3' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
  9 | import Foundation
 10 |
 11 | public let GlobBehaviorBashV3 = Glob.Behavior(
    |            |- warning: let 'GlobBehaviorBashV3' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: add '@MainActor' to make let 'GlobBehaviorBashV3' part of global actor 'MainActor'
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 12 |     supportsGlobstar: false,
 13 |     includesFilesFromRootOfGlobstar: false,
    :
 37 |      * implementation is customizable.
 38 |      */
 39 |     public struct Behavior {
    |                   `- note: consider making struct 'Behavior' conform to the 'Sendable' protocol
 40 |         // If true then a globstar ("**") causes matching to be done recursively in subdirectories.
 41 |         // If false then "**" is treated the same as "*"
/host/spi-builder-workspace/Sources/XcodeGenCore/Glob.swift:17:12: warning: let 'GlobBehaviorBashV4' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
 15 |     includesFilesInResultsIfTrailingSlash: false
 16 | )
 17 | public let GlobBehaviorBashV4 = Glob.Behavior(
    |            |- warning: let 'GlobBehaviorBashV4' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: add '@MainActor' to make let 'GlobBehaviorBashV4' part of global actor 'MainActor'
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |     supportsGlobstar: true, // Matches Bash v4 with "shopt -s globstar" option
 19 |     includesFilesFromRootOfGlobstar: true,
    :
 37 |      * implementation is customizable.
 38 |      */
 39 |     public struct Behavior {
    |                   `- note: consider making struct 'Behavior' conform to the 'Sendable' protocol
 40 |         // If true then a globstar ("**") causes matching to be done recursively in subdirectories.
 41 |         // If false then "**" is treated the same as "*"
/host/spi-builder-workspace/Sources/XcodeGenCore/Glob.swift:23:12: warning: let 'GlobBehaviorGradle' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
 21 |     includesFilesInResultsIfTrailingSlash: false
 22 | )
 23 | public let GlobBehaviorGradle = Glob.Behavior(
    |            |- warning: let 'GlobBehaviorGradle' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: add '@MainActor' to make let 'GlobBehaviorGradle' part of global actor 'MainActor'
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 24 |     supportsGlobstar: true,
 25 |     includesFilesFromRootOfGlobstar: true,
    :
 37 |      * implementation is customizable.
 38 |      */
 39 |     public struct Behavior {
    |                   `- note: consider making struct 'Behavior' conform to the 'Sendable' protocol
 40 |         // If true then a globstar ("**") causes matching to be done recursively in subdirectories.
 41 |         // If false then "**" is treated the same as "*"
/host/spi-builder-workspace/Sources/XcodeGenCore/Glob.swift:56:23: warning: static property 'defaultBehavior' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 54 |     }
 55 |
 56 |     public static var defaultBehavior = GlobBehaviorBashV4
    |                       |- warning: static property 'defaultBehavior' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'defaultBehavior' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'defaultBehavior' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 57 |
 58 |     public static let defaultBlacklistedDirectories = ["node_modules", "Pods"]
[135/235] Compiling XcodeGenCore StringDiff.swift
[136/235] Compiling XcodeGenCore PathExtensions.swift
[137/235] Compiling XcodeGenCore Glob.swift
/host/spi-builder-workspace/Sources/XcodeGenCore/Glob.swift:11:12: warning: let 'GlobBehaviorBashV3' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
  9 | import Foundation
 10 |
 11 | public let GlobBehaviorBashV3 = Glob.Behavior(
    |            |- warning: let 'GlobBehaviorBashV3' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: add '@MainActor' to make let 'GlobBehaviorBashV3' part of global actor 'MainActor'
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 12 |     supportsGlobstar: false,
 13 |     includesFilesFromRootOfGlobstar: false,
    :
 37 |      * implementation is customizable.
 38 |      */
 39 |     public struct Behavior {
    |                   `- note: consider making struct 'Behavior' conform to the 'Sendable' protocol
 40 |         // If true then a globstar ("**") causes matching to be done recursively in subdirectories.
 41 |         // If false then "**" is treated the same as "*"
/host/spi-builder-workspace/Sources/XcodeGenCore/Glob.swift:17:12: warning: let 'GlobBehaviorBashV4' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
 15 |     includesFilesInResultsIfTrailingSlash: false
 16 | )
 17 | public let GlobBehaviorBashV4 = Glob.Behavior(
    |            |- warning: let 'GlobBehaviorBashV4' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: add '@MainActor' to make let 'GlobBehaviorBashV4' part of global actor 'MainActor'
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |     supportsGlobstar: true, // Matches Bash v4 with "shopt -s globstar" option
 19 |     includesFilesFromRootOfGlobstar: true,
    :
 37 |      * implementation is customizable.
 38 |      */
 39 |     public struct Behavior {
    |                   `- note: consider making struct 'Behavior' conform to the 'Sendable' protocol
 40 |         // If true then a globstar ("**") causes matching to be done recursively in subdirectories.
 41 |         // If false then "**" is treated the same as "*"
/host/spi-builder-workspace/Sources/XcodeGenCore/Glob.swift:23:12: warning: let 'GlobBehaviorGradle' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
 21 |     includesFilesInResultsIfTrailingSlash: false
 22 | )
 23 | public let GlobBehaviorGradle = Glob.Behavior(
    |            |- warning: let 'GlobBehaviorGradle' is not concurrency-safe because non-'Sendable' type 'Glob.Behavior' may have shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: add '@MainActor' to make let 'GlobBehaviorGradle' part of global actor 'MainActor'
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 24 |     supportsGlobstar: true,
 25 |     includesFilesFromRootOfGlobstar: true,
    :
 37 |      * implementation is customizable.
 38 |      */
 39 |     public struct Behavior {
    |                   `- note: consider making struct 'Behavior' conform to the 'Sendable' protocol
 40 |         // If true then a globstar ("**") causes matching to be done recursively in subdirectories.
 41 |         // If false then "**" is treated the same as "*"
/host/spi-builder-workspace/Sources/XcodeGenCore/Glob.swift:56:23: warning: static property 'defaultBehavior' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 54 |     }
 55 |
 56 |     public static var defaultBehavior = GlobBehaviorBashV4
    |                       |- warning: static property 'defaultBehavior' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'defaultBehavior' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'defaultBehavior' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 57 |
 58 |     public static let defaultBlacklistedDirectories = ["node_modules", "Pods"]
[138/235] Compiling XcodeGenCore MD5.swift
[140/236] Emitting module XcodeProj
[141/248] Compiling XcodeProj Errors.swift
[142/248] Compiling XcodeProj AEXML+XcodeFormat.swift
[143/248] Compiling XcodeProj Array+Extras.swift
[144/248] Compiling XcodeProj Bool+Extras.swift
[145/248] Compiling XcodeProj Dictionary+Enumerate.swift
[146/248] Compiling XcodeProj Dictionary+Extras.swift
[147/248] Compiling XcodeProj KeyedDecodingContainer+Additions.swift
[148/248] Compiling XcodeProj NSRecursiveLock+Sync.swift
[149/248] Compiling XcodeProj Path+Extras.swift
[150/248] Compiling XcodeProj String+Utils.swift
[151/248] Compiling XcodeProj String+md5.swift
[152/248] Compiling XcodeProj BuildPhase.swift
[153/248] Compiling XcodeProj PBXBuildFile.swift
[154/248] Compiling XcodeProj Decoders.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: [],
[155/248] 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: [],
[156/248] 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: [],
[157/248] 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: [],
[158/248] 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: [],
[159/248] 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: [],
[160/248] 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: [],
[161/248] 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: [],
[162/248] 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: [],
[163/248] 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: [],
[164/248] 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: [],
[165/248] 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: [],
[165/248] Wrapping AST for XcodeGenCore for debugging
[167/248] Compiling XcodeProj XCScheme+AnalyzeAction.swift
[168/248] Compiling XcodeProj XCScheme+ArchiveAction.swift
[169/248] Compiling XcodeProj XCScheme+BuildAction.swift
[170/248] Compiling XcodeProj XCScheme+BuildableProductRunnable.swift
[171/248] Compiling XcodeProj XCScheme+BuildableReference.swift
[172/248] Compiling XcodeProj XCScheme+CommandLineArguments.swift
[173/248] Compiling XcodeProj XCScheme+EnvironmentVariable.swift
[174/248] Compiling XcodeProj XCScheme+ExecutionAction.swift
[175/248] Compiling XcodeProj XCScheme+LaunchAction.swift
[176/248] Compiling XcodeProj XCScheme+LocationScenarioReference.swift
[177/248] Compiling XcodeProj XCScheme+PathRunnable.swift
[178/248] Compiling XcodeProj XCScheme+ProfileAction.swift
[179/248] Compiling XcodeProj PBXOutputSettings.swift
[180/248] Compiling XcodeProj PBXProj.swift
[181/248] Compiling XcodeProj PBXProjEncoder.swift
[182/248] Compiling XcodeProj PBXProject.swift
[183/248] Compiling XcodeProj Equality.generated.swift
[184/248] Compiling XcodeProj Sourcery.swift
[185/248] Compiling XcodeProj XCLocalSwiftPackageReference.swift
[186/248] Compiling XcodeProj XCRemoteSwiftPackageReference.swift
[187/248] Compiling XcodeProj XCSwiftPackageProductDependency.swift
[188/248] Compiling XcodeProj PBXAggregateTarget.swift
[189/248] Compiling XcodeProj PBXLegacyTarget.swift
[190/248] Compiling XcodeProj PBXNativeTarget.swift
[191/248] Compiling XcodeProj PBXProductType.swift
[192/248] Compiling XcodeProj XCScheme+RemoteRunnable.swift
[193/248] Compiling XcodeProj XCScheme+Runnable.swift
[194/248] Compiling XcodeProj XCScheme+SerialAction.swift
[195/248] Compiling XcodeProj XCScheme+StoreKitConfigurationFileReference.swift
[196/248] Compiling XcodeProj XCScheme+TestAction.swift
[197/248] Compiling XcodeProj XCScheme+TestItem.swift
[198/248] Compiling XcodeProj XCScheme+TestPlanReference.swift
[199/248] Compiling XcodeProj XCScheme+TestableReference.swift
[200/248] Compiling XcodeProj XCScheme.swift
[201/248] Compiling XcodeProj XCSchemeManagement.swift
[202/248] Compiling XcodeProj BuildSettingsProvider.swift
[203/248] Compiling XcodeProj CommentedString.swift
[204/248] Compiling XcodeProj PBXBuildPhase.swift
[205/248] Compiling XcodeProj PBXBuildRule.swift
[206/248] Compiling XcodeProj PBXCopyFilesBuildPhase.swift
[207/248] Compiling XcodeProj PBXFrameworksBuildPhase.swift
[208/248] Compiling XcodeProj PBXHeadersBuildPhase.swift
[209/248] Compiling XcodeProj PBXResourcesBuildPhase.swift
[210/248] Compiling XcodeProj PBXRezBuildPhase.swift
[211/248] Compiling XcodeProj PBXShellScriptBuildPhase.swift
[212/248] Compiling XcodeProj PBXSourcesBuildPhase.swift
[213/248] Compiling XcodeProj BuildSettings.swift
[214/248] Compiling XcodeProj XCBuildConfiguration.swift
[215/248] Compiling XcodeProj XCConfigurationList.swift
[216/248] Compiling XcodeProj PBXContainerItem.swift
[217/248] Compiling XcodeProj PBXReferenceProxy.swift
[218/248] Compiling XcodeProj PBXTarget.swift
[219/248] Compiling XcodeProj PBXTargetDependency.swift
[220/248] Compiling XcodeProj WorkspaceSettings.swift
[221/248] Compiling XcodeProj XCBreakpointList.swift
[222/248] Compiling XcodeProj XCDebugger.swift
[223/248] Compiling XcodeProj XCSharedData.swift
[224/248] Compiling XcodeProj XCUserData.swift
[225/248] Compiling XcodeProj Xcode.swift
[226/248] Compiling XcodeProj XcodeProj.swift
[227/248] Compiling XcodeProj Writable.swift
[228/248] Compiling XcodeProj XCScheme+AditionalOption.swift
[229/248] Compiling XcodeProj PBXContainerItemProxy.swift
[230/248] Compiling XcodeProj PBXFileElement.swift
[231/248] Compiling XcodeProj PBXFileReference.swift
[232/248] Compiling XcodeProj PBXFileSystemSynchronizedBuildFileExceptionSet.swift
[233/248] Compiling XcodeProj PBXFileSystemSynchronizedRootGroup.swift
[234/248] Compiling XcodeProj PBXGroup.swift
[235/248] Compiling XcodeProj PBXSourceTree.swift
[236/248] Compiling XcodeProj PBXVariantGroup.swift
[237/248] Compiling XcodeProj XCVersionGroup.swift
[238/248] Compiling XcodeProj PBXObject.swift
[239/248] Compiling XcodeProj PBXObjectParser.swift
[240/248] Compiling XcodeProj PBXObjectReference.swift
[241/248] Compiling XcodeProj PBXObjects.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
/host/spi-builder-workspace/.build/checkouts/ArtifactBundleGen/Plugins/ArtifactBundleGenPluginCommand/Symbolic Links/ArtifactBundleGen/Utils/LipoRunnner.swift:11:14: warning: 'launchPath' is deprecated: renamed to 'executableURL'
 9 |         task.standardError = pipe
10 |         task.arguments = ["-c", "lipo -archs \(targetPath)"]
11 |         task.launchPath = "/bin/zsh"
   |              |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
   |              `- note: use 'executableURL' instead
12 |         task.standardInput = nil
13 |         do {
/host/spi-builder-workspace/.build/checkouts/ArtifactBundleGen/Plugins/ArtifactBundleGenPluginCommand/Symbolic Links/ArtifactBundleGen/Utils/ZipComposer.swift:7:29: warning: result of call to 'run(_:arguments:terminationHandler:)' is unused
 5 |         try await withCheckedThrowingContinuation { continuation in
 6 |             do {
 7 |                 try Process.run(URL(fileURLWithPath: "/usr/bin/zip"), arguments: ["-r", "\(bundlePath.relativePath).zip", "\(bundlePath.relativePath)"]) { _ in
   |                             `- warning: result of call to 'run(_:arguments:terminationHandler:)' is unused
 8 |                     continuation.resume(returning: ())
 9 |                 }
[1/1] Compiling plugin ArtifactBundleGenPluginCommand
Building for debugging...
[1/17] Write swift-version-24593BA9C3E375BF.txt
[3/89] Compiling JSONUtilities KeyPath.swift
[4/103] Compiling JSONUtilities JSONPrimitiveConvertible.swift
[5/103] Compiling Version Version+Foundation.swift
[6/103] Compiling Spectre Reporter.swift
[7/104] Compiling JSONUtilities JSONObjectConvertible.swift
[8/104] Compiling JSONUtilities JSONFileLoading.swift
[9/104] Compiling JSONUtilities URL+JSONPrimitiveConvertible.swift
[10/104] Compiling Spectre XCTest.swift
[11/104] Compiling JSONUtilities Dictionary+KeyPath.swift
[12/104] Compiling JSONUtilities InvalidItemBehaviour.swift
[13/104] Compiling AEXML Error.swift
[14/104] Emitting module Spectre
[15/104] Compiling Rainbow OutputTarget.swift
[16/104] Compiling Yams Anchor.swift
[17/104] Compiling Yams Constructor.swift
[18/104] Compiling Rainbow Rainbow.swift
[19/105] Compiling Spectre Global.swift
[20/105] Compiling Rainbow StringGenerator.swift
[21/105] Emitting module AEXML
[22/105] Compiling Rainbow String+Rainbow.swift
[23/105] Compiling Yams Encoder.swift
[24/105] Compiling Yams AliasDereferencingStrategy.swift
[25/105] Compiling Yams Decoder.swift
[26/105] Compiling Yams Emitter.swift
[27/105] Compiling AEXML Options.swift
[28/105] Compiling AEXML Parser.swift
[29/105] Compiling Version Version+Comparable.swift
[30/105] Compiling Yams Tag.swift
[31/105] Compiling Yams YamlAnchorProviding.swift
[32/107] Compiling Rainbow Style.swift
[33/107] Compiling Version Version+Range.swift
[34/107] Compiling Version Version.swift
[35/107] Emitting module Version
[36/107] Compiling Version Version+Codable.swift
[37/108] Compiling Spectre Path.swift
[38/108] Compiling PathKit PathKit.swift
[39/108] Emitting module PathKit
[40/108] Compiling Spectre GlobalContext.swift
[41/108] Compiling Spectre Reporters.swift
[42/110] Compiling AEXML Document.swift
[43/110] Compiling AEXML Element.swift
[48/110] Emitting module Rainbow
[50/111] Compiling Yams Resolver.swift
[51/111] Compiling Yams String+Yams.swift
[55/109] Wrapping AST for PathKit for debugging
[57/109] Emitting module SwiftCLI
[64/111] Compiling Yams YamlError.swift
[65/111] Compiling SwiftCLI ValueBox.swift
[66/111] Compiling Yams Mark.swift
[67/111] Compiling Yams Node.Alias.swift
[68/111] Compiling Yams Node.Mapping.swift
[70/111] Compiling SwiftCLI VersionCommand.swift
[73/111] Emitting module JSONUtilities
[74/132] Compiling XcodeProj PBXBuildFile.swift
[75/132] Compiling XcodeProj PBXContainerItemProxy.swift
[76/132] Compiling XcodeProj PBXFileElement.swift
[77/132] Compiling XcodeProj KeyedDecodingContainer+Additions.swift
[78/132] Compiling XcodeProj NSRecursiveLock+Sync.swift
[79/133] Compiling XcodeProj Path+Extras.swift
[80/133] Compiling XcodeProj PBXFileReference.swift
[81/133] Compiling XcodeProj PBXFileSystemSynchronizedBuildFileExceptionSet.swift
[82/133] Compiling XcodeProj String+Utils.swift
[83/133] Compiling XcodeProj String+md5.swift
[84/133] Compiling XcodeProj BuildPhase.swift
[85/134] Compiling XcodeProj PBXFileSystemSynchronizedRootGroup.swift
[86/134] Compiling XcodeProj PBXGroup.swift
[87/134] Compiling XcodeProj PBXSourceTree.swift
[96/200] Compiling XcodeProj Bool+Extras.swift
[97/200] Compiling XcodeProj Dictionary+Enumerate.swift
[98/200] Compiling XcodeProj Dictionary+Extras.swift
[99/200] Compiling XcodeProj Errors.swift
[100/200] Compiling XcodeProj AEXML+XcodeFormat.swift
[101/200] Compiling XcodeProj Array+Extras.swift
[102/200] Emitting module Yams
[103/201] Wrapping AST for Yams for debugging
[105/205] Emitting module XcodeProj
[106/220] Compiling XcodeGenCore Atomic.swift
[120/220] Compiling XcodeGenCore StringDiff.swift
[121/220] Compiling XcodeGenCore PathExtensions.swift
[122/220] Compiling XcodeGenCore ArrayExtensions.swift
[123/220] Emitting module XcodeGenCore
[124/220] Compiling XcodeGenCore Glob.swift
[125/220] Compiling XcodeGenCore MD5.swift
[127/220] Compiling XcodeProj XCScheme+RemoteRunnable.swift
[128/220] Compiling XcodeProj XCScheme+Runnable.swift
[129/220] Compiling XcodeProj XCScheme+SerialAction.swift
[130/220] Compiling XcodeProj XCScheme+StoreKitConfigurationFileReference.swift
[131/220] Compiling XcodeProj XCScheme+TestAction.swift
[132/220] Compiling XcodeProj XCScheme+TestItem.swift
[133/220] Compiling XcodeProj XCScheme+TestPlanReference.swift
[134/220] Compiling XcodeProj XCScheme+TestableReference.swift
[135/220] Compiling XcodeProj XCScheme.swift
[136/220] Compiling XcodeProj XCSchemeManagement.swift
[137/220] Compiling XcodeProj BuildSettingsProvider.swift
[138/220] Compiling XcodeProj CommentedString.swift
[139/220] Compiling XcodeProj PBXBuildPhase.swift
[140/220] Compiling XcodeProj PBXBuildRule.swift
[141/220] Compiling XcodeProj PBXCopyFilesBuildPhase.swift
[142/220] Compiling XcodeProj PBXFrameworksBuildPhase.swift
[143/220] Compiling XcodeProj PBXHeadersBuildPhase.swift
[144/220] Compiling XcodeProj PBXResourcesBuildPhase.swift
[145/220] Compiling XcodeProj PBXRezBuildPhase.swift
[146/220] Compiling XcodeProj PBXShellScriptBuildPhase.swift
[147/220] Compiling XcodeProj PBXSourcesBuildPhase.swift
[148/220] Compiling XcodeProj BuildSettings.swift
[149/220] Compiling XcodeProj XCBuildConfiguration.swift
[150/220] Compiling XcodeProj XCConfigurationList.swift
[151/220] Compiling XcodeProj PBXContainerItem.swift
[152/220] Compiling XcodeProj PBXReferenceProxy.swift
[153/220] Compiling XcodeProj PBXTarget.swift
[154/220] Compiling XcodeProj PBXTargetDependency.swift
[155/220] Compiling XcodeProj WorkspaceSettings.swift
[156/220] Compiling XcodeProj XCBreakpointList.swift
[157/220] Compiling XcodeProj XCDebugger.swift
[158/220] Compiling XcodeProj XCSharedData.swift
[159/220] Compiling XcodeProj XCUserData.swift
[160/220] Compiling XcodeProj Xcode.swift
[161/220] Compiling XcodeProj XcodeProj.swift
[162/220] Compiling XcodeProj Writable.swift
[163/220] Compiling XcodeProj XCScheme+AditionalOption.swift
[164/220] Compiling XcodeProj PBXOutputSettings.swift
[165/220] Compiling XcodeProj PBXProj.swift
[166/220] Compiling XcodeProj PBXProjEncoder.swift
[167/220] Compiling XcodeProj PBXProject.swift
[168/220] Compiling XcodeProj Equality.generated.swift
[169/220] Compiling XcodeProj Sourcery.swift
[170/220] Compiling XcodeProj XCLocalSwiftPackageReference.swift
[171/220] Compiling XcodeProj XCRemoteSwiftPackageReference.swift
[172/220] Compiling XcodeProj XCSwiftPackageProductDependency.swift
[173/220] Compiling XcodeProj PBXAggregateTarget.swift
[174/220] Compiling XcodeProj PBXLegacyTarget.swift
[175/220] Compiling XcodeProj PBXNativeTarget.swift
[176/220] Compiling XcodeProj PBXProductType.swift
[184/220] Compiling XcodeProj PBXVariantGroup.swift
[185/220] Compiling XcodeProj XCVersionGroup.swift
[186/220] Compiling XcodeProj PBXObject.swift
[187/220] Compiling XcodeProj PBXObjectParser.swift
[188/220] Compiling XcodeProj PBXObjectReference.swift
[189/220] Compiling XcodeProj PBXObjects.swift
[190/220] Compiling XcodeProj XCScheme+AnalyzeAction.swift
[191/220] Compiling XcodeProj XCScheme+ArchiveAction.swift
[192/220] Compiling XcodeProj XCScheme+BuildAction.swift
[193/220] Compiling XcodeProj XCScheme+BuildableProductRunnable.swift
[194/220] Compiling XcodeProj XCScheme+BuildableReference.swift
[195/220] Compiling XcodeProj XCScheme+CommandLineArguments.swift
[196/220] Compiling XcodeProj XCScheme+EnvironmentVariable.swift
[197/220] Compiling XcodeProj XCScheme+ExecutionAction.swift
[198/220] Compiling XcodeProj XCScheme+LaunchAction.swift
[199/220] Compiling XcodeProj XCScheme+LocationScenarioReference.swift
[200/220] Compiling XcodeProj XCScheme+PathRunnable.swift
[201/220] Compiling XcodeProj XCScheme+ProfileAction.swift
[202/220] Compiling XcodeProj Decoders.swift
[203/220] Compiling XcodeProj JSONDecoding.swift
[204/220] Compiling XcodeProj PBXBatchUpdater.swift
[205/220] Compiling XcodeProj PlistValue.swift
[206/220] Compiling XcodeProj ReferenceGenerator.swift
[207/220] Compiling XcodeProj XCConfig.swift
[208/220] Compiling XcodeProj XCWorkspace.swift
[209/220] Compiling XcodeProj XCWorkspaceData.swift
[210/220] Compiling XcodeProj XCWorkspaceDataElement.swift
[211/220] Compiling XcodeProj XCWorkspaceDataElementLocationType.swift
[212/220] Compiling XcodeProj XCWorkspaceDataFileRef.swift
[213/220] Compiling XcodeProj XCWorkspaceDataGroup.swift
[214/221] Wrapping AST for XcodeProj for debugging
[216/266] Emitting module TestSupport
[217/266] Compiling TestSupport TestHelpers.swift
[219/267] Compiling ProjectSpec BuildSettingsContainer.swift
[220/267] Compiling ProjectSpec BuildSettingsExtractor.swift
[221/267] Compiling ProjectSpec BuildToolPlugin.swift
[222/267] Compiling ProjectSpec CacheFile.swift
[223/267] Compiling ProjectSpec Config.swift
[224/267] Compiling ProjectSpec Decoding.swift
[225/272] Compiling ProjectSpec AggregateTarget.swift
[226/272] Compiling ProjectSpec Array+Extension.swift
[227/272] Compiling ProjectSpec Breakpoint.swift
[228/272] Compiling ProjectSpec BuildPhaseSpec.swift
[229/272] Compiling ProjectSpec BuildRule.swift
[230/272] Compiling ProjectSpec BuildScript.swift
[231/272] Compiling ProjectSpec TestPlan.swift
[232/272] Compiling ProjectSpec TestTargeReference.swift
[233/272] Compiling ProjectSpec VersionExtensions.swift
[234/272] Compiling ProjectSpec XCProjExtensions.swift
[235/272] Compiling ProjectSpec Yaml.swift
[236/272] Compiling ProjectSpec Linkage.swift
[237/272] Compiling ProjectSpec NSRegularExpressionExtensions.swift
[238/272] Compiling ProjectSpec PathContainer.swift
[239/272] Compiling ProjectSpec Platform.swift
[240/272] Compiling ProjectSpec Plist.swift
[241/272] Compiling ProjectSpec Project.swift
[242/272] Compiling ProjectSpec Dependency.swift
[243/272] Compiling ProjectSpec DeploymentTarget.swift
[244/272] Compiling ProjectSpec Dictionary+Extension.swift
[245/272] Compiling ProjectSpec Encoding.swift
[246/272] Compiling ProjectSpec FileType.swift
[247/272] Compiling ProjectSpec GroupOrdering.swift
[248/272] Compiling ProjectSpec SpecLoader.swift
[249/272] Compiling ProjectSpec SpecOptions.swift
[250/272] Compiling ProjectSpec SpecParsingError.swift
[251/272] Compiling ProjectSpec SpecValidation.swift
[252/272] Compiling ProjectSpec SpecValidationError.swift
[253/272] Compiling ProjectSpec SupportedDestination.swift
[254/272] Compiling ProjectSpec SwiftPackage.swift
[255/272] Compiling ProjectSpec Target.swift
[256/272] Compiling ProjectSpec TargetReference.swift
[257/272] Compiling ProjectSpec TargetScheme.swift
[258/272] Compiling ProjectSpec TargetSource.swift
[259/272] Compiling ProjectSpec Template.swift
[260/272] Emitting module ProjectSpec
[261/272] Compiling ProjectSpec ProjectReference.swift
[262/272] Compiling ProjectSpec ProjectTarget.swift
[263/272] Compiling ProjectSpec Scheme.swift
[264/272] Compiling ProjectSpec Settings.swift
[265/272] Compiling ProjectSpec SourceType.swift
[266/272] Compiling ProjectSpec SpecFile.swift
[267/273] Wrapping AST for ProjectSpec for debugging
[269/288] Compiling XcodeGenKit Version.swift
[270/288] Compiling XcodeGenKit XCProjExtensions.swift
[271/289] Compiling XcodeGenKit BreakpointGenerator.swift
[272/289] Compiling XcodeGenKit CarthageDependencyResolver.swift
[273/289] Emitting module XcodeGenKit
[274/289] Compiling XcodeGenKit resource_bundle_accessor.swift
[275/289] Compiling XcodeGenKit ProjectGenerator.swift
[276/289] Compiling XcodeGenKit SchemeGenerator.swift
[277/289] Compiling XcodeGenKit SettingsBuilder.swift
[278/289] Compiling XcodeGenKit SettingsPresetFile.swift
[279/289] Compiling XcodeGenKit SourceGenerator.swift
[280/289] Compiling XcodeGenKit StringCatalogDecoding.swift
[281/289] Compiling XcodeGenKit InfoPlistGenerator.swift
[282/289] Compiling XcodeGenKit PBXProjGenerator.swift
[283/289] Compiling XcodeGenKit CarthageVersionLoader.swift
[284/289] Compiling XcodeGenKit FileWriter.swift
[285/290] Wrapping AST for XcodeGenKit for debugging
[287/298] Compiling XcodeGenCLI XcodeGenCLI.swift
[288/298] Compiling XcodeGenCLI Arguments.swift
[289/298] Emitting module XcodeGenCLI
[290/298] Compiling XcodeGenCLI CacheCommand.swift
[291/298] Compiling XcodeGenCLI GenerationError.swift
[292/298] Compiling XcodeGenCLI ProjectCommand.swift
[293/298] Compiling XcodeGenCLI DumpCommand.swift
[294/298] Compiling XcodeGenCLI GenerateCommand.swift
[295/299] Wrapping AST for XcodeGenCLI for debugging
[297/301] Compiling XcodeGen main.swift
[298/301] Emitting module XcodeGen
[299/302] Wrapping AST for XcodeGen for debugging
[300/302] Write Objects.LinkFileList
[301/302] Linking xcodegen
Build complete! (29.63s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "pathkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kylef/PathKit.git"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    },
    {
      "identity" : "jsonutilities",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.2.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/yonaskolb/JSONUtilities.git"
    },
    {
      "identity" : "spectre",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kylef/Spectre.git"
    },
    {
      "identity" : "rainbow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Rainbow.git"
    },
    {
      "identity" : "xcodeproj",
      "requirement" : {
        "exact" : [
          "8.24.3"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tuist/XcodeProj.git"
    },
    {
      "identity" : "swiftcli",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.0.3",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jakeheis/SwiftCLI.git"
    },
    {
      "identity" : "version",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mxcl/Version"
    },
    {
      "identity" : "artifactbundlegen",
      "requirement" : {
        "exact" : [
          "0.0.6"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/freddi-kit/ArtifactBundleGen"
    }
  ],
  "manifest_display_name" : "XcodeGen",
  "name" : "XcodeGen",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "xcodegen",
      "targets" : [
        "XcodeGen"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "XcodeGenKit",
      "targets" : [
        "XcodeGenKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ProjectSpec",
      "targets" : [
        "ProjectSpec"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XcodeGenKitTests",
      "module_type" : "SwiftTarget",
      "name" : "XcodeGenKitTests",
      "path" : "Tests/XcodeGenKitTests",
      "product_dependencies" : [
        "Spectre",
        "PathKit"
      ],
      "sources" : [
        "BreakpointGeneratorTests.swift",
        "CarthageDependencyResolverTests.swift",
        "PBXProjGeneratorTests.swift",
        "ProjectGeneratorTests.swift",
        "SchemeGeneratorTests.swift",
        "SourceGeneratorTests.swift"
      ],
      "target_dependencies" : [
        "XcodeGenKit",
        "TestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XcodeGenKit",
      "module_type" : "SwiftTarget",
      "name" : "XcodeGenKit",
      "path" : "Sources/XcodeGenKit",
      "product_dependencies" : [
        "JSONUtilities",
        "XcodeProj",
        "PathKit"
      ],
      "product_memberships" : [
        "xcodegen",
        "XcodeGenKit"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/XcodeGenKit/SettingPresets",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "BreakpointGenerator.swift",
        "CarthageDependencyResolver.swift",
        "CarthageVersionLoader.swift",
        "FileWriter.swift",
        "InfoPlistGenerator.swift",
        "PBXProjGenerator.swift",
        "ProjectGenerator.swift",
        "SchemeGenerator.swift",
        "SettingsBuilder.swift",
        "SettingsPresetFile.swift",
        "SourceGenerator.swift",
        "StringCatalogDecoding.swift",
        "Version.swift",
        "XCProjExtensions.swift"
      ],
      "target_dependencies" : [
        "ProjectSpec",
        "XcodeGenCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "XcodeGenCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "XcodeGenCoreTests",
      "path" : "Tests/XcodeGenCoreTests",
      "product_dependencies" : [
        "Spectre",
        "PathKit"
      ],
      "sources" : [
        "ArrayExtensionsTests.swift",
        "AtomicTests.swift",
        "GlobTests.swift",
        "PathExtensionsTests.swift"
      ],
      "target_dependencies" : [
        "XcodeGenCore",
        "TestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XcodeGenCore",
      "module_type" : "SwiftTarget",
      "name" : "XcodeGenCore",
      "path" : "Sources/XcodeGenCore",
      "product_dependencies" : [
        "PathKit",
        "Yams"
      ],
      "product_memberships" : [
        "xcodegen",
        "XcodeGenKit",
        "ProjectSpec"
      ],
      "sources" : [
        "ArrayExtensions.swift",
        "Atomic.swift",
        "Glob.swift",
        "MD5.swift",
        "PathExtensions.swift",
        "StringDiff.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "XcodeGenCLI",
      "module_type" : "SwiftTarget",
      "name" : "XcodeGenCLI",
      "path" : "Sources/XcodeGenCLI",
      "product_dependencies" : [
        "SwiftCLI",
        "Rainbow",
        "PathKit",
        "Version"
      ],
      "product_memberships" : [
        "xcodegen"
      ],
      "sources" : [
        "Arguments.swift",
        "Commands/CacheCommand.swift",
        "Commands/DumpCommand.swift",
        "Commands/GenerateCommand.swift",
        "Commands/ProjectCommand.swift",
        "GenerationError.swift",
        "XcodeGenCLI.swift"
      ],
      "target_dependencies" : [
        "XcodeGenKit",
        "ProjectSpec"
      ],
      "type" : "library"
    },
    {
      "c99name" : "XcodeGen",
      "module_type" : "SwiftTarget",
      "name" : "XcodeGen",
      "path" : "Sources/XcodeGen",
      "product_dependencies" : [
        "Version"
      ],
      "product_memberships" : [
        "xcodegen"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "XcodeGenCLI"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "TestSupport",
      "module_type" : "SwiftTarget",
      "name" : "TestSupport",
      "path" : "Sources/TestSupport",
      "product_dependencies" : [
        "XcodeProj",
        "Spectre",
        "PathKit"
      ],
      "sources" : [
        "TestHelpers.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ProjectSpecTests",
      "module_type" : "SwiftTarget",
      "name" : "ProjectSpecTests",
      "path" : "Tests/ProjectSpecTests",
      "product_dependencies" : [
        "Spectre",
        "PathKit"
      ],
      "sources" : [
        "Dictionary+Extension_Tests.swift",
        "InvalidConfigsFormatTests.swift",
        "ProjectSpecTests.swift",
        "SpecLoadingTests.swift"
      ],
      "target_dependencies" : [
        "ProjectSpec",
        "TestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ProjectSpec",
      "module_type" : "SwiftTarget",
      "name" : "ProjectSpec",
      "path" : "Sources/ProjectSpec",
      "product_dependencies" : [
        "JSONUtilities",
        "XcodeProj",
        "Yams",
        "Version"
      ],
      "product_memberships" : [
        "xcodegen",
        "XcodeGenKit",
        "ProjectSpec"
      ],
      "sources" : [
        "AggregateTarget.swift",
        "Array+Extension.swift",
        "Breakpoint.swift",
        "BuildPhaseSpec.swift",
        "BuildRule.swift",
        "BuildScript.swift",
        "BuildSettingsContainer.swift",
        "BuildSettingsExtractor.swift",
        "BuildToolPlugin.swift",
        "CacheFile.swift",
        "Config.swift",
        "Decoding.swift",
        "Dependency.swift",
        "DeploymentTarget.swift",
        "Dictionary+Extension.swift",
        "Encoding.swift",
        "FileType.swift",
        "GroupOrdering.swift",
        "Linkage.swift",
        "NSRegularExpressionExtensions.swift",
        "PathContainer.swift",
        "Platform.swift",
        "Plist.swift",
        "Project.swift",
        "ProjectReference.swift",
        "ProjectTarget.swift",
        "Scheme.swift",
        "Settings.swift",
        "SourceType.swift",
        "SpecFile.swift",
        "SpecLoader.swift",
        "SpecOptions.swift",
        "SpecParsingError.swift",
        "SpecValidation.swift",
        "SpecValidationError.swift",
        "SupportedDestination.swift",
        "SwiftPackage.swift",
        "Target.swift",
        "TargetReference.swift",
        "TargetScheme.swift",
        "TargetSource.swift",
        "Template.swift",
        "TestPlan.swift",
        "TestTargeReference.swift",
        "VersionExtensions.swift",
        "XCProjExtensions.swift",
        "Yaml.swift"
      ],
      "target_dependencies" : [
        "XcodeGenCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PerformanceTests",
      "module_type" : "SwiftTarget",
      "name" : "PerformanceTests",
      "path" : "Tests/PerformanceTests",
      "product_dependencies" : [
        "Spectre",
        "PathKit"
      ],
      "sources" : [
        "PerformanceTests.swift",
        "TestProject.swift"
      ],
      "target_dependencies" : [
        "XcodeGenKit",
        "TestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FixtureTests",
      "module_type" : "SwiftTarget",
      "name" : "FixtureTests",
      "path" : "Tests/FixtureTests",
      "product_dependencies" : [
        "Spectre",
        "PathKit"
      ],
      "sources" : [
        "FixtureTests.swift"
      ],
      "target_dependencies" : [
        "XcodeGenKit",
        "TestSupport"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.9"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.