Build Information
Failed to build WLStorage, reference main (e861c6), with Swift 6.2 for Linux on 15 Oct 2025 02:59:19 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wegenerlabs/WLStorage.git
Reference: main
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/wegenerlabs/WLStorage
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at e861c67 remove wl_storage_directory_url
Cloned https://github.com/wegenerlabs/WLStorage.git
Revision (git rev-parse @):
e861c671099922e2658b267092feead2118356c8
SUCCESS checkout https://github.com/wegenerlabs/WLStorage.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/wegenerlabs/WLStorage.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b3eaa5734a03a9b8084848018342ef6c4e4ec1a618756d8de460b693a5f488ea
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/nalexn/ViewInspector.git
[1/12623] Fetching viewinspector
Fetched https://github.com/nalexn/ViewInspector.git from cache (0.52s)
Computing version for https://github.com/nalexn/ViewInspector.git
Computed https://github.com/nalexn/ViewInspector.git at 0.10.3 (0.85s)
Creating working copy for https://github.com/nalexn/ViewInspector.git
Working copy of https://github.com/nalexn/ViewInspector.git resolved at 0.10.3
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/5] Emitting module WLStorage
/host/spi-builder-workspace/Sources/WLStorage/WLStorage.swift:4:8: error: no such module 'Combine'
2 | import AppKit
3 | #endif
4 | import Combine
| `- error: no such module 'Combine'
5 | import Foundation
6 | #if canImport(UIKit)
[4/5] Compiling WLStorage WLStorageHelpers.swift
/host/spi-builder-workspace/Sources/WLStorage/WLStorage.swift:4:8: error: no such module 'Combine'
2 | import AppKit
3 | #endif
4 | import Combine
| `- error: no such module 'Combine'
5 | import Foundation
6 | #if canImport(UIKit)
[5/5] Compiling WLStorage WLStorage.swift
/host/spi-builder-workspace/Sources/WLStorage/WLStorage.swift:4:8: error: no such module 'Combine'
2 | import AppKit
3 | #endif
4 | import Combine
| `- error: no such module 'Combine'
5 | import Foundation
6 | #if canImport(UIKit)
BUILD FAILURE 6.2 linux