Build Information
Successful build of XcodeGen, reference master (d35562
), with Swift 6.1 for Linux on 25 Jul 2025 05:06:53 UTC.
Swift 6 data race errors: 4
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yonaskolb/XcodeGen.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/yonaskolb/XcodeGen
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at d35562f Update ArtifactBundleGen to 0.0.8 (#1570)
Cloned https://github.com/yonaskolb/XcodeGen.git
Revision (git rev-parse @):
d35562f4abb4d89a17422c3a4995a0ae37e54dc0
SUCCESS checkout https://github.com/yonaskolb/XcodeGen.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/yonaskolb/XcodeGen.git
https://github.com/yonaskolb/XcodeGen.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "pathkit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kylef/PathKit.git"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
},
{
"identity" : "jsonutilities",
"requirement" : {
"range" : [
{
"lower_bound" : "4.2.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/yonaskolb/JSONUtilities.git"
},
{
"identity" : "spectre",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kylef/Spectre.git"
},
{
"identity" : "rainbow",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Rainbow.git"
},
{
"identity" : "xcodeproj",
"requirement" : {
"exact" : [
"8.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.8"
]
},
"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-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/onevcat/Rainbow.git
Fetching https://github.com/tuist/XcodeProj.git
Fetching https://github.com/jakeheis/SwiftCLI.git
Fetching https://github.com/kylef/Spectre.git
Fetching https://github.com/freddi-kit/ArtifactBundleGen
Fetching https://github.com/mxcl/Version
[1/1021] Fetching spectre
[165/6095] Fetching spectre, swiftcli
[419/6388] Fetching spectre, swiftcli, version
[3650/29789] Fetching spectre, swiftcli, version, xcodeproj
[3885/31103] Fetching spectre, swiftcli, version, xcodeproj, rainbow
[5900/31292] Fetching spectre, swiftcli, version, xcodeproj, rainbow, artifactbundlegen
Fetched https://github.com/kylef/Spectre.git from cache (0.31s)
[9913/30271] Fetching swiftcli, version, xcodeproj, rainbow, artifactbundlegen
Fetching https://github.com/yonaskolb/JSONUtilities.git
[19508/31624] Fetching swiftcli, version, xcodeproj, rainbow, artifactbundlegen, jsonutilities
Fetched https://github.com/yonaskolb/JSONUtilities.git from cache (0.26s)
Fetching https://github.com/jpsim/Yams.git
[22315/30271] Fetching swiftcli, version, xcodeproj, rainbow, artifactbundlegen
[29570/41258] Fetching swiftcli, version, xcodeproj, rainbow, artifactbundlegen, yams
Fetched https://github.com/mxcl/Version from cache (1.34s)
Fetched https://github.com/freddi-kit/ArtifactBundleGen from cache (1.34s)
Fetched https://github.com/onevcat/Rainbow.git from cache (1.35s)
Fetched https://github.com/jakeheis/SwiftCLI.git from cache (1.35s)
[31312/34388] Fetching xcodeproj, yams
Fetching https://github.com/kylef/PathKit.git
Fetched https://github.com/tuist/XcodeProj.git from cache (1.38s)
[8241/10987] Fetching yams
[10549/12417] Fetching yams, pathkit
Fetched https://github.com/kylef/PathKit.git from cache (0.26s)
Fetched https://github.com/jpsim/Yams.git from cache (1.38s)
Computing version for https://github.com/freddi-kit/ArtifactBundleGen
Computed https://github.com/freddi-kit/ArtifactBundleGen at 0.0.8 (4.91s)
Computing version for https://github.com/jakeheis/SwiftCLI.git
Computed https://github.com/jakeheis/SwiftCLI.git at 6.0.3 (0.51s)
Computing version for https://github.com/tuist/XcodeProj.git
Computed https://github.com/tuist/XcodeProj.git at 8.27.7 (0.95s)
Fetching https://github.com/tadija/AEXML.git
[1/2127] Fetching aexml
Fetched https://github.com/tadija/AEXML.git from cache (0.37s)
Computing version for https://github.com/yonaskolb/JSONUtilities.git
Computed https://github.com/yonaskolb/JSONUtilities.git at 4.2.0 (3.48s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (0.96s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.7.0 (0.49s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.64s)
Computing version for https://github.com/onevcat/Rainbow.git
Computed https://github.com/onevcat/Rainbow.git at 4.1.0 (3.41s)
Computing version for https://github.com/mxcl/Version
Computed https://github.com/mxcl/Version at 2.2.0 (0.57s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (0.62s)
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/tadija/AEXML.git
Working copy of https://github.com/tadija/AEXML.git resolved at 4.7.0
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
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/mxcl/Version
Working copy of https://github.com/mxcl/Version resolved at 2.2.0
Creating working copy for https://github.com/freddi-kit/ArtifactBundleGen
Working copy of https://github.com/freddi-kit/ArtifactBundleGen resolved at 0.0.8
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/jakeheis/SwiftCLI.git
Working copy of https://github.com/jakeheis/SwiftCLI.git resolved at 6.0.3
/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: ["-FSr", "\(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 reader.c
[18/39] Compiling writer.c
[19/39] Compiling parser.c
[20/39] Compiling api.c
[21/39] Compiling emitter.c
[22/39] Compiling scanner.c
[23/39] Write swift-version-24593BA9C3E375BF.txt
[25/125] Emitting module SwiftCLI
[26/127] Compiling SwiftCLI ValueBox.swift
[27/127] Compiling SwiftCLI VersionCommand.swift
[28/127] Emitting module Version
[29/127] Compiling Version Version+Codable.swift
[30/127] Compiling SwiftCLI Command.swift
[31/127] Compiling SwiftCLI Compatibility.swift
[32/127] Emitting module Rainbow
[33/128] Compiling Version Version+Range.swift
[34/128] Compiling Version Version.swift
[37/128] Emitting module Spectre
[38/128] Compiling Rainbow StringGenerator.swift
[39/129] Compiling Rainbow String+Rainbow.swift
[40/129] Compiling Rainbow Style.swift
[41/129] Compiling Rainbow Rainbow.swift
[42/129] Compiling Version Version+Comparable.swift
[43/129] Compiling Version Version+Foundation.swift
[44/129] Compiling SwiftCLI CompletionGenerator.swift
[45/129] Compiling SwiftCLI ArgumentList.swift
[46/130] Compiling JSONUtilities InvalidItemBehaviour.swift
[47/130] Compiling JSONUtilities JSONFileLoading.swift
[48/130] Compiling JSONUtilities Dictionary+KeyPath.swift
[49/130] Compiling SwiftCLI Term.swift
[50/130] Compiling SwiftCLI Validation.swift
[51/131] Compiling AEXML Error.swift
[52/131] Compiling AEXML Options.swift
[53/131] Compiling Spectre XCTest.swift
[57/131] Compiling SwiftCLI Input.swift
[58/131] Compiling SwiftCLI Option.swift
[59/131] Compiling SwiftCLI OptionGroup.swift
[60/131] Compiling SwiftCLI Error.swift
[61/131] Compiling SwiftCLI HelpCommand.swift
[62/131] Compiling SwiftCLI HelpMessageGenerator.swift
[63/131] Compiling Rainbow OutputTarget.swift
[64/131] Compiling SwiftCLI ArgumentListManipulator.swift
[65/131] Compiling SwiftCLI CLI.swift
[66/131] Compiling AEXML Parser.swift
[67/131] Emitting module JSONUtilities
[68/131] Compiling AEXML Element.swift
[70/132] Compiling SwiftCLI OptionRegistry.swift
[71/132] Compiling SwiftCLI Parameter.swift
[72/132] Compiling SwiftCLI Parser.swift
[73/132] Compiling SwiftCLI Path.swift
[74/132] Compiling SwiftCLI Stream.swift
[75/132] Compiling SwiftCLI Task.swift
[81/133] Compiling JSONUtilities JSONObjectConvertible.swift
[82/133] Compiling JSONUtilities KeyPath.swift
[83/133] Compiling JSONUtilities JSONPrimitiveConvertible.swift
[84/133] Compiling Spectre Reporters.swift
[85/133] Compiling Spectre Reporter.swift
[86/133] Compiling Spectre Path.swift
[87/133] Compiling Spectre GlobalContext.swift
[88/133] Emitting module AEXML
[89/133] Compiling AEXML Document.swift
[90/133] Compiling AEXML Builders.swift
[107/134] Emitting module Yams
[113/136] Compiling JSONUtilities URL+JSONPrimitiveConvertible.swift
[114/136] Compiling Spectre Global.swift
[118/138] Wrapping AST for Rainbow for debugging
[120/138] Wrapping AST for Version for debugging
[121/138] Wrapping AST for AEXML for debugging
[122/138] Wrapping AST for SwiftCLI for debugging
[124/138] Emitting module PathKit
[125/138] Compiling PathKit PathKit.swift
[125/139] Wrapping AST for JSONUtilities for debugging
[128/139] Compiling Yams YamlError.swift
[129/139] Compiling Yams YamlTagProviding.swift
[130/140] Wrapping AST for PathKit for debugging
[131/231] Wrapping AST for Yams for debugging
[133/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! }
[134/238] Compiling XcodeGenCore PathExtensions.swift
[135/238] Compiling XcodeGenCore StringDiff.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 MD5.swift
[138/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 | }
[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] Compiling XcodeProj PBXCopyFilesBuildPhase.swift
[143/239] Compiling XcodeProj PBXFrameworksBuildPhase.swift
[144/239] Compiling XcodeProj PBXHeadersBuildPhase.swift
[145/239] Compiling XcodeProj PBXResourcesBuildPhase.swift
[146/239] Compiling XcodeProj PBXRezBuildPhase.swift
[147/239] Compiling XcodeProj PBXShellScriptBuildPhase.swift
[148/239] Compiling XcodeProj PBXSourcesBuildPhase.swift
[149/239] Compiling XcodeProj BuildSettings.swift
[150/239] Compiling XcodeProj XCBuildConfiguration.swift
[151/239] Compiling XcodeProj XCConfigurationList.swift
[152/239] Compiling XcodeProj PBXContainerItem.swift
[153/239] Compiling XcodeProj PBXContainerItemProxy.swift
[154/239] Compiling XcodeProj PBXFileElement.swift
[155/251] Emitting module XcodeProj
[156/251] Compiling XcodeProj Errors.swift
[157/251] Compiling XcodeProj AEXML+XcodeFormat.swift
[158/251] Compiling XcodeProj Array+Extras.swift
[159/251] Compiling XcodeProj Bool+Extras.swift
[160/251] Compiling XcodeProj KeyedDecodingContainer+Additions.swift
[161/251] Compiling XcodeProj NSRecursiveLock+Sync.swift
[162/251] Compiling XcodeProj Path+Extras.swift
[163/251] Compiling XcodeProj String+Utils.swift
[164/251] Compiling XcodeProj String+md5.swift
[165/251] Compiling XcodeProj BuildPhase.swift
[166/251] Compiling XcodeProj PBXBuildFile.swift
[167/251] Compiling XcodeProj PBXBuildPhase.swift
[168/251] Compiling XcodeProj PBXBuildRule.swift
[169/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: [],
[170/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: [],
[171/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: [],
[172/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: [],
[173/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: [],
[174/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: [],
[175/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: [],
[176/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: [],
[177/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: [],
[178/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: [],
[179/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: [],
[180/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: [],
[181/251] Compiling XcodeProj PBXReferenceProxy.swift
[182/251] Compiling XcodeProj PBXTarget.swift
[183/251] Compiling XcodeProj PBXTargetDependency.swift
[184/251] Compiling XcodeProj WorkspaceSettings.swift
[185/251] Compiling XcodeProj XCBreakpointList.swift
[186/251] Compiling XcodeProj XCDebugger.swift
[187/251] Compiling XcodeProj XCSharedData.swift
[188/251] Compiling XcodeProj XCUserData.swift
[189/251] Compiling XcodeProj Xcode.swift
[190/251] Compiling XcodeProj XcodeProj.swift
[191/251] Compiling XcodeProj Writable.swift
[192/251] Compiling XcodeProj XCScheme+AditionalOption.swift
[193/251] Compiling XcodeProj XCScheme+AnalyzeAction.swift
[194/251] Compiling XcodeProj XCScheme+SerialAction.swift
[195/251] Compiling XcodeProj XCScheme+StoreKitConfigurationFileReference.swift
[196/251] Compiling XcodeProj XCScheme+TestAction.swift
[197/251] Compiling XcodeProj XCScheme+TestItem.swift
[198/251] Compiling XcodeProj XCScheme+TestParallelization.swift
[199/251] Compiling XcodeProj XCScheme+TestPlanReference.swift
[200/251] Compiling XcodeProj XCScheme+TestableReference.swift
[201/251] Compiling XcodeProj XCScheme.swift
[202/251] Compiling XcodeProj XCSchemeManagement.swift
[203/251] Compiling XcodeProj BuildSettingsProvider.swift
[204/251] Compiling XcodeProj CommentedString.swift
[205/251] Compiling XcodeProj Decoders.swift
[206/251] Compiling XcodeProj PBXOutputSettings.swift
[207/251] Compiling XcodeProj PBXProj.swift
[208/251] Compiling XcodeProj PBXProjEncoder.swift
[209/251] Compiling XcodeProj PBXProject.swift
[210/251] Compiling XcodeProj Equality.generated.swift
[211/251] Compiling XcodeProj Sourcery.swift
[212/251] Compiling XcodeProj XCLocalSwiftPackageReference.swift
[213/251] Compiling XcodeProj XCRemoteSwiftPackageReference.swift
[214/251] Compiling XcodeProj XCSwiftPackageProductDependency.swift
[215/251] Compiling XcodeProj PBXAggregateTarget.swift
[216/251] Compiling XcodeProj PBXLegacyTarget.swift
[217/251] Compiling XcodeProj PBXNativeTarget.swift
[218/251] Compiling XcodeProj PBXProductType.swift
[219/251] Compiling XcodeProj XCScheme+ArchiveAction.swift
[220/251] Compiling XcodeProj XCScheme+BuildAction.swift
[221/251] Compiling XcodeProj XCScheme+BuildableProductRunnable.swift
[222/251] Compiling XcodeProj XCScheme+BuildableReference.swift
[223/251] Compiling XcodeProj XCScheme+CommandLineArguments.swift
[224/251] Compiling XcodeProj XCScheme+EnvironmentVariable.swift
[225/251] Compiling XcodeProj XCScheme+ExecutionAction.swift
[226/251] Compiling XcodeProj XCScheme+LaunchAction.swift
[227/251] Compiling XcodeProj XCScheme+LocationScenarioReference.swift
[228/251] Compiling XcodeProj XCScheme+PathRunnable.swift
[229/251] Compiling XcodeProj XCScheme+ProfileAction.swift
[230/251] Compiling XcodeProj XCScheme+RemoteRunnable.swift
[231/251] Compiling XcodeProj XCScheme+Runnable.swift
[232/251] Compiling XcodeProj PBXFileReference.swift
[233/251] Compiling XcodeProj PBXFileSystemSynchronizedBuildFileExceptionSet.swift
[234/251] Compiling XcodeProj PBXFileSystemSynchronizedExceptionSet.swift
[235/251] Compiling XcodeProj PBXFileSystemSynchronizedGroupBuildPhaseMembershipExceptionSet.swift
[236/251] Compiling XcodeProj PBXFileSystemSynchronizedRootGroup.swift
[237/251] Compiling XcodeProj PBXGroup.swift
[238/251] Compiling XcodeProj PBXSourceTree.swift
[239/251] Compiling XcodeProj PBXVariantGroup.swift
[240/251] Compiling XcodeProj XCVersionGroup.swift
[241/251] Compiling XcodeProj PBXObject.swift
[242/251] Compiling XcodeProj PBXObjectDictionaryEntry.swift
[243/251] Compiling XcodeProj PBXObjectReference.swift
[244/251] Compiling XcodeProj PBXObjects.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256: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: ["-FSr", "\(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 JSONPrimitiveConvertible.swift
[4/103] Compiling JSONUtilities JSONObjectConvertible.swift
[5/103] Compiling JSONUtilities JSONFileLoading.swift
[6/103] Compiling JSONUtilities KeyPath.swift
[7/104] Compiling JSONUtilities Dictionary+KeyPath.swift
[8/104] Compiling JSONUtilities InvalidItemBehaviour.swift
[9/104] Compiling AEXML Error.swift
[10/104] Compiling JSONUtilities URL+JSONPrimitiveConvertible.swift
[11/104] Compiling Spectre Global.swift
[12/105] Compiling Yams YamlAnchorProviding.swift
[13/105] Compiling Yams Parser.swift
[14/107] Emitting module AEXML
[15/107] Compiling Rainbow ControlCode.swift
[16/107] Compiling Rainbow ModesExtractor.swift
[17/107] Compiling AEXML Options.swift
[18/108] Compiling AEXML Parser.swift
[19/108] Compiling Rainbow StringGenerator.swift
[20/108] Compiling Version Version+Comparable.swift
[21/108] Emitting module Version
[22/108] Compiling Version Version+Range.swift
[23/108] Compiling Version Version+Codable.swift
[24/108] Compiling Version Version.swift
[25/108] Compiling Version Version+Foundation.swift
[26/109] Compiling Rainbow String+Rainbow.swift
[27/109] Emitting module Rainbow
[28/109] Compiling Rainbow BackgroundColor.swift
[29/109] Compiling Rainbow CodesParser.swift
[31/109] Compiling Spectre GlobalContext.swift
[32/109] Compiling Rainbow OutputTarget.swift
[33/109] Compiling Rainbow Rainbow.swift
[34/109] Compiling Yams Tag.swift
[36/110] Compiling AEXML Element.swift
[37/110] Compiling AEXML Document.swift
[38/110] Compiling Spectre XCTest.swift
[39/110] Compiling AEXML Builders.swift
[40/111] Compiling Rainbow Style.swift
[43/111] Emitting module Spectre
[44/111] Compiling Rainbow Color.swift
[45/111] Compiling Rainbow ColorApproximation.swift
[46/111] Compiling Yams Resolver.swift
[47/111] Compiling Yams String+Yams.swift
[49/111] Compiling Spectre Reporters.swift
[50/111] Compiling Spectre Reporter.swift
[51/111] Compiling Spectre Path.swift
[58/111] Compiling Yams YamlTagProviding.swift
[59/111] Compiling SwiftCLI VersionCommand.swift
[60/111] Compiling Yams Node.Scalar.swift
[61/111] Compiling Yams Node.Sequence.swift
[62/111] Compiling Yams Node.swift
[63/111] Emitting module SwiftCLI
[65/111] Emitting module JSONUtilities
[71/113] Emitting module PathKit
[72/113] Compiling PathKit PathKit.swift
[75/112] Compiling Yams YamlError.swift
[76/112] Wrapping AST for PathKit for debugging
[78/112] Compiling Yams Mark.swift
[79/112] Compiling Yams Node.Alias.swift
[80/112] Compiling Yams Node.Mapping.swift
[84/112] Compiling Yams RedundancyAliasingStrategy.swift
[85/112] Compiling Yams Representer.swift
[88/122] Compiling XcodeProj PBXSourcesBuildPhase.swift
[89/122] Compiling XcodeProj BuildSettings.swift
[97/203] Compiling XcodeProj PBXCopyFilesBuildPhase.swift
[98/203] Compiling XcodeProj PBXFrameworksBuildPhase.swift
[99/203] Compiling XcodeProj PBXHeadersBuildPhase.swift
[100/203] Compiling XcodeProj PBXResourcesBuildPhase.swift
[101/203] Compiling XcodeProj PBXRezBuildPhase.swift
[102/203] Compiling XcodeProj PBXShellScriptBuildPhase.swift
[103/203] Emitting module Yams
[104/204] Wrapping AST for Yams for debugging
[106/211] Compiling XcodeGenCore StringDiff.swift
[107/211] Emitting module XcodeGenCore
[108/211] Compiling XcodeGenCore PathExtensions.swift
[109/211] Compiling XcodeGenCore ArrayExtensions.swift
[110/211] Emitting module XcodeProj
[111/223] Compiling XcodeGenCore Glob.swift
[112/223] Compiling XcodeGenCore MD5.swift
[113/223] Compiling XcodeGenCore Atomic.swift
[115/224] Compiling XcodeProj PBXOutputSettings.swift
[116/224] Compiling XcodeProj PBXProj.swift
[117/224] Compiling XcodeProj PBXProjEncoder.swift
[118/224] Compiling XcodeProj PBXProject.swift
[119/224] Compiling XcodeProj Equality.generated.swift
[120/224] Compiling XcodeProj Sourcery.swift
[121/224] Compiling XcodeProj XCLocalSwiftPackageReference.swift
[122/224] Compiling XcodeProj XCRemoteSwiftPackageReference.swift
[123/224] Compiling XcodeProj XCSwiftPackageProductDependency.swift
[124/224] Compiling XcodeProj PBXAggregateTarget.swift
[125/224] Compiling XcodeProj PBXLegacyTarget.swift
[126/224] Compiling XcodeProj PBXNativeTarget.swift
[127/224] Compiling XcodeProj PBXProductType.swift
[128/223] Compiling XcodeProj XCScheme+SerialAction.swift
[129/223] Compiling XcodeProj XCScheme+StoreKitConfigurationFileReference.swift
[130/223] Compiling XcodeProj XCScheme+TestAction.swift
[131/223] Compiling XcodeProj XCScheme+TestItem.swift
[132/223] Compiling XcodeProj XCScheme+TestParallelization.swift
[133/223] Compiling XcodeProj XCScheme+TestPlanReference.swift
[134/223] Compiling XcodeProj XCScheme+TestableReference.swift
[135/223] Compiling XcodeProj XCScheme.swift
[136/223] Compiling XcodeProj XCSchemeManagement.swift
[137/223] Compiling XcodeProj BuildSettingsProvider.swift
[138/223] Compiling XcodeProj CommentedString.swift
[139/223] Compiling XcodeProj Decoders.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 Errors.swift
[154/223] Compiling XcodeProj AEXML+XcodeFormat.swift
[155/223] Compiling XcodeProj Array+Extras.swift
[156/223] Compiling XcodeProj Bool+Extras.swift
[157/223] Compiling XcodeProj KeyedDecodingContainer+Additions.swift
[158/223] Compiling XcodeProj NSRecursiveLock+Sync.swift
[159/223] Compiling XcodeProj Path+Extras.swift
[160/223] Compiling XcodeProj String+Utils.swift
[161/223] Compiling XcodeProj String+md5.swift
[162/223] Compiling XcodeProj BuildPhase.swift
[163/223] Compiling XcodeProj PBXBuildFile.swift
[164/223] Compiling XcodeProj PBXBuildPhase.swift
[165/223] Compiling XcodeProj PBXBuildRule.swift
[166/223] Compiling XcodeProj PBXFileReference.swift
[167/223] Compiling XcodeProj PBXFileSystemSynchronizedBuildFileExceptionSet.swift
[168/223] Compiling XcodeProj PBXFileSystemSynchronizedExceptionSet.swift
[169/223] Compiling XcodeProj PBXFileSystemSynchronizedGroupBuildPhaseMembershipExceptionSet.swift
[170/223] Compiling XcodeProj PBXFileSystemSynchronizedRootGroup.swift
[171/223] Compiling XcodeProj PBXGroup.swift
[172/223] Compiling XcodeProj PBXSourceTree.swift
[173/223] Compiling XcodeProj PBXVariantGroup.swift
[174/223] Compiling XcodeProj XCVersionGroup.swift
[175/223] Compiling XcodeProj PBXObject.swift
[176/223] Compiling XcodeProj PBXObjectDictionaryEntry.swift
[177/223] Compiling XcodeProj PBXObjectReference.swift
[178/223] Compiling XcodeProj PBXObjects.swift
[179/223] Compiling XcodeProj JSONDecoding.swift
[180/223] Compiling XcodeProj PBXBatchUpdater.swift
[181/223] Compiling XcodeProj PlistDecoding.swift
[182/223] Compiling XcodeProj PlistValue.swift
[183/223] Compiling XcodeProj ReferenceGenerator.swift
[184/223] Compiling XcodeProj XCConfig.swift
[185/223] Compiling XcodeProj XCWorkspace.swift
[186/223] Compiling XcodeProj XCWorkspaceData.swift
[187/223] Compiling XcodeProj XCWorkspaceDataElement.swift
[188/223] Compiling XcodeProj XCWorkspaceDataElementLocationType.swift
[189/223] Compiling XcodeProj XCWorkspaceDataFileRef.swift
[190/223] Compiling XcodeProj XCWorkspaceDataGroup.swift
[191/223] Compiling XcodeProj PBXReferenceProxy.swift
[192/223] Compiling XcodeProj PBXTarget.swift
[193/223] Compiling XcodeProj PBXTargetDependency.swift
[194/223] Compiling XcodeProj WorkspaceSettings.swift
[195/223] Compiling XcodeProj XCBreakpointList.swift
[196/223] Compiling XcodeProj XCDebugger.swift
[197/223] Compiling XcodeProj XCSharedData.swift
[198/223] Compiling XcodeProj XCUserData.swift
[199/223] Compiling XcodeProj Xcode.swift
[200/223] Compiling XcodeProj XcodeProj.swift
[201/223] Compiling XcodeProj Writable.swift
[202/223] Compiling XcodeProj XCScheme+AditionalOption.swift
[203/223] Compiling XcodeProj XCScheme+AnalyzeAction.swift
[204/223] Compiling XcodeProj XCScheme+ArchiveAction.swift
[205/223] Compiling XcodeProj XCScheme+BuildAction.swift
[206/223] Compiling XcodeProj XCScheme+BuildableProductRunnable.swift
[207/223] Compiling XcodeProj XCScheme+BuildableReference.swift
[208/223] Compiling XcodeProj XCScheme+CommandLineArguments.swift
[209/223] Compiling XcodeProj XCScheme+EnvironmentVariable.swift
[210/223] Compiling XcodeProj XCScheme+ExecutionAction.swift
[211/223] Compiling XcodeProj XCScheme+LaunchAction.swift
[212/223] Compiling XcodeProj XCScheme+LocationScenarioReference.swift
[213/223] Compiling XcodeProj XCScheme+PathRunnable.swift
[214/223] Compiling XcodeProj XCScheme+ProfileAction.swift
[215/223] Compiling XcodeProj XCScheme+RemoteRunnable.swift
[216/223] Compiling XcodeProj XCScheme+Runnable.swift
[217/224] Wrapping AST for XcodeProj for debugging
[219/269] Emitting module TestSupport
[220/269] Compiling TestSupport TestHelpers.swift
[222/270] Compiling ProjectSpec BuildSettingsContainer.swift
[223/270] Compiling ProjectSpec BuildSettingsExtractor.swift
[224/270] Compiling ProjectSpec BuildToolPlugin.swift
[225/270] Compiling ProjectSpec CacheFile.swift
[226/270] Compiling ProjectSpec Config.swift
[227/270] Compiling ProjectSpec Decoding.swift
[228/275] Compiling ProjectSpec SwiftPackage.swift
[229/275] Compiling ProjectSpec Target.swift
[230/275] Compiling ProjectSpec TargetReference.swift
[231/275] Compiling ProjectSpec TargetScheme.swift
[232/275] Compiling ProjectSpec TargetSource.swift
[233/275] Compiling ProjectSpec Template.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] Emitting module ProjectSpec
[241/275] Compiling ProjectSpec SpecLoader.swift
[242/275] Compiling ProjectSpec SpecOptions.swift
[243/275] Compiling ProjectSpec SpecParsingError.swift
[244/275] Compiling ProjectSpec SpecValidation.swift
[245/275] Compiling ProjectSpec SpecValidationError.swift
[246/275] Compiling ProjectSpec SupportedDestination.swift
[247/275] Compiling ProjectSpec TestPlan.swift
[248/275] Compiling ProjectSpec TestTargeReference.swift
[249/275] Compiling ProjectSpec VersionExtensions.swift
[250/275] Compiling ProjectSpec XCProjExtensions.swift
[251/275] Compiling ProjectSpec Yaml.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 Linkage.swift
[265/275] Compiling ProjectSpec NSRegularExpressionExtensions.swift
[266/275] Compiling ProjectSpec PathContainer.swift
[267/275] Compiling ProjectSpec Platform.swift
[268/275] Compiling ProjectSpec Plist.swift
[269/275] Compiling ProjectSpec Project.swift
[270/276] Wrapping AST for ProjectSpec for debugging
[272/291] Compiling XcodeGenKit Version.swift
[273/291] Compiling XcodeGenKit XCProjExtensions.swift
[274/292] Emitting module XcodeGenKit
[275/292] Compiling XcodeGenKit CarthageVersionLoader.swift
[276/292] Compiling XcodeGenKit FileWriter.swift
[277/292] Compiling XcodeGenKit BreakpointGenerator.swift
[278/292] Compiling XcodeGenKit CarthageDependencyResolver.swift
[279/292] Compiling XcodeGenKit resource_bundle_accessor.swift
[280/292] Compiling XcodeGenKit SettingsBuilder.swift
[281/292] Compiling XcodeGenKit SettingsPresetFile.swift
[282/292] Compiling XcodeGenKit SourceGenerator.swift
[283/292] Compiling XcodeGenKit StringCatalogDecoding.swift
[284/292] Compiling XcodeGenKit ProjectGenerator.swift
[285/292] Compiling XcodeGenKit SchemeGenerator.swift
[286/292] Compiling XcodeGenKit InfoPlistGenerator.swift
[287/292] Compiling XcodeGenKit PBXProjGenerator.swift
[288/293] Wrapping AST for XcodeGenKit for debugging
[290/301] Emitting module XcodeGenCLI
[291/301] Compiling XcodeGenCLI XcodeGenCLI.swift
[292/301] Compiling XcodeGenCLI GenerationError.swift
[293/301] Compiling XcodeGenCLI GenerateCommand.swift
[294/301] Compiling XcodeGenCLI ProjectCommand.swift
[295/301] Compiling XcodeGenCLI CacheCommand.swift
[296/301] Compiling XcodeGenCLI Arguments.swift
[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! (48.91s)
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.8"
]
},
"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.