The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftDependencyUpdater, reference main (cdfaf1), with Swift 6.2 for Android on 24 Apr 2026 00:43:31 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Nef10/swift-dependency-updater.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/Nef10/swift-dependency-updater
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at cdfaf16 Bump release-drafter from 7.1.1 to 7.2.0 (#298)
Cloned https://github.com/Nef10/swift-dependency-updater.git
Revision (git rev-parse @):
cdfaf16793b996b1b33fe809a91e27bf9f05de95
SUCCESS checkout https://github.com/Nef10/swift-dependency-updater.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Nef10/swift-dependency-updater.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:cb98f9856cb1288a0028ff0e63d4de86ca92d5e7890400e3e915f7ea3943ed55
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest
Fetching https://github.com/onevcat/Rainbow.git
Fetching https://github.com/Nef10/ShellOut.git
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/Nef10/Releases.git
[1/164] Fetching releases
[165/1606] Fetching releases, rainbow
[1492/19070] Fetching releases, rainbow, swift-argument-parser
[2481/19370] Fetching releases, rainbow, swift-argument-parser, shellout
Fetched https://github.com/Nef10/Releases.git from cache (1.60s)
Fetched https://github.com/Nef10/ShellOut.git from cache (1.61s)
Fetched https://github.com/onevcat/Rainbow.git from cache (1.62s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.66s)
Computing version for https://github.com/Nef10/Releases.git
Computed https://github.com/Nef10/Releases.git at 5.0.1 (2.57s)
Fetching https://github.com/JohnSundell/Require.git
[1/152] Fetching require
Fetched https://github.com/JohnSundell/Require.git from cache (0.40s)
Computing version for https://github.com/onevcat/Rainbow.git
Computed https://github.com/onevcat/Rainbow.git at 4.2.1 (4.16s)
Computing version for https://github.com/Nef10/ShellOut.git
Computed https://github.com/Nef10/ShellOut.git at 2.3.1 (3.37s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (1.21s)
Computing version for https://github.com/JohnSundell/Require.git
Computed https://github.com/JohnSundell/Require.git at 2.0.1 (0.71s)
Creating working copy for https://github.com/JohnSundell/Require.git
Working copy of https://github.com/JohnSundell/Require.git resolved at 2.0.1
Creating working copy for https://github.com/Nef10/ShellOut.git
Working copy of https://github.com/Nef10/ShellOut.git resolved at 2.3.1
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.1
Creating working copy for https://github.com/Nef10/Releases.git
Working copy of https://github.com/Nef10/Releases.git resolved at 5.0.1
Creating working copy for https://github.com/onevcat/Rainbow.git
Working copy of https://github.com/onevcat/Rainbow.git resolved at 4.2.1
warning: 'releases': Conflicting identity for shellout: dependency 'github.com/johnsundell/shellout' and dependency 'github.com/nef10/shellout' both point to the same package identity 'shellout'. The dependencies are introduced through the following chains: (A) /host/spi-builder-workspace->github.com/nef10/releases->github.com/johnsundell/shellout (B) /host/spi-builder-workspace->github.com/nef10/shellout. If there are multiple chains that lead to the same dependency, only the first chain is shown here. To see all chains use debug output option. To resolve the conflict, coordinate with the maintainer of the package that introduces the conflicting dependency. This will be escalated to an error in future versions of SwiftPM.
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/21] Write sources
[10/21] Write swift-version--11D90AFD9DD3AB2.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/42] 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 |         }
[13/43] Compiling Rainbow StringGenerator.swift
[14/43] Compiling Rainbow Style.swift
[15/43] Compiling Rainbow BackgroundColor.swift
[16/43] Compiling Rainbow CodesParser.swift
[17/43] Compiling Rainbow ConditionalStyleBuilder.swift
[18/43] Compiling Rainbow ControlCode.swift
[19/43] Compiling Rainbow String+ConditionalStyling.swift
[20/43] Compiling Rainbow String+Rainbow.swift
[21/43] Compiling ArgumentParserToolInfo ToolInfo.swift
[22/43] Emitting module ArgumentParserToolInfo
[23/44] Wrapping AST for ArgumentParserToolInfo for debugging
[25/90] Compiling ArgumentParser ParentCommand.swift
[26/90] Compiling ArgumentParser AsyncParsableCommand.swift
[27/90] Compiling ArgumentParser CommandConfiguration.swift
[28/90] Compiling ArgumentParser CommandGroup.swift
[29/90] Compiling ArgumentParser EnumerableFlag.swift
[30/90] Compiling ArgumentParser ExpressibleByArgument.swift
[31/90] Compiling ArgumentParser ParsableArguments.swift
[32/96] Compiling ArgumentParser Foundation.swift
[33/96] Compiling ArgumentParser Mutex.swift
[34/96] Compiling ArgumentParser Platform.swift
[35/96] Compiling ArgumentParser SequenceExtensions.swift
[36/96] Compiling ArgumentParser StringExtensions.swift
[37/96] Compiling ArgumentParser SwiftExtensions.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 |         }
[40/96] Compiling Require Require.swift
/host/spi-builder-workspace/.build/checkouts/Require/Sources/Require.swift:32:29: error: cannot find 'NSException' in scope
30 |
31 |             #if !os(Linux)
32 |             let exception = NSException(
   |                             `- error: cannot find 'NSException' in scope
33 |                 name: .invalidArgumentException,
34 |                 reason: message,
/host/spi-builder-workspace/.build/checkouts/Require/Sources/Require.swift:33:24: error: cannot infer contextual base in reference to member 'invalidArgumentException'
31 |             #if !os(Linux)
32 |             let exception = NSException(
33 |                 name: .invalidArgumentException,
   |                        `- error: cannot infer contextual base in reference to member 'invalidArgumentException'
34 |                 reason: message,
35 |                 userInfo: nil
/host/spi-builder-workspace/.build/checkouts/Require/Sources/Require.swift:35:27: error: 'nil' requires a contextual type
33 |                 name: .invalidArgumentException,
34 |                 reason: message,
35 |                 userInfo: nil
   |                           `- error: 'nil' requires a contextual type
36 |             )
37 |
[41/96] Emitting module Require
[42/96] Compiling ArgumentParser ArgumentHelp.swift
[44/96] Compiling ArgumentParser Argument.swift
[45/96] Compiling ArgumentParser ArgumentDiscussion.swift
[46/96] Emitting module ArgumentParser
[47/96] Emitting module ShellOut
BUILD FAILURE 6.2 android