Build Information
Failed to build DLog, reference 1.5.0 (42db6f
), with Swift 6.2 (beta) for Wasm on 21 Jun 2025 01:50:17 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/ikhvorost/DLog.git
Reference: 1.5.0
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/ikhvorost/DLog
* tag 1.5.0 -> FETCH_HEAD
HEAD is now at 42db6f0 Readme: removed auto for privacy, shields, traces
Cloned https://github.com/ikhvorost/DLog.git
Revision (git rev-parse @):
42db6f0dcda36c68e6e5d1db9f3aa352fa6f9b15
SUCCESS checkout https://github.com/ikhvorost/DLog.git at 1.5.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/ikhvorost/DLog.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
warning: 'spi-builder-workspace': ignoring target 'DLogTestsObjC' in package 'spi-builder-workspace'; C language in tests is not yet supported
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/33] Emitting module NetConsole
/host/spi-builder-workspace/Sources/NetConsole/main.swift:28:8: error: no such module 'Foundation'
26 | //
27 |
28 | import Foundation
| `- error: no such module 'Foundation'
29 |
30 | #if !os(watchOS)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/33] Emitting module DLog
/host/spi-builder-workspace/Sources/DLog/Atomic.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | @discardableResult
[6/36] Compiling DLog LogInterval.swift
/host/spi-builder-workspace/Sources/DLog/Atomic.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | @discardableResult
[7/36] Compiling DLog LogItem.swift
/host/spi-builder-workspace/Sources/DLog/Atomic.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | @discardableResult
[8/36] Compiling DLog LogMessage.swift
/host/spi-builder-workspace/Sources/DLog/Atomic.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | @discardableResult
[9/36] Compiling DLog Net.swift
/host/spi-builder-workspace/Sources/DLog/Atomic.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | @discardableResult
[10/36] Compiling DLog OSLog.swift
/host/spi-builder-workspace/Sources/DLog/Atomic.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | @discardableResult
[11/36] Compiling DLog Standard.swift
/host/spi-builder-workspace/Sources/DLog/Atomic.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | @discardableResult
[12/36] Compiling DLog Text.swift
/host/spi-builder-workspace/Sources/DLog/Atomic.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | @discardableResult
[13/36] Compiling DLog Trace.swift
/host/spi-builder-workspace/Sources/DLog/Atomic.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | @discardableResult
[14/36] Compiling DLog TraceFunc.swift
/host/spi-builder-workspace/Sources/DLog/Atomic.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | @discardableResult
[15/36] Compiling DLog LogProtocol.swift
/host/spi-builder-workspace/Sources/DLog/Atomic.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | @discardableResult
[16/36] Compiling DLog LogScope.swift
/host/spi-builder-workspace/Sources/DLog/Atomic.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | @discardableResult
[17/36] Compiling DLog Mach.swift
/host/spi-builder-workspace/Sources/DLog/Atomic.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | @discardableResult
[18/36] Compiling DLog Filter.swift
/host/spi-builder-workspace/Sources/DLog/Atomic.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | @discardableResult
[19/36] Compiling DLog LogConfig.swift
/host/spi-builder-workspace/Sources/DLog/Atomic.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | @discardableResult
[20/36] Compiling DLog LogFormat.swift
/host/spi-builder-workspace/Sources/DLog/Atomic.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | @discardableResult
[21/36] Compiling DLog LogMetadata.swift
/host/spi-builder-workspace/Sources/DLog/Atomic.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | @discardableResult
[22/36] Compiling DLog LogOutput.swift
/host/spi-builder-workspace/Sources/DLog/Atomic.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | @discardableResult
[23/36] Compiling DLog LogPrivacy.swift
/host/spi-builder-workspace/Sources/DLog/Atomic.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | @discardableResult
[24/36] Compiling NetConsole Arguments.swift
/host/spi-builder-workspace/Sources/NetConsole/main.swift:28:8: error: no such module 'Foundation'
26 | //
27 |
28 | import Foundation
| `- error: no such module 'Foundation'
29 |
30 | #if !os(watchOS)
[25/36] Compiling NetConsole main.swift
/host/spi-builder-workspace/Sources/NetConsole/main.swift:28:8: error: no such module 'Foundation'
26 | //
27 |
28 | import Foundation
| `- error: no such module 'Foundation'
29 |
30 | #if !os(watchOS)
[26/36] Compiling DLog Atomic.swift
/host/spi-builder-workspace/Sources/DLog/Atomic.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | @discardableResult
[27/36] Compiling DLog DLog.swift
/host/spi-builder-workspace/Sources/DLog/Atomic.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | @discardableResult
[28/36] Compiling DLog Dynamic.swift
/host/spi-builder-workspace/Sources/DLog/Atomic.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | @discardableResult
[29/36] Compiling DLog File.swift
/host/spi-builder-workspace/Sources/DLog/Atomic.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | @discardableResult
[30/36] Compiling DLog TraceProcess.swift
/host/spi-builder-workspace/Sources/DLog/Atomic.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | @discardableResult
[31/36] Compiling DLog TraceStack.swift
/host/spi-builder-workspace/Sources/DLog/Atomic.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | @discardableResult
[32/36] Compiling DLog TraceThread.swift
/host/spi-builder-workspace/Sources/DLog/Atomic.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | @discardableResult
BUILD FAILURE 6.2 wasm