The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SebbuKit, reference main (46e735), with Swift 6.3 for Wasm on 13 Apr 2026 19:13:38 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.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MarSe32m/SebbuKit.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/MarSe32m/SebbuKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 46e735b Update windows.yml
Cloned https://github.com/MarSe32m/SebbuKit.git
Revision (git rev-parse @):
46e735b87e0b7f0a98caef546dfc07d30983e410
SUCCESS checkout https://github.com/MarSe32m/SebbuKit.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/MarSe32m/SebbuKit.git
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.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/apple/swift-nio.git
[1/83139] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.43s)
Fetching https://github.com/apple/swift-nio-ssl.git
[1/15418] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.40s)
Fetching https://github.com/apple/swift-collections.git
[1/23537] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.88s)
Fetching https://github.com/apple/swift-nio-transport-services
[1/2843] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services from cache (0.36s)
Fetching https://github.com/MarSe32m/GLMSwift.git
[1/214] Fetching glmswift
Fetched https://github.com/MarSe32m/GLMSwift.git from cache (0.31s)
Fetching https://github.com/MarSe32m/sebbu-bitstream.git
[1/308] Fetching sebbu-bitstream
Fetched https://github.com/MarSe32m/sebbu-bitstream.git from cache (0.32s)
Fetching https://github.com/MarSe32m/sebbu-ts-ds.git
[1/1038] Fetching sebbu-ts-ds
Fetched https://github.com/MarSe32m/sebbu-ts-ds.git from cache (0.32s)
Fetching https://github.com/MarSe32m/sebbu-networking.git
[1/474] Fetching sebbu-networking
Fetched https://github.com/MarSe32m/sebbu-networking.git from cache (0.23s)
Fetching https://github.com/MarSe32m/sebbu-concurrency.git
[1/597] Fetching sebbu-concurrency
Fetched https://github.com/MarSe32m/sebbu-concurrency.git from cache (0.33s)
Fetching https://github.com/MarSe32m/sebbu-cryptography.git
[1/101] Fetching sebbu-cryptography
Fetched https://github.com/MarSe32m/sebbu-cryptography.git from cache (0.69s)
warning: 'sebbu-cryptography': /Package.swift:18:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
16 |         // Dependencies declare other packages that this package depends on.
17 |         // .package(url: /* package url */, from: "1.0.0"),
18 |         .package(url: "https://github.com/apple/swift-crypto.git", .branch("main"))
   |          `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
19 |     ],
20 |     targets: [
/Package.swift:18:69: warning: 'branch' is deprecated [#DeprecatedDeclaration]
16 |         // Dependencies declare other packages that this package depends on.
17 |         // .package(url: /* package url */, from: "1.0.0"),
18 |         .package(url: "https://github.com/apple/swift-crypto.git", .branch("main"))
   |                                                                     `- warning: 'branch' is deprecated [#DeprecatedDeclaration]
19 |     ],
20 |     targets: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Fetching https://github.com/vapor/websocket-kit.git
[1/2658] Fetching websocket-kit
Fetched https://github.com/vapor/websocket-kit.git from cache (0.34s)
Fetching https://github.com/apple/swift-crypto.git
[1/17334] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.56s)
Fetching https://github.com/MarSe32m/sebbu-c-libuv.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-atomics.git
[1/1796] Fetching swift-asn1
[971/3616] Fetching swift-asn1, swift-atomics
[1260/3980] Fetching swift-asn1, swift-atomics, sebbu-c-libuv
[1654/10490] Fetching swift-asn1, swift-atomics, sebbu-c-libuv, swift-nio-extras
[4358/16091] Fetching swift-asn1, swift-atomics, sebbu-c-libuv, swift-nio-extras, swift-system
Fetched https://github.com/apple/swift-asn1.git from cache (0.51s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.53s)
Fetched https://github.com/MarSe32m/sebbu-c-libuv.git from cache (1.05s)
Fetched https://github.com/apple/swift-system.git from cache (1.05s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.06s)
Computing version for https://github.com/MarSe32m/sebbu-c-libuv.git
Computed https://github.com/MarSe32m/sebbu-c-libuv.git at 1.48.0 (1.65s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.59s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (0.83s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.76s)
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.62s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/1242] Fetching swift-http-structured-headers
[88/7300] Fetching swift-http-structured-headers, swift-algorithms
[1612/14445] Fetching swift-http-structured-headers, swift-algorithms, swift-certificates
[2416/15458] Fetching swift-http-structured-headers, swift-algorithms, swift-certificates, swift-http-types
[6946/21682] Fetching swift-http-structured-headers, swift-algorithms, swift-certificates, swift-http-types, swift-async-algorithms
[8300/28243] Fetching swift-http-structured-headers, swift-algorithms, swift-certificates, swift-http-types, swift-async-algorithms, swift-log
Fetched https://github.com/apple/swift-http-types.git from cache (0.41s)
[16044/27230] Fetching swift-http-structured-headers, swift-algorithms, swift-certificates, swift-async-algorithms, swift-log
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[27231/29949] Fetching swift-http-structured-headers, swift-algorithms, swift-certificates, swift-async-algorithms, swift-log, swift-service-lifecycle
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.35s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.35s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.36s)
Fetched https://github.com/apple/swift-log.git from cache (1.36s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.36s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.04s)
[1/12102] Fetching swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.85s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (4.40s)
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/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (1.40s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.11.0 (0.47s)
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.48s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.81s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (0.76s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (0.64s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.11.0 (0.52s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.42.0 (0.40s)
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/MarSe32m/GLMSwift.git
Working copy of https://github.com/MarSe32m/GLMSwift.git resolved at main (fa51582)
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-nio-transport-services
Working copy of https://github.com/apple/swift-nio-transport-services resolved at main (9d4e67a)
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 main (3f33705)
Creating working copy for https://github.com/MarSe32m/sebbu-concurrency.git
Working copy of https://github.com/MarSe32m/sebbu-concurrency.git resolved at main (d63b505)
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.11.0
Creating working copy for https://github.com/MarSe32m/sebbu-cryptography.git
Working copy of https://github.com/MarSe32m/sebbu-cryptography.git resolved at main (f8df502)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.11.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at main (476538c)
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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at main (23da1a4)
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-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-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/MarSe32m/sebbu-networking.git
Working copy of https://github.com/MarSe32m/sebbu-networking.git resolved at main (87d7443)
Creating working copy for https://github.com/MarSe32m/sebbu-bitstream.git
Working copy of https://github.com/MarSe32m/sebbu-bitstream.git resolved at main (5040437)
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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at main (5f6f878)
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.42.0
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at main (bfb4756)
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/MarSe32m/sebbu-ts-ds.git
Working copy of https://github.com/MarSe32m/sebbu-ts-ds.git resolved at main (915df95)
Creating working copy for https://github.com/MarSe32m/sebbu-c-libuv.git
Working copy of https://github.com/MarSe32m/sebbu-c-libuv.git resolved at 1.48.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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
warning: 'sebbu-cryptography': /host/spi-builder-workspace/.build/checkouts/sebbu-cryptography/Package.swift:18:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
16 |         // Dependencies declare other packages that this package depends on.
17 |         // .package(url: /* package url */, from: "1.0.0"),
18 |         .package(url: "https://github.com/apple/swift-crypto.git", .branch("main"))
   |          `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
19 |     ],
20 |     targets: [
/host/spi-builder-workspace/.build/checkouts/sebbu-cryptography/Package.swift:18:69: warning: 'branch' is deprecated [#DeprecatedDeclaration]
16 |         // Dependencies declare other packages that this package depends on.
17 |         // .package(url: /* package url */, from: "1.0.0"),
18 |         .package(url: "https://github.com/apple/swift-crypto.git", .branch("main"))
   |                                                                     `- warning: 'branch' is deprecated [#DeprecatedDeclaration]
19 |     ],
20 |     targets: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Building for debugging...
[0/429] Copying ControlPad@2x.png
[1/429] Copying ControlPad@3x.png
[2/429] Copying ControlPad.png
[3/429] Copying Contents.json
[4/429] Write sources
[9/429] Compiling bcrypt.c
[10/429] Compiling blf.c
In file included from /host/spi-builder-workspace/.build/checkouts/sebbu-c-libuv/Sources/SebbuCLibUV/src/uv-data-getter-setters.c:22:
In file included from /host/spi-builder-workspace/.build/checkouts/sebbu-c-libuv/Sources/SebbuCLibUV/src/include/uv.h:71:
/host/spi-builder-workspace/.build/checkouts/sebbu-c-libuv/Sources/SebbuCLibUV/src/include/unix.h:34:10: fatal error: 'netdb.h' file not found
   34 | #include <netdb.h>  /* MAXHOSTNAMELEN on Solaris */
      |          ^~~~~~~~~
1 error generated.
[11/429] Compiling uv-data-getter-setters.c
In file included from /host/spi-builder-workspace/.build/checkouts/sebbu-c-libuv/Sources/SebbuCLibUV/src/unix/tty.c:22:
In file included from /host/spi-builder-workspace/.build/checkouts/sebbu-c-libuv/Sources/SebbuCLibUV/src/include/uv.h:71:
/host/spi-builder-workspace/.build/checkouts/sebbu-c-libuv/Sources/SebbuCLibUV/src/include/unix.h:34:10: fatal error: 'netdb.h' file not found
   34 | #include <netdb.h>  /* MAXHOSTNAMELEN on Solaris */
      |          ^~~~~~~~~
1 error generated.
[11/429] Compiling tty.c
In file included from /host/spi-builder-workspace/.build/checkouts/sebbu-c-libuv/Sources/SebbuCLibUV/src/uv-common.c:22:
In file included from /host/spi-builder-workspace/.build/checkouts/sebbu-c-libuv/Sources/SebbuCLibUV/src/include/uv.h:71:
/host/spi-builder-workspace/.build/checkouts/sebbu-c-libuv/Sources/SebbuCLibUV/src/include/unix.h:34:10: fatal error: 'netdb.h' file not found
   34 | #include <netdb.h>  /* MAXHOSTNAMELEN on Solaris */
      |          ^~~~~~~~~
1 error generated.
[11/429] Compiling uv-common.c
In file included from /host/spi-builder-workspace/.build/checkouts/sebbu-c-libuv/Sources/SebbuCLibUV/src/unix/thread.c:22:
[11/429] Compiling thread.c
[11/429] Compiling tcp.c
In file included from /host/spi-builder-workspace/.build/checkouts/sebbu-c-libuv/Sources/SebbuCLibUV/src/unix/udp.c:22:
In file included from /host/spi-builder-workspace/.build/checkouts/sebbu-c-libuv/Sources/SebbuCLibUV/src/include/uv.h:71:
/host/spi-builder-workspace/.build/checkouts/sebbu-c-libuv/Sources/SebbuCLibUV/src/include/unix.h:34:10: fatal error: 'netdb.h' file not found
   34 | #include <netdb.h>  /* MAXHOSTNAMELEN on Solaris */
      |          ^~~~~~~~~
[11/429] Compiling udp.c
In file included from /host/spi-builder-workspace/.build/checkouts/sebbu-c-libuv/Sources/SebbuCLibUV/src/version.c:22:
In file included from /host/spi-builder-workspace/.build/checkouts/sebbu-c-libuv/Sources/SebbuCLibUV/src/include/uv.h:71:
/host/spi-builder-workspace/.build/checkouts/sebbu-c-libuv/Sources/SebbuCLibUV/src/include/unix.h:34:10: fatal error: 'netdb.h' file not found
   34 | #include <netdb.h>  /* MAXHOSTNAMELEN on Solaris */
      |          ^~~~~~~~~
[11/429] Compiling version.c
[11/429] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.3 wasm