The Swift Package Index logo.Swift Package Index

Build Information

Failed to build velox-serve, reference main (677cd7), with Swift 6.1 for Wasm on 29 May 2025 22:17:52 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/t089/velox-serve.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/t089/velox-serve
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 677cd7f adds simple query items api
Cloned https://github.com/t089/velox-serve.git
Revision (git rev-parse @):
677cd7f7bcf0a939c5deb72f2b64a122614f3277
SUCCESS checkout https://github.com/t089/velox-serve.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/t089/velox-serve.git
https://github.com/t089/velox-serve.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.52.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-nio-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-extras.git"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.9.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "package-benchmark",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ordo-one/package-benchmark"
    },
    {
      "identity" : "swift-service-lifecycle",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.6.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-service-lifecycle.git"
    },
    {
      "identity" : "swift-distributed-tracing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-distributed-tracing.git"
    }
  ],
  "manifest_display_name" : "velox-serve",
  "name" : "velox-serve",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "VeloxServe",
      "targets" : [
        "VeloxServe"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Example",
      "targets" : [
        "Example"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "VeloxBenchmarks",
      "targets" : [
        "VeloxBenchmarks"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VeloxServeTests",
      "module_type" : "SwiftTarget",
      "name" : "VeloxServeTests",
      "path" : "Tests/VeloxServeTests",
      "product_dependencies" : [
        "AsyncHTTPClient",
        "NIOHTTPTypes",
        "NIOHTTPTypesHTTP1"
      ],
      "sources" : [
        "velox_serveTests.swift"
      ],
      "target_dependencies" : [
        "VeloxServe"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VeloxServe",
      "module_type" : "SwiftTarget",
      "name" : "VeloxServe",
      "path" : "Sources/VeloxServe",
      "product_dependencies" : [
        "NIOCore",
        "NIOPosix",
        "NIOHTTP1",
        "Logging",
        "NIOExtras",
        "NIOHTTPTypes",
        "NIOHTTPTypesHTTP1",
        "ServiceLifecycle",
        "Instrumentation",
        "Tracing"
      ],
      "product_memberships" : [
        "VeloxServe",
        "Example",
        "VeloxBenchmarks"
      ],
      "sources" : [
        "ChannelHandlers/AutomaticContinueHandler.swift",
        "ChannelHandlers/ChannelQuiescingHandler.swift",
        "ChannelHandlers/OutboundHeaderHandler.swift",
        "Handler.swift",
        "InstrumentedHandler.swift",
        "QueryItems.swift",
        "RequestReader.swift",
        "ResponseWriter.swift",
        "UTCInstant.swift",
        "UserInfo.swift",
        "server.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "VeloxBenchmarks",
      "module_type" : "SwiftTarget",
      "name" : "VeloxBenchmarks",
      "path" : "Benchmarks/VeloxBenchmarks",
      "product_dependencies" : [
        "Benchmark",
        "AsyncHTTPClient",
        "BenchmarkPlugin"
      ],
      "product_memberships" : [
        "VeloxBenchmarks"
      ],
      "sources" : [
        "VeloxBenchmarks.swift"
      ],
      "target_dependencies" : [
        "VeloxServe"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Example",
      "module_type" : "SwiftTarget",
      "name" : "Example",
      "path" : "Sources/Example",
      "product_dependencies" : [
        "ArgumentParser",
        "ServiceLifecycle"
      ],
      "product_memberships" : [
        "Example"
      ],
      "sources" : [
        "example.swift"
      ],
      "target_dependencies" : [
        "VeloxServe"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/apple/swift-log.git
Fetching https://github.com/ordo-one/package-benchmark
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/5914] Fetching swift-nio-extras
[120/8340] Fetching swift-nio-extras, swift-service-lifecycle
[985/14283] Fetching swift-nio-extras, swift-service-lifecycle, package-benchmark
[3771/18119] Fetching swift-nio-extras, swift-service-lifecycle, package-benchmark, swift-log
[4196/23093] Fetching swift-nio-extras, swift-service-lifecycle, package-benchmark, swift-log, swift-distributed-tracing
[20985/37107] Fetching swift-nio-extras, swift-service-lifecycle, package-benchmark, swift-log, swift-distributed-tracing, async-http-client
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.59s)
[21664/31193] Fetching swift-service-lifecycle, package-benchmark, swift-log, swift-distributed-tracing, async-http-client
Fetching https://github.com/apple/swift-argument-parser
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.63s)
[22181/28767] Fetching package-benchmark, swift-log, swift-distributed-tracing, async-http-client
Fetched https://github.com/ordo-one/package-benchmark from cache (0.64s)
[16658/22824] Fetching swift-log, swift-distributed-tracing, async-http-client
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-log.git from cache (1.04s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.04s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.05s)
[1/15379] Fetching swift-argument-parser
[309/91487] Fetching swift-argument-parser, swift-nio
Fetched https://github.com/apple/swift-argument-parser from cache (1.11s)
[25116/76108] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.99s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (6.60s)
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.28s)
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.04s)
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.67s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4985] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.38s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.03s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.80s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (3.15s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.07s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (1.03s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (5.12s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[1143/6101] Fetching swift-system, swift-atomics
Fetched https://github.com/apple/swift-system.git from cache (0.81s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.87s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.18s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.80s)
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 (1.05s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/2667] Fetching swift-nio-transport-services
[828/8626] Fetching swift-nio-transport-services, swift-algorithms
[3384/20153] Fetching swift-nio-transport-services, swift-algorithms, swift-nio-http2
[4318/34996] Fetching swift-nio-transport-services, swift-algorithms, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.51s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.50s)
[5588/26370] Fetching swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.99s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.37s)
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 (4.08s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.71s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.49s)
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.88s)
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/1590] Fetching swift-asn1
[653/2494] Fetching swift-asn1, swift-http-types
[1244/3635] Fetching swift-asn1, swift-http-types, swift-http-structured-headers
[2918/9790] Fetching swift-asn1, swift-http-types, swift-http-structured-headers, swift-certificates
[6064/8649] Fetching swift-asn1, swift-http-types, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.39s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.40s)
[4659/7059] Fetching swift-http-types, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (0.54s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.54s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.66s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.39s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (4.85s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.82s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.74s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.90s)
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.05s)
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 (1.11s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.10s)
Computing version for https://github.com/ordo-one/package-benchmark
Computed https://github.com/ordo-one/package-benchmark at 1.29.3 (1.28s)
Fetching https://github.com/ordo-one/package-jemalloc.git
Fetching https://github.com/ordo-one/TextTable.git
Fetching https://github.com/HdrHistogram/hdrhistogram-swift.git
[1/35] Fetching package-jemalloc
[36/238] Fetching package-jemalloc, texttable
[57/840] Fetching package-jemalloc, texttable, hdrhistogram-swift
Fetched https://github.com/ordo-one/TextTable.git from cache (0.52s)
Fetched https://github.com/ordo-one/package-jemalloc.git from cache (0.53s)
Fetched https://github.com/HdrHistogram/hdrhistogram-swift.git from cache (0.55s)
Computing version for https://github.com/ordo-one/package-jemalloc.git
Computed https://github.com/ordo-one/package-jemalloc.git at 1.0.0 (1.70s)
Computing version for https://github.com/ordo-one/TextTable.git
Computed https://github.com/ordo-one/TextTable.git at 0.0.2 (1.04s)
Computing version for https://github.com/HdrHistogram/hdrhistogram-swift.git
Computed https://github.com/HdrHistogram/hdrhistogram-swift.git at 0.1.3 (1.01s)
Creating working copy for https://github.com/ordo-one/TextTable.git
Working copy of https://github.com/ordo-one/TextTable.git resolved at 0.0.2
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/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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-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-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.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-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-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-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-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-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/HdrHistogram/hdrhistogram-swift.git
Working copy of https://github.com/HdrHistogram/hdrhistogram-swift.git resolved at 0.1.3
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/ordo-one/package-jemalloc.git
Working copy of https://github.com/ordo-one/package-jemalloc.git resolved at 1.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.2.0
Creating working copy for https://github.com/ordo-one/package-benchmark
Working copy of https://github.com/ordo-one/package-benchmark resolved at 1.29.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/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-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-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.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-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-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
warning: couldn't find pc file for jemalloc
[0/12] Write sources
[4/12] Write swift-version-24593BA9C3E375BF.txt
[4/12] Compiling CSystem shims.c
[7/42] Emitting module SystemPackage
[8/45] Compiling SystemPackage Util+StringArray.swift
[9/45] Compiling SystemPackage Util.swift
[10/45] Compiling SystemPackage UtilConsumers.swift
[11/45] Compiling SystemPackage FilePathParsing.swift
[12/45] Compiling SystemPackage FilePathString.swift
[13/45] Compiling SystemPackage FilePathSyntax.swift
[14/45] Compiling SystemPackage FilePathTemp.swift
[15/45] Compiling SystemPackage FileOperations.swift
[16/45] Compiling SystemPackage FilePath.swift
[17/45] Compiling SystemPackage FilePathComponentView.swift
[18/45] Compiling SystemPackage FilePathComponents.swift
[19/45] Compiling SystemPackage FilePathTempPosix.swift
[20/45] Compiling SystemPackage FilePathTempWindows.swift
[21/45] Compiling SystemPackage FilePathWindows.swift
[22/45] Compiling SystemPackage FilePermissions.swift
[23/45] Compiling ArgumentParserToolInfo ToolInfo.swift
[24/45] Emitting module ArgumentParserToolInfo
[25/46] Wrapping AST for ArgumentParserToolInfo for debugging
[27/84] Compiling ArgumentParser Flag.swift
[28/84] Compiling ArgumentParser NameSpecification.swift
[29/84] Compiling ArgumentParser Option.swift
[30/84] Compiling ArgumentParser ArgumentDecoder.swift
[31/84] Compiling ArgumentParser OptionGroup.swift
[32/84] Compiling ArgumentParser AsyncParsableCommand.swift
[33/84] Compiling ArgumentParser CommandConfiguration.swift
[34/84] Compiling ArgumentParser InputOrigin.swift
[35/84] Compiling ArgumentParser ArgumentVisibility.swift
[36/84] Compiling ArgumentParser CompletionKind.swift
[37/84] Compiling ArgumentParser Errors.swift
[38/84] Compiling ArgumentParser ExpressibleByArgument.swift
[39/84] Compiling ArgumentParser ParsableArguments.swift
[40/84] Compiling ArgumentParser ParsableArgumentsValidation.swift
[41/84] Compiling ArgumentParser ParsableCommand.swift
[42/85] Wrapping AST for SystemPackage for debugging
[44/85] Emitting module ArgumentParser
[51/90] Compiling ArgumentParser CollectionExtensions.swift
[52/90] Compiling ArgumentParser Platform.swift
[53/90] Compiling ArgumentParser SequenceExtensions.swift
[54/90] Compiling ArgumentParser StringExtensions.swift
[55/90] Compiling ArgumentParser Tree.swift
[56/90] Compiling ArgumentParser ArgumentDefinition.swift
[57/90] Compiling ArgumentParser ArgumentSet.swift
[58/90] Compiling ArgumentParser CommandParser.swift
[59/90] Compiling ArgumentParser InputKey.swift
[61/90] Compiling ArgumentParser Name.swift
[62/90] Compiling ArgumentParser Parsed.swift
[63/90] Compiling ArgumentParser ParsedValues.swift
[64/90] Compiling ArgumentParser ParserError.swift
[65/90] Compiling ArgumentParser SplitArguments.swift
[66/90] Compiling ArgumentParser BashCompletionsGenerator.swift
[67/90] Compiling ArgumentParser CompletionsGenerator.swift
[68/90] Compiling ArgumentParser FishCompletionsGenerator.swift
[69/90] Compiling ArgumentParser ZshCompletionsGenerator.swift
[70/90] Compiling ArgumentParser Argument.swift
[71/90] Compiling ArgumentParser ArgumentHelp.swift
[77/90] Compiling ArgumentParser DumpHelpGenerator.swift
[78/90] Compiling ArgumentParser HelpCommand.swift
[79/90] Compiling ArgumentParser HelpGenerator.swift
[80/90] Compiling ArgumentParser MessageInfo.swift
[81/90] Compiling ArgumentParser UsageGenerator.swift
[85/90] Compiling ArgumentParser CommandGroup.swift
[86/90] Compiling ArgumentParser EnumerableFlag.swift
[87/91] Wrapping AST for ArgumentParser for debugging
[89/93] Emitting module BenchmarkBoilerplateGenerator
[90/93] Compiling BenchmarkBoilerplateGenerator BenchmarkBoilerplateGenerator.swift
[91/94] Wrapping AST for BenchmarkBoilerplateGenerator for debugging
[92/94] Write Objects.LinkFileList
[93/94] Linking BenchmarkBoilerplateGenerator-tool
warning: couldn't find pc file for jemalloc
[1/1] Compiling plugin BenchmarkPlugin
[2/2] Compiling plugin BenchmarkCommandPlugin
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/529] Write sources
[10/529] Compiling CSystem shims.c
[11/529] Write sources
[14/529] Compiling _AtomicsShims.c
[15/529] Write sources
[19/529] Compiling _NumericsShims _NumericsShims.c
[20/529] Write sources
[47/529] Compiling CSystem shims.c
[48/529] Compiling SwiftRuntimeHooks shims.c
[49/529] Compiling CNIOWindows shim.c
[50/529] Compiling CNIOWASI CNIOWASI.c
[51/529] Compiling CNIOWindows WSAStartup.c
[52/529] Compiling CNIOLLHTTP c_nio_api.c
[53/529] Compiling CNIOLinux shim.c
[54/529] Compiling CNIOLinux liburing_shims.c
[55/529] Compiling CNIOExtrasZlib empty.c
[56/529] Compiling CNIODarwin shim.c
[57/529] Compiling CNIOLLHTTP c_nio_http.c
[58/529] Compiling fiat_p256_adx_sqr.S
[59/529] Compiling fiat_p256_adx_mul.S
[60/529] Compiling fiat_curve25519_adx_square.S
[61/529] Compiling fiat_curve25519_adx_mul.S
[62/529] Compiling CNIOBoringSSLShims shims.c
[63/529] Compiling CNIOLLHTTP c_nio_llhttp.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.
[64/529] Compiling tls_record.cc
[64/529] Compiling tls13_client.cc
[64/529] 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>
      |          ^~~~~~~~~~~
