The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ReactiveSwift with Swift 5.9 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.33.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ReactiveCocoa/ReactiveSwift.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/ReactiveCocoa/ReactiveSwift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at f4f3d4d Use unspecified QoS in QueueScheduler when QoS is unspecified (#880)
Submodule path 'Carthage/Checkouts/Nimble': checked out 'c93f16c25af5770f0d3e6af27c9634640946b068'
Submodule path 'Carthage/Checkouts/Quick': checked out 'bd86ca0141e3cfb333546de5a11ede63f0c4a0e6'
Submodule path 'Carthage/Checkouts/Quick/Externals/Nimble': checked out 'd258c638d9ef214723a857a23f4113773aad28fb'
Submodule path 'Carthage/Checkouts/xcconfigs': checked out '4ced0ad5a971220917994a4edfa6abf9702e3818'
Submodule 'Carthage/Checkouts/Nimble' (https://github.com/Quick/Nimble.git) registered for path 'Carthage/Checkouts/Nimble'
Submodule 'Carthage/Checkouts/Quick' (https://github.com/Quick/Quick.git) registered for path 'Carthage/Checkouts/Quick'
Submodule 'Carthage/Checkouts/xcconfigs' (https://github.com/xcconfigs/xcconfigs.git) registered for path 'Carthage/Checkouts/xcconfigs'
Cloning into '/host/spi-builder-workspace/Carthage/Checkouts/Nimble'...
Cloning into '/host/spi-builder-workspace/Carthage/Checkouts/Quick'...
Cloning into '/host/spi-builder-workspace/Carthage/Checkouts/xcconfigs'...
Submodule 'Externals/Nimble' (https://github.com/Quick/Nimble.git) registered for path 'Carthage/Checkouts/Quick/Externals/Nimble'
Cloning into '/host/spi-builder-workspace/Carthage/Checkouts/Quick/Externals/Nimble'...
Cloned https://github.com/ReactiveCocoa/ReactiveSwift.git
Revision (git rev-parse @):
f4f3d4d7375ce26a797f7f0b4c246444c3afd43f
SUCCESS checkout https://github.com/ReactiveCocoa/ReactiveSwift.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $workDir
https://github.com/ReactiveCocoa/ReactiveSwift.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/mattgallagher/CwlCatchException.git
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/439] Fetching cwlcatchexception
[85/1686] Fetching cwlcatchexception, cwlpreconditiontesting
[1687/15967] Fetching cwlcatchexception, cwlpreconditiontesting, quick
Fetching https://github.com/Quick/Nimble.git
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git (0.26s)
[2724/14720] Fetching cwlcatchexception, quick
Fetched https://github.com/mattgallagher/CwlCatchException.git (0.64s)
Fetched https://github.com/Quick/Quick.git (0.64s)
[1/17508] Fetching nimble
Fetched https://github.com/Quick/Nimble.git (1.62s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 9.2.0 (0.41s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 4.0.0 (0.43s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.0.0 (0.40s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.1.0 (0.38s)
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.0.0
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.1.0
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 4.0.0
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 9.2.0
Building for debugging...
[1/46] Emitting module ReactiveSwift
/host/spi-builder-workspace/Sources/Property.swift:1:59: warning: unknown operating system for build configuration 'os'
#if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                          ^
/host/spi-builder-workspace/Sources/Property.swift:1:59: note: did you mean 'iOS'?
#if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                          ^~~~~~~~
                                                          iOS
/host/spi-builder-workspace/Sources/Property.swift:1:59: note: did you mean 'Windows'?
#if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                          ^~~~~~~~
                                                          Windows
[2/52] Compiling ReactiveSwift Map.swift
[3/52] Compiling ReactiveSwift MapError.swift
[4/52] Compiling ReactiveSwift Materialize.swift
[5/52] Compiling ReactiveSwift MaterializeAsResult.swift
[6/52] Compiling ReactiveSwift ObserveOn.swift
[7/52] Compiling ReactiveSwift Observer.swift
[8/52] Compiling ReactiveSwift Operators.swift
[9/52] Compiling ReactiveSwift Reduce.swift
[10/52] Compiling ReactiveSwift ScanMap.swift
[11/52] Compiling ReactiveSwift SkipFirst.swift
[12/52] Compiling ReactiveSwift SkipRepeats.swift
[13/52] Compiling ReactiveSwift SkipWhile.swift
[14/52] Compiling ReactiveSwift UniqueValues.swift
/host/spi-builder-workspace/Sources/Property.swift:1:59: warning: unknown operating system for build configuration 'os'
#if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                          ^
/host/spi-builder-workspace/Sources/Property.swift:1:59: note: did you mean 'iOS'?
#if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                          ^~~~~~~~
                                                          iOS
/host/spi-builder-workspace/Sources/Property.swift:1:59: note: did you mean 'Windows'?
#if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                          ^~~~~~~~
                                                          Windows
[15/52] Compiling ReactiveSwift Optional.swift
/host/spi-builder-workspace/Sources/Property.swift:1:59: warning: unknown operating system for build configuration 'os'
#if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                          ^
/host/spi-builder-workspace/Sources/Property.swift:1:59: note: did you mean 'iOS'?
#if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                          ^~~~~~~~
                                                          iOS
/host/spi-builder-workspace/Sources/Property.swift:1:59: note: did you mean 'Windows'?
#if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                          ^~~~~~~~
                                                          Windows
[16/52] Compiling ReactiveSwift Property.swift
/host/spi-builder-workspace/Sources/Property.swift:1:59: warning: unknown operating system for build configuration 'os'
#if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                          ^
/host/spi-builder-workspace/Sources/Property.swift:1:59: note: did you mean 'iOS'?
#if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                          ^~~~~~~~
                                                          iOS
/host/spi-builder-workspace/Sources/Property.swift:1:59: note: did you mean 'Windows'?
#if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                          ^~~~~~~~
                                                          Windows
[17/52] Compiling ReactiveSwift Reactive.swift
/host/spi-builder-workspace/Sources/Property.swift:1:59: warning: unknown operating system for build configuration 'os'
#if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                          ^
/host/spi-builder-workspace/Sources/Property.swift:1:59: note: did you mean 'iOS'?
#if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                          ^~~~~~~~
                                                          iOS
/host/spi-builder-workspace/Sources/Property.swift:1:59: note: did you mean 'Windows'?
#if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                          ^~~~~~~~
                                                          Windows
[18/52] Compiling ReactiveSwift ResultExtensions.swift
/host/spi-builder-workspace/Sources/Property.swift:1:59: warning: unknown operating system for build configuration 'os'
#if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                          ^
/host/spi-builder-workspace/Sources/Property.swift:1:59: note: did you mean 'iOS'?
#if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                          ^~~~~~~~
                                                          iOS
/host/spi-builder-workspace/Sources/Property.swift:1:59: note: did you mean 'Windows'?
#if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                          ^~~~~~~~
                                                          Windows
[19/52] Compiling ReactiveSwift Scheduler.swift
/host/spi-builder-workspace/Sources/Property.swift:1:59: warning: unknown operating system for build configuration 'os'
#if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                          ^
/host/spi-builder-workspace/Sources/Property.swift:1:59: note: did you mean 'iOS'?
#if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                          ^~~~~~~~
                                                          iOS
/host/spi-builder-workspace/Sources/Property.swift:1:59: note: did you mean 'Windows'?
#if os(iOS) || os(macOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                          ^~~~~~~~
                                                          Windows
[20/52] Compiling ReactiveSwift CompactMap.swift
[21/52] Compiling ReactiveSwift Debounce.swift
[22/52] Compiling ReactiveSwift Delay.swift
[23/52] Compiling ReactiveSwift Dematerialize.swift
[24/52] Compiling ReactiveSwift DematerializeResults.swift
[25/52] Compiling ReactiveSwift Filter.swift
[26/52] Compiling ReactiveSwift LazyMap.swift
[27/52] Compiling ReactiveSwift TakeFirst.swift
[28/52] Compiling ReactiveSwift TakeLast.swift
[29/52] Compiling ReactiveSwift TakeUntil.swift
[30/52] Compiling ReactiveSwift TakeWhile.swift
[31/52] Compiling ReactiveSwift Throttle.swift
[32/52] Compiling ReactiveSwift UnaryAsyncOperator.swift
[33/52] Compiling ReactiveSwift Flatten.swift
/host/spi-builder-workspace/Sources/FoundationExtensions.swift:102:3: warning: default will never be executed
                @unknown default:
                ^
/host/spi-builder-workspace/Sources/FoundationExtensions.swift:121:3: warning: default will never be executed
                @unknown default:
                ^
[34/52] Compiling ReactiveSwift FoundationExtensions.swift
/host/spi-builder-workspace/Sources/FoundationExtensions.swift:102:3: warning: default will never be executed
                @unknown default:
                ^
/host/spi-builder-workspace/Sources/FoundationExtensions.swift:121:3: warning: default will never be executed
                @unknown default:
                ^
[35/52] Compiling ReactiveSwift Lifetime.swift
/host/spi-builder-workspace/Sources/FoundationExtensions.swift:102:3: warning: default will never be executed
                @unknown default:
                ^
/host/spi-builder-workspace/Sources/FoundationExtensions.swift:121:3: warning: default will never be executed
                @unknown default:
                ^
[36/52] Compiling ReactiveSwift AttemptMap.swift
/host/spi-builder-workspace/Sources/FoundationExtensions.swift:102:3: warning: default will never be executed
                @unknown default:
                ^
/host/spi-builder-workspace/Sources/FoundationExtensions.swift:121:3: warning: default will never be executed
                @unknown default:
                ^
[37/52] Compiling ReactiveSwift Collect.swift
/host/spi-builder-workspace/Sources/FoundationExtensions.swift:102:3: warning: default will never be executed
                @unknown default:
                ^
/host/spi-builder-workspace/Sources/FoundationExtensions.swift:121:3: warning: default will never be executed
                @unknown default:
                ^
[38/52] Compiling ReactiveSwift CollectEvery.swift
/host/spi-builder-workspace/Sources/FoundationExtensions.swift:102:3: warning: default will never be executed
                @unknown default:
                ^
/host/spi-builder-workspace/Sources/FoundationExtensions.swift:121:3: warning: default will never be executed
                @unknown default:
                ^
[39/52] Compiling ReactiveSwift CombinePrevious.swift
/host/spi-builder-workspace/Sources/FoundationExtensions.swift:102:3: warning: default will never be executed
                @unknown default:
                ^
/host/spi-builder-workspace/Sources/FoundationExtensions.swift:121:3: warning: default will never be executed
                @unknown default:
                ^
[40/52] Compiling ReactiveSwift Action.swift
[41/52] Compiling ReactiveSwift Atomic.swift
[42/52] Compiling ReactiveSwift Bag.swift
[43/52] Compiling ReactiveSwift Deprecations+Removals.swift
[44/52] Compiling ReactiveSwift Disposable.swift
[45/52] Compiling ReactiveSwift Event.swift
[46/52] Compiling ReactiveSwift EventLogger.swift
[47/52] Compiling ReactiveSwift Signal.Observer.swift
[48/52] Compiling ReactiveSwift Signal.swift
[49/52] Compiling ReactiveSwift SignalProducer.swift
[50/52] Compiling ReactiveSwift UnidirectionalBinding.swift
[51/52] Compiling ReactiveSwift UninhabitedTypeGuards.swift
[52/52] Compiling ReactiveSwift ValidatingProperty.swift
Build complete! (15.77s)
Build complete.
Done.

Build Machine: Linux 2