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 scipio-s3-storage, reference main (f5ba47), with Swift 6.1 for Android on 29 May 2025 22:50:49 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/giginet/scipio-s3-storage.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/giginet/scipio-s3-storage
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f5ba47e Merge pull request #4 from ikesyo/update-soto-core-for-swift-6.1
Cloned https://github.com/giginet/scipio-s3-storage.git
Revision (git rev-parse @):
f5ba47ec0ef9b7c61e78da6792aa083ff9311009
SUCCESS checkout https://github.com/giginet/scipio-s3-storage.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/giginet/scipio-s3-storage.git
https://github.com/giginet/scipio-s3-storage.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "soto-codegenerator",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.1.0",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/soto-project/soto-codegenerator"
    },
    {
      "identity" : "soto-core",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.3.2",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/soto-project/soto-core.git"
    },
    {
      "identity" : "scipio-cache-storage",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/giginet/scipio-cache-storage.git"
    }
  ],
  "manifest_display_name" : "scipio-s3-storage",
  "name" : "scipio-s3-storage",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "ScipioS3Storage",
      "targets" : [
        "ScipioS3Storage"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "ScipioS3StorageTests",
      "module_type" : "SwiftTarget",
      "name" : "ScipioS3StorageTests",
      "path" : "Tests/ScipioS3StorageTests",
      "sources" : [
        "AARArchiverTests.swift",
        "CompressorTests.swift"
      ],
      "target_dependencies" : [
        "ScipioS3Storage"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ScipioS3Storage",
      "module_type" : "SwiftTarget",
      "name" : "ScipioS3Storage",
      "path" : "Sources/ScipioS3Storage",
      "product_dependencies" : [
        "ScipioStorage",
        "SotoCore",
        "SotoCodeGeneratorPlugin"
      ],
      "product_memberships" : [
        "ScipioS3Storage"
      ],
      "sources" : [
        "AARArchiver.swift",
        "Compressor.swift",
        "S3Client.swift",
        "S3Storage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
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 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/soto-project/soto-core.git
Fetching https://github.com/soto-project/soto-codegenerator
Fetching https://github.com/giginet/scipio-cache-storage.git
[1/3534] Fetching soto-codegenerator
[2/3575] Fetching soto-codegenerator, scipio-cache-storage
[2060/59905] Fetching soto-codegenerator, scipio-cache-storage, soto-core
Fetched https://github.com/giginet/scipio-cache-storage.git from cache (4.26s)
Fetched https://github.com/soto-project/soto-codegenerator from cache (4.28s)
Fetched https://github.com/soto-project/soto-core.git from cache (4.31s)
Computing version for https://github.com/giginet/scipio-cache-storage.git
Computed https://github.com/giginet/scipio-cache-storage.git at 1.0.0 (5.28s)
Computing version for https://github.com/soto-project/soto-core.git
Computed https://github.com/soto-project/soto-core.git at 7.7.1 (0.75s)
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/adam-fowler/jmespath.swift.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/658] Fetching jmespath.swift
[659/2864] Fetching jmespath.swift, swift-metrics
[704/5531] Fetching jmespath.swift, swift-metrics, swift-nio-transport-services
[1776/9367] Fetching jmespath.swift, swift-metrics, swift-nio-transport-services, swift-log
[8716/23381] Fetching jmespath.swift, swift-metrics, swift-nio-transport-services, swift-log, async-http-client
[11190/38224] Fetching jmespath.swift, swift-metrics, swift-nio-transport-services, swift-log, async-http-client, swift-nio-ssl
Fetched https://github.com/adam-fowler/jmespath.swift.git from cache (0.70s)
[11835/37566] Fetching swift-metrics, swift-nio-transport-services, swift-log, async-http-client, swift-nio-ssl
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.71s)
[10033/34899] Fetching swift-metrics, swift-log, async-http-client, swift-nio-ssl
Fetching https://github.com/apple/swift-crypto.git
[24362/39873] Fetching swift-metrics, swift-log, async-http-client, swift-nio-ssl, swift-distributed-tracing
[30123/53809] Fetching swift-metrics, swift-log, async-http-client, swift-nio-ssl, swift-distributed-tracing, swift-crypto
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.60s)
[32677/48835] Fetching swift-metrics, swift-log, async-http-client, swift-nio-ssl, swift-crypto
Fetching https://github.com/apple/swift-atomics.git
[18951/34821] Fetching swift-metrics, swift-log, swift-nio-ssl, swift-crypto
Fetched https://github.com/swift-server/async-http-client.git from cache (1.32s)
Fetching https://github.com/apple/swift-nio.git
[23489/36531] Fetching swift-metrics, swift-log, swift-nio-ssl, swift-crypto, swift-atomics
[27335/112639] Fetching swift-metrics, swift-log, swift-nio-ssl, swift-crypto, swift-atomics, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (0.66s)
[29023/110929] Fetching swift-metrics, swift-log, swift-nio-ssl, swift-crypto, swift-nio
Fetched https://github.com/apple/swift-metrics.git from cache (2.31s)
Fetched https://github.com/apple/swift-log.git from cache (2.31s)
[41440/104887] Fetching swift-nio-ssl, swift-crypto, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.34s)
[29919/90044] Fetching swift-crypto, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (2.03s)
[43382/76108] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.93s)
Computing version for https://github.com/adam-fowler/jmespath.swift.git
Computed https://github.com/adam-fowler/jmespath.swift.git at 1.0.3 (8.71s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.69s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (1.55s)
Fetching https://github.com/apple/swift-service-context.git
[1/1063] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.32s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.89s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.89s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
[167/20982] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.15s)
Fetched https://github.com/apple/swift-collections.git from cache (1.21s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.92s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.86s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.63s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/5914] Fetching swift-nio-extras
[3550/11873] Fetching swift-nio-extras, swift-algorithms
[8300/23400] Fetching swift-nio-extras, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-algorithms.git from cache (1.36s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.36s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.38s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (2.34s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (1.31s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.72s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.80s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/6155] Fetching swift-certificates
[63/7059] Fetching swift-certificates, swift-http-types
[243/8649] Fetching swift-certificates, swift-http-types, swift-asn1
[2830/9790] Fetching swift-certificates, swift-http-types, swift-asn1, swift-http-structured-headers
[3165/14775] Fetching swift-certificates, swift-http-types, swift-asn1, swift-http-structured-headers, swift-async-algorithms
[4383/17201] Fetching swift-certificates, swift-http-types, swift-asn1, swift-http-structured-headers, swift-async-algorithms, swift-service-lifecycle
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.45s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.45s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.46s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.54s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.54s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.55s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.19s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.56s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.65s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.00s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.89s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.57s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.43s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.03s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.50s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (2.16s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.67s)
Computing version for https://github.com/soto-project/soto-codegenerator
Computed https://github.com/soto-project/soto-codegenerator at 7.7.0 (2.24s)
Fetching https://github.com/hummingbird-project/swift-mustache.git
Fetching https://github.com/soto-project/soto-smithy.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/1814] Fetching swift-mustache
[1815/3651] Fetching swift-mustache, soto-smithy
Fetched https://github.com/soto-project/soto-smithy.git from cache (0.69s)
[1/15379] Fetching swift-argument-parser
Fetched https://github.com/hummingbird-project/swift-mustache.git from cache (1.20s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.21s)
Computing version for https://github.com/hummingbird-project/swift-mustache.git
Computed https://github.com/hummingbird-project/swift-mustache.git at 2.0.0 (2.12s)
Computing version for https://github.com/soto-project/soto-smithy.git
Computed https://github.com/soto-project/soto-smithy.git at 0.4.7 (0.61s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (0.58s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (1.01s)
Creating working copy for https://github.com/soto-project/soto-codegenerator
Working copy of https://github.com/soto-project/soto-codegenerator resolved at 7.7.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.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.5.1
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
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.24.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
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/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
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.0.4
Creating working copy for https://github.com/giginet/scipio-cache-storage.git
Working copy of https://github.com/giginet/scipio-cache-storage.git resolved at 1.0.0
Creating working copy for https://github.com/soto-project/soto-smithy.git
Working copy of https://github.com/soto-project/soto-smithy.git resolved at 0.4.7
Creating working copy for https://github.com/hummingbird-project/swift-mustache.git
Working copy of https://github.com/hummingbird-project/swift-mustache.git resolved at 2.0.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
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.8.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/adam-fowler/jmespath.swift.git
Working copy of https://github.com/adam-fowler/jmespath.swift.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/soto-project/soto-core.git
Working copy of https://github.com/soto-project/soto-core.git resolved at 7.7.1
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.31.0
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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
[0/19] Write sources
[8/19] Write swift-version-24593BA9C3E375BF.txt
[10/80] Emitting module Mustache
[11/82] Compiling Mustache Library.swift
[12/82] Compiling Mustache Mirror.swift
[13/82] Compiling Mustache Template.swift
[14/82] Compiling Mustache Transform.swift
[15/82] Compiling ArgumentParserToolInfo ToolInfo.swift
[16/82] Emitting module ArgumentParserToolInfo
[17/83] Compiling SotoSmithy SingleValueTrait.swift
[18/83] Compiling SotoSmithy StaticTrait.swift
[19/83] Compiling SotoSmithy Trait.swift
[20/83] Compiling SotoSmithy TraitList.swift
[21/83] Compiling SotoSmithy AuthenticationTraits.swift
[22/88] Wrapping AST for ArgumentParserToolInfo for debugging
[24/88] Compiling SotoSmithy HttpProtocolComplianceTraits.swift
[25/88] Compiling SotoSmithy MqttProtocolBindingTraits.swift
[26/88] Compiling SotoSmithy ProtocolTraits.swift
[27/88] Compiling SotoSmithy ResourceTraits.swift
[28/88] Compiling SotoSmithy RulesTraits.swift
[29/126] Compiling ArgumentParser InputOrigin.swift
[30/126] Compiling ArgumentParser Name.swift
[31/126] Compiling ArgumentParser Parsed.swift
[32/126] Compiling ArgumentParser ParsedValues.swift
[33/126] Compiling ArgumentParser ParserError.swift
[34/126] Compiling ArgumentParser ArgumentVisibility.swift
[35/126] Compiling ArgumentParser CompletionKind.swift
[36/126] Compiling ArgumentParser Errors.swift
[37/126] Compiling ArgumentParser ParsableCommand.swift
[38/126] Compiling ArgumentParser ArgumentDecoder.swift
[39/126] Compiling Logging MetadataProvider.swift
[40/126] Compiling ArgumentParser EnumerableFlag.swift
[41/126] Compiling ArgumentParser ExpressibleByArgument.swift
[42/126] Compiling ArgumentParser CommandConfiguration.swift
[43/126] Compiling ArgumentParser CommandGroup.swift
[44/126] Compiling ArgumentParser ParsableArguments.swift
[45/126] Compiling ArgumentParser ParsableArgumentsValidation.swift
[46/126] Compiling Logging LogHandler.swift
[47/126] Compiling Logging Locks.swift
[48/126] Compiling Logging Logging.swift
[49/126] Emitting module Logging
[50/126] Compiling ArgumentParser BashCompletionsGenerator.swift
[51/126] Compiling ArgumentParser CompletionsGenerator.swift
[52/126] Compiling ArgumentParser FishCompletionsGenerator.swift
[53/126] Compiling ArgumentParser ZshCompletionsGenerator.swift
[54/126] Compiling ArgumentParser Argument.swift
[61/127] Compiling ArgumentParser Flag.swift
[62/127] Compiling ArgumentParser NameSpecification.swift
[63/127] Compiling ArgumentParser Option.swift
[71/128] Compiling ArgumentParser OptionGroup.swift
[72/128] Compiling ArgumentParser AsyncParsableCommand.swift
[76/128] Emitting module SotoSmithy
[76/128] Wrapping AST for Logging for debugging
[77/128] Wrapping AST for Mustache for debugging
[79/128] Compiling ArgumentParser UsageGenerator.swift
[80/128] Compiling SotoSmithy SuppressTrait.swift
[81/128] Compiling SotoSmithy TypeRefinementTraits.swift
[82/128] Compiling SotoSmithy WaitersTraits.swift
[83/128] Compiling SotoSmithy XmlBindingTraits.swift
[84/129] Wrapping AST for SotoSmithy for debugging
[92/137] Emitting module ArgumentParser
[97/142] Compiling ArgumentParser SplitArguments.swift
[98/142] Compiling ArgumentParser DumpHelpGenerator.swift
[99/142] Compiling ArgumentParser HelpCommand.swift
[100/142] Compiling ArgumentParser HelpGenerator.swift
[101/142] Compiling ArgumentParser MessageInfo.swift
[103/142] Compiling SotoSmithyAWS AwsProtocolTraits.swift
[104/143] Emitting module SotoSmithyAWS
[105/143] Compiling SotoSmithyAWS AwsAuthenticationTraits.swift
[116/143] Compiling ArgumentParser ArgumentDefinition.swift
[117/143] Compiling ArgumentParser ArgumentSet.swift
[118/143] Compiling ArgumentParser CommandParser.swift
[119/143] Compiling ArgumentParser InputKey.swift
[126/143] Compiling ArgumentParser ArgumentHelp.swift
[127/143] Compiling SotoSmithyAWS AwsS3Traits.swift
[128/143] Compiling SotoSmithyAWS AwsCloudFormationTraits.swift
[129/143] Compiling SotoSmithyAWS AwsIAMTraits.swift
[130/143] Compiling SotoSmithyAWS AwsCoreTraits.swift
[131/143] Compiling SotoSmithyAWS AwsApiGatewayTraits.swift
[132/143] Compiling SotoSmithyAWS Smithy.swift
[133/144] Wrapping AST for SotoSmithyAWS for debugging
[135/166] Compiling ArgumentParser CollectionExtensions.swift
[136/166] Compiling ArgumentParser Platform.swift
[137/166] Compiling ArgumentParser SequenceExtensions.swift
[138/166] Compiling ArgumentParser StringExtensions.swift
[139/166] Compiling ArgumentParser Tree.swift
[140/167] Compiling SotoCodeGeneratorLib comment.swift
[141/167] Compiling SotoCodeGeneratorLib enum.swift
[142/167] Compiling SotoCodeGeneratorLib enumWithValues.swift
[144/170] Compiling SotoCodeGeneratorLib shapes.swift
[145/170] Compiling SotoCodeGeneratorLib struct.swift
[146/170] Compiling SotoCodeGeneratorLib waiters.swift
[146/170] Wrapping AST for ArgumentParser for debugging
[148/170] Emitting module SotoCodeGeneratorLib
[149/170] Compiling SotoCodeGeneratorLib String.swift
[150/170] Compiling SotoCodeGeneratorLib Templates.swift
[151/170] Compiling SotoCodeGeneratorLib api.swift
[152/170] Compiling SotoCodeGeneratorLib Glob.swift
[153/170] Compiling SotoCodeGeneratorLib Model+Patch.swift
[154/170] Compiling SotoCodeGeneratorLib Patch.swift
[155/170] Compiling SotoCodeGeneratorLib error.swift
[156/170] Compiling SotoCodeGeneratorLib header.swift
[157/170] Compiling SotoCodeGeneratorLib paginators.swift
[158/170] Compiling SotoCodeGeneratorLib Smithy+CodeGeneration.swift
[159/170] Compiling SotoCodeGeneratorLib SotoCodeGen.swift
[160/170] Compiling SotoCodeGeneratorLib SotoTraits.swift
[161/170] Compiling SotoCodeGeneratorLib AwsService+paginators.swift
[162/170] Compiling SotoCodeGeneratorLib AwsService+shapes.swift
[163/170] Compiling SotoCodeGeneratorLib AwsService+waiters.swift
[164/170] Compiling SotoCodeGeneratorLib AwsService.swift
[165/170] Compiling SotoCodeGeneratorLib ConfigFile.swift
[166/170] Compiling SotoCodeGeneratorLib Endpoints.swift
[167/173] Wrapping AST for SotoCodeGeneratorLib for debugging
[169/173] Emitting module SotoCodeGenerator
[170/173] Compiling SotoCodeGenerator SotoCodeGenerator.swift
[171/174] Wrapping AST for SotoCodeGenerator for debugging
[172/174] Write Objects.LinkFileList
[173/174] Linking SotoCodeGenerator-tool
[1/1] Compiling plugin SotoCodeGeneratorPlugin
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/839] Write sources
[43/839] Compiling CSotoExpat xmltok_impl.c
[44/839] Compiling CSotoExpat xmltok_ns.c
[45/839] Compiling _AtomicsShims.c
[46/839] Compiling _NumericsShims _NumericsShims.c
[47/839] Compiling CNIOWindows shim.c
[48/839] Compiling CSotoExpat xmlrole.c
[49/839] Compiling CNIOWASI CNIOWASI.c
[50/839] Compiling CNIOWindows WSAStartup.c
[51/839] Compiling CNIOLinux liburing_shims.c
[52/839] Compiling CNIOExtrasZlib empty.c
[53/839] Compiling CNIODarwin shim.c
[54/839] Compiling CNIOLLHTTP c_nio_http.c
[55/839] Compiling CNIOLinux shim.c
[56/839] Compiling CNIOLLHTTP c_nio_api.c
[57/839] Compiling fiat_p256_adx_sqr.S
[58/839] Compiling fiat_p256_adx_mul.S
[59/839] Compiling fiat_curve25519_adx_square.S
[60/839] Compiling fiat_curve25519_adx_mul.S
[61/839] Compiling CSotoExpat xmlparse.c
[62/839] Write swift-version-24593BA9C3E375BF.txt
[63/839] Compiling CSotoExpat xmltok.c
[64/839] Compiling CNIOLLHTTP c_nio_llhttp.c
[65/839] Compiling CNIOBoringSSLShims shims.c
[66/850] Compiling tls_method.cc
[68/850] Emitting module _NIODataStructures
[68/850] Compiling tls13_server.cc
[69/851] Compiling tls_record.cc
[70/851] Compiling tls13_client.cc
[71/851] Compiling tls13_enc.cc
[73/867] Emitting module RealModule
[74/868] Emitting module Mustache
[76/870] Emitting module SotoSmithy
[78/871] Emitting module Logging
[80/872] Compiling RealModule Real.swift
[81/872] Emitting module _NIOBase64
[82/872] Compiling _NIOBase64 Base64.swift
[83/878] Compiling _NIODataStructures _TinyArray.swift
[84/878] Compiling RealModule AugmentedArithmetic.swift
[85/878] Compiling RealModule Double+Real.swift
[87/878] Compiling ServiceContextModule ServiceContextKey.swift
[88/879] Compiling RealModule Float80+Real.swift
[89/879] Compiling RealModule ElementaryFunctions.swift
[90/879] Emitting module ServiceContextModule
[91/879] Compiling ServiceContextModule ServiceContext.swift
[92/880] Compiling RealModule RealFunctions.swift
[93/880] Compiling RealModule AlgebraicField.swift
[94/880] Compiling RealModule ApproximateEquality.swift
[95/880] Compiling RealModule Float+Real.swift
[96/880] Compiling RealModule Float16+Real.swift
[97/881] Compiling _NIODataStructures PriorityQueue.swift
[99/881] Compiling _NIODataStructures Heap.swift
[102/907] Emitting module SotoSmithyAWS
[104/916] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[105/916] Compiling InternalCollectionsUtilities Debugging.swift
[106/917] Compiling Instrumentation NoOpInstrument.swift
[107/917] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[108/917] Compiling InternalCollectionsUtilities Descriptions.swift
[109/917] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[110/917] Compiling INIParser INIParser.swift
[111/917] Emitting module INIParser
[112/918] Compiling Instrumentation MultiplexInstrument.swift
[113/918] Emitting module Instrumentation
[114/918] Compiling Instrumentation Instrument.swift
[116/918] Emitting module InternalCollectionsUtilities
[117/922] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[118/922] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[119/922] Compiling InternalCollectionsUtilities _SortedCollection.swift
[120/922] Compiling JMESPath Sendable.swift
[121/922] Compiling JMESPath Token.swift
[122/922] Compiling JMESPath Runtime.swift
[123/923] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[124/923] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[125/923] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[126/923] Compiling InternalCollectionsUtilities UInt+reversed.swift
[127/923] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[128/923] Compiling InternalCollectionsUtilities Integer rank.swift
[130/924] Emitting module JMESPath
[131/924] Emitting module SotoCodeGeneratorLib
[132/925] Compiling JMESPath Parser.swift
[134/941] Compiling DequeModule Deque+Equatable.swift
[135/941] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[136/943] Compiling DequeModule _DequeBuffer.swift
[137/943] Compiling DequeModule _DequeBufferHeader.swift
[138/943] Compiling DequeModule Deque+Extras.swift
[139/943] Compiling DequeModule Deque+Hashable.swift
[140/943] Emitting module ArgumentParserToolInfo
[141/944] Compiling CoreMetrics Metrics.swift
[143/944] Compiling DequeModule _DequeSlot.swift
[144/944] Compiling DequeModule _UnsafeWrappedBuffer.swift
[145/944] Emitting module Logging
[146/944] Compiling Logging Locks.swift
[147/944] Compiling Instrumentation InstrumentationSystem.swift
[148/944] Compiling Instrumentation Locks.swift
[149/944] Compiling Logging MetadataProvider.swift
[150/944] Emitting module CoreMetrics
[151/944] Compiling CoreMetrics Locks.swift
[153/946] Compiling Logging LogHandler.swift
[154/946] Compiling Logging Logging.swift
[155/947] Compiling DequeModule Deque+Testing.swift
[156/947] Compiling DequeModule Deque._Storage.swift
[157/947] Compiling DequeModule Deque._UnsafeHandle.swift
[158/947] Compiling DequeModule Deque.swift
[159/947] Compiling JMESPath Variable.swift
[162/947] Compiling DequeModule Deque+CustomReflectable.swift
[163/947] Compiling DequeModule Deque+Descriptions.swift
[165/950] Wrapping AST for SotoSmithyAWS for debugging
[167/953] Emitting module DequeModule
[170/953] Compiling DequeModule Deque+Codable.swift
[171/953] Compiling DequeModule Deque+Collection.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[172/959] Emitting module ScipioStorage
/host/spi-builder-workspace/.build/checkouts/scipio-cache-storage/Sources/ScipioStorage/CacheStorage.swift:2:8: error: no such module 'CryptoKit'
 1 | import Foundation
 2 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
 3 |
 4 | private let jsonEncoder = {
[173/959] Compiling ScipioStorage CacheStorage.swift
/host/spi-builder-workspace/.build/checkouts/scipio-cache-storage/Sources/ScipioStorage/CacheStorage.swift:2:8: error: no such module 'CryptoKit'
 1 | import Foundation
 2 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
 3 |
 4 | private let jsonEncoder = {
[174/959] Compiling SotoXML XMLEncoder.swift
[174/959] Wrapping AST for SotoSmithy for debugging
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/11] Write swift-version-24593BA9C3E375BF.txt
[2/33] Compiling Logging LogHandler.swift
[3/72] Compiling Logging MetadataProvider.swift
[4/72] Emitting module Logging
[5/72] Compiling Logging Locks.swift
[6/72] Compiling SotoSmithy Document.swift
[7/72] Compiling SotoSmithy Errors.swift
[8/72] Compiling SotoSmithy Model.swift
[9/74] Emitting module Mustache
[10/74] Compiling SotoSmithy ShapeId.swift
[11/74] Compiling SotoSmithy Smithy.swift
[12/74] Compiling ArgumentParserToolInfo ToolInfo.swift
[13/74] Emitting module ArgumentParserToolInfo
[15/75] Compiling Mustache Template.swift
[16/75] Compiling Mustache Transform.swift
[17/75] Compiling Logging Logging.swift
[18/76] Compiling SotoSmithy ServiceShapes.swift
[19/76] Compiling SotoSmithy Shape.swift
[20/76] Compiling SotoSmithy ApplyShape.swift
[21/76] Compiling SotoSmithy DecodableShape.swift
[22/76] Compiling SotoSmithy Parser.swift
[23/76] Compiling SotoSmithy LogicalSelectors.swift
[24/76] Compiling SotoSmithy Selector.swift
[25/76] Compiling SotoSmithy SelectorParser.swift
[26/76] Compiling SotoSmithy AggregateShapes.swift
[27/76] Compiling SotoSmithy SimpleShapes.swift
[28/76] Compiling SotoSmithy CustomTrait.swift
[31/77] Compiling SotoSmithy HttpProtocolComplianceTraits.swift
[32/77] Compiling SotoSmithy MqttProtocolBindingTraits.swift
[33/77] Compiling SotoSmithy ProtocolTraits.swift
[34/77] Compiling SotoSmithy ResourceTraits.swift
[35/77] Compiling SotoSmithy RulesTraits.swift
[36/82] Emitting module SotoSmithy
[45/82] Compiling SotoSmithy Trait.swift
[46/82] Compiling SotoSmithy TraitList.swift
[47/82] Compiling SotoSmithy AuthenticationTraits.swift
[48/82] Compiling SotoSmithy BehaviourTraits.swift
[49/82] Compiling SotoSmithy ConstraintTraits.swift
[50/82] Compiling SotoSmithy DocumentationTraits.swift
[51/82] Compiling SotoSmithy EndpointTraits.swift
[52/82] Compiling SotoSmithy HttpProtocolBindingTraits.swift
[53/82] Compiling SotoSmithy StreamingTraits.swift
[54/82] Compiling SotoSmithy SuppressTrait.swift
[55/82] Compiling SotoSmithy TypeRefinementTraits.swift
[56/82] Compiling SotoSmithy WaitersTraits.swift
[57/82] Compiling SotoSmithy XmlBindingTraits.swift
[63/82] Compiling SotoSmithy Smithy+Parse.swift
[64/82] Compiling SotoSmithy TokenParser.swift
[65/82] Compiling SotoSmithy Tokenizer.swift
[66/82] Compiling SotoSmithy BasicSelectors.swift
[67/82] Compiling SotoSmithy DecodableSelector.swift
[74/125] Compiling SotoSmithyAWS AwsProtocolTraits.swift
[75/126] Compiling SotoSmithyAWS AwsCoreTraits.swift
[76/126] Compiling SotoSmithyAWS AwsIAMTraits.swift
[77/126] Compiling SotoSmithyAWS AwsCloudFormationTraits.swift
[78/126] Compiling SotoSmithyAWS AwsAuthenticationTraits.swift
[79/126] Compiling SotoSmithyAWS Smithy.swift
[80/126] Emitting module SotoSmithyAWS
[81/126] Compiling SotoSmithyAWS AwsApiGatewayTraits.swift
[82/126] Compiling SotoSmithyAWS AwsS3Traits.swift
[84/127] Compiling ArgumentParser OptionGroup.swift
[85/127] Compiling ArgumentParser AsyncParsableCommand.swift
[86/127] Compiling ArgumentParser CommandConfiguration.swift
[87/127] Compiling ArgumentParser CommandGroup.swift
[88/127] Compiling ArgumentParser EnumerableFlag.swift
[89/132] Emitting module ArgumentParser
[89/132] Wrapping AST for SotoSmithyAWS for debugging
[91/154] Compiling SotoCodeGeneratorLib error.swift
[92/154] Compiling SotoCodeGeneratorLib header.swift
[93/154] Compiling SotoCodeGeneratorLib paginators.swift
[94/157] Compiling SotoCodeGeneratorLib comment.swift
[95/157] Compiling SotoCodeGeneratorLib enum.swift
[96/157] Compiling SotoCodeGeneratorLib enumWithValues.swift
[97/157] Compiling ArgumentParser CollectionExtensions.swift
[98/157] Compiling ArgumentParser Platform.swift
[99/157] Compiling ArgumentParser SequenceExtensions.swift
[100/157] Compiling ArgumentParser StringExtensions.swift
[101/157] Compiling ArgumentParser Tree.swift
[102/157] Compiling SotoCodeGeneratorLib shapes.swift
[103/157] Compiling SotoCodeGeneratorLib struct.swift
[104/157] Compiling SotoCodeGeneratorLib waiters.swift
[105/157] Compiling SotoCodeGeneratorLib String.swift
[106/157] Compiling SotoCodeGeneratorLib Templates.swift
[107/157] Compiling SotoCodeGeneratorLib api.swift
[114/157] Compiling SotoCodeGeneratorLib Smithy+CodeGeneration.swift
[115/157] Compiling SotoCodeGeneratorLib SotoCodeGen.swift
[116/157] Compiling SotoCodeGeneratorLib SotoTraits.swift
[119/157] Compiling ArgumentParser ParsedValues.swift
[120/157] Compiling ArgumentParser ParserError.swift
[121/157] Compiling ArgumentParser SplitArguments.swift
[122/157] Compiling ArgumentParser DumpHelpGenerator.swift
[123/157] Compiling ArgumentParser HelpCommand.swift
[124/157] Compiling ArgumentParser HelpGenerator.swift
[125/157] Compiling ArgumentParser MessageInfo.swift
[126/157] Compiling ArgumentParser UsageGenerator.swift
[127/157] Compiling SotoCodeGeneratorLib AwsService+paginators.swift
[128/157] Compiling SotoCodeGeneratorLib AwsService+shapes.swift
[129/157] Compiling SotoCodeGeneratorLib AwsService+waiters.swift
[134/157] Compiling SotoCodeGeneratorLib Glob.swift
[135/157] Compiling SotoCodeGeneratorLib Model+Patch.swift
[136/157] Compiling SotoCodeGeneratorLib Patch.swift
[138/157] Compiling ArgumentParser ArgumentDefinition.swift
[139/157] Compiling ArgumentParser ArgumentSet.swift
[140/157] Compiling ArgumentParser CommandParser.swift
[141/157] Compiling ArgumentParser InputKey.swift
[142/157] Compiling ArgumentParser InputOrigin.swift
[147/157] Compiling SotoCodeGeneratorLib AwsService.swift
[148/157] Compiling SotoCodeGeneratorLib ConfigFile.swift
[149/157] Compiling SotoCodeGeneratorLib Endpoints.swift
[150/157] Emitting module SotoCodeGeneratorLib
[155/159] Compiling SotoCodeGenerator SotoCodeGenerator.swift
[156/159] Emitting module SotoCodeGenerator
[157/159] Write Objects.LinkFileList
[158/159] Linking SotoCodeGenerator-tool
[0/1] Planning build
[1/1] Compiling plugin SotoCodeGeneratorPlugin
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/769] Write sources
[3/771] Compiling fiat_curve25519_adx_square.S
[4/771] Compiling fiat_p256_adx_sqr.S
[5/771] Compiling fiat_p256_adx_mul.S
[6/771] Compiling md5-x86_64-linux.S
[7/771] Compiling fiat_curve25519_adx_mul.S
[8/771] Compiling CCryptoBoringSSLShims shims.c
[9/771] Write swift-version-24593BA9C3E375BF.txt
[10/771] Compiling ssl_versions.cc
[11/771] Compiling t1_enc.cc
[12/771] Compiling ssl_x509.cc
[13/777] Compiling ssl_stat.cc
[14/782] Compiling tls13_both.cc
[15/785] Compiling ssl_transcript.cc
[17/786] Compiling _NIODataStructures Heap.swift
[18/786] Emitting module _NIODataStructures
[19/786] Compiling ServiceContextModule ServiceContextKey.swift
[20/786] Compiling _NIODataStructures PriorityQueue.swift
[21/786] Compiling _NIODataStructures _TinyArray.swift
[22/789] Emitting module ServiceContextModule
[23/789] Compiling ServiceContextModule ServiceContext.swift
[25/790] Emitting module _NIOBase64
[26/790] Compiling _NIOBase64 Base64.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[27/791] Emitting module ScipioStorage
/host/spi-builder-workspace/.build/checkouts/scipio-cache-storage/Sources/ScipioStorage/CacheStorage.swift:2:8: error: no such module 'CryptoKit'
 1 | import Foundation
 2 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
 3 |
 4 | private let jsonEncoder = {
[28/791] Emitting module SotoXML
[30/791] Compiling ScipioStorage CacheStorage.swift
/host/spi-builder-workspace/.build/checkouts/scipio-cache-storage/Sources/ScipioStorage/CacheStorage.swift:2:8: error: no such module 'CryptoKit'
 1 | import Foundation
 2 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
 3 |
 4 | private let jsonEncoder = {
[30/791] Compiling c-nioatomics.c
[31/791] Compiling SotoXML Expat.swift
[31/791] Compiling c-atomics.c
BUILD FAILURE 6.1 android