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 Pods, reference main (969e5c), with Swift 6.1 for Android on 28 May 2025 10:10:46 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/swiftyfinch/Pods.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/swiftyfinch/Pods
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 969e5c6 Update README.md
Cloned https://github.com/swiftyfinch/Pods.git
Revision (git rev-parse @):
969e5c6ac899e9668604344c5ddcc2d1a44eeef3
SUCCESS checkout https://github.com/swiftyfinch/Pods.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/swiftyfinch/Pods.git
https://github.com/swiftyfinch/Pods.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "rainbow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Rainbow"
    },
    {
      "identity" : "swiftshell",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.1.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kareman/SwiftShell"
    }
  ],
  "manifest_display_name" : "Pods",
  "name" : "Pods",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "pods",
      "targets" : [
        "Pods"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Pods",
      "module_type" : "SwiftTarget",
      "name" : "Pods",
      "path" : "Sources/Pods",
      "product_dependencies" : [
        "ArgumentParser",
        "Rainbow",
        "SwiftShell"
      ],
      "product_memberships" : [
        "pods"
      ],
      "sources" : [
        "Extensions/Double+FormatTime.swift",
        "Output/LogPrinter/Extensions/Printer+Spinner.swift",
        "Output/LogPrinter/Formatter/Formatter.swift",
        "Output/LogPrinter/Formatter/PodsFormatter.swift",
        "Output/LogPrinter/Printers/DefaultPrinter.swift",
        "Output/LogPrinter/Printers/OneLinePrinter.swift",
        "Output/LogPrinter/Printers/PodsPrinter.swift",
        "Output/LogPrinter/Printers/Printer.swift",
        "Output/Progress/Progress.swift",
        "Utils/FileManager+Contains.swift",
        "Utils/ParsableCommand.swift",
        "Utils/ProcessMonitor.swift",
        "Utils/ShellRunner.swift",
        "Utils/Sounds.swift",
        "Utils/WrapError.swift",
        "main.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/apple/swift-argument-parser
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/kareman/SwiftShell
[1/4863] Fetching swiftshell
[439/6059] Fetching swiftshell, rainbow
Fetched https://github.com/onevcat/Rainbow from cache (0.33s)
[1654/4863] Fetching swiftshell
[4864/20214] Fetching swiftshell, swift-argument-parser
Fetched https://github.com/kareman/SwiftShell from cache (0.55s)
[2610/15351] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.96s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (2.42s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.1.0 (1.97s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.44s)
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/kareman/SwiftShell
Working copy of https://github.com/kareman/SwiftShell resolved at 5.1.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/14] Write sources
[6/14] Write swift-version-24593BA9C3E375BF.txt
[8/36] Emitting module ArgumentParserToolInfo
[9/36] Compiling ArgumentParserToolInfo ToolInfo.swift
[10/37] Emitting module SwiftShell
[12/38] Compiling Rainbow StringGenerator.swift
[13/39] Compiling Rainbow ControlCode.swift
[14/39] Compiling Rainbow ModesExtractor.swift
[15/39] Compiling Rainbow String+Rainbow.swift
[16/39] Compiling Rainbow Style.swift
[16/39] Wrapping AST for ArgumentParserToolInfo for debugging
[18/77] Compiling ArgumentParser OptionGroup.swift
[19/77] Compiling ArgumentParser AsyncParsableCommand.swift
[20/77] Compiling ArgumentParser CommandConfiguration.swift
[21/77] Compiling ArgumentParser CommandGroup.swift
[22/77] Compiling ArgumentParser EnumerableFlag.swift
[23/82] Emitting module ArgumentParser
[24/82] Compiling ArgumentParser ArgumentVisibility.swift
[25/82] Compiling ArgumentParser CompletionKind.swift
[26/82] Compiling ArgumentParser Errors.swift
[27/82] Compiling ArgumentParser Flag.swift
[28/82] Compiling ArgumentParser NameSpecification.swift
[29/82] Compiling ArgumentParser Option.swift
[30/82] Compiling ArgumentParser BashCompletionsGenerator.swift
[31/82] Compiling ArgumentParser CompletionsGenerator.swift
[32/82] Compiling ArgumentParser FishCompletionsGenerator.swift
[33/82] Compiling ArgumentParser ZshCompletionsGenerator.swift
[34/82] Compiling ArgumentParser Argument.swift
[35/82] Compiling ArgumentParser ArgumentHelp.swift
[36/82] Compiling ArgumentParser ExpressibleByArgument.swift
[37/82] Compiling ArgumentParser ParsableArguments.swift
[38/82] Compiling ArgumentParser ParsableArgumentsValidation.swift
[39/82] Compiling ArgumentParser ParsableCommand.swift
[40/82] Compiling ArgumentParser ArgumentDecoder.swift
[41/82] Compiling ArgumentParser CollectionExtensions.swift
[42/82] Compiling ArgumentParser Platform.swift
[43/82] Compiling ArgumentParser SequenceExtensions.swift
[44/82] Compiling ArgumentParser StringExtensions.swift
[45/82] Compiling ArgumentParser Tree.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[48/82] 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 |         }
[51/82] Compiling Rainbow Rainbow.swift
[52/82] Compiling ArgumentParser Name.swift
[53/82] Compiling ArgumentParser Parsed.swift
[54/82] Compiling ArgumentParser ParsedValues.swift
[55/82] Compiling ArgumentParser ParserError.swift
[56/82] Compiling ArgumentParser SplitArguments.swift
[57/82] Compiling ArgumentParser ArgumentDefinition.swift
[58/82] Compiling ArgumentParser ArgumentSet.swift
[59/82] Compiling ArgumentParser CommandParser.swift
[60/82] Compiling ArgumentParser InputKey.swift
[61/82] Compiling ArgumentParser InputOrigin.swift
[62/82] Compiling ArgumentParser DumpHelpGenerator.swift
[63/82] Compiling ArgumentParser HelpCommand.swift
[64/82] Compiling ArgumentParser HelpGenerator.swift
[65/82] Compiling ArgumentParser MessageInfo.swift
[66/82] Compiling ArgumentParser UsageGenerator.swift
[67/82] Compiling SwiftShell Files.swift
[68/82] Compiling SwiftShell Process.swift
[69/82] Compiling SwiftShell Array.swift
[70/83] 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 |         }
[71/83] Compiling SwiftShell String.swift
[72/83] Compiling SwiftShell Stream.swift
[73/83] Compiling SwiftShell Lazy-split.swift
[76/83] Compiling SwiftShell Context.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/9] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/31] 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 |         }
[4/32] Compiling Rainbow StringGenerator.swift
[5/32] Compiling Rainbow Style.swift
[6/32] Compiling Rainbow Rainbow.swift
[7/32] 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 |         }
[8/32] Compiling Rainbow ControlCode.swift
[9/32] Compiling Rainbow ModesExtractor.swift
[10/32] Compiling Rainbow String+Rainbow.swift
[11/32] Compiling SwiftShell Process.swift
[12/32] Compiling SwiftShell Context.swift
[13/32] Compiling SwiftShell Array.swift
[14/32] Compiling SwiftShell Files.swift
[15/32] Compiling SwiftShell Bash.swift
[16/32] Compiling SwiftShell Command.swift
[17/32] Compiling SwiftShell Lazy-split.swift
[18/32] Emitting module SwiftShell
[19/33] Compiling SwiftShell Stream.swift
[22/33] Emitting module ArgumentParserToolInfo
[23/33] Compiling ArgumentParserToolInfo ToolInfo.swift
[25/34] Compiling SwiftShell String.swift
[26/35] Compiling Rainbow Color.swift
[27/35] Compiling Rainbow ColorApproximation.swift
BUILD FAILURE 6.1 android