Build Information
Successful build of xcconfig-extractor, reference 0.7.0 (1ace8d
), with Swift 6.1 for Linux on 26 Apr 2025 01:41:15 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/toshi0383/xcconfig-extractor.git
Reference: 0.7.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/toshi0383/xcconfig-extractor
* tag 0.7.0 -> FETCH_HEAD
HEAD is now at 1ace8d0 Update dependency
Submodule path 'Fixtures': checked out '71b00ed8e3d8c7f861300c4837988903bf072e10'
Submodule 'Fixtures' (https://github.com/toshi0383/xcodeproj-fixtures.git) registered for path 'Fixtures'
Cloning into '/host/spi-builder-workspace/Fixtures'...
Cloned https://github.com/toshi0383/xcconfig-extractor.git
Revision (git rev-parse @):
1ace8d0938b23044fbb3677c9ef8a3cfc47d3798
SUCCESS checkout https://github.com/toshi0383/xcconfig-extractor.git at 0.7.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/toshi0383/xcconfig-extractor.git
https://github.com/toshi0383/xcconfig-extractor.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "pathkit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kylef/PathKit"
},
{
"identity" : "commander",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kylef/Commander"
},
{
"identity" : "xcodeproj",
"requirement" : {
"range" : [
{
"lower_bound" : "7.14.0",
"upper_bound" : "8.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tuist/XcodeProj"
}
],
"manifest_display_name" : "xcconfig-extractor",
"name" : "xcconfig-extractor",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "xcconfig-extractor",
"targets" : [
"xcconfig-extractor"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "xcconfig_extractor",
"module_type" : "SwiftTarget",
"name" : "xcconfig-extractor",
"path" : "Sources/xcconfig-extractor",
"product_dependencies" : [
"PathKit",
"Commander",
"XcodeProj"
],
"product_memberships" : [
"xcconfig-extractor"
],
"sources" : [
"Config.swift",
"ErrorReporter.swift",
"ResultFormatter.swift",
"ResultObject.swift",
"main.swift"
],
"target_dependencies" : [
"Utilities"
],
"type" : "executable"
},
{
"c99name" : "UtilitiesTests",
"module_type" : "SwiftTarget",
"name" : "UtilitiesTests",
"path" : "Tests/UtilitiesTests",
"sources" : [
"FunctionsTests.swift"
],
"target_dependencies" : [
"Utilities"
],
"type" : "test"
},
{
"c99name" : "Utilities",
"module_type" : "SwiftTarget",
"name" : "Utilities",
"path" : "Sources/Utilities",
"product_dependencies" : [
"XcodeProj",
"PathKit",
"Commander"
],
"product_memberships" : [
"xcconfig-extractor"
],
"sources" : [
"OperatorAndFunctions.swift",
"PathKit+Commander.swift",
"Validators.swift",
"Xcodeproj.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/tuist/XcodeProj
Fetching https://github.com/kylef/PathKit
Fetching https://github.com/kylef/Commander
[1/1411] Fetching pathkit
[204/2999] Fetching pathkit, commander
[2986/26147] Fetching pathkit, commander, xcodeproj
Fetched https://github.com/kylef/Commander from cache (0.48s)
Fetched https://github.com/kylef/PathKit from cache (0.49s)
[695/23148] Fetching xcodeproj
Fetched https://github.com/tuist/XcodeProj from cache (2.45s)
Computing version for https://github.com/kylef/Commander
Computed https://github.com/kylef/Commander at 0.9.2 (6.45s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.37s)
Computing version for https://github.com/kylef/PathKit
Computed https://github.com/kylef/PathKit at 1.0.1 (4.28s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (1.08s)
Computing version for https://github.com/tuist/XcodeProj
Computed https://github.com/tuist/XcodeProj at 7.23.0 (0.97s)
Fetching https://github.com/tadija/AEXML
[1/2127] Fetching aexml
Fetched https://github.com/tadija/AEXML from cache (0.44s)
Computing version for https://github.com/tadija/AEXML
Computed https://github.com/tadija/AEXML at 4.5.0 (1.47s)
Creating working copy for https://github.com/tuist/XcodeProj
Working copy of https://github.com/tuist/XcodeProj resolved at 7.23.0
Creating working copy for https://github.com/tadija/AEXML
Working copy of https://github.com/tadija/AEXML resolved at 4.5.0
Creating working copy for https://github.com/kylef/Commander
Working copy of https://github.com/kylef/Commander resolved at 0.9.2
Creating working copy for https://github.com/kylef/PathKit
Working copy of https://github.com/kylef/PathKit resolved at 1.0.1
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Building for debugging...
[0/15] Write sources
[6/15] Write swift-version-24593BA9C3E375BF.txt
[8/32] Emitting module AEXML
[9/32] Compiling AEXML Document.swift
[10/32] Compiling AEXML Error.swift
[11/32] Compiling AEXML Element.swift
[12/32] Compiling AEXML Options.swift
[13/32] Compiling AEXML Parser.swift
[15/33] Compiling PathKit PathKit.swift
[16/33] Emitting module PathKit
[17/34] Compiling Commander Error.swift
[18/35] Wrapping AST for AEXML for debugging
[20/35] Compiling Commander Group.swift
[20/35] Wrapping AST for PathKit for debugging
[22/35] Compiling Commander ArgumentParser.swift
[23/35] Compiling Commander CommandType.swift
[24/35] Compiling Commander CommandRunner.swift
[25/35] Compiling Commander ArgumentConvertible.swift
[26/35] Compiling Commander ArgumentDescription.swift
[27/35] Compiling Commander Command.swift
[28/35] Emitting module Commander
[29/35] Compiling Commander Commands.swift
[30/120] Wrapping AST for Commander for debugging
[32/120] Compiling XcodeProj PBXBuildFile.swift
[33/120] Compiling XcodeProj PBXBuildPhase.swift
[34/120] Compiling XcodeProj PBXBuildRule.swift
[35/120] Compiling XcodeProj PBXCopyFilesBuildPhase.swift
[36/120] Compiling XcodeProj PBXFrameworksBuildPhase.swift
[37/120] Compiling XcodeProj PBXHeadersBuildPhase.swift
[38/120] Compiling XcodeProj PBXResourcesBuildPhase.swift
[39/120] Compiling XcodeProj PBXRezBuildPhase.swift
[40/120] Compiling XcodeProj PBXShellScriptBuildPhase.swift
[41/120] Compiling XcodeProj PBXSourcesBuildPhase.swift
[42/120] Compiling XcodeProj BuildSettings.swift
[43/120] Compiling XcodeProj XCBuildConfiguration.swift
[44/131] Compiling XcodeProj JSONDecoding.swift
/host/spi-builder-workspace/.build/checkouts/XcodeProj/Sources/XcodeProj/Utils/XCConfig.swift:54:9: error: unable to infer closure type without a type annotation
52 | /// - Returns: function that parses the line.
53 | static func configFrom(path: Path, projectPath: Path?) -> (String) -> (include: Path, config: XCConfig)? {
54 | { line in
| `- error: unable to infer closure type without a type annotation
55 | includeRegex.matches(in: line,
56 | options: [],
[45/131] Compiling XcodeProj PBXBatchUpdater.swift
/host/spi-builder-workspace/.build/checkouts/XcodeProj/Sources/XcodeProj/Utils/XCConfig.swift:54:9: error: unable to infer closure type without a type annotation
52 | /// - Returns: function that parses the line.
53 | static func configFrom(path: Path, projectPath: Path?) -> (String) -> (include: Path, config: XCConfig)? {
54 | { line in
| `- error: unable to infer closure type without a type annotation
55 | includeRegex.matches(in: line,
56 | options: [],
[46/131] Compiling XcodeProj PlistValue.swift
/host/spi-builder-workspace/.build/checkouts/XcodeProj/Sources/XcodeProj/Utils/XCConfig.swift:54:9: error: unable to infer closure type without a type annotation
52 | /// - Returns: function that parses the line.
53 | static func configFrom(path: Path, projectPath: Path?) -> (String) -> (include: Path, config: XCConfig)? {
54 | { line in
| `- error: unable to infer closure type without a type annotation
55 | includeRegex.matches(in: line,
56 | options: [],
[47/131] Compiling XcodeProj ReferenceGenerator.swift
/host/spi-builder-workspace/.build/checkouts/XcodeProj/Sources/XcodeProj/Utils/XCConfig.swift:54:9: error: unable to infer closure type without a type annotation
52 | /// - Returns: function that parses the line.
53 | static func configFrom(path: Path, projectPath: Path?) -> (String) -> (include: Path, config: XCConfig)? {
54 | { line in
| `- error: unable to infer closure type without a type annotation
55 | includeRegex.matches(in: line,
56 | options: [],
[48/131] Compiling XcodeProj XCConfig.swift
/host/spi-builder-workspace/.build/checkouts/XcodeProj/Sources/XcodeProj/Utils/XCConfig.swift:54:9: error: unable to infer closure type without a type annotation
52 | /// - Returns: function that parses the line.
53 | static func configFrom(path: Path, projectPath: Path?) -> (String) -> (include: Path, config: XCConfig)? {
54 | { line in
| `- error: unable to infer closure type without a type annotation
55 | includeRegex.matches(in: line,
56 | options: [],
[49/131] Compiling XcodeProj XCWorkspace.swift
/host/spi-builder-workspace/.build/checkouts/XcodeProj/Sources/XcodeProj/Utils/XCConfig.swift:54:9: error: unable to infer closure type without a type annotation
52 | /// - Returns: function that parses the line.
53 | static func configFrom(path: Path, projectPath: Path?) -> (String) -> (include: Path, config: XCConfig)? {
54 | { line in
| `- error: unable to infer closure type without a type annotation
55 | includeRegex.matches(in: line,
56 | options: [],
[50/131] Compiling XcodeProj XCWorkspaceData.swift
/host/spi-builder-workspace/.build/checkouts/XcodeProj/Sources/XcodeProj/Utils/XCConfig.swift:54:9: error: unable to infer closure type without a type annotation
52 | /// - Returns: function that parses the line.
53 | static func configFrom(path: Path, projectPath: Path?) -> (String) -> (include: Path, config: XCConfig)? {
54 | { line in
| `- error: unable to infer closure type without a type annotation
55 | includeRegex.matches(in: line,
56 | options: [],
[51/131] Compiling XcodeProj XCWorkspaceDataElement.swift
/host/spi-builder-workspace/.build/checkouts/XcodeProj/Sources/XcodeProj/Utils/XCConfig.swift:54:9: error: unable to infer closure type without a type annotation
52 | /// - Returns: function that parses the line.
53 | static func configFrom(path: Path, projectPath: Path?) -> (String) -> (include: Path, config: XCConfig)? {
54 | { line in
| `- error: unable to infer closure type without a type annotation
55 | includeRegex.matches(in: line,
56 | options: [],
[52/131] Compiling XcodeProj XCWorkspaceDataElementLocationType.swift
/host/spi-builder-workspace/.build/checkouts/XcodeProj/Sources/XcodeProj/Utils/XCConfig.swift:54:9: error: unable to infer closure type without a type annotation
52 | /// - Returns: function that parses the line.
53 | static func configFrom(path: Path, projectPath: Path?) -> (String) -> (include: Path, config: XCConfig)? {
54 | { line in
| `- error: unable to infer closure type without a type annotation
55 | includeRegex.matches(in: line,
56 | options: [],
[53/131] Compiling XcodeProj XCWorkspaceDataFileRef.swift
/host/spi-builder-workspace/.build/checkouts/XcodeProj/Sources/XcodeProj/Utils/XCConfig.swift:54:9: error: unable to infer closure type without a type annotation
52 | /// - Returns: function that parses the line.
53 | static func configFrom(path: Path, projectPath: Path?) -> (String) -> (include: Path, config: XCConfig)? {
54 | { line in
| `- error: unable to infer closure type without a type annotation
55 | includeRegex.matches(in: line,
56 | options: [],
[54/131] Compiling XcodeProj XCWorkspaceDataGroup.swift
/host/spi-builder-workspace/.build/checkouts/XcodeProj/Sources/XcodeProj/Utils/XCConfig.swift:54:9: error: unable to infer closure type without a type annotation
52 | /// - Returns: function that parses the line.
53 | static func configFrom(path: Path, projectPath: Path?) -> (String) -> (include: Path, config: XCConfig)? {
54 | { line in
| `- error: unable to infer closure type without a type annotation
55 | includeRegex.matches(in: line,
56 | options: [],
[55/131] Compiling XcodeProj XCScheme+Runnable.swift
[56/131] Compiling XcodeProj XCScheme+SerialAction.swift
[57/131] Compiling XcodeProj XCScheme+StoreKitConfigurationFileReference.swift
[58/131] Compiling XcodeProj XCScheme+TestAction.swift
[59/131] Compiling XcodeProj XCScheme+TestItem.swift
[60/131] Compiling XcodeProj XCScheme+TestPlanReference.swift
[61/131] Compiling XcodeProj XCScheme+TestableReference.swift
[62/131] Compiling XcodeProj XCScheme.swift
[63/131] Compiling XcodeProj BuildSettingsProvider.swift
[64/131] Compiling XcodeProj CommentedString.swift
[65/131] Compiling XcodeProj Decoders.swift
[66/131] Emitting module XcodeProj
[67/131] Compiling XcodeProj XCConfigurationList.swift
[68/131] Compiling XcodeProj PBXContainerItem.swift
[69/131] Compiling XcodeProj PBXContainerItemProxy.swift
[70/131] Compiling XcodeProj PBXFileElement.swift
[71/131] Compiling XcodeProj PBXFileReference.swift
[72/131] Compiling XcodeProj PBXGroup.swift
[73/131] Compiling XcodeProj PBXSourceTree.swift
[74/131] Compiling XcodeProj PBXVariantGroup.swift
[75/131] Compiling XcodeProj XCVersionGroup.swift
[76/131] Compiling XcodeProj PBXObject.swift
[77/131] Compiling XcodeProj PBXObjectParser.swift
[78/131] Compiling XcodeProj PBXObjectReference.swift
[79/131] Compiling XcodeProj Errors.swift
[80/131] Compiling XcodeProj AEXML+XcodeFormat.swift
[81/131] Compiling XcodeProj Array+Extras.swift
[82/131] Compiling XcodeProj Bool+Extras.swift
[83/131] Compiling XcodeProj Dictionary+Enumerate.swift
[84/131] Compiling XcodeProj Dictionary+Extras.swift
[85/131] Compiling XcodeProj KeyedDecodingContainer+Additions.swift
[86/131] Compiling XcodeProj NSRecursiveLock+Sync.swift
[87/131] Compiling XcodeProj Path+Extras.swift
[88/131] Compiling XcodeProj String+Utils.swift
[89/131] Compiling XcodeProj String+md5.swift
[90/131] Compiling XcodeProj BuildPhase.swift
[91/131] Compiling XcodeProj PBXProductType.swift
[92/131] Compiling XcodeProj PBXReferenceProxy.swift
[93/131] Compiling XcodeProj PBXTarget.swift
[94/131] Compiling XcodeProj PBXTargetDependency.swift
[95/131] Compiling XcodeProj WorkspaceSettings.swift
[96/131] Compiling XcodeProj XCBreakpointList.swift
[97/131] Compiling XcodeProj XCSharedData.swift
[98/131] Compiling XcodeProj Xcode.swift
[99/131] Compiling XcodeProj XcodeProj.swift
[100/131] Compiling XcodeProj Writable.swift
[101/131] Compiling XcodeProj XCScheme+AditionalOption.swift
[102/131] Compiling XcodeProj XCScheme+AnalyzeAction.swift
[103/131] Compiling XcodeProj XCScheme+ArchiveAction.swift
[104/131] Compiling XcodeProj XCScheme+BuildAction.swift
[105/131] Compiling XcodeProj XCScheme+BuildableProductRunnable.swift
[106/131] Compiling XcodeProj XCScheme+BuildableReference.swift
[107/131] Compiling XcodeProj XCScheme+CommandLineArguments.swift
[108/131] Compiling XcodeProj XCScheme+EnvironmentVariable.swift
[109/131] Compiling XcodeProj XCScheme+ExecutionAction.swift
[110/131] Compiling XcodeProj XCScheme+LaunchAction.swift
[111/131] Compiling XcodeProj XCScheme+LocationScenarioReference.swift
[112/131] Compiling XcodeProj XCScheme+PathRunnable.swift
[113/131] Compiling XcodeProj XCScheme+ProfileAction.swift
[114/131] Compiling XcodeProj XCScheme+RemoteRunnable.swift
[115/131] Compiling XcodeProj PBXObjects.swift
[116/131] Compiling XcodeProj PBXOutputSettings.swift
[117/131] Compiling XcodeProj PBXProj.swift
[118/131] Compiling XcodeProj PBXProjEncoder.swift
[119/131] Compiling XcodeProj PBXProject.swift
[120/131] Compiling XcodeProj Equality.generated.swift
[121/131] Compiling XcodeProj Sourcery.swift
[122/131] Compiling XcodeProj XCRemoteSwiftPackageReference.swift
[123/131] Compiling XcodeProj XCSwiftPackageProductDependency.swift
[124/131] Compiling XcodeProj PBXAggregateTarget.swift
[125/131] Compiling XcodeProj PBXLegacyTarget.swift
[126/131] Compiling XcodeProj PBXNativeTarget.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256: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/9] Write swift-version-24593BA9C3E375BF.txt
[2/26] Compiling Commander Error.swift
[3/27] Compiling AEXML Error.swift
[4/27] Compiling AEXML Options.swift
[5/27] Compiling AEXML Parser.swift
[6/27] Compiling Commander ArgumentParser.swift
[7/27] Emitting module AEXML
[8/27] Compiling AEXML Document.swift
[9/27] Compiling AEXML Element.swift
[10/28] Compiling Commander Group.swift
[12/27] Emitting module PathKit
[13/27] Compiling PathKit PathKit.swift
[14/28] Wrapping AST for PathKit for debugging
[16/28] Emitting module Commander
[17/28] Compiling Commander ArgumentConvertible.swift
[18/28] Compiling Commander ArgumentDescription.swift
[19/112] Emitting module XcodeProj
[20/112] Compiling XcodeProj Errors.swift
[21/112] Compiling XcodeProj AEXML+XcodeFormat.swift
[22/112] Compiling XcodeProj Array+Extras.swift
[23/112] Compiling XcodeProj Bool+Extras.swift
[24/112] Compiling XcodeProj Dictionary+Enumerate.swift
[25/112] Compiling XcodeProj Dictionary+Extras.swift
[26/112] Compiling XcodeProj KeyedDecodingContainer+Additions.swift
[27/112] Compiling XcodeProj NSRecursiveLock+Sync.swift
[28/112] Compiling XcodeProj Path+Extras.swift
[29/112] Compiling XcodeProj String+Utils.swift
[30/112] Compiling XcodeProj String+md5.swift
[31/112] Compiling XcodeProj BuildPhase.swift
[32/123] Compiling XcodeProj XCScheme+Runnable.swift
[33/123] Compiling XcodeProj XCScheme+SerialAction.swift
[34/123] Compiling XcodeProj XCScheme+StoreKitConfigurationFileReference.swift
[35/123] Compiling XcodeProj XCScheme+TestAction.swift
[36/123] Compiling XcodeProj XCScheme+TestItem.swift
[37/123] Compiling XcodeProj XCScheme+TestPlanReference.swift
[38/123] Compiling XcodeProj XCScheme+TestableReference.swift
[39/123] Compiling XcodeProj XCScheme.swift
[40/123] Compiling XcodeProj BuildSettingsProvider.swift
[41/123] Compiling XcodeProj CommentedString.swift
[42/123] Compiling XcodeProj Decoders.swift
[43/123] Compiling XcodeProj PBXProductType.swift
[44/123] Compiling XcodeProj PBXReferenceProxy.swift
[45/123] Compiling XcodeProj PBXTarget.swift
[46/123] Compiling XcodeProj PBXTargetDependency.swift
[47/123] Compiling XcodeProj WorkspaceSettings.swift
[48/123] Compiling XcodeProj XCBreakpointList.swift
[49/123] Compiling XcodeProj XCSharedData.swift
[50/123] Compiling XcodeProj Xcode.swift
[51/123] Compiling XcodeProj XcodeProj.swift
[52/123] Compiling XcodeProj Writable.swift
[53/123] Compiling XcodeProj XCScheme+AditionalOption.swift
[54/123] Compiling XcodeProj XCScheme+AnalyzeAction.swift
[55/123] Compiling XcodeProj XCScheme+ArchiveAction.swift
[56/123] Compiling XcodeProj XCScheme+BuildAction.swift
[57/123] Compiling XcodeProj XCScheme+BuildableProductRunnable.swift
[58/123] Compiling XcodeProj XCScheme+BuildableReference.swift
[59/123] Compiling XcodeProj XCScheme+CommandLineArguments.swift
[60/123] Compiling XcodeProj XCScheme+EnvironmentVariable.swift
[61/123] Compiling XcodeProj XCScheme+ExecutionAction.swift
[62/123] Compiling XcodeProj XCScheme+LaunchAction.swift
[63/123] Compiling XcodeProj XCScheme+LocationScenarioReference.swift
[64/123] Compiling XcodeProj XCScheme+PathRunnable.swift
[65/123] Compiling XcodeProj XCScheme+ProfileAction.swift
[66/123] Compiling XcodeProj XCScheme+RemoteRunnable.swift
[67/123] Compiling XcodeProj XCConfigurationList.swift
[68/123] Compiling XcodeProj PBXContainerItem.swift
[69/123] Compiling XcodeProj PBXContainerItemProxy.swift
[70/123] Compiling XcodeProj PBXFileElement.swift
[71/123] Compiling XcodeProj PBXFileReference.swift
[72/123] Compiling XcodeProj PBXGroup.swift
[73/123] Compiling XcodeProj PBXSourceTree.swift
[74/123] Compiling XcodeProj PBXVariantGroup.swift
[75/123] Compiling XcodeProj XCVersionGroup.swift
[76/123] Compiling XcodeProj PBXObject.swift
[77/123] Compiling XcodeProj PBXObjectParser.swift
[78/123] Compiling XcodeProj PBXObjectReference.swift
[79/123] Compiling XcodeProj PBXBuildFile.swift
[80/123] Compiling XcodeProj PBXBuildPhase.swift
[81/123] Compiling XcodeProj PBXBuildRule.swift
[82/123] Compiling XcodeProj PBXCopyFilesBuildPhase.swift
[83/123] Compiling XcodeProj PBXFrameworksBuildPhase.swift
[84/123] Compiling XcodeProj PBXHeadersBuildPhase.swift
[85/123] Compiling XcodeProj PBXResourcesBuildPhase.swift
[86/123] Compiling XcodeProj PBXRezBuildPhase.swift
[87/123] Compiling XcodeProj PBXShellScriptBuildPhase.swift
[88/123] Compiling XcodeProj PBXSourcesBuildPhase.swift
[89/123] Compiling XcodeProj BuildSettings.swift
[90/123] Compiling XcodeProj XCBuildConfiguration.swift
[91/123] Compiling XcodeProj PBXObjects.swift
[92/123] Compiling XcodeProj PBXOutputSettings.swift
[93/123] Compiling XcodeProj PBXProj.swift
[94/123] Compiling XcodeProj PBXProjEncoder.swift
[95/123] Compiling XcodeProj PBXProject.swift
[96/123] Compiling XcodeProj Equality.generated.swift
[97/123] Compiling XcodeProj Sourcery.swift
[98/123] Compiling XcodeProj XCRemoteSwiftPackageReference.swift
[99/123] Compiling XcodeProj XCSwiftPackageProductDependency.swift
[100/123] Compiling XcodeProj PBXAggregateTarget.swift
[101/123] Compiling XcodeProj PBXLegacyTarget.swift
[102/123] Compiling XcodeProj PBXNativeTarget.swift
[103/123] Compiling Commander CommandRunner.swift
[104/123] Compiling Commander CommandType.swift
[105/123] Compiling Commander Commands.swift
[106/123] Compiling Commander Command.swift
[107/124] Compiling XcodeProj JSONDecoding.swift
[108/124] Compiling XcodeProj PBXBatchUpdater.swift
[109/124] Compiling XcodeProj PlistValue.swift
[110/124] Compiling XcodeProj ReferenceGenerator.swift
[111/124] Compiling XcodeProj XCConfig.swift
[112/124] Compiling XcodeProj XCWorkspace.swift
[113/124] Compiling XcodeProj XCWorkspaceData.swift
[114/124] Compiling XcodeProj XCWorkspaceDataElement.swift
[115/124] Compiling XcodeProj XCWorkspaceDataElementLocationType.swift
[116/124] Compiling XcodeProj XCWorkspaceDataFileRef.swift
[117/124] Compiling XcodeProj XCWorkspaceDataGroup.swift
[119/125] Wrapping AST for Commander for debugging
[120/125] Wrapping AST for XcodeProj for debugging
[122/130] Compiling Utilities Xcodeproj.swift
[123/130] Compiling Utilities Validators.swift
[124/130] Compiling Utilities PathKit+Commander.swift
/host/spi-builder-workspace/Sources/Utilities/PathKit+Commander.swift:7:1: warning: extension declares a conformance of imported type 'Path' to imported protocol 'ArgumentConvertible'; this will not behave correctly if the owners of 'PathKit' introduce this conformance in the future
5 | // MARK: ArgumentConvertible
6 |
7 | extension Path: ArgumentConvertible {
| |- warning: extension declares a conformance of imported type 'Path' to imported protocol 'ArgumentConvertible'; this will not behave correctly if the owners of 'PathKit' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
8 |
9 | public init(parser: ArgumentParser) throws {
[125/130] Compiling Utilities OperatorAndFunctions.swift
[126/130] Emitting module Utilities
/host/spi-builder-workspace/Sources/Utilities/PathKit+Commander.swift:7:1: warning: extension declares a conformance of imported type 'Path' to imported protocol 'ArgumentConvertible'; this will not behave correctly if the owners of 'PathKit' introduce this conformance in the future
5 | // MARK: ArgumentConvertible
6 |
7 | extension Path: ArgumentConvertible {
| |- warning: extension declares a conformance of imported type 'Path' to imported protocol 'ArgumentConvertible'; this will not behave correctly if the owners of 'PathKit' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
8 |
9 | public init(parser: ArgumentParser) throws {
[127/131] Wrapping AST for Utilities for debugging
[129/137] Compiling xcconfig_extractor ResultObject.swift
[130/137] Compiling xcconfig_extractor ResultFormatter.swift
[131/137] Compiling xcconfig_extractor Config.swift
[132/137] Compiling xcconfig_extractor ErrorReporter.swift
[133/137] Emitting module xcconfig_extractor
[134/137] Compiling xcconfig_extractor main.swift
[135/138] Wrapping AST for xcconfig-extractor for debugging
[136/138] Write Objects.LinkFileList
[137/138] Linking xcconfig-extractor
Build complete! (31.00s)
Build complete.
{
"dependencies" : [
{
"identity" : "pathkit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kylef/PathKit"
},
{
"identity" : "commander",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kylef/Commander"
},
{
"identity" : "xcodeproj",
"requirement" : {
"range" : [
{
"lower_bound" : "7.14.0",
"upper_bound" : "8.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tuist/XcodeProj"
}
],
"manifest_display_name" : "xcconfig-extractor",
"name" : "xcconfig-extractor",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "xcconfig-extractor",
"targets" : [
"xcconfig-extractor"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "xcconfig_extractor",
"module_type" : "SwiftTarget",
"name" : "xcconfig-extractor",
"path" : "Sources/xcconfig-extractor",
"product_dependencies" : [
"PathKit",
"Commander",
"XcodeProj"
],
"product_memberships" : [
"xcconfig-extractor"
],
"sources" : [
"Config.swift",
"ErrorReporter.swift",
"ResultFormatter.swift",
"ResultObject.swift",
"main.swift"
],
"target_dependencies" : [
"Utilities"
],
"type" : "executable"
},
{
"c99name" : "UtilitiesTests",
"module_type" : "SwiftTarget",
"name" : "UtilitiesTests",
"path" : "Tests/UtilitiesTests",
"sources" : [
"FunctionsTests.swift"
],
"target_dependencies" : [
"Utilities"
],
"type" : "test"
},
{
"c99name" : "Utilities",
"module_type" : "SwiftTarget",
"name" : "Utilities",
"path" : "Sources/Utilities",
"product_dependencies" : [
"XcodeProj",
"PathKit",
"Commander"
],
"product_memberships" : [
"xcconfig-extractor"
],
"sources" : [
"OperatorAndFunctions.swift",
"PathKit+Commander.swift",
"Validators.swift",
"Xcodeproj.swift"
],
"type" : "library"
}
],
"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.