The Swift Package Index logo.Swift Package Index

Build Information

Failed to build CodyFire, reference master (20d139), with Swift 6.2 for Wasm on 19 Jun 2025 00:04:34 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/CodyFlame/CodyFire.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/CodyFlame/CodyFire
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 20d1392 😊 Add `isConnected` for websocket
Cloned https://github.com/CodyFlame/CodyFire.git
Revision (git rev-parse @):
20d13929853087e61307149816faeef95d6e111c
SUCCESS checkout https://github.com/CodyFlame/CodyFire.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/CodyFlame/CodyFire.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/daltoniam/Starscream.git
Fetching https://github.com/Alamofire/Alamofire.git
[1/5033] Fetching starscream
[1109/35174] Fetching starscream, alamofire
Fetched https://github.com/daltoniam/Starscream.git from cache (4.29s)
Fetched https://github.com/Alamofire/Alamofire.git from cache (4.38s)
Computing version for https://github.com/daltoniam/Starscream.git
Computed https://github.com/daltoniam/Starscream.git at 3.1.2 (5.47s)
Fetching https://github.com/apple/swift-nio-zlib-support.git
[1/15] Fetching swift-nio-zlib-support
Fetched https://github.com/apple/swift-nio-zlib-support.git from cache (0.43s)
Computing version for https://github.com/apple/swift-nio-zlib-support.git
Computed https://github.com/apple/swift-nio-zlib-support.git at 1.0.0 (3.14s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 4.9.1 (2.63s)
Creating working copy for https://github.com/daltoniam/Starscream.git
Working copy of https://github.com/daltoniam/Starscream.git resolved at 3.1.2
Creating working copy for https://github.com/apple/swift-nio-zlib-support.git
Working copy of https://github.com/apple/swift-nio-zlib-support.git resolved at 1.0.0
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 4.9.1
warning: 'swift-nio-zlib-support': ignoring declared target(s) 'swift-nio-zlib-support' in the system package
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/25] Compiling Alamofire Request.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:25:8: error: no such module 'Foundation'
 23 | //
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | /// `AFError` is the error type returned by Alamofire. It encompasses a few different types of errors, each with
[6/25] Compiling Alamofire Response.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:25:8: error: no such module 'Foundation'
 23 | //
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | /// `AFError` is the error type returned by Alamofire. It encompasses a few different types of errors, each with
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/27] Compiling Starscream Compression.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Starscream/Compression.swift:29:8: error: no such module 'Foundation'
 27 | //////////////////////////////////////////////////////////////////////////////////////////////////
 28 |
 29 | import Foundation
    |        `- error: no such module 'Foundation'
 30 | import zlib
 31 |
[8/27] Compiling Starscream SSLSecurity.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Starscream/Compression.swift:29:8: error: no such module 'Foundation'
 27 | //////////////////////////////////////////////////////////////////////////////////////////////////
 28 |
 29 | import Foundation
    |        `- error: no such module 'Foundation'
 30 | import zlib
 31 |
[9/27] Compiling Starscream SSLClientCertificate.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Starscream/Compression.swift:29:8: error: no such module 'Foundation'
 27 | //////////////////////////////////////////////////////////////////////////////////////////////////
 28 |
 29 | import Foundation
    |        `- error: no such module 'Foundation'
 30 | import zlib
 31 |
[10/27] Emitting module Starscream
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Starscream/Compression.swift:29:8: error: no such module 'Foundation'
 27 | //////////////////////////////////////////////////////////////////////////////////////////////////
 28 |
 29 | import Foundation
    |        `- error: no such module 'Foundation'
 30 | import zlib
 31 |
[11/27] Compiling Starscream WebSocket.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Starscream/Compression.swift:29:8: error: no such module 'Foundation'
 27 | //////////////////////////////////////////////////////////////////////////////////////////////////
 28 |
 29 | import Foundation
    |        `- error: no such module 'Foundation'
 30 | import zlib
 31 |
[12/27] Compiling Alamofire ServerTrustPolicy.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:25:8: error: no such module 'Foundation'
 23 | //
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | /// `AFError` is the error type returned by Alamofire. It encompasses a few different types of errors, each with
[13/27] Compiling Alamofire SessionDelegate.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:25:8: error: no such module 'Foundation'
 23 | //
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | /// `AFError` is the error type returned by Alamofire. It encompasses a few different types of errors, each with
[14/27] Compiling Alamofire ResponseSerialization.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:25:8: error: no such module 'Foundation'
 23 | //
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | /// `AFError` is the error type returned by Alamofire. It encompasses a few different types of errors, each with
[15/27] Compiling Alamofire Result.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:25:8: error: no such module 'Foundation'
 23 | //
 24 |
 25 | import Foundation
    |        `- error: no such module 'Foundation'
 26 |
 27 | /// `AFError` is the error type returned by Alamofire. It encompasses a few different types of errors, each with
BUILD FAILURE 6.2 wasm