Build Information
Failed to build EFFoundation, reference master (000594
), with Swift 6.2 (beta) for Wasm on 20 Jun 2025 10:21:30 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/EFPrefix/EFFoundation.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/EFPrefix/EFFoundation
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 0005941 6.0.0.1
Cloned https://github.com/EFPrefix/EFFoundation.git
Revision (git rev-parse @):
0005941d52bdc84c8c385b9cbc692cdba580c5ec
SUCCESS checkout https://github.com/EFPrefix/EFFoundation.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/EFPrefix/EFFoundation.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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
warning: 'spi-builder-workspace': /host/spi-builder-workspace/Package.swift:30:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
28 | import PackageDescription
29 |
30 | let package = Package(
| |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
31 | name: "EFFoundation",
32 | platforms: [.iOS(.v12), .macOS(.v10_13), .tvOS(.v12), .watchOS(.v6), .visionOS(.v1)],
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
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/52] Emitting module EFFoundation
/host/spi-builder-workspace/EFFoundation/Core/EFFoundation.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | #if os(iOS) || os(tvOS)
[4/59] Compiling EFFoundation BitSet.swift
/host/spi-builder-workspace/EFFoundation/Core/EFFoundation.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | #if os(iOS) || os(tvOS)
[5/59] Compiling EFFoundation Deque.swift
/host/spi-builder-workspace/EFFoundation/Core/EFFoundation.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | #if os(iOS) || os(tvOS)
[6/59] Compiling EFFoundation LinkedList.swift
/host/spi-builder-workspace/EFFoundation/Core/EFFoundation.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | #if os(iOS) || os(tvOS)
[7/59] Compiling EFFoundation Queue.swift
/host/spi-builder-workspace/EFFoundation/Core/EFFoundation.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | #if os(iOS) || os(tvOS)
[8/59] Compiling EFFoundation Stack.swift
/host/spi-builder-workspace/EFFoundation/Core/EFFoundation.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | #if os(iOS) || os(tvOS)
[9/59] Compiling EFFoundation Tree.swift
/host/spi-builder-workspace/EFFoundation/Core/EFFoundation.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | #if os(iOS) || os(tvOS)
[10/59] Compiling EFFoundation EFFoundation.swift
/host/spi-builder-workspace/EFFoundation/Core/EFFoundation.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | #if os(iOS) || os(tvOS)
[11/59] Compiling EFFoundation UIViewController+.swift
/host/spi-builder-workspace/EFFoundation/Core/EFFoundation.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | #if os(iOS) || os(tvOS)
[12/59] Compiling EFFoundation UInt+.swift
/host/spi-builder-workspace/EFFoundation/Core/EFFoundation.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | #if os(iOS) || os(tvOS)
[13/59] Compiling EFFoundation UInt16+.swift
/host/spi-builder-workspace/EFFoundation/Core/EFFoundation.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | #if os(iOS) || os(tvOS)
[14/59] Compiling EFFoundation UInt32+.swift
/host/spi-builder-workspace/EFFoundation/Core/EFFoundation.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | #if os(iOS) || os(tvOS)
[15/59] Compiling EFFoundation UInt64+.swift
/host/spi-builder-workspace/EFFoundation/Core/EFFoundation.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | #if os(iOS) || os(tvOS)
[16/59] Compiling EFFoundation UInt8+.swift
/host/spi-builder-workspace/EFFoundation/Core/EFFoundation.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | #if os(iOS) || os(tvOS)
[17/59] Compiling EFFoundation URL+.swift
/host/spi-builder-workspace/EFFoundation/Core/EFFoundation.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | #if os(iOS) || os(tvOS)
[18/59] Compiling EFFoundation UIEdgeInsets+.swift
/host/spi-builder-workspace/EFFoundation/Core/EFFoundation.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | #if os(iOS) || os(tvOS)
[19/59] Compiling EFFoundation UIFont+.swift
/host/spi-builder-workspace/EFFoundation/Core/EFFoundation.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | #if os(iOS) || os(tvOS)
[20/59] Compiling EFFoundation UIGestureRecognizer+.swift
/host/spi-builder-workspace/EFFoundation/Core/EFFoundation.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | #if os(iOS) || os(tvOS)
[21/59] Compiling EFFoundation UIImage+.swift
/host/spi-builder-workspace/EFFoundation/Core/EFFoundation.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | #if os(iOS) || os(tvOS)
[22/59] Compiling EFFoundation UINavigationController+.swift
/host/spi-builder-workspace/EFFoundation/Core/EFFoundation.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | #if os(iOS) || os(tvOS)
[23/59] Compiling EFFoundation UIRectCorner+.swift
/host/spi-builder-workspace/EFFoundation/Core/EFFoundation.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | #if os(iOS) || os(tvOS)
[24/59] Compiling EFFoundation UIView+.swift
/host/spi-builder-workspace/EFFoundation/Core/EFFoundation.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | #if os(iOS) || os(tvOS)
[25/59] Compiling EFFoundation Int16+.swift
/host/spi-builder-workspace/EFFoundation/Core/EFFoundation.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | #if os(iOS) || os(tvOS)
[26/59] Compiling EFFoundation Int32+.swift
/host/spi-builder-workspace/EFFoundation/Core/EFFoundation.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | #if os(iOS) || os(tvOS)
[27/59] Compiling EFFoundation Int64+.swift
/host/spi-builder-workspace/EFFoundation/Core/EFFoundation.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | #if os(iOS) || os(tvOS)
[28/59] Compiling EFFoundation Int8+.swift
/host/spi-builder-workspace/EFFoundation/Core/EFFoundation.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | #if os(iOS) || os(tvOS)
[29/59] Compiling EFFoundation NSColor+.swift
/host/spi-builder-workspace/EFFoundation/Core/EFFoundation.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | #if os(iOS) || os(tvOS)
[30/59] Compiling EFFoundation NSImage+.swift
/host/spi-builder-workspace/EFFoundation/Core/EFFoundation.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | #if os(iOS) || os(tvOS)
[31/59] Compiling EFFoundation NSString+.swift
/host/spi-builder-workspace/EFFoundation/Core/EFFoundation.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | #if os(iOS) || os(tvOS)
[32/59] Compiling EFFoundation Array+.swift
/host/spi-builder-workspace/EFFoundation/Core/EFFoundation.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | #if os(iOS) || os(tvOS)
[33/59] Compiling EFFoundation ArraySlice+.swift
/host/spi-builder-workspace/EFFoundation/Core/EFFoundation.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | #if os(iOS) || os(tvOS)
[34/59] Compiling EFFoundation BinaryFloatingPoint+.swift
/host/spi-builder-workspace/EFFoundation/Core/EFFoundation.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | #if os(iOS) || os(tvOS)
[35/59] Compiling EFFoundation BinaryInteger+.swift
/host/spi-builder-workspace/EFFoundation/Core/EFFoundation.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | #if os(iOS) || os(tvOS)
[36/59] Compiling EFFoundation Bool+.swift
/host/spi-builder-workspace/EFFoundation/Core/EFFoundation.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | #if os(iOS) || os(tvOS)
[37/59] Compiling EFFoundation CATransaction+.swift
/host/spi-builder-workspace/EFFoundation/Core/EFFoundation.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | #if os(iOS) || os(tvOS)
[38/59] Compiling EFFoundation CGColor+.swift
/host/spi-builder-workspace/EFFoundation/Core/EFFoundation.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | #if os(iOS) || os(tvOS)
[39/59] Compiling EFFoundation CGFloat+.swift
/host/spi-builder-workspace/EFFoundation/Core/EFFoundation.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | #if os(iOS) || os(tvOS)
[40/59] Compiling EFFoundation CGImage.swift
/host/spi-builder-workspace/EFFoundation/Core/EFFoundation.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | #if os(iOS) || os(tvOS)
[41/59] Compiling EFFoundation CGRect+.swift
/host/spi-builder-workspace/EFFoundation/Core/EFFoundation.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | #if os(iOS) || os(tvOS)
[42/59] Compiling EFFoundation CGSize+.swift
/host/spi-builder-workspace/EFFoundation/Core/EFFoundation.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | #if os(iOS) || os(tvOS)
[43/59] Compiling EFFoundation CIColor+.swift
/host/spi-builder-workspace/EFFoundation/Core/EFFoundation.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | #if os(iOS) || os(tvOS)
[44/59] Compiling EFFoundation CIImage+.swift
/host/spi-builder-workspace/EFFoundation/Core/EFFoundation.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | #if os(iOS) || os(tvOS)
[45/59] Compiling EFFoundation Character+.swift
/host/spi-builder-workspace/EFFoundation/Core/EFFoundation.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | #if os(iOS) || os(tvOS)
[46/59] Compiling EFFoundation Comparable+.swift
/host/spi-builder-workspace/EFFoundation/Core/EFFoundation.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | #if os(iOS) || os(tvOS)
[47/59] Compiling EFFoundation Data+.swift
/host/spi-builder-workspace/EFFoundation/Core/EFFoundation.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | #if os(iOS) || os(tvOS)
[48/59] Compiling EFFoundation Date+.swift
/host/spi-builder-workspace/EFFoundation/Core/EFFoundation.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | #if os(iOS) || os(tvOS)
[49/59] Compiling EFFoundation Dictionary+.swift
/host/spi-builder-workspace/EFFoundation/Core/EFFoundation.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | #if os(iOS) || os(tvOS)
[50/59] Compiling EFFoundation Double+.swift
/host/spi-builder-workspace/EFFoundation/Core/EFFoundation.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | #if os(iOS) || os(tvOS)
[51/59] Compiling EFFoundation Float+.swift
/host/spi-builder-workspace/EFFoundation/Core/EFFoundation.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | #if os(iOS) || os(tvOS)
[52/59] Compiling EFFoundation Int+.swift
/host/spi-builder-workspace/EFFoundation/Core/EFFoundation.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | #if os(iOS) || os(tvOS)
[53/59] Compiling EFFoundation String+.swift
/host/spi-builder-workspace/EFFoundation/Core/EFFoundation.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | #if os(iOS) || os(tvOS)
[54/59] Compiling EFFoundation TimeInterval+.swift
/host/spi-builder-workspace/EFFoundation/Core/EFFoundation.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | #if os(iOS) || os(tvOS)
[55/59] Compiling EFFoundation UIApplication+.swift
/host/spi-builder-workspace/EFFoundation/Core/EFFoundation.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | #if os(iOS) || os(tvOS)
[56/59] Compiling EFFoundation UIButton+.swift
/host/spi-builder-workspace/EFFoundation/Core/EFFoundation.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | #if os(iOS) || os(tvOS)
[57/59] Compiling EFFoundation UICollectionView+.swift
/host/spi-builder-workspace/EFFoundation/Core/EFFoundation.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | #if os(iOS) || os(tvOS)
[58/59] Compiling EFFoundation UIColor+.swift
/host/spi-builder-workspace/EFFoundation/Core/EFFoundation.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | #if os(iOS) || os(tvOS)
[59/59] Compiling EFFoundation UIControl+.swift
/host/spi-builder-workspace/EFFoundation/Core/EFFoundation.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | #if os(iOS) || os(tvOS)
BUILD FAILURE 6.2 wasm