Build Information
Failed to build SwiftAppium, reference main (b99d4f), with Swift 6.1 for Wasm on 12 Mar 2026 22:57:45 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/milcgroup/swiftappium.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/milcgroup/swiftappium
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at b99d4f0 Merge pull request #13 from rolandhordos/repair-tests
Cloned https://github.com/milcgroup/swiftappium.git
Revision (git rev-parse @):
b99d4f0ab7344324f796ef3311fe063467709a99
SUCCESS checkout https://github.com/milcgroup/swiftappium.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/milcgroup/swiftappium.git
https://github.com/milcgroup/swiftappium.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
}
],
"manifest_display_name" : "SwiftAppium",
"name" : "SwiftAppium",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "SwiftAppium",
"targets" : [
"SwiftAppium"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "swiftappium",
"targets" : [
"SwiftAppiumCLI"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "SwiftAppiumTests",
"module_type" : "SwiftTarget",
"name" : "SwiftAppiumTests",
"path" : "Tests/SwiftAppiumTests",
"sources" : [
"CLITests.swift",
"ExampleTest/Driver.swift",
"ExampleTest/Environment.swift",
"ExampleTest/ExampleSessionTrait.swift",
"ExampleTest/ExampleTest.swift",
"ExampleTest/Trait.swift",
"MockAppiumClient.swift",
"ModelTests.swift",
"SwiftAppiumTest.swift",
"WebRecorderTests.swift"
],
"target_dependencies" : [
"SwiftAppium"
],
"type" : "test"
},
{
"c99name" : "SwiftAppiumCLI",
"module_type" : "SwiftTarget",
"name" : "SwiftAppiumCLI",
"path" : "Sources/SwiftAppiumCLI",
"product_dependencies" : [
"ArgumentParser",
"Vapor",
"AsyncHTTPClient"
],
"product_memberships" : [
"swiftappium"
],
"sources" : [
"WebRecorder.swift",
"main.swift"
],
"type" : "executable"
},
{
"c99name" : "SwiftAppium",
"module_type" : "SwiftTarget",
"name" : "SwiftAppium",
"path" : "Sources",
"product_dependencies" : [
"AsyncHTTPClient"
],
"product_memberships" : [
"SwiftAppium"
],
"sources" : [
"Core/API.swift",
"Core/Client.swift",
"Core/Driver.swift",
"Core/Platform.swift",
"Core/Session/Session.swift",
"Core/Session/SessionModel.swift",
"Elements/Element.swift",
"Elements/Selector.swift",
"Elements/Strategy.swift",
"Models/Errors/AppiumError.swift",
"Models/Errors/Throwable.swift",
"Models/Errors/TimeoutError.swift",
"Models/Responses/AndroidResponse.swift",
"Models/Responses/CheckedResponse.swift",
"Models/Responses/ElementResponse.swift",
"Models/Responses/SessionResponse.swift",
"Models/Responses/URLResponse.swift",
"Models/Responses/ValueResponse.swift",
"Models/Responses/VisibilityResponse.swift",
"Models/Responses/WebResponse.swift",
"Models/Responses/iOSResponse.swift",
"Models/TestModel.swift",
"Protocols/AppiumClient.swift",
"Protocols/AppiumSession.swift",
"Protocols/Flexible.swift",
"Protocols/Normalizable.swift",
"Protocols/Parameter.swift",
"Scope/ExampleServerTrait.swift",
"Utilities/Logging.swift",
"Utilities/Tag.swift",
"Utilities/Wait.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Sources/Documentation.docc': File not found.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/swift-server/async-http-client.git
[1/17216] Fetching swift-argument-parser
[3445/94059] Fetching swift-argument-parser, vapor
[3962/109626] Fetching swift-argument-parser, vapor, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.41s)
[54870/94059] Fetching swift-argument-parser, vapor
Fetched https://github.com/apple/swift-argument-parser.git from cache (2.68s)
Fetched https://github.com/vapor/vapor.git from cache (2.71s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.0 (3.57s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.32.0 (0.68s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/2821] Fetching swift-nio-transport-services
[1694/9312] Fetching swift-nio-transport-services, swift-nio-extras
[1695/11132] Fetching swift-nio-transport-services, swift-nio-extras, swift-atomics
[3088/16823] Fetching swift-nio-transport-services, swift-nio-extras, swift-atomics, swift-distributed-tracing
[6794/23014] Fetching swift-nio-transport-services, swift-nio-extras, swift-atomics, swift-distributed-tracing, swift-log
Fetching https://github.com/apple/swift-algorithms.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.79s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.82s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.90s)
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.00s)
Fetched https://github.com/apple/swift-log.git from cache (1.01s)
[1/6058] Fetching swift-algorithms
[4303/18115] Fetching swift-algorithms, swift-nio-http2
[7627/33475] Fetching swift-algorithms, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-algorithms.git from cache (0.65s)
[4068/27417] Fetching swift-nio-http2, swift-nio-ssl
[5901/110225] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.78s)
[36824/98168] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.49s)
[36256/82808] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (7.19s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.1 (8.74s)
Fetching https://github.com/apple/swift-service-context.git
[1/1210] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (1.41s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (3.90s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.48s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.3.0 (1.09s)
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-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (0.78s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (1.00s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.40.0 (1.03s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.92s)
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.12s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.32.1 (1.31s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/1219] Fetching swift-http-structured-headers
[416/3881] Fetching swift-http-structured-headers, swift-service-lifecycle
[1623/4832] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-http-types
[4833/11957] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-http-types, swift-certificates
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.68s)
[6730/9295] Fetching swift-http-structured-headers, swift-http-types, swift-certificates
[9296/15523] Fetching swift-http-structured-headers, swift-http-types, swift-certificates, swift-async-algorithms
[9795/17292] Fetching swift-http-structured-headers, swift-http-types, swift-certificates, swift-async-algorithms, swift-asn1
Fetched https://github.com/apple/swift-http-types.git from cache (1.09s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.09s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.10s)
[5818/7997] Fetching swift-async-algorithms, swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.59s)
[5606/6228] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.85s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.96.0 (3.25s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/5601] Fetching swift-system
[2/27900] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.75s)
[2007/22299] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.37s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.10.1 (3.72s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (0.82s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (3.99s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (1.10s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (1.13s)
Fetching https://github.com/apple/swift-crypto.git
[1/17246] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.16s)
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 (4.15s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (1.04s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.0 (1.41s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.2.0 (3.28s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.121.3 (1.11s)
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/vapor/console-kit.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-metrics.git
[1/21356] Fetching routing-kit
[2/23852] Fetching routing-kit, async-kit
[415/27468] Fetching routing-kit, async-kit, multipart-kit
[835/34035] Fetching routing-kit, async-kit, multipart-kit, console-kit
[2783/36953] Fetching routing-kit, async-kit, multipart-kit, console-kit, swift-metrics
[4361/39605] Fetching routing-kit, async-kit, multipart-kit, console-kit, swift-metrics, websocket-kit
Fetched https://github.com/apple/swift-metrics.git from cache (1.00s)
[28079/36687] Fetching routing-kit, async-kit, multipart-kit, console-kit, websocket-kit
Fetched https://github.com/vapor/routing-kit.git from cache (2.18s)
[13364/15331] Fetching async-kit, multipart-kit, console-kit, websocket-kit
Fetched https://github.com/vapor/async-kit.git from cache (3.61s)
Fetched https://github.com/vapor/websocket-kit.git from cache (3.61s)
Fetched https://github.com/vapor/console-kit.git from cache (3.61s)
Fetched https://github.com/vapor/multipart-kit.git from cache (3.69s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.3 (4.62s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (1.05s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.8.0 (1.03s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.98s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.22.0 (1.09s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.94s)
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.3.0
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.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.18.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/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.32.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.26.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.4.1
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.3
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.10.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.4
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.121.3
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.40.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.3
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
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/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.10.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-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.7.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/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.22.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.96.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.2.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-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.32.1
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.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.1
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
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Sources/Documentation.docc': File not found.
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/918] Write sources
[61/918] Compiling _CWASI _CWASI.c
[62/918] Compiling _AtomicsShims.c
[63/918] Compiling _NumericsShims _NumericsShims.c
[64/918] Compiling SimpleFIPS202.c
[65/918] Compiling CXKCPShims shims.c
[66/918] Compiling KeccakSponge.c
[67/918] Compiling KeccakHash.c
[68/918] Compiling CSystem shims.c
[69/918] Compiling CVaporBcrypt bcrypt.c
[70/918] Compiling CNIOWindows shim.c
[71/918] Compiling CVaporBcrypt blf.c
[72/918] Compiling CNIOWindows WSAStartup.c
[73/918] Compiling CNIOWASI CNIOWASI.c
[74/918] Compiling CNIOOpenBSD shim.c
[75/918] Compiling CNIOPosix event_loop_id.c
[76/918] Compiling CNIOSHA1 c_nio_sha1.c
[77/918] Compiling CNIOLinux shim.c
[78/918] Compiling CNIOLinux liburing_shims.c
[79/918] Compiling CNIOLLHTTP c_nio_http.c
[80/918] Compiling CNIOExtrasZlib empty.c
[81/918] Write swift-version-24593BA9C3E375BF.txt
[82/918] Compiling CNIODarwin shim.c
[83/918] Compiling CNIOLLHTTP c_nio_api.c
[84/924] Compiling aes.cc
[85/924] Compiling CNIOBoringSSLShims shims.c
[86/926] Compiling a_bool.cc
[87/926] Compiling a_bitstr.cc
[88/977] Compiling CNIOLLHTTP c_nio_llhttp.c
[90/988] Compiling RealModule AlgebraicField.swift
[91/988] Compiling RealModule ApproximateEquality.swift
[92/989] Compiling RealModule Float80+Real.swift
[93/989] Emitting module _CertificateInternals
[94/989] Compiling _CertificateInternals _TinyArray.swift
[95/989] Compiling SwiftASN1 TimeUtilities.swift
[96/989] Compiling SwiftASN1 UTCTime.swift
[97/992] Compiling ServiceContextModule ServiceContextKey.swift
[98/992] Compiling RealModule RealFunctions.swift
[99/992] Compiling RealModule Float16+Real.swift
[100/992] Compiling RealModule Real.swift
[101/992] Compiling RealModule ElementaryFunctions.swift
[102/992] Compiling RealModule Float+Real.swift
[103/992] Emitting module ServiceContextModule
[104/992] Compiling ServiceContextModule ServiceContext.swift
[105/993] Compiling SwiftASN1 ASN1OctetString.swift
[106/993] Compiling SwiftASN1 ASN1Strings.swift
[109/993] Compiling RealModule AugmentedArithmetic.swift
[110/993] Emitting module RealModule
[112/993] Compiling RealModule Double+Real.swift
[113/993] Compiling SwiftASN1 ASN1Integer.swift
[114/993] Compiling SwiftASN1 ASN1Null.swift
[115/993] Emitting module _NIOBase64
[116/993] Compiling _NIOBase64 Base64.swift
[117/994] Compiling _NIODataStructures PriorityQueue.swift
[118/994] Compiling _NIODataStructures _TinyArray.swift
[125/994] Compiling SwiftASN1 ArraySliceBigint.swift
[126/994] Compiling SwiftASN1 GeneralizedTime.swift
[127/994] Compiling SwiftASN1 ObjectIdentifier.swift
[128/994] Compiling SwiftASN1 PEMDocument.swift
[133/994] Emitting module SystemPackage
[138/998] Compiling RealModule RelaxedArithmetic.swift
[142/1031] Emitting module Instrumentation
[143/1031] Compiling Instrumentation NoOpInstrument.swift
[144/1031] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[145/1031] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[146/1033] Compiling Instrumentation MultiplexInstrument.swift
[147/1033] Compiling Instrumentation Locks.swift
[148/1033] Compiling SystemPackage Syscalls.swift
[149/1033] Compiling SystemPackage WindowsSyscallAdapters.swift
[150/1033] Compiling SystemPackage MachPort.swift
[151/1033] Compiling SystemPackage PlatformString.swift
[152/1033] Compiling Logging MetadataProvider.swift
[153/1033] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[154/1033] Compiling SystemPackage RawIORequest.swift
[155/1033] Compiling SystemPackage Backcompat.swift
[156/1033] Compiling SystemPackage CInterop.swift
[157/1033] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[160/1033] Compiling InternalCollectionsUtilities _SortedCollection.swift
[161/1033] Compiling SystemPackage Constants.swift
[162/1033] Compiling SystemPackage Exports.swift
[163/1033] Compiling SystemPackage Mocking.swift
[164/1033] Compiling SystemPackage RawBuffer.swift
[165/1033] Compiling Instrumentation Instrument.swift
[166/1033] Compiling Instrumentation InstrumentationSystem.swift
[167/1033] Compiling _NIODataStructures Heap.swift
[168/1034] Emitting module _NIODataStructures
[169/1035] Compiling InternalCollectionsUtilities Span+Extras.swift
[170/1035] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[171/1035] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[172/1035] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[173/1035] Emitting module SwiftASN1
[174/1035] Emitting module Logging
[179/1035] Compiling InternalCollectionsUtilities Integer rank.swift
[180/1035] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[181/1035] Compiling InternalCollectionsUtilities UInt+reversed.swift
[182/1061] Compiling Atomics UnsafeAtomic.swift
[183/1061] Compiling Atomics UnsafeAtomicLazyReference.swift
[184/1061] Compiling Atomics DoubleWord.swift
[186/1062] Compiling Tracing InstrumentationSystem+Tracing.swift
[190/1064] Emitting module InternalCollectionsUtilities
[191/1064] Compiling Tracing TracingTime.swift
[192/1064] Compiling Atomics AtomicMemoryOrderings.swift
[194/1064] Compiling Atomics AtomicStorage.swift
[195/1064] Compiling Atomics AtomicValue.swift
[196/1064] Compiling Atomics ManagedAtomic.swift
[197/1064] Compiling Atomics ManagedAtomicLazyReference.swift
[198/1064] Emitting module Tracing
[199/1064] Compiling SystemPackage SystemString.swift
[200/1064] Compiling SystemPackage Util+StringArray.swift
[201/1064] Compiling SystemPackage Util.swift
[202/1064] Compiling SystemPackage UtilConsumers.swift
[203/1065] Compiling Tracing Tracer.swift
[204/1067] Compiling Tracing TracerProtocol.swift
[206/1067] Compiling Tracing TracerProtocol+Legacy.swift
[210/1067] Compiling Atomics AtomicInteger.swift
[211/1067] Compiling Atomics AtomicOptionalWrappable.swift
[212/1067] Compiling Atomics AtomicReference.swift
[213/1067] Compiling Atomics Primitives.native.swift
[215/1067] Compiling Atomics IntegerConformances.swift
[216/1067] Compiling Atomics PointerConformances.swift
[217/1068] Compiling Atomics IntegerOperations.swift
[218/1068] Compiling Atomics Unmanaged extensions.swift
[222/1093] Wrapping AST for _NIODataStructures for debugging
[224/1093] Compiling Tracing NoOpTracer.swift
[225/1093] Compiling Tracing SpanProtocol.swift
[226/1094] Compiling Logging Logging.swift
[227/1094] Compiling Logging LogHandler.swift
[228/1094] Compiling Logging Locks.swift
[229/1095] Compiling CoreMetrics Locks.swift
[230/1095] Emitting module CoreMetrics
[231/1095] Compiling CoreMetrics Metrics.swift
[235/1229] Compiling OrderedCollections _HashTable+Bucket.swift
[236/1229] Compiling OrderedCollections _HashTable+BucketIterator.swift
[237/1229] Compiling OrderedCollections _HashTable+Constants.swift
[238/1229] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[239/1229] Compiling OrderedCollections _HashTable+Testing.swift
[240/1229] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[241/1229] Compiling OrderedCollections _HashTable.swift
[242/1229] Compiling OrderedCollections _Hashtable+Header.swift
[243/1229] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[244/1229] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[244/1238] Compiling KeccakP-1600-opt64.c
[246/1245] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[247/1245] Compiling HeapModule Heap+Descriptions.swift
[252/1248] Compiling OrderedCollections OrderedDictionary+Elements.swift
[253/1248] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[254/1248] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[255/1248] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[256/1248] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[257/1248] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[258/1248] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[259/1248] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[260/1248] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[261/1248] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[262/1248] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[263/1248] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[264/1248] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[265/1248] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[266/1248] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[267/1248] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[268/1248] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[269/1248] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[270/1248] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[271/1248] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[272/1255] Compiling HeapModule _HeapNode.swift
[273/1255] Compiling ArgumentParserToolInfo ToolInfo.swift
[274/1255] Emitting module ArgumentParserToolInfo
[275/1256] Compiling HeapModule Heap.swift
[277/1256] Compiling HeapModule Heap+UnsafeHandle.swift
[278/1256] Compiling HeapModule Heap+Invariants.swift
[279/1256] Emitting module HeapModule
[283/1257] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[284/1257] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[285/1257] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[286/1257] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[287/1257] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[288/1257] Compiling OrderedCollections OrderedDictionary+Values.swift
[289/1257] Compiling OrderedCollections OrderedDictionary+Codable.swift
[290/1257] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[297/1257] Compiling OrderedCollections OrderedSet+Initializers.swift
[298/1257] Compiling OrderedCollections OrderedSet+Insertions.swift
[299/1257] Compiling OrderedCollections OrderedSet+Invariants.swift
[300/1257] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[301/1257] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[302/1257] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[303/1257] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[304/1257] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[305/1257] Compiling Algorithms Trim.swift
[306/1257] Compiling Algorithms Unique.swift
[307/1257] Compiling Algorithms Windows.swift
[308/1257] Compiling OrderedCollections OrderedSet+Descriptions.swift
[309/1257] Compiling OrderedCollections OrderedSet+Diffing.swift
[310/1257] Compiling OrderedCollections OrderedSet+Equatable.swift
[311/1257] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[312/1257] Compiling OrderedCollections OrderedSet+Hashable.swift
[313/1257] Emitting module Atomics
[314/1300] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[315/1300] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[316/1300] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[317/1300] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[318/1300] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[319/1300] Compiling HashTreeCollections _HashNode+Structural merge.swift
[321/1315] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[322/1315] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[323/1315] Compiling HashTreeCollections _HashNode+Structural union.swift
[324/1315] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[328/1315] Compiling HashTreeCollections _HashNode.swift
[329/1315] Compiling HashTreeCollections _HashNodeHeader.swift
[330/1315] Compiling HashTreeCollections _HashSlot.swift
[331/1315] Compiling HashTreeCollections _HashStack.swift
[332/1315] Compiling HashTreeCollections _AncestorHashSlots.swift
[333/1315] Compiling HashTreeCollections _Bitmap.swift
[334/1315] Compiling HashTreeCollections _Bucket.swift
[335/1315] Compiling HashTreeCollections _Hash.swift
[336/1315] Compiling HashTreeCollections _HashLevel.swift
[337/1315] Compiling HashTreeCollections _HashNode+Builder.swift
[338/1315] Compiling HashTreeCollections _HashNode+Debugging.swift
[339/1315] Compiling HashTreeCollections _HashNode+Initializers.swift
[340/1348] Compiling Metrics Metrics.swift
[341/1348] Emitting module Metrics
[342/1349] Compiling ContainersPreview ContainerAlgorithms.swift
[343/1349] Compiling ContainersPreview Borrow.swift
[344/1349] Compiling ContainersPreview Box.swift
[346/1349] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[347/1349] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[348/1350] Compiling ContainersPreview Inout.swift
[349/1350] Compiling ContainersPreview InputSpan.swift
[350/1350] Compiling ContainersPreview OutputSpan+Extras.swift
[351/1350] Compiling ContainersPreview TemporaryAllocation.swift
[353/1350] Compiling ContainersPreview Drain.swift
[354/1350] Compiling ContainersPreview Producer.swift
[357/1350] Compiling ContainersPreview Container.swift
[359/1350] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[360/1350] Compiling ContainersPreview BorrowingSequence.swift
[361/1350] Emitting module ContainersPreview
[371/1350] Compiling ContainersPreview Shared.swift
[373/1398] Wrapping AST for _NIOBase64 for debugging
[375/1398] Compiling HashTreeCollections TreeSet+Descriptions.swift
[376/1398] Compiling HashTreeCollections TreeSet+Equatable.swift
[377/1398] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[378/1398] Compiling HashTreeCollections TreeSet+Extras.swift
[379/1398] Compiling HashTreeCollections TreeSet+Filter.swift
[380/1398] Compiling HashTreeCollections TreeSet+Hashable.swift
[381/1398] Compiling HashTreeCollections TreeSet+Sendable.swift
[382/1398] Compiling HashTreeCollections TreeSet+Sequence.swift
[383/1398] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[388/1398] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[389/1398] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[390/1398] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[391/1398] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[392/1398] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[393/1398] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[400/1408] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[401/1408] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[402/1408] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[402/1408] Wrapping AST for _CertificateInternals for debugging
[404/1433] Compiling RoutingKit AnyRouter.swift
[405/1433] Emitting module RoutingKit
[406/1448] Compiling DequeModule Deque+Equatable.swift
[407/1448] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[408/1448] Compiling DequeModule Deque+Extras.swift
[409/1448] Compiling DequeModule Deque+Hashable.swift
[410/1448] Compiling DequeModule Deque+Codable.swift
[411/1448] Compiling DequeModule Deque+Collection.swift
[412/1448] Compiling DequeModule Deque+CustomReflectable.swift
[413/1448] Compiling DequeModule Deque+Descriptions.swift
[417/1448] Wrapping AST for Tracing for debugging
[419/1448] Compiling DequeModule UniqueDeque+Consumption.swift
[420/1448] Compiling DequeModule UniqueDeque+Container.swift
[421/1448] Compiling DequeModule UniqueDeque+Descriptions.swift
[422/1448] Compiling DequeModule UniqueDeque+Equatable.swift
[423/1448] Compiling DequeModule UniqueDeque+Experimental.swift
[424/1448] Compiling DequeModule UniqueDeque+Hashable.swift
[425/1448] Compiling DequeModule UniqueDeque+Initializers.swift
[426/1448] Compiling DequeModule UniqueDeque+Insertions.swift
[427/1448] Compiling DequeModule UniqueDeque+Prepend.swift
[428/1448] Compiling DequeModule UniqueDeque+Removals.swift
[429/1453] Compiling DequeModule RigidDeque+Equatable.swift
[430/1453] Compiling DequeModule RigidDeque+Experimental.swift
[431/1453] Compiling DequeModule RigidDeque+Hashable.swift
[432/1453] Compiling DequeModule RigidDeque+Initializers.swift
[433/1453] Compiling DequeModule RigidDeque+Insertions.swift
[434/1453] Compiling DequeModule RigidDeque+Prepend.swift
[435/1453] Compiling DequeModule UniqueDeque.swift
[436/1453] Compiling DequeModule _DequeSlot.swift
[437/1453] Compiling DequeModule _UnsafeDequeHandle.swift
[438/1453] Compiling DequeModule _UnsafeDequeSegments.swift
[439/1453] Compiling ArgumentParser SplitArguments.swift
[440/1453] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[441/1453] Compiling HashTreeCollections TreeDictionary+Filter.swift
[442/1453] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[443/1453] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[444/1453] Compiling HashTreeCollections TreeDictionary+Keys.swift
[454/1453] Compiling DequeModule UniqueDeque+Replacements.swift
[455/1453] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[456/1453] Compiling HashTreeCollections TreeDictionary+Merge.swift
[457/1453] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[458/1453] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[459/1453] Compiling HashTreeCollections TreeDictionary+Values.swift
[460/1453] Compiling HashTreeCollections TreeDictionary.swift
[461/1453] Compiling HashTreeCollections TreeSet+Codable.swift
[462/1453] Compiling HashTreeCollections TreeSet+Collection.swift
[463/1453] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[464/1453] Compiling HashTreeCollections TreeSet+Debugging.swift
[465/1453] Compiling DequeModule RigidDeque+Removals.swift
[466/1453] Compiling DequeModule RigidDeque+Replacements.swift
[467/1453] Compiling DequeModule RigidDeque+Testing.swift
[468/1453] Compiling DequeModule RigidDeque.swift
[469/1453] Compiling DequeModule UniqueDeque+Append.swift
[469/1453] Wrapping AST for SystemPackage for debugging
[488/1453] Compiling RoutingKit Parameters.swift
[489/1453] Compiling RoutingKit Router.swift
[490/1453] Compiling RoutingKit TrieRouter.swift
[491/1453] Compiling RoutingKit PathComponent.swift
[503/1454] Compiling DequeModule _DequeBuffer.swift
[504/1454] Compiling DequeModule _DequeBufferHeader.swift
[505/1454] Compiling DequeModule RigidDeque+Append.swift
[506/1454] Compiling DequeModule RigidDeque+Consumption.swift
[507/1454] Compiling DequeModule RigidDeque+Container.swift
[508/1454] Compiling DequeModule RigidDeque+Descriptions.swift
[509/1454] Wrapping AST for SwiftASN1 for debugging
[511/1454] Emitting module _RopeModule
[511/1455] Wrapping AST for ServiceContextModule for debugging
[512/1455] Wrapping AST for RealModule for debugging
[515/1455] Emitting module OrderedCollections
[515/1455] Wrapping AST for Metrics for debugging
[516/1456] Wrapping AST for RoutingKit for debugging
[521/1456] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[522/1456] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[523/1456] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[524/1456] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[525/1456] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[526/1456] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[527/1456] Compiling HashTreeCollections TreeSet.swift
[527/1456] Wrapping AST for _RopeModule for debugging
[529/1456] Wrapping AST for Logging for debugging
[530/1456] Wrapping AST for InternalCollectionsUtilities for debugging
[538/1462] Emitting module ArgumentParser
[538/1462] Wrapping AST for Instrumentation for debugging
[539/1462] Wrapping AST for HeapModule for debugging
[540/1462] Wrapping AST for CoreMetrics for debugging
[541/1462] Wrapping AST for ContainersPreview for debugging
[542/1462] Compiling fiat_p256_adx_sqr.S
[543/1462] Compiling fiat_p256_adx_mul.S
[546/1462] Compiling DequeModule Deque+Testing.swift
[547/1462] Compiling DequeModule Deque._Storage.swift
[548/1462] Compiling DequeModule Deque._UnsafeHandle.swift
[549/1462] Compiling DequeModule Deque.swift
[551/1462] Compiling fiat_curve25519_adx_square.S
[552/1462] Compiling fiat_curve25519_adx_mul.S
[554/1462] Emitting module Algorithms
[554/1463] Wrapping AST for OrderedCollections for debugging
[580/1463] Compiling ArgumentParser Tree.swift
[581/1463] Compiling ArgumentParser CodingKeyValidator.swift
[582/1463] Compiling ArgumentParser NonsenseFlagsValidator.swift
[583/1463] Compiling ArgumentParser ParsableArgumentsValidation.swift
[584/1463] Compiling ArgumentParser PositionalArgumentsValidator.swift
[585/1463] Compiling ArgumentParser UniqueNamesValidator.swift
[619/1463] Emitting module DequeModule
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.
[619/1463] Compiling tls_method.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>
| ^~~~~~~~~~~
[619/1463] Compiling tls_record.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>
| ^~~~~~~~~~~
[626/1463] Compiling tls13_server.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_client.cc:30:
/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>
| ^~~~~~~~~~~
[626/1463] 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>
| ^~~~~~~~~~~
[626/1463] Compiling tls13_enc.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Sources/Documentation.docc': File not found.
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/808] 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.
[3/827] Compiling tls13_both.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_client.cc:30:
/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.
[3/827] Compiling tls13_client.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>
| ^~~~~~~~~~~
[3/827] Compiling tls_record.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/ssl_x509.cc:23:
/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>
| ^~~~~~~~~~~
[3/827] Compiling ssl_x509.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/t1_enc.cc:28:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
32 | #include <pthread.h>
| ^~~~~~~~~~~
[3/827] Compiling t1_enc.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>
| ^~~~~~~~~~~
[3/827] Compiling tls13_server.cc
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>
| ^~~~~~~~~~~
[3/827] Compiling tls_method.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>
| ^~~~~~~~~~~
[3/827] Compiling tls13_enc.cc
BUILD FAILURE 6.1 wasm