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 2.43.0 (7193eb), with Swift 6.1 for Linux on 1 May 2025 09:31:36 UTC.

Swift 6 data race errors: 4

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.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yonaskolb/XcodeGen.git
Reference: 2.43.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/yonaskolb/XcodeGen
 * tag               2.43.0     -> FETCH_HEAD
HEAD is now at 7193eb4 Update to 2.43.0
Cloned https://github.com/yonaskolb/XcodeGen.git
Revision (git rev-parse @):
7193eb447a6f60061f069e07bc1efd32d73c0e19
SUCCESS checkout https://github.com/yonaskolb/XcodeGen.git at 2.43.0
========================================
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",
        "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",
        "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-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/jakeheis/SwiftCLI.git
Fetching https://github.com/onevcat/Rainbow.git
Fetching https://github.com/kylef/Spectre.git
Fetching https://github.com/mxcl/Version
Fetching https://github.com/tuist/XcodeProj.git
Fetching https://github.com/freddi-kit/ArtifactBundleGen
[1/1196] Fetching rainbow
[875/1378] Fetching rainbow, artifactbundlegen
[1365/1666] Fetching rainbow, artifactbundlegen, version
[1523/2687] Fetching rainbow, artifactbundlegen, version, spectre
[2311/7761] Fetching rainbow, artifactbundlegen, version, spectre, swiftcli
Fetched https://github.com/freddi-kit/ArtifactBundleGen from cache (0.29s)
[6717/7579] Fetching rainbow, version, spectre, swiftcli
Fetching https://github.com/yonaskolb/JSONUtilities.git
Fetched https://github.com/onevcat/Rainbow.git from cache (0.30s)
Fetching https://github.com/jpsim/Yams.git
[1/23191] Fetching xcodeproj
[7423/24544] Fetching xcodeproj, jsonutilities
Fetched https://github.com/yonaskolb/JSONUtilities.git from cache (0.23s)
Fetching https://github.com/kylef/PathKit.git
[11132/23191] Fetching xcodeproj
[14380/33640] Fetching xcodeproj, yams
[16967/35051] Fetching xcodeproj, yams, pathkit
Fetched https://github.com/kylef/PathKit.git from cache (0.24s)
[21981/33640] Fetching xcodeproj, yams
Fetched https://github.com/mxcl/Version from cache (1.32s)
Fetched https://github.com/kylef/Spectre.git from cache (1.32s)
Fetched https://github.com/jakeheis/SwiftCLI.git from cache (1.32s)
Fetched https://github.com/tuist/XcodeProj.git from cache (1.35s)
Fetched https://github.com/jpsim/Yams.git from cache (1.21s)
Computing version for https://github.com/freddi-kit/ArtifactBundleGen
Computed https://github.com/freddi-kit/ArtifactBundleGen at 0.0.6 (3.41s)
Computing version for https://github.com/jakeheis/SwiftCLI.git
Computed https://github.com/jakeheis/SwiftCLI.git at 6.0.3 (1.35s)
Computing version for https://github.com/tuist/XcodeProj.git
Computed https://github.com/tuist/XcodeProj.git at 8.24.3 (0.98s)
Fetching https://github.com/tadija/AEXML.git
[1/2127] Fetching aexml
Fetched https://github.com/tadija/AEXML.git from cache (0.55s)
Computing version for https://github.com/yonaskolb/JSONUtilities.git
Computed https://github.com/yonaskolb/JSONUtilities.git at 4.2.0 (3.15s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (0.62s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.6.1 (0.64s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.65s)
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 (1.82s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.3.1 (0.48s)
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/jakeheis/SwiftCLI.git
Working copy of https://github.com/jakeheis/SwiftCLI.git resolved at 6.0.3
Creating working copy for https://github.com/freddi-kit/ArtifactBundleGen
Working copy of https://github.com/freddi-kit/ArtifactBundleGen resolved at 0.0.6
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/tadija/AEXML.git
Working copy of https://github.com/tadija/AEXML.git resolved at 4.6.1
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/yonaskolb/JSONUtilities.git
Working copy of https://github.com/yonaskolb/JSONUtilities.git resolved at 4.2.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/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.3.1
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
/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] Compiling scanner.c
[22/39] Compiling emitter.c
[23/39] Write swift-version-24593BA9C3E375BF.txt
[25/123] Emitting module Spectre
[26/124] Compiling Version Version.swift
[27/124] Emitting module Version
[28/124] Compiling Rainbow StringGenerator.swift
[29/125] Compiling Version Version+Range.swift
[30/125] Compiling SwiftCLI Task.swift
[31/125] Compiling SwiftCLI OptionRegistry.swift
[32/127] Compiling Rainbow String+Rainbow.swift
[33/127] Compiling Rainbow Style.swift
[34/127] Compiling JSONUtilities Dictionary+KeyPath.swift
[35/128] Compiling Spectre XCTest.swift
[36/128] Compiling Rainbow Rainbow.swift
[37/128] Compiling Yams Anchor.swift
[38/128] Compiling Yams Constructor.swift
[39/128] Compiling Yams Decoder.swift
[40/128] Compiling Yams Emitter.swift
[41/128] Compiling Rainbow OutputTarget.swift
[42/128] Emitting module Rainbow
[43/128] Compiling Yams RedundancyAliasingStrategy.swift
[44/128] Compiling Yams Representer.swift
[45/129] Compiling Yams YamlError.swift
[46/129] Compiling Yams YamlTagProviding.swift
[49/131] Compiling Spectre GlobalContext.swift
[50/131] Compiling Spectre Path.swift
[51/131] Compiling Spectre Reporter.swift
[52/131] Compiling Spectre Reporters.swift
[53/131] Compiling JSONUtilities JSONPrimitiveConvertible.swift
[54/131] Compiling JSONUtilities KeyPath.swift
[56/131] Compiling Yams Resolver.swift
[57/131] Compiling Yams String+Yams.swift
[58/131] Compiling SwiftCLI Path.swift
[59/131] Compiling SwiftCLI Stream.swift
[61/131] Compiling AEXML Parser.swift
[62/131] Compiling JSONUtilities JSONObjectConvertible.swift
[63/131] Compiling JSONUtilities JSONFileLoading.swift
[64/131] Compiling JSONUtilities InvalidItemBehaviour.swift
[65/131] Emitting module JSONUtilities
[66/131] Compiling AEXML Options.swift
[67/131] Compiling AEXML Error.swift
[70/131] Compiling SwiftCLI Input.swift
[71/131] Compiling SwiftCLI Option.swift
[72/131] Compiling SwiftCLI OptionGroup.swift
[76/131] Compiling Version Version+Codable.swift
[77/131] Compiling Version Version+Comparable.swift
[78/131] Compiling Version Version+Foundation.swift
[79/131] Compiling JSONUtilities URL+JSONPrimitiveConvertible.swift
[80/131] Emitting module Yams
[81/132] Emitting module AEXML
[82/133] Compiling AEXML Document.swift
[83/133] Compiling AEXML Element.swift
[87/133] Compiling SwiftCLI CLI.swift
[91/133] Compiling SwiftCLI ArgumentList.swift
[92/133] Compiling SwiftCLI ArgumentListManipulator.swift
[102/134] Emitting module SwiftCLI
[115/135] Compiling Spectre Global.swift
[118/136] Compiling PathKit PathKit.swift
[119/136] Emitting module PathKit
[120/136] Compiling SwiftCLI ValueBox.swift
[121/136] Compiling SwiftCLI VersionCommand.swift
[121/138] Wrapping AST for Yams for debugging
[122/138] Wrapping AST for Rainbow for debugging
[123/138] Wrapping AST for AEXML for debugging
[124/138] Wrapping AST for Version for debugging
[124/138] Wrapping AST for JSONUtilities for debugging
[128/138] Wrapping AST for PathKit for debugging
[129/138] Wrapping AST for SwiftCLI for debugging
[131/234] Compiling XcodeGenCore StringDiff.swift
[132/234] Compiling XcodeGenCore PathExtensions.swift
[133/234] 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 |         }
[134/234] 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! }
[135/234] 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"]
[136/234] 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"]
[137/234] Compiling XcodeGenCore MD5.swift
[138/235] Wrapping AST for XcodeGenCore for debugging
[140/235] Compiling XcodeProj Errors.swift
[141/235] Compiling XcodeProj AEXML+XcodeFormat.swift
[142/235] Compiling XcodeProj Array+Extras.swift
[143/235] Compiling XcodeProj Bool+Extras.swift
[144/235] Compiling XcodeProj Dictionary+Enumerate.swift
[145/235] Compiling XcodeProj Dictionary+Extras.swift
[146/235] Compiling XcodeProj KeyedDecodingContainer+Additions.swift
[147/235] Compiling XcodeProj NSRecursiveLock+Sync.swift
[148/235] Compiling XcodeProj Path+Extras.swift
[149/235] Compiling XcodeProj String+Utils.swift
[150/235] Compiling XcodeProj String+md5.swift
[151/235] Compiling XcodeProj BuildPhase.swift
[152/235] Compiling XcodeProj PBXBuildFile.swift
[153/247] 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: [],
[154/247] 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: [],
[155/247] 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: [],
[156/247] 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: [],
[157/247] 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: [],
[158/247] 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: [],
[159/247] 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: [],
[160/247] 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: [],
[161/247] 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: [],
[162/247] 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: [],
[163/247] 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: [],
[164/247] 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/247] Compiling XcodeProj XCScheme+RemoteRunnable.swift
[166/247] Compiling XcodeProj XCScheme+Runnable.swift
[167/247] Compiling XcodeProj XCScheme+SerialAction.swift
[168/247] Compiling XcodeProj XCScheme+StoreKitConfigurationFileReference.swift
[169/247] Compiling XcodeProj XCScheme+TestAction.swift
[170/247] Compiling XcodeProj XCScheme+TestItem.swift
[171/247] Compiling XcodeProj XCScheme+TestPlanReference.swift
[172/247] Compiling XcodeProj XCScheme+TestableReference.swift
[173/247] Compiling XcodeProj XCScheme.swift
[174/247] Compiling XcodeProj XCSchemeManagement.swift
[175/247] Compiling XcodeProj BuildSettingsProvider.swift
[176/247] Compiling XcodeProj CommentedString.swift
[177/247] Compiling XcodeProj XCScheme+AnalyzeAction.swift
[178/247] Compiling XcodeProj XCScheme+ArchiveAction.swift
[179/247] Compiling XcodeProj XCScheme+BuildAction.swift
[180/247] Compiling XcodeProj XCScheme+BuildableProductRunnable.swift
[181/247] Compiling XcodeProj XCScheme+BuildableReference.swift
[182/247] Compiling XcodeProj XCScheme+CommandLineArguments.swift
[183/247] Compiling XcodeProj XCScheme+EnvironmentVariable.swift
[184/247] Compiling XcodeProj XCScheme+ExecutionAction.swift
[185/247] Compiling XcodeProj XCScheme+LaunchAction.swift
[186/247] Compiling XcodeProj XCScheme+LocationScenarioReference.swift
[187/247] Compiling XcodeProj XCScheme+PathRunnable.swift
[188/247] Compiling XcodeProj XCScheme+ProfileAction.swift
[189/247] Compiling XcodeProj PBXOutputSettings.swift
[190/247] Compiling XcodeProj PBXProj.swift
[191/247] Compiling XcodeProj PBXProjEncoder.swift
[192/247] Compiling XcodeProj PBXProject.swift
[193/247] Compiling XcodeProj Equality.generated.swift
[194/247] Compiling XcodeProj Sourcery.swift
[195/247] Compiling XcodeProj XCLocalSwiftPackageReference.swift
[196/247] Compiling XcodeProj XCRemoteSwiftPackageReference.swift
[197/247] Compiling XcodeProj XCSwiftPackageProductDependency.swift
[198/247] Compiling XcodeProj PBXAggregateTarget.swift
[199/247] Compiling XcodeProj PBXLegacyTarget.swift
[200/247] Compiling XcodeProj PBXNativeTarget.swift
[201/247] Compiling XcodeProj PBXProductType.swift
[202/247] Compiling XcodeProj PBXReferenceProxy.swift
[203/247] Compiling XcodeProj PBXTarget.swift
[204/247] Compiling XcodeProj PBXTargetDependency.swift
[205/247] Compiling XcodeProj WorkspaceSettings.swift
[206/247] Compiling XcodeProj XCBreakpointList.swift
[207/247] Compiling XcodeProj XCDebugger.swift
[208/247] Compiling XcodeProj XCSharedData.swift
[209/247] Compiling XcodeProj XCUserData.swift
[210/247] Compiling XcodeProj Xcode.swift
[211/247] Compiling XcodeProj XcodeProj.swift
[212/247] Compiling XcodeProj Writable.swift
[213/247] Compiling XcodeProj XCScheme+AditionalOption.swift
[214/247] Compiling XcodeProj PBXBuildPhase.swift
[215/247] Compiling XcodeProj PBXBuildRule.swift
[216/247] Compiling XcodeProj PBXCopyFilesBuildPhase.swift
[217/247] Compiling XcodeProj PBXFrameworksBuildPhase.swift
[218/247] Compiling XcodeProj PBXHeadersBuildPhase.swift
[219/247] Compiling XcodeProj PBXResourcesBuildPhase.swift
[220/247] Compiling XcodeProj PBXRezBuildPhase.swift
[221/247] Compiling XcodeProj PBXShellScriptBuildPhase.swift
[222/247] Compiling XcodeProj PBXSourcesBuildPhase.swift
[223/247] Compiling XcodeProj BuildSettings.swift
[224/247] Compiling XcodeProj XCBuildConfiguration.swift
[225/247] Compiling XcodeProj XCConfigurationList.swift
[226/247] Compiling XcodeProj PBXContainerItem.swift
[227/247] Compiling XcodeProj PBXContainerItemProxy.swift
[228/247] Compiling XcodeProj PBXFileElement.swift
[229/247] Compiling XcodeProj PBXFileReference.swift
[230/247] Compiling XcodeProj PBXFileSystemSynchronizedBuildFileExceptionSet.swift
[231/247] Compiling XcodeProj PBXFileSystemSynchronizedRootGroup.swift
[232/247] Compiling XcodeProj PBXGroup.swift
[233/247] Compiling XcodeProj PBXSourceTree.swift
[234/247] Compiling XcodeProj PBXVariantGroup.swift
[235/247] Compiling XcodeProj XCVersionGroup.swift
[236/247] Compiling XcodeProj PBXObject.swift
[237/247] Compiling XcodeProj PBXObjectParser.swift
[238/247] Compiling XcodeProj PBXObjectReference.swift
[239/247] Compiling XcodeProj PBXObjects.swift
[240/247] Emitting module XcodeProj
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
/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/82] Compiling JSONUtilities KeyPath.swift
[4/83] Compiling JSONUtilities JSONPrimitiveConvertible.swift
[5/98] Compiling JSONUtilities URL+JSONPrimitiveConvertible.swift
[6/102] Compiling JSONUtilities Dictionary+KeyPath.swift
[7/102] Compiling AEXML Error.swift
[8/102] Compiling Version Version+Comparable.swift
[9/102] Compiling Version Version+Foundation.swift
[10/102] Compiling JSONUtilities JSONObjectConvertible.swift
[11/102] Emitting module Version
[12/102] Compiling Version Version+Codable.swift
[13/102] Compiling AEXML Document.swift
[14/102] Emitting module AEXML
[15/102] Compiling AEXML Element.swift
[16/102] Emitting module Spectre
[17/103] Compiling Rainbow StringGenerator.swift
[18/104] Compiling Yams Encoder.swift
[19/104] Compiling Yams Mark.swift
[20/104] Compiling JSONUtilities InvalidItemBehaviour.swift
[21/104] Compiling JSONUtilities JSONFileLoading.swift
[22/104] Emitting module Rainbow
[23/104] Compiling Yams Anchor.swift
[24/104] Compiling Yams Constructor.swift
[25/104] Compiling Spectre GlobalContext.swift
[26/104] Compiling Spectre Path.swift
[27/104] Compiling Version Version+Range.swift
[28/104] Compiling Version Version.swift
[29/105] Compiling Rainbow String+Rainbow.swift
[30/105] Compiling Spectre XCTest.swift
[31/105] Compiling AEXML Parser.swift
[32/105] Compiling AEXML Options.swift
[33/106] Compiling Rainbow Style.swift
[35/106] Compiling Spectre Global.swift
[36/106] Compiling Rainbow OutputTarget.swift
[37/106] Compiling Rainbow Rainbow.swift
[38/106] Compiling SwiftCLI Term.swift
[39/106] Compiling SwiftCLI Validation.swift
[40/107] Compiling Yams Resolver.swift
[41/107] Compiling Yams String+Yams.swift
[42/108] Compiling Yams Tag.swift
[43/108] Compiling Yams YamlAnchorProviding.swift
[44/110] Compiling Spectre Reporter.swift
[45/110] Compiling Spectre Reporters.swift
[49/109] Compiling Yams Decoder.swift
[50/109] Compiling Yams Emitter.swift
[51/110] Emitting module SwiftCLI
[54/110] Emitting module JSONUtilities
[60/109] Compiling Yams RedundancyAliasingStrategy.swift
[61/109] Compiling Yams Representer.swift
[68/109] Compiling Yams Node.Alias.swift
[69/109] Compiling Yams Node.Mapping.swift
[70/109] Compiling Yams Node.Scalar.swift
[71/109] Compiling Yams YamlError.swift
[72/109] Compiling Yams YamlTagProviding.swift
[73/109] Compiling SwiftCLI ValueBox.swift
[74/109] Compiling SwiftCLI VersionCommand.swift
[75/109] Emitting module Yams
[76/109] Emitting module PathKit
[77/109] Compiling PathKit PathKit.swift
[82/110] Compiling Yams Node.Sequence.swift
[83/110] Compiling Yams Node.swift
[84/110] Compiling Yams Parser.swift
[88/111] Wrapping AST for PathKit for debugging
[102/200] Wrapping AST for Yams for debugging
[104/207] Compiling XcodeGenCore ArrayExtensions.swift
[105/207] Compiling XcodeGenCore PathExtensions.swift
[106/207] Compiling XcodeGenCore StringDiff.swift
[107/207] Emitting module XcodeGenCore
[108/207] Compiling XcodeGenCore Atomic.swift
[109/207] Compiling XcodeGenCore Glob.swift
[110/207] Compiling XcodeGenCore MD5.swift
[111/208] Emitting module XcodeProj
[113/219] Compiling XcodeProj Errors.swift
[114/219] Compiling XcodeProj AEXML+XcodeFormat.swift
[115/219] Compiling XcodeProj Array+Extras.swift
[116/219] Compiling XcodeProj Bool+Extras.swift
[117/219] Compiling XcodeProj Dictionary+Enumerate.swift
[118/219] Compiling XcodeProj Dictionary+Extras.swift
[119/219] Compiling XcodeProj KeyedDecodingContainer+Additions.swift
[120/219] Compiling XcodeProj NSRecursiveLock+Sync.swift
[121/219] Compiling XcodeProj Path+Extras.swift
[122/219] Compiling XcodeProj String+Utils.swift
[123/219] Compiling XcodeProj String+md5.swift
[124/219] Compiling XcodeProj BuildPhase.swift
[125/219] Compiling XcodeProj PBXBuildFile.swift
[126/219] Compiling XcodeProj PBXOutputSettings.swift
[127/219] Compiling XcodeProj PBXProj.swift
[128/219] Compiling XcodeProj PBXProjEncoder.swift
[129/219] Compiling XcodeProj PBXProject.swift
[130/219] Compiling XcodeProj Equality.generated.swift
[131/219] Compiling XcodeProj Sourcery.swift
[132/219] Compiling XcodeProj XCLocalSwiftPackageReference.swift
[133/219] Compiling XcodeProj XCRemoteSwiftPackageReference.swift
[134/219] Compiling XcodeProj XCSwiftPackageProductDependency.swift
[135/219] Compiling XcodeProj PBXAggregateTarget.swift
[136/219] Compiling XcodeProj PBXLegacyTarget.swift
[137/219] Compiling XcodeProj PBXNativeTarget.swift
[138/219] Compiling XcodeProj PBXProductType.swift
[139/219] Compiling XcodeProj PBXContainerItemProxy.swift
[140/219] Compiling XcodeProj PBXFileElement.swift
[141/219] Compiling XcodeProj PBXFileReference.swift
[142/219] Compiling XcodeProj PBXFileSystemSynchronizedBuildFileExceptionSet.swift
[143/219] Compiling XcodeProj PBXFileSystemSynchronizedRootGroup.swift
[144/219] Compiling XcodeProj PBXGroup.swift
[145/219] Compiling XcodeProj PBXSourceTree.swift
[146/219] Compiling XcodeProj PBXVariantGroup.swift
[147/219] Compiling XcodeProj XCVersionGroup.swift
[148/219] Compiling XcodeProj PBXObject.swift
[149/219] Compiling XcodeProj PBXObjectParser.swift
[150/219] Compiling XcodeProj PBXObjectReference.swift
[151/219] Compiling XcodeProj PBXObjects.swift
[152/219] Compiling XcodeProj Decoders.swift
[153/219] Compiling XcodeProj JSONDecoding.swift
[154/219] Compiling XcodeProj PBXBatchUpdater.swift
[155/219] Compiling XcodeProj PlistValue.swift
[156/219] Compiling XcodeProj ReferenceGenerator.swift
[157/219] Compiling XcodeProj XCConfig.swift
[158/219] Compiling XcodeProj XCWorkspace.swift
[159/219] Compiling XcodeProj XCWorkspaceData.swift
[160/219] Compiling XcodeProj XCWorkspaceDataElement.swift
[161/219] Compiling XcodeProj XCWorkspaceDataElementLocationType.swift
[162/219] Compiling XcodeProj XCWorkspaceDataFileRef.swift
[163/219] Compiling XcodeProj XCWorkspaceDataGroup.swift
[164/219] Compiling XcodeProj PBXReferenceProxy.swift
[165/219] Compiling XcodeProj PBXTarget.swift
[166/219] Compiling XcodeProj PBXTargetDependency.swift
[167/219] Compiling XcodeProj WorkspaceSettings.swift
[168/219] Compiling XcodeProj XCBreakpointList.swift
[169/219] Compiling XcodeProj XCDebugger.swift
[170/219] Compiling XcodeProj XCSharedData.swift
[171/219] Compiling XcodeProj XCUserData.swift
[172/219] Compiling XcodeProj Xcode.swift
[173/219] Compiling XcodeProj XcodeProj.swift
[174/219] Compiling XcodeProj Writable.swift
[175/219] Compiling XcodeProj XCScheme+AditionalOption.swift
[176/219] Compiling XcodeProj PBXBuildPhase.swift
[177/219] Compiling XcodeProj PBXBuildRule.swift
[178/219] Compiling XcodeProj PBXCopyFilesBuildPhase.swift
[179/219] Compiling XcodeProj PBXFrameworksBuildPhase.swift
[180/219] Compiling XcodeProj PBXHeadersBuildPhase.swift
[181/219] Compiling XcodeProj PBXResourcesBuildPhase.swift
[182/219] Compiling XcodeProj PBXRezBuildPhase.swift
[183/219] Compiling XcodeProj PBXShellScriptBuildPhase.swift
[184/219] Compiling XcodeProj PBXSourcesBuildPhase.swift
[185/219] Compiling XcodeProj BuildSettings.swift
[186/219] Compiling XcodeProj XCBuildConfiguration.swift
[187/219] Compiling XcodeProj XCConfigurationList.swift
[188/219] Compiling XcodeProj PBXContainerItem.swift
[189/219] Compiling XcodeProj XCScheme+RemoteRunnable.swift
[190/219] Compiling XcodeProj XCScheme+Runnable.swift
[191/219] Compiling XcodeProj XCScheme+SerialAction.swift
[192/219] Compiling XcodeProj XCScheme+StoreKitConfigurationFileReference.swift
[193/219] Compiling XcodeProj XCScheme+TestAction.swift
[194/219] Compiling XcodeProj XCScheme+TestItem.swift
[195/219] Compiling XcodeProj XCScheme+TestPlanReference.swift
[196/219] Compiling XcodeProj XCScheme+TestableReference.swift
[197/219] Compiling XcodeProj XCScheme.swift
[198/219] Compiling XcodeProj XCSchemeManagement.swift
[199/219] Compiling XcodeProj BuildSettingsProvider.swift
[200/219] Compiling XcodeProj CommentedString.swift
[201/219] Compiling XcodeProj XCScheme+AnalyzeAction.swift
[202/219] Compiling XcodeProj XCScheme+ArchiveAction.swift
[203/219] Compiling XcodeProj XCScheme+BuildAction.swift
[204/219] Compiling XcodeProj XCScheme+BuildableProductRunnable.swift
[205/219] Compiling XcodeProj XCScheme+BuildableReference.swift
[206/219] Compiling XcodeProj XCScheme+CommandLineArguments.swift
[207/219] Compiling XcodeProj XCScheme+EnvironmentVariable.swift
[208/219] Compiling XcodeProj XCScheme+ExecutionAction.swift
[209/219] Compiling XcodeProj XCScheme+LaunchAction.swift
[210/219] Compiling XcodeProj XCScheme+LocationScenarioReference.swift
[211/219] Compiling XcodeProj XCScheme+PathRunnable.swift
[212/219] Compiling XcodeProj XCScheme+ProfileAction.swift
[213/220] Wrapping AST for XcodeProj for debugging
[215/264] Compiling TestSupport TestHelpers.swift
[216/264] Emitting module TestSupport
[218/265] Emitting module ProjectSpec
[219/270] Compiling ProjectSpec AggregateTarget.swift
[220/270] Compiling ProjectSpec Array+Extension.swift
[221/270] Compiling ProjectSpec Breakpoint.swift
[222/270] Compiling ProjectSpec BuildPhaseSpec.swift
[223/270] Compiling ProjectSpec BuildRule.swift
[224/270] Compiling ProjectSpec BuildScript.swift
[225/270] Compiling ProjectSpec TestPlan.swift
[226/270] Compiling ProjectSpec TestTargeReference.swift
[227/270] Compiling ProjectSpec VersionExtensions.swift
[228/270] Compiling ProjectSpec XCProjExtensions.swift
[229/270] Compiling ProjectSpec Yaml.swift
[230/270] Compiling ProjectSpec NSRegularExpressionExtensions.swift
[231/270] Compiling ProjectSpec PathContainer.swift
[232/270] Compiling ProjectSpec Platform.swift
[233/270] Compiling ProjectSpec Plist.swift
[234/270] Compiling ProjectSpec Project.swift
[235/270] Compiling ProjectSpec ProjectReference.swift
[236/270] Compiling ProjectSpec SpecOptions.swift
[237/270] Compiling ProjectSpec SpecParsingError.swift
[238/270] Compiling ProjectSpec SpecValidation.swift
[239/270] Compiling ProjectSpec SpecValidationError.swift
[240/270] Compiling ProjectSpec SupportedDestination.swift
[241/270] Compiling ProjectSpec SwiftPackage.swift
[242/270] Compiling ProjectSpec DeploymentTarget.swift
[243/270] Compiling ProjectSpec Dictionary+Extension.swift
[244/270] Compiling ProjectSpec Encoding.swift
[245/270] Compiling ProjectSpec FileType.swift
[246/270] Compiling ProjectSpec GroupOrdering.swift
[247/270] Compiling ProjectSpec Linkage.swift
[248/270] Compiling ProjectSpec Target.swift
[249/270] Compiling ProjectSpec TargetReference.swift
[250/270] Compiling ProjectSpec TargetScheme.swift
[251/270] Compiling ProjectSpec TargetSource.swift
[252/270] Compiling ProjectSpec Template.swift
[253/270] Compiling ProjectSpec BuildSettingsContainer.swift
[254/270] Compiling ProjectSpec BuildToolPlugin.swift
[255/270] Compiling ProjectSpec CacheFile.swift
[256/270] Compiling ProjectSpec Config.swift
[257/270] Compiling ProjectSpec Decoding.swift
[258/270] Compiling ProjectSpec Dependency.swift
[259/270] Compiling ProjectSpec ProjectTarget.swift
[260/270] Compiling ProjectSpec Scheme.swift
[261/270] Compiling ProjectSpec Settings.swift
[262/270] Compiling ProjectSpec SourceType.swift
[263/270] Compiling ProjectSpec SpecFile.swift
[264/270] Compiling ProjectSpec SpecLoader.swift
[265/271] Wrapping AST for ProjectSpec for debugging
[267/286] Compiling XcodeGenKit SettingsBuilder.swift
[268/286] Compiling XcodeGenKit SettingsPresetFile.swift
[269/287] Compiling XcodeGenKit resource_bundle_accessor.swift
[270/287] Compiling XcodeGenKit ProjectGenerator.swift
[271/287] Compiling XcodeGenKit SchemeGenerator.swift
[272/287] Compiling XcodeGenKit Version.swift
[273/287] Compiling XcodeGenKit XCProjExtensions.swift
[274/287] Compiling XcodeGenKit SourceGenerator.swift
[275/287] Compiling XcodeGenKit StringCatalogDecoding.swift
[276/287] Compiling XcodeGenKit InfoPlistGenerator.swift
[277/287] Compiling XcodeGenKit PBXProjGenerator.swift
[278/287] Compiling XcodeGenKit CarthageVersionLoader.swift
[279/287] Compiling XcodeGenKit FileWriter.swift
[280/287] Emitting module XcodeGenKit
[281/287] Compiling XcodeGenKit BreakpointGenerator.swift
[282/287] Compiling XcodeGenKit CarthageDependencyResolver.swift
[283/288] Wrapping AST for XcodeGenKit for debugging
[285/296] Compiling XcodeGenCLI XcodeGenCLI.swift
[286/296] Compiling XcodeGenCLI ProjectCommand.swift
[287/296] Compiling XcodeGenCLI GenerationError.swift
[288/296] Emitting module XcodeGenCLI
[289/296] Compiling XcodeGenCLI CacheCommand.swift
[290/296] Compiling XcodeGenCLI GenerateCommand.swift
[291/296] Compiling XcodeGenCLI Arguments.swift
[292/296] Compiling XcodeGenCLI DumpCommand.swift
[293/297] Wrapping AST for XcodeGenCLI for debugging
[295/299] Compiling XcodeGen main.swift
[296/299] Emitting module XcodeGen
[297/300] Wrapping AST for XcodeGen for debugging
[298/300] Write Objects.LinkFileList
[299/300] Linking xcodegen
Build complete! (24.00s)
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",
        "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",
        "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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.