Build Information
Successful build of XcodeGen, reference master (8f5622
), with Swift 6.1 for Linux on 29 Apr 2025 07:16:14 UTC.
Swift 6 data race errors: 4
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/stackotter/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/stackotter/XcodeGen
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
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 master
========================================
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-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/wabiverse/GraphViz.git
Fetching https://github.com/mxcl/Version
Fetching https://github.com/jakeheis/SwiftCLI.git
Fetching https://github.com/stackotter/SwiftXcodeProj.git
Fetching https://github.com/onevcat/Rainbow.git
Fetching https://github.com/kylef/Spectre.git
[1/1196] Fetching rainbow
[1197/1484] Fetching rainbow, version
[1485/2059] Fetching rainbow, version, graphviz
[1503/3080] Fetching rainbow, version, graphviz, spectre
[1854/8154] Fetching rainbow, version, graphviz, spectre, swiftcli
Fetched https://github.com/onevcat/Rainbow.git from cache (0.46s)
[2167/6958] Fetching version, graphviz, spectre, swiftcli
Fetched https://github.com/mxcl/Version from cache (0.48s)
Fetched https://github.com/wabiverse/GraphViz.git from cache (0.49s)
[1639/6095] Fetching spectre, swiftcli
Fetching https://github.com/yonaskolb/JSONUtilities.git
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/kylef/PathKit.git
Fetched https://github.com/kylef/Spectre.git from cache (0.60s)
[3045/5074] Fetching swiftcli
[5075/6427] Fetching swiftcli, jsonutilities
[6428/7838] Fetching swiftcli, jsonutilities, pathkit
[7839/18175] Fetching swiftcli, jsonutilities, pathkit, yams
Fetched https://github.com/yonaskolb/JSONUtilities.git from cache (2.06s)
Fetched https://github.com/kylef/PathKit.git from cache (2.06s)
Fetched https://github.com/jpsim/Yams.git from cache (3.36s)
[1/16483] Fetching swiftxcodeproj
Fetched https://github.com/jakeheis/SwiftCLI.git from cache (5.19s)
Fetched https://github.com/stackotter/SwiftXcodeProj.git from cache (5.21s)
Computing version for https://github.com/wabiverse/GraphViz.git
Computed https://github.com/wabiverse/GraphViz.git at 0.6.0 (6.02s)
Computing version for https://github.com/jakeheis/SwiftCLI.git
Computed https://github.com/jakeheis/SwiftCLI.git at 6.0.3 (0.99s)
Computing version for https://github.com/yonaskolb/JSONUtilities.git
Computed https://github.com/yonaskolb/JSONUtilities.git at 4.2.0 (3.33s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (0.91s)
Computing version for https://github.com/stackotter/SwiftXcodeProj.git
Computed https://github.com/stackotter/SwiftXcodeProj.git at 8.11.0 (0.74s)
Fetching https://github.com/tadija/AEXML.git
[1/2127] Fetching aexml
Fetched https://github.com/tadija/AEXML.git from cache (0.57s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.6.1 (1.47s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.69s)
Computing version for https://github.com/mxcl/Version
Computed https://github.com/mxcl/Version at 2.1.0 (0.58s)
Computing version for https://github.com/onevcat/Rainbow.git
Computed https://github.com/onevcat/Rainbow.git at 3.2.0 (2.32s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.3.1 (0.62s)
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/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/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/jakeheis/SwiftCLI.git
Working copy of https://github.com/jakeheis/SwiftCLI.git resolved at 6.0.3
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.3.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/stackotter/SwiftXcodeProj.git
Working copy of https://github.com/stackotter/SwiftXcodeProj.git resolved at 8.11.0
Creating working copy for https://github.com/mxcl/Version
Working copy of https://github.com/mxcl/Version resolved at 2.1.0
Creating working copy for https://github.com/tadija/AEXML.git
Working copy of https://github.com/tadija/AEXML.git resolved at 4.6.1
Building for debugging...
[0/43] Write sources
[18/43] Compiling writer.c
[19/43] Compiling reader.c
[20/43] Compiling api.c
[21/43] Compiling parser.c
[22/43] Compiling emitter.c
[23/43] Write swift-version-24593BA9C3E375BF.txt
[24/43] Compiling scanner.c
[26/123] Emitting module AEXML
[27/123] Emitting module Version
[28/123] Compiling Version Version+Range.swift
[29/123] Emitting module Spectre
[30/123] Compiling JSONUtilities DecodingError.swift
[31/123] Compiling JSONUtilities Dictionary+JSONKey.swift
[32/124] Compiling Rainbow Style.swift
[33/125] Emitting module Rainbow
[36/125] Compiling Rainbow String+Rainbow.swift
[37/125] Compiling Rainbow StringGenerator.swift
[38/125] Compiling Version Version.swift
[39/125] Compiling GraphViz Location.swift
[40/125] Compiling GraphViz Ordering.swift
[41/127] Compiling GraphViz Rectangle.swift
[42/127] Compiling GraphViz Size.swift
[43/127] Compiling Rainbow XcodeColorsSupport.swift
[44/127] Compiling GraphViz AspectRatio.swift
[45/127] Compiling GraphViz Color.swift
[46/127] Compiling Spectre XCTest.swift
[47/127] Compiling Rainbow Color.swift
[48/127] Compiling Rainbow ControlCode.swift
[49/127] Compiling JSONUtilities JSONFileLoading.swift
[50/128] Compiling Spectre Global.swift
[51/128] Compiling Rainbow Rainbow.swift
[54/128] Compiling Rainbow ModesExtractor.swift
[55/128] Compiling Rainbow OutputTarget.swift
[56/128] Compiling GraphViz Point.swift
[57/128] Compiling GraphViz Position.swift
[58/129] Compiling AEXML Parser.swift
[59/129] Compiling Spectre Path.swift
[60/129] Compiling Spectre Reporter.swift
[61/129] Compiling Spectre GlobalContext.swift
[62/129] Compiling Spectre Reporters.swift
[63/129] Compiling JSONUtilities InvalidItemBehaviour.swift
[67/130] Compiling AEXML Document.swift
[68/130] Compiling SwiftCLI OptionRegistry.swift
[69/130] Compiling SwiftCLI Parameter.swift
[70/130] Compiling SwiftCLI Parser.swift
[72/130] Compiling SwiftCLI Validation.swift
[73/130] Compiling JSONUtilities URL+JSONPrimitiveConvertible.swift
[74/132] Compiling Version Version+Comparable.swift
[75/132] Compiling Version Version+Foundation.swift
[76/132] Compiling Version Version+Codable.swift
[78/133] Compiling AEXML Options.swift
[81/133] Compiling GraphViz LayoutAlgorithm.swift
[82/133] Compiling GraphViz Subgraph.swift
[83/133] Compiling AEXML Element.swift
[84/133] Compiling AEXML Error.swift
[98/134] Emitting module SwiftCLI
[101/134] Emitting module JSONUtilities
[102/134] Compiling JSONUtilities Dictionary+KeyPath.swift
[107/134] Emitting module GraphViz
[109/135] Wrapping AST for Rainbow for debugging
[110/135] Wrapping AST for Version for debugging
[113/154] Compiling SwiftCLI ValueBox.swift
[114/154] Compiling SwiftCLI VersionCommand.swift
[115/155] Compiling JSONUtilities JSONObjectConvertible.swift
[116/155] Compiling JSONUtilities JSONPrimitiveConvertible.swift
[117/155] Compiling JSONUtilities KeyPath.swift
[118/156] Compiling PathKit PathKit.swift
[119/156] Emitting module PathKit
[119/157] Wrapping AST for AEXML for debugging
[123/157] Wrapping AST for SwiftCLI for debugging
[124/157] Wrapping AST for JSONUtilities for debugging
[125/157] Wrapping AST for GraphViz for debugging
[126/161] Wrapping AST for PathKit for debugging
[128/161] Compiling DOT DOTRepresentable.swift
[129/161] Compiling DOT DOT.swift
[130/161] Emitting module DOT
[131/161] Compiling DOT DOTEncoder.swift
[132/248] Wrapping AST for DOT for debugging
[134/252] Emitting module Tools
[135/252] Compiling Tools which.swift
[136/252] Compiling Tools Graph+Rendering.swift
[137/252] Compiling Tools Renderer.swift
[139/253] Emitting module SwiftXcodeProj
[140/265] Compiling SwiftXcodeProj KeyedDecodingContainer+Additions.swift
[141/265] Compiling SwiftXcodeProj NSRecursiveLock+Sync.swift
[142/265] Compiling SwiftXcodeProj String+md5.swift
[143/265] Compiling SwiftXcodeProj BuildPhase.swift
[143/267] Wrapping AST for Tools for debugging
[145/267] Emitting module Yams
[146/267] Compiling SwiftXcodeProj Errors.swift
[147/267] Compiling SwiftXcodeProj AEXML+XcodeFormat.swift
[148/267] Compiling SwiftXcodeProj Array+Extras.swift
[149/267] Compiling Yams YamlError.swift
[150/267] Compiling Yams YamlTagProviding.swift
[154/267] Compiling SwiftXcodeProj Bool+Extras.swift
[155/267] Compiling SwiftXcodeProj Dictionary+Enumerate.swift
[156/267] Compiling SwiftXcodeProj Dictionary+Extras.swift
[159/267] Compiling SwiftXcodeProj Path+Extras.swift
[160/267] Compiling SwiftXcodeProj String+Utils.swift
[163/267] Compiling SwiftXcodeProj PBXBuildFile.swift
[164/267] 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: [],
[165/267] 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: [],
[166/267] 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: [],
[167/267] 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: [],
[168/267] 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: [],
[169/267] 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: [],
[170/267] 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: [],
[171/267] 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: [],
[172/267] 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: [],
[173/267] 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: [],
[174/267] 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: [],
[175/267] 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: [],
[179/267] Compiling SwiftXcodeProj PBXContainerItem.swift
[180/267] Compiling SwiftXcodeProj PBXContainerItemProxy.swift
[181/267] Compiling SwiftXcodeProj PBXFileElement.swift
[182/267] Compiling SwiftXcodeProj PBXFileReference.swift
[183/267] Compiling SwiftXcodeProj PBXGroup.swift
[187/268] Wrapping AST for Yams for debugging
[189/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 | }
[190/275] 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"]
[191/275] 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! }
[192/275] Compiling SwiftXcodeProj PBXReferenceProxy.swift
[193/275] Compiling SwiftXcodeProj PBXTarget.swift
[194/275] Compiling SwiftXcodeProj PBXTargetDependency.swift
[195/275] Compiling SwiftXcodeProj WorkspaceSettings.swift
[196/275] Compiling SwiftXcodeProj XCBreakpointList.swift
[197/275] Compiling SwiftXcodeProj XCDebugger.swift
[198/275] Compiling SwiftXcodeProj XCSharedData.swift
[199/275] Compiling SwiftXcodeProj XCUserData.swift
[200/275] Compiling SwiftXcodeProj Xcode.swift
[201/275] Compiling SwiftXcodeProj XcodeProj.swift
[202/275] Compiling SwiftXcodeProj Writable.swift
[203/275] Compiling SwiftXcodeProj XCScheme+AditionalOption.swift
[204/275] Compiling XcodeGenCore StringDiff.swift
[205/275] Compiling XcodeGenCore PathExtensions.swift
[206/275] Compiling SwiftXcodeProj PBXOutputSettings.swift
[207/275] Compiling SwiftXcodeProj PBXProj.swift
[208/275] Compiling SwiftXcodeProj PBXProjEncoder.swift
[209/275] Compiling SwiftXcodeProj PBXProject.swift
[210/275] Compiling SwiftXcodeProj Equality.generated.swift
[211/275] Compiling SwiftXcodeProj Sourcery.swift
[212/275] Compiling SwiftXcodeProj XCRemoteSwiftPackageReference.swift
[213/275] Compiling SwiftXcodeProj XCSwiftPackageProductDependency.swift
[214/275] Compiling SwiftXcodeProj PBXAggregateTarget.swift
[215/275] Compiling SwiftXcodeProj PBXLegacyTarget.swift
[216/275] Compiling SwiftXcodeProj PBXNativeTarget.swift
[217/275] Compiling SwiftXcodeProj PBXProductType.swift
[218/275] Compiling SwiftXcodeProj XCScheme+RemoteRunnable.swift
[219/275] Compiling SwiftXcodeProj XCScheme+Runnable.swift
[220/275] Compiling SwiftXcodeProj XCScheme+SerialAction.swift
[221/275] Compiling SwiftXcodeProj XCScheme+StoreKitConfigurationFileReference.swift
[222/275] Compiling SwiftXcodeProj XCScheme+TestAction.swift
[223/275] Compiling SwiftXcodeProj XCScheme+TestItem.swift
[224/275] Compiling SwiftXcodeProj XCScheme+TestPlanReference.swift
[225/275] Compiling SwiftXcodeProj XCScheme+TestableReference.swift
[226/275] Compiling SwiftXcodeProj XCScheme.swift
[227/275] Compiling SwiftXcodeProj XCSchemeManagement.swift
[228/275] Compiling SwiftXcodeProj BuildSettingsProvider.swift
[229/275] Compiling SwiftXcodeProj CommentedString.swift
[230/275] Compiling SwiftXcodeProj XCScheme+AnalyzeAction.swift
[231/275] Compiling SwiftXcodeProj XCScheme+ArchiveAction.swift
[232/275] Compiling SwiftXcodeProj XCScheme+BuildAction.swift
[233/275] Compiling SwiftXcodeProj XCScheme+BuildableProductRunnable.swift
[234/275] Compiling SwiftXcodeProj XCScheme+BuildableReference.swift
[235/275] Compiling SwiftXcodeProj XCScheme+CommandLineArguments.swift
[236/275] Compiling SwiftXcodeProj XCScheme+EnvironmentVariable.swift
[237/275] Compiling SwiftXcodeProj XCScheme+ExecutionAction.swift
[238/275] Compiling SwiftXcodeProj XCScheme+LaunchAction.swift
[239/275] Compiling SwiftXcodeProj XCScheme+LocationScenarioReference.swift
[240/275] Compiling SwiftXcodeProj XCScheme+PathRunnable.swift
[241/275] Compiling SwiftXcodeProj XCScheme+ProfileAction.swift
[249/275] Compiling SwiftXcodeProj XCVersionGroup.swift
[250/275] Compiling SwiftXcodeProj PBXObject.swift
[251/275] Compiling SwiftXcodeProj PBXObjectParser.swift
[252/275] Compiling SwiftXcodeProj PBXObjectReference.swift
[253/275] Compiling SwiftXcodeProj PBXObjects.swift
[254/275] Compiling SwiftXcodeProj PBXBuildPhase.swift
[255/275] Compiling SwiftXcodeProj PBXBuildRule.swift
[256/275] Compiling SwiftXcodeProj PBXCopyFilesBuildPhase.swift
[257/275] Compiling SwiftXcodeProj PBXFrameworksBuildPhase.swift
[258/275] Compiling SwiftXcodeProj PBXHeadersBuildPhase.swift
[259/275] Compiling SwiftXcodeProj PBXResourcesBuildPhase.swift
[260/275] Compiling SwiftXcodeProj PBXRezBuildPhase.swift
[261/275] Compiling SwiftXcodeProj PBXShellScriptBuildPhase.swift
[262/275] Compiling SwiftXcodeProj PBXSourcesBuildPhase.swift
[263/275] Compiling SwiftXcodeProj BuildSettings.swift
[264/275] Compiling SwiftXcodeProj XCBuildConfiguration.swift
[265/275] Compiling SwiftXcodeProj XCConfigurationList.swift
[266/275] 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"]
[267/275] Compiling XcodeGenCore MD5.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256: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/91] Compiling Yams Anchor.swift
[3/91] Compiling Yams Constructor.swift
[4/113] Compiling Rainbow StringGenerator.swift
[5/113] Compiling Version Version+Codable.swift
[6/113] Emitting module Version
[7/113] Compiling JSONUtilities JSONPrimitiveConvertible.swift
[8/113] Compiling JSONUtilities JSONObjectConvertible.swift
[9/114] Compiling Version Version+Foundation.swift
[10/114] Compiling Rainbow XcodeColorsSupport.swift
[11/114] Compiling Rainbow Style.swift
[12/114] Compiling JSONUtilities InvalidItemBehaviour.swift
[13/114] Compiling JSONUtilities JSONFileLoading.swift
[14/114] Compiling JSONUtilities Dictionary+KeyPath.swift
[15/114] Compiling JSONUtilities URL+JSONPrimitiveConvertible.swift
[16/114] Compiling SwiftCLI CompletionGenerator.swift
[17/114] Compiling SwiftCLI ArgumentList.swift
[18/114] Compiling SwiftCLI ArgumentListManipulator.swift
[19/114] Compiling SwiftCLI CLI.swift
[20/114] Emitting module JSONUtilities
[21/114] Compiling Spectre Reporters.swift
[22/114] Compiling Spectre Reporter.swift
[23/114] Compiling JSONUtilities KeyPath.swift
[24/115] Compiling Spectre GlobalContext.swift
[25/115] Compiling Spectre Path.swift
[26/115] Emitting module Rainbow
[27/115] Compiling Rainbow Rainbow.swift
[28/115] Compiling Rainbow String+Rainbow.swift
[29/116] Compiling SwiftCLI Stream.swift
[30/116] Compiling SwiftCLI Task.swift
[31/118] Compiling Yams YamlError.swift
[32/118] Compiling Yams YamlTagProviding.swift
[33/118] Compiling Spectre Global.swift
[34/120] Compiling SwiftCLI Command.swift
[35/120] Compiling SwiftCLI Compatibility.swift
[36/120] Emitting module Spectre
[40/120] Compiling Version Version+Range.swift
[41/120] Compiling Version Version+Comparable.swift
[42/120] Compiling Version Version.swift
[43/120] Emitting module SwiftCLI
[45/120] Compiling Spectre XCTest.swift
[46/120] Compiling SwiftCLI Parser.swift
[47/120] Compiling SwiftCLI Path.swift
[49/122] Compiling SwiftCLI Error.swift
[50/122] Compiling SwiftCLI HelpCommand.swift
[51/122] Compiling SwiftCLI HelpMessageGenerator.swift
[52/125] Compiling SwiftCLI ValueBox.swift
[53/125] Compiling SwiftCLI VersionCommand.swift
[60/126] Compiling SwiftCLI Input.swift
[61/126] Compiling SwiftCLI Option.swift
[62/126] Compiling AEXML Options.swift
[63/126] Compiling AEXML Error.swift
[66/126] Compiling SwiftCLI OptionGroup.swift
[67/126] Compiling SwiftCLI OptionRegistry.swift
[68/126] Compiling SwiftCLI Parameter.swift
[76/128] Emitting module AEXML
[79/128] Emitting module PathKit
[80/128] Compiling PathKit PathKit.swift
[91/130] Wrapping AST for PathKit for debugging
[94/130] Compiling AEXML Parser.swift
[95/130] Compiling AEXML Document.swift
[96/130] Compiling AEXML Element.swift
[100/130] Compiling GraphViz Rectangle.swift
[101/130] Compiling GraphViz Size.swift
[106/216] Compiling SwiftXcodeProj PBXBuildPhase.swift
[107/216] Compiling SwiftXcodeProj PBXBuildRule.swift
[108/216] Emitting module GraphViz
[109/216] Compiling SwiftXcodeProj PBXHeadersBuildPhase.swift
[110/216] Compiling SwiftXcodeProj PBXResourcesBuildPhase.swift
[111/217] Emitting module Yams
[114/217] Compiling SwiftXcodeProj PBXCopyFilesBuildPhase.swift
[115/217] Compiling SwiftXcodeProj PBXFrameworksBuildPhase.swift
[119/216] Wrapping AST for Yams for debugging
[121/220] Emitting module SwiftXcodeProj
[128/232] Compiling SwiftXcodeProj PBXRezBuildPhase.swift
[129/232] Compiling SwiftXcodeProj PBXShellScriptBuildPhase.swift
[130/232] Compiling SwiftXcodeProj PBXSourcesBuildPhase.swift
[131/232] Compiling SwiftXcodeProj BuildSettings.swift
[132/232] Compiling SwiftXcodeProj XCBuildConfiguration.swift
[133/232] Compiling SwiftXcodeProj XCConfigurationList.swift
[134/239] Compiling DOT DOT.swift
[135/239] Emitting module DOT
[136/239] Compiling SwiftXcodeProj Errors.swift
[137/239] Compiling SwiftXcodeProj AEXML+XcodeFormat.swift
[138/239] Compiling SwiftXcodeProj Array+Extras.swift
[139/239] Compiling SwiftXcodeProj Bool+Extras.swift
[140/239] Compiling SwiftXcodeProj Dictionary+Enumerate.swift
[141/239] Compiling SwiftXcodeProj Dictionary+Extras.swift
[142/239] Compiling SwiftXcodeProj KeyedDecodingContainer+Additions.swift
[143/239] Compiling SwiftXcodeProj NSRecursiveLock+Sync.swift
[144/239] Compiling SwiftXcodeProj Path+Extras.swift
[145/239] Compiling SwiftXcodeProj String+Utils.swift
[146/239] Compiling SwiftXcodeProj String+md5.swift
[147/239] Compiling SwiftXcodeProj BuildPhase.swift
[148/239] Compiling SwiftXcodeProj PBXBuildFile.swift
[149/239] Compiling DOT DOTRepresentable.swift
[150/239] Compiling XcodeGenCore ArrayExtensions.swift
[151/239] Compiling XcodeGenCore StringDiff.swift
[152/239] Compiling XcodeGenCore PathExtensions.swift
[153/239] Emitting module XcodeGenCore
[154/239] Compiling XcodeGenCore Glob.swift
[155/239] Compiling XcodeGenCore Atomic.swift
[156/239] Compiling DOT DOTEncoder.swift
[158/239] Compiling XcodeGenCore MD5.swift
[160/244] Compiling Tools which.swift
[160/244] Wrapping AST for XcodeGenCore for debugging
[162/244] Emitting module Tools
[163/244] Compiling Tools Renderer.swift
[164/244] Compiling Tools Graph+Rendering.swift
[166/244] Compiling SwiftXcodeProj XCScheme+RemoteRunnable.swift
[167/244] Compiling SwiftXcodeProj XCScheme+Runnable.swift
[168/244] Compiling SwiftXcodeProj XCScheme+SerialAction.swift
[169/244] Compiling SwiftXcodeProj XCScheme+StoreKitConfigurationFileReference.swift
[170/244] Compiling SwiftXcodeProj XCScheme+TestAction.swift
[171/244] Compiling SwiftXcodeProj XCScheme+TestItem.swift
[172/244] Compiling SwiftXcodeProj XCScheme+TestPlanReference.swift
[173/244] Compiling SwiftXcodeProj XCScheme+TestableReference.swift
[174/244] Compiling SwiftXcodeProj XCScheme.swift
[175/244] Compiling SwiftXcodeProj XCSchemeManagement.swift
[176/244] Compiling SwiftXcodeProj BuildSettingsProvider.swift
[177/244] Compiling SwiftXcodeProj CommentedString.swift
[178/244] Compiling SwiftXcodeProj PBXOutputSettings.swift
[179/244] Compiling SwiftXcodeProj PBXProj.swift
[180/244] Compiling SwiftXcodeProj PBXProjEncoder.swift
[181/244] Compiling SwiftXcodeProj PBXProject.swift
[182/244] Compiling SwiftXcodeProj Equality.generated.swift
[183/244] Compiling SwiftXcodeProj Sourcery.swift
[184/244] Compiling SwiftXcodeProj XCRemoteSwiftPackageReference.swift
[185/244] Compiling SwiftXcodeProj XCSwiftPackageProductDependency.swift
[186/244] Compiling SwiftXcodeProj PBXAggregateTarget.swift
[187/244] Compiling SwiftXcodeProj PBXLegacyTarget.swift
[188/244] Compiling SwiftXcodeProj PBXNativeTarget.swift
[189/244] Compiling SwiftXcodeProj PBXProductType.swift
[190/244] Compiling SwiftXcodeProj PBXReferenceProxy.swift
[191/244] Compiling SwiftXcodeProj PBXTarget.swift
[192/244] Compiling SwiftXcodeProj PBXTargetDependency.swift
[193/244] Compiling SwiftXcodeProj WorkspaceSettings.swift
[194/244] Compiling SwiftXcodeProj XCBreakpointList.swift
[195/244] Compiling SwiftXcodeProj XCDebugger.swift
[196/244] Compiling SwiftXcodeProj XCSharedData.swift
[197/244] Compiling SwiftXcodeProj XCUserData.swift
[198/244] Compiling SwiftXcodeProj Xcode.swift
[199/244] Compiling SwiftXcodeProj XcodeProj.swift
[200/244] Compiling SwiftXcodeProj Writable.swift
[201/244] Compiling SwiftXcodeProj XCScheme+AditionalOption.swift
[202/244] Compiling SwiftXcodeProj Decoders.swift
[203/244] Compiling SwiftXcodeProj JSONDecoding.swift
[204/244] Compiling SwiftXcodeProj PBXBatchUpdater.swift
[205/244] Compiling SwiftXcodeProj PlistValue.swift
[206/244] Compiling SwiftXcodeProj ReferenceGenerator.swift
[207/244] Compiling SwiftXcodeProj XCConfig.swift
[208/244] Compiling SwiftXcodeProj XCWorkspace.swift
[209/244] Compiling SwiftXcodeProj XCWorkspaceData.swift
[210/244] Compiling SwiftXcodeProj XCWorkspaceDataElement.swift
[211/244] Compiling SwiftXcodeProj XCWorkspaceDataElementLocationType.swift
[212/244] Compiling SwiftXcodeProj XCWorkspaceDataFileRef.swift
[213/244] Compiling SwiftXcodeProj XCWorkspaceDataGroup.swift
[214/244] Compiling SwiftXcodeProj PBXContainerItem.swift
[215/244] Compiling SwiftXcodeProj PBXContainerItemProxy.swift
[216/244] Compiling SwiftXcodeProj PBXFileElement.swift
[217/244] Compiling SwiftXcodeProj PBXFileReference.swift
[218/244] Compiling SwiftXcodeProj PBXGroup.swift
[219/244] Compiling SwiftXcodeProj PBXSourceTree.swift
[220/244] Compiling SwiftXcodeProj PBXVariantGroup.swift
[221/244] Compiling SwiftXcodeProj XCVersionGroup.swift
[222/244] Compiling SwiftXcodeProj PBXObject.swift
[223/244] Compiling SwiftXcodeProj PBXObjectParser.swift
[224/244] Compiling SwiftXcodeProj PBXObjectReference.swift
[225/244] Compiling SwiftXcodeProj PBXObjects.swift
[226/244] Compiling SwiftXcodeProj XCScheme+AnalyzeAction.swift
[227/244] Compiling SwiftXcodeProj XCScheme+ArchiveAction.swift
[228/244] Compiling SwiftXcodeProj XCScheme+BuildAction.swift
[229/244] Compiling SwiftXcodeProj XCScheme+BuildableProductRunnable.swift
[230/244] Compiling SwiftXcodeProj XCScheme+BuildableReference.swift
[231/244] Compiling SwiftXcodeProj XCScheme+CommandLineArguments.swift
[232/244] Compiling SwiftXcodeProj XCScheme+EnvironmentVariable.swift
[233/244] Compiling SwiftXcodeProj XCScheme+ExecutionAction.swift
[234/244] Compiling SwiftXcodeProj XCScheme+LaunchAction.swift
[235/244] Compiling SwiftXcodeProj XCScheme+LocationScenarioReference.swift
[236/244] Compiling SwiftXcodeProj XCScheme+PathRunnable.swift
[237/244] Compiling SwiftXcodeProj XCScheme+ProfileAction.swift
[238/245] Wrapping AST for SwiftXcodeProj for debugging
[240/287] Compiling TestSupport TestHelpers.swift
[241/287] Emitting module TestSupport
[243/288] Compiling ProjectSpec Dictionary+Extension.swift
[244/288] Compiling ProjectSpec Encoding.swift
[245/288] Compiling ProjectSpec FileType.swift
[246/288] Compiling ProjectSpec GroupOrdering.swift
[247/288] Compiling ProjectSpec Linkage.swift
[248/288] Compiling ProjectSpec NSRegularExpressionExtensions.swift
[249/293] Compiling ProjectSpec BuildSettingsContainer.swift
[250/293] Compiling ProjectSpec CacheFile.swift
[251/293] Compiling ProjectSpec Config.swift
[252/293] Compiling ProjectSpec Decoding.swift
[253/293] Compiling ProjectSpec Dependency.swift
[254/293] Compiling ProjectSpec DeploymentTarget.swift
[255/293] Compiling ProjectSpec AggregateTarget.swift
[256/293] Compiling ProjectSpec Array+Extension.swift
[257/293] Compiling ProjectSpec Breakpoint.swift
[258/293] Compiling ProjectSpec BuildPhaseSpec.swift
[259/293] Compiling ProjectSpec BuildRule.swift
[260/293] Compiling ProjectSpec BuildScript.swift
[261/293] Emitting module ProjectSpec
[262/293] Compiling ProjectSpec TestPlan.swift
[263/293] Compiling ProjectSpec TestTargeReference.swift
[264/293] Compiling ProjectSpec VersionExtensions.swift
[265/293] Compiling ProjectSpec XCProjExtensions.swift
[266/293] Compiling ProjectSpec Yaml.swift
[267/293] Compiling ProjectSpec Target.swift
[268/293] Compiling ProjectSpec TargetReference.swift
[269/293] Compiling ProjectSpec TargetScheme.swift
[270/293] Compiling ProjectSpec TargetSource.swift
[271/293] Compiling ProjectSpec Template.swift
[272/293] Compiling ProjectSpec PathContainer.swift
[273/293] Compiling ProjectSpec Platform.swift
[274/293] Compiling ProjectSpec Plist.swift
[275/293] Compiling ProjectSpec Project.swift
[276/293] Compiling ProjectSpec ProjectReference.swift
[277/293] Compiling ProjectSpec ProjectTarget.swift
[278/293] Compiling ProjectSpec SpecOptions.swift
[279/293] Compiling ProjectSpec SpecParsingError.swift
[280/293] Compiling ProjectSpec SpecValidation.swift
[281/293] Compiling ProjectSpec SpecValidationError.swift
[282/293] Compiling ProjectSpec SwiftPackage.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 Version.swift
[291/309] Compiling XcodeGenKit CarthageVersionLoader.swift
[292/309] Compiling XcodeGenKit FileWriter.swift
[293/309] Emitting module XcodeGenKit
[294/309] Compiling XcodeGenKit BreakpointGenerator.swift
[295/309] Compiling XcodeGenKit CarthageDependencyResolver.swift
[296/309] Compiling XcodeGenKit XCProjExtensions.swift
[297/309] Compiling XcodeGenKit SettingsPresetFile.swift
[298/309] Compiling XcodeGenKit SourceGenerator.swift
[299/309] Compiling XcodeGenKit SchemeGenerator.swift
[300/309] Compiling XcodeGenKit SettingsBuilder.swift
[301/309] Compiling XcodeGenKit PBXProjGenerator.swift
[302/309] Compiling XcodeGenKit ProjectGenerator.swift
[303/309] Compiling XcodeGenKit GraphVizGenerator.swift
[304/309] Compiling XcodeGenKit InfoPlistGenerator.swift
[305/310] Wrapping AST for XcodeGenKit for debugging
[307/317] Compiling XcodeGenCLI XcodeGenCLI.swift
[308/317] Compiling XcodeGenCLI GenerationError.swift
[309/317] Compiling XcodeGenCLI ProjectCommand.swift
[310/317] Compiling XcodeGenCLI GenerateCommand.swift
[311/317] Emitting module XcodeGenCLI
[312/317] Compiling XcodeGenCLI Arguments.swift
[313/317] Compiling XcodeGenCLI DumpCommand.swift
[314/318] Wrapping AST for XcodeGenCLI for debugging
[316/320] Emitting module XcodeGen
[317/320] Compiling XcodeGen main.swift
[318/321] Wrapping AST for XcodeGen for debugging
[319/321] Write Objects.LinkFileList
[320/321] Linking xcodegen
Build complete! (33.30s)
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.