Build Information
Successful build of XcodeGen, reference 2.35.2 (8f5622
), with Swift 6.1 for Linux on 29 Apr 2025 07:16:18 UTC.
Swift 6 data race errors: 4
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/stackotter/XcodeGen.git
Reference: 2.35.2
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/stackotter/XcodeGen
* tag 2.35.2 -> FETCH_HEAD
HEAD is now at 8f56226 Fix GraphViz.
Cloned https://github.com/stackotter/XcodeGen.git
Revision (git rev-parse @):
8f562268f8b54461b6ddfe817d624bc4e307a30e
SUCCESS checkout https://github.com/stackotter/XcodeGen.git at 2.35.2
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/stackotter/XcodeGen.git
https://github.com/stackotter/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" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Rainbow.git"
},
{
"identity" : "swiftxcodeproj",
"requirement" : {
"range" : [
{
"lower_bound" : "8.10.1",
"upper_bound" : "9.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/stackotter/SwiftXcodeProj.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" : "graphviz",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/wabiverse/GraphViz.git"
}
],
"manifest_display_name" : "XcodeGen",
"name" : "XcodeGen",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"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",
"GraphVizGeneratorTests.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",
"SwiftXcodeProj",
"PathKit",
"GraphViz"
],
"product_memberships" : [
"xcodegen",
"XcodeGenKit"
],
"sources" : [
"BreakpointGenerator.swift",
"CarthageDependencyResolver.swift",
"CarthageVersionLoader.swift",
"FileWriter.swift",
"GraphVizGenerator.swift",
"InfoPlistGenerator.swift",
"PBXProjGenerator.swift",
"ProjectGenerator.swift",
"SchemeGenerator.swift",
"SettingsBuilder.swift",
"SettingsPresetFile.swift",
"SourceGenerator.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/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" : [
"SwiftXcodeProj",
"Spectre",
"PathKit"
],
"sources" : [
"TestHelpers.swift"
],
"type" : "library"
},
{
"c99name" : "ProjectSpecTests",
"module_type" : "SwiftTarget",
"name" : "ProjectSpecTests",
"path" : "Tests/ProjectSpecTests",
"product_dependencies" : [
"Spectre",
"PathKit"
],
"sources" : [
"Dictionary+Extension_Tests.swift",
"ProjectSpecTests.swift",
"SpecLoadingTests.swift"
],
"target_dependencies" : [
"ProjectSpec",
"TestSupport"
],
"type" : "test"
},
{
"c99name" : "ProjectSpec",
"module_type" : "SwiftTarget",
"name" : "ProjectSpec",
"path" : "Sources/ProjectSpec",
"product_dependencies" : [
"JSONUtilities",
"SwiftXcodeProj",
"Yams",
"Version"
],
"product_memberships" : [
"xcodegen",
"XcodeGenKit",
"ProjectSpec"
],
"sources" : [
"AggregateTarget.swift",
"Array+Extension.swift",
"Breakpoint.swift",
"BuildPhaseSpec.swift",
"BuildRule.swift",
"BuildScript.swift",
"BuildSettingsContainer.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",
"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.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/kylef/Spectre.git
Fetching https://github.com/onevcat/Rainbow.git
Fetching https://github.com/jakeheis/SwiftCLI.git
Fetching https://github.com/wabiverse/GraphViz.git
Fetching https://github.com/stackotter/SwiftXcodeProj.git
Fetching https://github.com/mxcl/Version
[1/1021] Fetching spectre
[165/1309] Fetching spectre, version
[1310/1884] Fetching spectre, version, graphviz
[1885/3080] Fetching spectre, version, graphviz, rainbow
[2113/8154] Fetching spectre, version, graphviz, rainbow, swiftcli
[6278/24637] Fetching spectre, version, graphviz, rainbow, swiftcli, swiftxcodeproj
Fetched https://github.com/mxcl/Version from cache (0.34s)
Fetching https://github.com/yonaskolb/JSONUtilities.git
[10998/24349] Fetching spectre, graphviz, rainbow, swiftcli, swiftxcodeproj
Fetched https://github.com/onevcat/Rainbow.git from cache (0.37s)
[10626/23153] Fetching spectre, graphviz, swiftcli, swiftxcodeproj
Fetching https://github.com/jpsim/Yams.git
[15407/24506] Fetching spectre, graphviz, swiftcli, swiftxcodeproj, jsonutilities
Fetched https://github.com/yonaskolb/JSONUtilities.git from cache (0.26s)
[18703/23153] Fetching spectre, graphviz, swiftcli, swiftxcodeproj
Fetching https://github.com/kylef/PathKit.git
[19858/33490] Fetching spectre, graphviz, swiftcli, swiftxcodeproj, yams
[24292/34901] Fetching spectre, graphviz, swiftcli, swiftxcodeproj, yams, pathkit
Fetched https://github.com/kylef/PathKit.git from cache (0.55s)
[25531/33490] Fetching spectre, graphviz, swiftcli, swiftxcodeproj, yams
Fetched https://github.com/kylef/Spectre.git from cache (1.26s)
[27921/32469] Fetching graphviz, swiftcli, swiftxcodeproj, yams
Fetched https://github.com/wabiverse/GraphViz.git from cache (1.26s)
Fetched https://github.com/jakeheis/SwiftCLI.git from cache (1.27s)
[22376/26820] Fetching swiftxcodeproj, yams
Fetched https://github.com/stackotter/SwiftXcodeProj.git from cache (1.29s)
[6409/10337] Fetching yams
Fetched https://github.com/jpsim/Yams.git from cache (1.82s)
Computing version for https://github.com/wabiverse/GraphViz.git
Computed https://github.com/wabiverse/GraphViz.git at 0.6.0 (4.60s)
Computing version for https://github.com/jakeheis/SwiftCLI.git
Computed https://github.com/jakeheis/SwiftCLI.git at 6.0.3 (0.82s)
Computing version for https://github.com/yonaskolb/JSONUtilities.git
Computed https://github.com/yonaskolb/JSONUtilities.git at 4.2.0 (1.96s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (0.54s)
Computing version for https://github.com/stackotter/SwiftXcodeProj.git
Computed https://github.com/stackotter/SwiftXcodeProj.git at 8.11.0 (0.66s)
Fetching https://github.com/tadija/AEXML.git
[1/2127] Fetching aexml
Fetched https://github.com/tadija/AEXML.git from cache (0.33s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.6.1 (0.94s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.62s)
Computing version for https://github.com/mxcl/Version
Computed https://github.com/mxcl/Version at 2.1.0 (0.92s)
Computing version for https://github.com/onevcat/Rainbow.git
Computed https://github.com/onevcat/Rainbow.git at 3.2.0 (3.56s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.3.1 (1.00s)
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.3.1
Creating working copy for https://github.com/mxcl/Version
Working copy of https://github.com/mxcl/Version resolved at 2.1.0
Creating working copy for https://github.com/tadija/AEXML.git
Working copy of https://github.com/tadija/AEXML.git resolved at 4.6.1
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
Creating working copy for https://github.com/onevcat/Rainbow.git
Working copy of https://github.com/onevcat/Rainbow.git resolved at 3.2.0
Creating working copy for https://github.com/wabiverse/GraphViz.git
Working copy of https://github.com/wabiverse/GraphViz.git resolved at 0.6.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/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/stackotter/SwiftXcodeProj.git
Working copy of https://github.com/stackotter/SwiftXcodeProj.git resolved at 8.11.0
Building for debugging...
[0/43] Write sources
[18/43] Compiling reader.c
[19/43] Compiling writer.c
[20/43] Compiling parser.c
[21/43] Compiling api.c
[22/43] Compiling emitter.c
[23/43] Write swift-version-24593BA9C3E375BF.txt
[24/43] Compiling scanner.c
[26/123] Emitting module PathKit
[27/123] Emitting module JSONUtilities
[28/124] Emitting module AEXML
[29/124] Emitting module Spectre
[30/125] Emitting module SwiftCLI
[31/127] Compiling Version Version.swift
[32/127] Compiling GraphViz Point.swift
[33/127] Compiling GraphViz Position.swift
[34/127] Compiling SwiftCLI Parser.swift
[35/127] Compiling Rainbow Style.swift
[36/128] Compiling SwiftCLI ValueBox.swift
[37/128] Compiling SwiftCLI VersionCommand.swift
[38/128] Compiling Rainbow StringGenerator.swift
[39/128] Emitting module Rainbow
[40/128] Compiling GraphViz Attribute.swift
[41/128] Compiling GraphViz Edge.swift
[42/128] Compiling GraphViz Node.swift
[43/128] Compiling GraphViz Format.swift
[44/128] Compiling Rainbow String+Rainbow.swift
[45/128] Emitting module Version
[46/128] Compiling Version Version+Codable.swift
[47/128] Compiling Version Version+Range.swift
[48/128] Compiling GraphViz Location.swift
[49/128] Compiling GraphViz Ordering.swift
[50/128] Compiling GraphViz KeyValuePairs+Extensions.swift
[53/130] Compiling Rainbow XcodeColorsSupport.swift
[54/130] Compiling GraphViz Rectangle.swift
[55/130] Compiling GraphViz Size.swift
[56/130] Compiling JSONUtilities URL+JSONPrimitiveConvertible.swift
[57/130] Compiling GraphViz Graph.swift
[58/130] Compiling GraphViz LayoutAlgorithm.swift
[59/130] Compiling GraphViz Subgraph.swift
[60/130] Compiling Spectre XCTest.swift
[61/130] Compiling Version Version+Foundation.swift
[62/130] Compiling Version Version+Comparable.swift
[70/131] Compiling JSONUtilities Dictionary+KeyPath.swift
[71/131] Compiling AEXML Parser.swift
[72/131] Compiling SwiftCLI Path.swift
[73/131] Compiling SwiftCLI Stream.swift
[74/131] Compiling SwiftCLI Task.swift
[76/131] Compiling SwiftCLI Validation.swift
[77/131] Compiling Spectre GlobalContext.swift
[78/131] Compiling JSONUtilities JSONFileLoading.swift
[79/131] Compiling JSONUtilities InvalidItemBehaviour.swift
[80/131] Compiling JSONUtilities JSONObjectConvertible.swift
[81/131] Compiling Spectre Path.swift
[82/131] Compiling AEXML Options.swift
[83/131] Compiling AEXML Error.swift
[84/131] Compiling JSONUtilities JSONPrimitiveConvertible.swift
[85/131] Compiling JSONUtilities KeyPath.swift
[86/132] Compiling AEXML Element.swift
[87/132] Compiling AEXML Document.swift
[94/132] Emitting module GraphViz
[95/132] Compiling GraphViz AspectRatio.swift
[96/132] Compiling GraphViz Color.swift
[103/135] Compiling Spectre Reporter.swift
[104/135] Compiling Spectre Reporters.swift
[107/135] Compiling Rainbow Rainbow.swift
[113/136] Compiling Spectre Global.swift
[116/137] Wrapping AST for Version for debugging
[117/156] Wrapping AST for AEXML for debugging
[119/156] Wrapping AST for JSONUtilities for debugging
[121/156] Wrapping AST for SwiftCLI for debugging
[122/156] Wrapping AST for GraphViz for debugging
[124/160] Compiling PathKit PathKit.swift
[124/161] Wrapping AST for Rainbow for debugging
[127/161] Emitting module DOT
[127/161] Wrapping AST for PathKit for debugging
[129/247] Compiling DOT DOTRepresentable.swift
[130/247] Compiling DOT DOTEncoder.swift
[131/247] Compiling DOT DOT.swift
[132/248] Wrapping AST for DOT for debugging
[134/252] Emitting module Tools
[135/252] Compiling Tools Graph+Rendering.swift
[136/252] Compiling Tools Renderer.swift
[137/252] Compiling Tools which.swift
[138/253] Wrapping AST for Tools for debugging
[140/253] Emitting module SwiftXcodeProj
[141/265] Compiling SwiftXcodeProj BuildSettings.swift
[142/265] Compiling SwiftXcodeProj XCBuildConfiguration.swift
[143/265] Compiling SwiftXcodeProj XCScheme+BuildableReference.swift
[144/265] Compiling SwiftXcodeProj XCScheme+CommandLineArguments.swift
[145/265] Compiling SwiftXcodeProj XCConfigurationList.swift
[146/265] Compiling SwiftXcodeProj XCScheme+AnalyzeAction.swift
[147/265] Compiling SwiftXcodeProj Decoders.swift
/host/spi-builder-workspace/.build/checkouts/SwiftXcodeProj/Sources/SwiftXcodeProj/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/265] Compiling SwiftXcodeProj JSONDecoding.swift
/host/spi-builder-workspace/.build/checkouts/SwiftXcodeProj/Sources/SwiftXcodeProj/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/265] Compiling SwiftXcodeProj PBXBatchUpdater.swift
/host/spi-builder-workspace/.build/checkouts/SwiftXcodeProj/Sources/SwiftXcodeProj/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/265] Compiling SwiftXcodeProj PlistValue.swift
/host/spi-builder-workspace/.build/checkouts/SwiftXcodeProj/Sources/SwiftXcodeProj/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/265] Compiling SwiftXcodeProj ReferenceGenerator.swift
/host/spi-builder-workspace/.build/checkouts/SwiftXcodeProj/Sources/SwiftXcodeProj/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/265] Compiling SwiftXcodeProj XCConfig.swift
/host/spi-builder-workspace/.build/checkouts/SwiftXcodeProj/Sources/SwiftXcodeProj/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/265] Compiling SwiftXcodeProj XCWorkspace.swift
/host/spi-builder-workspace/.build/checkouts/SwiftXcodeProj/Sources/SwiftXcodeProj/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/265] Compiling SwiftXcodeProj XCWorkspaceData.swift
/host/spi-builder-workspace/.build/checkouts/SwiftXcodeProj/Sources/SwiftXcodeProj/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/265] Compiling SwiftXcodeProj XCWorkspaceDataElement.swift
/host/spi-builder-workspace/.build/checkouts/SwiftXcodeProj/Sources/SwiftXcodeProj/Utils/XCConfig.swift:54:9: error: unable to infer closure type without a type annotation
52 | /// - Returns: function that parses the line.
53 | static func configFrom(path: Path, projectPath: Path?) -> (String) -> (include: Path, config: XCConfig)? {
54 | { line in
| `- error: unable to infer closure type without a type annotation
55 | includeRegex.matches(in: line,
56 | options: [],
[156/265] Compiling SwiftXcodeProj XCWorkspaceDataElementLocationType.swift
/host/spi-builder-workspace/.build/checkouts/SwiftXcodeProj/Sources/SwiftXcodeProj/Utils/XCConfig.swift:54:9: error: unable to infer closure type without a type annotation
52 | /// - Returns: function that parses the line.
53 | static func configFrom(path: Path, projectPath: Path?) -> (String) -> (include: Path, config: XCConfig)? {
54 | { line in
| `- error: unable to infer closure type without a type annotation
55 | includeRegex.matches(in: line,
56 | options: [],
[157/265] Compiling SwiftXcodeProj XCWorkspaceDataFileRef.swift
/host/spi-builder-workspace/.build/checkouts/SwiftXcodeProj/Sources/SwiftXcodeProj/Utils/XCConfig.swift:54:9: error: unable to infer closure type without a type annotation
52 | /// - Returns: function that parses the line.
53 | static func configFrom(path: Path, projectPath: Path?) -> (String) -> (include: Path, config: XCConfig)? {
54 | { line in
| `- error: unable to infer closure type without a type annotation
55 | includeRegex.matches(in: line,
56 | options: [],
[158/265] Compiling SwiftXcodeProj XCWorkspaceDataGroup.swift
/host/spi-builder-workspace/.build/checkouts/SwiftXcodeProj/Sources/SwiftXcodeProj/Utils/XCConfig.swift:54:9: error: unable to infer closure type without a type annotation
52 | /// - Returns: function that parses the line.
53 | static func configFrom(path: Path, projectPath: Path?) -> (String) -> (include: Path, config: XCConfig)? {
54 | { line in
| `- error: unable to infer closure type without a type annotation
55 | includeRegex.matches(in: line,
56 | options: [],
[159/267] Emitting module Yams
[160/267] Compiling SwiftXcodeProj PBXBuildPhase.swift
[161/267] Compiling SwiftXcodeProj PBXBuildRule.swift
[162/267] Compiling SwiftXcodeProj PBXCopyFilesBuildPhase.swift
[163/267] Compiling SwiftXcodeProj PBXRezBuildPhase.swift
[164/267] Compiling SwiftXcodeProj PBXShellScriptBuildPhase.swift
[165/267] Compiling SwiftXcodeProj PBXSourcesBuildPhase.swift
[166/267] Compiling SwiftXcodeProj XCScheme+ArchiveAction.swift
[167/267] Compiling SwiftXcodeProj XCScheme+BuildAction.swift
[168/267] Compiling SwiftXcodeProj XCScheme+BuildableProductRunnable.swift
[169/267] Compiling SwiftXcodeProj PBXFrameworksBuildPhase.swift
[170/267] Compiling SwiftXcodeProj PBXHeadersBuildPhase.swift
[171/267] Compiling SwiftXcodeProj PBXResourcesBuildPhase.swift
[172/267] Compiling Yams YamlError.swift
[173/267] Compiling Yams YamlTagProviding.swift
[175/268] Compiling SwiftXcodeProj PBXOutputSettings.swift
[176/268] Compiling SwiftXcodeProj PBXProj.swift
[177/268] Compiling SwiftXcodeProj PBXProjEncoder.swift
[178/268] Compiling SwiftXcodeProj PBXProject.swift
[179/268] Compiling SwiftXcodeProj Equality.generated.swift
[180/268] Compiling SwiftXcodeProj Sourcery.swift
[181/268] Compiling SwiftXcodeProj XCRemoteSwiftPackageReference.swift
[182/268] Compiling SwiftXcodeProj XCSwiftPackageProductDependency.swift
[183/268] Compiling SwiftXcodeProj PBXAggregateTarget.swift
[184/268] Compiling SwiftXcodeProj PBXLegacyTarget.swift
[185/268] Compiling SwiftXcodeProj PBXNativeTarget.swift
[186/268] Compiling SwiftXcodeProj PBXProductType.swift
[186/268] Wrapping AST for Yams for debugging
[188/275] Compiling SwiftXcodeProj XCScheme+RemoteRunnable.swift
[189/275] Compiling SwiftXcodeProj XCScheme+Runnable.swift
[190/275] Compiling SwiftXcodeProj XCScheme+SerialAction.swift
[191/275] Compiling SwiftXcodeProj XCScheme+StoreKitConfigurationFileReference.swift
[192/275] Compiling SwiftXcodeProj XCScheme+TestAction.swift
[193/275] Compiling SwiftXcodeProj XCScheme+TestItem.swift
[194/275] Compiling SwiftXcodeProj XCScheme+TestPlanReference.swift
[195/275] Compiling SwiftXcodeProj XCScheme+TestableReference.swift
[196/275] Compiling SwiftXcodeProj XCScheme.swift
[197/275] Compiling SwiftXcodeProj XCSchemeManagement.swift
[198/275] Compiling SwiftXcodeProj BuildSettingsProvider.swift
[199/275] Compiling SwiftXcodeProj CommentedString.swift
[200/275] Compiling SwiftXcodeProj PBXContainerItem.swift
[201/275] Compiling SwiftXcodeProj PBXContainerItemProxy.swift
[202/275] Compiling SwiftXcodeProj PBXFileElement.swift
[203/275] Compiling SwiftXcodeProj PBXFileReference.swift
[204/275] Compiling SwiftXcodeProj PBXGroup.swift
[205/275] Compiling SwiftXcodeProj PBXSourceTree.swift
[206/275] Compiling SwiftXcodeProj PBXVariantGroup.swift
[207/275] Compiling SwiftXcodeProj XCVersionGroup.swift
[208/275] Compiling SwiftXcodeProj PBXObject.swift
[209/275] Compiling SwiftXcodeProj PBXObjectParser.swift
[210/275] Compiling SwiftXcodeProj PBXObjectReference.swift
[211/275] Compiling SwiftXcodeProj PBXObjects.swift
[212/275] Compiling XcodeGenCore StringDiff.swift
[213/275] Compiling XcodeGenCore PathExtensions.swift
[214/275] Compiling SwiftXcodeProj Errors.swift
[215/275] Compiling SwiftXcodeProj AEXML+XcodeFormat.swift
[216/275] Compiling SwiftXcodeProj Array+Extras.swift
[217/275] Compiling SwiftXcodeProj Bool+Extras.swift
[218/275] Compiling SwiftXcodeProj Dictionary+Enumerate.swift
[219/275] Compiling SwiftXcodeProj Dictionary+Extras.swift
[220/275] Compiling SwiftXcodeProj KeyedDecodingContainer+Additions.swift
[221/275] Compiling SwiftXcodeProj NSRecursiveLock+Sync.swift
[222/275] Compiling SwiftXcodeProj Path+Extras.swift
[223/275] Compiling SwiftXcodeProj String+Utils.swift
[224/275] Compiling SwiftXcodeProj String+md5.swift
[225/275] Compiling SwiftXcodeProj BuildPhase.swift
[226/275] Compiling SwiftXcodeProj PBXBuildFile.swift
[227/275] Compiling SwiftXcodeProj PBXReferenceProxy.swift
[228/275] Compiling SwiftXcodeProj PBXTarget.swift
[229/275] Compiling SwiftXcodeProj PBXTargetDependency.swift
[230/275] Compiling SwiftXcodeProj WorkspaceSettings.swift
[231/275] Compiling SwiftXcodeProj XCBreakpointList.swift
[232/275] Compiling SwiftXcodeProj XCDebugger.swift
[233/275] Compiling SwiftXcodeProj XCSharedData.swift
[234/275] Compiling SwiftXcodeProj XCUserData.swift
[235/275] Compiling SwiftXcodeProj Xcode.swift
[236/275] Compiling SwiftXcodeProj XcodeProj.swift
[237/275] Compiling SwiftXcodeProj Writable.swift
[238/275] Compiling SwiftXcodeProj XCScheme+AditionalOption.swift
[247/275] Compiling SwiftXcodeProj XCScheme+LaunchAction.swift
[248/275] Compiling SwiftXcodeProj XCScheme+LocationScenarioReference.swift
[249/275] Compiling SwiftXcodeProj XCScheme+PathRunnable.swift
[250/275] Compiling SwiftXcodeProj XCScheme+ProfileAction.swift
[263/275] 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 | }
/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 "*"
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/19] Write swift-version-24593BA9C3E375BF.txt
[2/78] Compiling Rainbow Style.swift
[3/78] Compiling Rainbow StringGenerator.swift
[4/113] Compiling Version Version+Codable.swift
[5/113] Emitting module Version
[6/113] Compiling Yams RedundancyAliasingStrategy.swift
[7/113] Compiling Yams Representer.swift
[8/115] Compiling Rainbow Rainbow.swift
[9/115] Compiling Rainbow String+Rainbow.swift
[10/115] Emitting module Spectre
[11/116] Compiling Spectre XCTest.swift
[12/116] Compiling Version Version+Comparable.swift
[13/116] Compiling Version Version+Range.swift
[14/116] Compiling Version Version+Foundation.swift
[15/116] Compiling Version Version.swift
[16/117] Compiling Rainbow XcodeColorsSupport.swift
[17/117] Compiling JSONUtilities Dictionary+KeyPath.swift
[18/117] Compiling JSONUtilities JSONFileLoading.swift
[20/118] Compiling JSONUtilities JSONPrimitiveConvertible.swift
[21/118] Compiling JSONUtilities InvalidItemBehaviour.swift
[22/118] Compiling JSONUtilities JSONObjectConvertible.swift
[23/118] Compiling JSONUtilities KeyPath.swift
[24/117] Compiling GraphViz Size.swift
[25/117] Compiling Yams Tag.swift
[26/119] Compiling Yams Node.swift
[27/119] Compiling Yams Parser.swift
[28/119] Compiling Yams Node.Mapping.swift
[29/119] Compiling Yams Node.Scalar.swift
[30/119] Compiling Yams Anchor.swift
[31/119] Compiling Yams Constructor.swift
[32/119] Emitting module Rainbow
[33/119] Compiling Yams Decoder.swift
[34/119] Compiling Yams Node.Alias.swift
[35/120] Compiling Spectre Global.swift
[36/120] Compiling JSONUtilities URL+JSONPrimitiveConvertible.swift
[38/120] Compiling Yams YamlAnchorProviding.swift
[42/120] Emitting module SwiftCLI
[44/122] Compiling Spectre Path.swift
[45/122] Compiling Spectre GlobalContext.swift
[46/122] Compiling GraphViz Rectangle.swift
[48/121] Compiling Spectre Reporter.swift
[49/121] Compiling Spectre Reporters.swift
[54/128] Compiling SwiftCLI ValueBox.swift
[55/128] Compiling SwiftCLI VersionCommand.swift
[61/128] Compiling AEXML Error.swift
[62/128] Compiling AEXML Parser.swift
[63/128] Compiling AEXML Options.swift
[64/128] Emitting module Yams
[65/128] Compiling AEXML Document.swift
[66/128] Emitting module AEXML
[67/128] Compiling AEXML Element.swift
[68/129] Emitting module PathKit
[69/129] Compiling PathKit PathKit.swift
[71/130] Compiling Yams YamlError.swift
[72/130] Compiling Yams YamlTagProviding.swift
[76/130] Emitting module JSONUtilities
[76/130] Wrapping AST for PathKit for debugging
[78/130] Compiling Yams Emitter.swift
[79/130] Compiling Yams Encoder.swift
[80/130] Compiling Yams Mark.swift
[81/130] Compiling Yams Node.Sequence.swift
[110/215] Emitting module GraphViz
[111/215] Compiling SwiftXcodeProj Errors.swift
[112/215] Compiling SwiftXcodeProj AEXML+XcodeFormat.swift
[115/215] Compiling SwiftXcodeProj Array+Extras.swift
[116/216] Wrapping AST for Yams for debugging
[119/223] Compiling SwiftXcodeProj Bool+Extras.swift
[121/223] Compiling XcodeGenCore Atomic.swift
[122/223] Compiling XcodeGenCore StringDiff.swift
[123/223] Compiling XcodeGenCore PathExtensions.swift
[124/223] Emitting module XcodeGenCore
[125/227] Emitting module DOT
[126/227] Compiling DOT DOTRepresentable.swift
[127/227] Compiling XcodeGenCore MD5.swift
[128/227] Compiling XcodeGenCore Glob.swift
[129/227] Compiling XcodeGenCore ArrayExtensions.swift
[131/228] Emitting module SwiftXcodeProj
[136/228] Compiling SwiftXcodeProj Dictionary+Enumerate.swift
[137/228] Compiling SwiftXcodeProj Dictionary+Extras.swift
[138/228] Compiling SwiftXcodeProj KeyedDecodingContainer+Additions.swift
[139/228] Compiling SwiftXcodeProj NSRecursiveLock+Sync.swift
[140/228] Compiling SwiftXcodeProj Path+Extras.swift
[141/228] Compiling SwiftXcodeProj String+Utils.swift
[142/228] Compiling SwiftXcodeProj String+md5.swift
[143/228] Compiling SwiftXcodeProj BuildPhase.swift
[144/228] Compiling SwiftXcodeProj PBXBuildFile.swift
[145/240] Compiling DOT DOTEncoder.swift
[146/240] Compiling DOT DOT.swift
[147/240] Wrapping AST for XcodeGenCore for debugging
[149/244] Compiling Tools Graph+Rendering.swift
[150/244] Emitting module Tools
[151/244] Compiling Tools which.swift
[152/244] Compiling Tools Renderer.swift
[154/244] Compiling SwiftXcodeProj XCScheme+RemoteRunnable.swift
[155/244] Compiling SwiftXcodeProj XCScheme+Runnable.swift
[156/244] Compiling SwiftXcodeProj XCScheme+SerialAction.swift
[157/244] Compiling SwiftXcodeProj XCScheme+StoreKitConfigurationFileReference.swift
[158/244] Compiling SwiftXcodeProj XCScheme+TestAction.swift
[159/244] Compiling SwiftXcodeProj XCScheme+TestItem.swift
[160/244] Compiling SwiftXcodeProj XCScheme+TestPlanReference.swift
[161/244] Compiling SwiftXcodeProj XCScheme+TestableReference.swift
[162/244] Compiling SwiftXcodeProj XCScheme.swift
[163/244] Compiling SwiftXcodeProj XCSchemeManagement.swift
[164/244] Compiling SwiftXcodeProj BuildSettingsProvider.swift
[165/244] Compiling SwiftXcodeProj CommentedString.swift
[166/244] Compiling SwiftXcodeProj PBXBuildPhase.swift
[167/244] Compiling SwiftXcodeProj PBXBuildRule.swift
[168/244] Compiling SwiftXcodeProj PBXCopyFilesBuildPhase.swift
[169/244] Compiling SwiftXcodeProj PBXFrameworksBuildPhase.swift
[170/244] Compiling SwiftXcodeProj PBXHeadersBuildPhase.swift
[171/244] Compiling SwiftXcodeProj PBXResourcesBuildPhase.swift
[172/244] Compiling SwiftXcodeProj PBXRezBuildPhase.swift
[173/244] Compiling SwiftXcodeProj PBXShellScriptBuildPhase.swift
[174/244] Compiling SwiftXcodeProj PBXSourcesBuildPhase.swift
[175/244] Compiling SwiftXcodeProj BuildSettings.swift
[176/244] Compiling SwiftXcodeProj XCBuildConfiguration.swift
[177/244] Compiling SwiftXcodeProj XCConfigurationList.swift
[178/244] Compiling SwiftXcodeProj PBXContainerItem.swift
[179/244] Compiling SwiftXcodeProj PBXContainerItemProxy.swift
[180/244] Compiling SwiftXcodeProj PBXFileElement.swift
[181/244] Compiling SwiftXcodeProj PBXFileReference.swift
[182/244] Compiling SwiftXcodeProj PBXGroup.swift
[183/244] Compiling SwiftXcodeProj PBXSourceTree.swift
[184/244] Compiling SwiftXcodeProj PBXVariantGroup.swift
[185/244] Compiling SwiftXcodeProj XCVersionGroup.swift
[186/244] Compiling SwiftXcodeProj PBXObject.swift
[187/244] Compiling SwiftXcodeProj PBXObjectParser.swift
[188/244] Compiling SwiftXcodeProj PBXObjectReference.swift
[189/244] Compiling SwiftXcodeProj PBXObjects.swift
[190/244] Compiling SwiftXcodeProj PBXOutputSettings.swift
[191/244] Compiling SwiftXcodeProj PBXProj.swift
[192/244] Compiling SwiftXcodeProj PBXProjEncoder.swift
[193/244] Compiling SwiftXcodeProj PBXProject.swift
[194/244] Compiling SwiftXcodeProj Equality.generated.swift
[195/244] Compiling SwiftXcodeProj Sourcery.swift
[196/244] Compiling SwiftXcodeProj XCRemoteSwiftPackageReference.swift
[197/244] Compiling SwiftXcodeProj XCSwiftPackageProductDependency.swift
[198/244] Compiling SwiftXcodeProj PBXAggregateTarget.swift
[199/244] Compiling SwiftXcodeProj PBXLegacyTarget.swift
[200/244] Compiling SwiftXcodeProj PBXNativeTarget.swift
[201/244] Compiling SwiftXcodeProj PBXProductType.swift
[202/244] Compiling SwiftXcodeProj PBXReferenceProxy.swift
[203/244] Compiling SwiftXcodeProj PBXTarget.swift
[204/244] Compiling SwiftXcodeProj PBXTargetDependency.swift
[205/244] Compiling SwiftXcodeProj WorkspaceSettings.swift
[206/244] Compiling SwiftXcodeProj XCBreakpointList.swift
[207/244] Compiling SwiftXcodeProj XCDebugger.swift
[208/244] Compiling SwiftXcodeProj XCSharedData.swift
[209/244] Compiling SwiftXcodeProj XCUserData.swift
[210/244] Compiling SwiftXcodeProj Xcode.swift
[211/244] Compiling SwiftXcodeProj XcodeProj.swift
[212/244] Compiling SwiftXcodeProj Writable.swift
[213/244] Compiling SwiftXcodeProj XCScheme+AditionalOption.swift
[214/244] Compiling SwiftXcodeProj XCScheme+AnalyzeAction.swift
[215/244] Compiling SwiftXcodeProj XCScheme+ArchiveAction.swift
[216/244] Compiling SwiftXcodeProj XCScheme+BuildAction.swift
[217/244] Compiling SwiftXcodeProj XCScheme+BuildableProductRunnable.swift
[218/244] Compiling SwiftXcodeProj XCScheme+BuildableReference.swift
[219/244] Compiling SwiftXcodeProj XCScheme+CommandLineArguments.swift
[220/244] Compiling SwiftXcodeProj XCScheme+EnvironmentVariable.swift
[221/244] Compiling SwiftXcodeProj XCScheme+ExecutionAction.swift
[222/244] Compiling SwiftXcodeProj XCScheme+LaunchAction.swift
[223/244] Compiling SwiftXcodeProj XCScheme+LocationScenarioReference.swift
[224/244] Compiling SwiftXcodeProj XCScheme+PathRunnable.swift
[225/244] Compiling SwiftXcodeProj XCScheme+ProfileAction.swift
[226/244] Compiling SwiftXcodeProj Decoders.swift
[227/244] Compiling SwiftXcodeProj JSONDecoding.swift
[228/244] Compiling SwiftXcodeProj PBXBatchUpdater.swift
[229/244] Compiling SwiftXcodeProj PlistValue.swift
[230/244] Compiling SwiftXcodeProj ReferenceGenerator.swift
[231/244] Compiling SwiftXcodeProj XCConfig.swift
[232/244] Compiling SwiftXcodeProj XCWorkspace.swift
[233/244] Compiling SwiftXcodeProj XCWorkspaceData.swift
[234/244] Compiling SwiftXcodeProj XCWorkspaceDataElement.swift
[235/244] Compiling SwiftXcodeProj XCWorkspaceDataElementLocationType.swift
[236/244] Compiling SwiftXcodeProj XCWorkspaceDataFileRef.swift
[237/244] Compiling SwiftXcodeProj XCWorkspaceDataGroup.swift
[238/247] Wrapping AST for SwiftXcodeProj for debugging
[240/287] Compiling TestSupport TestHelpers.swift
[241/287] Emitting module TestSupport
[243/288] Emitting module ProjectSpec
[244/293] Compiling ProjectSpec TestPlan.swift
[245/293] Compiling ProjectSpec TestTargeReference.swift
[246/293] Compiling ProjectSpec VersionExtensions.swift
[247/293] Compiling ProjectSpec XCProjExtensions.swift
[248/293] Compiling ProjectSpec Yaml.swift
[249/293] Compiling ProjectSpec Dictionary+Extension.swift
[250/293] Compiling ProjectSpec Encoding.swift
[251/293] Compiling ProjectSpec FileType.swift
[252/293] Compiling ProjectSpec GroupOrdering.swift
[253/293] Compiling ProjectSpec Linkage.swift
[254/293] Compiling ProjectSpec NSRegularExpressionExtensions.swift
[255/293] Compiling ProjectSpec Target.swift
[256/293] Compiling ProjectSpec TargetReference.swift
[257/293] Compiling ProjectSpec TargetScheme.swift
[258/293] Compiling ProjectSpec TargetSource.swift
[259/293] Compiling ProjectSpec Template.swift
[260/293] Compiling ProjectSpec SpecOptions.swift
[261/293] Compiling ProjectSpec SpecParsingError.swift
[262/293] Compiling ProjectSpec SpecValidation.swift
[263/293] Compiling ProjectSpec SpecValidationError.swift
[264/293] Compiling ProjectSpec SwiftPackage.swift
[265/293] Compiling ProjectSpec PathContainer.swift
[266/293] Compiling ProjectSpec Platform.swift
[267/293] Compiling ProjectSpec Plist.swift
[268/293] Compiling ProjectSpec Project.swift
[269/293] Compiling ProjectSpec ProjectReference.swift
[270/293] Compiling ProjectSpec ProjectTarget.swift
[271/293] Compiling ProjectSpec AggregateTarget.swift
[272/293] Compiling ProjectSpec Array+Extension.swift
[273/293] Compiling ProjectSpec Breakpoint.swift
[274/293] Compiling ProjectSpec BuildPhaseSpec.swift
[275/293] Compiling ProjectSpec BuildRule.swift
[276/293] Compiling ProjectSpec BuildScript.swift
[277/293] Compiling ProjectSpec BuildSettingsContainer.swift
[278/293] Compiling ProjectSpec CacheFile.swift
[279/293] Compiling ProjectSpec Config.swift
[280/293] Compiling ProjectSpec Decoding.swift
[281/293] Compiling ProjectSpec Dependency.swift
[282/293] Compiling ProjectSpec DeploymentTarget.swift
[283/293] Compiling ProjectSpec Scheme.swift
[284/293] Compiling ProjectSpec Settings.swift
[285/293] Compiling ProjectSpec SourceType.swift
[286/293] Compiling ProjectSpec SpecFile.swift
[287/293] Compiling ProjectSpec SpecLoader.swift
[288/294] Wrapping AST for ProjectSpec for debugging
[290/308] Compiling XcodeGenKit GraphVizGenerator.swift
[291/308] Compiling XcodeGenKit InfoPlistGenerator.swift
[292/309] Compiling XcodeGenKit Version.swift
[293/309] Compiling XcodeGenKit XCProjExtensions.swift
[294/309] Compiling XcodeGenKit BreakpointGenerator.swift
[295/309] Compiling XcodeGenKit CarthageDependencyResolver.swift
[296/309] Emitting module XcodeGenKit
[297/309] Compiling XcodeGenKit CarthageVersionLoader.swift
[298/309] Compiling XcodeGenKit FileWriter.swift
[299/309] Compiling XcodeGenKit PBXProjGenerator.swift
[300/309] Compiling XcodeGenKit ProjectGenerator.swift
[301/309] Compiling XcodeGenKit SettingsPresetFile.swift
[302/309] Compiling XcodeGenKit SourceGenerator.swift
[303/309] Compiling XcodeGenKit SchemeGenerator.swift
[304/309] Compiling XcodeGenKit SettingsBuilder.swift
[305/310] Wrapping AST for XcodeGenKit for debugging
[307/317] Compiling XcodeGenCLI GenerationError.swift
[308/317] Compiling XcodeGenCLI XcodeGenCLI.swift
[309/317] Compiling XcodeGenCLI ProjectCommand.swift
[310/317] Compiling XcodeGenCLI DumpCommand.swift
[311/317] Compiling XcodeGenCLI Arguments.swift
[312/317] Compiling XcodeGenCLI GenerateCommand.swift
[313/317] Emitting module XcodeGenCLI
[314/318] Wrapping AST for XcodeGenCLI for debugging
[316/320] Compiling XcodeGen main.swift
[317/320] Emitting module XcodeGen
[318/321] Wrapping AST for XcodeGen for debugging
[319/321] Write Objects.LinkFileList
[320/321] Linking xcodegen
Build complete! (44.13s)
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" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Rainbow.git"
},
{
"identity" : "swiftxcodeproj",
"requirement" : {
"range" : [
{
"lower_bound" : "8.10.1",
"upper_bound" : "9.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/stackotter/SwiftXcodeProj.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" : "graphviz",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/wabiverse/GraphViz.git"
}
],
"manifest_display_name" : "XcodeGen",
"name" : "XcodeGen",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"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",
"GraphVizGeneratorTests.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",
"SwiftXcodeProj",
"PathKit",
"GraphViz"
],
"product_memberships" : [
"xcodegen",
"XcodeGenKit"
],
"sources" : [
"BreakpointGenerator.swift",
"CarthageDependencyResolver.swift",
"CarthageVersionLoader.swift",
"FileWriter.swift",
"GraphVizGenerator.swift",
"InfoPlistGenerator.swift",
"PBXProjGenerator.swift",
"ProjectGenerator.swift",
"SchemeGenerator.swift",
"SettingsBuilder.swift",
"SettingsPresetFile.swift",
"SourceGenerator.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/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" : [
"SwiftXcodeProj",
"Spectre",
"PathKit"
],
"sources" : [
"TestHelpers.swift"
],
"type" : "library"
},
{
"c99name" : "ProjectSpecTests",
"module_type" : "SwiftTarget",
"name" : "ProjectSpecTests",
"path" : "Tests/ProjectSpecTests",
"product_dependencies" : [
"Spectre",
"PathKit"
],
"sources" : [
"Dictionary+Extension_Tests.swift",
"ProjectSpecTests.swift",
"SpecLoadingTests.swift"
],
"target_dependencies" : [
"ProjectSpec",
"TestSupport"
],
"type" : "test"
},
{
"c99name" : "ProjectSpec",
"module_type" : "SwiftTarget",
"name" : "ProjectSpec",
"path" : "Sources/ProjectSpec",
"product_dependencies" : [
"JSONUtilities",
"SwiftXcodeProj",
"Yams",
"Version"
],
"product_memberships" : [
"xcodegen",
"XcodeGenKit",
"ProjectSpec"
],
"sources" : [
"AggregateTarget.swift",
"Array+Extension.swift",
"Breakpoint.swift",
"BuildPhaseSpec.swift",
"BuildRule.swift",
"BuildScript.swift",
"BuildSettingsContainer.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",
"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.1"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.