Build Information
Failed to build webber, reference 1.9.0 (80b56d
), with Swift 6.1 for Wasm on 29 May 2025 20:30:31 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" 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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swifweb/webber.git
Reference: 1.9.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/swifweb/webber
* tag 1.9.0 -> FETCH_HEAD
HEAD is now at 80b56dc 🪚 Add Ubuntu 22.04 and 24.04 #5
Cloned https://github.com/swifweb/webber.git
Revision (git rev-parse @):
80b56dcdfb66679a33c1a46d6836e53326e5cc1c
SUCCESS checkout https://github.com/swifweb/webber.git at 1.9.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/swifweb/webber.git
https://github.com/swifweb/webber.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor"
},
{
"identity" : "console-kit",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/swifweb/console-kit"
},
{
"identity" : "wasmtransformer",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.3",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftwasm/WasmTransformer"
},
{
"identity" : "webber-tools",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swifweb/webber-tools"
}
],
"manifest_display_name" : "webber",
"name" : "webber",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "Webber",
"targets" : [
"Webber"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "Webber",
"module_type" : "SwiftTarget",
"name" : "Webber",
"path" : "Sources/Webber",
"product_dependencies" : [
"Vapor",
"ConsoleKit",
"WasmTransformer",
"WebberTools"
],
"product_memberships" : [
"Webber"
],
"sources" : [
"Commands/BundleCommand.swift",
"Commands/NewCommand.swift",
"Commands/ReleaseCommand.swift",
"Commands/ServeCommand.swift",
"Commands/VersionCommand.swift",
"Enums/AppType.swift",
"Enums/BrowserType.swift",
"Extensions/Data+Bytes.swift",
"Extensions/String+Random.swift",
"Extensions/String+SwifWebLogo.swift",
"Extensions/URL+FileAttributes.swift",
"Helpers/DetectPlatformType.swift",
"Helpers/WebberContext.swift",
"Helpers/WebberMiddleware.swift",
"Tools/Apt.swift",
"Tools/Arch.swift",
"Tools/Brew.swift",
"Tools/Extractor.swift",
"Tools/Installer.swift",
"Tools/IpConfig.swift",
"Tools/Npm.swift",
"Tools/OpenSSL.swift",
"Tools/Optimizer.swift",
"Tools/Server.swift",
"Tools/Toolchain.swift",
"Tools/ToolchainInstaller.swift",
"Tools/ToolchainRetriever.swift",
"Tools/WasmOpt.swift",
"Tools/Webber+Index.swift",
"Tools/Webber+JS.swift",
"Tools/Webber.swift",
"main.swift"
],
"type" : "executable"
}
],
"tools_version" : "5.7"
}
warning: 'spi-builder-workspace': 'Webber' was identified as an executable target given the presence of a 'main.swift' file. Starting with tools version 5.4.0 executable targets should be declared as 'executableTarget()'
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" 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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/swifweb/console-kit
[1/3105] Fetching console-kit
Fetched https://github.com/swifweb/console-kit from cache (0.37s)
Fetching https://github.com/vapor/vapor
Fetching https://github.com/swifweb/webber-tools
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/swiftwasm/WasmTransformer
[1/103] Fetching webber-tools
[27/3939] Fetching webber-tools, swift-log
[1186/4748] Fetching webber-tools, swift-log, wasmtransformer
Fetched https://github.com/swiftwasm/WasmTransformer from cache (0.54s)
[3863/78317] Fetching webber-tools, swift-log, vapor
Fetched https://github.com/swifweb/webber-tools from cache (0.79s)
Fetched https://github.com/apple/swift-log.git from cache (0.81s)
[2232/74378] Fetching vapor
Fetched https://github.com/vapor/vapor from cache (3.59s)
Computing version for https://github.com/swifweb/webber-tools
Computed https://github.com/swifweb/webber-tools at 1.4.3 (4.20s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.48s)
Computing version for https://github.com/swiftwasm/WasmTransformer
Computed https://github.com/swiftwasm/WasmTransformer at 0.5.0 (2.11s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.53s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 2.6.0 (0.70s)
Computing version for https://github.com/vapor/vapor
Computed https://github.com/vapor/vapor at 4.115.0 (0.69s)
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-service-context.git
[1/3319] Fetching multipart-kit
[1628/5928] Fetching multipart-kit, websocket-kit
[2620/6991] Fetching multipart-kit, websocket-kit, swift-service-context
[3113/12950] Fetching multipart-kit, websocket-kit, swift-service-context, swift-algorithms
[3886/17924] Fetching multipart-kit, websocket-kit, swift-service-context, swift-algorithms, swift-distributed-tracing
Fetched https://github.com/apple/swift-service-context.git from cache (0.44s)
Fetching https://github.com/apple/swift-metrics.git
[14224/16861] Fetching multipart-kit, websocket-kit, swift-algorithms, swift-distributed-tracing
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/vapor/websocket-kit.git from cache (0.46s)
[11665/14252] Fetching multipart-kit, swift-algorithms, swift-distributed-tracing
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-algorithms.git from cache (0.69s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.70s)
Fetching https://github.com/apple/swift-nio-http2.git
[1628/5525] Fetching multipart-kit, swift-metrics
[1849/11439] Fetching multipart-kit, swift-metrics, swift-nio-extras
[6205/13149] Fetching multipart-kit, swift-metrics, swift-nio-extras, swift-atomics
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.57s)
Fetching https://github.com/apple/swift-nio.git
[5544/18762] Fetching multipart-kit, swift-metrics, swift-atomics, swift-nio-http2
Fetched https://github.com/apple/swift-metrics.git from cache (0.69s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.69s)
[3702/14846] Fetching multipart-kit, swift-nio-http2
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/vapor/routing-kit.git
[10987/17216] Fetching multipart-kit, swift-nio-http2, async-kit
[12411/37943] Fetching multipart-kit, swift-nio-http2, async-kit, routing-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.41s)
[22919/111681] Fetching multipart-kit, swift-nio-http2, routing-kit, swift-nio
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/vapor/multipart-kit.git from cache (2.08s)
[37797/108362] Fetching swift-nio-http2, routing-kit, swift-nio
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.56s)
[43560/96835] Fetching routing-kit, swift-nio
[48888/110849] Fetching routing-kit, swift-nio, async-http-client
Fetched https://github.com/vapor/routing-kit.git from cache (1.45s)
[51129/90122] Fetching swift-nio, async-http-client
[57397/104965] Fetching swift-nio, async-http-client, swift-nio-ssl
Fetched https://github.com/swift-server/async-http-client.git from cache (2.03s)
[53971/90951] Fetching swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.44s)
Fetched https://github.com/apple/swift-nio.git from cache (9.14s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (11.07s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.85s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.76s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.74s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.48s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.69s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/16591] Fetching swift-collections
[665/20982] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.68s)
[4480/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.82s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (2.40s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.43s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.72s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2667] 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-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.99s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.69s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.82s)
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
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
[1591/4016] Fetching swift-asn1, swift-service-lifecycle
[1713/5157] Fetching swift-asn1, swift-service-lifecycle, swift-http-structured-headers
[4223/10142] Fetching swift-asn1, swift-service-lifecycle, swift-http-structured-headers, swift-async-algorithms
[4995/16297] Fetching swift-asn1, swift-service-lifecycle, swift-http-structured-headers, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.35s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.35s)
[7243/12281] Fetching swift-http-structured-headers, swift-async-algorithms, swift-certificates
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.37s)
[8160/11140] Fetching swift-async-algorithms, swift-certificates
[11141/12044] Fetching swift-async-algorithms, swift-certificates, swift-http-types
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.42s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.42s)
Fetched https://github.com/apple/swift-http-types.git from cache (1.06s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (2.17s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.01s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/swiftwasm/WasmTransformer at 0.5.0 (0.00s)
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.00s)
Computed https://github.com/apple/swift-crypto.git at 2.6.0 (0.00s)
Computed https://github.com/vapor/vapor at 4.115.0 (0.00s)
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.00s)
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.00s)
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.00s)
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.00s)
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.00s)
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.00s)
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.00s)
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.00s)
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.00s)
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.00s)
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.81s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.64s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (2.47s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.85s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.70s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.68s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.66s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.64s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.76s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (1.07s)
Creating working copy for https://github.com/swifweb/webber-tools
Working copy of https://github.com/swifweb/webber-tools resolved at 1.4.3
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.3.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.20.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.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.4.0
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.2
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.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
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.2.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.31.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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 2.6.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.2.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/swiftwasm/WasmTransformer
Working copy of https://github.com/swiftwasm/WasmTransformer resolved at 0.5.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.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.36.0
Creating working copy for https://github.com/vapor/vapor
Working copy of https://github.com/vapor/vapor resolved at 4.115.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.24.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.83.0
Creating working copy for https://github.com/swifweb/console-kit
Working copy of https://github.com/swifweb/console-kit resolved at master (1ee91b3)
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.26.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.0.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.2.0
warning: 'spi-builder-workspace': 'Webber' was identified as an executable target given the presence of a 'main' file. Starting with tools version 5.4.0 executable targets should be declared as 'executableTarget()'
warning: 'vapor': 'vapor' dependency on 'https://github.com/vapor/console-kit.git' conflicts with dependency on 'https://github.com/swifweb/console-kit' which has the same identity 'console-kit'. this will be escalated to an error in future versions of SwiftPM.
Building for debugging...
/host/spi-builder-workspace/.build/checkouts/async-http-client/Sources/CAsyncHTTPClient/CAsyncHTTPClient.c:37:38: error: call to undeclared function 'strptime_l'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
37 | const char * firstNonProcessed = strptime_l(string, format, result, (locale_t)locale);
| ^
/host/spi-builder-workspace/.build/checkouts/async-http-client/Sources/CAsyncHTTPClient/CAsyncHTTPClient.c:37:38: note: did you mean 'strftime_l'?
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/time.h:93:8: note: 'strftime_l' declared here
93 | size_t strftime_l (char * __restrict, size_t, const char * __restrict, const struct tm * __restrict, locale_t);
| ^
/host/spi-builder-workspace/.build/checkouts/async-http-client/Sources/CAsyncHTTPClient/CAsyncHTTPClient.c:37:18: error: incompatible integer to pointer conversion initializing 'const char *' with an expression of type 'int' [-Wint-conversion]
37 | const char * firstNonProcessed = strptime_l(string, format, result, (locale_t)locale);
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
[0/938] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[0/938] Compiling a_dup.c
[0/938] Compiling a_bitstr.c
[0/938] Compiling a_bool.c
[0/938] Compiling a_int.c
[0/938] Compiling a_i2d_fp.c
[0/938] Compiling a_gentm.c
[0/938] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" 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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'spi-builder-workspace': 'Webber' was identified as an executable target given the presence of a 'main' file. Starting with tools version 5.4.0 executable targets should be declared as 'executableTarget()'
warning: 'vapor': 'vapor' dependency on 'https://github.com/vapor/console-kit.git' conflicts with dependency on 'https://github.com/swifweb/console-kit' which has the same identity 'console-kit'. this will be escalated to an error in future versions of SwiftPM.
[0/1] Planning build
Building for debugging...
[0/938] Write sources
[46/938] Compiling _AtomicsShims.c
[47/938] Compiling CNIOWindows shim.c
[48/938] Compiling CSystem shims.c
[49/938] Compiling CVaporBcrypt blf.c
[50/938] Compiling CNIOWindows WSAStartup.c
[51/938] Compiling CNIOWASI CNIOWASI.c
[52/938] Compiling CNIOLinux liburing_shims.c
[53/938] Compiling CNIOSHA1 c_nio_sha1.c
[54/938] Compiling CNIOLinux shim.c
[55/938] Compiling CVaporBcrypt bcrypt.c
[56/938] Compiling CNIOExtrasZlib empty.c
[57/938] Compiling CNIOLLHTTP c_nio_http.c
[57/938] Compiling CNIODarwin shim.c
[59/938] Compiling fiat_p256_adx_mul.S
[60/938] Compiling fiat_p256_adx_sqr.S
[61/938] Compiling fiat_curve25519_adx_square.S
[62/938] Compiling _NumericsShims _NumericsShims.c
[63/938] Write swift-version-24593BA9C3E375BF.txt
[64/938] Compiling CNIOLLHTTP c_nio_api.c
[65/938] Compiling fiat_curve25519_adx_mul.S
[66/944] Compiling CNIOBoringSSLShims shims.c
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls_record.cc:19:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
32 | #include <pthread.h>
| ^~~~~~~~~~~
1 error generated.
[67/963] Compiling tls_record.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>
| ^~~~~~~~~~~
1 error generated.
[67/963] Compiling tls_method.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>
| ^~~~~~~~~~~
1 error generated.
[67/963] Compiling tls13_server.cc
[68/963] Emitting module WasmTransformer
[68/963] Compiling CNIOLLHTTP c_nio_llhttp.c
[69/963] Emitting module _NIOBase64
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>
| ^~~~~~~~~~~
[69/963] Compiling tls13_enc.cc
BUILD FAILURE 6.1 wasm