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 SwiftOutdated, reference main (6dbb22), with Swift 6.1 for Android on 29 May 2025 00:06:04 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/kiliankoe/swift-outdated.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/kiliankoe/swift-outdated
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6dbb22f bump version to 0.9.0
Cloned https://github.com/kiliankoe/swift-outdated.git
Revision (git rev-parse @):
6dbb22f79874b75b5c95daa0a21d66082f6aeefc
SUCCESS checkout https://github.com/kiliankoe/swift-outdated.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/kiliankoe/swift-outdated.git
https://github.com/kiliankoe/swift-outdated.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "version",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mxcl/Version.git"
    },
    {
      "identity" : "shellout",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.3.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/johnsundell/ShellOut.git"
    },
    {
      "identity" : "files",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/johnsundell/Files.git"
    },
    {
      "identity" : "swiftytexttable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/scottrhoyt/SwiftyTextTable.git"
    },
    {
      "identity" : "rainbow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Rainbow.git"
    }
  ],
  "manifest_display_name" : "SwiftOutdated",
  "name" : "SwiftOutdated",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "swift-outdated",
      "targets" : [
        "SwiftOutdated"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "Outdated",
      "targets" : [
        "Outdated"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftOutdated",
      "module_type" : "SwiftTarget",
      "name" : "SwiftOutdated",
      "path" : "Sources/SwiftOutdated",
      "product_dependencies" : [
        "ArgumentParser",
        "Logging"
      ],
      "product_memberships" : [
        "swift-outdated"
      ],
      "sources" : [
        "SwiftOutdated.swift"
      ],
      "target_dependencies" : [
        "Outdated"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Outdated",
      "module_type" : "SwiftTarget",
      "name" : "Outdated",
      "path" : "Sources/Outdated",
      "product_dependencies" : [
        "Logging",
        "Files",
        "Rainbow",
        "ShellOut",
        "SwiftyTextTable",
        "Version"
      ],
      "product_memberships" : [
        "swift-outdated",
        "Outdated"
      ],
      "sources" : [
        "ConcurrentDictionary.swift",
        "OutdatedPackage.swift",
        "PackageCollection.swift",
        "Pin.swift",
        "Resolved.swift",
        "SwiftPackage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/mxcl/Version.git
Fetching https://github.com/johnsundell/ShellOut.git
Fetching https://github.com/johnsundell/Files.git
Fetching https://github.com/scottrhoyt/SwiftyTextTable.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/onevcat/Rainbow.git
[1/288] Fetching version
[289/1217] Fetching version, swiftytexttable
[345/2413] Fetching version, swiftytexttable, rainbow
[573/6249] Fetching version, swiftytexttable, rainbow, swift-log
[1151/7485] Fetching version, swiftytexttable, rainbow, swift-log, files
[2790/8445] Fetching version, swiftytexttable, rainbow, swift-log, files, shellout
Fetched https://github.com/onevcat/Rainbow.git from cache (0.35s)
[6060/7249] Fetching version, swiftytexttable, swift-log, files, shellout
Fetching https://github.com/apple/swift-argument-parser.git
Fetched https://github.com/mxcl/Version.git from cache (0.37s)
Fetched https://github.com/johnsundell/Files.git from cache (0.42s)
Fetched https://github.com/johnsundell/ShellOut.git from cache (0.48s)
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git from cache (0.48s)
Fetched https://github.com/apple/swift-log.git from cache (0.49s)
[1/15351] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.13s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (5.40s)
Computing version for https://github.com/johnsundell/ShellOut.git
Computed https://github.com/johnsundell/ShellOut.git at 2.3.0 (2.67s)
Computing version for https://github.com/mxcl/Version.git
Computed https://github.com/mxcl/Version.git at 2.1.0 (0.56s)
Computing version for https://github.com/johnsundell/Files.git
Computed https://github.com/johnsundell/Files.git at 4.2.0 (0.56s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.53s)
Computing version for https://github.com/onevcat/Rainbow.git
Computed https://github.com/onevcat/Rainbow.git at 3.2.0 (1.02s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (1.07s)
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.0
Creating working copy for https://github.com/mxcl/Version.git
Working copy of https://github.com/mxcl/Version.git resolved at 2.1.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/scottrhoyt/SwiftyTextTable.git
Working copy of https://github.com/scottrhoyt/SwiftyTextTable.git resolved at 0.9.0
Creating working copy for https://github.com/onevcat/Rainbow.git
Working copy of https://github.com/onevcat/Rainbow.git resolved at 3.2.0
Creating working copy for https://github.com/johnsundell/ShellOut.git
Working copy of https://github.com/johnsundell/ShellOut.git resolved at 2.3.0
Creating working copy for https://github.com/johnsundell/Files.git
Working copy of https://github.com/johnsundell/Files.git resolved at 4.2.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/24] Write sources
[11/24] Write swift-version-24593BA9C3E375BF.txt
[13/54] Emitting module ArgumentParserToolInfo
[14/54] Compiling ArgumentParserToolInfo ToolInfo.swift
[16/55] Emitting module Files
[17/55] Emitting module Version
[18/55] Compiling Version Version+Codable.swift
[19/55] Compiling Version Version+Range.swift
[20/55] Compiling Version Version.swift
[21/55] Compiling Rainbow Style.swift
[22/56] Compiling Rainbow StringGenerator.swift
[23/56] Compiling Rainbow String+Rainbow.swift
[23/56] Wrapping AST for ArgumentParserToolInfo for debugging
[25/69] Compiling Rainbow XcodeColorsSupport.swift
[26/94] Compiling ArgumentParser ArgumentVisibility.swift
[27/94] Compiling ArgumentParser CompletionKind.swift
[28/94] Compiling ArgumentParser Errors.swift
[29/94] Compiling ArgumentParser Flag.swift
[30/94] Compiling ArgumentParser NameSpecification.swift
[31/94] Compiling ArgumentParser Option.swift
[32/99] Emitting module ArgumentParser
[33/99] Compiling ArgumentParser BashCompletionsGenerator.swift
[34/99] Compiling ArgumentParser CompletionsGenerator.swift
[35/99] Compiling ArgumentParser FishCompletionsGenerator.swift
[36/99] Compiling ArgumentParser ZshCompletionsGenerator.swift
[37/99] Compiling ArgumentParser Argument.swift
[38/99] Compiling ArgumentParser ArgumentHelp.swift
[39/99] Compiling ArgumentParser OptionGroup.swift
[40/99] Compiling ArgumentParser AsyncParsableCommand.swift
[41/99] Compiling ArgumentParser CommandConfiguration.swift
[42/99] Compiling ArgumentParser CommandGroup.swift
[43/99] Compiling ArgumentParser EnumerableFlag.swift
[44/99] Compiling ArgumentParser ExpressibleByArgument.swift
[45/99] Compiling ArgumentParser ParsableArguments.swift
[46/99] Compiling ArgumentParser ParsableArgumentsValidation.swift
[47/99] Compiling ArgumentParser ParsableCommand.swift
[48/99] Compiling ArgumentParser ArgumentDecoder.swift
[49/99] Compiling Logging MetadataProvider.swift
[50/99] Emitting module Logging
[51/99] Compiling Logging Locks.swift
[52/99] Compiling ArgumentParser CollectionExtensions.swift
[53/99] Compiling ArgumentParser Platform.swift
[54/99] Compiling ArgumentParser SequenceExtensions.swift
[55/99] Compiling ArgumentParser StringExtensions.swift
[56/99] Compiling ArgumentParser Tree.swift
[57/99] Compiling Logging LogHandler.swift
[58/99] Compiling Logging Logging.swift
[59/100] Wrapping AST for Logging for debugging
[61/100] Compiling Rainbow Rainbow.swift
[62/100] Compiling Version Version+Comparable.swift
[63/100] Compiling Version Version+Foundation.swift
[64/101] Compiling Files Files.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[69/101] Emitting module Rainbow
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:57:58: error: cannot find 'isatty' in scope
55 |         // Check if we are in any term env and the output is a tty.
56 |         let termType = getEnvValue("TERM")
57 |         if let t = termType, t.lowercased() != "dumb" && isatty(fileno(stdout)) != 0 {
   |                                                          `- error: cannot find 'isatty' in scope
58 |             return .console
59 |         }
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:57:58: error: cannot find 'isatty' in scope
55 |         // Check if we are in any term env and the output is a tty.
56 |         let termType = getEnvValue("TERM")
57 |         if let t = termType, t.lowercased() != "dumb" && isatty(fileno(stdout)) != 0 {
   |                                                          `- error: cannot find 'isatty' in scope
58 |             return .console
59 |         }
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:57:58: error: cannot find 'isatty' in scope
55 |         // Check if we are in any term env and the output is a tty.
56 |         let termType = getEnvValue("TERM")
57 |         if let t = termType, t.lowercased() != "dumb" && isatty(fileno(stdout)) != 0 {
   |                                                          `- error: cannot find 'isatty' in scope
58 |             return .console
59 |         }
[72/102] Emitting module ShellOut
[73/102] Compiling ShellOut ShellOut.swift
[74/103] Compiling ArgumentParser ArgumentDefinition.swift
[75/103] Compiling ArgumentParser ArgumentSet.swift
[76/103] Compiling ArgumentParser CommandParser.swift
[77/103] Compiling ArgumentParser InputKey.swift
[78/103] Compiling ArgumentParser InputOrigin.swift
[79/103] Compiling ArgumentParser Name.swift
[80/103] Compiling ArgumentParser Parsed.swift
[81/103] Compiling ArgumentParser ParsedValues.swift
[82/103] Compiling ArgumentParser ParserError.swift
[83/103] Compiling ArgumentParser SplitArguments.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/14] Write swift-version-24593BA9C3E375BF.txt
[3/44] Compiling Version Version+Foundation.swift
[4/44] Compiling Logging MetadataProvider.swift
[5/44] Emitting module ArgumentParserToolInfo
[6/44] Compiling ArgumentParserToolInfo ToolInfo.swift
[7/45] Compiling Rainbow Style.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/46] Emitting module Rainbow
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:57:58: error: cannot find 'isatty' in scope
55 |         // Check if we are in any term env and the output is a tty.
56 |         let termType = getEnvValue("TERM")
57 |         if let t = termType, t.lowercased() != "dumb" && isatty(fileno(stdout)) != 0 {
   |                                                          `- error: cannot find 'isatty' in scope
58 |             return .console
59 |         }
[10/46] Compiling Rainbow BackgroundColor.swift
[11/46] Compiling Rainbow CodesParser.swift
[12/45] Compiling Rainbow XcodeColorsSupport.swift
[13/45] Compiling Rainbow StringGenerator.swift
[14/45] Compiling Rainbow Color.swift
[15/45] Compiling Rainbow ControlCode.swift
[16/45] Compiling Rainbow ModesExtractor.swift
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:57:58: error: cannot find 'isatty' in scope
55 |         // Check if we are in any term env and the output is a tty.
56 |         let termType = getEnvValue("TERM")
57 |         if let t = termType, t.lowercased() != "dumb" && isatty(fileno(stdout)) != 0 {
   |                                                          `- error: cannot find 'isatty' in scope
58 |             return .console
59 |         }
[17/45] Compiling Rainbow OutputTarget.swift
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:57:58: error: cannot find 'isatty' in scope
55 |         // Check if we are in any term env and the output is a tty.
56 |         let termType = getEnvValue("TERM")
57 |         if let t = termType, t.lowercased() != "dumb" && isatty(fileno(stdout)) != 0 {
   |                                                          `- error: cannot find 'isatty' in scope
58 |             return .console
59 |         }
[18/45] Compiling Rainbow Rainbow.swift
[19/45] Compiling Rainbow String+Rainbow.swift
[20/45] Emitting module Version
[21/45] Compiling Logging LogHandler.swift
[22/45] Compiling Logging Locks.swift
[23/45] Emitting module ShellOut
[24/45] Emitting module SwiftyTextTable
BUILD FAILURE 6.1 android