[64/529] Compiling tls13_enc.cc
[64/529] 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>
      |          ^~~~~~~~~~~
1[64/529] Compiling tls13_server.cc
[64/529] Compiling tls_method.cc
[64/529] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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
warning: couldn't find pc file for jemalloc
[0/8] Compiling CSystem shims.c
[1/8] Write swift-version-24593BA9C3E375BF.txt
[3/38] Compiling SystemPackage Backcompat.swift
[4/38] Compiling SystemPackage CInterop.swift
[5/38] Compiling SystemPackage Constants.swift
[6/38] Compiling SystemPackage Exports.swift
[7/41] Compiling SystemPackage FilePathParsing.swift
[8/41] Compiling SystemPackage FilePathString.swift
[9/41] Compiling SystemPackage FilePathSyntax.swift
[10/41] Compiling SystemPackage FilePathTemp.swift
[11/41] Compiling SystemPackage FilePathTempPosix.swift
[12/41] Compiling SystemPackage FilePathTempWindows.swift
[13/41] Compiling SystemPackage FilePathWindows.swift
[14/41] Compiling SystemPackage FilePermissions.swift
[15/41] Compiling SystemPackage Errno.swift
[16/41] Compiling SystemPackage ErrnoWindows.swift
[17/41] Compiling SystemPackage FileDescriptor.swift
[18/41] Compiling SystemPackage FileHelpers.swift
[19/41] Emitting module ArgumentParserToolInfo
[20/41] Compiling ArgumentParserToolInfo ToolInfo.swift
[22/41] Compiling SystemPackage Mocking.swift
[23/41] Compiling SystemPackage RawBuffer.swift
[24/41] Compiling SystemPackage Syscalls.swift
[25/41] Compiling SystemPackage WindowsSyscallAdapters.swift
[26/41] Compiling SystemPackage MachPort.swift
[27/41] Compiling SystemPackage PlatformString.swift
[28/41] Compiling SystemPackage SystemString.swift
[29/41] Compiling SystemPackage Util+StringArray.swift
[30/41] Compiling SystemPackage Util.swift
[31/41] Compiling SystemPackage UtilConsumers.swift
[32/79] Compiling ArgumentParser Argument.swift
[33/79] Compiling ArgumentParser ArgumentHelp.swift
[34/79] Compiling ArgumentParser ArgumentVisibility.swift
[35/79] Compiling ArgumentParser CompletionKind.swift
[36/79] Emitting module SystemPackage
[38/79] Emitting module ArgumentParser
[39/84] Compiling ArgumentParser BashCompletionsGenerator.swift
[40/84] Compiling ArgumentParser CompletionsGenerator.swift
[41/84] Compiling ArgumentParser FishCompletionsGenerator.swift
[42/84] Compiling ArgumentParser ZshCompletionsGenerator.swift
[47/84] Compiling ArgumentParser Errors.swift
[48/84] Compiling ArgumentParser Flag.swift
[49/84] Compiling ArgumentParser NameSpecification.swift
[50/84] Compiling ArgumentParser Option.swift
[51/84] Compiling ArgumentParser Name.swift
[52/84] Compiling ArgumentParser Parsed.swift
[53/84] Compiling ArgumentParser ParsedValues.swift
[54/84] Compiling ArgumentParser ParserError.swift
[55/84] Compiling ArgumentParser SplitArguments.swift
[56/84] Compiling ArgumentParser DumpHelpGenerator.swift
[57/84] Compiling ArgumentParser HelpCommand.swift
[58/84] Compiling ArgumentParser HelpGenerator.swift
[59/84] Compiling ArgumentParser MessageInfo.swift
[60/84] Compiling ArgumentParser UsageGenerator.swift
[61/84] Compiling ArgumentParser ExpressibleByArgument.swift
[62/84] Compiling ArgumentParser ParsableArguments.swift
[63/84] Compiling ArgumentParser ParsableArgumentsValidation.swift
[64/84] Compiling ArgumentParser ParsableCommand.swift
[65/84] Compiling ArgumentParser ArgumentDecoder.swift
[66/84] Compiling ArgumentParser OptionGroup.swift
[67/84] Compiling ArgumentParser AsyncParsableCommand.swift
[68/84] Compiling ArgumentParser CommandConfiguration.swift
[69/84] Compiling ArgumentParser CommandGroup.swift
[70/84] Compiling ArgumentParser EnumerableFlag.swift
[71/84] Compiling ArgumentParser ArgumentDefinition.swift
[72/84] Compiling ArgumentParser ArgumentSet.swift
[73/84] Compiling ArgumentParser CommandParser.swift
[74/84] Compiling ArgumentParser InputKey.swift
[75/84] Compiling ArgumentParser InputOrigin.swift
[76/84] Compiling ArgumentParser CollectionExtensions.swift
[77/84] Compiling ArgumentParser Platform.swift
[78/84] Compiling ArgumentParser SequenceExtensions.swift
[79/84] Compiling ArgumentParser StringExtensions.swift
[80/84] Compiling ArgumentParser Tree.swift
[82/86] Emitting module BenchmarkBoilerplateGenerator
[83/86] Compiling BenchmarkBoilerplateGenerator BenchmarkBoilerplateGenerator.swift
[84/86] Write Objects.LinkFileList
[85/86] Linking BenchmarkBoilerplateGenerator-tool
warning: couldn't find pc file for jemalloc
[0/1] Planning build
[1/1] Compiling plugin BenchmarkPlugin
[2/2] Compiling plugin BenchmarkCommandPlugin
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/468] Write sources
[7/469] Write swift-version-24593BA9C3E375BF.txt
[8/469] Compiling CSystem shims.c
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/t1_enc.cc:28:
/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.
[9/469] Compiling t1_enc.cc
[9/469] Compiling tls13_client.cc
[9/469] Compiling tls_method.cc
[9/469] Compiling tls13_enc.cc
[9/469] Compiling tls13_both.cc
[9/469] Compiling tls_record.cc
[9/469] Compiling tls13_server.cc
BUILD FAILURE 6.1 wasm