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 (314962), with Swift 6.1 for Android on 31 May 2025 02:11:19 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" 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.63.1
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 3149624 Update README.md
Cloned https://github.com/mikeger/XcodeSelectiveTesting.git
Revision (git rev-parse @):
31496247fb467de76e862982a69c7282c48b1a67
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" : "rainbow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Rainbow"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.5",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    }
  ],
  "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
      }
    }
  ],
  "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"
      ],
      "product_memberships" : [
        "xcode-selective-test",
        "XcodeSelectiveTest"
      ],
      "sources" : [
        "DependencyGraph.swift",
        "Sequence+Extensions.swift",
        "Target.swift",
        "WorkspaceInfo.swift",
        "XCWorkspace+Projects.swift"
      ],
      "target_dependencies" : [
        "SelectiveTestLogger"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TestConfigurator",
      "module_type" : "SwiftTarget",
      "name" : "TestConfigurator",
      "path" : "Sources/TestConfigurator",
      "product_dependencies" : [
        "PathKit"
      ],
      "product_memberships" : [
        "xcode-selective-test",
        "XcodeSelectiveTest"
      ],
      "sources" : [
        "TestConfigurator.swift",
        "xctestplanner/Core/Entity/TestPlanModel.swift",
        "xctestplanner/Core/Extensions/Array+Extensions.swift",
        "xctestplanner/Core/Helper/TestPlanHelper.swift"
      ],
      "target_dependencies" : [
        "Workspace",
        "SelectiveTestLogger"
      ],
      "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"
      ],
      "target_dependencies" : [
        "xcode-selective-test"
      ],
      "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",
        "Rainbow",
        "Yams"
      ],
      "product_memberships" : [
        "xcode-selective-test",
        "XcodeSelectiveTest"
      ],
      "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"
      ],
      "sources" : [
        "Shell.swift",
        "String+Error.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SelectiveTestLogger",
      "module_type" : "SwiftTarget",
      "name" : "SelectiveTestLogger",
      "path" : "Sources/SelectiveTestLogger",
      "product_dependencies" : [
        "Rainbow"
      ],
      "product_memberships" : [
        "xcode-selective-test",
        "XcodeSelectiveTest"
      ],
      "sources" : [
        "Logger.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Git",
      "module_type" : "SwiftTarget",
      "name" : "Git",
      "path" : "Sources/Git",
      "product_dependencies" : [
        "PathKit"
      ],
      "product_memberships" : [
        "xcode-selective-test",
        "XcodeSelectiveTest"
      ],
      "sources" : [
        "Git+Changeset.swift",
        "Git.swift"
      ],
      "target_dependencies" : [
        "SelectiveTestShell",
        "SelectiveTestLogger"
      ],
      "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"
      ],
      "product_memberships" : [
        "xcode-selective-test",
        "XcodeSelectiveTest"
      ],
      "sources" : [
        "ConcurrentMap.swift",
        "DependencyCalculator.swift",
        "DependencyGraph.swift",
        "PackageMetadata.swift"
      ],
      "target_dependencies" : [
        "Workspace",
        "SelectiveTestLogger",
        "Git"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" 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 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
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/apple/swift-argument-parser.git
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/tuist/XcodeProj.git
[1/1196] Fetching rainbow
[1197/2607] Fetching rainbow, pathkit
Fetched https://github.com/onevcat/Rainbow from cache (0.35s)
[1/10657] Fetching yams
[428/33947] Fetching yams, xcodeproj
[4774/49333] Fetching yams, xcodeproj, swift-argument-parser
Fetched https://github.com/kylef/PathKit.git from cache (1.27s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (2.29s)
Fetched https://github.com/tuist/XcodeProj.git from cache (2.33s)
Fetched https://github.com/jpsim/Yams.git from cache (2.34s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (5.58s)
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/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (1.20s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.1.0 (3.50s)
Computing version for https://github.com/tuist/XcodeProj.git
Computed https://github.com/tuist/XcodeProj.git at 9.4.2 (0.90s)
Fetching https://github.com/tadija/AEXML.git
[1/2127] Fetching aexml
Fetched https://github.com/tadija/AEXML.git from cache (0.44s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.7.0 (1.37s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (0.95s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (1.05s)
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/tadija/AEXML.git
Working copy of https://github.com/tadija/AEXML.git resolved at 4.7.0
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.1.0
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/tuist/XcodeProj.git
Working copy of https://github.com/tuist/XcodeProj.git resolved at 9.4.2
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.5.1
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
/host/spi-builder-workspace/Plugins/SelectiveTestingPlugin/SelectiveTestingPlugin.swift:27:23: warning: result of call to 'changeCurrentDirectoryPath' is unused
25 |
26 |     func performCommand(context: PluginContext, arguments: [String]) async throws {
27 |         FileManager().changeCurrentDirectoryPath(context.package.directory.string)
   |                       `- warning: result of call to 'changeCurrentDirectoryPath' is unused
28 |         let tool = try context.tool(named: "xcode-selective-test")
29 |
[1/1] Compiling plugin SelectiveTestingPlugin
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/79] Write sources
[29/79] Compiling writer.c
[30/79] Compiling reader.c
[31/79] Compiling writer.c
[32/79] Compiling parser.c
[33/79] Compiling reader.c
[34/79] Compiling api.c
[35/79] Write sources
[38/79] Compiling emitter.c
[39/79] Write swift-version-24593BA9C3E375BF.txt
[40/79] Compiling parser.c
[41/79] Compiling api.c
[42/79] Compiling scanner.c
[43/79] Compiling emitter.c
[44/79] Compiling scanner.c
[46/133] Emitting module Yams
[47/135] Emitting module ArgumentParserToolInfo
[48/135] Compiling ArgumentParserToolInfo ToolInfo.swift
[49/136] Compiling Rainbow String+Rainbow.swift
[50/136] Compiling Rainbow StringGenerator.swift
[52/137] Compiling Rainbow Style.swift
[53/157] Compiling SelectiveTestShell String+Error.swift
[54/157] Compiling Yams Encoder.swift
[55/157] Compiling Yams Mark.swift
[56/157] Compiling Yams Node.swift
[57/157] Compiling Yams Resolver.swift
[58/157] Compiling Yams AliasDereferencingStrategy.swift
[59/157] Compiling Yams Anchor.swift
[60/157] Compiling Yams Decoder.swift
[61/157] Compiling Yams Emitter.swift
[63/157] Emitting module SelectiveTestShell
[64/157] Compiling SelectiveTestShell Shell.swift
[65/157] Compiling Rainbow OutputTarget.swift
[66/157] Compiling Rainbow Rainbow.swift
[67/158] Emitting module Rainbow
[68/158] Compiling Yams Node.Alias.swift
[69/158] Compiling Yams Node.Mapping.swift
[72/158] Compiling Yams YamlError.swift
[73/158] Compiling Yams YamlTagProviding.swift
[74/159] Compiling Yams Constructor.swift
[75/159] Compiling Yams Node.Scalar.swift
[76/159] Compiling Yams Node.Sequence.swift
[80/159] Emitting module PathKit
[81/159] Compiling PathKit PathKit.swift
[84/160] Compiling Yams Representer.swift
[85/160] Compiling Yams Tag.swift
[86/160] Compiling Yams YamlAnchorProviding.swift
[87/160] Compiling Yams String+Yams.swift
[88/160] Compiling Yams Parser.swift
[89/160] Compiling Yams RedundancyAliasingStrategy.swift
[92/161] Compiling Rainbow StringGenerator.swift
[95/166] Compiling Rainbow String+Rainbow.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[96/166] Emitting module Rainbow
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:49:58: error: cannot find 'isatty' in scope
47 |         // Check if we are in any term env and the output is a tty.
48 |         let termType = getEnvValue("TERM")
49 |         if let t = termType, t.lowercased() != "dumb" && isatty(fileno(stdout)) != 0 {
   |                                                          `- error: cannot find 'isatty' in scope
50 |             return .console
51 |         }
[97/211] Compiling Rainbow Style.swift
[98/211] Emitting module SelectiveTestLogger
/host/spi-builder-workspace/Sources/SelectiveTestLogger/Logger.swift:12:12: warning: var 'errStream' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
10 | }
11 |
12 | public var errStream = StandardErrorOutputStream()
   |            |- warning: var 'errStream' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |            |- note: convert 'errStream' to a 'let' constant to make 'Sendable' shared state immutable
   |            |- note: add '@MainActor' to make var 'errStream' part of global actor 'MainActor'
   |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |
14 | public enum Logger {
[99/211] Compiling SelectiveTestLogger Logger.swift
/host/spi-builder-workspace/Sources/SelectiveTestLogger/Logger.swift:12:12: warning: var 'errStream' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
10 | }
11 |
12 | public var errStream = StandardErrorOutputStream()
   |            |- warning: var 'errStream' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |            |- note: convert 'errStream' to a 'let' constant to make 'Sendable' shared state immutable
   |            |- note: add '@MainActor' to make var 'errStream' part of global actor 'MainActor'
   |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |
14 | public enum Logger {
/host/spi-builder-workspace/Sources/SelectiveTestLogger/Logger.swift:9:66: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 7 |
 8 | public struct StandardErrorOutputStream: TextOutputStream {
 9 |     public mutating func write(_ string: String) { fputs(string, stderr) }
   |                                                                  `- warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
10 | }
11 |
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
145 | extern FILE *stderr;		/* Standard error output stream.  */
    |              `- note: var declared here
146 | /* C89/C99 say they're macros.  Make them happy.  */
147 | #define stdin stdin
[100/212] Compiling AEXML Builders.swift
[101/212] Compiling AEXML Error.swift
[102/212] Emitting module AEXML
[104/212] Compiling AEXML Options.swift
[105/212] Compiling AEXML Parser.swift
[106/212] Compiling AEXML Element.swift
[107/212] Compiling AEXML Document.swift
[109/223] Emitting module ArgumentParserToolInfo
[110/223] Compiling ArgumentParserToolInfo ToolInfo.swift
[112/224] Emitting module ArgumentParser
[113/229] Compiling Git Git+Changeset.swift
[114/229] Emitting module Git
[115/229] Compiling Git Git.swift
[117/322] Compiling XcodeProj Errors.swift
[118/322] Compiling XcodeProj AEXML+XcodeFormat.swift
[119/322] Compiling XcodeProj Array+Extras.swift
[120/322] Compiling XcodeProj Bool+Extras.swift
[121/322] Compiling XcodeProj KeyedDecodingContainer+Additions.swift
[122/360] Compiling ArgumentParser ArgumentDefinition.swift
[123/360] Compiling ArgumentParser ArgumentSet.swift
[124/362] Compiling XcodeProj PBXContainerItem.swift
[125/362] Compiling XcodeProj PBXContainerItemProxy.swift
[126/362] Compiling XcodeProj PBXObjects.swift
[127/362] Compiling XcodeProj PBXOutputSettings.swift
[128/362] Compiling XcodeProj PBXProj.swift
[129/362] Compiling ArgumentParser ArgumentHelp.swift
[130/362] Compiling ArgumentParser ExpressibleByArgument.swift
[131/362] Compiling ArgumentParser ParsableArguments.swift
[132/362] Compiling ArgumentParser ParsableArgumentsValidation.swift
[133/362] Compiling ArgumentParser ParsableCommand.swift
[134/362] Compiling ArgumentParser ArgumentDecoder.swift
[135/362] Compiling ArgumentParser ArgumentVisibility.swift
[136/362] Compiling ArgumentParser CompletionKind.swift
[137/362] Compiling ArgumentParser Errors.swift
[138/362] Compiling ArgumentParser Flag.swift
[139/362] Compiling ArgumentParser NameSpecification.swift
[140/362] Compiling ArgumentParser Option.swift
[143/362] Compiling Yams YamlError.swift
[144/362] Compiling Yams YamlTagProviding.swift
[145/362] Compiling ArgumentParser InputOrigin.swift
[146/362] Compiling ArgumentParser Name.swift
[147/362] Compiling ArgumentParser Parsed.swift
[148/362] Compiling ArgumentParser ParsedValues.swift
[149/362] Compiling ArgumentParser ParserError.swift
[150/362] Compiling ArgumentParser SplitArguments.swift
[151/362] Compiling ArgumentParser DumpHelpGenerator.swift
[152/362] Compiling ArgumentParser HelpCommand.swift
[153/362] Compiling ArgumentParser HelpGenerator.swift
[154/362] Compiling ArgumentParser MessageInfo.swift
[155/362] Compiling ArgumentParser UsageGenerator.swift
[156/362] Compiling ArgumentParser OptionGroup.swift
[157/362] Compiling ArgumentParser AsyncParsableCommand.swift
[158/362] Compiling ArgumentParser CommandConfiguration.swift
[159/362] Compiling ArgumentParser CommandGroup.swift
[160/362] Compiling ArgumentParser EnumerableFlag.swift
[161/363] Emitting module ArgumentParser
[163/368] Compiling Rainbow Rainbow.swift
[164/368] Compiling AEXML Element.swift
[165/368] Compiling AEXML Error.swift
[166/368] Compiling AEXML Options.swift
[167/368] Compiling AEXML Parser.swift
[168/368] Compiling SelectiveTestShell Shell.swift
[169/368] Emitting module SelectiveTestShell
[170/368] Compiling SelectiveTestShell String+Error.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[171/369] 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
[172/369] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[173/369] Compiling ArgumentParser ZshCompletionsGenerator.swift
[174/369] Compiling ArgumentParser Argument.swift
[176/369] Compiling AEXML Builders.swift
[177/369] Emitting module AEXML
[181/369] Compiling ArgumentParser BashCompletionsGenerator.swift
[182/369] Compiling ArgumentParser CompletionsGenerator.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" 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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
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:27:23: warning: result of call to 'changeCurrentDirectoryPath' is unused
25 |
26 |     func performCommand(context: PluginContext, arguments: [String]) async throws {
27 |         FileManager().changeCurrentDirectoryPath(context.package.directory.string)
   |                       `- warning: result of call to 'changeCurrentDirectoryPath' is unused
28 |         let tool = try context.tool(named: "xcode-selective-test")
29 |
[1/1] Compiling plugin SelectiveTestingPlugin
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/37] Write swift-version-24593BA9C3E375BF.txt
[4/81] Compiling SelectiveTestShell String+Error.swift
[5/88] Emitting module SelectiveTestShell
[6/109] Compiling SelectiveTestShell Shell.swift
[8/110] Emitting module PathKit
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/110] Emitting module Rainbow
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:49:58: error: cannot find 'isatty' in scope
47 |         // Check if we are in any term env and the output is a tty.
48 |         let termType = getEnvValue("TERM")
49 |         if let t = termType, t.lowercased() != "dumb" && isatty(fileno(stdout)) != 0 {
   |                                                          `- error: cannot find 'isatty' in scope
50 |             return .console
51 |         }
[10/111] Compiling SelectiveTestShell String+Error.swift
[11/111] Compiling Rainbow StringGenerator.swift
[12/112] Emitting module SelectiveTestShell
[13/112] Compiling SelectiveTestShell Shell.swift
[15/115] Compiling Rainbow StringGenerator.swift
[16/115] Compiling Rainbow String+Rainbow.swift
[17/115] Compiling Rainbow OutputTarget.swift
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:49:58: error: cannot find 'isatty' in scope
47 |         // Check if we are in any term env and the output is a tty.
48 |         let termType = getEnvValue("TERM")
49 |         if let t = termType, t.lowercased() != "dumb" && isatty(fileno(stdout)) != 0 {
   |                                                          `- error: cannot find 'isatty' in scope
50 |             return .console
51 |         }
[18/115] Compiling Rainbow Style.swift
[19/115] Compiling Yams Constructor.swift
[20/115] Compiling Yams Decoder.swift
[21/115] Compiling Yams Emitter.swift
[22/115] Compiling Yams Encoder.swift
[23/115] Compiling Rainbow Rainbow.swift
[24/115] Compiling Rainbow Style.swift
[25/117] Compiling Yams AliasDereferencingStrategy.swift
[26/117] Compiling Yams Anchor.swift
[27/117] Compiling Rainbow OutputTarget.swift
[28/117] Emitting module ArgumentParserToolInfo
[29/117] Compiling Rainbow Rainbow.swift
[32/117] Compiling Rainbow String+Rainbow.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[33/117] 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
[36/117] Emitting module Rainbow
BUILD FAILURE 6.1 android