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 0.14.3 (4c2a4d), with Swift 6.1 for Android on 17 Nov 2025 22:26:40 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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: 0.14.3
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
 * tag               0.14.3     -> FETCH_HEAD
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 0.14.3
========================================
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-1":/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/apple/swift-log
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/tuist/XcodeProj.git
[1/1438] Fetching pathkit
[174/25090] Fetching pathkit, xcodeproj
[3095/41776] Fetching pathkit, xcodeproj, swift-argument-parser
[4139/46174] Fetching pathkit, xcodeproj, swift-argument-parser, swift-log
[9300/57437] Fetching pathkit, xcodeproj, swift-argument-parser, swift-log, yams
Fetched https://github.com/kylef/PathKit.git from cache (1.57s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.58s)
Fetched https://github.com/jpsim/Yams.git from cache (1.62s)
Fetched https://github.com/apple/swift-log from cache (1.75s)
Fetched https://github.com/tuist/XcodeProj.git from cache (1.79s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (4.81s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.25s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (11.93s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.4 (0.61s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (0.91s)
Computing version for https://github.com/tuist/XcodeProj.git
Computed https://github.com/tuist/XcodeProj.git at 9.6.0 (0.57s)
Fetching https://github.com/tadija/AEXML.git
[1/2154] Fetching aexml
Fetched https://github.com/tadija/AEXML.git from cache (0.29s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.7.0 (1.13s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.2 (0.99s)
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-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/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/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
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
/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 parser.c
[31/76] Compiling writer.c
[32/76] Compiling api.c
[33/76] Compiling reader.c
[33/76] Write sources
[37/76] Compiling emitter.c
[38/76] Write swift-version-24593BA9C3E375BF.txt
[39/76] Compiling parser.c
[39/76] Compiling scanner.c
[41/76] Compiling api.c
[42/76] Compiling emitter.c
[43/109] Compiling scanner.c
[45/120] Emitting module Yams
[46/122] Compiling ArgumentParserToolInfo ToolInfo.swift
[47/122] Emitting module ArgumentParserToolInfo
error: emit-module command failed with exit code 1 (use -v to see invocation)
[49/138] 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
[50/143] Compiling Logging MetadataProvider.swift
[51/143] Compiling Logging Logging.swift
[52/143] Compiling Logging LogHandler.swift
[53/143] Emitting module Logging
[54/143] Compiling Logging Locks.swift
[56/144] Emitting module SelectiveTestShell
[57/144] Compiling SelectiveTestShell String+Error.swift
[58/144] Compiling SelectiveTestShell String+Shell.swift
[59/144] Compiling Yams String+Yams.swift
[60/144] Compiling Yams Parser.swift
[61/144] Compiling Yams RedundancyAliasingStrategy.swift
[62/144] Compiling Yams Representer.swift
[63/144] Emitting module SelectiveTestShell
[64/144] Compiling SelectiveTestShell Shell.swift
[65/144] Compiling Yams YamlError.swift
[66/144] Compiling Yams YamlTagProviding.swift
[67/145] Compiling Yams Decoder.swift
[68/145] Compiling Yams Emitter.swift
[69/145] Compiling Yams Encoder.swift
[70/145] Compiling Yams Node.Scalar.swift
[71/145] Compiling Yams Node.Sequence.swift
[72/145] Compiling Yams Node.swift
[73/145] Compiling Yams Mark.swift
[74/145] Compiling Yams Node.Alias.swift
[75/145] Compiling Yams Node.Mapping.swift
[76/145] Compiling Yams Tag.swift
[77/145] Compiling Yams YamlAnchorProviding.swift
[78/145] Compiling Yams AliasDereferencingStrategy.swift
[80/147] Emitting module PathKit
[81/147] Compiling PathKit PathKit.swift
[82/148] Compiling Yams Anchor.swift
[83/148] Compiling Yams Constructor.swift
[84/148] Compiling Yams Resolver.swift
[86/191] Emitting module ArgumentParserToolInfo
[88/203] Emitting module Git
[89/203] Compiling Git Git+Changeset.swift
[90/203] Compiling Git Git.swift
[92/211] Compiling ArgumentParserToolInfo ToolInfo.swift
[93/212] Wrapping AST for Yams for debugging
[95/256] Emitting module AEXML
[96/256] Compiling AEXML Builders.swift
[97/256] Compiling ArgumentParser ZshCompletionsGenerator.swift
[98/256] Compiling ArgumentParser Argument.swift
[99/258] Compiling AEXML Error.swift
[100/258] Compiling AEXML Options.swift
[101/258] Compiling AEXML Parser.swift
[102/258] Compiling AEXML Document.swift
[103/258] Compiling AEXML Element.swift
[105/259] Emitting module Logging
[106/259] Compiling Logging Locks.swift
[106/259] Wrapping AST for SelectiveTestShell for debugging
[108/259] Compiling Logging MetadataProvider.swift
[109/259] Compiling Logging LogHandler.swift
[110/259] Compiling Logging Logging.swift
[111/260] Compiling ArgumentParser SplitArguments.swift
[112/260] Compiling ArgumentParser DumpHelpGenerator.swift
[113/260] Compiling ArgumentParser HelpCommand.swift
[114/260] Compiling ArgumentParser HelpGenerator.swift
[115/260] Compiling ArgumentParser MessageInfo.swift
[116/260] Compiling ArgumentParser UsageGenerator.swift
[117/299] Wrapping AST for PathKit for debugging
[119/358] Compiling XcodeProj XCScheme+AditionalOption.swift
[120/358] Compiling XcodeProj XCScheme+AnalyzeAction.swift
[121/358] Compiling XcodeProj XCScheme+ArchiveAction.swift
[122/358] Compiling XcodeProj XCScheme+BuildAction.swift
[123/358] Compiling XcodeProj XCScheme+BuildableProductRunnable.swift
[124/358] Compiling XcodeProj XCScheme+BuildableReference.swift
[124/364] Wrapping AST for Logging for debugging
[125/364] Wrapping AST for Git for debugging
[127/364] Emitting module ArgumentParser
[128/364] Compiling SelectiveTestShell String+Error.swift
[129/364] Compiling SelectiveTestShell Shell.swift
[130/364] Compiling SelectiveTestShell String+Shell.swift
[131/364] Compiling XcodeProj Path+Extras.swift
[132/364] Compiling XcodeProj String+Utils.swift
[133/365] 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
[133/365] Wrapping AST for ArgumentParserToolInfo for debugging
[135/365] Compiling XcodeProj AEXML+XcodeFormat.swift
[136/365] Compiling XcodeProj Array+Extras.swift
[136/365] Wrapping AST for AEXML for debugging
[137/365] Compiling XcodeProj XCScheme+EnvironmentVariable.swift
[138/365] Compiling XcodeProj XCScheme+ExecutionAction.swift
[139/365] Compiling XcodeProj XCScheme+LaunchAction.swift
[140/365] Compiling XcodeProj XCScheme+LocationScenarioReference.swift
[141/365] Compiling XcodeProj XCScheme+PathRunnable.swift
[142/365] Compiling XcodeProj XCScheme+ProfileAction.swift
[145/365] Compiling XcodeProj String+md5.swift
[146/365] Compiling XcodeProj BuildFileSetting.swift
[147/365] Compiling XcodeProj BuildPhase.swift
[148/365] Compiling XcodeProj PBXBuildFile.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/78] Compiling SelectiveTestShell String+Error.swift
[6/78] Compiling SelectiveTestShell String+Shell.swift
[7/78] Compiling SelectiveTestShell Shell.swift
[8/79] Emitting module PathKit
[9/98] Compiling Logging MetadataProvider.swift
[10/98] Emitting module SelectiveTestShell
[11/99] Compiling Logging MetadataProvider.swift
[12/99] Compiling SelectiveTestShell String+Error.swift
[13/99] Compiling SelectiveTestShell String+Shell.swift
[15/98] Compiling SelectiveTestShell Shell.swift
[16/98] Compiling Logging Locks.swift
[17/98] Emitting module SelectiveTestShell
[19/101] Compiling Logging Locks.swift
[20/101] Emitting module Logging
[21/103] Compiling Yams Tag.swift
[22/103] Compiling Yams YamlAnchorProviding.swift
[23/105] Emitting module Logging
[24/105] Compiling Yams Resolver.swift
[25/105] Compiling Yams String+Yams.swift
[28/107] Compiling Yams YamlError.swift
[29/107] Compiling Yams YamlTagProviding.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[30/107] 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
[31/107] 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
[32/107] Compiling Logging LogHandler.swift
[35/107] Emitting module ArgumentParserToolInfo
BUILD FAILURE 6.1 android