The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build scipio-s3-storage, reference 2.0.0 (69a35f), with Swift 6.1 for Linux on 29 Apr 2025 21:25:18 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/giginet/scipio-s3-storage.git
Reference: 2.0.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/giginet/scipio-s3-storage
 * tag               2.0.0      -> FETCH_HEAD
HEAD is now at 69a35f8 Merge pull request #3 from giginet/upgrade-dependencies
Cloned https://github.com/giginet/scipio-s3-storage.git
Revision (git rev-parse @):
69a35f862ced598be9116a6ec71cb18e78d819c4
SUCCESS checkout https://github.com/giginet/scipio-s3-storage.git at 2.0.0
========================================
Build
========================================
Selected platform:         linux
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.1.0",
            "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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/giginet/scipio-cache-storage.git
Fetching https://github.com/soto-project/soto-codegenerator
Fetching https://github.com/soto-project/soto-core.git
[1/41] Fetching scipio-cache-storage
[42/3575] Fetching scipio-cache-storage, soto-codegenerator
[1350/55877] Fetching scipio-cache-storage, soto-codegenerator, soto-core
Fetched https://github.com/giginet/scipio-cache-storage.git from cache (2.54s)
Fetched https://github.com/soto-project/soto-codegenerator from cache (2.56s)
Fetched https://github.com/soto-project/soto-core.git from cache (2.60s)
Computing version for https://github.com/giginet/scipio-cache-storage.git
Computed https://github.com/giginet/scipio-cache-storage.git at 1.0.0 (3.14s)
Computing version for https://github.com/soto-project/soto-core.git
Computed https://github.com/soto-project/soto-core.git at 7.6.0 (1.01s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/adam-fowler/jmespath.swift.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-metrics.git
[1/2206] Fetching swift-metrics
[531/4825] Fetching swift-metrics, swift-nio-transport-services
[2882/5469] Fetching swift-metrics, swift-nio-transport-services, jmespath.swift
[5470/9305] Fetching swift-metrics, swift-nio-transport-services, jmespath.swift, swift-log
[9306/23195] Fetching swift-metrics, swift-nio-transport-services, jmespath.swift, swift-log, async-http-client
Fetched https://github.com/apple/swift-metrics.git from cache (0.43s)
[7655/20989] Fetching swift-nio-transport-services, jmespath.swift, swift-log, async-http-client
Fetching https://github.com/apple/swift-distributed-tracing.git
[8906/35798] Fetching swift-nio-transport-services, jmespath.swift, swift-log, async-http-client, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.52s)
[11240/33179] Fetching jmespath.swift, swift-log, async-http-client, swift-nio-ssl
Fetched https://github.com/adam-fowler/jmespath.swift.git from cache (0.53s)
Fetched https://github.com/apple/swift-log.git from cache (0.53s)
[7176/28699] Fetching async-http-client, swift-nio-ssl
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-atomics.git
[16132/33673] Fetching async-http-client, swift-nio-ssl, swift-distributed-tracing
[22568/35378] Fetching async-http-client, swift-nio-ssl, swift-distributed-tracing, swift-atomics
[24815/49162] Fetching async-http-client, swift-nio-ssl, swift-distributed-tracing, swift-atomics, swift-crypto
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.57s)
[22062/119749] Fetching async-http-client, swift-nio-ssl, swift-atomics, swift-crypto, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (1.35s)
[79974/118044] Fetching async-http-client, swift-nio-ssl, swift-crypto, swift-nio
Fetched https://github.com/swift-server/async-http-client.git from cache (1.93s)
[68080/104154] Fetching swift-nio-ssl, swift-crypto, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.54s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.05s)
[51382/75561] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.27s)
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.73s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.59s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (2.63s)
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.27s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (1.68s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (1.13s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/16269] Fetching swift-collections
[815/20633] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.29s)
[5532/16269] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.31s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (3.26s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.07s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.64s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/5662] Fetching swift-nio-extras
[3512/11565] Fetching swift-nio-extras, swift-algorithms
[3629/23069] Fetching swift-nio-extras, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-algorithms.git from cache (0.66s)
[10264/17166] Fetching swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.16s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.17s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.95s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.78s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.71s)
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 (0.80s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.89s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.69s)
Computing version for https://github.com/soto-project/soto-codegenerator
Computed https://github.com/soto-project/soto-codegenerator at 7.7.0 (0.77s)
Fetching https://github.com/hummingbird-project/swift-mustache.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/soto-project/soto-smithy.git
[1/1814] Fetching swift-mustache
[183/3651] Fetching swift-mustache, soto-smithy
Fetched https://github.com/soto-project/soto-smithy.git from cache (0.31s)
[1/14950] Fetching swift-argument-parser
Fetched https://github.com/hummingbird-project/swift-mustache.git from cache (0.91s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.92s)
Computing version for https://github.com/hummingbird-project/swift-mustache.git
Computed https://github.com/hummingbird-project/swift-mustache.git at 2.0.0 (1.61s)
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.70s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.68s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/904] Fetching swift-http-types
[905/2031] Fetching swift-http-types, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-types.git from cache (0.34s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.34s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.91s)
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.61s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.71s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (0.65s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.58s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.82s)
Fetching https://github.com/apple/swift-asn1.git
[1/1584] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.27s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.86s)
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.30.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-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-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/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
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-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-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.2.2
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.26.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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
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/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/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-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/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/soto-project/soto-core.git
Working copy of https://github.com/soto-project/soto-core.git resolved at 7.6.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.82.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.4.2
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-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/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/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
[0/19] Write sources
[8/19] Write swift-version-24593BA9C3E375BF.txt
[10/80] Emitting module Logging
[11/80] Emitting module Mustache
[12/82] Compiling Mustache Template.swift
[13/82] Compiling Mustache Transform.swift
[14/82] Emitting module ArgumentParserToolInfo
[15/82] Compiling ArgumentParserToolInfo ToolInfo.swift
[17/83] Compiling Logging LogHandler.swift
[18/83] Compiling SotoSmithy SingleValueTrait.swift
[19/83] Compiling SotoSmithy StaticTrait.swift
[20/83] Compiling SotoSmithy Trait.swift
[21/83] Compiling SotoSmithy TraitList.swift
[22/83] Compiling SotoSmithy AuthenticationTraits.swift
[23/88] Compiling SotoSmithy HttpProtocolComplianceTraits.swift
[24/88] Compiling SotoSmithy MqttProtocolBindingTraits.swift
[25/88] Compiling SotoSmithy ProtocolTraits.swift
[26/88] Compiling SotoSmithy ResourceTraits.swift
[27/88] Compiling SotoSmithy RulesTraits.swift
[27/88] Wrapping AST for ArgumentParserToolInfo for debugging
[29/126] Compiling ArgumentParser Option.swift
[30/126] Compiling ArgumentParser ExpressibleByArgument.swift
[31/126] Compiling ArgumentParser ParsableArguments.swift
[32/126] Compiling ArgumentParser ParsableArgumentsValidation.swift
[33/126] Compiling ArgumentParser ParsableCommand.swift
[34/126] Compiling ArgumentParser ArgumentDecoder.swift
[35/126] Compiling ArgumentParser BashCompletionsGenerator.swift
[36/126] Compiling ArgumentParser CompletionsGenerator.swift
[37/126] Compiling ArgumentParser FishCompletionsGenerator.swift
[38/126] Compiling ArgumentParser ZshCompletionsGenerator.swift
[39/126] Compiling ArgumentParser Argument.swift
[40/126] Compiling ArgumentParser ArgumentHelp.swift
[41/126] Compiling ArgumentParser OptionGroup.swift
[42/126] Compiling ArgumentParser AsyncParsableCommand.swift
[43/126] Compiling ArgumentParser CommandConfiguration.swift
[44/126] Emitting module ArgumentParser
[45/131] Compiling Logging MetadataProvider.swift
[46/131] Compiling Logging Logging.swift
[47/131] Compiling Logging Locks.swift
[49/132] Compiling ArgumentParser InputOrigin.swift
[50/132] Compiling ArgumentParser CollectionExtensions.swift
[51/132] Compiling ArgumentParser Platform.swift
[52/132] Compiling ArgumentParser SequenceExtensions.swift
[53/132] Compiling ArgumentParser StringExtensions.swift
[60/132] Compiling ArgumentParser Flag.swift
[61/132] Compiling ArgumentParser NameSpecification.swift
[62/132] Compiling ArgumentParser ArgumentVisibility.swift
[63/132] Compiling ArgumentParser CompletionKind.swift
[64/132] Compiling ArgumentParser Errors.swift
[75/133] Emitting module SotoSmithy
[76/133] Compiling ArgumentParser MessageInfo.swift
[77/133] Compiling ArgumentParser UsageGenerator.swift
[78/133] Compiling ArgumentParser Name.swift
[79/133] Compiling ArgumentParser Parsed.swift
[80/133] Compiling ArgumentParser ParsedValues.swift
[81/133] Compiling ArgumentParser ParserError.swift
[81/134] Wrapping AST for Logging for debugging
[84/134] Wrapping AST for Mustache for debugging
[85/134] Wrapping AST for SotoSmithy for debugging
[91/142] Compiling ArgumentParser Tree.swift
[92/142] Compiling SotoSmithyAWS AwsAuthenticationTraits.swift
[97/142] Compiling ArgumentParser SplitArguments.swift
[98/142] Compiling ArgumentParser DumpHelpGenerator.swift
[99/142] Compiling ArgumentParser HelpCommand.swift
[100/142] Compiling ArgumentParser HelpGenerator.swift
[106/142] Compiling ArgumentParser CommandGroup.swift
[107/142] Compiling ArgumentParser EnumerableFlag.swift
[125/143] Compiling SotoSmithyAWS AwsProtocolTraits.swift
[126/143] Compiling ArgumentParser ArgumentDefinition.swift
[127/143] Compiling ArgumentParser ArgumentSet.swift
[128/143] Compiling ArgumentParser CommandParser.swift
[129/143] Compiling ArgumentParser InputKey.swift
[131/144] Compiling SotoSmithyAWS AwsS3Traits.swift
[133/144] Compiling SotoSmithyAWS AwsIAMTraits.swift
[134/144] Emitting module SotoSmithyAWS
[135/144] Compiling SotoSmithyAWS AwsApiGatewayTraits.swift
[136/144] Compiling SotoSmithyAWS AwsCloudFormationTraits.swift
[137/144] Compiling SotoSmithyAWS Smithy.swift
[138/144] Compiling SotoSmithyAWS AwsCoreTraits.swift
[138/145] Wrapping AST for ArgumentParser for debugging
[140/145] Wrapping AST for SotoSmithyAWS for debugging
[142/167] Compiling SotoCodeGeneratorLib error.swift
[143/167] Compiling SotoCodeGeneratorLib header.swift
[144/167] Compiling SotoCodeGeneratorLib paginators.swift
[145/167] Compiling SotoCodeGeneratorLib comment.swift
[146/167] Compiling SotoCodeGeneratorLib enum.swift
[147/167] Compiling SotoCodeGeneratorLib enumWithValues.swift
[148/170] Compiling SotoCodeGeneratorLib shapes.swift
[149/170] Compiling SotoCodeGeneratorLib struct.swift
[150/170] Compiling SotoCodeGeneratorLib waiters.swift
[151/170] Emitting module SotoCodeGeneratorLib
[152/170] Compiling SotoCodeGeneratorLib Smithy+CodeGeneration.swift
[153/170] Compiling SotoCodeGeneratorLib SotoCodeGen.swift
[154/170] Compiling SotoCodeGeneratorLib SotoTraits.swift
[155/170] Compiling SotoCodeGeneratorLib Glob.swift
[156/170] Compiling SotoCodeGeneratorLib Model+Patch.swift
[157/170] Compiling SotoCodeGeneratorLib Patch.swift
[158/170] Compiling SotoCodeGeneratorLib String.swift
[159/170] Compiling SotoCodeGeneratorLib Templates.swift
[160/170] Compiling SotoCodeGeneratorLib api.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/171] 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
[36/839] Compiling CSotoExpat xmltok_ns.c
[37/839] Compiling CSotoExpat xmltok_impl.c
[38/839] Write sources
[45/839] Compiling CNIOWindows shim.c
[45/839] Compiling _AtomicsShims.c
[47/839] Compiling CNIOWindows WSAStartup.c
[48/839] Compiling _NumericsShims _NumericsShims.c
[49/839] Compiling CNIOWASI CNIOWASI.c
[50/839] Compiling CNIOLinux liburing_shims.c
[51/839] Compiling CNIOLLHTTP c_nio_http.c
[52/839] Compiling CSotoExpat xmlrole.c
[53/839] Compiling CNIODarwin shim.c
[54/839] Compiling CNIOExtrasZlib empty.c
[55/839] Compiling CNIOLLHTTP c_nio_api.c
[55/839] Compiling CNIOLinux shim.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] Write swift-version-24593BA9C3E375BF.txt
[61/839] Compiling fiat_curve25519_adx_mul.S
[62/839] Compiling CSotoExpat xmlparse.c
[63/839] Compiling CNIOLLHTTP c_nio_llhttp.c
[64/839] Compiling CSotoExpat xmltok.c
[65/845] Compiling CNIOBoringSSLShims shims.c
[67/854] Compiling ServiceContextModule ServiceContextKey.swift
[68/854] Emitting module _NIODataStructures
[69/854] Compiling ServiceContextModule ServiceContext.swift
[70/854] Emitting module ServiceContextModule
[71/855] Compiling _NIODataStructures Heap.swift
[73/855] Compiling _NIODataStructures PriorityQueue.swift
[74/855] Compiling _NIODataStructures _TinyArray.swift
[75/856] Emitting module _NIOBase64
[76/856] Compiling _NIOBase64 Base64.swift
[79/859] Emitting module SotoSmithy
[80/860] 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 = {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[82/860] 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 = {
[82/860] Compiling tls_record.cc
[82/860] Compiling tls_method.cc
[82/860] Compiling tls13_server.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/11] Write swift-version-24593BA9C3E375BF.txt
[2/72] Compiling Logging LogHandler.swift
[3/72] Compiling Logging MetadataProvider.swift
[4/72] Emitting module Logging
[5/72] Compiling SotoSmithy Parser.swift
[6/72] Compiling SotoSmithy LogicalSelectors.swift
[7/74] Compiling SotoSmithy Smithy+Parse.swift
[8/74] Compiling SotoSmithy TokenParser.swift
[9/74] Compiling SotoSmithy Tokenizer.swift
[10/74] Emitting module Mustache
[11/74] Compiling Logging Locks.swift
[12/74] Compiling SotoSmithy Document.swift
[13/74] Compiling SotoSmithy Errors.swift
[14/74] Compiling SotoSmithy BasicSelectors.swift
[15/74] Compiling SotoSmithy DecodableSelector.swift
[16/74] Compiling SotoSmithy Model.swift
[17/74] Compiling SotoSmithy ShapeId.swift
[18/74] Compiling SotoSmithy Smithy.swift
[19/74] Emitting module ArgumentParserToolInfo
[20/74] Compiling ArgumentParserToolInfo ToolInfo.swift
[22/75] Compiling Mustache Template.swift
[23/75] Compiling Mustache Transform.swift
[24/74] Compiling SotoSmithy SingleValueTrait.swift
[25/74] Compiling SotoSmithy StaticTrait.swift
[26/74] Compiling SotoSmithy Trait.swift
[27/74] Compiling SotoSmithy TraitList.swift
[28/74] Compiling SotoSmithy AuthenticationTraits.swift
[29/79] Compiling Logging Logging.swift
[31/117] Compiling ArgumentParser ExpressibleByArgument.swift
[32/117] Compiling ArgumentParser ParsableArguments.swift
[33/117] Compiling ArgumentParser ParsableArgumentsValidation.swift
[34/117] Compiling ArgumentParser ParsableCommand.swift
[35/118] Compiling ArgumentParser SplitArguments.swift
[36/118] Compiling ArgumentParser DumpHelpGenerator.swift
[37/118] Compiling ArgumentParser HelpCommand.swift
[38/118] Compiling ArgumentParser HelpGenerator.swift
[39/118] Compiling ArgumentParser MessageInfo.swift
[40/118] Compiling ArgumentParser Option.swift
[46/117] Compiling ArgumentParser UsageGenerator.swift
[47/117] Compiling SotoSmithy SuppressTrait.swift
[48/117] Compiling SotoSmithy TypeRefinementTraits.swift
[49/117] Compiling SotoSmithy WaitersTraits.swift
[50/117] Compiling SotoSmithy XmlBindingTraits.swift
[51/117] Compiling ArgumentParser ArgumentDecoder.swift
[52/117] Compiling ArgumentParser OptionGroup.swift
[53/117] Compiling ArgumentParser AsyncParsableCommand.swift
[54/117] Compiling ArgumentParser CommandConfiguration.swift
[55/117] Compiling ArgumentParser CommandGroup.swift
[56/117] Emitting module SotoSmithy
[57/117] Compiling ArgumentParser BashCompletionsGenerator.swift
[58/117] Compiling ArgumentParser CompletionsGenerator.swift
[59/117] Compiling ArgumentParser FishCompletionsGenerator.swift
[60/117] Compiling ArgumentParser ZshCompletionsGenerator.swift
[61/117] Compiling ArgumentParser Argument.swift
[62/117] Compiling ArgumentParser ArgumentHelp.swift
[63/117] Compiling ArgumentParser ArgumentVisibility.swift
[64/117] Compiling ArgumentParser CompletionKind.swift
[65/117] Compiling ArgumentParser Errors.swift
[66/117] Compiling ArgumentParser Flag.swift
[67/117] Compiling ArgumentParser NameSpecification.swift
[68/117] Compiling ArgumentParser InputOrigin.swift
[69/117] Compiling ArgumentParser Name.swift
[70/117] Compiling ArgumentParser Parsed.swift
[71/117] Compiling ArgumentParser ParsedValues.swift
[72/117] Compiling ArgumentParser ParserError.swift
[73/118] Emitting module ArgumentParser
[86/130] Compiling ArgumentParser CollectionExtensions.swift
[87/130] Compiling ArgumentParser Platform.swift
[88/130] Compiling ArgumentParser SequenceExtensions.swift
[89/130] Compiling ArgumentParser StringExtensions.swift
[90/130] Compiling ArgumentParser Tree.swift
[97/130] Compiling SotoSmithyAWS AwsCloudFormationTraits.swift
[98/131] Compiling ArgumentParser ArgumentDefinition.swift
[99/131] Compiling ArgumentParser ArgumentSet.swift
[100/131] Compiling ArgumentParser CommandParser.swift
[101/131] Compiling ArgumentParser InputKey.swift
[103/131] Compiling SotoSmithyAWS AwsProtocolTraits.swift
[104/131] Compiling SotoSmithyAWS AwsIAMTraits.swift
[105/131] Compiling SotoSmithyAWS Smithy.swift
[106/131] Compiling SotoSmithyAWS AwsApiGatewayTraits.swift
[107/131] Emitting module SotoSmithyAWS
[108/131] Compiling SotoSmithyAWS AwsS3Traits.swift
[109/131] Compiling SotoSmithyAWS AwsAuthenticationTraits.swift
[110/131] Compiling SotoSmithyAWS AwsCoreTraits.swift
[120/132] Compiling ArgumentParser EnumerableFlag.swift
[128/153] Compiling SotoCodeGeneratorLib comment.swift
[129/153] Compiling SotoCodeGeneratorLib enum.swift
[130/153] Compiling SotoCodeGeneratorLib enumWithValues.swift
[131/156] Compiling SotoCodeGeneratorLib shapes.swift
[132/156] Compiling SotoCodeGeneratorLib struct.swift
[133/156] Compiling SotoCodeGeneratorLib waiters.swift
[134/156] Emitting module SotoCodeGeneratorLib
[135/156] Compiling SotoCodeGeneratorLib Smithy+CodeGeneration.swift
[136/156] Compiling SotoCodeGeneratorLib SotoCodeGen.swift
[137/156] Compiling SotoCodeGeneratorLib SotoTraits.swift
[138/156] Compiling SotoCodeGeneratorLib String.swift
[139/156] Compiling SotoCodeGeneratorLib Templates.swift
[140/156] Compiling SotoCodeGeneratorLib api.swift
[141/156] Compiling SotoCodeGeneratorLib Glob.swift
[142/156] Compiling SotoCodeGeneratorLib Model+Patch.swift
[143/156] Compiling SotoCodeGeneratorLib Patch.swift
[144/156] Compiling SotoCodeGeneratorLib error.swift
[145/156] Compiling SotoCodeGeneratorLib header.swift
[146/156] Compiling SotoCodeGeneratorLib paginators.swift
[147/156] Compiling SotoCodeGeneratorLib AwsService+paginators.swift
[148/156] Compiling SotoCodeGeneratorLib AwsService+shapes.swift
[149/156] Compiling SotoCodeGeneratorLib AwsService+waiters.swift
[150/156] Compiling SotoCodeGeneratorLib AwsService.swift
[151/156] Compiling SotoCodeGeneratorLib ConfigFile.swift
[152/156] Compiling SotoCodeGeneratorLib Endpoints.swift
[154/158] Emitting module SotoCodeGenerator
[155/158] Compiling SotoCodeGenerator SotoCodeGenerator.swift
[156/158] Write Objects.LinkFileList
[157/158] Linking SotoCodeGenerator-tool
[0/1] Planning build
[1/1] Compiling plugin SotoCodeGeneratorPlugin
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/775] Write sources
[3/776] Compiling fiat_p256_adx_sqr.S
[4/776] Compiling fiat_curve25519_adx_square.S
[5/776] Compiling fiat_curve25519_adx_mul.S
[6/776] Compiling fiat_p256_adx_mul.S
[7/776] Compiling md5-x86_64-linux.S
[8/776] Write swift-version-24593BA9C3E375BF.txt
[9/776] Compiling CCryptoBoringSSLShims shims.c
[11/780] Compiling _NIODataStructures PriorityQueue.swift
[12/780] Emitting module _NIODataStructures
[12/780] Compiling tls_method.cc
[14/780] Compiling _NIODataStructures Heap.swift
[15/780] Compiling _NIODataStructures _TinyArray.swift
[16/783] Compiling tls_record.cc
[17/783] Compiling tls13_enc.cc
[18/783] Compiling tls13_server.cc
[19/792] Compiling tls13_client.cc
[21/794] Emitting module _NIOBase64
[22/794] Compiling _NIOBase64 Base64.swift
[23/795] Compiling ServiceContextModule ServiceContextKey.swift
[24/795] 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 = {
[26/795] Compiling ServiceContextModule ServiceContext.swift
[27/795] Emitting module ServiceContextModule
error: emit-module command failed with exit code 1 (use -v to see invocation)
[28/795] 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/796] Compiling c-nioatomics.c
[28/796] Compiling c-atomics.c
BUILD FAILURE 6.1 linux