Build Information
Failed to build influxdb-client-swift, reference master (787612
), with Swift 6.2 (beta) for Wasm on 21 Jun 2025 13:17:42 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/dankinsoid/influxdb-client-swift.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/dankinsoid/influxdb-client-swift
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 7876126 chore(release): prepare for next development iteration (#68)
Cloned https://github.com/dankinsoid/influxdb-client-swift.git
Revision (git rev-parse @):
787612619545afbf9913b6210da1da7f79092bae
SUCCESS checkout https://github.com/dankinsoid/influxdb-client-swift.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/dankinsoid/influxdb-client-swift.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/yaslab/CSV.swift
Fetching https://github.com/1024jp/GzipSwift
Fetching https://github.com/allegro/swift-junit.git
Fetching https://github.com/apple/swift-log.git
[1/1557] Fetching gzipswift
[17/1792] Fetching gzipswift, swift-junit
[1622/3625] Fetching gzipswift, swift-junit, csv.swift
[3626/7461] Fetching gzipswift, swift-junit, csv.swift, swift-log
Fetched https://github.com/yaslab/CSV.swift from cache (0.31s)
[4171/5628] Fetching gzipswift, swift-junit, swift-log
Fetched https://github.com/allegro/swift-junit.git from cache (0.41s)
Fetched https://github.com/1024jp/GzipSwift from cache (0.42s)
Fetched https://github.com/apple/swift-log.git from cache (0.42s)
Computing version for https://github.com/allegro/swift-junit.git
Computed https://github.com/allegro/swift-junit.git at 2.1.0 (0.88s)
Fetching https://github.com/alexaubry/HTMLString.git
[1/1631] Fetching htmlstring
Fetched https://github.com/alexaubry/HTMLString.git from cache (0.31s)
Computing version for https://github.com/alexaubry/HTMLString.git
Computed https://github.com/alexaubry/HTMLString.git at 5.0.0 (4.54s)
Computing version for https://github.com/1024jp/GzipSwift
Computed https://github.com/1024jp/GzipSwift at 5.2.0 (0.45s)
Computing version for https://github.com/yaslab/CSV.swift
Computed https://github.com/yaslab/CSV.swift at 2.5.2 (0.45s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.44s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/allegro/swift-junit.git
Working copy of https://github.com/allegro/swift-junit.git resolved at 2.1.0
Creating working copy for https://github.com/yaslab/CSV.swift
Working copy of https://github.com/yaslab/CSV.swift resolved at 2.5.2
Creating working copy for https://github.com/1024jp/GzipSwift
Working copy of https://github.com/1024jp/GzipSwift resolved at 5.2.0
Creating working copy for https://github.com/alexaubry/HTMLString.git
Working copy of https://github.com/alexaubry/HTMLString.git resolved at 5.0.0
Building for debugging...
[0/7] Write sources
[5/7] Compiling system-zlib anchor.c
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/22] Compiling CSV Endian.swift
/host/spi-builder-workspace/.build/checkouts/CSV.swift/Sources/CSV/BinaryReader.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | enum UnicodeBOM {
[9/23] Compiling CSV UnicodeIterator.swift
/host/spi-builder-workspace/.build/checkouts/CSV.swift/Sources/CSV/BinaryReader.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | enum UnicodeBOM {
[10/23] Compiling CSV CSVError.swift
/host/spi-builder-workspace/.build/checkouts/CSV.swift/Sources/CSV/BinaryReader.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | enum UnicodeBOM {
[11/23] Compiling CSV Legacy.swift
/host/spi-builder-workspace/.build/checkouts/CSV.swift/Sources/CSV/BinaryReader.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | enum UnicodeBOM {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/23] Emitting module CSV
/host/spi-builder-workspace/.build/checkouts/CSV.swift/Sources/CSV/BinaryReader.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | enum UnicodeBOM {
[13/23] Compiling CSV BinaryReader.swift
/host/spi-builder-workspace/.build/checkouts/CSV.swift/Sources/CSV/BinaryReader.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | enum UnicodeBOM {
[14/23] Compiling CSV CSVWriter.swift
/host/spi-builder-workspace/.build/checkouts/CSV.swift/Sources/CSV/BinaryReader.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | enum UnicodeBOM {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/23] Emitting module Gzip
/host/spi-builder-workspace/.build/checkouts/GzipSwift/Sources/Gzip/Data+Gzip.swift:29:15: error: no such module 'Foundation'
27 | */
28 |
29 | import struct Foundation.Data
| `- error: no such module 'Foundation'
30 |
31 | #if os(Linux)
[16/23] Compiling Gzip Data+Gzip.swift
/host/spi-builder-workspace/.build/checkouts/GzipSwift/Sources/Gzip/Data+Gzip.swift:29:15: error: no such module 'Foundation'
27 | */
28 |
29 | import struct Foundation.Data
| `- error: no such module 'Foundation'
30 |
31 | #if os(Linux)
[17/23] Compiling CSV CSVRowDecoder.swift
/host/spi-builder-workspace/.build/checkouts/CSV.swift/Sources/CSV/BinaryReader.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | enum UnicodeBOM {
[18/23] Compiling CSV CSVReader.swift
/host/spi-builder-workspace/.build/checkouts/CSV.swift/Sources/CSV/BinaryReader.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | enum UnicodeBOM {
[19/23] Compiling Logging LogHandler.swift
[20/23] Compiling Logging Locks.swift
[21/23] Emitting module Logging
BUILD FAILURE 6.2 wasm