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 AlamofireLogging, reference v1.0.4 (ce75cd), with Swift 6.2 (beta) for Wasm on 18 Jun 2025 02:39:23 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/Digipolitan/alamofire-logging.git
Reference: v1.0.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/Digipolitan/alamofire-logging
 * tag               v1.0.4     -> FETCH_HEAD
HEAD is now at ce75cda Merge branch 'release/1.0.4'
Cloned https://github.com/Digipolitan/alamofire-logging.git
Revision (git rev-parse @):
ce75cda317a4a4039bf5ee047615711c9604d33a
SUCCESS checkout https://github.com/Digipolitan/alamofire-logging.git at v1.0.4
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Digipolitan/alamofire-logging.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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
[1/30141] Fetching alamofire
Fetched https://github.com/Alamofire/Alamofire.git from cache (5.01s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 4.9.1 (9.16s)
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 4.9.1
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/19] 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
[5/19] 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
[6/21] 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
[7/21] 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
[8/21] 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
[9/21] 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
[10/21] 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
[11/21] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/21] 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
[13/21] 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
[14/21] 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
[15/21] 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
[16/21] 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
[17/21] 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
[18/21] 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
[19/21] 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
[20/21] 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/21] 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
BUILD FAILURE 6.2 wasm