Build Information
Successful build of XcodeGen, reference 2.44.1 (21ac99
), with Swift 6.1 for Linux on 22 Jul 2025 09:59:12 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yonaskolb/XcodeGen.git
Reference: 2.44.1
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.44.1 -> FETCH_HEAD
HEAD is now at 21ac994 Update to 2.44.1
Cloned https://github.com/yonaskolb/XcodeGen.git
Revision (git rev-parse @):
21ac9944b0ab546a07422dbed86f33dd2ebd76f8
SUCCESS checkout https://github.com/yonaskolb/XcodeGen.git at 2.44.1
========================================
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.27.7"
]
},
"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-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:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/kylef/Spectre.git
Fetching https://github.com/tuist/XcodeProj.git
Fetching https://github.com/jakeheis/SwiftCLI.git
Fetching https://github.com/mxcl/Version
Fetching https://github.com/freddi-kit/ArtifactBundleGen
Fetching https://github.com/onevcat/Rainbow.git
[1/1021] Fetching spectre
[1022/2335] Fetching spectre, rainbow
[1193/2517] Fetching spectre, rainbow, artifactbundlegen
[2045/2810] Fetching spectre, rainbow, artifactbundlegen, version
[2811/7884] Fetching spectre, rainbow, artifactbundlegen, version, swiftcli
[5146/31285] Fetching spectre, rainbow, artifactbundlegen, version, swiftcli, xcodeproj
Fetched https://github.com/onevcat/Rainbow.git from cache (0.29s)
[6047/29971] Fetching spectre, artifactbundlegen, version, swiftcli, xcodeproj
Fetching https://github.com/yonaskolb/JSONUtilities.git
Fetched https://github.com/freddi-kit/ArtifactBundleGen from cache (0.43s)
Fetched https://github.com/kylef/Spectre.git from cache (0.43s)
[15430/28768] Fetching version, swiftcli, xcodeproj
Fetched https://github.com/jakeheis/SwiftCLI.git from cache (0.44s)
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/kylef/PathKit.git
[10590/23694] Fetching version, xcodeproj
[12463/25047] Fetching version, xcodeproj, jsonutilities
Fetched https://github.com/yonaskolb/JSONUtilities.git from cache (0.28s)
[15738/23694] Fetching version, xcodeproj
[18781/25124] Fetching version, xcodeproj, pathkit
Fetched https://github.com/kylef/PathKit.git from cache (0.29s)
[22993/34681] Fetching version, xcodeproj, yams
Fetched https://github.com/mxcl/Version from cache (1.39s)
[33070/34388] Fetching xcodeproj, yams
Fetched https://github.com/tuist/XcodeProj.git from cache (1.43s)
Fetched https://github.com/jpsim/Yams.git from cache (1.35s)
Computing version for https://github.com/freddi-kit/ArtifactBundleGen
Computed https://github.com/freddi-kit/ArtifactBundleGen at 0.0.6 (4.61s)
Computing version for https://github.com/jakeheis/SwiftCLI.git
Computed https://github.com/jakeheis/SwiftCLI.git at 6.0.3 (0.97s)
Computing version for https://github.com/tuist/XcodeProj.git
Computed https://github.com/tuist/XcodeProj.git at 8.27.7 (0.82s)
Fetching https://github.com/tadija/AEXML.git
[1/2127] Fetching aexml
Fetched https://github.com/tadija/AEXML.git from cache (0.54s)
Computing version for https://github.com/yonaskolb/JSONUtilities.git
Computed https://github.com/yonaskolb/JSONUtilities.git at 4.2.0 (3.89s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (1.00s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.7.0 (0.96s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.98s)
Computing version for https://github.com/onevcat/Rainbow.git
Computed https://github.com/onevcat/Rainbow.git at 4.1.0 (3.31s)
Computing version for https://github.com/mxcl/Version
Computed https://github.com/mxcl/Version at 2.2.0 (0.96s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (0.84s)
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/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/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
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/mxcl/Version
Working copy of https://github.com/mxcl/Version resolved at 2.2.0
Creating working copy for https://github.com/tuist/XcodeProj.git
Working copy of https://github.com/tuist/XcodeProj.git resolved at 8.27.7
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.4.0
Creating working copy for https://github.com/tadija/AEXML.git
Working copy of https://github.com/tadija/AEXML.git resolved at 4.7.0
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/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.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
[15/39] Copying SettingPresets
[16/39] Write sources
[17/39] Compiling writer.c
[18/39] Compiling parser.c
[19/39] Compiling reader.c
[20/39] Write swift-version-24593BA9C3E375BF.txt
[21/39] Compiling api.c
[22/39] Compiling emitter.c
[23/39] Compiling scanner.c
[25/125] Emitting module SwiftCLI
[26/127] Emitting module Yams
[27/129] Compiling Version Version.swift
[28/129] Emitting module Rainbow
[29/129] Compiling Rainbow StringGenerator.swift
[30/130] Emitting module Version
[31/130] Compiling Version Version+Codable.swift
[32/130] Compiling Version Version+Range.swift
[33/130] Compiling Yams AliasDereferencingStrategy.swift
[34/130] Compiling Yams Anchor.swift
[35/130] Emitting module Spectre
[36/130] Compiling Yams YamlTagProviding.swift
[37/130] Compiling SwiftCLI VersionCommand.swift
[38/131] Compiling Rainbow String+Rainbow.swift
[39/131] Compiling Yams Tag.swift
[40/131] Compiling Yams YamlAnchorProviding.swift
[41/131] Compiling Rainbow Style.swift
[42/131] Compiling Spectre XCTest.swift
[43/131] Compiling JSONUtilities InvalidItemBehaviour.swift
[44/132] Compiling Yams Parser.swift
[45/132] Compiling Yams RedundancyAliasingStrategy.swift
[46/132] Compiling Yams Representer.swift
[47/132] Compiling Yams YamlError.swift
[49/132] Compiling Yams Resolver.swift
[50/132] Compiling Yams String+Yams.swift
[51/132] Compiling JSONUtilities Dictionary+KeyPath.swift
[54/132] Compiling JSONUtilities URL+JSONPrimitiveConvertible.swift
[55/132] Compiling Yams Constructor.swift
[56/132] Compiling Yams Decoder.swift
[59/132] Compiling Spectre Reporter.swift
[60/132] Compiling Spectre Reporters.swift
[61/132] Compiling JSONUtilities KeyPath.swift
[66/132] Compiling Yams Emitter.swift
[67/132] Compiling Yams Encoder.swift
[68/132] Compiling Version Version+Comparable.swift
[69/132] Compiling Version Version+Foundation.swift
[72/133] Emitting module JSONUtilities
[73/133] Compiling AEXML Error.swift
[74/133] Compiling JSONUtilities JSONPrimitiveConvertible.swift
[75/133] Compiling JSONUtilities JSONObjectConvertible.swift
[76/133] Compiling JSONUtilities JSONFileLoading.swift
[77/133] Compiling AEXML Options.swift
[78/133] Compiling AEXML Parser.swift
[79/134] Compiling Spectre Path.swift
[80/134] Compiling Spectre GlobalContext.swift
[88/134] Compiling Yams Mark.swift
[89/134] Compiling Yams Node.Alias.swift
[90/134] Compiling Yams Node.Mapping.swift
[91/134] Compiling Yams Node.Scalar.swift
[92/134] Compiling Yams Node.Sequence.swift
[93/134] Compiling Yams Node.swift
[94/134] Compiling Rainbow OutputTarget.swift
[97/134] Compiling Rainbow Rainbow.swift
[98/136] Emitting module AEXML
[99/136] Compiling AEXML Document.swift
[100/136] Compiling AEXML Builders.swift
[101/136] Compiling AEXML Element.swift
[116/137] Wrapping AST for Version for debugging
[120/138] Compiling Spectre Global.swift
[121/139] Wrapping AST for JSONUtilities for debugging
[123/139] Compiling PathKit PathKit.swift
[124/139] Emitting module PathKit
[125/140] Wrapping AST for SwiftCLI for debugging
[127/140] Wrapping AST for Rainbow for debugging
[129/140] Wrapping AST for AEXML for debugging
[130/140] Wrapping AST for Yams for debugging
[131/143] Wrapping AST for PathKit for debugging
[133/238] Compiling XcodeGenCore PathExtensions.swift
[134/238] Compiling XcodeGenCore StringDiff.swift
[135/238] Compiling XcodeGenCore MD5.swift
[136/238] 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/238] 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 | }
[138/238] 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! }
[139/238] 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"]
[140/239] Wrapping AST for XcodeGenCore for debugging
[142/239] Emitting module XcodeProj
[143/251] 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: [],
[144/251] 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: [],
[145/251] Compiling XcodeProj PlistDecoding.swift
/host/spi-builder-workspace/.build/checkouts/XcodeProj/Sources/XcodeProj/Utils/XCConfig.swift:54:9: error: unable to infer closure type without a type annotation
52 | /// - Returns: function that parses the line.
53 | static func configFrom(path: Path, projectPath: Path?) -> (String) -> (include: Path, config: XCConfig)? {
54 | { line in
| `- error: unable to infer closure type without a type annotation
55 | includeRegex.matches(in: line,
56 | options: [],
[146/251] 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: [],
[147/251] 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: [],
[148/251] 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: [],
[149/251] 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: [],
[150/251] 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: [],
[151/251] 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: [],
[152/251] 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: [],
[153/251] 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: [],
[154/251] 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: [],
[155/251] Compiling XcodeProj PBXReferenceProxy.swift
[156/251] Compiling XcodeProj PBXTarget.swift
[157/251] Compiling XcodeProj PBXTargetDependency.swift
[158/251] Compiling XcodeProj WorkspaceSettings.swift
[159/251] Compiling XcodeProj XCBreakpointList.swift
[160/251] Compiling XcodeProj XCDebugger.swift
[161/251] Compiling XcodeProj XCSharedData.swift
[162/251] Compiling XcodeProj XCUserData.swift
[163/251] Compiling XcodeProj Xcode.swift
[164/251] Compiling XcodeProj XcodeProj.swift
[165/251] Compiling XcodeProj Writable.swift
[166/251] Compiling XcodeProj XCScheme+AditionalOption.swift
[167/251] Compiling XcodeProj XCScheme+AnalyzeAction.swift
[168/251] Compiling XcodeProj XCScheme+SerialAction.swift
[169/251] Compiling XcodeProj XCScheme+StoreKitConfigurationFileReference.swift
[170/251] Compiling XcodeProj XCScheme+TestAction.swift
[171/251] Compiling XcodeProj XCScheme+TestItem.swift
[172/251] Compiling XcodeProj XCScheme+TestParallelization.swift
[173/251] Compiling XcodeProj XCScheme+TestPlanReference.swift
[174/251] Compiling XcodeProj XCScheme+TestableReference.swift
[175/251] Compiling XcodeProj XCScheme.swift
[176/251] Compiling XcodeProj XCSchemeManagement.swift
[177/251] Compiling XcodeProj BuildSettingsProvider.swift
[178/251] Compiling XcodeProj CommentedString.swift
[179/251] Compiling XcodeProj Decoders.swift
[180/251] Compiling XcodeProj PBXCopyFilesBuildPhase.swift
[181/251] Compiling XcodeProj PBXFrameworksBuildPhase.swift
[182/251] Compiling XcodeProj PBXHeadersBuildPhase.swift
[183/251] Compiling XcodeProj PBXResourcesBuildPhase.swift
[184/251] Compiling XcodeProj PBXRezBuildPhase.swift
[185/251] Compiling XcodeProj PBXShellScriptBuildPhase.swift
[186/251] Compiling XcodeProj PBXSourcesBuildPhase.swift
[187/251] Compiling XcodeProj BuildSettings.swift
[188/251] Compiling XcodeProj XCBuildConfiguration.swift
[189/251] Compiling XcodeProj XCConfigurationList.swift
[190/251] Compiling XcodeProj PBXContainerItem.swift
[191/251] Compiling XcodeProj PBXContainerItemProxy.swift
[192/251] Compiling XcodeProj PBXFileElement.swift
[193/251] Compiling XcodeProj PBXOutputSettings.swift
[194/251] Compiling XcodeProj PBXProj.swift
[195/251] Compiling XcodeProj PBXProjEncoder.swift
[196/251] Compiling XcodeProj PBXProject.swift
[197/251] Compiling XcodeProj Equality.generated.swift
[198/251] Compiling XcodeProj Sourcery.swift
[199/251] Compiling XcodeProj XCLocalSwiftPackageReference.swift
[200/251] Compiling XcodeProj XCRemoteSwiftPackageReference.swift
[201/251] Compiling XcodeProj XCSwiftPackageProductDependency.swift
[202/251] Compiling XcodeProj PBXAggregateTarget.swift
[203/251] Compiling XcodeProj PBXLegacyTarget.swift
[204/251] Compiling XcodeProj PBXNativeTarget.swift
[205/251] Compiling XcodeProj PBXProductType.swift
[206/251] Compiling XcodeProj PBXFileReference.swift
[207/251] Compiling XcodeProj PBXFileSystemSynchronizedBuildFileExceptionSet.swift
[208/251] Compiling XcodeProj PBXFileSystemSynchronizedExceptionSet.swift
[209/251] Compiling XcodeProj PBXFileSystemSynchronizedGroupBuildPhaseMembershipExceptionSet.swift
[210/251] Compiling XcodeProj PBXFileSystemSynchronizedRootGroup.swift
[211/251] Compiling XcodeProj PBXGroup.swift
[212/251] Compiling XcodeProj PBXSourceTree.swift
[213/251] Compiling XcodeProj PBXVariantGroup.swift
[214/251] Compiling XcodeProj XCVersionGroup.swift
[215/251] Compiling XcodeProj PBXObject.swift
[216/251] Compiling XcodeProj PBXObjectDictionaryEntry.swift
[217/251] Compiling XcodeProj PBXObjectReference.swift
[218/251] Compiling XcodeProj PBXObjects.swift
[219/251] Compiling XcodeProj Errors.swift
[220/251] Compiling XcodeProj AEXML+XcodeFormat.swift
[221/251] Compiling XcodeProj Array+Extras.swift
[222/251] Compiling XcodeProj Bool+Extras.swift
[223/251] Compiling XcodeProj KeyedDecodingContainer+Additions.swift
[224/251] Compiling XcodeProj NSRecursiveLock+Sync.swift
[225/251] Compiling XcodeProj Path+Extras.swift
[226/251] Compiling XcodeProj String+Utils.swift
[227/251] Compiling XcodeProj String+md5.swift
[228/251] Compiling XcodeProj BuildPhase.swift
[229/251] Compiling XcodeProj PBXBuildFile.swift
[230/251] Compiling XcodeProj PBXBuildPhase.swift
[231/251] Compiling XcodeProj PBXBuildRule.swift
[232/251] Compiling XcodeProj XCScheme+ArchiveAction.swift
[233/251] Compiling XcodeProj XCScheme+BuildAction.swift
[234/251] Compiling XcodeProj XCScheme+BuildableProductRunnable.swift
[235/251] Compiling XcodeProj XCScheme+BuildableReference.swift
[236/251] Compiling XcodeProj XCScheme+CommandLineArguments.swift
[237/251] Compiling XcodeProj XCScheme+EnvironmentVariable.swift
[238/251] Compiling XcodeProj XCScheme+ExecutionAction.swift
[239/251] Compiling XcodeProj XCScheme+LaunchAction.swift
[240/251] Compiling XcodeProj XCScheme+LocationScenarioReference.swift
[241/251] Compiling XcodeProj XCScheme+PathRunnable.swift
[242/251] Compiling XcodeProj XCScheme+ProfileAction.swift
[243/251] Compiling XcodeProj XCScheme+RemoteRunnable.swift
[244/251] Compiling XcodeProj XCScheme+Runnable.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
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/103] Compiling JSONUtilities JSONObjectConvertible.swift
[4/104] Compiling JSONUtilities KeyPath.swift
[5/104] Compiling JSONUtilities JSONPrimitiveConvertible.swift
[6/104] Compiling Yams AliasDereferencingStrategy.swift
[7/104] Compiling Yams Anchor.swift
[8/105] Emitting module Spectre
[9/106] Emitting module Rainbow
[10/106] Compiling JSONUtilities InvalidItemBehaviour.swift
[11/106] Compiling JSONUtilities Dictionary+KeyPath.swift
[12/106] Compiling JSONUtilities JSONFileLoading.swift
[13/106] Emitting module AEXML
[14/106] Emitting module Version
[15/106] Compiling JSONUtilities URL+JSONPrimitiveConvertible.swift
[16/106] Compiling AEXML Document.swift
[17/106] Compiling AEXML Builders.swift
[18/106] Compiling Rainbow StringGenerator.swift
[19/106] Compiling Version Version+Comparable.swift
[20/106] Compiling Rainbow Style.swift
[21/106] Compiling Yams Emitter.swift
[22/106] Compiling Yams Encoder.swift
[23/106] Compiling Yams YamlAnchorProviding.swift
[24/106] Compiling SwiftCLI Validation.swift
[25/106] Compiling AEXML Error.swift
[26/106] Compiling AEXML Options.swift
[27/106] Compiling AEXML Parser.swift
[28/106] Compiling AEXML Element.swift
[29/109] Compiling Yams Tag.swift
[31/111] Compiling Spectre XCTest.swift
[32/111] Compiling Version Version+Foundation.swift
[33/111] Compiling Version Version+Range.swift
[35/111] Compiling Spectre Reporters.swift
[36/111] Compiling Spectre Global.swift
[37/111] Compiling Spectre Reporter.swift
[38/111] Emitting module SwiftCLI
[39/111] Compiling Spectre Path.swift
[40/111] Compiling Spectre GlobalContext.swift
[41/111] Compiling Rainbow Rainbow.swift
[42/111] Compiling Rainbow OutputTarget.swift
[43/111] Compiling Rainbow String+Rainbow.swift
[44/111] Compiling Version Version+Codable.swift
[45/111] Compiling Version Version.swift
[48/112] Compiling Yams Constructor.swift
[49/112] Compiling Yams Decoder.swift
[52/113] Compiling Yams Resolver.swift
[53/113] Compiling Yams String+Yams.swift
[54/113] Emitting module Yams
[55/113] Emitting module PathKit
[56/113] Compiling PathKit PathKit.swift
[57/113] Emitting module JSONUtilities
[62/115] Compiling Yams YamlError.swift
[63/115] Compiling Yams YamlTagProviding.swift
[64/115] Compiling Yams Mark.swift
[65/115] Compiling Yams Node.Alias.swift
[66/115] Compiling Yams Node.Mapping.swift
[68/115] Compiling SwiftCLI VersionCommand.swift
[78/116] Compiling Yams Node.Scalar.swift
[79/116] Compiling Yams Node.Sequence.swift
[80/116] Compiling Yams Node.swift
[81/116] Compiling Yams Parser.swift
[82/116] Compiling Yams RedundancyAliasingStrategy.swift
[83/116] Compiling Yams Representer.swift
[103/114] Wrapping AST for PathKit for debugging
[104/113] Wrapping AST for Yams for debugging
[106/198] Compiling XcodeGenCore StringDiff.swift
[107/211] Compiling XcodeGenCore PathExtensions.swift
[108/211] Compiling XcodeGenCore Glob.swift
[109/211] Compiling XcodeGenCore Atomic.swift
[110/211] Emitting module XcodeGenCore
[111/211] Compiling XcodeGenCore ArrayExtensions.swift
[112/211] Compiling XcodeGenCore MD5.swift
[114/211] Compiling XcodeProj PBXOutputSettings.swift
[115/211] Compiling XcodeProj PBXProj.swift
[116/211] Compiling XcodeProj PBXProjEncoder.swift
[117/211] Compiling XcodeProj PBXProject.swift
[118/211] Compiling XcodeProj Equality.generated.swift
[119/211] Compiling XcodeProj Sourcery.swift
[120/211] Compiling XcodeProj XCLocalSwiftPackageReference.swift
[121/211] Compiling XcodeProj XCRemoteSwiftPackageReference.swift
[122/211] Compiling XcodeProj XCSwiftPackageProductDependency.swift
[123/211] Compiling XcodeProj PBXAggregateTarget.swift
[124/211] Compiling XcodeProj PBXLegacyTarget.swift
[125/211] Compiling XcodeProj PBXNativeTarget.swift
[126/211] Compiling XcodeProj PBXProductType.swift
[127/211] Compiling XcodeProj PBXReferenceProxy.swift
[128/211] Compiling XcodeProj PBXTarget.swift
[129/211] Compiling XcodeProj PBXTargetDependency.swift
[130/211] Compiling XcodeProj WorkspaceSettings.swift
[131/211] Compiling XcodeProj XCBreakpointList.swift
[132/211] Compiling XcodeProj XCDebugger.swift
[133/211] Compiling XcodeProj XCSharedData.swift
[134/211] Compiling XcodeProj XCUserData.swift
[135/211] Compiling XcodeProj Xcode.swift
[136/211] Compiling XcodeProj XcodeProj.swift
[137/211] Compiling XcodeProj Writable.swift
[138/211] Compiling XcodeProj XCScheme+AditionalOption.swift
[139/211] Compiling XcodeProj XCScheme+AnalyzeAction.swift
[140/223] Compiling XcodeProj PBXCopyFilesBuildPhase.swift
[141/223] Compiling XcodeProj PBXFrameworksBuildPhase.swift
[142/223] Compiling XcodeProj PBXHeadersBuildPhase.swift
[143/223] Compiling XcodeProj PBXResourcesBuildPhase.swift
[144/223] Compiling XcodeProj PBXRezBuildPhase.swift
[145/223] Compiling XcodeProj PBXShellScriptBuildPhase.swift
[146/223] Compiling XcodeProj PBXSourcesBuildPhase.swift
[147/223] Compiling XcodeProj BuildSettings.swift
[148/223] Compiling XcodeProj XCBuildConfiguration.swift
[149/223] Compiling XcodeProj XCConfigurationList.swift
[150/223] Compiling XcodeProj PBXContainerItem.swift
[151/223] Compiling XcodeProj PBXContainerItemProxy.swift
[152/223] Compiling XcodeProj PBXFileElement.swift
[153/223] Compiling XcodeProj XCScheme+SerialAction.swift
[154/223] Compiling XcodeProj XCScheme+StoreKitConfigurationFileReference.swift
[155/223] Compiling XcodeProj XCScheme+TestAction.swift
[156/223] Compiling XcodeProj XCScheme+TestItem.swift
[157/223] Compiling XcodeProj XCScheme+TestParallelization.swift
[158/223] Compiling XcodeProj XCScheme+TestPlanReference.swift
[159/223] Compiling XcodeProj XCScheme+TestableReference.swift
[160/223] Compiling XcodeProj XCScheme.swift
[161/223] Compiling XcodeProj XCSchemeManagement.swift
[162/223] Compiling XcodeProj BuildSettingsProvider.swift
[163/223] Compiling XcodeProj CommentedString.swift
[164/223] Compiling XcodeProj Decoders.swift
[165/223] Compiling XcodeProj PBXFileReference.swift
[166/223] Compiling XcodeProj PBXFileSystemSynchronizedBuildFileExceptionSet.swift
[167/223] Compiling XcodeProj PBXFileSystemSynchronizedExceptionSet.swift
[168/223] Compiling XcodeProj PBXFileSystemSynchronizedGroupBuildPhaseMembershipExceptionSet.swift
[169/223] Compiling XcodeProj PBXFileSystemSynchronizedRootGroup.swift
[170/223] Compiling XcodeProj PBXGroup.swift
[171/223] Compiling XcodeProj PBXSourceTree.swift
[172/223] Compiling XcodeProj PBXVariantGroup.swift
[173/223] Compiling XcodeProj XCVersionGroup.swift
[174/223] Compiling XcodeProj PBXObject.swift
[175/223] Compiling XcodeProj PBXObjectDictionaryEntry.swift
[176/223] Compiling XcodeProj PBXObjectReference.swift
[177/223] Compiling XcodeProj PBXObjects.swift
[178/223] Emitting module XcodeProj
[179/223] Compiling XcodeProj Errors.swift
[180/223] Compiling XcodeProj AEXML+XcodeFormat.swift
[181/223] Compiling XcodeProj Array+Extras.swift
[182/223] Compiling XcodeProj Bool+Extras.swift
[183/223] Compiling XcodeProj KeyedDecodingContainer+Additions.swift
[184/223] Compiling XcodeProj NSRecursiveLock+Sync.swift
[185/223] Compiling XcodeProj Path+Extras.swift
[186/223] Compiling XcodeProj String+Utils.swift
[187/223] Compiling XcodeProj String+md5.swift
[188/223] Compiling XcodeProj BuildPhase.swift
[189/223] Compiling XcodeProj PBXBuildFile.swift
[190/223] Compiling XcodeProj PBXBuildPhase.swift
[191/223] Compiling XcodeProj PBXBuildRule.swift
[192/223] Compiling XcodeProj XCScheme+ArchiveAction.swift
[193/223] Compiling XcodeProj XCScheme+BuildAction.swift
[194/223] Compiling XcodeProj XCScheme+BuildableProductRunnable.swift
[195/223] Compiling XcodeProj XCScheme+BuildableReference.swift
[196/223] Compiling XcodeProj XCScheme+CommandLineArguments.swift
[197/223] Compiling XcodeProj XCScheme+EnvironmentVariable.swift
[198/223] Compiling XcodeProj XCScheme+ExecutionAction.swift
[199/223] Compiling XcodeProj XCScheme+LaunchAction.swift
[200/223] Compiling XcodeProj XCScheme+LocationScenarioReference.swift
[201/223] Compiling XcodeProj XCScheme+PathRunnable.swift
[202/223] Compiling XcodeProj XCScheme+ProfileAction.swift
[203/223] Compiling XcodeProj XCScheme+RemoteRunnable.swift
[204/223] Compiling XcodeProj XCScheme+Runnable.swift
[205/223] Compiling XcodeProj JSONDecoding.swift
[206/223] Compiling XcodeProj PBXBatchUpdater.swift
[207/223] Compiling XcodeProj PlistDecoding.swift
[208/223] Compiling XcodeProj PlistValue.swift
[209/223] Compiling XcodeProj ReferenceGenerator.swift
[210/223] Compiling XcodeProj XCConfig.swift
[211/223] Compiling XcodeProj XCWorkspace.swift
[212/223] Compiling XcodeProj XCWorkspaceData.swift
[213/223] Compiling XcodeProj XCWorkspaceDataElement.swift
[214/223] Compiling XcodeProj XCWorkspaceDataElementLocationType.swift
[215/223] Compiling XcodeProj XCWorkspaceDataFileRef.swift
[216/223] Compiling XcodeProj XCWorkspaceDataGroup.swift
[217/224] Wrapping AST for XcodeProj for debugging
[219/269] Emitting module TestSupport
[220/269] Compiling TestSupport TestHelpers.swift
[222/270] Emitting module ProjectSpec
[223/275] Compiling ProjectSpec Linkage.swift
[224/275] Compiling ProjectSpec NSRegularExpressionExtensions.swift
[225/275] Compiling ProjectSpec PathContainer.swift
[226/275] Compiling ProjectSpec Platform.swift
[227/275] Compiling ProjectSpec Plist.swift
[228/275] Compiling ProjectSpec Project.swift
[229/275] Compiling ProjectSpec TestPlan.swift
[230/275] Compiling ProjectSpec TestTargeReference.swift
[231/275] Compiling ProjectSpec VersionExtensions.swift
[232/275] Compiling ProjectSpec XCProjExtensions.swift
[233/275] Compiling ProjectSpec Yaml.swift
[234/275] Compiling ProjectSpec AggregateTarget.swift
[235/275] Compiling ProjectSpec Array+Extension.swift
[236/275] Compiling ProjectSpec Breakpoint.swift
[237/275] Compiling ProjectSpec BuildPhaseSpec.swift
[238/275] Compiling ProjectSpec BuildRule.swift
[239/275] Compiling ProjectSpec BuildScript.swift
[240/275] Compiling ProjectSpec BuildSettingsContainer.swift
[241/275] Compiling ProjectSpec BuildSettingsExtractor.swift
[242/275] Compiling ProjectSpec BuildToolPlugin.swift
[243/275] Compiling ProjectSpec CacheFile.swift
[244/275] Compiling ProjectSpec Config.swift
[245/275] Compiling ProjectSpec Decoding.swift
[246/275] Compiling ProjectSpec SwiftPackage.swift
[247/275] Compiling ProjectSpec Target.swift
[248/275] Compiling ProjectSpec TargetReference.swift
[249/275] Compiling ProjectSpec TargetScheme.swift
[250/275] Compiling ProjectSpec TargetSource.swift
[251/275] Compiling ProjectSpec Template.swift
[252/275] Compiling ProjectSpec Dependency.swift
[253/275] Compiling ProjectSpec DeploymentTarget.swift
[254/275] Compiling ProjectSpec Dictionary+Extension.swift
[255/275] Compiling ProjectSpec Encoding.swift
[256/275] Compiling ProjectSpec FileType.swift
[257/275] Compiling ProjectSpec GroupOrdering.swift
[258/275] Compiling ProjectSpec ProjectReference.swift
[259/275] Compiling ProjectSpec ProjectTarget.swift
[260/275] Compiling ProjectSpec Scheme.swift
[261/275] Compiling ProjectSpec Settings.swift
[262/275] Compiling ProjectSpec SourceType.swift
[263/275] Compiling ProjectSpec SpecFile.swift
[264/275] Compiling ProjectSpec SpecLoader.swift
[265/275] Compiling ProjectSpec SpecOptions.swift
[266/275] Compiling ProjectSpec SpecParsingError.swift
[267/275] Compiling ProjectSpec SpecValidation.swift
[268/275] Compiling ProjectSpec SpecValidationError.swift
[269/275] Compiling ProjectSpec SupportedDestination.swift
[270/276] Wrapping AST for ProjectSpec for debugging
[272/291] Compiling XcodeGenKit Version.swift
[273/291] Compiling XcodeGenKit XCProjExtensions.swift
[274/292] Compiling XcodeGenKit resource_bundle_accessor.swift
[275/292] Compiling XcodeGenKit SourceGenerator.swift
[276/292] Compiling XcodeGenKit StringCatalogDecoding.swift
[277/292] Compiling XcodeGenKit ProjectGenerator.swift
[278/292] Compiling XcodeGenKit SchemeGenerator.swift
[279/292] Compiling XcodeGenKit SettingsBuilder.swift
[280/292] Compiling XcodeGenKit SettingsPresetFile.swift
[281/292] Compiling XcodeGenKit BreakpointGenerator.swift
[282/292] Compiling XcodeGenKit CarthageDependencyResolver.swift
[283/292] Emitting module XcodeGenKit
[284/292] Compiling XcodeGenKit CarthageVersionLoader.swift
[285/292] Compiling XcodeGenKit FileWriter.swift
[286/292] Compiling XcodeGenKit InfoPlistGenerator.swift
[287/292] Compiling XcodeGenKit PBXProjGenerator.swift
[288/293] Wrapping AST for XcodeGenKit for debugging
[290/301] Compiling XcodeGenCLI XcodeGenCLI.swift
[291/301] Compiling XcodeGenCLI ProjectCommand.swift
[292/301] Compiling XcodeGenCLI GenerationError.swift
[293/301] Compiling XcodeGenCLI GenerateCommand.swift
[294/301] Compiling XcodeGenCLI CacheCommand.swift
[295/301] Compiling XcodeGenCLI Arguments.swift
[296/301] Emitting module XcodeGenCLI
[297/301] Compiling XcodeGenCLI DumpCommand.swift
[298/302] Wrapping AST for XcodeGenCLI for debugging
[300/304] Emitting module XcodeGen
[301/304] Compiling XcodeGen main.swift
[302/305] Wrapping AST for XcodeGen for debugging
[303/305] Write Objects.LinkFileList
[304/305] Linking xcodegen
Build complete! (41.95s)
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.27.7"
]
},
"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:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.