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 (63e4a6), with Swift 6.2 (beta) for Android on 3 Aug 2025 22:25:52 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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.65.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 63e4a61 Update README.md
Cloned https://github.com/mikeger/XcodeSelectiveTesting.git
Revision (git rev-parse @):
63e4a613350cb9ead345b51fccf9443f8e0201de
SUCCESS checkout https://github.com/mikeger/XcodeSelectiveTesting.git at main
========================================
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-1":/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/tuist/XcodeProj.git
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/jpsim/Yams.git
[1/1438] Fetching pathkit
[1310/2773] Fetching pathkit, rainbow
[1653/26235] Fetching pathkit, rainbow, xcodeproj
[5590/37232] Fetching pathkit, rainbow, xcodeproj, yams
[14982/52840] Fetching pathkit, rainbow, xcodeproj, yams, swift-argument-parser
Fetched https://github.com/jpsim/Yams.git from cache (2.08s)
Fetched https://github.com/onevcat/Rainbow from cache (2.34s)
Fetched https://github.com/kylef/PathKit.git from cache (2.34s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (2.35s)
Fetched https://github.com/tuist/XcodeProj.git from cache (2.38s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (5.97s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.35s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.86s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.2.0 (4.14s)
Computing version for https://github.com/tuist/XcodeProj.git
Computed https://github.com/tuist/XcodeProj.git at 9.4.3 (0.50s)
Fetching https://github.com/tadija/AEXML.git
[1/2127] Fetching aexml
Fetched https://github.com/tadija/AEXML.git from cache (0.27s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.7.0 (0.90s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (0.57s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.1 (0.42s)
Creating working copy for https://github.com/tuist/XcodeProj.git
Working copy of https://github.com/tuist/XcodeProj.git resolved at 9.4.3
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/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.2.0
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.6.1
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: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
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/80] Write sources
[30/80] Compiling writer.c
[31/80] Compiling reader.c
[32/80] Compiling writer.c
[33/80] Compiling parser.c
[34/80] Compiling reader.c
[35/80] Compiling api.c
[35/80] Write sources
[39/80] Compiling parser.c
[40/80] Compiling emitter.c
[41/80] Write swift-version-8C5A4AE7A8CE2BA.txt
[42/80] Compiling scanner.c
[43/80] Compiling api.c
[44/91] Compiling emitter.c
[45/138] Compiling scanner.c
[47/160] Emitting module SelectiveTestShell
[48/160] Compiling Yams Tag.swift
[49/160] Compiling Yams YamlAnchorProviding.swift
[50/162] Compiling Yams Mark.swift
[51/162] Compiling Yams Node.Alias.swift
[52/162] Compiling Yams Representer.swift
[53/162] Compiling Yams Node.Scalar.swift
[54/163] Emitting module ArgumentParserToolInfo
[55/163] Compiling ArgumentParserToolInfo ToolInfo.swift
[57/166] Compiling Yams Resolver.swift
[58/166] Compiling Yams String+Yams.swift
[59/166] Compiling Yams YamlError.swift
[60/166] Compiling Yams YamlTagProviding.swift
[61/166] Emitting module Rainbow
[62/166] Compiling SelectiveTestShell String+Error.swift
[63/166] Compiling SelectiveTestShell Shell.swift
[65/167] Compiling Yams Parser.swift
[66/167] Compiling Yams RedundancyAliasingStrategy.swift
[67/167] Compiling Yams Constructor.swift
[68/167] Compiling Yams Decoder.swift
[69/167] Compiling Yams AliasDereferencingStrategy.swift
[70/167] Compiling Yams Anchor.swift
[71/167] Compiling Yams Emitter.swift
[72/167] Compiling Yams Encoder.swift
[73/167] Compiling Yams Node.Sequence.swift
[74/167] Compiling Yams Node.swift
[75/167] Emitting module Yams
[84/169] Compiling Yams Node.Mapping.swift
[91/169] Compiling Rainbow StyledStringBuilder.swift
[94/217] Emitting module ArgumentParserToolInfo
[95/217] Emitting module PathKit
[96/217] Compiling PathKit PathKit.swift
[97/217] Compiling SelectiveTestLogger Logger.swift
[98/217] Emitting module SelectiveTestLogger
[101/233] Emitting module AEXML
[103/233] Compiling AEXML Options.swift
[104/233] Compiling AEXML Error.swift
[105/233] Compiling AEXML Parser.swift
[106/233] Compiling ArgumentParser OptionGroup.swift
[107/233] Compiling ArgumentParser AsyncParsableCommand.swift
[108/233] Compiling ArgumentParser CommandConfiguration.swift
[109/233] Compiling ArgumentParser CommandGroup.swift
[110/233] Compiling ArgumentParser EnumerableFlag.swift
[111/233] Compiling ArgumentParser ExpressibleByArgument.swift
[112/239] Compiling ArgumentParser InputKey.swift
[113/239] Compiling ArgumentParser InputOrigin.swift
[114/239] Compiling ArgumentParser Name.swift
[115/239] Compiling ArgumentParser Parsed.swift
[116/239] Compiling ArgumentParser ParsedValues.swift
[117/239] Compiling ArgumentParser ParserError.swift
[118/239] Compiling AEXML Document.swift
[119/239] Compiling AEXML Element.swift
[120/239] Compiling AEXML Builders.swift
[122/240] Compiling ArgumentParser CollectionExtensions.swift
[123/240] Compiling ArgumentParser Mutex.swift
[124/240] Compiling ArgumentParser Platform.swift
[125/240] Compiling ArgumentParser SequenceExtensions.swift
[126/240] Compiling ArgumentParser StringExtensions.swift
[127/240] Compiling ArgumentParser SwiftExtensions.swift
[128/243] Compiling ArgumentParser Option.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[132/246] 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 |         }
[133/246] Compiling ArgumentParser BashCompletionsGenerator.swift
[134/246] Compiling ArgumentParser CompletionsGenerator.swift
[135/246] Compiling ArgumentParser Flag.swift
[136/246] Compiling ArgumentParser NameSpecification.swift
[137/246] Compiling Git Git.swift
[138/246] Emitting module Git
[139/246] Compiling Git Git+Changeset.swift
[141/339] Compiling ArgumentParserToolInfo ToolInfo.swift
[142/340] Wrapping AST for Yams for debugging
[144/340] Compiling XcodeProj PBXProject.swift
[145/340] Compiling XcodeProj ProjectAttribute.swift
[146/340] Compiling XcodeProj Equality.generated.swift
[147/340] Compiling XcodeProj Sourcery.swift
[148/340] Compiling XcodeProj XCLocalSwiftPackageReference.swift
[149/340] Compiling XcodeProj XCRemoteSwiftPackageReference.swift
[150/384] Compiling ArgumentParser ArgumentVisibility.swift
[151/384] Compiling ArgumentParser CompletionKind.swift
[152/384] Compiling ArgumentParser Errors.swift
[153/384] Compiling ArgumentParser Flag.swift
[154/384] Compiling ArgumentParser NameSpecification.swift
[155/384] Compiling ArgumentParser Option.swift
[156/384] Emitting module ArgumentParser
[157/384] Compiling ArgumentParser BashCompletionsGenerator.swift
[158/384] Compiling ArgumentParser CompletionsGenerator.swift
[159/384] Compiling ArgumentParser FishCompletionsGenerator.swift
[160/384] Compiling ArgumentParser ZshCompletionsGenerator.swift
[161/384] Compiling ArgumentParser Argument.swift
[162/384] Compiling ArgumentParser ArgumentDiscussion.swift
[163/384] Compiling ArgumentParser ArgumentHelp.swift
[164/384] Emitting module ArgumentParser
[165/390] Compiling ArgumentParser InputKey.swift
[166/390] Compiling ArgumentParser InputOrigin.swift
[167/390] Compiling ArgumentParser Name.swift
[168/390] Compiling ArgumentParser Parsed.swift
[169/390] Compiling ArgumentParser ParsedValues.swift
[170/390] Compiling ArgumentParser ParserError.swift
[171/390] Compiling ArgumentParser CommandConfiguration.swift
[172/390] Compiling ArgumentParser CommandGroup.swift
[173/390] Compiling AEXML Builders.swift
[174/390] Compiling AEXML Parser.swift
[175/390] Compiling ArgumentParser ParsableArguments.swift
[176/390] Compiling ArgumentParser ParsableCommand.swift
[177/390] Compiling ArgumentParser ArgumentDecoder.swift
[178/390] Compiling ArgumentParser ArgumentDefinition.swift
[179/390] Compiling ArgumentParser ArgumentSet.swift
[180/390] Compiling ArgumentParser CommandParser.swift
[182/391] Compiling ArgumentParser CollectionExtensions.swift
[183/391] Compiling ArgumentParser Mutex.swift
[184/391] Compiling ArgumentParser Platform.swift
[185/391] Compiling ArgumentParser SequenceExtensions.swift
[186/391] Compiling ArgumentParser StringExtensions.swift
[187/391] Compiling ArgumentParser SwiftExtensions.swift
[188/391] Compiling AEXML Element.swift
[189/391] Compiling AEXML Document.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 |         }
/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 |         }
[192/391] Compiling SelectiveTestShell String+Error.swift
[193/391] Compiling ArgumentParser SplitArguments.swift
[194/391] Compiling ArgumentParser DumpHelpGenerator.swift
[198/391] Wrapping AST for SelectiveTestShell for debugging
[200/391] Compiling SelectiveTestShell Shell.swift
[201/391] Emitting module SelectiveTestShell
[202/392] Compiling AEXML Error.swift
[203/392] Compiling AEXML Options.swift
[204/392] Emitting module Yams
[213/393] Compiling Rainbow StyledStringBuilder.swift
[214/393] Wrapping AST for SelectiveTestLogger for debugging
[221/393] Compiling ArgumentParser OptionGroup.swift
[222/393] Compiling ArgumentParser AsyncParsableCommand.swift
[225/393] Wrapping AST for PathKit for debugging
[230/393] Compiling ArgumentParser EnumerableFlag.swift
[231/393] Compiling ArgumentParser ExpressibleByArgument.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[232/393] 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
[233/393] 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
[233/393] Wrapping AST for Rainbow for debugging
BUILD FAILURE 6.2 android