Build Information
Failed to build Spin.Swift, reference 0.21.0 (042f70
), with Swift 6.1 for Linux on 26 Apr 2025 03:30:08 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/Spinners/Spin.Swift.git
Reference: 0.21.0
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/Spinners/Spin.Swift
* tag 0.21.0 -> FETCH_HEAD
HEAD is now at 042f708 project: set Swift to 5.2 in Package.swift
Cloned https://github.com/Spinners/Spin.Swift.git
Revision (git rev-parse @):
042f708554268a8607ff2659b9395613480c5fd7
SUCCESS checkout https://github.com/Spinners/Spin.Swift.git at 0.21.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/Spinners/Spin.Swift.git
https://github.com/Spinners/Spin.Swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "reactiveswift",
"requirement" : {
"range" : [
{
"lower_bound" : "6.3.0",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ReactiveCocoa/ReactiveSwift"
},
{
"identity" : "rxswift",
"requirement" : {
"range" : [
{
"lower_bound" : "5.1.1",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ReactiveX/RxSwift"
}
],
"manifest_display_name" : "Spin.Swift",
"name" : "Spin.Swift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "tvos",
"version" : "9.0"
},
{
"name" : "watchos",
"version" : "3.0"
}
],
"products" : [
{
"name" : "SpinCommon",
"targets" : [
"SpinCommon"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SpinCombine",
"targets" : [
"SpinCombine"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SpinReactiveSwift",
"targets" : [
"SpinReactiveSwift"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SpinRxSwift",
"targets" : [
"SpinRxSwift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SpinRxSwiftTests",
"module_type" : "SwiftTarget",
"name" : "SpinRxSwiftTests",
"path" : "Tests/RxSwiftTests",
"product_dependencies" : [
"RxBlocking"
],
"sources" : [
"DispatchQueue+currentLabel.swift",
"FeedbackTests.swift",
"GearTests.swift",
"MaterializedSequenceResult+Equatable.swift",
"Observable+ReactiveStreamTests.swift",
"Observable+streamFromSpinTests.swift",
"SpinIntegrationTests.swift",
"SwiftUISpinTests.swift",
"UISpinTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SpinRxSwift"
],
"type" : "test"
},
{
"c99name" : "SpinRxSwift",
"module_type" : "SwiftTarget",
"name" : "SpinRxSwift",
"path" : "Sources/RxSwift",
"product_dependencies" : [
"RxSwift",
"RxRelay"
],
"product_memberships" : [
"SpinRxSwift"
],
"sources" : [
"Executer.swift",
"Feedback.swift",
"Gear.swift",
"Observable+ReactiveStream.swift",
"Observable+streamFromSpin.swift",
"Spin.swift",
"Spinner.swift",
"SwiftUISpin.swift",
"UISpin.swift"
],
"target_dependencies" : [
"SpinCommon"
],
"type" : "library"
},
{
"c99name" : "SpinReactiveSwiftTests",
"module_type" : "SwiftTarget",
"name" : "SpinReactiveSwiftTests",
"path" : "Tests/ReactiveSwiftTests",
"sources" : [
"DispatchQueue+currentLabel.swift",
"FeedbackTests.swift",
"GearTests.swift",
"SignalProducer+DeferredTests.swift",
"SignalProducer+ReactiveStreamTests.swift",
"SignalProducer+streamFromSpinTests.swift",
"SpinIntegrationTests.swift",
"SwiftUISpinTests.swift",
"UISpinTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SpinReactiveSwift"
],
"type" : "test"
},
{
"c99name" : "SpinReactiveSwift",
"module_type" : "SwiftTarget",
"name" : "SpinReactiveSwift",
"path" : "Sources/ReactiveSwift",
"product_dependencies" : [
"ReactiveSwift"
],
"product_memberships" : [
"SpinReactiveSwift"
],
"sources" : [
"Disposable+add.swift",
"Executer.swift",
"Feedback.swift",
"Gear.swift",
"SignalProducer+Deferred.swift",
"SignalProducer+ReactiveStream.swift",
"SignalProducer+streamFromSpin.swift",
"Spin.swift",
"Spinner.swift",
"SwiftUISpin.swift",
"UISpin.swift"
],
"target_dependencies" : [
"SpinCommon"
],
"type" : "library"
},
{
"c99name" : "SpinCommonTests",
"module_type" : "SwiftTarget",
"name" : "SpinCommonTests",
"path" : "Tests/CommonTests",
"sources" : [
"AnySpinTests.swift",
"FeedbackDefinition+DefaultTests.swift",
"Mocks/MockEvent.swift",
"Mocks/MockExecuter.swift",
"Mocks/MockFeedback.swift",
"Mocks/MockGear.swift",
"Mocks/MockLifecycle.swift",
"Mocks/MockState.swift",
"Mocks/MockStream.swift",
"PartialTests.swift",
"SpinnerTests.swift",
"Weakify.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SpinCommon"
],
"type" : "test"
},
{
"c99name" : "SpinCommon",
"module_type" : "SwiftTarget",
"name" : "SpinCommon",
"path" : "Sources/Common",
"product_memberships" : [
"SpinCommon",
"SpinCombine",
"SpinReactiveSwift",
"SpinRxSwift"
],
"sources" : [
"AnySpin.swift",
"AnySpinner.swift",
"EventEmitter.swift",
"ExecuterDefinition.swift",
"FeedbackDefinition+Default.swift",
"FeedbackDefinition.swift",
"GearDefinition.swift",
"Partial.swift",
"ReactiveStream.swift",
"Reducer.swift",
"SpinDefinition.swift",
"StateRenderer.swift",
"Weakify.swift"
],
"type" : "library"
},
{
"c99name" : "SpinCombineTests",
"module_type" : "SwiftTarget",
"name" : "SpinCombineTests",
"path" : "Tests/CombineTests",
"sources" : [
"AnyPublisher+ReactiveStreamTests.swift",
"AnyPublisher+streamFromSpinTests.swift",
"AnyPublisher+subscribe.swift",
"DispatchQueue+currentLabel.swift",
"FeedbackTests.swift",
"GearTests.swift",
"SpinIntegrationTests.swift",
"SwiftUISpinTests.swift",
"UISpinTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SpinCombine"
],
"type" : "test"
},
{
"c99name" : "SpinCombine",
"module_type" : "SwiftTarget",
"name" : "SpinCombine",
"path" : "Sources/Combine",
"product_memberships" : [
"SpinCombine"
],
"sources" : [
"AnyPublisher+ReactiveStream.swift",
"AnyPublisher+streamFromSpin.swift",
"AnyScheduler.swift",
"DispatchQueue+Executer.swift",
"Feedback.swift",
"Gear.swift",
"OperationQueue+Executer.swift",
"RunLoop+Executer.swift",
"Spin.swift",
"Spinner.swift",
"SwiftUISpin.swift",
"UISpin.swift"
],
"target_dependencies" : [
"SpinCommon"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/ReactiveCocoa/ReactiveSwift
Fetching https://github.com/ReactiveX/RxSwift
[1/52488] Fetching reactiveswift
[11549/105164] Fetching reactiveswift, rxswift
Fetched https://github.com/ReactiveCocoa/ReactiveSwift from cache (6.55s)
Fetched https://github.com/ReactiveX/RxSwift from cache (6.68s)
Computing version for https://github.com/ReactiveX/RxSwift
Computed https://github.com/ReactiveX/RxSwift at 5.1.3 (8.51s)
Computing version for https://github.com/ReactiveCocoa/ReactiveSwift
Computed https://github.com/ReactiveCocoa/ReactiveSwift at 6.7.0 (1.09s)
Creating working copy for https://github.com/ReactiveCocoa/ReactiveSwift
Working copy of https://github.com/ReactiveCocoa/ReactiveSwift resolved at 6.7.0
Creating working copy for https://github.com/ReactiveX/RxSwift
Working copy of https://github.com/ReactiveX/RxSwift resolved at 5.1.3
Building for debugging...
[0/8] Write sources
[7/8] Write swift-version-24593BA9C3E375BF.txt
[9/199] Emitting module ReactiveSwift
[10/205] Compiling SpinCommon SpinDefinition.swift
[11/205] Compiling SpinCommon StateRenderer.swift
[12/206] Compiling RxSwift CompactMap.swift
[13/206] Compiling RxSwift Completable+AndThen.swift
[14/206] Compiling RxSwift Completable.swift
[15/206] Compiling RxSwift CompositeDisposable.swift
[16/206] Compiling RxSwift Concat.swift
[17/206] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[18/206] Compiling RxSwift ConcurrentMainScheduler.swift
[19/206] Compiling RxSwift ConnectableObservableType.swift
[20/206] Compiling SpinCommon Weakify.swift
[21/206] Compiling RxSwift Amb.swift
[22/206] Compiling RxSwift AnonymousDisposable.swift
[23/206] Compiling RxSwift AnonymousObserver.swift
[24/206] Compiling RxSwift AnyObserver.swift
[25/206] Compiling RxSwift AsMaybe.swift
[26/206] Compiling RxSwift AsSingle.swift
[30/206] Compiling RxSwift Create.swift
[31/206] Compiling RxSwift CurrentThreadScheduler.swift
[32/206] Compiling RxSwift Date+Dispatch.swift
[33/206] Compiling RxSwift GroupBy.swift
[34/206] Compiling RxSwift GroupedObservable.swift
[35/206] Compiling RxSwift HistoricalScheduler.swift
[36/206] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[37/206] Compiling RxSwift ImmediateSchedulerType.swift
[38/206] Compiling RxSwift InfiniteSequence.swift
[39/206] Compiling RxSwift CombineLatest+arity.swift
/host/spi-builder-workspace/Sources/Common/AnySpin.swift:134:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
132 | }
133 |
134 | @_functionBuilder
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
135 | public struct FeedbackBuilder {
136 | public static func buildBlock<Feedback>(
[40/206] Compiling RxSwift CombineLatest.swift
/host/spi-builder-workspace/Sources/Common/AnySpin.swift:134:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
132 | }
133 |
134 | @_functionBuilder
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
135 | public struct FeedbackBuilder {
136 | public static func buildBlock<Feedback>(
[41/206] Emitting module SpinCommon
/host/spi-builder-workspace/Sources/Common/AnySpin.swift:134:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
132 | }
133 |
134 | @_functionBuilder
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
135 | public struct FeedbackBuilder {
136 | public static func buildBlock<Feedback>(
[42/206] Compiling RxSwift AsyncLock.swift
[43/206] Compiling RxSwift AsyncSubject.swift
[44/206] Compiling RxSwift AtomicInt.swift
[45/206] Compiling RxSwift Bag+Rx.swift
[46/206] Compiling RxSwift Bag.swift
[47/206] Compiling RxSwift BehaviorSubject.swift
[48/206] Compiling RxSwift BinaryDisposable.swift
[49/206] Compiling RxSwift BooleanDisposable.swift
[50/206] Compiling RxSwift Buffer.swift
[51/206] Compiling RxSwift Cancelable.swift
[52/206] Compiling RxSwift Catch.swift
[53/206] Compiling RxSwift CombineLatest+Collection.swift
[54/207] Compiling RxSwift AddRef.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[80/207] Compiling RxSwift Debounce.swift
[81/207] Compiling RxSwift Debug.swift
[82/207] Compiling RxSwift DefaultIfEmpty.swift
[83/207] Compiling RxSwift Deferred.swift
[84/207] Compiling RxSwift Delay.swift
[85/207] Compiling RxSwift DelaySubscription.swift
[87/207] Compiling RxSwift Observable.swift
[88/207] Compiling RxSwift ObservableConvertibleType.swift
[89/207] Compiling RxSwift ObservableType+Extensions.swift
[90/207] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[91/207] Compiling RxSwift ObservableType.swift
[92/207] Compiling RxSwift ObserveOn.swift
[93/207] Compiling RxSwift ObserverBase.swift
[94/207] Compiling RxSwift ObserverType.swift
[95/207] Compiling RxSwift OperationQueueScheduler.swift
[96/207] Compiling RxSwift Optional.swift
[97/207] Compiling RxSwift Platform.Darwin.swift
[98/207] Compiling RxSwift Platform.Linux.swift
[99/207] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[100/207] Compiling RxSwift PrimitiveSequence.swift
[101/207] Compiling RxSwift PriorityQueue.swift
[102/207] Compiling RxSwift Producer.swift
[103/207] Compiling RxSwift PublishSubject.swift
[104/207] Compiling RxSwift Queue.swift
[105/207] Compiling RxSwift Range.swift
[106/225] Compiling RxSwift Dematerialize.swift
[107/225] Compiling RxSwift Deprecated.swift
[108/225] Compiling RxSwift DispatchQueue+Extensions.swift
[109/225] Compiling RxSwift DispatchQueueConfiguration.swift
[110/225] Compiling RxSwift Disposable.swift
[111/225] Compiling RxSwift Disposables.swift
[112/225] Compiling RxSwift DisposeBag.swift
[113/225] Compiling RxSwift DisposeBase.swift
[114/225] Compiling RxSwift DistinctUntilChanged.swift
[115/225] Compiling RxSwift Do.swift
[116/225] Compiling RxSwift ElementAt.swift
[117/225] Compiling RxSwift Empty.swift
[118/225] Compiling RxSwift Enumerated.swift
[119/225] Compiling RxSwift Error.swift
[120/225] Compiling RxSwift Errors.swift
[121/225] Compiling RxSwift Event.swift
[122/225] Compiling RxSwift Filter.swift
[123/225] Compiling RxSwift First.swift
[124/225] Compiling RxSwift Generate.swift
[125/225] Compiling RxSwift Reactive.swift
[126/225] Compiling RxSwift RecursiveLock.swift
[127/225] Compiling RxSwift RecursiveScheduler.swift
[128/225] Compiling RxSwift Reduce.swift
[129/225] Compiling RxSwift RefCountDisposable.swift
[130/225] Compiling RxSwift Repeat.swift
[131/225] Compiling RxSwift ReplaySubject.swift
[132/225] Compiling RxSwift RetryWhen.swift
[133/225] Compiling RxSwift Rx.swift
[134/225] Compiling RxSwift RxMutableBox.swift
[135/225] Compiling RxSwift Sample.swift
[136/225] Compiling RxSwift Scan.swift
[137/225] Compiling RxSwift ScheduledDisposable.swift
[138/225] Compiling RxSwift ScheduledItem.swift
[139/225] Compiling RxSwift ScheduledItemType.swift
[140/225] Compiling RxSwift SchedulerServices+Emulation.swift
[141/225] Compiling RxSwift SchedulerType.swift
[142/225] Compiling RxSwift Sequence.swift
[143/225] Compiling RxSwift SerialDispatchQueueScheduler.swift
[144/225] Compiling RxSwift SerialDisposable.swift
[145/225] Compiling RxSwift ShareReplayScope.swift
[146/225] Compiling RxSwift Single.swift
[147/225] Compiling RxSwift SingleAssignmentDisposable.swift
[148/225] Compiling RxSwift SingleAsync.swift
[149/225] Compiling RxSwift Sink.swift
[150/225] Compiling RxSwift Skip.swift
[151/225] Compiling RxSwift SkipUntil.swift
[152/225] Compiling RxSwift SkipWhile.swift
[153/225] Compiling RxSwift StartWith.swift
[154/225] Compiling RxSwift SubjectType.swift
[155/225] Compiling RxSwift SubscribeOn.swift
[156/225] Compiling RxSwift SubscriptionDisposable.swift
[157/225] Compiling RxSwift SwiftSupport.swift
[158/225] Compiling RxSwift Switch.swift
[159/225] Compiling RxSwift SwitchIfEmpty.swift
[160/225] Compiling RxSwift SynchronizedDisposeType.swift
[161/225] Compiling RxSwift SynchronizedOnType.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[181/225] Emitting module RxSwift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[188/225] Compiling ReactiveSwift Signal.Observer.swift
[189/225] Compiling ReactiveSwift Signal.swift
[190/225] Compiling ReactiveSwift SignalProducer.swift
[191/225] Compiling ReactiveSwift UnidirectionalBinding.swift
[192/225] Compiling ReactiveSwift UninhabitedTypeGuards.swift
[193/225] Compiling ReactiveSwift ValidatingProperty.swift
[194/225] Compiling RxSwift Map.swift
[195/225] Compiling RxSwift Materialize.swift
[196/225] Compiling RxSwift Maybe.swift
[197/225] Compiling RxSwift Merge.swift
[198/225] Compiling RxSwift Multicast.swift
[199/225] Compiling RxSwift Never.swift
[200/225] Compiling RxSwift NopDisposable.swift
[202/237] Compiling SpinCombine AnyPublisher+ReactiveStream.swift
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
[203/237] Compiling SpinCombine AnyPublisher+streamFromSpin.swift
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[204/238] Emitting module SpinCombine
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
[205/238] Compiling SpinCombine OperationQueue+Executer.swift
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
[206/238] Compiling SpinCombine RunLoop+Executer.swift
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
[213/239] Compiling SpinCombine AnyScheduler.swift
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
[214/239] Compiling SpinCombine DispatchQueue+Executer.swift
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
[215/239] Compiling SpinCombine Feedback.swift
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
[216/239] Compiling SpinCombine Gear.swift
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
[217/239] Compiling SpinCombine Spinner.swift
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
[218/239] Compiling SpinCombine Spin.swift
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
[219/239] Compiling SpinCombine SwiftUISpin.swift
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
[221/239] Compiling SpinCombine UISpin.swift
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/77] Compiling SpinCommon SpinDefinition.swift
[3/79] Compiling SpinCommon StateRenderer.swift
[4/193] Compiling RxSwift ConcurrentMainScheduler.swift
[5/193] Compiling RxSwift ConnectableObservableType.swift
[6/193] Compiling RxSwift Completable.swift
[7/193] Compiling RxSwift CompositeDisposable.swift
[8/193] Compiling SpinCommon Weakify.swift
[9/193] Compiling RxSwift Concat.swift
[10/193] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[11/193] Compiling RxSwift CompactMap.swift
[12/193] Compiling RxSwift Completable+AndThen.swift
[13/193] Emitting module SpinCommon
/host/spi-builder-workspace/Sources/Common/AnySpin.swift:134:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
132 | }
133 |
134 | @_functionBuilder
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
135 | public struct FeedbackBuilder {
136 | public static func buildBlock<Feedback>(
[14/193] Compiling RxSwift CombineLatest+arity.swift
/host/spi-builder-workspace/Sources/Common/AnySpin.swift:134:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
132 | }
133 |
134 | @_functionBuilder
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
135 | public struct FeedbackBuilder {
136 | public static func buildBlock<Feedback>(
[15/193] Compiling RxSwift CombineLatest.swift
/host/spi-builder-workspace/Sources/Common/AnySpin.swift:134:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
132 | }
133 |
134 | @_functionBuilder
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
135 | public struct FeedbackBuilder {
136 | public static func buildBlock<Feedback>(
[17/194] Compiling RxSwift GroupedObservable.swift
[18/194] Compiling RxSwift HistoricalScheduler.swift
[19/194] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[20/194] Compiling RxSwift ImmediateSchedulerType.swift
[21/194] Compiling RxSwift InfiniteSequence.swift
[22/194] Compiling RxSwift InvocableScheduledItem.swift
[23/212] Compiling RxSwift Debug.swift
[24/212] Compiling RxSwift DefaultIfEmpty.swift
[25/212] Compiling RxSwift Deferred.swift
[26/212] Compiling RxSwift Delay.swift
[27/212] Compiling RxSwift DelaySubscription.swift
[28/212] Compiling RxSwift GroupBy.swift
[29/212] Emitting module ReactiveSwift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[30/212] Emitting module SpinCombine
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
[31/212] Compiling SpinCombine AnyPublisher+ReactiveStream.swift
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
[32/212] Compiling SpinCombine AnyPublisher+streamFromSpin.swift
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
[33/213] Compiling SpinCombine AnyScheduler.swift
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
[34/213] Compiling SpinCombine DispatchQueue+Executer.swift
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
[35/213] Compiling SpinCombine Feedback.swift
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
[36/213] Compiling SpinCombine Gear.swift
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
[37/213] Compiling SpinCombine SwiftUISpin.swift
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
[38/213] Compiling SpinCombine OperationQueue+Executer.swift
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
[39/213] Compiling SpinCombine RunLoop+Executer.swift
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
[40/213] Compiling SpinCombine Spin.swift
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
[41/213] Compiling SpinCombine Spinner.swift
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
[42/213] Compiling SpinCombine UISpin.swift
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[43/213] Emitting module RxSwift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
BUILD FAILURE 6.1 linux