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

Failed to build XcodeSelectiveTesting, reference main (4c2a4d), with Swift 6.1 for Android on 17 Nov 2025 22:27:00 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mikeger/XcodeSelectiveTesting.git
Reference: main
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/mikeger/XcodeSelectiveTesting
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4c2a4d0 Prune targets not connected to workspace (#84)
Cloned https://github.com/mikeger/XcodeSelectiveTesting.git
Revision (git rev-parse @):
4c2a4d09e427a9eb9fce9c9e4c539d68c7b4826c
SUCCESS checkout https://github.com/mikeger/XcodeSelectiveTesting.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mikeger/XcodeSelectiveTesting.git
https://github.com/mikeger/XcodeSelectiveTesting.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "xcodeproj",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "9.0.2",
            "upper_bound" : "10.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tuist/XcodeProj.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "pathkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "1.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kylef/PathKit.git"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.5",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log"
    }
  ],
  "manifest_display_name" : "XcodeSelectiveTesting",
  "name" : "XcodeSelectiveTesting",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "xcode-selective-test",
      "targets" : [
        "xcode-selective-test"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "XcodeSelectiveTest",
      "targets" : [
        "SelectiveTestingPlugin"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "XcodeSelectiveTestCore",
      "targets" : [
        "SelectiveTestingCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "xcode_selective_test",
      "module_type" : "SwiftTarget",
      "name" : "xcode-selective-test",
      "path" : "Sources/xcode-selective-test",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "xcode-selective-test",
        "XcodeSelectiveTest"
      ],
      "sources" : [
        "SelectiveTesting.swift"
      ],
      "target_dependencies" : [
        "SelectiveTestingCore"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Workspace",
      "module_type" : "SwiftTarget",
      "name" : "Workspace",
      "path" : "Sources/Workspace",
      "product_dependencies" : [
        "XcodeProj",
        "Logging"
      ],
      "product_memberships" : [
        "xcode-selective-test",
        "XcodeSelectiveTest",
        "XcodeSelectiveTestCore"
      ],
      "sources" : [
        "DependencyGraph.swift",
        "Sequence+Extensions.swift",
        "Target.swift",
        "WorkspaceInfo.swift",
        "XCWorkspace+Projects.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TestConfigurator",
      "module_type" : "SwiftTarget",
      "name" : "TestConfigurator",
      "path" : "Sources/TestConfigurator",
      "product_dependencies" : [
        "PathKit",
        "Logging",
        "ArgumentParser"
      ],
      "product_memberships" : [
        "xcode-selective-test",
        "XcodeSelectiveTest",
        "XcodeSelectiveTestCore"
      ],
      "sources" : [
        "TestConfigurator.swift",
        "xctestplanner/Core/Entity/TestPlanModel.swift",
        "xctestplanner/Core/Helper/TestPlanHelper.swift"
      ],
      "target_dependencies" : [
        "Workspace"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SelectiveTestingTests",
      "module_type" : "SwiftTarget",
      "name" : "SelectiveTestingTests",
      "path" : "Tests/SelectiveTestingTests",
      "product_dependencies" : [
        "PathKit"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/SelectiveTestingTests/ExampleProject",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "IntegrationTestTool.swift",
        "SelectiveTestingConfigTests.swift",
        "SelectiveTestingPackagesTests.swift",
        "SelectiveTestingPerformanceTests.swift",
        "SelectiveTestingProjectTests.swift",
        "SelectiveTestingWorkspaceTests.swift",
        "TestPlanCodableTests.swift",
        "TestPlanModelTests.swift"
      ],
      "target_dependencies" : [
        "xcode-selective-test",
        "Workspace"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SelectiveTestingPlugin",
      "module_type" : "PluginTarget",
      "name" : "SelectiveTestingPlugin",
      "path" : "Plugins/SelectiveTestingPlugin",
      "plugin_capability" : {
        "intent" : {
          "description" : "Configure test plan for current changeset",
          "type" : "custom",
          "verb" : "xcode-selective-test"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "Update test plan file",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "XcodeSelectiveTest"
      ],
      "sources" : [
        "SelectiveTestingPlugin.swift"
      ],
      "target_dependencies" : [
        "xcode-selective-test"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SelectiveTestingCore",
      "module_type" : "SwiftTarget",
      "name" : "SelectiveTestingCore",
      "path" : "Sources/SelectiveTestingCore",
      "product_dependencies" : [
        "PathKit",
        "Yams",
        "ArgumentParser"
      ],
      "product_memberships" : [
        "xcode-selective-test",
        "XcodeSelectiveTest",
        "XcodeSelectiveTestCore"
      ],
      "sources" : [
        "Config.swift",
        "DependencyGraph+Visualization.swift",
        "SelectiveTestingTool.swift"
      ],
      "target_dependencies" : [
        "DependencyCalculator",
        "TestConfigurator",
        "Git"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SelectiveTestShell",
      "module_type" : "SwiftTarget",
      "name" : "SelectiveTestShell",
      "path" : "Sources/SelectiveTestShell",
      "product_memberships" : [
        "xcode-selective-test",
        "XcodeSelectiveTest",
        "XcodeSelectiveTestCore"
      ],
      "sources" : [
        "Shell.swift",
        "String+Error.swift",
        "String+Shell.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Git",
      "module_type" : "SwiftTarget",
      "name" : "Git",
      "path" : "Sources/Git",
      "product_dependencies" : [
        "PathKit",
        "Logging"
      ],
      "product_memberships" : [
        "xcode-selective-test",
        "XcodeSelectiveTest",
        "XcodeSelectiveTestCore"
      ],
      "sources" : [
        "Git+Changeset.swift",
        "Git.swift"
      ],
      "target_dependencies" : [
        "SelectiveTestShell"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DependencyCalculatorTests",
      "module_type" : "SwiftTarget",
      "name" : "DependencyCalculatorTests",
      "path" : "Tests/DependencyCalculatorTests",
      "product_dependencies" : [
        "PathKit"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/DependencyCalculatorTests/ExamplePackages",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "DependencyCalculatorTests.swift",
        "PackageMetadataTests.swift"
      ],
      "target_dependencies" : [
        "DependencyCalculator",
        "Workspace",
        "SelectiveTestingCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DependencyCalculator",
      "module_type" : "SwiftTarget",
      "name" : "DependencyCalculator",
      "path" : "Sources/DependencyCalculator",
      "product_dependencies" : [
        "PathKit",
        "Logging"
      ],
      "product_memberships" : [
        "xcode-selective-test",
        "XcodeSelectiveTest",
        "XcodeSelectiveTestCore"
      ],
      "sources" : [
        "ConcurrentMap.swift",
        "DependencyCalculator.swift",
        "DependencyGraph.swift",
        "PackageMetadata.swift"
      ],
      "target_dependencies" : [
        "Workspace",
        "Git"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/apple/swift-log
Fetching https://github.com/tuist/XcodeProj.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/1438] Fetching pathkit
[1195/25090] Fetching pathkit, xcodeproj
[2149/36353] Fetching pathkit, xcodeproj, yams
[2860/40751] Fetching pathkit, xcodeproj, yams, swift-log
[6849/57437] Fetching pathkit, xcodeproj, yams, swift-log, swift-argument-parser
Fetched https://github.com/kylef/PathKit.git from cache (1.10s)
[23965/55999] Fetching xcodeproj, yams, swift-log, swift-argument-parser
Fetched https://github.com/apple/swift-log from cache (1.10s)
[19680/51601] Fetching xcodeproj, yams, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (2.14s)
[30703/34915] Fetching xcodeproj, yams
Fetched https://github.com/tuist/XcodeProj.git from cache (3.98s)
Fetched https://github.com/jpsim/Yams.git from cache (4.04s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (8.22s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.43s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (4.71s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.4 (1.14s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (1.14s)
Computing version for https://github.com/tuist/XcodeProj.git
Computed https://github.com/tuist/XcodeProj.git at 9.6.0 (1.12s)
Fetching https://github.com/tadija/AEXML.git
[1/2154] Fetching aexml
Fetched https://github.com/tadija/AEXML.git from cache (0.52s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.7.0 (1.57s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.2 (1.00s)
Creating working copy for https://github.com/tuist/XcodeProj.git
Working copy of https://github.com/tuist/XcodeProj.git resolved at 9.6.0
Creating working copy for https://github.com/tadija/AEXML.git
Working copy of https://github.com/tadija/AEXML.git resolved at 4.7.0
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.4
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/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.2
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.4.0
/host/spi-builder-workspace/Plugins/SelectiveTestingPlugin/SelectiveTestingPlugin.swift:26:29: warning: result of call to 'changeCurrentDirectoryPath' is unused
24 |
25 |     func performCommand(context: PluginContext, arguments: [String]) async throws {
26 |         FileManager.default.changeCurrentDirectoryPath(context.package.directoryURL.path)
   |                             `- warning: result of call to 'changeCurrentDirectoryPath' is unused
27 |         let tool = try context.tool(named: "xcode-selective-test")
28 |
[1/1] Compiling plugin SelectiveTestingPlugin
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/76] Write sources
[28/76] Compiling writer.c
[29/76] Compiling reader.c
[30/76] Compiling writer.c
[31/76] Compiling parser.c
[32/76] Compiling reader.c
[33/76] Compiling api.c
[34/76] Write sources
[37/76] Compiling emitter.c
[38/76] Compiling parser.c
[39/76] Write swift-version-24593BA9C3E375BF.txt
[40/76] Compiling scanner.c
[41/76] Compiling emitter.c
[41/76] Compiling api.c
[43/78] Compiling scanner.c
[45/120] Emitting module Yams
[46/122] Compiling Yams Tag.swift
[47/122] Compiling Yams YamlAnchorProviding.swift
[48/122] Compiling ArgumentParserToolInfo ToolInfo.swift
[49/122] Emitting module ArgumentParserToolInfo
[51/143] Compiling Logging LogHandler.swift
[52/143] Compiling Logging MetadataProvider.swift
[53/143] Emitting module Logging
[54/143] Compiling Logging Locks.swift
[55/143] Compiling Logging LogHandler.swift
[56/143] Compiling Logging Logging.swift
[58/144] Compiling Yams Decoder.swift
[59/144] Compiling Yams Emitter.swift
[60/144] Compiling Yams Encoder.swift
[61/144] Compiling SelectiveTestShell String+Error.swift
[62/144] Compiling SelectiveTestShell String+Shell.swift
[63/144] Emitting module SelectiveTestShell
[64/144] Compiling SelectiveTestShell Shell.swift
[65/144] Compiling Yams Parser.swift
[66/144] Compiling Yams RedundancyAliasingStrategy.swift
[67/144] Compiling Yams Representer.swift
[68/144] Compiling Yams Node.Scalar.swift
[69/144] Compiling Yams Node.Sequence.swift
[70/144] Compiling Yams Node.swift
[71/144] Compiling Yams Resolver.swift
[72/144] Compiling Yams String+Yams.swift
[73/145] Compiling Yams YamlError.swift
[74/145] Compiling Yams YamlTagProviding.swift
[75/145] Emitting module PathKit
[76/145] Compiling PathKit PathKit.swift
[77/146] Compiling Yams AliasDereferencingStrategy.swift
[78/146] Compiling Yams Anchor.swift
[79/146] Compiling Yams Constructor.swift
[80/146] Compiling Yams Mark.swift
[81/146] Compiling Yams Node.Alias.swift
[82/146] Compiling Yams Node.Mapping.swift
[86/203] Compiling Git Git+Changeset.swift
[87/203] Emitting module Git
[88/203] Compiling Git Git.swift
[90/211] Compiling ArgumentParserToolInfo ToolInfo.swift
[91/211] Emitting module ArgumentParserToolInfo
[92/212] Wrapping AST for Yams for debugging
[94/256] Compiling AEXML Error.swift
[95/256] Emitting module AEXML
[96/256] Compiling Logging Locks.swift
[97/256] Compiling Logging MetadataProvider.swift
[98/256] Compiling AEXML Document.swift
[99/256] Compiling AEXML Element.swift
[100/256] Compiling AEXML Builders.swift
[101/256] Emitting module Logging
[102/256] Compiling Logging Logging.swift
[103/257] Compiling AEXML Options.swift
[104/257] Compiling AEXML Parser.swift
[106/258] Wrapping AST for SelectiveTestShell for debugging
[108/258] Compiling ArgumentParser ExpressibleByArgument.swift
[109/258] Compiling ArgumentParser BashCompletionsGenerator.swift
[109/260] Wrapping AST for PathKit for debugging
[110/305] Wrapping AST for Logging for debugging
[112/329] Compiling XcodeProj PBXObjectDictionaryEntry.swift
[113/329] Compiling XcodeProj PBXObjectReference.swift
[114/329] Compiling XcodeProj PBXObjects.swift
[115/329] Compiling XcodeProj PBXOutputSettings.swift
[116/329] Compiling XcodeProj PBXProj.swift
[117/329] Compiling XcodeProj PBXProjEncoder.swift
[117/345] Wrapping AST for Git for debugging
[118/358] Wrapping AST for ArgumentParserToolInfo for debugging
[120/358] Compiling XcodeProj PBXShellScriptBuildPhase.swift
[121/358] Compiling XcodeProj PBXSourcesBuildPhase.swift
[122/358] Compiling XcodeProj BuildSettings.swift
[123/358] Compiling SelectiveTestShell Shell.swift
[124/358] Emitting module SelectiveTestShell
[124/358] Wrapping AST for AEXML for debugging
[126/358] Compiling SelectiveTestShell String+Shell.swift
[127/358] Compiling SelectiveTestShell String+Error.swift
[128/359] Emitting module ArgumentParser
[129/359] Compiling AEXML Element.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[130/359] Emitting module PathKit
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[131/359] Compiling PathKit PathKit.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[131/359] Wrapping AST for Logging for debugging
[132/359] Compiling XcodeProj PBXHeadersBuildPhase.swift
[133/359] Compiling XcodeProj PBXResourcesBuildPhase.swift
[134/359] Compiling XcodeProj PBXRezBuildPhase.swift
[135/359] Emitting module AEXML
[136/359] Compiling AEXML Builders.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
/host/spi-builder-workspace/Plugins/SelectiveTestingPlugin/SelectiveTestingPlugin.swift:26:29: warning: result of call to 'changeCurrentDirectoryPath' is unused
24 |
25 |     func performCommand(context: PluginContext, arguments: [String]) async throws {
26 |         FileManager.default.changeCurrentDirectoryPath(context.package.directoryURL.path)
   |                             `- warning: result of call to 'changeCurrentDirectoryPath' is unused
27 |         let tool = try context.tool(named: "xcode-selective-test")
28 |
[1/1] Compiling plugin SelectiveTestingPlugin
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/36] Write swift-version-24593BA9C3E375BF.txt
[5/83] Compiling SelectiveTestShell String+Error.swift
[6/83] Emitting module AEXML
[7/83] Compiling Logging MetadataProvider.swift
[8/83] Emitting module SelectiveTestShell
[9/83] Compiling SelectiveTestShell Shell.swift
[10/83] Compiling SelectiveTestShell String+Shell.swift
[11/84] Emitting module Logging
[12/84] Compiling AEXML Builders.swift
[13/84] Compiling AEXML Error.swift
[14/84] Compiling AEXML Options.swift
[15/84] Compiling AEXML Parser.swift
[16/84] Compiling Logging MetadataProvider.swift
[18/84] Compiling AEXML Element.swift
[19/84] Compiling AEXML Document.swift
[20/85] Emitting module Logging
[22/83] Compiling Yams Tag.swift
[23/83] Compiling Yams YamlAnchorProviding.swift
[24/85] Compiling Logging Locks.swift
[25/85] Emitting module ArgumentParserToolInfo
[26/85] Compiling ArgumentParserToolInfo ToolInfo.swift
[27/85] Compiling Yams Resolver.swift
[28/85] Compiling Yams String+Yams.swift
[29/110] Emitting module Yams
[31/110] Emitting module PathKit
[32/110] Compiling PathKit PathKit.swift
[33/111] Compiling Logging Locks.swift
[34/111] Compiling Logging LogHandler.swift
[35/111] Compiling Logging Logging.swift
[37/112] Emitting module SelectiveTestShell
[38/112] Compiling SelectiveTestShell Shell.swift
[39/112] Compiling SelectiveTestShell String+Error.swift
[40/112] Compiling SelectiveTestShell String+Shell.swift
[42/112] Compiling Yams YamlError.swift
[43/112] Compiling Yams YamlTagProviding.swift
[45/113] Emitting module ArgumentParserToolInfo
[46/113] Compiling ArgumentParserToolInfo ToolInfo.swift
[47/226] Compiling ArgumentParser CommandConfiguration.swift
[48/226] Compiling ArgumentParser CommandGroup.swift
[49/226] Compiling ArgumentParser EnumerableFlag.swift
[50/226] Compiling ArgumentParser ExpressibleByArgument.swift
[51/252] Compiling Logging LogHandler.swift
[53/252] Compiling Logging Logging.swift
[54/252] Compiling ArgumentParser ZshCompletionsGenerator.swift
[55/252] Compiling ArgumentParser Argument.swift
[56/252] Compiling ArgumentParser ArgumentDiscussion.swift
[57/252] Compiling ArgumentParser BashCompletionsGenerator.swift
[58/252] Compiling ArgumentParser CompletionsGenerator.swift
[59/252] Compiling ArgumentParser FishCompletionsGenerator.swift
[60/252] Compiling ArgumentParser ArgumentHelp.swift
[61/252] Compiling ArgumentParser OptionGroup.swift
[62/252] Compiling ArgumentParser AsyncParsableCommand.swift
[67/262] Compiling Git Git.swift
[68/306] Emitting module Git
[69/306] Compiling Git Git+Changeset.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[70/307] Emitting module PathKit
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[71/307] Compiling PathKit PathKit.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[72/307] Compiling AEXML Error.swift
[73/307] Compiling ArgumentParser BashCompletionsGenerator.swift
[74/307] Compiling ArgumentParser CompletionsGenerator.swift
[75/307] Compiling ArgumentParser FishCompletionsGenerator.swift
BUILD FAILURE 6.1 android