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 AdyenNetworking, reference develop (cc93bc), with Swift 6.2 (beta) for Wasm on 23 Jun 2025 08:48:45 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/Adyen/adyen-networking-ios.git
Reference: develop
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/Adyen/adyen-networking-ios
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at cc93bc0 Merge pull request #48 from Adyen/fixing-prepare-release-workflow
Cloned https://github.com/Adyen/adyen-networking-ios.git
Revision (git rev-parse @):
cc93bc0e4f58038b0f87f091b58e7f2cbc530fd7
SUCCESS checkout https://github.com/Adyen/adyen-networking-ios.git at develop
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Adyen/adyen-networking-ios.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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/21] Emitting module AdyenNetworking
/host/spi-builder-workspace/AdyenNetworking/APIClient/APIClient.swift:7:8: error: no such module 'Foundation'
  5 | //
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 |
  9 | /// :nodoc:
[4/23] Compiling AdyenNetworking URLHelpers.swift
/host/spi-builder-workspace/AdyenNetworking/APIClient/APIClient.swift:7:8: error: no such module 'Foundation'
  5 | //
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 |
  9 | /// :nodoc:
[5/23] Compiling AdyenNetworking URLSessionHelpers.swift
/host/spi-builder-workspace/AdyenNetworking/APIClient/APIClient.swift:7:8: error: no such module 'Foundation'
  5 | //
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 |
  9 | /// :nodoc:
[6/23] Compiling AdyenNetworking APIClient.swift
/host/spi-builder-workspace/AdyenNetworking/APIClient/APIClient.swift:7:8: error: no such module 'Foundation'
  5 | //
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 |
  9 | /// :nodoc:
[7/23] Compiling AdyenNetworking AnyAPIContext.swift
/host/spi-builder-workspace/AdyenNetworking/APIClient/APIClient.swift:7:8: error: no such module 'Foundation'
  5 | //
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 |
  9 | /// :nodoc:
[8/23] Compiling AdyenNetworking AnyAPIEnvironment.swift
/host/spi-builder-workspace/AdyenNetworking/APIClient/APIClient.swift:7:8: error: no such module 'Foundation'
  5 | //
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 |
  9 | /// :nodoc:
[9/23] Compiling AdyenNetworking Errors.swift
/host/spi-builder-workspace/AdyenNetworking/APIClient/APIClient.swift:7:8: error: no such module 'Foundation'
  5 | //
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 |
  9 | /// :nodoc:
[10/23] Compiling AdyenNetworking HTTPResponse.swift
/host/spi-builder-workspace/AdyenNetworking/APIClient/APIClient.swift:7:8: error: no such module 'Foundation'
  5 | //
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 |
  9 | /// :nodoc:
[11/23] Compiling AdyenNetworking Request.swift
/host/spi-builder-workspace/AdyenNetworking/APIClient/APIClient.swift:7:8: error: no such module 'Foundation'
  5 | //
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 |
  9 | /// :nodoc:
[12/23] Compiling AdyenNetworking AnyCoder.swift
/host/spi-builder-workspace/AdyenNetworking/APIClient/APIClient.swift:7:8: error: no such module 'Foundation'
  5 | //
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 |
  9 | /// :nodoc:
[13/23] Compiling AdyenNetworking AnyResponseValidator.swift
/host/spi-builder-workspace/AdyenNetworking/APIClient/APIClient.swift:7:8: error: no such module 'Foundation'
  5 | //
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 |
  9 | /// :nodoc:
[14/23] Compiling AdyenNetworking BackoffScheduler.swift
/host/spi-builder-workspace/AdyenNetworking/APIClient/APIClient.swift:7:8: error: no such module 'Foundation'
  5 | //
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 |
  9 | /// :nodoc:
[15/23] Compiling AdyenNetworking SimpleScheduler.swift
/host/spi-builder-workspace/AdyenNetworking/APIClient/APIClient.swift:7:8: error: no such module 'Foundation'
  5 | //
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 |
  9 | /// :nodoc:
[16/23] Compiling AdyenNetworking UniqueAssetAPIClient.swift
/host/spi-builder-workspace/AdyenNetworking/APIClient/APIClient.swift:7:8: error: no such module 'Foundation'
  5 | //
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 |
  9 | /// :nodoc:
[17/23] Compiling AdyenNetworking Coder.swift
/host/spi-builder-workspace/AdyenNetworking/APIClient/APIClient.swift:7:8: error: no such module 'Foundation'
  5 | //
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 |
  9 | /// :nodoc:
[18/23] Compiling AdyenNetworking DebugLogger.swift
/host/spi-builder-workspace/AdyenNetworking/APIClient/APIClient.swift:7:8: error: no such module 'Foundation'
  5 | //
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 |
  9 | /// :nodoc:
[19/23] Compiling AdyenNetworking DebugLogging.swift
/host/spi-builder-workspace/AdyenNetworking/APIClient/APIClient.swift:7:8: error: no such module 'Foundation'
  5 | //
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 |
  9 | /// :nodoc:
[20/23] Compiling AdyenNetworking Logging.swift
/host/spi-builder-workspace/AdyenNetworking/APIClient/APIClient.swift:7:8: error: no such module 'Foundation'
  5 | //
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 |
  9 | /// :nodoc:
[21/23] Compiling AdyenNetworking RetryAPIClient.swift
/host/spi-builder-workspace/AdyenNetworking/APIClient/APIClient.swift:7:8: error: no such module 'Foundation'
  5 | //
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 |
  9 | /// :nodoc:
[22/23] Compiling AdyenNetworking RetryOnErrorAPIClient.swift
/host/spi-builder-workspace/AdyenNetworking/APIClient/APIClient.swift:7:8: error: no such module 'Foundation'
  5 | //
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 |
  9 | /// :nodoc:
[23/23] Compiling AdyenNetworking Scheduler.swift
/host/spi-builder-workspace/AdyenNetworking/APIClient/APIClient.swift:7:8: error: no such module 'Foundation'
  5 | //
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 |
  9 | /// :nodoc:
BUILD FAILURE 6.2 wasm