Build Information
Failed to build SwiftNetLayer, reference master (872bf3), with Swift 6.3 for Wasm on 1 May 2026 03:12:35 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/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nerzh/swift-net-layer.git
Reference: master
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/nerzh/swift-net-layer
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 872bf3a fix android support
Cloned https://github.com/nerzh/swift-net-layer.git
Revision (git rev-parse @):
872bf3a26b988cd063d79d53b7b60363a7bab6ae
SUCCESS checkout https://github.com/nerzh/swift-net-layer.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/nerzh/swift-net-layer.git
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/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/nerzh/swift-extensions-pack.git
[1/1155] Fetching swift-extensions-pack
Fetched https://github.com/nerzh/swift-extensions-pack.git from cache (0.46s)
Computing version for https://github.com/nerzh/swift-extensions-pack.git
Computed https://github.com/nerzh/swift-extensions-pack.git at 2.2.5 (1.82s)
Fetching https://github.com/bytehubio/ed25519
Fetching https://github.com/nerzh/swift-regular-expression
Fetching https://github.com/apple/swift-crypto
[1/61] Fetching swift-regular-expression
[62/240] Fetching swift-regular-expression, ed25519
Fetched https://github.com/bytehubio/ed25519 from cache (0.41s)
[1/17457] Fetching swift-crypto
Fetched https://github.com/nerzh/swift-regular-expression from cache (3.39s)
Fetched https://github.com/apple/swift-crypto from cache (3.49s)
Computing version for https://github.com/bytehubio/ed25519
Computed https://github.com/bytehubio/ed25519 at 1.0.0 (4.28s)
Computing version for https://github.com/nerzh/swift-regular-expression
Computed https://github.com/nerzh/swift-regular-expression at 0.2.4 (4.06s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 4.5.0 (4.06s)
Fetching https://github.com/apple/swift-asn1.git
[1/1813] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.59s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.7.0 (3.18s)
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.7.0
Creating working copy for https://github.com/bytehubio/ed25519
Working copy of https://github.com/bytehubio/ed25519 resolved at 1.0.0
Creating working copy for https://github.com/nerzh/swift-regular-expression
Working copy of https://github.com/nerzh/swift-regular-expression resolved at 0.2.4
Creating working copy for https://github.com/apple/swift-crypto
Working copy of https://github.com/apple/swift-crypto resolved at 4.5.0
Creating working copy for https://github.com/nerzh/swift-extensions-pack.git
Working copy of https://github.com/nerzh/swift-extensions-pack.git resolved at 2.2.5
Building for debugging...
[0/15] Write sources
[4/15] Compiling CEd25519 verify.c
[5/15] Compiling CEd25519 keypair.c
[6/15] Compiling CEd25519 seed.c
[7/15] Compiling CEd25519 sign.c
[8/15] Compiling CEd25519 key_exchange.c
[9/15] Compiling CEd25519 sha512.c
[10/15] Compiling CEd25519 add_scalar.c
[11/15] Write swift-version-24593BA9C3E375BF.txt
[12/15] Compiling CEd25519 ge.c
[13/17] Compiling CEd25519 fe.c
[14/17] Compiling CEd25519 sc.c
[16/23] Compiling Ed25519 Seed.swift
[17/23] Compiling Ed25519 PublicKey.swift
[18/23] Emitting module Ed25519
[19/23] Compiling Ed25519 PrivateKey.swift
[20/23] Compiling Ed25519 Error.swift
[21/23] Compiling Ed25519 KeyPair.swift
[23/24] Compiling SwiftRegularExpression String+Regexp.swift
[24/24] Emitting module SwiftRegularExpression
error: emit-module command failed with exit code 1 (use -v to see invocation)
[26/58] Emitting module SwiftExtensionsPack
/host/spi-builder-workspace/.build/checkouts/swift-extensions-pack/Sources/SwiftExtensionsPack/Crypto/AES.swift:14:8: error: no such module 'CryptoKit'
12 | import Crypto
13 | #else
14 | import CryptoKit
| `- error: no such module 'CryptoKit'
15 | #endif
16 |
[27/58] Compiling SwiftExtensionsPack Protocols.swift
/host/spi-builder-workspace/.build/checkouts/swift-extensions-pack/Sources/SwiftExtensionsPack/Crypto/AES.swift:14:8: error: no such module 'CryptoKit'
12 | import Crypto
13 | #else
14 | import CryptoKit
| `- error: no such module 'CryptoKit'
15 | #endif
16 |
[28/58] Compiling SwiftExtensionsPack Runtime.swift
/host/spi-builder-workspace/.build/checkouts/swift-extensions-pack/Sources/SwiftExtensionsPack/Crypto/AES.swift:14:8: error: no such module 'CryptoKit'
12 | import Crypto
13 | #else
14 | import CryptoKit
| `- error: no such module 'CryptoKit'
15 | #endif
16 |
[29/58] Compiling SwiftExtensionsPack SafeValue.swift
/host/spi-builder-workspace/.build/checkouts/swift-extensions-pack/Sources/SwiftExtensionsPack/Crypto/AES.swift:14:8: error: no such module 'CryptoKit'
12 | import Crypto
13 | #else
14 | import CryptoKit
| `- error: no such module 'CryptoKit'
15 | #endif
16 |
[30/58] Compiling SwiftExtensionsPack AES.swift
/host/spi-builder-workspace/.build/checkouts/swift-extensions-pack/Sources/SwiftExtensionsPack/Crypto/AES.swift:14:8: error: no such module 'CryptoKit'
12 | import Crypto
13 | #else
14 | import CryptoKit
| `- error: no such module 'CryptoKit'
15 | #endif
16 |
[31/58] Compiling SwiftExtensionsPack ByteArray+Bits.swift
/host/spi-builder-workspace/.build/checkouts/swift-extensions-pack/Sources/SwiftExtensionsPack/Crypto/AES.swift:14:8: error: no such module 'CryptoKit'
12 | import Crypto
13 | #else
14 | import CryptoKit
| `- error: no such module 'CryptoKit'
15 | #endif
16 |
[32/62] Compiling SwiftExtensionsPack Dictionary+JSON.swift
/host/spi-builder-workspace/.build/checkouts/swift-extensions-pack/Sources/SwiftExtensionsPack/Crypto/AES.swift:14:8: error: no such module 'CryptoKit'
12 | import Crypto
13 | #else
14 | import CryptoKit
| `- error: no such module 'CryptoKit'
15 | #endif
16 |
[33/62] Compiling SwiftExtensionsPack DictionaryCommon.swift
/host/spi-builder-workspace/.build/checkouts/swift-extensions-pack/Sources/SwiftExtensionsPack/Crypto/AES.swift:14:8: error: no such module 'CryptoKit'
12 | import Crypto
13 | #else
14 | import CryptoKit
| `- error: no such module 'CryptoKit'
15 | #endif
16 |
[34/62] Compiling SwiftExtensionsPack SafeDictionary.swift
/host/spi-builder-workspace/.build/checkouts/swift-extensions-pack/Sources/SwiftExtensionsPack/Crypto/AES.swift:14:8: error: no such module 'CryptoKit'
12 | import Crypto
13 | #else
14 | import CryptoKit
| `- error: no such module 'CryptoKit'
15 | #endif
16 |
[35/62] Compiling SwiftExtensionsPack Double.swift
/host/spi-builder-workspace/.build/checkouts/swift-extensions-pack/Sources/SwiftExtensionsPack/Crypto/AES.swift:14:8: error: no such module 'CryptoKit'
12 | import Crypto
13 | #else
14 | import CryptoKit
| `- error: no such module 'CryptoKit'
15 | #endif
16 |
[36/62] Compiling SwiftExtensionsPack Data+Extension.swift
/host/spi-builder-workspace/.build/checkouts/swift-extensions-pack/Sources/SwiftExtensionsPack/Crypto/AES.swift:14:8: error: no such module 'CryptoKit'
12 | import Crypto
13 | #else
14 | import CryptoKit
| `- error: no such module 'CryptoKit'
15 | #endif
16 |
[37/62] Compiling SwiftExtensionsPack Ed25519.swift
/host/spi-builder-workspace/.build/checkouts/swift-extensions-pack/Sources/SwiftExtensionsPack/Crypto/AES.swift:14:8: error: no such module 'CryptoKit'
12 | import Crypto
13 | #else
14 | import CryptoKit
| `- error: no such module 'CryptoKit'
15 | #endif
16 |
[38/62] Compiling SwiftExtensionsPack HexaDecimal.swift
/host/spi-builder-workspace/.build/checkouts/swift-extensions-pack/Sources/SwiftExtensionsPack/Crypto/AES.swift:14:8: error: no such module 'CryptoKit'
12 | import Crypto
13 | #else
14 | import CryptoKit
| `- error: no such module 'CryptoKit'
15 | #endif
16 |
[39/62] Compiling SwiftExtensionsPack Hmac.swift
/host/spi-builder-workspace/.build/checkouts/swift-extensions-pack/Sources/SwiftExtensionsPack/Crypto/AES.swift:14:8: error: no such module 'CryptoKit'
12 | import Crypto
13 | #else
14 | import CryptoKit
| `- error: no such module 'CryptoKit'
15 | #endif
16 |
[40/62] Compiling SwiftExtensionsPack RandomBytes.swift
/host/spi-builder-workspace/.build/checkouts/swift-extensions-pack/Sources/SwiftExtensionsPack/Crypto/AES.swift:14:8: error: no such module 'CryptoKit'
12 | import Crypto
13 | #else
14 | import CryptoKit
| `- error: no such module 'CryptoKit'
15 | #endif
16 |
[41/62] Compiling SwiftExtensionsPack CommonClasses.swift
/host/spi-builder-workspace/.build/checkouts/swift-extensions-pack/Sources/SwiftExtensionsPack/Crypto/AES.swift:14:8: error: no such module 'CryptoKit'
12 | import Crypto
13 | #else
14 | import CryptoKit
| `- error: no such module 'CryptoKit'
15 | #endif
16 |
[42/62] Compiling SwiftExtensionsPack CommonMethods.swift
/host/spi-builder-workspace/.build/checkouts/swift-extensions-pack/Sources/SwiftExtensionsPack/Crypto/AES.swift:14:8: error: no such module 'CryptoKit'
12 | import Crypto
13 | #else
14 | import CryptoKit
| `- error: no such module 'CryptoKit'
15 | #endif
16 |
[43/62] Compiling SwiftExtensionsPack ErrorCommon.swift
/host/spi-builder-workspace/.build/checkouts/swift-extensions-pack/Sources/SwiftExtensionsPack/Crypto/AES.swift:14:8: error: no such module 'CryptoKit'
12 | import Crypto
13 | #else
14 | import CryptoKit
| `- error: no such module 'CryptoKit'
15 | #endif
16 |
[44/62] Compiling SwiftExtensionsPack Limiter.swift
/host/spi-builder-workspace/.build/checkouts/swift-extensions-pack/Sources/SwiftExtensionsPack/Crypto/AES.swift:14:8: error: no such module 'CryptoKit'
12 | import Crypto
13 | #else
14 | import CryptoKit
| `- error: no such module 'CryptoKit'
15 | #endif
16 |
[45/62] Compiling SwiftExtensionsPack ObjectIdentifier.swift
/host/spi-builder-workspace/.build/checkouts/swift-extensions-pack/Sources/SwiftExtensionsPack/Crypto/AES.swift:14:8: error: no such module 'CryptoKit'
12 | import Crypto
13 | #else
14 | import CryptoKit
| `- error: no such module 'CryptoKit'
15 | #endif
16 |
[46/62] Compiling SwiftExtensionsPack SHA.swift
/host/spi-builder-workspace/.build/checkouts/swift-extensions-pack/Sources/SwiftExtensionsPack/Crypto/AES.swift:14:8: error: no such module 'CryptoKit'
12 | import Crypto
13 | #else
14 | import CryptoKit
| `- error: no such module 'CryptoKit'
15 | #endif
16 |
[47/62] Compiling SwiftExtensionsPack String+Extension.swift
/host/spi-builder-workspace/.build/checkouts/swift-extensions-pack/Sources/SwiftExtensionsPack/Crypto/AES.swift:14:8: error: no such module 'CryptoKit'
12 | import Crypto
13 | #else
14 | import CryptoKit
| `- error: no such module 'CryptoKit'
15 | #endif
16 |
[48/62] Compiling SwiftExtensionsPack Date+String.swift
/host/spi-builder-workspace/.build/checkouts/swift-extensions-pack/Sources/SwiftExtensionsPack/Crypto/AES.swift:14:8: error: no such module 'CryptoKit'
12 | import Crypto
13 | #else
14 | import CryptoKit
| `- error: no such module 'CryptoKit'
15 | #endif
16 |
[49/62] Compiling SwiftExtensionsPack DateCommon.swift
/host/spi-builder-workspace/.build/checkouts/swift-extensions-pack/Sources/SwiftExtensionsPack/Crypto/AES.swift:14:8: error: no such module 'CryptoKit'
12 | import Crypto
13 | #else
14 | import CryptoKit
| `- error: no such module 'CryptoKit'
15 | #endif
16 |
[50/62] Compiling SwiftExtensionsPack Float.swift
/host/spi-builder-workspace/.build/checkouts/swift-extensions-pack/Sources/SwiftExtensionsPack/Crypto/AES.swift:14:8: error: no such module 'CryptoKit'
12 | import Crypto
13 | #else
14 | import CryptoKit
| `- error: no such module 'CryptoKit'
15 | #endif
16 |
[51/62] Compiling SwiftExtensionsPack HTTP.swift
/host/spi-builder-workspace/.build/checkouts/swift-extensions-pack/Sources/SwiftExtensionsPack/Crypto/AES.swift:14:8: error: no such module 'CryptoKit'
12 | import Crypto
13 | #else
14 | import CryptoKit
| `- error: no such module 'CryptoKit'
15 | #endif
16 |
[52/62] Compiling SwiftExtensionsPack String+Chunks.swift
/host/spi-builder-workspace/.build/checkouts/swift-extensions-pack/Sources/SwiftExtensionsPack/Crypto/AES.swift:14:8: error: no such module 'CryptoKit'
12 | import Crypto
13 | #else
14 | import CryptoKit
| `- error: no such module 'CryptoKit'
15 | #endif
16 |
[53/62] Compiling SwiftExtensionsPack String+Date.swift
/host/spi-builder-workspace/.build/checkouts/swift-extensions-pack/Sources/SwiftExtensionsPack/Crypto/AES.swift:14:8: error: no such module 'CryptoKit'
12 | import Crypto
13 | #else
14 | import CryptoKit
| `- error: no such module 'CryptoKit'
15 | #endif
16 |
[54/62] Compiling SwiftExtensionsPack SafeArray.swift
/host/spi-builder-workspace/.build/checkouts/swift-extensions-pack/Sources/SwiftExtensionsPack/Crypto/AES.swift:14:8: error: no such module 'CryptoKit'
12 | import Crypto
13 | #else
14 | import CryptoKit
| `- error: no such module 'CryptoKit'
15 | #endif
16 |
[55/62] Compiling SwiftExtensionsPack Sequence+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-extensions-pack/Sources/SwiftExtensionsPack/Crypto/AES.swift:14:8: error: no such module 'CryptoKit'
12 | import Crypto
13 | #else
14 | import CryptoKit
| `- error: no such module 'CryptoKit'
15 | #endif
16 |
[56/62] Compiling SwiftExtensionsPack Codable+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-extensions-pack/Sources/SwiftExtensionsPack/Crypto/AES.swift:14:8: error: no such module 'CryptoKit'
12 | import Crypto
13 | #else
14 | import CryptoKit
| `- error: no such module 'CryptoKit'
15 | #endif
16 |
[57/62] Compiling SwiftExtensionsPack AnyValue.swift
/host/spi-builder-workspace/.build/checkouts/swift-extensions-pack/Sources/SwiftExtensionsPack/Crypto/AES.swift:14:8: error: no such module 'CryptoKit'
12 | import Crypto
13 | #else
14 | import CryptoKit
| `- error: no such module 'CryptoKit'
15 | #endif
16 |
[58/62] Compiling SwiftExtensionsPack Atomic.swift
/host/spi-builder-workspace/.build/checkouts/swift-extensions-pack/Sources/SwiftExtensionsPack/Crypto/AES.swift:14:8: error: no such module 'CryptoKit'
12 | import Crypto
13 | #else
14 | import CryptoKit
| `- error: no such module 'CryptoKit'
15 | #endif
16 |
[59/62] Compiling SwiftExtensionsPack String+JSON.swift
/host/spi-builder-workspace/.build/checkouts/swift-extensions-pack/Sources/SwiftExtensionsPack/Crypto/AES.swift:14:8: error: no such module 'CryptoKit'
12 | import Crypto
13 | #else
14 | import CryptoKit
| `- error: no such module 'CryptoKit'
15 | #endif
16 |
[60/62] Compiling SwiftExtensionsPack StringCommon.swift
/host/spi-builder-workspace/.build/checkouts/swift-extensions-pack/Sources/SwiftExtensionsPack/Crypto/AES.swift:14:8: error: no such module 'CryptoKit'
12 | import Crypto
13 | #else
14 | import CryptoKit
| `- error: no such module 'CryptoKit'
15 | #endif
16 |
[61/62] Compiling SwiftExtensionsPack String+Crypto.swift
/host/spi-builder-workspace/.build/checkouts/swift-extensions-pack/Sources/SwiftExtensionsPack/Crypto/AES.swift:14:8: error: no such module 'CryptoKit'
12 | import Crypto
13 | #else
14 | import CryptoKit
| `- error: no such module 'CryptoKit'
15 | #endif
16 |
[62/62] Compiling SwiftExtensionsPack String+Height.swift
/host/spi-builder-workspace/.build/checkouts/swift-extensions-pack/Sources/SwiftExtensionsPack/Crypto/AES.swift:14:8: error: no such module 'CryptoKit'
12 | import Crypto
13 | #else
14 | import CryptoKit
| `- error: no such module 'CryptoKit'
15 | #endif
16 |
BUILD FAILURE 6.3 wasm