The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Spectro, reference 1.2.0 (9e23a6), with Swift 6.1 for Android on 28 Mar 2026 21:26:59 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Spectro-ORM/Spectro.git
Reference: 1.2.0
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/Spectro-ORM/Spectro
 * tag               1.2.0      -> FETCH_HEAD
HEAD is now at 9e23a6f Fix CI to distinguish skipped tests from failed tests
Cloned https://github.com/Spectro-ORM/Spectro.git
Revision (git rev-parse @):
9e23a6fde43d429c93ad0cb2a96503b3dc3c1c3f
SUCCESS checkout https://github.com/Spectro-ORM/Spectro.git at 1.2.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Spectro-ORM/Spectro.git
https://github.com/Spectro-ORM/Spectro.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "postgres-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.7.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/postgres-kit.git"
    },
    {
      "identity" : "sql-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.30.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/sql-kit.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "async-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.15.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/async-kit.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.34.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    },
    {
      "identity" : "noora",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.15.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tuist/Noora"
    }
  ],
  "manifest_display_name" : "Spectro",
  "name" : "Spectro",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SpectroCommon",
      "targets" : [
        "SpectroCommon"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SpectroKit",
      "targets" : [
        "Spectro"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "spectro",
      "targets" : [
        "SpectroCLI"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SpectroMacros",
      "targets" : [
        "SpectroMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SpectroTests",
      "module_type" : "SwiftTarget",
      "name" : "SpectroTests",
      "path" : "Tests/SpectroTests",
      "sources" : [
        "CLITests/CLITests.swift",
        "DatabaseIntegration.swift",
        "Helpers/TestDatabase.swift",
        "Helpers/TestSchemas.swift",
        "MigrationTests/SQLStatementParserTests.swift",
        "MigrationTests/StringCase.swift",
        "QueryTests/AggregateQueryTests.swift",
        "QueryTests/PreloadTests.swift",
        "QueryTests/QueryExecutionTests.swift",
        "QueryTests/QueryOperatorTests.swift",
        "QueryTests/QueryTests.swift",
        "RepoTests/NonUUIDPrimaryKeyTests.swift",
        "RepoTests/RepositoryTests.swift",
        "RepoTests/TransactionAdvancedTests.swift",
        "RepoTests/TransactionTests.swift",
        "RepoTests/UpsertBulkInsertTests.swift",
        "SchemaTests/EncodableSchemaTests.swift",
        "SchemaTests/LazyLoaderTests.swift",
        "SchemaTests/MacroLoaderInjectionTests.swift",
        "SchemaTests/NotLoadedAssertionTests.swift",
        "SchemaTests/RelationshipTests.swift",
        "SchemaTests/SchemaTests.swift"
      ],
      "target_dependencies" : [
        "SpectroCommon",
        "Spectro"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SpectroMacros",
      "module_type" : "SwiftTarget",
      "name" : "SpectroMacros",
      "path" : "Sources/SpectroMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "SpectroKit",
        "spectro",
        "SpectroMacros"
      ],
      "sources" : [
        "SchemaMacro.swift",
        "SpectroMacrosPlugin.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "SpectroCommon",
      "module_type" : "SwiftTarget",
      "name" : "SpectroCommon",
      "path" : "Sources/SpectroCommon",
      "product_memberships" : [
        "SpectroCommon",
        "SpectroKit",
        "spectro"
      ],
      "sources" : [
        "Enums/DatabaseError.swift",
        "Enums/MigrationError.swift",
        "Enums/MigrationStatus.swift",
        "Enums/OrderDirection.swift",
        "Extensions/String+Case.swift",
        "Types/MigrationFile.swift",
        "Types/MigrationRecord.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SpectroCLI",
      "module_type" : "SwiftTarget",
      "name" : "SpectroCLI",
      "path" : "Sources/SpectroCLI",
      "product_dependencies" : [
        "ArgumentParser",
        "Noora"
      ],
      "product_memberships" : [
        "spectro"
      ],
      "sources" : [
        "Commands/Create/Create.swift",
        "Commands/Create/Drop.swift",
        "Commands/Migration/Actions/Migrate.swift",
        "Commands/Migration/Actions/Rollback.swift",
        "Commands/Migration/Actions/Status.swift",
        "Commands/Migration/Generate/GenerateMigration.swift",
        "Commands/Test.swift",
        "Migration/MigrationGenerator.swift",
        "SpectroCommand.swift",
        "Utils/ConfigurationManager.swift",
        "Utils/ErrorHelpers.swift",
        "Utils/SpectroUI.swift"
      ],
      "target_dependencies" : [
        "SpectroCommon",
        "Spectro"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Spectro",
      "module_type" : "SwiftTarget",
      "name" : "Spectro",
      "path" : "Sources/Spectro",
      "product_dependencies" : [
        "PostgresKit",
        "SQLKit",
        "AsyncKit",
        "NIOPosix"
      ],
      "product_memberships" : [
        "SpectroKit",
        "spectro"
      ],
      "sources" : [
        "Core/Database/DatabaseConnection.swift",
        "Core/Database/QueryExecutor.swift",
        "Core/Enums/SpectroError.swift",
        "Core/Extensions/KeyPath+PropertyName.swift",
        "Core/Migration/MigrationManager.swift",
        "Core/Migration/SQLStatementParser.swift",
        "Core/Protocols/PrimaryKeyType.swift",
        "Core/Protocols/Schema.swift",
        "Core/Relationships/SpectroLazyRelation.swift",
        "Core/Schema/DynamicSchema.swift",
        "Core/Schema/RelationshipInfo.swift",
        "Core/Schema/RelationshipLoader.swift",
        "Core/Schema/SchemaBuilder.swift",
        "Core/Schema/SchemaMapper.swift",
        "Core/Schema/SchemaRegistry.swift",
        "Core/Types/ConditionValue.swift",
        "Core/Types/ConflictTarget.swift",
        "Core/Types/GroupedResult.swift",
        "Core/Types/TupleTypes.swift",
        "Query/JoinQuery.swift",
        "Query/PreloadQuery.swift",
        "Query/Query.swift",
        "Repository/GenericDatabaseRepo.swift",
        "Repository/Repo.swift",
        "Repository/TransactionRepo.swift",
        "SchemaBuilder/PropertyWrappers.swift",
        "SchemaBuilder/SchemaMacro.swift",
        "Spectro.swift"
      ],
      "target_dependencies" : [
        "SpectroCommon",
        "SpectroMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/tuist/Noora
Fetching https://github.com/vapor/sql-kit.git
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/vapor/async-kit.git
[1/17471] Fetching swift-argument-parser
[176/19967] Fetching swift-argument-parser, async-kit
[1549/26164] Fetching swift-argument-parser, async-kit, sql-kit
[3989/44964] Fetching swift-argument-parser, async-kit, sql-kit, noora
Fetched https://github.com/vapor/async-kit.git from cache (0.75s)
[12136/42468] Fetching swift-argument-parser, sql-kit, noora
Fetching https://github.com/vapor/postgres-kit.git
[24917/47936] Fetching swift-argument-parser, sql-kit, noora, postgres-kit
[33257/122824] Fetching swift-argument-parser, sql-kit, noora, postgres-kit, swift-syntax
Fetched https://github.com/vapor/postgres-kit.git from cache (0.88s)
[33435/117356] Fetching swift-argument-parser, sql-kit, noora, swift-syntax
Fetched https://github.com/vapor/sql-kit.git from cache (2.15s)
[34730/111159] Fetching swift-argument-parser, noora, swift-syntax
Fetched https://github.com/apple/swift-argument-parser from cache (2.16s)
[18008/93688] Fetching noora, swift-syntax
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/tuist/Noora from cache (14.17s)
Fetched https://github.com/apple/swift-syntax.git from cache (14.19s)
[1/82947] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (10.13s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 600.0.1 (28.45s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.22.0 (0.96s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-algorithms.git
[1/6058] Fetching swift-algorithms
[789/29306] Fetching swift-algorithms, swift-collections
Fetched https://github.com/apple/swift-algorithms.git from cache (0.77s)
[1860/23248] Fetching swift-collections
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-collections.git from cache (2.56s)
[1/6288] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.77s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (4.28s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.67s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (1.67s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (3.46s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.97.1 (3.02s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1820] Fetching swift-atomics
[384/7421] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (1.77s)
Fetched https://github.com/apple/swift-system.git from cache (1.79s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.83s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (1.02s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.35.0 (0.99s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (1.34s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (1.35s)
Computing version for https://github.com/vapor/postgres-kit.git
Computed https://github.com/vapor/postgres-kit.git at 2.15.1 (0.97s)
Fetching https://github.com/vapor/postgres-nio.git
[1/13995] Fetching postgres-nio
Fetched https://github.com/vapor/postgres-nio.git from cache (1.12s)
Computing version for https://github.com/vapor/postgres-nio.git
Computed https://github.com/vapor/postgres-nio.git at 1.32.2 (2.40s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-crypto.git
[1/2686] Fetching swift-service-lifecycle
[2687/5660] Fetching swift-service-lifecycle, swift-metrics
[5661/22936] Fetching swift-service-lifecycle, swift-metrics, swift-crypto
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.22s)
Fetched https://github.com/apple/swift-metrics.git from cache (1.22s)
[864/17276] Fetching swift-crypto
[1384/20097] Fetching swift-crypto, swift-nio-transport-services
[4377/35457] Fetching swift-crypto, swift-nio-transport-services, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.71s)
[3399/32636] Fetching swift-crypto, swift-nio-ssl
Fetched https://github.com/apple/swift-crypto.git from cache (4.64s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.64s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.8.0 (5.81s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.10.1 (0.89s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/6224] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.72s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (2.63s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (1.00s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.1 (1.15s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.3.0 (6.84s)
Fetching https://github.com/apple/swift-asn1.git
[1/1769] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.58s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (2.37s)
Computing version for https://github.com/tuist/Noora
Computed https://github.com/tuist/Noora at 0.56.0 (1.00s)
Fetching https://github.com/tuist/path
Fetching https://github.com/onevcat/Rainbow
[1/395] Fetching path
[396/1826] Fetching path, rainbow
Fetched https://github.com/tuist/path from cache (1.14s)
Fetched https://github.com/onevcat/Rainbow from cache (1.15s)
Computing version for https://github.com/tuist/path
Computed https://github.com/tuist/path at 0.3.8 (2.66s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.2.1 (14.60s)
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.26.0
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.22.0
Creating working copy for https://github.com/vapor/postgres-nio.git
Working copy of https://github.com/vapor/postgres-nio.git resolved at 1.32.2
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.6.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.3.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.97.1
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.10.1
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 600.0.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Creating working copy for https://github.com/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.35.0
Creating working copy for https://github.com/vapor/postgres-kit.git
Working copy of https://github.com/vapor/postgres-kit.git resolved at 2.15.1
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.3
Creating working copy for https://github.com/tuist/Noora
Working copy of https://github.com/tuist/Noora resolved at 0.56.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.10.1
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.2.1
Creating working copy for https://github.com/tuist/path
Working copy of https://github.com/tuist/path resolved at 0.3.8
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.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/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/920] Write sources
[28/920] Compiling _SwiftSyntaxCShims dummy.c
[29/920] Write sources
[30/920] Compiling _NumericsShims _NumericsShims.c
[31/920] Write sources
[35/920] Compiling sha1-armv4-large-linux.S
[36/920] Write sources
[36/920] Compiling sha1-armv8-apple.S
[36/920] Write sources
[63/920] Compiling _AtomicsShims.c
[64/920] Compiling SimpleFIPS202.c
[65/920] Compiling KeccakSponge.c
[65/920] Compiling CXKCPShims shims.c
[67/920] Write swift-version-24593BA9C3E375BF.txt
[68/920] Compiling CNIOWindows shim.c
[69/920] Compiling KeccakHash.c
[70/920] Compiling CNIOWindows WSAStartup.c
[72/928] Emitting module SwiftSyntax600
[72/928] Compiling KeccakP-1600-opt64.c
[73/930] Compiling v3_alt.cc
[74/930] Compiling v3_bcons.cc
[75/930] Compiling v3_bitst.cc
[76/930] Compiling v3_crld.cc
[78/968] Compiling SwiftSyntax509 Empty.swift
[79/968] Emitting module SwiftSyntax509
[80/969] Compiling _NIODataStructures _TinyArray.swift
[82/969] Compiling SwiftSyntax600 Empty.swift
[83/969] Compiling RealModule RealFunctions.swift
[84/969] Compiling RealModule Real.swift
[85/970] Compiling RealModule Float80+Real.swift
[86/971] Emitting module SwiftSyntax510
[87/971] Compiling SwiftSyntax510 Empty.swift
[88/972] Compiling RealModule ElementaryFunctions.swift
[89/972] Compiling RealModule Float+Real.swift
[90/972] Compiling RealModule AugmentedArithmetic.swift
[91/972] Compiling RealModule Double+Real.swift
[92/972] Compiling RealModule Float16+Real.swift
[93/972] Emitting module RealModule
[94/972] Compiling RealModule AlgebraicField.swift
[95/972] Compiling RealModule ApproximateEquality.swift
[97/972] Compiling _NIOBase64 Base64.swift
[98/972] Emitting module _NIOBase64
[100/973] Compiling RealModule RelaxedArithmetic.swift
[101/973] Emitting module _NIODataStructures
[102/974] Compiling _NIODataStructures Heap.swift
[103/979] Compiling _NIODataStructures PriorityQueue.swift
[107/1082] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[108/1082] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[109/1084] Compiling InternalCollectionsUtilities _SortedCollection.swift
[110/1084] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[111/1084] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[112/1084] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[113/1084] Compiling InternalCollectionsUtilities Integer rank.swift
[114/1084] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[115/1084] Compiling InternalCollectionsUtilities UInt+reversed.swift
[116/1084] Compiling InternalCollectionsUtilities Debugging.swift
[117/1084] Compiling InternalCollectionsUtilities Descriptions.swift
[118/1084] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[119/1084] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[120/1084] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[121/1084] Compiling InternalCollectionsUtilities Span+Extras.swift
[122/1084] Compiling Path Path.swift
[123/1084] Emitting module Path
[124/1085] Emitting module InternalCollectionsUtilities
[126/1085] Compiling SpectroCommon MigrationStatus.swift
[127/1085] Compiling SpectroCommon MigrationError.swift
[128/1085] Compiling SpectroCommon OrderDirection.swift
[129/1085] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[131/1087] Compiling InternalCollectionsUtilities String+Padding.swift
[133/1087] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[134/1087] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[136/1088] Compiling CoreMetrics Metrics.swift
[139/1088] Compiling SwiftASN1 DER.swift
[140/1088] Compiling SwiftASN1 Errors.swift
[144/1088] Compiling Logging Locks.swift
[145/1088] Compiling Logging MetadataProvider.swift
[146/1088] Emitting module CoreMetrics
[147/1088] Compiling CoreMetrics Locks.swift
[157/1089] Compiling Logging LogHandler.swift
[158/1089] Emitting module Logging
[159/1089] Compiling Logging Logging.swift
[162/1090] Emitting module SpectroCommon
[163/1090] Compiling SpectroCommon DatabaseError.swift
[164/1090] Compiling SpectroCommon MigrationFile.swift
[165/1090] Compiling SpectroCommon String+Case.swift
[166/1090] Compiling SpectroCommon MigrationRecord.swift
[168/1091] Emitting module SwiftASN1
[189/1100] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[190/1100] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[191/1100] Compiling SwiftSyntax Assert.swift
[192/1100] Compiling SwiftSyntax BumpPtrAllocator.swift
[193/1100] Compiling SwiftSyntax CommonAncestor.swift
[194/1100] Compiling SwiftSyntax Convenience.swift
[195/1100] Compiling SwiftSyntax CustomTraits.swift
[196/1100] Compiling SwiftSyntax Identifier.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[207/1101] 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 |         }
/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 |         }
[212/1101] Compiling Rainbow StyledStringBuilder.swift
[212/1101] Wrapping AST for SwiftSyntax600 for debugging
[997/1108] Compiling HeapModule Heap+Descriptions.swift
[998/1108] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[999/1108] Compiling HeapModule Heap+Invariants.swift
[1000/1108] Compiling HeapModule _HeapNode.swift
[1001/1108] Compiling HeapModule Heap.swift
[1002/1108] Compiling HeapModule Heap+UnsafeHandle.swift
[1003/1108] Emitting module HeapModule
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/846] Write sources
[8/847] Compiling CNIOWASI CNIOWASI.c
[8/847] Compiling CNIOLinux liburing_shims.c
[10/847] Compiling CNIOPosix event_loop_id.c
[11/847] Compiling CNIODarwin shim.c
[12/847] Compiling CNIOOpenBSD shim.c
[13/847] Compiling fiat_curve25519_adx_square.S
[14/847] Compiling CNIOLinux shim.c
[15/847] Compiling fiat_p256_adx_mul.S
[16/847] Compiling fiat_p256_adx_sqr.S
[17/847] Compiling fiat_curve25519_adx_mul.S
[18/847] Write swift-version-24593BA9C3E375BF.txt
[19/847] Compiling CNIOBoringSSLShims shims.c
[21/851] Compiling _NIODataStructures Heap.swift
[22/851] Emitting module _NIODataStructures
[23/851] Compiling _NIODataStructures PriorityQueue.swift
[24/851] Compiling _NIODataStructures _TinyArray.swift
[25/852] Compiling tls_method.cc
[26/852] Compiling tls_record.cc
[27/854] Compiling tls13_server.cc
[28/858] Compiling tls13_both.cc
[30/858] Emitting module SwiftSyntax600
[30/860] Compiling tls13_client.cc
[32/860] Compiling SwiftSyntax600 Empty.swift
[33/866] Compiling SwiftSyntax510 Empty.swift
[34/866] Emitting module SwiftSyntax510
[34/867] Compiling t1_enc.cc
[35/869] Compiling tls13_enc.cc
[37/871] Emitting module SwiftSyntax509
[38/873] Compiling SwiftSyntax509 Empty.swift
[42/898] Emitting module _NIOBase64
[43/898] Compiling _NIOBase64 Base64.swift
[44/914] Compiling RealModule Float80+Real.swift
[45/914] Compiling RealModule RealFunctions.swift
[46/915] Compiling SpectroCommon DatabaseError.swift
[47/915] Compiling RealModule Float16+Real.swift
[49/915] Compiling SpectroCommon MigrationFile.swift
[50/915] Compiling SpectroCommon OrderDirection.swift
[51/915] Compiling SpectroCommon MigrationStatus.swift
[52/915] Compiling SpectroCommon MigrationError.swift
[53/915] Compiling SpectroCommon MigrationRecord.swift
[54/915] Emitting module SpectroCommon
[55/915] Compiling SpectroCommon String+Case.swift
[56/915] Compiling RealModule RelaxedArithmetic.swift
[57/915] Compiling RealModule Real.swift
[58/918] Compiling Rainbow ConditionalStyleBuilder.swift
[59/918] Compiling Rainbow ControlCode.swift
[60/918] Compiling Rainbow BackgroundColor.swift
[61/918] Compiling Rainbow CodesParser.swift
[62/918] Emitting module RealModule
[63/918] Compiling Rainbow Color.swift
[64/918] Compiling Rainbow ColorApproximation.swift
[66/919] Compiling Rainbow StringGenerator.swift
[67/919] Compiling Rainbow Style.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[69/920] 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 |         }
[72/1007] Compiling SwiftSyntax Assert.swift
[73/1007] Compiling SwiftSyntax BumpPtrAllocator.swift
[74/1012] Compiling SwiftSyntax Identifier.swift
[75/1012] Compiling SwiftSyntax MemoryLayout.swift
[76/1012] Compiling SwiftSyntax Convenience.swift
[77/1012] Compiling SwiftSyntax CustomTraits.swift
[78/1012] Compiling SwiftSyntax MissingNodeInitializers.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 |         }
[79/1012] Compiling SwiftSyntax RawSyntax.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 |         }
[82/1012] Compiling SwiftSyntax SourceEdit.swift
[83/1012] Compiling SwiftASN1 DER.swift
[84/1017] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[87/1017] Compiling SwiftSyntax CommonAncestor.swift
[88/1017] Compiling Logging MetadataProvider.swift
[89/1017] Compiling ConcurrencyHelpers LockedValueBox.swift
[90/1017] Compiling InternalCollectionsUtilities _SortedCollection.swift
[91/1017] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[92/1017] Compiling SwiftSyntax RawSyntaxTokenView.swift
[96/1017] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[97/1017] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[98/1017] Compiling SwiftSyntax AbsolutePosition.swift
[99/1017] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[101/1017] Compiling Rainbow StyledStringBuilder.swift
[105/1017] Compiling Logging LogHandler.swift
[106/1017] Emitting module Path
BUILD FAILURE 6.1 android