Build Information
Failed to build KMPNativeCoroutines, reference v1.0.2 (fce8c8), with Swift 6.1 for Linux on 18 Mar 2026 21:49:13 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rickclephas/KMP-NativeCoroutines.git
Reference: v1.0.2
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
* tag v1.0.2 -> FETCH_HEAD
HEAD is now at fce8c8d Bump version to 1.0.2
Cloned https://github.com/rickclephas/KMP-NativeCoroutines.git
Revision (git rev-parse @):
fce8c8d25b874b2038be81bb3ba5cc51af1a976f
SUCCESS checkout https://github.com/rickclephas/KMP-NativeCoroutines.git at v1.0.2
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/rickclephas/KMP-NativeCoroutines.git
https://github.com/rickclephas/KMP-NativeCoroutines.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "rxswift",
"requirement" : {
"range" : [
{
"lower_bound" : "6.0.0",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ReactiveX/RxSwift.git"
}
],
"manifest_display_name" : "KMPNativeCoroutines",
"name" : "KMPNativeCoroutines",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "KMPNativeCoroutinesCore",
"targets" : [
"KMPNativeCoroutinesCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "KMPNativeCoroutinesCombine",
"targets" : [
"KMPNativeCoroutinesCombine"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "KMPNativeCoroutinesAsync",
"targets" : [
"KMPNativeCoroutinesAsync"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "KMPNativeCoroutinesRxSwift",
"targets" : [
"KMPNativeCoroutinesRxSwift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "KMPNativeCoroutinesRxSwiftTests",
"module_type" : "SwiftTarget",
"name" : "KMPNativeCoroutinesRxSwiftTests",
"path" : "KMPNativeCoroutinesRxSwiftTests",
"sources" : [
"ObservableTests.swift",
"SingleTests.swift"
],
"target_dependencies" : [
"KMPNativeCoroutinesRxSwift"
],
"type" : "test"
},
{
"c99name" : "KMPNativeCoroutinesRxSwift",
"module_type" : "SwiftTarget",
"name" : "KMPNativeCoroutinesRxSwift",
"path" : "KMPNativeCoroutinesRxSwift",
"product_dependencies" : [
"RxSwift"
],
"product_memberships" : [
"KMPNativeCoroutinesRxSwift"
],
"sources" : [
"Observable.swift",
"Single.swift",
"SingleObservable.swift"
],
"target_dependencies" : [
"KMPNativeCoroutinesCore"
],
"type" : "library"
},
{
"c99name" : "KMPNativeCoroutinesCore",
"module_type" : "SwiftTarget",
"name" : "KMPNativeCoroutinesCore",
"path" : "KMPNativeCoroutinesCore",
"product_memberships" : [
"KMPNativeCoroutinesCore",
"KMPNativeCoroutinesCombine",
"KMPNativeCoroutinesAsync",
"KMPNativeCoroutinesRxSwift"
],
"sources" : [
"NativeCallback.swift",
"NativeCancellable.swift",
"NativeFlow.swift",
"NativeSuspend.swift"
],
"type" : "library"
},
{
"c99name" : "KMPNativeCoroutinesCombineTests",
"module_type" : "SwiftTarget",
"name" : "KMPNativeCoroutinesCombineTests",
"path" : "KMPNativeCoroutinesCombineTests",
"sources" : [
"FutureTests.swift",
"PublisherTests.swift"
],
"target_dependencies" : [
"KMPNativeCoroutinesCombine"
],
"type" : "test"
},
{
"c99name" : "KMPNativeCoroutinesCombine",
"module_type" : "SwiftTarget",
"name" : "KMPNativeCoroutinesCombine",
"path" : "KMPNativeCoroutinesCombine",
"product_memberships" : [
"KMPNativeCoroutinesCombine"
],
"sources" : [
"Future.swift",
"FuturePublisher.swift",
"Publisher.swift"
],
"target_dependencies" : [
"KMPNativeCoroutinesCore"
],
"type" : "library"
},
{
"c99name" : "KMPNativeCoroutinesAsyncTests",
"module_type" : "SwiftTarget",
"name" : "KMPNativeCoroutinesAsyncTests",
"path" : "KMPNativeCoroutinesAsyncTests",
"sources" : [
"AsyncFunctionTests.swift",
"AsyncResultTests.swift",
"AsyncSequenceTests.swift"
],
"target_dependencies" : [
"KMPNativeCoroutinesAsync"
],
"type" : "test"
},
{
"c99name" : "KMPNativeCoroutinesAsync",
"module_type" : "SwiftTarget",
"name" : "KMPNativeCoroutinesAsync",
"path" : "KMPNativeCoroutinesAsync",
"product_memberships" : [
"KMPNativeCoroutinesAsync"
],
"sources" : [
"AsyncError.swift",
"AsyncFunction.swift",
"AsyncResult.swift",
"AsyncSequence.swift"
],
"target_dependencies" : [
"KMPNativeCoroutinesCore"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:7e70e0a64d2f2fbcaf7a9ded92418bf54647123e95b9450d840f38f11e93f5d2
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Fetching https://github.com/ReactiveX/RxSwift.git
[1/54285] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (4.84s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.10.2 (6.68s)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.10.2
Building for debugging...
[0/7] Write sources
[1/7] Copying PrivacyInfo.xcprivacy
[5/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/156] Compiling KMPNativeCoroutinesCore NativeSuspend.swift
[9/156] Compiling KMPNativeCoroutinesCore NativeFlow.swift
[10/156] Compiling KMPNativeCoroutinesCore NativeCancellable.swift
[11/156] Emitting module KMPNativeCoroutinesCore
[12/156] Compiling KMPNativeCoroutinesCore NativeCallback.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/166] Emitting module KMPNativeCoroutinesCombine
/host/spi-builder-workspace/KMPNativeCoroutinesCombine/Future.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import KMPNativeCoroutinesCore
10 |
[15/166] Compiling KMPNativeCoroutinesCombine Future.swift
/host/spi-builder-workspace/KMPNativeCoroutinesCombine/Future.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import KMPNativeCoroutinesCore
10 |
[16/166] Compiling KMPNativeCoroutinesCombine FuturePublisher.swift
/host/spi-builder-workspace/KMPNativeCoroutinesCombine/Future.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import KMPNativeCoroutinesCore
10 |
[17/166] Compiling KMPNativeCoroutinesCombine Publisher.swift
/host/spi-builder-workspace/KMPNativeCoroutinesCombine/Future.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import KMPNativeCoroutinesCore
10 |
[18/166] Compiling KMPNativeCoroutinesAsync AsyncResult.swift
/host/spi-builder-workspace/KMPNativeCoroutinesAsync/AsyncSequence.swift:40:34: warning: sending value of non-Sendable type 'Output' risks causing data races; this is an error in the Swift 6 language mode
38 | defer { self.semaphore.signal() }
39 | if let continuation = self.continuation {
40 | continuation.resume(returning: item)
| |- warning: sending value of non-Sendable type 'Output' risks causing data races; this is an error in the Swift 6 language mode
| `- note: Passing task-isolated value of non-Sendable type 'Output' as a 'sending' parameter risks causing races inbetween task-isolated uses and uses reachable from the callee
41 | self.continuation = nil
42 | return next()
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:7e70e0a64d2f2fbcaf7a9ded92418bf54647123e95b9450d840f38f11e93f5d2
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/6] Compiling KMPNativeCoroutinesCore NativeFlow.swift
[3/6] Emitting module KMPNativeCoroutinesCore
[4/6] Compiling KMPNativeCoroutinesCore NativeCallback.swift
[5/6] Compiling KMPNativeCoroutinesCore NativeCancellable.swift
[6/6] Compiling KMPNativeCoroutinesCore NativeSuspend.swift
[8/160] Compiling KMPNativeCoroutinesAsync AsyncResult.swift
[9/160] Emitting module KMPNativeCoroutinesAsync
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/160] Emitting module KMPNativeCoroutinesCombine
/host/spi-builder-workspace/KMPNativeCoroutinesCombine/Future.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import KMPNativeCoroutinesCore
10 |
[11/160] Compiling KMPNativeCoroutinesCombine FuturePublisher.swift
/host/spi-builder-workspace/KMPNativeCoroutinesCombine/Future.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import KMPNativeCoroutinesCore
10 |
[12/160] Compiling KMPNativeCoroutinesCombine Future.swift
/host/spi-builder-workspace/KMPNativeCoroutinesCombine/Future.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import KMPNativeCoroutinesCore
10 |
[13/160] Compiling KMPNativeCoroutinesCombine Publisher.swift
/host/spi-builder-workspace/KMPNativeCoroutinesCombine/Future.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import KMPNativeCoroutinesCore
10 |
[14/160] Compiling KMPNativeCoroutinesAsync AsyncSequence.swift
[15/160] Compiling KMPNativeCoroutinesAsync AsyncError.swift
[16/160] Compiling KMPNativeCoroutinesAsync AsyncFunction.swift
[18/161] Compiling RxSwift Producer.swift
[19/161] Compiling RxSwift PublishSubject.swift
[20/161] Compiling RxSwift Queue.swift
[21/161] Compiling RxSwift Range.swift
[22/161] Compiling RxSwift Reactive.swift
[23/161] Compiling RxSwift RecursiveLock.swift
[24/161] Compiling RxSwift RecursiveScheduler.swift
[25/161] Compiling RxSwift Reduce.swift
[26/161] Compiling RxSwift RefCountDisposable.swift
[27/161] Compiling RxSwift Repeat.swift
[28/161] Compiling RxSwift ReplaySubject.swift
[29/161] Compiling RxSwift RetryWhen.swift
[30/161] Compiling RxSwift Rx.swift
[31/161] Compiling RxSwift RxMutableBox.swift
[32/161] Compiling RxSwift Sample.swift
[33/161] Compiling RxSwift Scan.swift
[34/161] Compiling RxSwift ScheduledDisposable.swift
[35/161] Compiling RxSwift ScheduledItem.swift
[36/161] Compiling RxSwift ScheduledItemType.swift
[37/161] Compiling RxSwift SchedulerServices+Emulation.swift
[38/161] Emitting module RxSwift
[39/181] Compiling RxSwift DispatchQueueConfiguration.swift
[40/181] Compiling RxSwift Disposable.swift
[41/181] Compiling RxSwift Disposables.swift
[42/181] Compiling RxSwift DisposeBag.swift
[43/181] Compiling RxSwift DisposeBase.swift
[44/181] Compiling RxSwift DistinctUntilChanged.swift
[45/181] Compiling RxSwift Do.swift
[46/181] Compiling RxSwift ElementAt.swift
[47/181] Compiling RxSwift Empty.swift
[48/181] Compiling RxSwift Enumerated.swift
[49/181] Compiling RxSwift Error.swift
[50/181] Compiling RxSwift Errors.swift
[51/181] Compiling RxSwift Event.swift
[52/181] Compiling RxSwift Filter.swift
[53/181] Compiling RxSwift First.swift
[54/181] Compiling RxSwift Generate.swift
[55/181] Compiling RxSwift GroupBy.swift
[56/181] Compiling RxSwift GroupedObservable.swift
[57/181] Compiling RxSwift HistoricalScheduler.swift
[58/181] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[59/181] Compiling RxSwift ImmediateSchedulerType.swift
[60/181] Compiling RxSwift CombineLatest.swift
[61/181] Compiling RxSwift CompactMap.swift
[62/181] Compiling RxSwift Completable+AndThen.swift
[63/181] Compiling RxSwift Completable.swift
[64/181] Compiling RxSwift CompositeDisposable.swift
[65/181] Compiling RxSwift Concat.swift
[66/181] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[67/181] Compiling RxSwift ConcurrentMainScheduler.swift
[68/181] Compiling RxSwift ConnectableObservableType.swift
[69/181] Compiling RxSwift Create.swift
[70/181] Compiling RxSwift CurrentThreadScheduler.swift
[71/181] Compiling RxSwift Date+Dispatch.swift
[72/181] Compiling RxSwift Debounce.swift
[73/181] Compiling RxSwift Debug.swift
[74/181] Compiling RxSwift Decode.swift
[75/181] Compiling RxSwift DefaultIfEmpty.swift
[76/181] Compiling RxSwift Deferred.swift
[77/181] Compiling RxSwift Delay.swift
[78/181] Compiling RxSwift DelaySubscription.swift
[79/181] Compiling RxSwift Dematerialize.swift
[80/181] Compiling RxSwift DispatchQueue+Extensions.swift
[81/181] Compiling RxSwift SchedulerType.swift
[82/181] Compiling RxSwift Sequence.swift
[83/181] Compiling RxSwift SerialDispatchQueueScheduler.swift
[84/181] Compiling RxSwift SerialDisposable.swift
[85/181] Compiling RxSwift ShareReplayScope.swift
[86/181] Compiling RxSwift Single.swift
[87/181] Compiling RxSwift SingleAssignmentDisposable.swift
[88/181] Compiling RxSwift SingleAsync.swift
[89/181] Compiling RxSwift Sink.swift
[90/181] Compiling RxSwift Skip.swift
[91/181] Compiling RxSwift SkipUntil.swift
[92/181] Compiling RxSwift SkipWhile.swift
[93/181] Compiling RxSwift StartWith.swift
[94/181] Compiling RxSwift SubjectType.swift
[95/181] Compiling RxSwift SubscribeOn.swift
[96/181] Compiling RxSwift SubscriptionDisposable.swift
[97/181] Compiling RxSwift SwiftSupport.swift
[98/181] Compiling RxSwift Switch.swift
[99/181] Compiling RxSwift SwitchIfEmpty.swift
[100/181] Compiling RxSwift SynchronizedDisposeType.swift
[101/181] Compiling RxSwift Never.swift
[102/181] Compiling RxSwift NopDisposable.swift
[103/181] Compiling RxSwift Observable+Concurrency.swift
[104/181] Compiling RxSwift Observable.swift
[105/181] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[106/181] Compiling RxSwift ObservableConvertibleType.swift
[107/181] Compiling RxSwift ObservableType+Extensions.swift
[108/181] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[109/181] Compiling RxSwift ObservableType.swift
[110/181] Compiling RxSwift ObserveOn.swift
[111/181] Compiling RxSwift ObserverBase.swift
[112/181] Compiling RxSwift ObserverType.swift
[113/181] Compiling RxSwift OperationQueueScheduler.swift
[114/181] Compiling RxSwift Optional.swift
[115/181] Compiling RxSwift Platform.Darwin.swift
[116/181] Compiling RxSwift Platform.Linux.swift
[117/181] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[118/181] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[119/181] Compiling RxSwift PrimitiveSequence.swift
[120/181] Compiling RxSwift PriorityQueue.swift
[121/181] Compiling RxSwift Infallible+CombineLatest+Collection.swift
[122/181] Compiling RxSwift Infallible+CombineLatest+arity.swift
[123/181] Compiling RxSwift Infallible+Concurrency.swift
[124/181] Compiling RxSwift Infallible+Create.swift
[125/181] Compiling RxSwift Infallible+Debug.swift
[126/181] Compiling RxSwift Infallible+Operators.swift
[127/181] Compiling RxSwift Infallible+Zip+arity.swift
[128/181] Compiling RxSwift Infallible.swift
[129/181] Compiling RxSwift InfiniteSequence.swift
[130/181] Compiling RxSwift InvocableScheduledItem.swift
[131/181] Compiling RxSwift InvocableType.swift
[132/181] Compiling RxSwift Just.swift
[133/181] Compiling RxSwift Lock.swift
[134/181] Compiling RxSwift LockOwnerType.swift
[135/181] Compiling RxSwift MainScheduler.swift
[136/181] Compiling RxSwift Map.swift
[137/181] Compiling RxSwift Materialize.swift
[138/181] Compiling RxSwift Maybe.swift
[139/181] Compiling RxSwift Merge.swift
[140/181] Compiling RxSwift Multicast.swift
[141/181] Compiling RxSwift AddRef.swift
[142/181] Compiling RxSwift Amb.swift
[143/181] Compiling RxSwift AnonymousDisposable.swift
[144/181] Compiling RxSwift AnonymousObserver.swift
[145/181] Compiling RxSwift AnyObserver.swift
[146/181] Compiling RxSwift AsMaybe.swift
[147/181] Compiling RxSwift AsSingle.swift
[148/181] Compiling RxSwift AsyncLock.swift
[149/181] Compiling RxSwift AsyncSubject.swift
[150/181] Compiling RxSwift AtomicInt.swift
[151/181] Compiling RxSwift Bag+Rx.swift
[152/181] Compiling RxSwift Bag.swift
[153/181] Compiling RxSwift BehaviorSubject.swift
[154/181] Compiling RxSwift BinaryDisposable.swift
[155/181] Compiling RxSwift Binder.swift
[156/181] Compiling RxSwift BooleanDisposable.swift
[157/181] Compiling RxSwift Buffer.swift
[158/181] Compiling RxSwift Cancelable.swift
[159/181] Compiling RxSwift Catch.swift
[160/181] Compiling RxSwift CombineLatest+Collection.swift
[161/181] Compiling RxSwift CombineLatest+arity.swift
[162/181] Compiling RxSwift SynchronizedOnType.swift
[163/181] Compiling RxSwift SynchronizedUnsubscribeType.swift
[164/181] Compiling RxSwift TailRecursiveSink.swift
[165/181] Compiling RxSwift Take.swift
[166/181] Compiling RxSwift TakeLast.swift
[167/181] Compiling RxSwift TakeWithPredicate.swift
[168/181] Compiling RxSwift Throttle.swift
[169/181] Compiling RxSwift Timeout.swift
[170/181] Compiling RxSwift Timer.swift
[171/181] Compiling RxSwift ToArray.swift
[172/181] Compiling RxSwift Using.swift
[173/181] Compiling RxSwift VirtualTimeConverterType.swift
[174/181] Compiling RxSwift VirtualTimeScheduler.swift
[175/181] Compiling RxSwift Window.swift
[176/181] Compiling RxSwift WithLatestFrom.swift
[177/181] Compiling RxSwift WithUnretained.swift
[178/181] Compiling RxSwift Zip+Collection.swift
[179/181] Compiling RxSwift Zip+arity.swift
[180/181] Compiling RxSwift Zip.swift
[181/181] Compiling RxSwift resource_bundle_accessor.swift
BUILD FAILURE 6.1 linux