The Swift Package Index logo.Swift Package Index

Build Information

Failed to build hummingbird-docc, reference v0.2.0 (0e71b2), with Swift 6.1 for Wasm on 8 Oct 2025 03:00:30 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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/rock-n-code/hummingbird-docc.git
Reference: v0.2.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/rock-n-code/hummingbird-docc
 * tag               v0.2.0     -> FETCH_HEAD
HEAD is now at 0e71b26 Update license to Apache v2.0 (#6)
Cloned https://github.com/rock-n-code/hummingbird-docc.git
Revision (git rev-parse @):
0e71b2673c4eab57f16d298a412fdc31b63e3bba
SUCCESS checkout https://github.com/rock-n-code/hummingbird-docc.git at v0.2.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/rock-n-code/hummingbird-docc.git
https://github.com/rock-n-code/hummingbird-docc.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "hummingbird",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "hummingbird-docc",
  "name" : "hummingbird-docc",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "hummingbird-docc",
      "targets" : [
        "HummingbirdDocC"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HummingbirdDocCSample",
      "targets" : [
        "HummingbirdDocCSample"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HummingbirdDocCTest",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdDocCTest",
      "path" : "Tests/HummingbirdDocC",
      "product_dependencies" : [
        "HummingbirdTesting"
      ],
      "sources" : [
        "Tests/Internal/Enumerations/AssetFileTests.swift",
        "Tests/Internal/Enumerations/AssetFolderTests.swift",
        "Tests/Internal/Enumerations/DocumentationFolderTests.swift",
        "Tests/Internal/Extensions/LoggerMetadata+HelpersTests.swift",
        "Tests/Internal/Extensions/String_HelpersTests.swift",
        "Tests/Internal/Models/ResourceTests.swift",
        "Tests/Internal/Use Cases/CheckURIUseCaseTests.swift",
        "Tests/Internal/Use Cases/PrepareURIPathUseCaseTests.swift",
        "Tests/Internal/Use Cases/RedirectURIUseCaseTests.swift",
        "Tests/Internal/Use Cases/ServeURIUseCaseTests.swift",
        "Tests/Public/Middlewares/DocCMiddlewareTests.swift",
        "Types/Extensions/Logger+Helpers.swift",
        "Types/Extensions/LoggerLevel+Helpers.swift",
        "Types/Extensions/Request+Helpers.swift",
        "Types/Extensions/String+Constants.swift",
        "Types/Extensions/Tag+Constants.swift",
        "Types/Mocks/FileProviderMock.swift",
        "Types/Mocks/LogHandlerMock.swift",
        "Types/Mocks/RequestContextMock.swift",
        "Types/Namespaces/Input.swift",
        "Types/Namespaces/Output.swift",
        "Types/Stubs/FileProviderStub.swift"
      ],
      "target_dependencies" : [
        "HummingbirdDocC"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HummingbirdDocCSample",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdDocCSample",
      "path" : "Samples/HummingbirdDocC",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "HummingbirdDocCSample"
      ],
      "sources" : [
        "App/Builders/AppBuilder.swift",
        "App/Parameters/SampleAppArguments.swift",
        "App/Protocols/AppArguments.swift",
        "App/SampleApp.swift"
      ],
      "target_dependencies" : [
        "HummingbirdDocC"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "HummingbirdDocC",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdDocC",
      "path" : "Sources/HummingbirdDocC",
      "product_dependencies" : [
        "Hummingbird"
      ],
      "product_memberships" : [
        "hummingbird-docc",
        "HummingbirdDocCSample"
      ],
      "sources" : [
        "Internal/Enumerations/AssetFile.swift",
        "Internal/Enumerations/AssetFolder.swift",
        "Internal/Enumerations/DocumentationFolder.swift",
        "Internal/Extensions/LoggerMetadata+Helpers.swift",
        "Internal/Extensions/String+Constants.swift",
        "Internal/Extensions/String+Formats.swift",
        "Internal/Extensions/String+Helpers.swift",
        "Internal/Models/Resource.swift",
        "Internal/Protocols/Pathable.swift",
        "Internal/Pseudo Types/ContextualInfo.swift",
        "Internal/Use Cases/CheckURIUseCase.swift",
        "Internal/Use Cases/PrepareURIPathUseCase.swift",
        "Internal/Use Cases/RedirectURIUseCase.swift",
        "Internal/Use Cases/ServeURIUseCase.swift",
        "Public/Configurations/DoccConfiguration.swift",
        "Public/Middlewares/DocCMiddleware.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/hummingbird-project/hummingbird.git
Fetching https://github.com/swiftlang/swift-docc-plugin
Fetching https://github.com/apple/swift-argument-parser.git
[1/2133] Fetching swift-docc-plugin
[215/18776] Fetching swift-docc-plugin, swift-argument-parser
[1235/43948] Fetching swift-docc-plugin, swift-argument-parser, hummingbird
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.87s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.29s)
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (1.31s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.1 (1.83s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (1.97s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3540] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.40s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.01s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.16.0 (0.53s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/2771] Fetching swift-nio-transport-services
[57/5289] Fetching swift-nio-transport-services, swift-service-lifecycle
[3163/11459] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-nio-extras
[9239/23159] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-nio-extras, swift-nio-http2
[12981/37476] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-nio-extras, swift-nio-http2, async-http-client
[14490/52607] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-nio-extras, swift-nio-http2, async-http-client, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.50s)
[13762/49836] Fetching swift-service-lifecycle, swift-nio-extras, swift-nio-http2, async-http-client, swift-nio-ssl
Fetching https://github.com/apple/swift-nio.git
[41213/128933] Fetching swift-service-lifecycle, swift-nio-extras, swift-nio-http2, async-http-client, swift-nio-ssl, swift-nio
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.65s)
Fetching https://github.com/apple/swift-distributed-tracing.git
[45943/126415] Fetching swift-nio-extras, swift-nio-http2, async-http-client, swift-nio-ssl, swift-nio
[50202/131856] Fetching swift-nio-extras, swift-nio-http2, async-http-client, swift-nio-ssl, swift-nio, swift-distributed-tracing
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.02s)
[46660/125686] Fetching swift-nio-http2, async-http-client, swift-nio-ssl, swift-nio, swift-distributed-tracing
Fetched https://github.com/swift-server/async-http-client.git from cache (2.03s)
[33624/111369] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, swift-distributed-tracing
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.08s)
[25126/99669] Fetching swift-nio-ssl, swift-nio, swift-distributed-tracing
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.68s)
[33847/94228] Fetching swift-nio-ssl, swift-nio
Fetching https://github.com/apple/swift-collections.git
[34639/96585] Fetching swift-nio-ssl, swift-nio, swift-metrics
[37288/100518] Fetching swift-nio-ssl, swift-nio, swift-metrics, swift-log
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/apple/swift-metrics.git from cache (0.66s)
[50703/98161] Fetching swift-nio-ssl, swift-nio, swift-log
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-log.git from cache (0.75s)
[49143/94228] Fetching swift-nio-ssl, swift-nio
Fetching https://github.com/apple/swift-async-algorithms.git
[53890/95167] Fetching swift-nio-ssl, swift-nio, swift-http-types
[55020/113320] Fetching swift-nio-ssl, swift-nio, swift-http-types, swift-collections
[60237/115134] Fetching swift-nio-ssl, swift-nio, swift-http-types, swift-collections, swift-atomics
Fetched https://github.com/apple/swift-http-types.git from cache (0.48s)
[59932/114195] Fetching swift-nio-ssl, swift-nio, swift-collections, swift-atomics
[64872/119745] Fetching swift-nio-ssl, swift-nio, swift-collections, swift-atomics, swift-async-algorithms
Fetched https://github.com/apple/swift-nio-ssl.git from cache (13.42s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (10.54s)
Fetched https://github.com/apple/swift-atomics.git from cache (10.69s)
Fetched https://github.com/apple/swift-collections.git from cache (11.07s)
Fetched https://github.com/apple/swift-nio.git from cache (13.60s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (14.62s)
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.32s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.57s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.2 (0.82s)
Fetching https://github.com/apple/swift-system.git
[1/5049] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.75s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.1 (1.34s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (0.52s)
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.1 (0.53s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.1 (0.54s)
Fetching https://github.com/apple/swift-service-context.git
[1/1117] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.43s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (0.99s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.62s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.85s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (0.56s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-algorithms.git
[1/1190] Fetching swift-http-structured-headers
[1191/2835] Fetching swift-http-structured-headers, swift-asn1
[1767/8821] Fetching swift-http-structured-headers, swift-asn1, swift-algorithms
[3525/15428] Fetching swift-http-structured-headers, swift-asn1, swift-algorithms, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.60s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.62s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.66s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.67s)
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 (1.45s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.72s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.56s)
Fetching https://github.com/apple/swift-numerics.git
[1/6371] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.43s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (1.09s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.4.0 (0.61s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.14.0 (0.85s)
Fetching https://github.com/apple/swift-crypto.git
[1/17193] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.23s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (2.76s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.34.1 (0.75s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (1.94s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.28.0 (0.50s)
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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.34.1
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.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-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.14.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.3.1
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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.4.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.28.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.1
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
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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.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-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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.2
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
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-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
Creating working copy for https://github.com/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 2.16.0
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.38.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.4.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin GenerateDoccReference
Building for debugging...
[4/95] Write sources
[36/95] Compiling _CWASI _CWASI.c
[37/95] Compiling CNIOWindows shim.c
[38/95] Compiling CNIOWASI CNIOWASI.c
[39/95] Compiling CNIOLinux shim.c
[40/95] Compiling _AtomicsShims.c
[41/95] Compiling CNIOPosix event_loop_id.c
[42/95] Compiling CNIOWindows WSAStartup.c
[43/95] Compiling CNIOLinux liburing_shims.c
[43/95] Write sources
[49/95] Compiling CNIODarwin shim.c
[50/95] Compiling CNIOLLHTTP c_nio_http.c
[51/95] Compiling CNIOLLHTTP c_nio_api.c
[52/95] Write swift-version-24593BA9C3E375BF.txt
[54/125] Emitting module _NIODataStructures
[55/125] Emitting module InternalCollectionsUtilities
[55/127] Compiling CNIOLLHTTP c_nio_llhttp.c
[57/135] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[58/135] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[59/135] Compiling HTTPTypes ISOLatin1String.swift
[60/136] Compiling HTTPTypes HTTPRequest.swift
[61/136] Compiling Logging LogHandler.swift
[62/136] Compiling _NIODataStructures PriorityQueue.swift
[63/136] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[64/136] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[65/136] Compiling ServiceContextModule ServiceContextKey.swift
[66/136] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[67/136] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[68/136] Compiling HTTPTypes HTTPParsedFields.swift
[69/136] Emitting module _NIOBase64
[70/136] Compiling _NIOBase64 Base64.swift
[71/137] Emitting module Logging
[72/137] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[73/137] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[74/137] Compiling InternalCollectionsUtilities _SortedCollection.swift
[75/137] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[76/137] Compiling InternalCollectionsUtilities Debugging.swift
[77/137] Compiling InternalCollectionsUtilities Descriptions.swift
[78/137] Compiling Logging Locks.swift
[79/137] Compiling HTTPTypes HTTPResponse.swift
[80/137] Emitting module ServiceContextModule
[81/137] Compiling ServiceContextModule ServiceContext.swift
[82/138] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[83/138] Compiling InternalCollectionsUtilities Integer rank.swift
[84/138] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[85/138] Compiling InternalCollectionsUtilities UInt+reversed.swift
[86/138] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[87/139] Compiling _NIODataStructures _TinyArray.swift
[90/142] Compiling c-atomics.c
[91/197] Compiling c-nioatomics.c
[93/271] Compiling HTTPTypes NIOLock.swift
[94/271] Compiling Logging MetadataProvider.swift
[95/271] Compiling _NIODataStructures Heap.swift
[96/272] Compiling Logging Logging.swift
[98/279] Compiling Instrumentation Instrument.swift
[99/279] Compiling Instrumentation MultiplexInstrument.swift
[100/279] Compiling Instrumentation NoOpInstrument.swift
[102/279] Compiling Instrumentation Locks.swift
[103/279] Emitting module Instrumentation
[104/279] Compiling Instrumentation InstrumentationSystem.swift
[106/287] Compiling NIOConcurrencyHelpers lock.swift
[107/307] Compiling NIOConcurrencyHelpers NIOLock.swift
[108/313] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[109/376] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[110/376] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[111/376] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[112/376] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[113/376] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[114/376] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[115/376] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[116/385] Compiling HeapModule _HeapNode.swift
[117/385] Compiling HashTreeCollections _HashNode+Structural union.swift
[118/385] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[119/385] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[120/385] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[121/385] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[122/385] Compiling HashTreeCollections _HashNode.swift
[123/385] Compiling HashTreeCollections _HashNodeHeader.swift
[124/385] Compiling HashTreeCollections _HashSlot.swift
[125/385] Emitting module NIOConcurrencyHelpers
[126/385] Compiling DequeModule Deque+CustomReflectable.swift
[127/385] Compiling DequeModule Deque+Descriptions.swift
[128/387] Compiling HeapModule Heap.swift
[129/387] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[130/387] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[131/387] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[132/387] Compiling HashTreeCollections _HashNode+Structural merge.swift
[133/387] Compiling HashTreeCollections TreeSet+Hashable.swift
[134/387] Compiling HashTreeCollections TreeSet+Sendable.swift
[135/387] Compiling HashTreeCollections TreeSet+Sequence.swift
[136/387] Compiling HashTreeCollections _HashStack.swift
[137/387] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[138/387] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[139/387] Compiling HashTreeCollections _HashNode+Storage.swift
[140/387] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[141/387] Compiling HashTreeCollections _HashNode+Structural filter.swift
[142/387] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[143/387] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[144/387] Compiling DequeModule _DequeBuffer.swift
[145/387] Compiling DequeModule _DequeBufferHeader.swift
[146/387] Compiling CoreMetrics Metrics.swift
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:56:49: error: cannot find type 'pthread_mutex_t' in scope
 54 |         UnsafeMutablePointer.allocate(capacity: 1)
 55 |     #else
 56 |     fileprivate let mutex: UnsafeMutablePointer<pthread_mutex_t> =
    |                                                 `- error: cannot find type 'pthread_mutex_t' in scope
 57 |         UnsafeMutablePointer.allocate(capacity: 1)
 58 |     #endif
[147/387] Compiling CoreMetrics Locks.swift
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:56:49: error: cannot find type 'pthread_mutex_t' in scope
 54 |         UnsafeMutablePointer.allocate(capacity: 1)
 55 |     #else
 56 |     fileprivate let mutex: UnsafeMutablePointer<pthread_mutex_t> =
    |                                                 `- error: cannot find type 'pthread_mutex_t' in scope
 57 |         UnsafeMutablePointer.allocate(capacity: 1)
 58 |     #endif
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:65:20: error: cannot find 'pthread_mutexattr_t' in scope
 63 |         InitializeSRWLock(self.mutex)
 64 |         #else
 65 |         var attr = pthread_mutexattr_t()
    |                    `- error: cannot find 'pthread_mutexattr_t' in scope
 66 |         pthread_mutexattr_init(&attr)
 67 |         pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:66:9: error: cannot find 'pthread_mutexattr_init' in scope
 64 |         #else
 65 |         var attr = pthread_mutexattr_t()
 66 |         pthread_mutexattr_init(&attr)
    |         `- error: cannot find 'pthread_mutexattr_init' in scope
 67 |         pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
 68 |
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:67:9: error: cannot find 'pthread_mutexattr_settype' in scope
 65 |         var attr = pthread_mutexattr_t()
 66 |         pthread_mutexattr_init(&attr)
 67 |         pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
    |         `- error: cannot find 'pthread_mutexattr_settype' in scope
 68 |
 69 |         let err = pthread_mutex_init(self.mutex, &attr)
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:67:48: error: cannot find 'PTHREAD_MUTEX_ERRORCHECK' in scope
 65 |         var attr = pthread_mutexattr_t()
 66 |         pthread_mutexattr_init(&attr)
 67 |         pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
    |                                                `- error: cannot find 'PTHREAD_MUTEX_ERRORCHECK' in scope
 68 |
 69 |         let err = pthread_mutex_init(self.mutex, &attr)
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:67:43: error: cannot infer contextual base in reference to member 'init'
 65 |         var attr = pthread_mutexattr_t()
 66 |         pthread_mutexattr_init(&attr)
 67 |         pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
    |                                           `- error: cannot infer contextual base in reference to member 'init'
 68 |
 69 |         let err = pthread_mutex_init(self.mutex, &attr)
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:69:19: error: cannot find 'pthread_mutex_init' in scope
 67 |         pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
 68 |
 69 |         let err = pthread_mutex_init(self.mutex, &attr)
    |                   `- error: cannot find 'pthread_mutex_init' in scope
 70 |         precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
 71 |         #endif
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:78:19: error: cannot find 'pthread_mutex_destroy' in scope
 76 |         // SRWLOCK does not need to be free'd
 77 |         #else
 78 |         let err = pthread_mutex_destroy(self.mutex)
    |                   `- error: cannot find 'pthread_mutex_destroy' in scope
 79 |         precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
 80 |         #endif
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:92:19: error: cannot find 'pthread_mutex_lock' in scope
 90 |         AcquireSRWLockExclusive(self.mutex)
 91 |         #else
 92 |         let err = pthread_mutex_lock(self.mutex)
    |                   `- error: cannot find 'pthread_mutex_lock' in scope
 93 |         precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
 94 |         #endif
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:105:19: error: cannot find 'pthread_mutex_unlock' in scope
103 |         ReleaseSRWLockExclusive(self.mutex)
104 |         #else
105 |         let err = pthread_mutex_unlock(self.mutex)
    |                   `- error: cannot find 'pthread_mutex_unlock' in scope
106 |         precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
107 |         #endif
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:177:14: error: value of type 'ReadWriteLock' has no member 'rwlock'
175 |         precondition(err == 0, "\(#function) failed in pthread_rwlock with error \(err)")
176 |         #endif
177 |         self.rwlock.deallocate()
    |              `- error: value of type 'ReadWriteLock' has no member 'rwlock'
178 |     }
179 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[148/387] Emitting module CoreMetrics
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:56:49: error: cannot find type 'pthread_mutex_t' in scope
 54 |         UnsafeMutablePointer.allocate(capacity: 1)
 55 |     #else
 56 |     fileprivate let mutex: UnsafeMutablePointer<pthread_mutex_t> =
    |                                                 `- error: cannot find type 'pthread_mutex_t' in scope
 57 |         UnsafeMutablePointer.allocate(capacity: 1)
 58 |     #endif
[149/387] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[150/387] Compiling HeapModule Heap+UnsafeHandle.swift
[151/387] Compiling HeapModule Heap+Invariants.swift
[152/387] Compiling HeapModule Heap+Descriptions.swift
[153/387] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[154/387] Compiling HTTPTypes HTTPFieldName.swift
[155/387] Compiling HTTPTypes HTTPField.swift
[156/387] Emitting module HTTPTypes
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin GenerateDoccReference
Building for debugging...
[4/44] Write swift-version-24593BA9C3E375BF.txt
[6/91] Compiling Logging Locks.swift
[7/91] Compiling Logging MetadataProvider.swift
[8/91] Compiling ServiceContextModule ServiceContextKey.swift
[9/91] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[10/91] Compiling NIOConcurrencyHelpers lock.swift
[11/91] Emitting module Logging
[12/91] Emitting module ServiceContextModule
[13/91] Compiling ServiceContextModule ServiceContext.swift
[14/91] Compiling NIOConcurrencyHelpers NIOLock.swift
[16/92] Compiling InternalCollectionsUtilities Debugging.swift
[17/92] Compiling InternalCollectionsUtilities Descriptions.swift
[18/92] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[19/92] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[20/92] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[21/92] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[22/92] Compiling InternalCollectionsUtilities _SortedCollection.swift
[23/92] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[24/94] Compiling HTTPTypes ISOLatin1String.swift
[25/94] Emitting module HTTPTypes
[26/95] Emitting module _NIODataStructures
[27/95] Compiling _NIODataStructures PriorityQueue.swift
[28/95] Compiling _NIODataStructures _TinyArray.swift
[29/95] Compiling _NIODataStructures Heap.swift
[30/99] Emitting module _NIOBase64
[31/99] Compiling _NIOBase64 Base64.swift
[32/100] Emitting module NIOConcurrencyHelpers
[33/100] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[34/100] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[35/100] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[37/100] Compiling NIOConcurrencyHelpers atomics.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[39/101] Emitting module ConcurrencyHelpers
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:47:27: error: cannot find type 'pthread_mutex_t' in scope
 45 | #else
 46 | @usableFromInline
 47 | typealias LockPrimitive = pthread_mutex_t
    |                           `- error: cannot find type 'pthread_mutex_t' in scope
 48 | #endif
 49 |
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:61:20: error: cannot find 'pthread_mutexattr_t' in scope
 59 |         InitializeSRWLock(mutex)
 60 |         #else
 61 |         var attr = pthread_mutexattr_t()
    |                    `- error: cannot find 'pthread_mutexattr_t' in scope
 62 |         pthread_mutexattr_init(&attr)
 63 |
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:62:9: error: cannot find 'pthread_mutexattr_init' in scope
 60 |         #else
 61 |         var attr = pthread_mutexattr_t()
 62 |         pthread_mutexattr_init(&attr)
    |         `- error: cannot find 'pthread_mutexattr_init' in scope
 63 |
 64 |         let err = pthread_mutex_init(mutex, &attr)
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:64:19: error: cannot find 'pthread_mutex_init' in scope
 62 |         pthread_mutexattr_init(&attr)
 63 |
 64 |         let err = pthread_mutex_init(mutex, &attr)
    |                   `- error: cannot find 'pthread_mutex_init' in scope
 65 |         precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
 66 |         #endif
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:76:19: error: cannot find 'pthread_mutex_destroy' in scope
 74 |         // SRWLOCK does not need to be free'd
 75 |         #else
 76 |         let err = pthread_mutex_destroy(mutex)
    |                   `- error: cannot find 'pthread_mutex_destroy' in scope
 77 |         precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
 78 |         #endif
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:88:19: error: cannot find 'pthread_mutex_lock' in scope
 86 |         AcquireSRWLockExclusive(mutex)
 87 |         #else
 88 |         let err = pthread_mutex_lock(mutex)
    |                   `- error: cannot find 'pthread_mutex_lock' in scope
 89 |         precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
 90 |         #endif
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:100:19: error: cannot find 'pthread_mutex_unlock' in scope
 98 |         ReleaseSRWLockExclusive(mutex)
 99 |         #else
100 |         let err = pthread_mutex_unlock(mutex)
    |                   `- error: cannot find 'pthread_mutex_unlock' in scope
101 |         precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
102 |         #endif
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:138:27: error: type of expression is ambiguous without a type annotation
136 |     @inlinable
137 |     static func create(value: Value) -> Self {
138 |         let buffer = Self.create(minimumCapacity: 1) { _ in
    |                           `- error: type of expression is ambiguous without a type annotation
139 |             return value
140 |         }
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:153:14: error: type of expression is ambiguous without a type annotation
151 |     @inlinable
152 |     func lock() {
153 |         self.withUnsafeMutablePointerToElements { lockPtr in
    |              `- error: type of expression is ambiguous without a type annotation
154 |             LockOperations.lock(lockPtr)
155 |         }
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:160:14: error: type of expression is ambiguous without a type annotation
158 |     @inlinable
159 |     func unlock() {
160 |         self.withUnsafeMutablePointerToElements { lockPtr in
    |              `- error: type of expression is ambiguous without a type annotation
161 |             LockOperations.unlock(lockPtr)
162 |         }
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:167:14: error: type of expression is ambiguous without a type annotation
165 |     @inlinable
166 |     deinit {
167 |         self.withUnsafeMutablePointerToElements { lockPtr in
    |              `- error: type of expression is ambiguous without a type annotation
168 |             LockOperations.destroy(lockPtr)
169 |         }
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:174:18: error: type of expression is ambiguous without a type annotation
172 |     @inlinable
173 |     func withLockPrimitive<T>(_ body: (UnsafeMutablePointer<LockPrimitive>) throws -> T) rethrows -> T {
174 |         try self.withUnsafeMutablePointerToElements { lockPtr in
    |                  `- error: type of expression is ambiguous without a type annotation
175 |             return try body(lockPtr)
176 |         }
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:181:18: error: type of expression is ambiguous without a type annotation
179 |     @inlinable
180 |     func withLockedValue<T>(_ mutate: (inout Value) throws -> T) rethrows -> T {
181 |         try self.withUnsafeMutablePointers { valuePtr, lockPtr in
    |                  `- error: type of expression is ambiguous without a type annotation
182 |             LockOperations.lock(lockPtr)
183 |             defer { LockOperations.unlock(lockPtr) }
[40/101] Compiling ConcurrencyHelpers Lock.swift
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:47:27: error: cannot find type 'pthread_mutex_t' in scope
 45 | #else
 46 | @usableFromInline
 47 | typealias LockPrimitive = pthread_mutex_t
    |                           `- error: cannot find type 'pthread_mutex_t' in scope
 48 | #endif
 49 |
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:61:20: error: cannot find 'pthread_mutexattr_t' in scope
 59 |         InitializeSRWLock(mutex)
 60 |         #else
 61 |         var attr = pthread_mutexattr_t()
    |                    `- error: cannot find 'pthread_mutexattr_t' in scope
 62 |         pthread_mutexattr_init(&attr)
 63 |
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:62:9: error: cannot find 'pthread_mutexattr_init' in scope
 60 |         #else
 61 |         var attr = pthread_mutexattr_t()
 62 |         pthread_mutexattr_init(&attr)
    |         `- error: cannot find 'pthread_mutexattr_init' in scope
 63 |
 64 |         let err = pthread_mutex_init(mutex, &attr)
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:64:19: error: cannot find 'pthread_mutex_init' in scope
 62 |         pthread_mutexattr_init(&attr)
 63 |
 64 |         let err = pthread_mutex_init(mutex, &attr)
    |                   `- error: cannot find 'pthread_mutex_init' in scope
 65 |         precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
 66 |         #endif
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:76:19: error: cannot find 'pthread_mutex_destroy' in scope
 74 |         // SRWLOCK does not need to be free'd
 75 |         #else
 76 |         let err = pthread_mutex_destroy(mutex)
    |                   `- error: cannot find 'pthread_mutex_destroy' in scope
 77 |         precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
 78 |         #endif
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:88:19: error: cannot find 'pthread_mutex_lock' in scope
 86 |         AcquireSRWLockExclusive(mutex)
 87 |         #else
 88 |         let err = pthread_mutex_lock(mutex)
    |                   `- error: cannot find 'pthread_mutex_lock' in scope
 89 |         precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
 90 |         #endif
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:100:19: error: cannot find 'pthread_mutex_unlock' in scope
 98 |         ReleaseSRWLockExclusive(mutex)
 99 |         #else
100 |         let err = pthread_mutex_unlock(mutex)
    |                   `- error: cannot find 'pthread_mutex_unlock' in scope
101 |         precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
102 |         #endif
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:138:27: error: type of expression is ambiguous without a type annotation
136 |     @inlinable
137 |     static func create(value: Value) -> Self {
138 |         let buffer = Self.create(minimumCapacity: 1) { _ in
    |                           `- error: type of expression is ambiguous without a type annotation
139 |             return value
140 |         }
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:153:14: error: type of expression is ambiguous without a type annotation
151 |     @inlinable
152 |     func lock() {
153 |         self.withUnsafeMutablePointerToElements { lockPtr in
    |              `- error: type of expression is ambiguous without a type annotation
154 |             LockOperations.lock(lockPtr)
155 |         }
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:160:14: error: type of expression is ambiguous without a type annotation
158 |     @inlinable
159 |     func unlock() {
160 |         self.withUnsafeMutablePointerToElements { lockPtr in
    |              `- error: type of expression is ambiguous without a type annotation
161 |             LockOperations.unlock(lockPtr)
162 |         }
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:167:14: error: type of expression is ambiguous without a type annotation
165 |     @inlinable
166 |     deinit {
167 |         self.withUnsafeMutablePointerToElements { lockPtr in
    |              `- error: type of expression is ambiguous without a type annotation
168 |             LockOperations.destroy(lockPtr)
169 |         }
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:174:18: error: type of expression is ambiguous without a type annotation
172 |     @inlinable
173 |     func withLockPrimitive<T>(_ body: (UnsafeMutablePointer<LockPrimitive>) throws -> T) rethrows -> T {
174 |         try self.withUnsafeMutablePointerToElements { lockPtr in
    |                  `- error: type of expression is ambiguous without a type annotation
175 |             return try body(lockPtr)
176 |         }
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:181:18: error: type of expression is ambiguous without a type annotation
179 |     @inlinable
180 |     func withLockedValue<T>(_ mutate: (inout Value) throws -> T) rethrows -> T {
181 |         try self.withUnsafeMutablePointers { valuePtr, lockPtr in
    |                  `- error: type of expression is ambiguous without a type annotation
182 |             LockOperations.lock(lockPtr)
183 |             defer { LockOperations.unlock(lockPtr) }
[41/101] Compiling ConcurrencyHelpers LockedValueBox.swift
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:47:27: error: cannot find type 'pthread_mutex_t' in scope
 45 | #else
 46 | @usableFromInline
 47 | typealias LockPrimitive = pthread_mutex_t
    |                           `- error: cannot find type 'pthread_mutex_t' in scope
 48 | #endif
 49 |
[43/101] Compiling HTTPTypes NIOLock.swift
[44/101] Emitting module InternalCollectionsUtilities
[45/107] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[46/107] Compiling InternalCollectionsUtilities Integer rank.swift
[47/107] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[48/107] Compiling CoreMetrics Locks.swift
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:56:49: error: cannot find type 'pthread_mutex_t' in scope
 54 |         UnsafeMutablePointer.allocate(capacity: 1)
 55 |     #else
 56 |     fileprivate let mutex: UnsafeMutablePointer<pthread_mutex_t> =
    |                                                 `- error: cannot find type 'pthread_mutex_t' in scope
 57 |         UnsafeMutablePointer.allocate(capacity: 1)
 58 |     #endif
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:65:20: error: cannot find 'pthread_mutexattr_t' in scope
 63 |         InitializeSRWLock(self.mutex)
 64 |         #else
 65 |         var attr = pthread_mutexattr_t()
    |                    `- error: cannot find 'pthread_mutexattr_t' in scope
 66 |         pthread_mutexattr_init(&attr)
 67 |         pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:66:9: error: cannot find 'pthread_mutexattr_init' in scope
 64 |         #else
 65 |         var attr = pthread_mutexattr_t()
 66 |         pthread_mutexattr_init(&attr)
    |         `- error: cannot find 'pthread_mutexattr_init' in scope
 67 |         pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
 68 |
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:67:9: error: cannot find 'pthread_mutexattr_settype' in scope
 65 |         var attr = pthread_mutexattr_t()
 66 |         pthread_mutexattr_init(&attr)
 67 |         pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
    |         `- error: cannot find 'pthread_mutexattr_settype' in scope
 68 |
 69 |         let err = pthread_mutex_init(self.mutex, &attr)
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:67:48: error: cannot find 'PTHREAD_MUTEX_ERRORCHECK' in scope
 65 |         var attr = pthread_mutexattr_t()
 66 |         pthread_mutexattr_init(&attr)
 67 |         pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
    |                                                `- error: cannot find 'PTHREAD_MUTEX_ERRORCHECK' in scope
 68 |
 69 |         let err = pthread_mutex_init(self.mutex, &attr)
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:67:43: error: cannot infer contextual base in reference to member 'init'
 65 |         var attr = pthread_mutexattr_t()
 66 |         pthread_mutexattr_init(&attr)
 67 |         pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
    |                                           `- error: cannot infer contextual base in reference to member 'init'
 68 |
 69 |         let err = pthread_mutex_init(self.mutex, &attr)
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:69:19: error: cannot find 'pthread_mutex_init' in scope
 67 |         pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
 68 |
 69 |         let err = pthread_mutex_init(self.mutex, &attr)
    |                   `- error: cannot find 'pthread_mutex_init' in scope
 70 |         precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
 71 |         #endif
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:78:19: error: cannot find 'pthread_mutex_destroy' in scope
 76 |         // SRWLOCK does not need to be free'd
 77 |         #else
 78 |         let err = pthread_mutex_destroy(self.mutex)
    |                   `- error: cannot find 'pthread_mutex_destroy' in scope
 79 |         precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
 80 |         #endif
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:92:19: error: cannot find 'pthread_mutex_lock' in scope
 90 |         AcquireSRWLockExclusive(self.mutex)
 91 |         #else
 92 |         let err = pthread_mutex_lock(self.mutex)
    |                   `- error: cannot find 'pthread_mutex_lock' in scope
 93 |         precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
 94 |         #endif
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:105:19: error: cannot find 'pthread_mutex_unlock' in scope
103 |         ReleaseSRWLockExclusive(self.mutex)
104 |         #else
105 |         let err = pthread_mutex_unlock(self.mutex)
    |                   `- error: cannot find 'pthread_mutex_unlock' in scope
106 |         precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
107 |         #endif
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:177:14: error: value of type 'ReadWriteLock' has no member 'rwlock'
175 |         precondition(err == 0, "\(#function) failed in pthread_rwlock with error \(err)")
176 |         #endif
177 |         self.rwlock.deallocate()
    |              `- error: value of type 'ReadWriteLock' has no member 'rwlock'
178 |     }
179 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[49/107] Emitting module CoreMetrics
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:56:49: error: cannot find type 'pthread_mutex_t' in scope
 54 |         UnsafeMutablePointer.allocate(capacity: 1)
 55 |     #else
 56 |     fileprivate let mutex: UnsafeMutablePointer<pthread_mutex_t> =
    |                                                 `- error: cannot find type 'pthread_mutex_t' in scope
 57 |         UnsafeMutablePointer.allocate(capacity: 1)
 58 |     #endif
[50/107] Compiling CoreMetrics Metrics.swift
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:56:49: error: cannot find type 'pthread_mutex_t' in scope
 54 |         UnsafeMutablePointer.allocate(capacity: 1)
 55 |     #else
 56 |     fileprivate let mutex: UnsafeMutablePointer<pthread_mutex_t> =
    |                                                 `- error: cannot find type 'pthread_mutex_t' in scope
 57 |         UnsafeMutablePointer.allocate(capacity: 1)
 58 |     #endif
[51/107] Compiling HTTPTypes HTTPParsedFields.swift
BUILD FAILURE 6.1 wasm