The Swift Package Index logo.Swift Package Index

Build Information

Failed to build CodyFire, reference 1.15.4 (5341de), with Swift 6.2 for Wasm on 19 Jun 2025 00:04:11 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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/CodyFlame/CodyFire.git
Reference: 1.15.4
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
 * tag               1.15.4     -> FETCH_HEAD
HEAD is now at 5341de0 🏍 Fix and improve `WSPureController`
Cloned https://github.com/CodyFlame/CodyFire.git
Revision (git rev-parse @):
5341de03986741d210bf736ba0498b15a287c522
SUCCESS checkout https://github.com/CodyFlame/CodyFire.git at 1.15.4
========================================
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-4609320-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/Alamofire/Alamofire.git
Fetching https://github.com/daltoniam/Starscream.git
[1/5033] Fetching starscream
[5034/35174] Fetching starscream, alamofire
Fetched https://github.com/daltoniam/Starscream.git from cache (0.40s)
[2713/30141] Fetching alamofire
Fetched https://github.com/Alamofire/Alamofire.git from cache (2.34s)
Computing version for https://github.com/daltoniam/Starscream.git
Computed https://github.com/daltoniam/Starscream.git at 3.1.2 (2.70s)
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.24s)
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 (2.30s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 4.9.1 (2.09s)
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/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 4.9.1
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
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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/25] Emitting module Alamofire
/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/27] Compiling Alamofire MultipartFormData.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
[7/27] Compiling Alamofire NetworkReachabilityManager.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
[8/27] 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
[9/27] 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
[10/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
[11/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
[12/27] Compiling Alamofire Notifications.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 ParameterEncoding.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 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 |
[15/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
[16/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
[17/27] Compiling Alamofire SessionManager.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
[18/27] Compiling Alamofire TaskDelegate.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
[19/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 |
[20/27] Compiling Alamofire Timeline.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
[21/27] Compiling Alamofire Validation.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
[22/27] Compiling Alamofire AFError.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
[23/27] Compiling Alamofire Alamofire.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
[24/27] Compiling Alamofire DispatchQueue+Alamofire.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)
[25/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 |
[26/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 |
[27/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 |
BUILD FAILURE 6.2 wasm