The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SwiftExtensionsPack, reference 2.1.0 (d39eb9), with Swift 6.2 (beta) for Wasm on 24 Jun 2025 07:38:24 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nerzh/swift-extensions-pack.git
Reference: 2.1.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/nerzh/swift-extensions-pack
 * tag               2.1.0      -> FETCH_HEAD
HEAD is now at d39eb92 remove logger
Cloned https://github.com/nerzh/swift-extensions-pack.git
Revision (git rev-parse @):
d39eb9237ce079c13ce5d5a8e99e544c35925056
SUCCESS checkout https://github.com/nerzh/swift-extensions-pack.git at 2.1.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/nerzh/swift-extensions-pack.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Fetching https://github.com/apple/swift-crypto
Fetching https://github.com/bytehubio/ed25519
Fetching https://github.com/nerzh/swift-regular-expression
[1/61] Fetching swift-regular-expression
[62/240] Fetching swift-regular-expression, ed25519
Fetched https://github.com/nerzh/swift-regular-expression from cache (0.33s)
Fetched https://github.com/bytehubio/ed25519 from cache (0.33s)
[1/15433] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto from cache (1.79s)
Computing version for https://github.com/bytehubio/ed25519
Computed https://github.com/bytehubio/ed25519 at 1.0.0 (2.22s)
Computing version for https://github.com/nerzh/swift-regular-expression
Computed https://github.com/nerzh/swift-regular-expression at 0.2.4 (5.44s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 3.12.3 (1.55s)
Fetching https://github.com/apple/swift-asn1.git
[1/1616] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.28s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (5.00s)
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 3.12.3
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/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Building for debugging...
[0/14] Write sources
[3/14] Compiling CEd25519 seed.c
[4/14] Compiling CEd25519 sign.c
[5/14] Compiling CEd25519 sha512.c
[5/14] Compiling CEd25519 keypair.c
[7/14] Compiling CEd25519 key_exchange.c
[8/14] Compiling CEd25519 verify.c
[9/14] Write swift-version-24593BA9C3E375BF.txt
[10/14] Compiling CEd25519 add_scalar.c
[11/14] Compiling CEd25519 ge.c
[12/16] Compiling CEd25519 sc.c
[13/16] Compiling CEd25519 fe.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/22] Emitting module SwiftRegularExpression
/host/spi-builder-workspace/.build/checkouts/swift-regular-expression/Sources/SwiftRegularExpression/String/String+Regexp.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // MARK: REGEXP
[16/22] Compiling SwiftRegularExpression String+Regexp.swift
/host/spi-builder-workspace/.build/checkouts/swift-regular-expression/Sources/SwiftRegularExpression/String/String+Regexp.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | // MARK: REGEXP
[17/22] Compiling Ed25519 PublicKey.swift
[18/22] Compiling Ed25519 Seed.swift
[19/22] Compiling Ed25519 PrivateKey.swift
[20/22] Compiling Ed25519 Error.swift
[21/22] Emitting module Ed25519
[22/22] Compiling Ed25519 KeyPair.swift
BUILD FAILURE 6.2 wasm