The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of xcconfig-extractor, reference master (89996f), with Swift 6.1 for Linux on 26 Apr 2025 01:40:45 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/toshi0383/xcconfig-extractor.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/toshi0383/xcconfig-extractor
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 89996f3 Update Dependency with Xcode 12.4 (#27)
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 @):
89996f3cd660cfe60774b72d153e51593f44d935
SUCCESS checkout https://github.com/toshi0383/xcconfig-extractor.git at master
========================================
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.19.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
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "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-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/kylef/PathKit
Fetching https://github.com/kylef/Commander
Fetching https://github.com/tuist/XcodeProj
[1/1588] Fetching commander
[1143/2999] Fetching commander, pathkit
[3000/26147] Fetching commander, pathkit, xcodeproj
Fetched https://github.com/kylef/Commander from cache (1.97s)
Fetched https://github.com/kylef/PathKit from cache (1.97s)
Fetched https://github.com/tuist/XcodeProj from cache (2.02s)
Computing version for https://github.com/kylef/Commander
Computed https://github.com/kylef/Commander at 0.9.2 (5.29s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.32s)
Computing version for https://github.com/kylef/PathKit
Computed https://github.com/kylef/PathKit at 1.0.1 (3.43s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.73s)
Computing version for https://github.com/tuist/XcodeProj
Computed https://github.com/tuist/XcodeProj at 7.23.0 (0.85s)
Fetching https://github.com/tadija/AEXML
[1/2127] Fetching aexml
Fetched https://github.com/tadija/AEXML from cache (0.37s)
Computing version for https://github.com/tadija/AEXML
Computed https://github.com/tadija/AEXML at 4.5.0 (1.26s)
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/tuist/XcodeProj
Working copy of https://github.com/tuist/XcodeProj resolved at 7.23.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/tadija/AEXML
Working copy of https://github.com/tadija/AEXML resolved at 4.5.0
Creating working copy for https://github.com/kylef/PathKit
Working copy of https://github.com/kylef/PathKit resolved at 1.0.1
Building for debugging...
[0/15] Write sources
[6/15] Write swift-version-24593BA9C3E375BF.txt
[8/32] Emitting module Commander
[9/33] Compiling Commander ArgumentParser.swift
[10/33] Compiling Commander CommandType.swift
[11/33] Compiling Commander ArgumentConvertible.swift
[12/33] Compiling Commander ArgumentDescription.swift
[13/33] Compiling Commander Group.swift
[14/33] Compiling Commander Command.swift
[15/33] Compiling AEXML Error.swift
[16/33] Compiling AEXML Options.swift
[17/33] Compiling AEXML Parser.swift
[18/33] Compiling AEXML Element.swift
[19/33] Emitting module AEXML
[20/33] Compiling AEXML Document.swift
[21/34] Compiling PathKit PathKit.swift
[23/34] Emitting module PathKit
[25/35] Compiling Commander Error.swift
[25/35] Wrapping AST for AEXML for debugging
[26/35] Wrapping AST for PathKit for debugging
[28/119] Compiling Commander CommandRunner.swift
[29/119] Compiling Commander Commands.swift
[30/120] Wrapping AST for Commander for debugging
[32/120] Emitting module XcodeProj
[33/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: [],
[34/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: [],
[35/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: [],
[36/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: [],
[37/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: [],
[38/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: [],
[39/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: [],
[40/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: [],
[41/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: [],
[42/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: [],
[43/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: [],
[44/131] Compiling XcodeProj XCScheme+ArchiveAction.swift
[45/131] Compiling XcodeProj XCScheme+BuildAction.swift
[46/131] Compiling XcodeProj XCScheme+BuildableProductRunnable.swift
[47/131] Compiling XcodeProj XCScheme+BuildableReference.swift
[48/131] Compiling XcodeProj XCScheme+CommandLineArguments.swift
[49/131] Compiling XcodeProj XCScheme+EnvironmentVariable.swift
[50/131] Compiling XcodeProj XCScheme+ExecutionAction.swift
[51/131] Compiling XcodeProj XCScheme+LaunchAction.swift
[52/131] Compiling XcodeProj XCScheme+LocationScenarioReference.swift
[53/131] Compiling XcodeProj XCScheme+PathRunnable.swift
[54/131] Compiling XcodeProj XCScheme+ProfileAction.swift
[55/131] Compiling XcodeProj XCScheme+RemoteRunnable.swift
[56/131] Compiling XcodeProj XCConfigurationList.swift
[57/131] Compiling XcodeProj PBXContainerItem.swift
[58/131] Compiling XcodeProj PBXContainerItemProxy.swift
[59/131] Compiling XcodeProj PBXFileElement.swift
[60/131] Compiling XcodeProj PBXFileReference.swift
[61/131] Compiling XcodeProj PBXGroup.swift
[62/131] Compiling XcodeProj PBXSourceTree.swift
[63/131] Compiling XcodeProj PBXVariantGroup.swift
[64/131] Compiling XcodeProj XCVersionGroup.swift
[65/131] Compiling XcodeProj PBXObject.swift
[66/131] Compiling XcodeProj PBXObjectParser.swift
[67/131] Compiling XcodeProj PBXObjectReference.swift
[68/131] Compiling XcodeProj XCScheme+Runnable.swift
[69/131] Compiling XcodeProj XCScheme+SerialAction.swift
[70/131] Compiling XcodeProj XCScheme+StoreKitConfigurationFileReference.swift
[71/131] Compiling XcodeProj XCScheme+TestAction.swift
[72/131] Compiling XcodeProj XCScheme+TestItem.swift
[73/131] Compiling XcodeProj XCScheme+TestPlanReference.swift
[74/131] Compiling XcodeProj XCScheme+TestableReference.swift
[75/131] Compiling XcodeProj XCScheme.swift
[76/131] Compiling XcodeProj BuildSettingsProvider.swift
[77/131] Compiling XcodeProj CommentedString.swift
[78/131] Compiling XcodeProj Decoders.swift
[79/131] Compiling XcodeProj PBXProductType.swift
[80/131] Compiling XcodeProj PBXReferenceProxy.swift
[81/131] Compiling XcodeProj PBXTarget.swift
[82/131] Compiling XcodeProj PBXTargetDependency.swift
[83/131] Compiling XcodeProj WorkspaceSettings.swift
[84/131] Compiling XcodeProj XCBreakpointList.swift
[85/131] Compiling XcodeProj XCSharedData.swift
[86/131] Compiling XcodeProj Xcode.swift
[87/131] Compiling XcodeProj XcodeProj.swift
[88/131] Compiling XcodeProj Writable.swift
[89/131] Compiling XcodeProj XCScheme+AditionalOption.swift
[90/131] Compiling XcodeProj XCScheme+AnalyzeAction.swift
[91/131] Compiling XcodeProj PBXBuildFile.swift
[92/131] Compiling XcodeProj PBXBuildPhase.swift
[93/131] Compiling XcodeProj PBXBuildRule.swift
[94/131] Compiling XcodeProj PBXCopyFilesBuildPhase.swift
[95/131] Compiling XcodeProj PBXFrameworksBuildPhase.swift
[96/131] Compiling XcodeProj PBXHeadersBuildPhase.swift
[97/131] Compiling XcodeProj PBXResourcesBuildPhase.swift
[98/131] Compiling XcodeProj PBXRezBuildPhase.swift
[99/131] Compiling XcodeProj PBXShellScriptBuildPhase.swift
[100/131] Compiling XcodeProj PBXSourcesBuildPhase.swift
[101/131] Compiling XcodeProj BuildSettings.swift
[102/131] Compiling XcodeProj XCBuildConfiguration.swift
[103/131] Compiling XcodeProj Errors.swift
[104/131] Compiling XcodeProj AEXML+XcodeFormat.swift
[105/131] Compiling XcodeProj Array+Extras.swift
[106/131] Compiling XcodeProj Bool+Extras.swift
[107/131] Compiling XcodeProj Dictionary+Enumerate.swift
[108/131] Compiling XcodeProj Dictionary+Extras.swift
[109/131] Compiling XcodeProj KeyedDecodingContainer+Additions.swift
[110/131] Compiling XcodeProj NSRecursiveLock+Sync.swift
[111/131] Compiling XcodeProj Path+Extras.swift
[112/131] Compiling XcodeProj String+Utils.swift
[113/131] Compiling XcodeProj String+md5.swift
[114/131] Compiling XcodeProj BuildPhase.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-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256: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 Commander ArgumentParser.swift
[4/27] Compiling AEXML Error.swift
[5/27] Compiling AEXML Parser.swift
[6/27] Compiling AEXML Options.swift
[7/27] Compiling AEXML Document.swift
[8/27] Emitting module AEXML
[9/27] Compiling AEXML Element.swift
[10/28] Compiling Commander Group.swift
[12/27] Compiling PathKit PathKit.swift
[13/27] Emitting module PathKit
[15/28] Compiling Commander ArgumentConvertible.swift
[16/28] Compiling Commander ArgumentDescription.swift
[16/28] Wrapping AST for PathKit for debugging
[18/112] Emitting module XcodeProj
[19/112] Compiling XcodeProj PBXBuildFile.swift
[20/112] Compiling XcodeProj PBXBuildPhase.swift
[21/112] Compiling XcodeProj PBXBuildRule.swift
[22/112] Compiling XcodeProj PBXCopyFilesBuildPhase.swift
[23/112] Compiling XcodeProj PBXFrameworksBuildPhase.swift
[24/112] Compiling XcodeProj PBXHeadersBuildPhase.swift
[25/112] Compiling XcodeProj PBXResourcesBuildPhase.swift
[26/112] Compiling XcodeProj PBXRezBuildPhase.swift
[27/112] Compiling XcodeProj PBXShellScriptBuildPhase.swift
[28/112] Compiling XcodeProj PBXSourcesBuildPhase.swift
[29/112] Compiling XcodeProj BuildSettings.swift
[30/112] Compiling XcodeProj XCBuildConfiguration.swift
[31/112] Compiling XcodeProj Errors.swift
[32/112] Compiling XcodeProj AEXML+XcodeFormat.swift
[33/112] Compiling XcodeProj Array+Extras.swift
[34/112] Compiling XcodeProj Bool+Extras.swift
[35/112] Compiling XcodeProj Dictionary+Enumerate.swift
[36/112] Compiling XcodeProj Dictionary+Extras.swift
[37/112] Compiling XcodeProj KeyedDecodingContainer+Additions.swift
[38/112] Compiling XcodeProj NSRecursiveLock+Sync.swift
[39/112] Compiling XcodeProj Path+Extras.swift
[40/112] Compiling XcodeProj String+Utils.swift
[41/112] Compiling XcodeProj String+md5.swift
[42/112] Compiling XcodeProj BuildPhase.swift
[43/123] Compiling XcodeProj XCConfigurationList.swift
[44/123] Compiling XcodeProj PBXContainerItem.swift
[45/123] Compiling XcodeProj PBXContainerItemProxy.swift
[46/123] Compiling XcodeProj PBXFileElement.swift
[47/123] Compiling XcodeProj PBXFileReference.swift
[48/123] Compiling XcodeProj PBXGroup.swift
[49/123] Compiling XcodeProj PBXSourceTree.swift
[50/123] Compiling XcodeProj PBXVariantGroup.swift
[51/123] Compiling XcodeProj XCVersionGroup.swift
[52/123] Compiling XcodeProj PBXObject.swift
[53/123] Compiling XcodeProj PBXObjectParser.swift
[54/123] Compiling XcodeProj PBXObjectReference.swift
[55/123] Compiling XcodeProj XCScheme+Runnable.swift
[56/123] Compiling XcodeProj XCScheme+SerialAction.swift
[57/123] Compiling XcodeProj XCScheme+StoreKitConfigurationFileReference.swift
[58/123] Compiling XcodeProj XCScheme+TestAction.swift
[59/123] Compiling XcodeProj XCScheme+TestItem.swift
[60/123] Compiling XcodeProj XCScheme+TestPlanReference.swift
[61/123] Compiling XcodeProj XCScheme+TestableReference.swift
[62/123] Compiling XcodeProj XCScheme.swift
[63/123] Compiling XcodeProj BuildSettingsProvider.swift
[64/123] Compiling XcodeProj CommentedString.swift
[65/123] Compiling XcodeProj Decoders.swift
[66/123] Compiling XcodeProj PBXProductType.swift
[67/123] Compiling XcodeProj PBXReferenceProxy.swift
[68/123] Compiling XcodeProj PBXTarget.swift
[69/123] Compiling XcodeProj PBXTargetDependency.swift
[70/123] Compiling XcodeProj WorkspaceSettings.swift
[71/123] Compiling XcodeProj XCBreakpointList.swift
[72/123] Compiling XcodeProj XCSharedData.swift
[73/123] Compiling XcodeProj Xcode.swift
[74/123] Compiling XcodeProj XcodeProj.swift
[75/123] Compiling XcodeProj Writable.swift
[76/123] Compiling XcodeProj XCScheme+AditionalOption.swift
[77/123] Compiling XcodeProj XCScheme+AnalyzeAction.swift
[78/123] Compiling XcodeProj PBXObjects.swift
[79/123] Compiling XcodeProj PBXOutputSettings.swift
[80/123] Compiling XcodeProj PBXProj.swift
[81/123] Compiling XcodeProj PBXProjEncoder.swift
[82/123] Compiling XcodeProj PBXProject.swift
[83/123] Compiling XcodeProj Equality.generated.swift
[84/123] Compiling XcodeProj Sourcery.swift
[85/123] Compiling XcodeProj XCRemoteSwiftPackageReference.swift
[86/123] Compiling XcodeProj XCSwiftPackageProductDependency.swift
[87/123] Compiling XcodeProj PBXAggregateTarget.swift
[88/123] Compiling XcodeProj PBXLegacyTarget.swift
[89/123] Compiling XcodeProj PBXNativeTarget.swift
[90/123] Compiling XcodeProj XCScheme+ArchiveAction.swift
[91/123] Compiling XcodeProj XCScheme+BuildAction.swift
[92/123] Compiling XcodeProj XCScheme+BuildableProductRunnable.swift
[93/123] Compiling XcodeProj XCScheme+BuildableReference.swift
[94/123] Compiling XcodeProj XCScheme+CommandLineArguments.swift
[95/123] Compiling XcodeProj XCScheme+EnvironmentVariable.swift
[96/123] Compiling XcodeProj XCScheme+ExecutionAction.swift
[97/123] Compiling XcodeProj XCScheme+LaunchAction.swift
[98/123] Compiling XcodeProj XCScheme+LocationScenarioReference.swift
[99/123] Compiling XcodeProj XCScheme+PathRunnable.swift
[100/123] Compiling XcodeProj XCScheme+ProfileAction.swift
[101/123] Compiling XcodeProj XCScheme+RemoteRunnable.swift
[102/123] Compiling Commander CommandType.swift
[103/123] Compiling Commander CommandRunner.swift
[104/123] Compiling Commander Command.swift
[105/123] Compiling Commander Commands.swift
[106/123] Emitting module Commander
[108/124] Compiling XcodeProj JSONDecoding.swift
[109/124] Compiling XcodeProj PBXBatchUpdater.swift
[110/124] Compiling XcodeProj PlistValue.swift
[111/124] Compiling XcodeProj ReferenceGenerator.swift
[112/124] Compiling XcodeProj XCConfig.swift
[113/124] Compiling XcodeProj XCWorkspace.swift
[114/124] Compiling XcodeProj XCWorkspaceData.swift
[115/124] Compiling XcodeProj XCWorkspaceDataElement.swift
[116/124] Compiling XcodeProj XCWorkspaceDataElementLocationType.swift
[117/124] Compiling XcodeProj XCWorkspaceDataFileRef.swift
[118/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 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 {
[123/130] Compiling Utilities Validators.swift
[124/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 {
[125/130] Compiling Utilities OperatorAndFunctions.swift
[126/130] Compiling Utilities Xcodeproj.swift
[127/131] Wrapping AST for Utilities for debugging
[129/137] Compiling xcconfig_extractor Config.swift
[130/137] Compiling xcconfig_extractor ErrorReporter.swift
[131/137] Emitting module xcconfig_extractor
[132/137] Compiling xcconfig_extractor ResultObject.swift
[133/137] Compiling xcconfig_extractor main.swift
[134/137] Compiling xcconfig_extractor ResultFormatter.swift
[135/138] Wrapping AST for xcconfig-extractor for debugging
[136/138] Write Objects.LinkFileList
[137/138] Linking xcconfig-extractor
Build complete! (17.27s)
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.19.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
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "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.