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 soto-s3-file-transfer, reference main (629e96), with Swift 6.1 for Wasm on 18 Oct 2025 15:48:50 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/soto-project/soto-s3-file-transfer.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/soto-project/soto-s3-file-transfer
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 629e964 Changes for S3 expires header change (#54)
Cloned https://github.com/soto-project/soto-s3-file-transfer.git
Revision (git rev-parse @):
629e964a82064306cd25ca96e312cfbd1369abb6
SUCCESS checkout https://github.com/soto-project/soto-s3-file-transfer.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/soto-project/soto-s3-file-transfer.git
https://github.com/soto-project/soto-s3-file-transfer.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "soto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.10.0",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/soto-project/soto.git"
    },
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "soto-s3-file-transfer",
  "name" : "soto-s3-file-transfer",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "SotoS3FileTransfer",
      "targets" : [
        "SotoS3FileTransfer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5",
    "6"
  ],
  "targets" : [
    {
      "c99name" : "SotoS3FileTransferTests",
      "module_type" : "SwiftTarget",
      "name" : "SotoS3FileTransferTests",
      "path" : "Tests/SotoS3FileTransferTests",
      "product_dependencies" : [
        "Atomics"
      ],
      "sources" : [
        "S3FileTransferManagerTests.swift",
        "S3PathTests.swift",
        "TestEnvironment.swift"
      ],
      "target_dependencies" : [
        "SotoS3FileTransfer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SotoS3FileTransfer",
      "module_type" : "SwiftTarget",
      "name" : "SotoS3FileTransfer",
      "path" : "Sources/SotoS3FileTransfer",
      "product_dependencies" : [
        "SotoS3",
        "Logging"
      ],
      "product_memberships" : [
        "SotoS3FileTransfer"
      ],
      "sources" : [
        "FolderUploadProgress.swift",
        "ReportSizeByteBufferSequence.swift",
        "S3FileTransferManager+options.swift",
        "S3FileTransferManager.swift",
        "S3Path.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/soto-project/soto.git
[1/1820] Fetching swift-atomics
[92/5771] Fetching swift-atomics, swift-log
[5772/148056] Fetching swift-atomics, swift-log, soto
Fetched https://github.com/apple/swift-atomics.git from cache (145.31s)
Fetched https://github.com/apple/swift-log.git from cache (145.32s)
Fetched https://github.com/soto-project/soto.git from cache (146.42s)
Computing version for https://github.com/soto-project/soto.git
Computed https://github.com/soto-project/soto.git at 7.10.0 (160.94s)
Fetching https://github.com/soto-project/soto-core.git
[1/61822] Fetching soto-core
Fetched https://github.com/soto-project/soto-core.git from cache (4.80s)
Computing version for https://github.com/soto-project/soto-core.git
Computed https://github.com/soto-project/soto-core.git at 7.9.0 (6.11s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/jmespath/jmespath.swift.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/653] Fetching jmespath.swift
[615/3183] Fetching jmespath.swift, swift-service-lifecycle
[666/5570] Fetching jmespath.swift, swift-service-lifecycle, swift-metrics
[4186/19943] Fetching jmespath.swift, swift-service-lifecycle, swift-metrics, async-http-client
[6251/35071] Fetching jmespath.swift, swift-service-lifecycle, swift-metrics, async-http-client, swift-nio-ssl
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.92s)
Fetching https://github.com/apple/swift-distributed-tracing.git
[5506/32541] Fetching jmespath.swift, swift-metrics, async-http-client, swift-nio-ssl
[16203/35312] Fetching jmespath.swift, swift-metrics, async-http-client, swift-nio-ssl, swift-nio-transport-services
[17114/40765] Fetching jmespath.swift, swift-metrics, async-http-client, swift-nio-ssl, swift-nio-transport-services, swift-distributed-tracing
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.94s)
[24260/37994] Fetching jmespath.swift, swift-metrics, async-http-client, swift-nio-ssl, swift-distributed-tracing
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.48s)
Fetching https://github.com/apple/swift-nio.git
[22367/32541] Fetching jmespath.swift, swift-metrics, async-http-client, swift-nio-ssl
[24486/49772] Fetching jmespath.swift, swift-metrics, async-http-client, swift-nio-ssl, swift-crypto
[30121/129134] Fetching jmespath.swift, swift-metrics, async-http-client, swift-nio-ssl, swift-crypto, swift-nio
Fetched https://github.com/apple/swift-metrics.git from cache (5.78s)
Fetched https://github.com/swift-server/async-http-client.git from cache (5.79s)
Fetched https://github.com/jmespath/jmespath.swift.git from cache (5.79s)
[27031/111721] Fetching swift-nio-ssl, swift-crypto, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (5.85s)
[13201/96593] Fetching swift-crypto, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (5.76s)
[44443/79362] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (13.23s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.9.0 (16.71s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/5633] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.73s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (2.05s)
Fetching https://github.com/apple/swift-collections.git
[1/18208] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.14s)
Computing version for https://github.com/jmespath/jmespath.swift.git
Computed https://github.com/jmespath/jmespath.swift.git at 1.0.3 (6.48s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.09s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (1.11s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.1 (1.16s)
Fetching https://github.com/apple/swift-service-context.git
[1/1141] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.46s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (1.58s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.57s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.29.0 (1.14s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/6182] Fetching swift-nio-extras
[496/17882] Fetching swift-nio-extras, swift-nio-http2
[744/23875] Fetching swift-nio-extras, swift-nio-http2, swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.99s)
[8873/17882] Fetching swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.02s)
[2808/11700] Fetching swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.48s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (3.54s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.2 (0.99s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.09s)
Fetching https://github.com/apple/swift-numerics.git
[1/6377] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.75s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (2.12s)
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/924] Fetching swift-http-types
[925/2122] Fetching swift-http-types, swift-http-structured-headers
[997/3775] Fetching swift-http-types, swift-http-structured-headers, swift-asn1
[1508/10434] Fetching swift-http-types, swift-http-structured-headers, swift-asn1, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.95s)
[4509/9236] Fetching swift-http-types, swift-asn1, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (1.36s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.38s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.38s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.0 (6.66s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.0 (1.14s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.97s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.5.0 (1.05s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.35.0 (1.08s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.87.0 (1.94s)
Fetching https://github.com/apple/swift-system.git
[1/5057] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.79s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.15.0 (2.22s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.34s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.0.0 (3.53s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.1 (1.66s)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.0.0
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.29.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.5.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.9.0
Creating working copy for https://github.com/soto-project/soto.git
Working copy of https://github.com/soto-project/soto.git resolved at 7.10.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.29.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.3.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.5.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.4
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.15.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.38.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-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.3.1
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.5.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.9.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.25.2
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.1
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.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.35.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.87.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/jmespath/jmespath.swift.git
Working copy of https://github.com/jmespath/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.6.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Building for debugging...
[0/838] Write sources
[29/838] Compiling CSotoExpat xmltok_impl.c
[29/838] Compiling CSotoExpat xmltok_ns.c
[31/838] Compiling _AtomicsShims.c
[32/838] Write sources
[42/838] Compiling CNIOWindows shim.c
[43/838] Compiling _NumericsShims _NumericsShims.c
[44/838] Compiling CSotoExpat xmlrole.c
[44/838] Compiling CXKCPShims shims.c
[44/838] Compiling SimpleFIPS202.c
[47/838] Compiling _CWASI _CWASI.c
[48/838] Compiling KeccakSponge.c
[49/838] Compiling CNIOWindows WSAStartup.c
[50/838] Compiling CNIOWASI CNIOWASI.c
[51/838] Compiling KeccakHash.c
[52/838] Compiling CNIOPosix event_loop_id.c
[53/838] Compiling CNIOLinux shim.c
[54/838] Compiling CNIOLinux liburing_shims.c
[55/838] Compiling CNIOLLHTTP c_nio_http.c
[55/838] Compiling CNIOExtrasZlib empty.c
[57/838] Compiling CNIODarwin shim.c
[58/838] Compiling CNIOLLHTTP c_nio_api.c
[59/838] Write swift-version-24593BA9C3E375BF.txt
[60/838] Compiling fiat_p256_adx_sqr.S
[61/838] Compiling fiat_p256_adx_mul.S
[62/838] Compiling fiat_curve25519_adx_square.S
[63/838] Compiling CSotoExpat xmltok.c
[63/838] Compiling CSotoExpat xmlparse.c
[65/847] Compiling CNIOBoringSSLShims shims.c
[67/868] Emitting module ServiceContextModule
[68/868] Emitting module Logging
[68/868] Compiling CNIOLLHTTP c_nio_llhttp.c
[70/879] Compiling _NIODataStructures _TinyArray.swift
[71/879] Compiling RealModule RealFunctions.swift
[72/879] Compiling ServiceContextModule ServiceContextKey.swift
[73/880] Compiling _NIODataStructures PriorityQueue.swift
[74/880] Compiling RealModule RelaxedArithmetic.swift
[75/880] Emitting module RealModule
error: emit-module command failed with exit code 1 (use -v to see invocation)
[76/880] Emitting module SotoXML
/host/spi-builder-workspace/.build/checkouts/soto-core/Sources/SotoXML/Expat.swift:36:8: error: Unsupported platform
 34 | import Android
 35 | #else
 36 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 37 | #endif
 38 |
[77/880] Compiling SotoXML Expat.swift
/host/spi-builder-workspace/.build/checkouts/soto-core/Sources/SotoXML/Expat.swift:36:8: error: Unsupported platform
 34 | import Android
 35 | #else
 36 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 37 | #endif
 38 |
[78/880] Emitting module _NIOBase64
[79/880] Compiling _NIOBase64 Base64.swift
[80/881] Compiling JMESPath Expression.swift
[81/881] Compiling JMESPath Functions.swift
[82/881] Compiling RealModule Float16+Real.swift
[83/881] Compiling RealModule Float80+Real.swift
[84/881] Compiling RealModule Real.swift
[85/881] Compiling JMESPath Ast.swift
[86/881] Compiling JMESPath Error.swift
[87/881] Compiling JMESPath Interpreter.swift
[88/881] Compiling JMESPath Lexer.swift
[89/881] Compiling Logging LogHandler.swift
[90/882] Compiling Logging Locks.swift
[92/882] Compiling ServiceContextModule ServiceContext.swift
[94/883] Compiling JMESPath Runtime.swift
[95/884] Compiling JMESPath Sendable.swift
[96/884] Compiling JMESPath Token.swift
[97/884] Emitting module JMESPath
[99/908] Compiling JMESPath Parser.swift
[100/908] Emitting module _NIODataStructures
[101/908] Compiling _NIODataStructures Heap.swift
[102/908] Compiling Instrumentation NoOpInstrument.swift
[103/909] Compiling Logging MetadataProvider.swift
[104/909] Compiling InternalCollectionsUtilities _SortedCollection.swift
[105/909] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[106/911] Compiling Logging Logging.swift
[107/912] Compiling Instrumentation Locks.swift
[108/912] Compiling Instrumentation MultiplexInstrument.swift
[109/912] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[110/912] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[111/912] Compiling Instrumentation Instrument.swift
[112/912] Compiling Instrumentation InstrumentationSystem.swift
[113/912] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[114/912] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[115/912] Emitting module Instrumentation
[117/913] Compiling InternalCollectionsUtilities Debugging.swift
[118/913] Compiling InternalCollectionsUtilities Descriptions.swift
[120/913] Emitting module INIParser
[121/913] Compiling INIParser INIParser.swift
[123/914] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[124/914] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[125/914] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[126/914] Compiling InternalCollectionsUtilities UInt+reversed.swift
[126/914] Compiling fiat_curve25519_adx_mul.S
[129/917] Compiling SotoXML XMLEncoder.swift
[130/920] Compiling SotoXML XML.swift
[131/920] Compiling SotoXML XMLDecoder.swift
[131/920] Compiling KeccakP-1600-opt64.c
[132/920] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[133/920] Compiling InternalCollectionsUtilities Integer rank.swift
[133/920] Compiling tls_record.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/771] Compiling fiat_p256_adx_sqr.S
[1/771] Compiling fiat_p256_adx_mul.S
[2/771] Compiling fiat_curve25519_adx_square.S
[2/771] Compiling fiat_curve25519_adx_mul.S
[4/771] Compiling CCryptoBoringSSLShims shims.c
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.
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.
[5/771] Compiling tls_record.cc
[5/771] Write swift-version-24593BA9C3E375BF.txt
[5/771] Compiling tls_method.cc
[5/771] Compiling KeccakP-1600-opt64.c
[5/771] Compiling c-nioatomics.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>
      |          ^~~~~~~~~~~
[5/771] Compiling tls13_enc.cc
[5/771] Compiling c-atomics.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>
      |          ^~~~~~~~~~~
[5/771] Compiling tls13_server.cc
BUILD FAILURE 6.1 wasm