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 Wasm on 29 May 2025 22:51:07 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 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:         wasm
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-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/giginet/scipio-cache-storage.git
Fetching https://github.com/soto-project/soto-core.git
[1/41] Fetching scipio-cache-storage
Fetching https://github.com/soto-project/soto-codegenerator
Fetched https://github.com/giginet/scipio-cache-storage.git from cache (0.18s)
[1/3534] Fetching soto-codegenerator
[1344/59864] Fetching soto-codegenerator, soto-core
Fetched https://github.com/soto-project/soto-codegenerator from cache (2.45s)
Fetched https://github.com/soto-project/soto-core.git from cache (4.25s)
Computing version for https://github.com/giginet/scipio-cache-storage.git
Computed https://github.com/giginet/scipio-cache-storage.git at 1.0.0 (4.80s)
Computing version for https://github.com/soto-project/soto-core.git
Computed https://github.com/soto-project/soto-core.git at 7.7.1 (3.10s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/adam-fowler/jmespath.swift.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/swift-server/async-http-client.git
[1/658] Fetching jmespath.swift
[659/2864] Fetching jmespath.swift, swift-metrics
[902/6700] Fetching jmespath.swift, swift-metrics, swift-log
[4118/9367] Fetching jmespath.swift, swift-metrics, swift-log, swift-nio-transport-services
[9368/24210] Fetching jmespath.swift, swift-metrics, swift-log, swift-nio-transport-services, swift-nio-ssl
[9665/38224] Fetching jmespath.swift, swift-metrics, swift-log, swift-nio-transport-services, swift-nio-ssl, async-http-client
Fetched https://github.com/apple/swift-log.git from cache (0.61s)
[12796/34388] Fetching jmespath.swift, swift-metrics, swift-nio-transport-services, swift-nio-ssl, async-http-client
Fetching https://github.com/apple/swift-distributed-tracing.git
[24296/39362] Fetching jmespath.swift, swift-metrics, swift-nio-transport-services, swift-nio-ssl, async-http-client, swift-distributed-tracing
Fetched https://github.com/adam-fowler/jmespath.swift.git from cache (2.51s)
Fetched https://github.com/apple/swift-metrics.git from cache (2.51s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.90s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (2.51s)
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/swift-server/async-http-client.git from cache (2.52s)
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.54s)
[1/1710] Fetching swift-atomics
[1711/15646] Fetching swift-atomics, swift-crypto
[3663/91754] Fetching swift-atomics, swift-crypto, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (0.62s)
[6733/90044] Fetching swift-crypto, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (2.28s)
[52515/76108] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.87s)
Computing version for https://github.com/adam-fowler/jmespath.swift.git
Computed https://github.com/adam-fowler/jmespath.swift.git at 1.0.3 (10.39s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.49s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.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.25s)
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.95s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.99s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[4392/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.30s)
Fetched https://github.com/apple/swift-collections.git from cache (1.33s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.85s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.66s)
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.48s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-algorithms.git
[1/5914] Fetching swift-nio-extras
[4437/11873] Fetching swift-nio-extras, swift-algorithms
[9491/23400] Fetching swift-nio-extras, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-algorithms.git from cache (0.45s)
[8566/17441] Fetching swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.22s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.22s)
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 (1.85s)
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.65s)
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.75s)
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-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/1590] Fetching swift-asn1
[431/2494] Fetching swift-asn1, swift-http-types
[2495/7479] Fetching swift-asn1, swift-http-types, swift-async-algorithms
[2894/9905] Fetching swift-asn1, swift-http-types, swift-async-algorithms, swift-service-lifecycle
[6413/16060] Fetching swift-asn1, swift-http-types, swift-async-algorithms, swift-service-lifecycle, swift-certificates
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetched https://github.com/apple/swift-http-types.git from cache (0.44s)
[11156/15156] Fetching swift-asn1, swift-async-algorithms, swift-service-lifecycle, swift-certificates
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.53s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.55s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.65s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.66s)
[1/1141] Fetching swift-http-structured-headers
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.40s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.64s)
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.68s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (5.20s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (2.38s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.95s)
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.40s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.95s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.00s)
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 (0.53s)
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 (0.45s)
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/3651] Fetching soto-smithy, swift-mustache
Fetched https://github.com/soto-project/soto-smithy.git from cache (0.27s)
Fetched https://github.com/hummingbird-project/swift-mustache.git from cache (0.28s)
[1/15379] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.93s)
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.48s)
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.59s)
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.57s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.47s)
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-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-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-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-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/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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.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.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-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.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.7.1
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-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-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-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/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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.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-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-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-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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.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.26.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-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-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/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
[0/19] Write sources
[8/19] Write swift-version-24593BA9C3E375BF.txt
[10/80] Emitting module ArgumentParserToolInfo
[11/80] Emitting module Mustache
[12/82] Compiling Mustache Template.swift
[13/82] Compiling Mustache Transform.swift
[14/82] Compiling ArgumentParserToolInfo ToolInfo.swift
[15/83] Compiling Mustache Library.swift
[16/83] Compiling Mustache Mirror.swift
[17/83] Compiling Mustache CustomRenderable.swift
[20/83] Compiling Mustache Parent.swift
[21/83] Compiling Mustache Parser.swift
[22/88] Compiling SotoSmithy HttpProtocolComplianceTraits.swift
[23/88] Compiling SotoSmithy MqttProtocolBindingTraits.swift
[24/88] Compiling SotoSmithy ProtocolTraits.swift
[25/88] Compiling SotoSmithy ResourceTraits.swift
[26/88] Compiling SotoSmithy RulesTraits.swift
[27/88] Wrapping AST for ArgumentParserToolInfo for debugging
[29/126] Compiling ArgumentParser SplitArguments.swift
[30/126] Compiling ArgumentParser DumpHelpGenerator.swift
[31/126] Compiling ArgumentParser HelpCommand.swift
[32/126] Compiling ArgumentParser HelpGenerator.swift
[33/126] Compiling ArgumentParser MessageInfo.swift
[34/126] Compiling ArgumentParser ArgumentDecoder.swift
[35/126] Compiling ArgumentParser ArgumentDefinition.swift
[36/126] Compiling ArgumentParser ArgumentSet.swift
[37/126] Compiling ArgumentParser CommandParser.swift
[38/126] Compiling ArgumentParser InputKey.swift
[39/126] Compiling ArgumentParser NameSpecification.swift
[40/126] Compiling ArgumentParser Option.swift
[41/126] Compiling ArgumentParser OptionGroup.swift
[42/126] Compiling ArgumentParser AsyncParsableCommand.swift
[43/126] Compiling ArgumentParser CommandConfiguration.swift
[44/126] Compiling Logging MetadataProvider.swift
[45/126] Emitting module Logging
[46/126] Compiling Logging Logging.swift
[47/126] Compiling Logging LogHandler.swift
[48/126] Compiling Logging Locks.swift
[50/127] Compiling ArgumentParser Errors.swift
[51/127] Compiling ArgumentParser Flag.swift
[52/127] Compiling ArgumentParser UsageGenerator.swift
[53/127] Compiling SotoSmithy SuppressTrait.swift
[54/127] Compiling SotoSmithy TypeRefinementTraits.swift
[55/127] Compiling SotoSmithy WaitersTraits.swift
[56/127] Compiling SotoSmithy XmlBindingTraits.swift
[56/127] Wrapping AST for Logging for debugging
[63/127] Compiling ArgumentParser CommandGroup.swift
[64/127] Compiling ArgumentParser BashCompletionsGenerator.swift
[65/127] Compiling ArgumentParser CompletionsGenerator.swift
[66/127] Compiling ArgumentParser FishCompletionsGenerator.swift
[67/127] Compiling ArgumentParser ZshCompletionsGenerator.swift
[68/127] Compiling ArgumentParser Argument.swift
[74/127] Compiling ArgumentParser ArgumentHelp.swift
[76/128] Compiling ArgumentParser EnumerableFlag.swift
[77/128] Compiling ArgumentParser ExpressibleByArgument.swift
[78/128] Compiling ArgumentParser ParsableArguments.swift
[79/128] Compiling ArgumentParser ParsableArgumentsValidation.swift
[80/128] Compiling ArgumentParser ParsableCommand.swift
[81/128] Emitting module SotoSmithy
[84/129] Compiling ArgumentParser ArgumentVisibility.swift
[85/129] Compiling ArgumentParser CompletionKind.swift
[90/134] Compiling ArgumentParser Name.swift
[91/134] Compiling ArgumentParser Parsed.swift
[92/134] Compiling ArgumentParser ParsedValues.swift
[93/134] Compiling ArgumentParser ParserError.swift
[94/134] Wrapping AST for SotoSmithy for debugging
[100/134] Wrapping AST for Mustache for debugging
[108/142] Emitting module ArgumentParser
[109/142] Compiling SotoSmithyAWS AwsProtocolTraits.swift
[115/143] Compiling SotoSmithyAWS AwsS3Traits.swift
[116/143] Compiling ArgumentParser CollectionExtensions.swift
[117/143] Compiling ArgumentParser Platform.swift
[118/143] Compiling ArgumentParser SequenceExtensions.swift
[119/143] Compiling ArgumentParser StringExtensions.swift
[120/143] Compiling ArgumentParser Tree.swift
[130/143] Compiling ArgumentParser InputOrigin.swift
[131/144] Wrapping AST for ArgumentParser for debugging
[133/144] Compiling SotoSmithyAWS AwsIAMTraits.swift
[134/144] Compiling SotoSmithyAWS AwsCloudFormationTraits.swift
[135/144] Compiling SotoSmithyAWS AwsAuthenticationTraits.swift
[136/144] Compiling SotoSmithyAWS AwsApiGatewayTraits.swift
[137/144] Emitting module SotoSmithyAWS
[138/144] Compiling SotoSmithyAWS Smithy.swift
[139/144] Compiling SotoSmithyAWS AwsCoreTraits.swift
[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/170] Compiling SotoCodeGeneratorLib comment.swift
[146/170] Compiling SotoCodeGeneratorLib enum.swift
[147/170] Compiling SotoCodeGeneratorLib enumWithValues.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] Emitting module SotoCodeGeneratorLib
[155/170] Compiling SotoCodeGeneratorLib Smithy+CodeGeneration.swift
[156/170] Compiling SotoCodeGeneratorLib SotoCodeGen.swift
[157/170] Compiling SotoCodeGeneratorLib SotoTraits.swift
[158/170] Compiling SotoCodeGeneratorLib Glob.swift
[159/170] Compiling SotoCodeGeneratorLib Model+Patch.swift
[160/170] Compiling SotoCodeGeneratorLib Patch.swift
[161/170] Compiling SotoCodeGeneratorLib AwsService.swift
[162/170] Compiling SotoCodeGeneratorLib ConfigFile.swift
[163/170] Compiling SotoCodeGeneratorLib Endpoints.swift
[164/170] Compiling SotoCodeGeneratorLib AwsService+paginators.swift
[165/170] Compiling SotoCodeGeneratorLib AwsService+shapes.swift
[166/170] Compiling SotoCodeGeneratorLib AwsService+waiters.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
[38/839] Compiling _AtomicsShims.c
[39/839] Compiling CSotoExpat xmltok_impl.c
[39/839] Write sources
[45/839] Compiling CSotoExpat xmltok_ns.c
[46/839] Compiling CNIOWindows shim.c
[47/839] Compiling CNIOWindows WSAStartup.c
[47/839] Compiling CNIOWASI CNIOWASI.c
[49/839] Compiling CSotoExpat xmlrole.c
[50/839] Compiling _NumericsShims _NumericsShims.c
[51/839] Compiling CNIOLinux liburing_shims.c
[52/839] Compiling CNIOLinux shim.c
[53/839] Compiling CNIOExtrasZlib empty.c
[54/839] Compiling CNIOLLHTTP c_nio_http.c
[55/839] Compiling CNIODarwin shim.c
[56/839] Compiling fiat_p256_adx_sqr.S
[57/839] Compiling fiat_p256_adx_mul.S
[58/839] Compiling CNIOLLHTTP c_nio_api.c
[59/839] Compiling fiat_curve25519_adx_square.S
[60/839] Compiling fiat_curve25519_adx_mul.S
[61/839] Write swift-version-24593BA9C3E375BF.txt
[62/839] Compiling CSotoExpat xmlparse.c
[63/839] Compiling CSotoExpat xmltok.c
[64/839] Compiling CNIOBoringSSLShims shims.c
[66/850] Emitting module _NIODataStructures
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls_method.cc:17:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
1 error generated.
[66/850] Compiling tls_method.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls_record.cc:19:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
1 error generated.
[66/850] Compiling tls_record.cc
[66/850] Compiling CNIOLLHTTP c_nio_llhttp.c
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_enc.cc:34:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
[66/850] Compiling tls13_enc.cc
[67/850] Emitting module _NIOBase64
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_server.cc:32:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
1[67/850] Compiling tls13_server.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/11] Write swift-version-24593BA9C3E375BF.txt
[2/72] Compiling Mustache ContentType.swift
[3/72] Compiling Mustache Context.swift
[4/72] Compiling Mustache CustomRenderable.swift
[5/72] Compiling Mustache String.swift
[6/72] Compiling Mustache Template+FileSystem.swift
[7/74] Emitting module Mustache
[8/74] Compiling Logging MetadataProvider.swift
[9/74] Compiling Logging Locks.swift
[10/74] Compiling Mustache Parent.swift
[11/74] Compiling Mustache Parser.swift
[12/74] Compiling Mustache Sequence.swift
[13/74] Compiling Mustache SequenceContext.swift
[14/74] Compiling Mustache Library.swift
[15/74] Compiling Mustache Mirror.swift
[16/74] Compiling Mustache Deprecations.swift
[17/74] Compiling Mustache Lambda.swift
[18/74] Compiling Mustache Library+FileSystem.swift
[19/74] Emitting module SotoSmithy
[20/77] Emitting module ArgumentParserToolInfo
[21/77] Compiling ArgumentParserToolInfo ToolInfo.swift
[22/79] Compiling Mustache Template.swift
[23/80] Compiling Mustache Transform.swift
[25/79] Compiling Mustache Template+Parser.swift
[26/79] Compiling Mustache Template+Render.swift
[28/80] Compiling Logging LogHandler.swift
[29/80] Emitting module Logging
[30/80] Compiling Logging Logging.swift
[32/117] Compiling ArgumentParser UsageGenerator.swift
[33/117] Compiling ArgumentParser Name.swift
[34/117] Compiling ArgumentParser Parsed.swift
[35/117] Compiling ArgumentParser ParsedValues.swift
[36/117] Compiling ArgumentParser ParserError.swift
[37/117] Compiling ArgumentParser SplitArguments.swift
[38/117] Compiling SotoSmithy SuppressTrait.swift
[39/117] Compiling SotoSmithy TypeRefinementTraits.swift
[40/117] Compiling SotoSmithy WaitersTraits.swift
[41/117] Compiling SotoSmithy XmlBindingTraits.swift
[42/117] Compiling ArgumentParser ArgumentDecoder.swift
[43/117] Compiling ArgumentParser ArgumentDefinition.swift
[44/117] Compiling ArgumentParser ArgumentSet.swift
[45/117] Compiling ArgumentParser CommandParser.swift
[46/117] Compiling ArgumentParser InputKey.swift
[47/117] Compiling ArgumentParser InputOrigin.swift
[48/117] Compiling ArgumentParser DumpHelpGenerator.swift
[49/117] Compiling ArgumentParser HelpCommand.swift
[50/117] Compiling ArgumentParser HelpGenerator.swift
[51/117] Compiling ArgumentParser MessageInfo.swift
[52/117] Emitting module ArgumentParser
[53/117] Compiling ArgumentParser EnumerableFlag.swift
[54/117] Compiling ArgumentParser ExpressibleByArgument.swift
[55/117] Compiling ArgumentParser ParsableArguments.swift
[56/117] Compiling ArgumentParser ParsableArgumentsValidation.swift
[57/117] Compiling ArgumentParser ParsableCommand.swift
[58/122] Compiling ArgumentParser ArgumentVisibility.swift
[59/122] Compiling ArgumentParser CompletionKind.swift
[60/122] Compiling ArgumentParser Errors.swift
[61/122] Compiling ArgumentParser Flag.swift
[62/122] Compiling ArgumentParser NameSpecification.swift
[63/122] Compiling ArgumentParser Option.swift
[64/122] Compiling ArgumentParser OptionGroup.swift
[65/122] Compiling ArgumentParser AsyncParsableCommand.swift
[66/122] Compiling ArgumentParser CommandConfiguration.swift
[67/122] Compiling ArgumentParser CommandGroup.swift
[68/122] Compiling ArgumentParser BashCompletionsGenerator.swift
[69/122] Compiling ArgumentParser CompletionsGenerator.swift
[70/122] Compiling ArgumentParser FishCompletionsGenerator.swift
[71/122] Compiling ArgumentParser ZshCompletionsGenerator.swift
[72/122] Compiling ArgumentParser Argument.swift
[73/122] Compiling ArgumentParser ArgumentHelp.swift
[80/130] Compiling SotoSmithyAWS AwsIAMTraits.swift
[81/131] Emitting module SotoSmithyAWS
[82/131] Compiling SotoSmithyAWS AwsS3Traits.swift
[83/131] Compiling SotoSmithyAWS Smithy.swift
[84/131] Compiling SotoSmithyAWS AwsApiGatewayTraits.swift
[85/131] Compiling SotoSmithyAWS AwsProtocolTraits.swift
[86/131] Compiling ArgumentParser CollectionExtensions.swift
[87/131] Compiling ArgumentParser Platform.swift
[88/131] Compiling ArgumentParser SequenceExtensions.swift
[89/131] Compiling ArgumentParser StringExtensions.swift
[90/131] Compiling ArgumentParser Tree.swift
[108/131] Compiling SotoSmithyAWS AwsCloudFormationTraits.swift
[109/131] Compiling SotoSmithyAWS AwsAuthenticationTraits.swift
[110/131] Compiling SotoSmithyAWS AwsCoreTraits.swift
[128/153] Compiling SotoCodeGeneratorLib comment.swift
[129/153] Compiling SotoCodeGeneratorLib enum.swift
[130/153] Compiling SotoCodeGeneratorLib enumWithValues.swift
[131/153] Compiling SotoCodeGeneratorLib error.swift
[132/153] Compiling SotoCodeGeneratorLib header.swift
[133/153] Compiling SotoCodeGeneratorLib paginators.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] Compiling SotoCodeGenerator SotoCodeGenerator.swift
[155/158] Emitting module SotoCodeGenerator
[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/776] Write sources
[3/777] Compiling fiat_curve25519_adx_square.S
[4/777] Compiling fiat_p256_adx_sqr.S
[5/777] Compiling fiat_p256_adx_mul.S
[6/777] Compiling fiat_curve25519_adx_mul.S
[7/777] Compiling md5-x86_64-linux.S
[8/777] Write swift-version-24593BA9C3E375BF.txt
[9/777] Compiling CCryptoBoringSSLShims shims.c
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls_record.cc:19:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
1 error generated.
[10/781] Compiling tls_record.cc
[10/781] Compiling c-atomics.c
[10/781] Compiling tls13_enc.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls_method.cc:17:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
[10/781] Compiling tls_method.cc
[10/781] Compiling CNIOLLHTTP c_nio_llhttp.c
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_server.cc:32:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
[10/781] Compiling tls13_server.cc
[10/781] Compiling c-nioatomics.c
BUILD FAILURE 6.1 wasm