Build Information
Failed to build A2A, reference main (2dbdef), with Swift 6.1 for Wasm on 20 Mar 2026 16:49:21 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/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Victory-Apps/a2a-swift.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/Victory-Apps/a2a-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 2dbdef6 Add ASCII art banner to README
Cloned https://github.com/Victory-Apps/a2a-swift.git
Revision (git rev-parse @):
2dbdef6a394844798da547b2ccb2fe2066433662
SUCCESS checkout https://github.com/Victory-Apps/a2a-swift.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/Victory-Apps/a2a-swift.git
https://github.com/Victory-Apps/a2a-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.100.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
}
],
"manifest_display_name" : "A2A",
"name" : "A2A",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "A2A",
"targets" : [
"A2A"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "A2AVapor",
"targets" : [
"A2AVapor"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "A2ATesting",
"targets" : [
"A2ATesting"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "A2AVaporTests",
"module_type" : "SwiftTarget",
"name" : "A2AVaporTests",
"path" : "Tests/A2AVaporTests",
"product_dependencies" : [
"VaporTesting"
],
"sources" : [
"A2AVaporTests.swift"
],
"target_dependencies" : [
"A2AVapor"
],
"type" : "test"
},
{
"c99name" : "A2AVapor",
"module_type" : "SwiftTarget",
"name" : "A2AVapor",
"path" : "Sources/A2AVapor",
"product_dependencies" : [
"Vapor"
],
"product_memberships" : [
"A2AVapor"
],
"sources" : [
"A2AVapor.swift",
"RoutesBuilder+A2A.swift"
],
"target_dependencies" : [
"A2A"
],
"type" : "library"
},
{
"c99name" : "A2ATests",
"module_type" : "SwiftTarget",
"name" : "A2ATests",
"path" : "Tests/A2ATests",
"sources" : [
"AgentCardResolverTests.swift",
"AgentCardTests.swift",
"DefaultRequestHandlerTests.swift",
"EventQueueTests.swift",
"InMemoryTaskStoreTests.swift",
"JSONRPCTests.swift",
"ModelTests.swift",
"RouterTests.swift",
"SSEConfigurationTests.swift",
"SSELineParserTests.swift",
"SSEStreamingTests.swift"
],
"target_dependencies" : [
"A2A"
],
"type" : "test"
},
{
"c99name" : "A2ATestingTests",
"module_type" : "SwiftTarget",
"name" : "A2ATestingTests",
"path" : "Tests/A2ATestingTests",
"sources" : [
"FixtureTests.swift",
"MockClientTests.swift",
"MockExecutorTests.swift",
"StreamHelperTests.swift"
],
"target_dependencies" : [
"A2ATesting"
],
"type" : "test"
},
{
"c99name" : "A2ATesting",
"module_type" : "SwiftTarget",
"name" : "A2ATesting",
"path" : "Sources/A2ATesting",
"product_memberships" : [
"A2ATesting"
],
"sources" : [
"A2ATesting.swift",
"Fixtures/AgentCard+Fixture.swift",
"Fixtures/Message+Fixture.swift",
"Fixtures/Part+Fixture.swift",
"Fixtures/Task+Fixture.swift",
"Helpers/StreamAssertions.swift",
"Helpers/StreamCollector.swift",
"Mocks/MockA2AClient.swift",
"Mocks/MockAgentExecutor.swift",
"Mocks/MockAgentHandler.swift"
],
"target_dependencies" : [
"A2A"
],
"type" : "library"
},
{
"c99name" : "A2A",
"module_type" : "SwiftTarget",
"name" : "A2A",
"path" : "Sources/A2A",
"product_memberships" : [
"A2A",
"A2AVapor",
"A2ATesting"
],
"sources" : [
"A2A.swift",
"Client/A2AClient.swift",
"Client/AgentCardResolver.swift",
"Client/ClientInterceptor.swift",
"Client/ConnectionState.swift",
"Client/SSEConfiguration.swift",
"Client/SSELineParser.swift",
"Client/StreamingSession.swift",
"JSONRPC/JSONRPCMessage.swift",
"Models/AgentCard.swift",
"Models/Artifact.swift",
"Models/Errors.swift",
"Models/Events.swift",
"Models/JSONValue.swift",
"Models/Message.swift",
"Models/Part.swift",
"Models/PushNotification.swift",
"Models/Requests.swift",
"Models/Security.swift",
"Models/Task.swift",
"Server/A2AServer.swift",
"Server/AgentExecutor.swift",
"Server/DefaultRequestHandler.swift",
"Server/EventQueue.swift",
"Server/InMemoryTaskStore.swift",
"Server/PushNotificationSender.swift",
"Server/RequestContext.swift",
"Server/TaskManager.swift",
"Server/TaskStore.swift"
],
"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/swiftpackageindex/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 swiftpackageindex/spi-images
Digest: sha256:a7b4552feb759c014e60bb7d16019351f72ce4b9f19dbbaa081e1f5551c90672
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
Fetching https://github.com/vapor/vapor.git
[1/76849] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (2.23s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.121.3 (4.20s)
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
[1/1769] Fetching swift-asn1
[1647/4421] Fetching swift-asn1, websocket-kit
[2460/6241] Fetching swift-asn1, websocket-kit, swift-atomics
[3244/13366] Fetching swift-asn1, websocket-kit, swift-atomics, swift-certificates
[6703/19424] Fetching swift-asn1, websocket-kit, swift-atomics, swift-certificates, swift-algorithms
Fetched https://github.com/vapor/websocket-kit.git from cache (0.42s)
[10341/16772] Fetching swift-asn1, swift-atomics, swift-certificates, swift-algorithms
Fetching https://github.com/apple/swift-service-context.git
[16417/20388] Fetching swift-asn1, swift-atomics, swift-certificates, swift-algorithms, multipart-kit
Fetched https://github.com/apple/swift-algorithms.git from cache (0.61s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.64s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.64s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.65s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-metrics.git
[1629/4826] Fetching multipart-kit, swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.32s)
Fetching https://github.com/apple/swift-nio-http2.git
[1629/9307] Fetching multipart-kit, swift-distributed-tracing
[1743/12281] Fetching multipart-kit, swift-distributed-tracing, swift-metrics
[4482/18772] Fetching multipart-kit, swift-distributed-tracing, swift-metrics, swift-nio-extras
[12116/25006] Fetching multipart-kit, swift-distributed-tracing, swift-metrics, swift-nio-extras, swift-log
Fetched https://github.com/apple/swift-metrics.git from cache (0.38s)
[15617/22032] Fetching multipart-kit, swift-distributed-tracing, swift-nio-extras, swift-log
Fetching https://github.com/apple/swift-nio-ssl.git
[17614/34102] Fetching multipart-kit, swift-distributed-tracing, swift-nio-extras, swift-log, swift-nio-http2
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.59s)
[16526/28411] Fetching multipart-kit, swift-nio-extras, swift-log, swift-nio-http2
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.58s)
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/apple/swift-log.git from cache (0.62s)
Fetching https://github.com/apple/swift-crypto.git
[4284/15686] Fetching multipart-kit, swift-nio-http2
[8027/37042] Fetching multipart-kit, swift-nio-http2, routing-kit
[25253/52402] Fetching multipart-kit, swift-nio-http2, routing-kit, swift-nio-ssl
[31120/69648] Fetching multipart-kit, swift-nio-http2, routing-kit, swift-nio-ssl, swift-crypto
[32424/152532] Fetching multipart-kit, swift-nio-http2, routing-kit, swift-nio-ssl, swift-crypto, swift-nio
[77625/148916] Fetching swift-nio-http2, routing-kit, swift-nio-ssl, swift-crypto, swift-nio
Fetched https://github.com/vapor/multipart-kit.git from cache (2.63s)
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.62s)
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/vapor/routing-kit.git from cache (2.14s)
Fetching https://github.com/swift-server/async-http-client.git
[61102/115490] Fetching swift-nio-ssl, swift-crypto, swift-nio
[64724/122057] Fetching swift-nio-ssl, swift-crypto, swift-nio, console-kit
[69248/124553] Fetching swift-nio-ssl, swift-crypto, swift-nio, console-kit, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.57s)
[75430/137682] Fetching swift-nio-ssl, swift-crypto, swift-nio, console-kit, async-http-client
Fetched https://github.com/vapor/console-kit.git from cache (1.32s)
[69019/131115] Fetching swift-nio-ssl, swift-crypto, swift-nio, async-http-client
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.12s)
[60846/115755] Fetching swift-crypto, swift-nio, async-http-client
Fetched https://github.com/apple/swift-crypto.git from cache (3.14s)
[63698/98509] Fetching swift-nio, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.44s)
[55533/82884] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (7.01s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (8.81s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (29.13s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.50s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.3 (1.40s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (1.05s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2821] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.39s)
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.01s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (0.71s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.1 (0.72s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.78s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (3.07s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.8.0 (0.63s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.96s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (1.13s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.22.0 (0.91s)
Fetching https://github.com/apple/swift-collections.git
[1/22628] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.09s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.96.0 (4.02s)
Fetching https://github.com/apple/swift-system.git
[1/5601] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.82s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (1.69s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.67s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.1 (0.98s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (1.05s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.3.0 (2.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.54s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.33.0 (0.67s)
Fetching https://github.com/apple/swift-http-types.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-async-algorithms.git
[1/1219] Fetching swift-http-structured-headers
[1220/2170] Fetching swift-http-structured-headers, swift-http-types
[1477/4846] Fetching swift-http-structured-headers, swift-http-types, swift-service-lifecycle
[4847/11074] Fetching swift-http-structured-headers, swift-http-types, swift-service-lifecycle, swift-async-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.47s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.47s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.47s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.48s)
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 (1.02s)
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.63s)
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.56s)
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.55s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.41.0 (0.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.1 (0.58s)
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-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-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/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/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.32.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.1
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/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-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.33.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/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-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-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/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.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.96.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-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-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/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/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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.6.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.3.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.18.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.41.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.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-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.8.0
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
Building for debugging...
[0/861] Write sources
[51/861] Compiling _NumericsShims _NumericsShims.c
[51/861] Compiling _CWASI _CWASI.c
[51/861] Compiling _AtomicsShims.c
[54/861] Compiling SimpleFIPS202.c
[55/861] Compiling CXKCPShims shims.c
[56/861] Compiling KeccakSponge.c
[57/861] Compiling CNIOWindows shim.c
[58/861] Compiling KeccakHash.c
[59/861] Compiling CSystem shims.c
[60/861] Compiling CNIOWindows WSAStartup.c
[60/861] Compiling CNIOWASI CNIOWASI.c
[62/861] Compiling CVaporBcrypt bcrypt.c
[63/861] Compiling CNIOPosix event_loop_id.c
[64/861] Compiling CNIOLinux shim.c
[64/861] Compiling CNIOOpenBSD shim.c
[66/861] Compiling CNIOLinux liburing_shims.c
[67/861] Compiling CNIOSHA1 c_nio_sha1.c
[68/861] Compiling CVaporBcrypt blf.c
[69/861] Compiling CNIOLLHTTP c_nio_http.c
[70/861] Compiling CNIOExtrasZlib zutil.c
[71/861] Compiling CNIOExtrasZlib inftrees.c
[72/861] Compiling CNIOLLHTTP c_nio_api.c
[73/861] Compiling CNIOExtrasZlib inffast.c
[74/861] Compiling CNIOExtrasZlib trees.c
[75/861] Compiling CNIOExtrasZlib crc32.c
[76/861] Write swift-version-24593BA9C3E375BF.txt
[77/861] Compiling CNIODarwin shim.c
[78/861] Compiling CNIOExtrasZlib adler32.c
[79/861] Compiling CNIOExtrasZlib inflate.c
[80/861] Compiling fiat_p256_adx_sqr.S
[81/861] Compiling CNIOExtrasZlib deflate.c
[82/917] Compiling CNIOBoringSSLShims shims.c
[84/917] Emitting module _CertificateInternals
[85/920] Emitting module SystemPackage
[85/924] Compiling CNIOLLHTTP c_nio_llhttp.c
[87/935] Compiling ServiceContextModule ServiceContext.swift
[88/935] Emitting module ServiceContextModule
[89/935] Emitting module RealModule
[90/936] Compiling SwiftASN1 ASN1OctetString.swift
[91/936] Compiling SwiftASN1 ASN1Strings.swift
[92/938] Compiling RealModule ElementaryFunctions.swift
[93/938] Compiling RealModule Float+Real.swift
[94/938] Compiling RealModule Real.swift
[95/938] Compiling RealModule RealFunctions.swift
[96/938] Compiling _CertificateInternals _TinyArray.swift
[97/938] Compiling SwiftASN1 TimeUtilities.swift
[98/938] Compiling SwiftASN1 UTCTime.swift
[99/938] Compiling RealModule AugmentedArithmetic.swift
[100/938] Compiling RealModule Double+Real.swift
[101/938] Compiling RealModule AlgebraicField.swift
[102/938] Compiling RealModule ApproximateEquality.swift
[108/939] Compiling RealModule Float80+Real.swift
[109/939] Compiling RealModule Float16+Real.swift
[110/939] Compiling ServiceContextModule ServiceContextKey.swift
[111/939] Compiling _NIODataStructures _TinyArray.swift
[112/939] Compiling _NIOBase64 Base64.swift
[113/939] Emitting module _NIOBase64
[118/941] Compiling SwiftASN1 ASN1Integer.swift
[119/941] Compiling SwiftASN1 ASN1Null.swift
[120/941] Compiling RealModule RelaxedArithmetic.swift
[121/942] Compiling SystemPackage SystemString.swift
[122/942] Compiling SystemPackage Util+StringArray.swift
[123/942] Compiling SystemPackage Util.swift
[124/942] Compiling SystemPackage UtilConsumers.swift
[133/942] Compiling _NIODataStructures PriorityQueue.swift
[137/942] Emitting module SwiftASN1
[138/948] Compiling SwiftASN1 ArraySliceBigint.swift
[139/948] Compiling SwiftASN1 GeneralizedTime.swift
[140/948] Compiling SwiftASN1 ObjectIdentifier.swift
[141/948] Compiling SwiftASN1 PEMDocument.swift
[142/948] Compiling SystemPackage FilePathSyntax.swift
[143/948] Compiling SystemPackage FilePathTemp.swift
[144/948] Compiling SystemPackage FilePathTempPosix.swift
[145/948] Compiling SystemPackage FilePathTempWindows.swift
[148/948] Compiling SwiftASN1 DER.swift
[149/948] Compiling SwiftASN1 Errors.swift
[150/974] Compiling SystemPackage Constants.swift
[151/974] Compiling SystemPackage Exports.swift
[152/974] Compiling SystemPackage Mocking.swift
[153/974] Compiling SystemPackage RawBuffer.swift
[154/974] Compiling SystemPackage Syscalls.swift
[155/974] Compiling SystemPackage WindowsSyscallAdapters.swift
[156/974] Compiling SystemPackage MachPort.swift
[157/974] Compiling SystemPackage PlatformString.swift
[158/974] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[159/974] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[160/974] Compiling InternalCollectionsUtilities Span+Extras.swift
[161/974] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[162/975] Compiling _NIODataStructures Heap.swift
[163/975] Emitting module _NIODataStructures
[164/976] Compiling Logging MetadataProvider.swift
[166/976] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[167/976] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[168/976] Compiling Instrumentation MultiplexInstrument.swift
[169/978] Compiling Instrumentation Locks.swift
[170/978] Compiling Instrumentation NoOpInstrument.swift
[172/978] Compiling Instrumentation Instrument.swift
[173/978] Emitting module Instrumentation
[174/978] Compiling Instrumentation InstrumentationSystem.swift
[175/979] Emitting module Logging
[176/979] Compiling Logging Locks.swift
[176/979] Compiling fiat_p256_adx_mul.S
[177/979] Compiling fiat_curve25519_adx_square.S
[179/979] Compiling InternalCollectionsUtilities _SortedCollection.swift
[180/979] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[182/979] Compiling InternalCollectionsUtilities String+Padding.swift
[183/979] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[183/979] Compiling fiat_curve25519_adx_mul.S
[185/979] Emitting module CoreMetrics
[186/979] Compiling InternalCollectionsUtilities Debugging.swift
[187/979] Compiling InternalCollectionsUtilities Descriptions.swift
[188/979] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[192/979] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[197/988] Compiling InternalCollectionsUtilities Integer rank.swift
[198/988] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[199/988] Compiling InternalCollectionsUtilities UInt+reversed.swift
[200/988] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[201/988] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[202/988] Emitting module InternalCollectionsUtilities
[203/989] Compiling Tracing InstrumentationSystem+Tracing.swift
[204/989] Compiling KeccakP-1600-opt64.c
[206/989] Compiling Logging LogHandler.swift
[207/989] Compiling Logging Logging.swift
[208/990] Compiling Tracing TracingTime.swift
[209/990] Compiling Tracing TracerProtocol.swift
[210/990] Emitting module Tracing
[212/990] Compiling Tracing TracerProtocol+Legacy.swift
[213/990] Compiling Tracing Tracer.swift
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.
[213/990] Compiling tls_method.cc
[213/991] Compiling tls13_enc.cc
[214/991] Compiling Tracing NoOpTracer.swift
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>
| ^~~~~~~~~~~
[214/991] Compiling tls13_server.cc
[215/991] Compiling CoreMetrics Locks.swift
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>
| ^~~~~~~~~~~
[215/991] Compiling tls_record.cc
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/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:a7b4552feb759c014e60bb7d16019351f72ce4b9f19dbbaa081e1f5551c90672
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/773] Write sources
[1/774] Compiling fiat_curve25519_adx_square.S
[2/774] Compiling fiat_p256_adx_mul.S
[3/774] Compiling md5-x86_64-linux.S
[4/774] Compiling fiat_curve25519_adx_mul.S
[5/774] Compiling md5-x86_64-apple.S
[6/774] Compiling fiat_p256_adx_sqr.S
[7/774] Write swift-version-24593BA9C3E375BF.txt
[8/774] Compiling CCryptoBoringSSLShims shims.c
[10/778] Compiling _NIODataStructures Heap.swift
[11/778] Compiling _NIODataStructures PriorityQueue.swift
[12/778] Compiling _NIODataStructures _TinyArray.swift
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.
[12/778] Compiling tls_record.cc
[12/778] Compiling t1_enc.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>
| ^~~~~~~~~~~
[12/778] Compiling tls13_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>
| ^~~~~~~~~~~
[12/778] 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>
| ^~~~~~~~~~~
[12/778] Compiling tls_method.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>
| ^~~~~~~~~~~
[12/778] Compiling tls13_client.cc
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>
| ^~~~~~~~~~~
[12/778] Compiling tls13_both.cc
BUILD FAILURE 6.1 wasm