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 v0.1.0 (f276db), with Swift 6.1 for Wasm on 27 Nov 2025 19:00:20 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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: v0.1.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/alexey1312/Laner
 * tag               v0.1.0     -> FETCH_HEAD
HEAD is now at f276db6 Initial commit
Cloned https://github.com/alexey1312/Laner.git
Revision (git rev-parse @):
f276db6294ea768d650131ca6dfbea5ed3e4c42c
SUCCESS checkout https://github.com/alexey1312/Laner.git at v0.1.0
========================================
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-4609320-0":/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-argument-parser
Fetching https://github.com/swift-server/async-http-client
Fetching https://github.com/apple/swift-crypto
Fetching https://github.com/apple/swift-log
[1/16860] Fetching swift-argument-parser
[676/22094] Fetching swift-argument-parser, swift-log
[6915/36581] Fetching swift-argument-parser, swift-log, async-http-client
[10826/54044] Fetching swift-argument-parser, swift-log, async-http-client, swift-crypto
Fetched https://github.com/apple/swift-log from cache (0.71s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.72s)
[16234/31950] Fetching async-http-client, swift-crypto
Fetched https://github.com/swift-server/async-http-client from cache (1.97s)
Fetched https://github.com/apple/swift-crypto from cache (2.00s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (2.56s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.4 (0.50s)
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.60s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-algorithms.git
[1/1820] Fetching swift-atomics
[256/7386] Fetching swift-atomics, swift-distributed-tracing
[1048/10195] Fetching swift-atomics, swift-distributed-tracing, swift-nio-transport-services
[2873/16515] Fetching swift-atomics, swift-distributed-tracing, swift-nio-transport-services, swift-nio-extras
[10099/22552] Fetching swift-atomics, swift-distributed-tracing, swift-nio-transport-services, swift-nio-extras, swift-algorithms
[12033/34270] Fetching swift-atomics, swift-distributed-tracing, swift-nio-transport-services, swift-nio-extras, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.56s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.56s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.56s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.56s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio.git
[8496/17284] Fetching swift-distributed-tracing, swift-nio-http2
[17285/32572] Fetching swift-distributed-tracing, swift-nio-http2, swift-nio-ssl
[18509/113096] Fetching swift-distributed-tracing, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.11s)
[18497/107530] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.12s)
[6932/95812] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.91s)
Fetched https://github.com/apple/swift-nio.git from cache (5.00s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.1 (6.07s)
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.20s)
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.70s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.12s)
Fetching https://github.com/apple/swift-numerics.git
[1/6384] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.40s)
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.50s)
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.51s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.49s)
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.60s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-types.git
[1/1204] Fetching swift-http-structured-headers
[14/2147] Fetching swift-http-structured-headers, swift-http-types
[1799/3810] Fetching swift-http-structured-headers, swift-http-types, swift-asn1
[3811/10835] Fetching swift-http-structured-headers, swift-http-types, swift-asn1, swift-certificates
[3882/13403] Fetching swift-http-structured-headers, swift-http-types, swift-asn1, swift-certificates, swift-service-lifecycle
[8052/19127] Fetching swift-http-structured-headers, swift-http-types, swift-asn1, swift-certificates, swift-service-lifecycle, swift-async-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.32s)
[12611/17923] Fetching swift-http-types, swift-asn1, swift-certificates, swift-service-lifecycle, swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.44s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.45s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.45s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.45s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.45s)
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 (0.96s)
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.61s)
Fetching https://github.com/apple/swift-collections.git
[1/18314] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.23s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (1.85s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.0 (3.75s)
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.59s)
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.91s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.16.0 (1.10s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 3.15.1 (1.92s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.60s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.90.1 (1.12s)
Fetching https://github.com/apple/swift-system.git
[1/5182] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.45s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.26s)
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-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/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-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-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-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-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-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/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-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-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-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-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-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/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/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-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-crypto
Working copy of https://github.com/apple/swift-crypto resolved at 3.15.1
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-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.4
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
[10/860] Compiling a_time.cc
[11/860] Compiling a_octet.cc
[12/860] Write sources
[14/860] Compiling _CWASI _CWASI.c
[14/860] Compiling _NumericsShims _NumericsShims.c
[15/860] Write sources
[37/860] Compiling bio_mem.cc
[38/860] Compiling _AtomicsShims.c
[39/860] Write swift-version-24593BA9C3E375BF.txt
[40/860] Compiling a_strnid.cc
[41/860] Compiling CNIOWindows shim.c
[42/860] Compiling CNIOWindows WSAStartup.c
[43/860] Compiling CNIOWASI CNIOWASI.c
[44/860] Compiling CNIOPosix event_loop_id.c
[45/860] Compiling a_mbstr.cc
[46/870] Compiling a_strex.cc
[47/880] Compiling a_object.cc
[48/880] Compiling CNIOLinux shim.c
[49/901] Compiling CNIOLinux liburing_shims.c
[50/901] Compiling CNIOLLHTTP c_nio_http.c
[51/901] Compiling CNIOLLHTTP c_nio_api.c
[52/901] Compiling CNIOExtrasZlib empty.c
[53/901] Compiling CNIODarwin shim.c
[54/901] Compiling CNIOBoringSSLShims shims.c
[55/901] Compiling fiat_p256_adx_sqr.S
[56/901] Compiling fiat_p256_adx_mul.S
[57/901] Compiling fiat_curve25519_adx_square.S
[58/901] Compiling fiat_curve25519_adx_mul.S
[59/901] Compiling CNIOLLHTTP c_nio_llhttp.c
[61/901] Compiling RealModule Real.swift
[62/902] Emitting module _NIOBase64
[63/902] Compiling _NIOBase64 Base64.swift
[64/902] Emitting module RealModule
[65/903] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[66/903] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[67/903] Compiling _NIODataStructures PriorityQueue.swift
[68/903] Compiling _NIODataStructures _TinyArray.swift
[69/903] Compiling InternalCollectionsUtilities Debugging.swift
[70/903] Compiling InternalCollectionsUtilities Descriptions.swift
[71/903] Emitting module ServiceContextModule
[72/905] Compiling ServiceContextModule ServiceContext.swift
[73/905] Compiling ServiceContextModule ServiceContextKey.swift
[74/906] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[75/906] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[76/906] Compiling InternalCollectionsUtilities UInt+reversed.swift
[77/906] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[82/906] Compiling RealModule Float16+Real.swift
[83/906] Compiling Logging Locks.swift
[84/906] Emitting module Logging
[85/906] Compiling RealModule RealFunctions.swift
[86/906] Compiling InternalCollectionsUtilities _SortedCollection.swift
[87/906] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[88/906] Compiling RealModule Float80+Real.swift
[90/906] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[91/906] Compiling InternalCollectionsUtilities Integer rank.swift
[92/906] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[95/906] Emitting module InternalCollectionsUtilities
[96/906] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[97/906] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[98/906] Compiling RealModule RelaxedArithmetic.swift
[100/907] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[101/907] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[102/908] Wrapping AST for ServiceContextModule for debugging
[104/914] Wrapping AST for RealModule for debugging
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls_method.cc:17:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
1 error generated.
[105/914] Compiling tls_method.cc
[105/914] Wrapping AST for _NIOBase64 for debugging
[106/914] Emitting module _NIODataStructures
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>
      |          ^~~~~~~~~~~
[106/914] Compiling tls_record.cc
[106/914] Wrapping AST for InternalCollectionsUtilities for debugging
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/800] 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.
[6/803] Compiling tls13_both.cc
[6/803] Compiling tls13_client.cc
[6/803] Compiling tls13_enc.cc
[6/803] Compiling tls13_server.cc
[6/803] Compiling ssl_x509.cc
[6/803] Compiling tls_record.cc
[6/803] Compiling tls_method.cc
[6/803] Compiling t1_enc.cc
BUILD FAILURE 6.1 wasm