Build Information
Failed to build CombineExt, reference main (d7b896
), with Swift 6.1 for Linux on 27 Apr 2025 05:23:54 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CombineCommunity/CombineExt.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/CombineCommunity/CombineExt
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at d7b896f Remove exported Foundation import to fix DocC builds
Cloned https://github.com/CombineCommunity/CombineExt.git
Revision (git rev-parse @):
d7b896fa9ca8b47fa7bcde6b43ef9b70bf8c1f56
SUCCESS checkout https://github.com/CombineCommunity/CombineExt.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/CombineCommunity/CombineExt.git
https://github.com/CombineCommunity/CombineExt.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "combine-schedulers",
"requirement" : {
"range" : [
{
"lower_bound" : "0.8.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/combine-schedulers"
}
],
"manifest_display_name" : "CombineExt",
"name" : "CombineExt",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "10.0"
},
{
"name" : "macos",
"version" : "10.12"
},
{
"name" : "watchos",
"version" : "3.0"
}
],
"products" : [
{
"name" : "CombineExt",
"targets" : [
"CombineExt"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "CombineExtTests",
"module_type" : "SwiftTarget",
"name" : "CombineExtTests",
"path" : "Tests",
"product_dependencies" : [
"CombineSchedulers"
],
"sources" : [
"AmbTests.swift",
"AssignOwnershipTests.swift",
"AssignToManyTests.swift",
"CombineLatestManyTests.swift",
"CreateTests.swift",
"CurrentValueRelayTests.swift",
"DematerializeTests.swift",
"EnumeratedTests.swift",
"FilterManyTests.swift",
"FlatMapBatchesTests.swift",
"FlatMapFirstTests.swift",
"FlatMapLatestTests.swift",
"IgnoreFailureTests.swift",
"IgnoreOutputSetOutputTypeTests.swift",
"MapManyTests.swift",
"MapToResultTests.swift",
"MapToValueTests.swift",
"MaterializeTests.swift",
"MergeManyTests.swift",
"NwiseTests.swift",
"OptionalTests.swift",
"PartitionTests.swift",
"PassthroughRelayTests.swift",
"PrefixDurationTests.swift",
"PrefixWhileBehaviorTests.swift",
"RemoveAllDuplicatesTests.swift",
"ReplaySubjectTests.swift",
"RetryWhenTests.swift",
"SetOutputTypeTests.swift",
"ShareReplayTests.swift",
"ToggleTests.swift",
"WithLatestFromTests.swift",
"ZipManyTests.swift"
],
"target_dependencies" : [
"CombineExt"
],
"type" : "test"
},
{
"c99name" : "CombineExt",
"module_type" : "SwiftTarget",
"name" : "CombineExt",
"path" : "Sources",
"product_memberships" : [
"CombineExt"
],
"sources" : [
"Common/DemandBuffer.swift",
"Common/Sink.swift",
"Convenience/Optional.swift",
"Models/Event.swift",
"Models/ObjectOwnership.swift",
"Operators/Amb.swift",
"Operators/AssignOwnership.swift",
"Operators/AssignToMany.swift",
"Operators/CombineLatestMany.swift",
"Operators/Create.swift",
"Operators/Dematerialize.swift",
"Operators/Enumerated.swift",
"Operators/FilterMany.swift",
"Operators/FlatMapBatches.swift",
"Operators/FlatMapFirst.swift",
"Operators/FlatMapLatest.swift",
"Operators/IgnoreFailure.swift",
"Operators/IgnoreOutputSetOutputType.swift",
"Operators/Internal/Lock.swift",
"Operators/Internal/Timer.swift",
"Operators/MapMany.swift",
"Operators/MapToResult.swift",
"Operators/MapToValue.swift",
"Operators/Materialize.swift",
"Operators/MergeMany.swift",
"Operators/Nwise.swift",
"Operators/Partition.swift",
"Operators/PrefixDuration.swift",
"Operators/PrefixWhileBehavior.swift",
"Operators/RemoveAllDuplicates.swift",
"Operators/RetryWhen.swift",
"Operators/SetOutputType.swift",
"Operators/ShareReplay.swift",
"Operators/Toggle.swift",
"Operators/WithLatestFrom.swift",
"Operators/ZipMany.swift",
"Relays/CurrentValueRelay.swift",
"Relays/PassthroughRelay.swift",
"Relays/Relay.swift",
"Subjects/ReplaySubject.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/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 finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/pointfreeco/combine-schedulers
[1/2410] Fetching combine-schedulers
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.25s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 0.11.0 (0.80s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/852] Fetching swift-concurrency-extras
[853/6240] Fetching swift-concurrency-extras, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.69s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.70s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.9.0 (1.28s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 0.1.2 (0.56s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 0.9.0
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 0.11.0
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 0.1.2
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/38] Emitting module CombineExt
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[4/43] Compiling CombineExt RetryWhen.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[5/43] Compiling CombineExt SetOutputType.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[6/43] Compiling CombineExt ShareReplay.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[7/43] Compiling CombineExt Toggle.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[8/43] Compiling CombineExt WithLatestFrom.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[9/43] Compiling CombineExt ZipMany.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[10/43] Compiling CombineExt CurrentValueRelay.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[11/43] Compiling CombineExt PassthroughRelay.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[12/43] Compiling CombineExt Relay.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[13/43] Compiling CombineExt ReplaySubject.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[14/43] Compiling CombineExt Nwise.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[15/43] Compiling CombineExt Partition.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[16/43] Compiling CombineExt PrefixDuration.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[17/43] Compiling CombineExt PrefixWhileBehavior.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[18/43] Compiling CombineExt RemoveAllDuplicates.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[19/43] Compiling CombineExt MapMany.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[20/43] Compiling CombineExt MapToResult.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[21/43] Compiling CombineExt MapToValue.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[22/43] Compiling CombineExt Materialize.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[23/43] Compiling CombineExt MergeMany.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[24/43] Compiling CombineExt Amb.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[25/43] Compiling CombineExt AssignOwnership.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[26/43] Compiling CombineExt AssignToMany.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[27/43] Compiling CombineExt CombineLatestMany.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[28/43] Compiling CombineExt Create.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[29/43] Compiling CombineExt FlatMapLatest.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[30/43] Compiling CombineExt IgnoreFailure.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[31/43] Compiling CombineExt IgnoreOutputSetOutputType.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[32/43] Compiling CombineExt Lock.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[33/43] Compiling CombineExt Timer.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[34/43] Compiling CombineExt Dematerialize.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[35/43] Compiling CombineExt Enumerated.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[36/43] Compiling CombineExt FilterMany.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[37/43] Compiling CombineExt FlatMapBatches.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[38/43] Compiling CombineExt FlatMapFirst.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[39/43] Compiling CombineExt DemandBuffer.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[40/43] Compiling CombineExt Sink.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[41/43] Compiling CombineExt Optional.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[42/43] Compiling CombineExt Event.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[43/43] Compiling CombineExt ObjectOwnership.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/37] Compiling CombineExt MapMany.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[3/37] Compiling CombineExt MapToResult.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[4/37] Compiling CombineExt MapToValue.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[5/37] Compiling CombineExt Materialize.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[6/37] Compiling CombineExt MergeMany.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[7/42] Compiling CombineExt Dematerialize.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[8/42] Compiling CombineExt Enumerated.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[9/42] Compiling CombineExt FilterMany.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[10/42] Compiling CombineExt FlatMapBatches.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[11/42] Compiling CombineExt FlatMapFirst.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[12/42] Compiling CombineExt FlatMapLatest.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[13/42] Compiling CombineExt IgnoreFailure.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[14/42] Compiling CombineExt IgnoreOutputSetOutputType.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[15/42] Compiling CombineExt Lock.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[16/42] Compiling CombineExt Timer.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[17/42] Compiling CombineExt Nwise.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[18/42] Compiling CombineExt Partition.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[19/42] Compiling CombineExt PrefixDuration.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[20/42] Compiling CombineExt PrefixWhileBehavior.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[21/42] Compiling CombineExt RemoveAllDuplicates.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[22/42] Compiling CombineExt DemandBuffer.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[23/42] Compiling CombineExt Sink.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[24/42] Compiling CombineExt Optional.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[25/42] Compiling CombineExt Event.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[26/42] Compiling CombineExt ObjectOwnership.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[27/42] Emitting module CombineExt
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[28/42] Compiling CombineExt Amb.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[29/42] Compiling CombineExt AssignOwnership.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[30/42] Compiling CombineExt AssignToMany.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[31/42] Compiling CombineExt CombineLatestMany.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[32/42] Compiling CombineExt Create.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[33/42] Compiling CombineExt RetryWhen.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[34/42] Compiling CombineExt SetOutputType.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[35/42] Compiling CombineExt ShareReplay.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[36/42] Compiling CombineExt Toggle.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[37/42] Compiling CombineExt WithLatestFrom.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[38/42] Compiling CombineExt ZipMany.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[39/42] Compiling CombineExt CurrentValueRelay.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[40/42] Compiling CombineExt PassthroughRelay.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[41/42] Compiling CombineExt Relay.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
[42/42] Compiling CombineExt ReplaySubject.swift
/host/spi-builder-workspace/Sources/Operators/Internal/Lock.swift:15:8: error: no such module 'Darwin'
13 | //===----------------------------------------------------------------------===//
14 |
15 | import Darwin
| `- error: no such module 'Darwin'
16 |
17 | @available(macOS 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *)
BUILD FAILURE 6.1 linux