Build Information
Failed to build KMPNativeCoroutines, reference master (ba6676
), with Swift 5.9 for Linux on 5 May 2025 19:27:18 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rickclephas/KMP-NativeCoroutines.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/rickclephas/KMP-NativeCoroutines
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at ba66762 Update KSP to 2.0.1
Cloned https://github.com/rickclephas/KMP-NativeCoroutines.git
Revision (git rev-parse @):
ba667624990e7014378532bfda19fcc4d6842352
SUCCESS checkout https://github.com/rickclephas/KMP-NativeCoroutines.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD
https://github.com/rickclephas/KMP-NativeCoroutines.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:93fe18f778ec94e026baa8cc68b2ae87de241b204c49ca7a3a12cf55897227aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/ReactiveX/RxSwift.git
[1/52683] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift.git (4.15s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.9.0 (0.32s)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.9.0
Building for debugging...
[0/1] Copying PrivacyInfo.xcprivacy
[2/150] Compiling KMPNativeCoroutinesCore NativeFlow.swift
[3/150] Compiling KMPNativeCoroutinesCore NativeCancellable.swift
[4/150] Compiling KMPNativeCoroutinesCore NativeSuspend.swift
[5/150] Compiling KMPNativeCoroutinesCore NativeCallback.swift
[6/150] Emitting module KMPNativeCoroutinesCore
[9/161] Compiling KMPNativeCoroutinesAsync AsyncError.swift
[10/161] Emitting module KMPNativeCoroutinesAsync
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/161] Emitting module KMPNativeCoroutinesCombine
/host/spi-builder-workspace/KMPNativeCoroutinesCombine/Future.swift:8:8: error: no such module 'Combine'
import Combine
^
[12/161] Compiling KMPNativeCoroutinesCombine Future.swift
/host/spi-builder-workspace/KMPNativeCoroutinesCombine/Future.swift:8:8: error: no such module 'Combine'
import Combine
^
[13/161] Compiling KMPNativeCoroutinesCombine FuturePublisher.swift
/host/spi-builder-workspace/KMPNativeCoroutinesCombine/Future.swift:8:8: error: no such module 'Combine'
import Combine
^
[14/161] Compiling KMPNativeCoroutinesCombine Publisher.swift
/host/spi-builder-workspace/KMPNativeCoroutinesCombine/Future.swift:8:8: error: no such module 'Combine'
import Combine
^
error: fatalError
[15/161] Emitting module RxSwift
BUILD FAILURE 5.9 linux