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.12.3 (0b5481), with Swift 6.2 (beta) for Android on 24 Jun 2025 01:07:50 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mikeger/XcodeSelectiveTesting.git
Reference: 0.12.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.12.3     -> FETCH_HEAD
HEAD is now at 0b5481c Disable tests on Linux
Cloned https://github.com/mikeger/XcodeSelectiveTesting.git
Revision (git rev-parse @):
0b5481cae4654e6276f9c53edadfd4d8d4426d11
SUCCESS checkout https://github.com/mikeger/XcodeSelectiveTesting.git at 0.12.3
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/mikeger/XcodeSelectiveTesting.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/tuist/XcodeProj.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/onevcat/Rainbow
[1/1411] Fetching pathkit
[326/2607] Fetching pathkit, rainbow
[2608/25948] Fetching pathkit, rainbow, xcodeproj
[5176/36884] Fetching pathkit, rainbow, xcodeproj, yams
Fetched https://github.com/onevcat/Rainbow from cache (0.36s)
[8152/35688] Fetching pathkit, xcodeproj, yams
[13215/51068] Fetching pathkit, xcodeproj, yams, swift-argument-parser
Fetched https://github.com/kylef/PathKit.git from cache (1.87s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.88s)
Fetched https://github.com/jpsim/Yams.git from cache (1.88s)
Fetched https://github.com/tuist/XcodeProj.git from cache (1.92s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (5.06s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.39s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (1.27s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.1.0 (3.03s)
Computing version for https://github.com/tuist/XcodeProj.git
Computed https://github.com/tuist/XcodeProj.git at 9.4.2 (0.51s)
Fetching https://github.com/tadija/AEXML.git
[1/2127] Fetching aexml
Fetched https://github.com/tadija/AEXML.git from cache (0.70s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.7.0 (1.16s)
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.46s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (0.46s)
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/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.1.0
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/tadija/AEXML.git
Working copy of https://github.com/tadija/AEXML.git resolved at 4.7.0
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/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.4.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.5.1
/host/spi-builder-workspace/Plugins/SelectiveTestingPlugin/SelectiveTestingPlugin.swift:27:23: warning: result of call to 'changeCurrentDirectoryPath' is unused [#no-usage]
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 [#no-usage]
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] Write swift-version-8C5A4AE7A8CE2BA.txt
[33/79] Compiling parser.c
[34/79] Compiling api.c
[35/79] Compiling reader.c
[36/79] Compiling emitter.c
[37/82] Compiling parser.c
[38/96] Compiling scanner.c
[39/103] Compiling emitter.c
[40/108] Compiling scanner.c
[42/133] Emitting module ArgumentParserToolInfo
[43/133] Compiling Rainbow StringGenerator.swift
[44/133] Emitting module Rainbow
[45/134] Compiling Yams Tag.swift
[46/134] Compiling Yams YamlAnchorProviding.swift
[47/136] Compiling Rainbow Style.swift
[48/136] Compiling Rainbow String+Rainbow.swift
[49/136] Compiling ArgumentParserToolInfo ToolInfo.swift
[51/144] Emitting module AEXML
[52/144] Compiling AEXML Builders.swift
[53/144] Compiling AEXML Document.swift
[54/144] Compiling Yams AliasDereferencingStrategy.swift
[55/144] Compiling Yams Anchor.swift
[56/144] Compiling Yams Resolver.swift
[57/144] Compiling Yams String+Yams.swift
[58/144] Emitting module Yams
[61/144] Compiling Yams Constructor.swift
[62/144] Compiling Yams Parser.swift
[63/144] Compiling Yams RedundancyAliasingStrategy.swift
[64/144] Compiling Yams Representer.swift
[65/144] Compiling SelectiveTestShell Shell.swift
[66/144] Emitting module SelectiveTestShell
[67/144] Compiling SelectiveTestShell String+Error.swift
[68/145] Compiling Yams Mark.swift
[69/145] Compiling Yams Node.Alias.swift
[70/145] Compiling Yams Node.Mapping.swift
[71/145] Compiling Yams Decoder.swift
[72/145] Compiling Yams Emitter.swift
[73/145] Compiling Yams Encoder.swift
[74/145] Compiling Yams Node.Scalar.swift
[75/145] Compiling Yams Node.Sequence.swift
[76/145] Compiling Yams Node.swift
[78/145] Compiling Rainbow OutputTarget.swift
[83/145] Compiling Rainbow Rainbow.swift
[85/146] Compiling AEXML Options.swift
[86/146] Compiling AEXML Parser.swift
[87/146] Compiling AEXML Error.swift
[87/174] Wrapping AST for SelectiveTestShell for debugging
[89/184] Compiling AEXML Element.swift
[90/184] Compiling ArgumentParser CommandConfiguration.swift
[91/184] Compiling ArgumentParser CommandGroup.swift
[93/188] Wrapping AST for Rainbow for debugging
[94/188] Wrapping AST for ArgumentParserToolInfo for debugging
[95/188] Wrapping AST for Yams for debugging
[96/188] Wrapping AST for AEXML for debugging
[97/188] Write sources
[100/188] Emitting module PathKit
[101/188] Compiling PathKit PathKit.swift
[103/189] Emitting module SelectiveTestLogger
[104/189] Compiling SelectiveTestLogger Logger.swift
[104/192] Compiling api.c
[107/307] Compiling Git Git.swift
[108/307] Emitting module Git
[109/307] Compiling Git Git+Changeset.swift
[110/308] Wrapping AST for SelectiveTestLogger for debugging
[111/308] Wrapping AST for PathKit for debugging
[112/308] Wrapping AST for Git for debugging
[113/308] Write sources
[115/315] Emitting module AEXML
[116/315] Compiling Yams Mark.swift
[117/315] Compiling Yams Node.Alias.swift
[118/316] Compiling Rainbow String+Rainbow.swift
[119/316] Compiling Rainbow StringGenerator.swift
[122/316] Compiling Yams Node.Mapping.swift
[123/316] Compiling Yams Node.Scalar.swift
[124/316] Compiling Yams Node.Sequence.swift
[125/316] Compiling Yams Node.swift
[126/316] Compiling Yams Decoder.swift
[127/316] Compiling Yams Emitter.swift
[128/316] Compiling Yams Encoder.swift
[129/316] Compiling Yams AliasDereferencingStrategy.swift
[130/316] Compiling Yams Anchor.swift
[131/316] Compiling Yams Constructor.swift
[132/321] Emitting module ArgumentParser
[133/321] Compiling Rainbow Style.swift
[134/321] Emitting module ArgumentParserToolInfo
[135/321] Compiling ArgumentParserToolInfo ToolInfo.swift
[137/360] Compiling ArgumentParser ArgumentDefinition.swift
[138/360] Compiling ArgumentParser ArgumentSet.swift
[139/360] Compiling ArgumentParser CommandParser.swift
[140/360] Compiling ArgumentParser InputKey.swift
[141/360] Compiling ArgumentParser InputOrigin.swift
[142/360] Compiling ArgumentParser ExpressibleByArgument.swift
[143/360] Compiling ArgumentParser ParsableArguments.swift
[144/360] Compiling ArgumentParser ParsableArgumentsValidation.swift
[145/360] Compiling ArgumentParser ParsableCommand.swift
[146/360] Compiling ArgumentParser ArgumentDecoder.swift
[147/360] Compiling ArgumentParser OptionGroup.swift
[148/360] Compiling ArgumentParser AsyncParsableCommand.swift
[149/360] Compiling ArgumentParser CommandConfiguration.swift
[150/360] Compiling ArgumentParser CommandGroup.swift
[151/360] Compiling ArgumentParser EnumerableFlag.swift
[152/360] Compiling ArgumentParser DumpHelpGenerator.swift
[153/360] Compiling ArgumentParser HelpCommand.swift
[154/360] Compiling ArgumentParser HelpGenerator.swift
[155/360] Compiling ArgumentParser MessageInfo.swift
[156/360] Compiling ArgumentParser UsageGenerator.swift
[157/360] Compiling ArgumentParser Name.swift
[158/360] Compiling ArgumentParser Parsed.swift
[159/360] Compiling ArgumentParser ParsedValues.swift
[160/360] Compiling ArgumentParser ParserError.swift
[161/360] Compiling ArgumentParser SplitArguments.swift
[162/360] Compiling ArgumentParser CollectionExtensions.swift
[163/360] Compiling ArgumentParser Platform.swift
[164/360] Compiling ArgumentParser SequenceExtensions.swift
[165/360] Compiling ArgumentParser StringExtensions.swift
[166/360] Compiling ArgumentParser Tree.swift
[167/361] Wrapping AST for ArgumentParser for debugging
[168/361] Wrapping AST for ArgumentParserToolInfo for debugging
[170/361] Emitting module ArgumentParser
[175/368] Compiling ArgumentParser BashCompletionsGenerator.swift
[176/368] Compiling ArgumentParser CompletionsGenerator.swift
[177/368] Compiling ArgumentParser FishCompletionsGenerator.swift
[178/368] Compiling ArgumentParser ZshCompletionsGenerator.swift
[179/368] Compiling ArgumentParser Argument.swift
[180/368] Compiling ArgumentParser ArgumentHelp.swift
[183/368] 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 |         }
error: emit-module command failed with exit code 1 (use -v to see invocation)
[184/368] 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 |         }
[187/368] Compiling AEXML Builders.swift
[188/368] Compiling SelectiveTestShell String+Error.swift
[189/368] Compiling AEXML Options.swift
[190/368] Compiling AEXML Parser.swift
[191/368] Compiling AEXML Error.swift
[192/368] Emitting module SelectiveTestShell
[193/368] Compiling SelectiveTestShell Shell.swift
[194/369] Compiling AEXML Document.swift
[195/369] Compiling AEXML Element.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[196/370] 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
[197/370] 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
[200/370] Compiling Rainbow Rainbow.swift
BUILD FAILURE 6.2 android