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 Laner, reference main (058883), with Swift 6.1 for Wasm on 29 Nov 2025 02:20:11 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/alexey1312/Laner.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/alexey1312/Laner
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0588839 Update manifest
Cloned https://github.com/alexey1312/Laner.git
Revision (git rev-parse @):
0588839e79d714df79696dd9944ac0c05a3bb1f8
SUCCESS checkout https://github.com/alexey1312/Laner.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/alexey1312/Laner.git
https://github.com/alexey1312/Laner.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.20.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client"
    }
  ],
  "manifest_display_name" : "Laner",
  "name" : "Laner",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "laner",
      "targets" : [
        "laner"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "LanerDSL",
      "targets" : [
        "LanerDSL"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LanerKit",
      "targets" : [
        "LanerKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LanerPluginKit",
      "targets" : [
        "LanerPluginKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LanerMatch",
      "targets" : [
        "LanerMatch"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "laner",
      "module_type" : "SwiftTarget",
      "name" : "laner",
      "path" : "Sources/laner",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "laner"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "LanerCore",
        "LanerKit"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "LanerPluginKit",
      "module_type" : "SwiftTarget",
      "name" : "LanerPluginKit",
      "path" : "Sources/LanerPluginKit",
      "product_memberships" : [
        "LanerPluginKit"
      ],
      "sources" : [
        "LanerPluginKit.swift"
      ],
      "target_dependencies" : [
        "LanerDSL",
        "LanerKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LanerMatchTests",
      "module_type" : "SwiftTarget",
      "name" : "LanerMatchTests",
      "path" : "Tests/LanerMatchTests",
      "sources" : [
        "AppStoreConnectAPITests.swift",
        "CertificateTypeTests.swift",
        "CryptoServiceTests.swift",
        "GitStorageTests.swift",
        "KeychainServiceTests.swift",
        "MatchServiceTests.swift",
        "TestFlightModelsTests.swift"
      ],
      "target_dependencies" : [
        "LanerMatch"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LanerMatch",
      "module_type" : "SwiftTarget",
      "name" : "LanerMatch",
      "path" : "Sources/LanerMatch",
      "product_dependencies" : [
        "Logging",
        "Crypto",
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "laner",
        "LanerDSL",
        "LanerPluginKit",
        "LanerMatch"
      ],
      "sources" : [
        "API/AppStoreConnectAPI+Builds.swift",
        "API/AppStoreConnectAPI.swift",
        "API/JWTGenerator.swift",
        "LanerMatch.swift",
        "Models/BetaGroup.swift",
        "Models/Build.swift",
        "Models/BuildUpload.swift",
        "Models/Certificate.swift",
        "Models/CertificateType.swift",
        "Models/Device.swift",
        "Models/MatchError.swift",
        "Models/ProvisioningProfile.swift",
        "Models/TestFlightError.swift",
        "Services/ChunkedUploader.swift",
        "Services/CryptoService.swift",
        "Services/KeychainService.swift",
        "Services/MatchService.swift",
        "Services/TestFlightService.swift",
        "Storage/GitStorage.swift",
        "Storage/StorageProvider.swift"
      ],
      "target_dependencies" : [
        "LanerKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LanerKitTests",
      "module_type" : "SwiftTarget",
      "name" : "LanerKitTests",
      "path" : "Tests/LanerKitTests",
      "sources" : [
        "FileManagerExtensionsTests.swift",
        "LanerKitTests.swift",
        "LoggingTests.swift",
        "PlatformTests.swift",
        "ProcessResultTests.swift",
        "ShellErrorTests.swift",
        "ShellExecutorTests.swift",
        "XcodebuildTests.swift"
      ],
      "target_dependencies" : [
        "LanerKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LanerKit",
      "module_type" : "SwiftTarget",
      "name" : "LanerKit",
      "path" : "Sources/LanerKit",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "laner",
        "LanerDSL",
        "LanerKit",
        "LanerPluginKit",
        "LanerMatch"
      ],
      "sources" : [
        "FileManagerExtensions.swift",
        "LanerKit.swift",
        "Logging/ConsoleLogHandler.swift",
        "Logging/LogCategory.swift",
        "Logging/LoggingConfiguration.swift",
        "Platform.swift",
        "ProcessResult.swift",
        "ShellError.swift",
        "ShellExecutor.swift",
        "Xcodebuild/ArchiveOptions.swift",
        "Xcodebuild/BuildOptions.swift",
        "Xcodebuild/TestOptions.swift",
        "Xcodebuild/XcodebuildExecutor.swift",
        "Xcodebuild/XcodebuildResult.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LanerDSLTests",
      "module_type" : "SwiftTarget",
      "name" : "LanerDSLTests",
      "path" : "Tests/LanerDSLTests",
      "sources" : [
        "ActionsTest.swift",
        "LanerDSLTests.swift",
        "LanerfileTests.swift",
        "MatchActionTests.swift",
        "PilotActionTests.swift"
      ],
      "target_dependencies" : [
        "LanerDSL"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LanerDSL",
      "module_type" : "SwiftTarget",
      "name" : "LanerDSL",
      "path" : "Sources/LanerDSL",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "laner",
        "LanerDSL",
        "LanerPluginKit"
      ],
      "sources" : [
        "Action.swift",
        "Actions/Functions.swift",
        "Actions/MatchAction.swift",
        "Actions/PilotAction.swift",
        "Actions/RegisterDevicesAction.swift",
        "AnyAction.swift",
        "Artifact.swift",
        "Builders/LaneBuilder.swift",
        "Environment.swift",
        "ExecutionContext.swift",
        "Lane.swift",
        "LanerConfiguration.swift",
        "LanerDSL.swift",
        "Manifest/Lanerfile.swift"
      ],
      "target_dependencies" : [
        "LanerKit",
        "LanerMatch"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LanerCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "LanerCoreTests",
      "path" : "Tests/LanerCoreTests",
      "sources" : [
        "LanerCoreTests.swift",
        "MatchCommandTests.swift"
      ],
      "target_dependencies" : [
        "LanerCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LanerCore",
      "module_type" : "SwiftTarget",
      "name" : "LanerCore",
      "path" : "Sources/LanerCore",
      "product_dependencies" : [
        "ArgumentParser",
        "Logging",
        "Crypto"
      ],
      "product_memberships" : [
        "laner"
      ],
      "sources" : [
        "Commands/BuildCommand.swift",
        "Commands/CLIError.swift",
        "Commands/DoctorCommand.swift",
        "Commands/GlobalOptions.swift",
        "Commands/InitCommand.swift",
        "Commands/LaneCommand.swift",
        "Commands/LanesCommand.swift",
        "Commands/MatchCommand.swift",
        "Commands/TestCommand.swift",
        "Commands/UploadCommand.swift",
        "Commands/VersionCommand.swift",
        "LanerCore.swift",
        "Manifest/ManifestCache.swift",
        "Manifest/ManifestCompiler.swift",
        "Manifest/ManifestError.swift",
        "Manifest/ManifestLoader.swift"
      ],
      "target_dependencies" : [
        "LanerDSL",
        "LanerKit"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-crypto
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/swift-server/async-http-client
Fetching https://github.com/apple/swift-log
[1/5413] Fetching swift-log
[1409/22273] Fetching swift-log, swift-argument-parser
[3437/36760] Fetching swift-log, swift-argument-parser, async-http-client
[5826/54223] Fetching swift-log, swift-argument-parser, async-http-client, swift-crypto
Fetched https://github.com/apple/swift-argument-parser from cache (1.51s)
[21821/37363] Fetching swift-log, async-http-client, swift-crypto
Fetched https://github.com/apple/swift-log from cache (3.70s)
Fetched https://github.com/swift-server/async-http-client from cache (3.70s)
Fetched https://github.com/apple/swift-crypto from cache (3.77s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (4.57s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.4 (0.88s)
Computing version for https://github.com/swift-server/async-http-client
Computed https://github.com/swift-server/async-http-client at 1.30.0 (0.84s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-distributed-tracing.git
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
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/5566] Fetching swift-distributed-tracing
[725/7386] Fetching swift-distributed-tracing, swift-atomics
[726/13712] Fetching swift-distributed-tracing, swift-atomics, swift-nio-extras
[1820/16521] Fetching swift-distributed-tracing, swift-atomics, swift-nio-extras, swift-nio-transport-services
[5805/22562] Fetching swift-distributed-tracing, swift-atomics, swift-nio-extras, swift-nio-transport-services, swift-algorithms
[5932/34280] Fetching swift-distributed-tracing, swift-atomics, swift-nio-extras, swift-nio-transport-services, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.94s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.10s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.13s)
Fetching https://github.com/apple/swift-nio.git
[14303/23325] Fetching swift-distributed-tracing, swift-algorithms, swift-nio-http2
[23326/38613] Fetching swift-distributed-tracing, swift-algorithms, swift-nio-http2, swift-nio-ssl
[25008/119168] Fetching swift-distributed-tracing, swift-algorithms, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-algorithms.git from cache (2.92s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (2.92s)
[42641/107561] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.94s)
[31382/95843] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.78s)
[58806/80555] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (10.30s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.1 (12.33s)
Fetching https://github.com/apple/swift-service-context.git
[1/1162] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.23s)
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.84s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.43s)
Fetching https://github.com/apple/swift-numerics.git
[1/6384] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.38s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.39.0 (0.94s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.56s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (0.56s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.55s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.31.0 (0.64s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-types.git
[1/1663] Fetching swift-asn1
[1215/4231] Fetching swift-asn1, swift-service-lifecycle
[2486/11256] Fetching swift-asn1, swift-service-lifecycle, swift-certificates
[2910/12199] Fetching swift-asn1, swift-service-lifecycle, swift-certificates, swift-http-types
[3547/17923] Fetching swift-asn1, swift-service-lifecycle, swift-certificates, swift-http-types, swift-async-algorithms
[5382/19127] Fetching swift-asn1, swift-service-lifecycle, swift-certificates, swift-http-types, swift-async-algorithms, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-types.git from cache (0.37s)
[15976/18184] Fetching swift-asn1, swift-service-lifecycle, swift-certificates, swift-async-algorithms, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.40s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.41s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.41s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.58s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.60s)
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.1 (1.35s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.0 (0.76s)
Fetching https://github.com/apple/swift-collections.git
[1/18314] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.35s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (2.12s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.0 (2.59s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.66s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (0.64s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.16.0 (0.77s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 3.15.1 (3.06s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.08s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.90.1 (0.98s)
Fetching https://github.com/apple/swift-system.git
[1/5182] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.57s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.34s)
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-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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-crypto
Working copy of https://github.com/apple/swift-crypto resolved at 3.15.1
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.16.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.1.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.3.0
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.31.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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.90.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.39.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.2
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.26.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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.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.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/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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.6.0
Creating working copy for https://github.com/swift-server/async-http-client
Working copy of https://github.com/swift-server/async-http-client resolved at 1.30.0
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/860] Write sources
[11/860] Compiling _NumericsShims _NumericsShims.c
[12/860] Write sources
[14/860] Compiling _CWASI _CWASI.c
[15/860] Compiling _AtomicsShims.c
[15/860] Write sources
[37/860] Compiling CNIOWindows shim.c
[38/860] Compiling CNIOWindows WSAStartup.c
[39/860] Compiling CNIOWASI CNIOWASI.c
[40/860] Compiling CNIOPosix event_loop_id.c
[41/860] Compiling CNIOLinux shim.c
[42/860] Compiling CNIOLinux liburing_shims.c
[43/860] Write swift-version-24593BA9C3E375BF.txt
[44/860] Compiling CNIOLLHTTP c_nio_http.c
[45/864] Compiling a_dup.cc
[46/864] Compiling aes.cc
[47/864] Compiling a_bool.cc
[48/869] Compiling a_d2i_fp.cc
[49/885] Compiling a_gentm.cc
[50/885] Compiling a_bitstr.cc
[52/885] Emitting module _NIOBase64
[52/885] Compiling CNIOLLHTTP c_nio_api.c
[53/885] Compiling CNIOExtrasZlib empty.c
[54/885] Compiling CNIODarwin shim.c
[55/901] Compiling CNIOBoringSSLShims shims.c
[56/901] Compiling fiat_p256_adx_sqr.S
[57/901] Compiling fiat_p256_adx_mul.S
[58/901] Compiling fiat_curve25519_adx_square.S
[59/901] Compiling fiat_curve25519_adx_mul.S
[61/901] Emitting module InternalCollectionsUtilities
[61/903] 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.
[62/903] Compiling tls_record.cc
[62/903] Compiling tls_method.cc
[63/903] Emitting module _NIODataStructures
[64/903] Emitting module ServiceContextModule
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
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 GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/802] Write sources
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_both.cc:29:
/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/803] Compiling tls13_both.cc
[5/803] Compiling ssl_x509.cc
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>
      |          ^~~~~~~~~~~
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>
      |          ^~~~~~~~~~~
[5/803] Compiling tls_method.cc
[5/803] Compiling tls13_server.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls_record.cc:19:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
[5/803] Compiling tls_record.cc
[5/803] Compiling tls13_client.cc
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/803] Compiling tls13_enc.cc
[5/803] Compiling t1_enc.cc
BUILD FAILURE 6.1 wasm