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 main (f5ba47), with Swift 6.0 for Linux on 28 Feb 2025 12:24:22 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.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.60.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:         linux
Swift version:             6.0
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:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/soto-project/soto-core.git
Fetching https://github.com/giginet/scipio-cache-storage.git
Fetching https://github.com/soto-project/soto-codegenerator
[1/41] Fetching scipio-cache-storage
[38/3476] Fetching scipio-cache-storage, soto-codegenerator
[1412/52998] Fetching scipio-cache-storage, soto-codegenerator, soto-core
Fetched https://github.com/giginet/scipio-cache-storage.git from cache (2.51s)
[51967/52957] Fetching soto-codegenerator, soto-core
Fetched https://github.com/soto-project/soto-codegenerator from cache (2.56s)
[49522/49522] Fetching soto-core
Fetched https://github.com/soto-project/soto-core.git from cache (4.41s)
Computing version for https://github.com/giginet/scipio-cache-storage.git
Computed https://github.com/giginet/scipio-cache-storage.git at 1.0.0 (1.05s)
Computing version for https://github.com/soto-project/soto-core.git
Computed https://github.com/soto-project/soto-core.git at 7.3.2 (1.19s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/adam-fowler/jmespath.swift.git
Fetching https://github.com/swift-server/async-http-client.git
[1/2149] Fetching swift-metrics
[367/4467] Fetching swift-metrics, swift-nio-transport-services
[835/5111] Fetching swift-metrics, swift-nio-transport-services, jmespath.swift
[1134/8872] Fetching swift-metrics, swift-nio-transport-services, jmespath.swift, swift-log
[2517/22574] Fetching swift-metrics, swift-nio-transport-services, jmespath.swift, swift-log, async-http-client
[14628/37000] Fetching swift-metrics, 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.91s)
[16464/34682] Fetching swift-metrics, jmespath.swift, swift-log, async-http-client, swift-nio-ssl
Fetched https://github.com/apple/swift-metrics.git from cache (0.92s)
[14878/32533] Fetching jmespath.swift, swift-log, async-http-client, swift-nio-ssl
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-crypto.git
[20272/37485] Fetching jmespath.swift, swift-log, async-http-client, swift-nio-ssl, swift-distributed-tracing
[25595/49867] Fetching jmespath.swift, swift-log, async-http-client, swift-nio-ssl, swift-distributed-tracing, swift-crypto
Fetched https://github.com/adam-fowler/jmespath.swift.git from cache (2.10s)
[33363/49223] Fetching swift-log, async-http-client, swift-nio-ssl, swift-distributed-tracing, swift-crypto
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/swift-server/async-http-client.git from cache (2.14s)
Fetching https://github.com/apple/swift-nio.git
[21207/35521] Fetching swift-log, swift-nio-ssl, swift-distributed-tracing, swift-crypto
[22544/37090] Fetching swift-log, swift-nio-ssl, swift-distributed-tracing, swift-crypto, swift-atomics
[29085/110885] Fetching swift-log, swift-nio-ssl, swift-distributed-tracing, swift-crypto, swift-atomics, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (0.85s)
[29508/109316] Fetching swift-log, swift-nio-ssl, swift-distributed-tracing, swift-crypto, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (4.94s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (5.00s)
[57184/91129] Fetching swift-distributed-tracing, swift-crypto, swift-nio
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (4.35s)
Fetched https://github.com/apple/swift-crypto.git from cache (4.41s)
[44277/73795] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (9.65s)
Computing version for https://github.com/adam-fowler/jmespath.swift.git
Computed https://github.com/adam-fowler/jmespath.swift.git at 1.0.3 (3.99s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.20s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.81.0 (1.75s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/15784] Fetching swift-collections
[791/19942] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.17s)
[7577/15784] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.11s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.15s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.46s)
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.15s)
Fetching https://github.com/apple/swift-service-context.git
[1/1018] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.44s)
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.05s)
Computing version for https://github.com/soto-project/soto-codegenerator
Computed https://github.com/soto-project/soto-codegenerator at 7.3.1 (1.07s)
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/soto-project/soto-smithy.git
Fetching https://github.com/hummingbird-project/swift-mustache.git
[1/1837] Fetching soto-smithy
[1838/3585] Fetching soto-smithy, swift-mustache
Fetched https://github.com/hummingbird-project/swift-mustache.git from cache (0.55s)
Fetched https://github.com/soto-project/soto-smithy.git from cache (0.55s)
[1/14652] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.72s)
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.44s)
Computing version for https://github.com/soto-project/soto-smithy.git
Computed https://github.com/soto-project/soto-smithy.git at 0.4.7 (1.14s)
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 (1.25s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-algorithms.git
[1/5815] Fetching swift-algorithms
[118/11204] Fetching swift-algorithms, swift-nio-extras
[5285/22502] Fetching swift-algorithms, swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-algorithms.git from cache (0.77s)
[8101/16687] Fetching swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.98s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.00s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.23s)
Fetching https://github.com/apple/swift-numerics.git
[1/5600] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.68s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (1.26s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.23.1 (1.20s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.29.3 (1.39s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (1.09s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.25.0 (1.38s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/842] Fetching swift-http-types
[843/1912] Fetching swift-http-types, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-types.git from cache (0.41s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.48s)
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.0 (1.25s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.3.1 (1.84s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.35.0 (1.17s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (1.09s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.5.1 (1.19s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.11.1 (3.78s)
Fetching https://github.com/apple/swift-asn1.git
[1/1472] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.40s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.1 (1.21s)
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.5.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.81.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-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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.11.1
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.2
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/soto-project/soto-core.git
Working copy of https://github.com/soto-project/soto-core.git resolved at 7.3.2
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-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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.1
Creating working copy for https://github.com/soto-project/soto-codegenerator
Working copy of https://github.com/soto-project/soto-codegenerator resolved at 7.3.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.25.2
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.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.29.3
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/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.25.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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.2
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.35.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.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.23.1
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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.3.1
Building for debugging...
[0/19] Write sources
[8/19] Write swift-version-24593BA9C3E375BF.txt
[10/80] Emitting module Mustache
[11/82] Compiling Mustache Template.swift
[12/82] Compiling Mustache Transform.swift
[13/82] Emitting module ArgumentParserToolInfo
[14/82] Compiling ArgumentParserToolInfo ToolInfo.swift
[15/83] Compiling SotoSmithy LogicalSelectors.swift
[16/83] Compiling SotoSmithy Selector.swift
[17/83] Compiling SotoSmithy SelectorParser.swift
[18/83] Compiling SotoSmithy AggregateShapes.swift
[19/83] Compiling SotoSmithy ApplyShape.swift
[20/88] Compiling SotoSmithy DecodableSelector.swift
[22/88] Compiling Logging LogHandler.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
[29/88] Compiling SotoSmithy DecodableShape.swift
[30/88] Compiling SotoSmithy ServiceShapes.swift
[31/88] Compiling SotoSmithy Shape.swift
[32/88] Compiling SotoSmithy SimpleShapes.swift
[33/88] Compiling SotoSmithy CustomTrait.swift
[36/88] Compiling SotoSmithy Trait.swift
[37/88] Compiling SotoSmithy TraitList.swift
[38/88] Compiling SotoSmithy AuthenticationTraits.swift
[39/88] Compiling SotoSmithy BehaviourTraits.swift
[40/88] Compiling SotoSmithy ConstraintTraits.swift
[41/88] Compiling SotoSmithy DocumentationTraits.swift
[42/88] Compiling SotoSmithy EndpointTraits.swift
[43/88] Compiling SotoSmithy HttpProtocolBindingTraits.swift
[43/88] Wrapping AST for ArgumentParserToolInfo for debugging
[45/126] Emitting module Logging
[46/126] Compiling Logging Locks.swift
[47/126] Compiling Logging MetadataProvider.swift
[48/126] Compiling Logging Logging.swift
[49/127] Wrapping AST for Logging for debugging
[51/127] Compiling ArgumentParser UsageGenerator.swift
[52/127] Compiling SotoSmithy SuppressTrait.swift
[53/127] Compiling SotoSmithy TypeRefinementTraits.swift
[54/127] Compiling SotoSmithy WaitersTraits.swift
[55/127] Compiling SotoSmithy XmlBindingTraits.swift
[56/127] Emitting module ArgumentParser
[57/132] Compiling ArgumentParser ArgumentVisibility.swift
[58/132] Compiling ArgumentParser CompletionKind.swift
[59/132] Compiling ArgumentParser Errors.swift
[60/132] Compiling ArgumentParser Flag.swift
[61/132] Compiling ArgumentParser NameSpecification.swift
[62/132] Compiling ArgumentParser Option.swift
[63/132] Compiling ArgumentParser BashCompletionsGenerator.swift
[64/132] Compiling ArgumentParser CompletionsGenerator.swift
[65/132] Compiling ArgumentParser FishCompletionsGenerator.swift
[66/132] Compiling ArgumentParser ZshCompletionsGenerator.swift
[67/132] Compiling ArgumentParser Argument.swift
[68/132] Compiling ArgumentParser ArgumentHelp.swift
[80/132] Emitting module SotoSmithy
[81/133] Compiling ArgumentParser OptionGroup.swift
[82/133] Compiling ArgumentParser AsyncParsableCommand.swift
[84/133] Compiling ArgumentParser CommandConfiguration.swift
[85/133] Compiling ArgumentParser CommandGroup.swift
[100/134] Compiling ArgumentParser EnumerableFlag.swift
[101/134] Compiling ArgumentParser ExpressibleByArgument.swift
[102/134] Compiling ArgumentParser ParsableArguments.swift
[103/134] Compiling ArgumentParser ParsableArgumentsValidation.swift
[104/134] Compiling ArgumentParser ParsableCommand.swift
[105/134] Compiling ArgumentParser ArgumentDecoder.swift
[107/134] Compiling ArgumentParser CollectionExtensions.swift
[108/134] Compiling ArgumentParser Platform.swift
[109/134] Compiling ArgumentParser SequenceExtensions.swift
[110/134] Compiling ArgumentParser StringExtensions.swift
[111/134] Compiling ArgumentParser Tree.swift
[111/134] Wrapping AST for Mustache for debugging
[112/134] Wrapping AST for SotoSmithy for debugging
[114/134] Compiling ArgumentParser DumpHelpGenerator.swift
[115/134] Compiling ArgumentParser HelpCommand.swift
[116/134] Compiling ArgumentParser HelpGenerator.swift
[117/134] Compiling ArgumentParser MessageInfo.swift
[119/134] Compiling ArgumentParser Name.swift
[120/134] Compiling ArgumentParser Parsed.swift
[121/134] Compiling ArgumentParser ParsedValues.swift
[122/134] Compiling ArgumentParser ParserError.swift
[123/134] Compiling ArgumentParser SplitArguments.swift
[124/134] Compiling ArgumentParser ArgumentDefinition.swift
[125/134] Compiling ArgumentParser ArgumentSet.swift
[126/134] Compiling ArgumentParser CommandParser.swift
[127/134] Compiling ArgumentParser InputKey.swift
[128/134] Compiling ArgumentParser InputOrigin.swift
[129/143] Wrapping AST for ArgumentParser for debugging
[131/143] Compiling SotoSmithyAWS AwsProtocolTraits.swift
[132/144] Compiling SotoSmithyAWS AwsS3Traits.swift
[133/144] Compiling SotoSmithyAWS AwsIAMTraits.swift
[134/144] Compiling SotoSmithyAWS Smithy.swift
[135/144] Compiling SotoSmithyAWS AwsAuthenticationTraits.swift
[136/144] Emitting module SotoSmithyAWS
[137/144] Compiling SotoSmithyAWS AwsApiGatewayTraits.swift
[138/144] Compiling SotoSmithyAWS AwsCoreTraits.swift
[139/144] Compiling SotoSmithyAWS AwsCloudFormationTraits.swift
[140/145] Wrapping AST for SotoSmithyAWS for debugging
[142/167] Compiling SotoCodeGeneratorLib comment.swift
[143/167] Compiling SotoCodeGeneratorLib enum.swift
[144/167] Compiling SotoCodeGeneratorLib enumWithValues.swift
[145/167] Compiling SotoCodeGeneratorLib error.swift
[146/167] Compiling SotoCodeGeneratorLib header.swift
[147/167] Compiling SotoCodeGeneratorLib paginators.swift
[148/170] Compiling SotoCodeGeneratorLib shapes.swift
[149/170] Compiling SotoCodeGeneratorLib struct.swift
[150/170] Compiling SotoCodeGeneratorLib waiters.swift
[151/170] Compiling SotoCodeGeneratorLib String.swift
[152/170] Compiling SotoCodeGeneratorLib Templates.swift
[153/170] Compiling SotoCodeGeneratorLib api.swift
[154/170] Compiling SotoCodeGeneratorLib Glob.swift
[155/170] Compiling SotoCodeGeneratorLib Model+Patch.swift
[156/170] Compiling SotoCodeGeneratorLib Patch.swift
[157/170] Emitting module SotoCodeGeneratorLib
[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/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
Build of product 'SotoCodeGenerator' complete! (61.68s)
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin SotoCodeGeneratorPlugin
Building for debugging...
[2/821] Write sources
[30/821] Compiling _AtomicsShims.c
[31/821] Compiling CSotoExpat xmltok_ns.c
[31/821] Write sources
[37/821] Compiling CSotoExpat xmltok_impl.c
[38/821] Compiling _NumericsShims _NumericsShims.c
[39/821] Compiling CNIOWindows WSAStartup.c
[40/821] Compiling CNIOWASI CNIOWASI.c
[41/821] Compiling CNIOWindows shim.c
[42/821] Compiling CSotoExpat xmlrole.c
[43/821] Compiling CNIOLinux liburing_shims.c
[44/821] Compiling CNIOLLHTTP c_nio_http.c
[45/821] Compiling CNIOLinux shim.c
[46/821] Compiling CNIOExtrasZlib empty.c
[47/821] Compiling CNIOLLHTTP c_nio_api.c
[48/821] Compiling CNIODarwin shim.c
[49/821] Compiling fiat_p256_adx_sqr.S
[50/821] Compiling fiat_p256_adx_mul.S
[51/821] Compiling CSotoExpat xmltok.c
[52/821] Compiling fiat_curve25519_adx_square.S
[53/821] Compiling fiat_curve25519_adx_mul.S
[54/821] Compiling CSotoExpat xmlparse.c
[55/821] Compiling CNIOLLHTTP c_nio_llhttp.c
[56/821] Compiling CNIOBoringSSLShims shims.c
[57/821] Compiling tls_record.cc
[58/821] Compiling tls_method.cc
[59/821] Compiling tls13_enc.cc
[60/821] Compiling tls13_client.cc
[61/821] Compiling tls13_server.cc
[62/821] Compiling tls13_both.cc
[63/821] Compiling t1_enc.cc
[64/821] Write swift-version-24593BA9C3E375BF.txt
2025-02-28T12:23:08+0000 info SotoCodeGenerator : [SotoCodeGeneratorLib] Wrote s3_api.swift
2025-02-28T12:23:13+0000 info SotoCodeGenerator : [SotoCodeGeneratorLib] Wrote s3_shapes.swift
[65/821] Generating code for s3.json
[66/821] Compiling ssl_stat.cc
[67/825] Compiling ssl_versions.cc
[68/827] Compiling ssl_transcript.cc
[69/827] Compiling ssl_x509.cc
[70/835] Compiling ssl_session.cc
[71/847] Compiling ssl_privkey.cc
[72/852] Compiling ssl_lib.cc
[74/852] Emitting module Logging
[75/863] Emitting module SotoXML
[76/863] Compiling JMESPath Ast.swift
[77/863] Compiling JMESPath Error.swift
[80/864] Emitting module JMESPath
[81/865] Compiling JMESPath Token.swift
[82/865] Compiling ServiceContextModule ServiceContext.swift
[83/865] Emitting module ServiceContextModule
[84/865] Compiling ServiceContextModule ServiceContextKey.swift
[85/866] Compiling RealModule ElementaryFunctions.swift
[86/866] Compiling RealModule Float+Real.swift
[87/866] Compiling JMESPath Sendable.swift
[88/866] Emitting module _NIOBase64
[89/866] Compiling _NIOBase64 Base64.swift
[90/866] Compiling JMESPath Runtime.swift
[91/867] Emitting module RealModule
[92/867] Compiling RealModule RealFunctions.swift
[93/867] Compiling JMESPath Expression.swift
[94/867] Compiling JMESPath Functions.swift
[95/867] Compiling JMESPath Parser.swift
[98/867] Compiling RealModule Float16+Real.swift
[99/867] Compiling RealModule Float80+Real.swift
[100/867] Compiling RealModule Real.swift
[101/867] Compiling _NIODataStructures PriorityQueue.swift
[102/867] Compiling _NIODataStructures _TinyArray.swift
[104/891] Emitting module _NIODataStructures
[105/891] Compiling Logging Locks.swift
[106/891] Compiling _NIODataStructures Heap.swift
[107/893] Compiling Logging LogHandler.swift
[108/893] Compiling Logging Logging.swift
[109/893] Compiling Logging MetadataProvider.swift
[110/895] Compiling Instrumentation NoOpInstrument.swift
[111/895] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[112/895] Compiling InternalCollectionsUtilities Specialize.swift
[113/895] Compiling Instrumentation MultiplexInstrument.swift
[115/897] Emitting module Instrumentation
[116/897] Write sources
[118/897] Compiling InternalCollectionsUtilities _SortedCollection.swift
[119/897] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[120/897] Compiling InternalCollectionsUtilities Debugging.swift
[121/897] Compiling InternalCollectionsUtilities Descriptions.swift
[122/897] Compiling Instrumentation Instrument.swift
[123/897] Compiling Instrumentation InstrumentationSystem.swift
[124/897] Compiling Instrumentation Locks.swift
[126/898] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[127/898] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[128/899] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[129/899] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[130/899] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[131/900] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[132/900] Compiling InternalCollectionsUtilities Integer rank.swift
[133/900] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[134/901] Emitting module INIParser
[135/901] Compiling INIParser INIParser.swift
[137/902] Emitting module InternalCollectionsUtilities
[138/902] Compiling InternalCollectionsUtilities UInt+reversed.swift
[139/902] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[140/902] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[141/902] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[142/903] Emitting module CoreMetrics
[144/911] Compiling Tracing InstrumentationSystem+Tracing.swift
[145/911] Compiling Tracing TracingTime.swift
[146/911] Compiling SotoXML XMLDecoder.swift
[148/911] Compiling SotoXML XMLEncoder.swift
[150/911] Compiling JMESPath Variable.swift
[151/911] Compiling SotoXML Expat.swift
[152/911] Compiling SotoXML XML.swift
[152/912] Compiling ssl_key_share.cc
error: emit-module command failed with exit code 1 (use -v to see invocation)
[154/912] 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 = {
[155/912] 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 = {
[156/912] Compiling CoreMetrics Locks.swift
[156/912] Compiling ssl_credential.cc
[156/912] Compiling ssl_file.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.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/11] Write swift-version-24593BA9C3E375BF.txt
[2/72] Emitting module Mustache
[3/74] Compiling Logging MetadataProvider.swift
[4/74] Compiling SotoSmithy SelectorParser.swift
[5/74] Compiling SotoSmithy AggregateShapes.swift
[6/74] Compiling SotoSmithy ApplyShape.swift
[7/74] Emitting module Logging
[8/74] Compiling Logging Locks.swift
[9/74] Compiling SotoSmithy SingleValueTrait.swift
[10/74] Compiling SotoSmithy StaticTrait.swift
[11/74] Compiling SotoSmithy Trait.swift
[12/74] Compiling SotoSmithy TraitList.swift
[13/74] Compiling SotoSmithy AuthenticationTraits.swift
[14/79] Compiling ArgumentParserToolInfo ToolInfo.swift
[15/79] Emitting module ArgumentParserToolInfo
[17/79] Compiling Mustache Template.swift
[18/79] Compiling Mustache Transform.swift
[19/79] Compiling SotoSmithy Smithy.swift
[20/79] Compiling SotoSmithy Parser.swift
[21/79] Compiling SotoSmithy BasicSelectors.swift
[22/79] Compiling SotoSmithy DecodableSelector.swift
[23/79] Compiling SotoSmithy Smithy+Parse.swift
[24/79] Compiling SotoSmithy TokenParser.swift
[25/79] Compiling SotoSmithy Tokenizer.swift
[26/79] Compiling SotoSmithy Document.swift
[27/79] Compiling SotoSmithy Errors.swift
[28/79] Compiling SotoSmithy Model.swift
[29/79] Compiling SotoSmithy ShapeId.swift
[30/79] Compiling SotoSmithy LogicalSelectors.swift
[31/79] Compiling SotoSmithy Selector.swift
[33/79] Compiling Logging LogHandler.swift
[34/79] Compiling Logging Logging.swift
[35/80] Emitting module SotoSmithy
[42/117] Compiling ArgumentParser UsageGenerator.swift
[43/117] Compiling ArgumentParser OptionGroup.swift
[44/117] Compiling ArgumentParser AsyncParsableCommand.swift
[45/117] Compiling ArgumentParser CommandConfiguration.swift
[46/117] Compiling ArgumentParser CommandGroup.swift
[47/117] Compiling ArgumentParser ArgumentHelp.swift
[48/117] Compiling ArgumentParser ArgumentDefinition.swift
[49/117] Compiling ArgumentParser ArgumentSet.swift
[50/117] Compiling ArgumentParser CommandParser.swift
[51/117] Compiling ArgumentParser InputKey.swift
[52/117] Compiling ArgumentParser InputOrigin.swift
[53/117] Compiling ArgumentParser EnumerableFlag.swift
[54/117] Compiling SotoSmithy SuppressTrait.swift
[55/117] Compiling SotoSmithy TypeRefinementTraits.swift
[56/117] Compiling SotoSmithy WaitersTraits.swift
[57/117] Compiling SotoSmithy XmlBindingTraits.swift
[58/117] Compiling ArgumentParser ArgumentVisibility.swift
[59/117] Compiling ArgumentParser CompletionKind.swift
[60/117] Compiling ArgumentParser Errors.swift
[61/117] Compiling ArgumentParser Flag.swift
[62/117] Compiling ArgumentParser NameSpecification.swift
[63/117] Compiling ArgumentParser Option.swift
[64/117] Compiling ArgumentParser ExpressibleByArgument.swift
[65/117] Compiling ArgumentParser ParsableArguments.swift
[66/117] Compiling ArgumentParser ParsableArgumentsValidation.swift
[67/117] Compiling ArgumentParser ParsableCommand.swift
[68/117] Compiling ArgumentParser SplitArguments.swift
[69/117] Compiling ArgumentParser DumpHelpGenerator.swift
[70/117] Compiling ArgumentParser HelpCommand.swift
[71/117] Compiling ArgumentParser HelpGenerator.swift
[72/117] Compiling ArgumentParser MessageInfo.swift
[73/118] Emitting module ArgumentParser
[75/130] Compiling ArgumentParser BashCompletionsGenerator.swift
[76/130] Compiling ArgumentParser CompletionsGenerator.swift
[77/130] Compiling ArgumentParser FishCompletionsGenerator.swift
[78/130] Compiling ArgumentParser ZshCompletionsGenerator.swift
[79/130] Compiling ArgumentParser Argument.swift
[81/130] Compiling ArgumentParser CollectionExtensions.swift
[82/130] Compiling ArgumentParser Platform.swift
[83/130] Compiling ArgumentParser SequenceExtensions.swift
[84/130] Compiling ArgumentParser StringExtensions.swift
[85/130] Compiling ArgumentParser Tree.swift
[86/130] Compiling SotoSmithyAWS Smithy.swift
[87/131] Emitting module SotoSmithyAWS
[88/131] Compiling SotoSmithyAWS AwsProtocolTraits.swift
[89/131] Compiling SotoSmithyAWS AwsIAMTraits.swift
[95/131] Compiling ArgumentParser Name.swift
[96/131] Compiling ArgumentParser Parsed.swift
[97/131] Compiling ArgumentParser ParsedValues.swift
[98/131] Compiling ArgumentParser ParserError.swift
[105/131] Compiling SotoSmithyAWS AwsS3Traits.swift
[106/131] Compiling SotoSmithyAWS AwsCloudFormationTraits.swift
[107/131] Compiling SotoSmithyAWS AwsAuthenticationTraits.swift
[108/131] Compiling SotoSmithyAWS AwsApiGatewayTraits.swift
[109/131] Compiling SotoSmithyAWS AwsCoreTraits.swift
[121/132] Compiling ArgumentParser ArgumentDecoder.swift
[128/153] Compiling SotoCodeGeneratorLib error.swift
[129/153] Compiling SotoCodeGeneratorLib header.swift
[130/153] Compiling SotoCodeGeneratorLib paginators.swift
[131/153] Compiling SotoCodeGeneratorLib comment.swift
[132/153] Compiling SotoCodeGeneratorLib enum.swift
[133/153] Compiling SotoCodeGeneratorLib enumWithValues.swift
[134/156] Compiling SotoCodeGeneratorLib shapes.swift
[135/156] Compiling SotoCodeGeneratorLib struct.swift
[136/156] Compiling SotoCodeGeneratorLib waiters.swift
[137/156] Compiling SotoCodeGeneratorLib String.swift
[138/156] Compiling SotoCodeGeneratorLib Templates.swift
[139/156] Compiling SotoCodeGeneratorLib api.swift
[140/156] Compiling SotoCodeGeneratorLib Glob.swift
[141/156] Compiling SotoCodeGeneratorLib Model+Patch.swift
[142/156] Compiling SotoCodeGeneratorLib Patch.swift
[143/156] Compiling SotoCodeGeneratorLib Smithy+CodeGeneration.swift
[144/156] Compiling SotoCodeGeneratorLib SotoCodeGen.swift
[145/156] Compiling SotoCodeGeneratorLib SotoTraits.swift
[146/156] Emitting module SotoCodeGeneratorLib
[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
Build of product 'SotoCodeGenerator' complete! (14.72s)
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin SotoCodeGeneratorPlugin
Building for debugging...
[2/751] Compiling fiat_curve25519_adx_square.S
[3/751] Compiling fiat_p256_adx_mul.S
[4/751] Compiling fiat_curve25519_adx_mul.S
[5/751] Compiling fiat_p256_adx_sqr.S
[6/751] Compiling md5-x86_64-linux.S
[7/751] Compiling CCryptoBoringSSLShims shims.c
[8/751] Write swift-version-24593BA9C3E375BF.txt
[9/751] Compiling ssl_file.cc
[10/751] Compiling ssl_cipher.cc
[11/751] Compiling ssl_credential.cc
[12/755] Compiling ssl_buffer.cc
[13/755] Compiling ssl_cert.cc
[15/765] Emitting module _NIODataStructures
[16/765] Compiling _NIODataStructures Heap.swift
[17/767] Compiling _NIODataStructures PriorityQueue.swift
[18/767] Compiling _NIODataStructures _TinyArray.swift
[19/768] Compiling ServiceContextModule ServiceContextKey.swift
[20/768] Emitting module ServiceContextModule
[21/768] Compiling ServiceContextModule ServiceContext.swift
[22/769] Emitting module _NIOBase64
[23/769] Compiling _NIOBase64 Base64.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[24/770] 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 = {
[25/770] 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 = {
[27/770] Compiling c-nioatomics.c
[28/770] Generating code for s3.json
[28/770] Compiling c-atomics.c
BUILD FAILURE 6.0 linux