The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ReactiveSwift with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-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.10
Building package at path:  $workDir
https://github.com/ReactiveCocoa/ReactiveSwift.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
Fetching https://github.com/mattgallagher/CwlCatchException.git
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/Quick/Quick.git
[1/439] Fetching cwlcatchexception
[440/1686] Fetching cwlcatchexception, cwlpreconditiontesting
[1687/15967] Fetching cwlcatchexception, cwlpreconditiontesting, quick
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.29s)
[4153/14720] Fetching cwlcatchexception, quick
Fetched https://github.com/Quick/Quick.git from cache (0.55s)
[1/17508] Fetching nimble
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (1.64s)
Fetched https://github.com/Quick/Nimble.git from cache (1.66s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 9.2.0 (0.38s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 4.0.0 (0.40s)
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.37s)
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 9.2.0
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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/48] 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
[4/54] Compiling ReactiveSwift Action.swift
[5/54] Compiling ReactiveSwift Atomic.swift
[6/54] Compiling ReactiveSwift Bag.swift
[7/54] Compiling ReactiveSwift Deprecations+Removals.swift
[8/54] Compiling ReactiveSwift Disposable.swift
[9/54] Compiling ReactiveSwift Event.swift
[10/54] Compiling ReactiveSwift EventLogger.swift
[11/54] Compiling ReactiveSwift Operators.swift
[12/54] Compiling ReactiveSwift Reduce.swift
[13/54] Compiling ReactiveSwift ScanMap.swift
[14/54] Compiling ReactiveSwift SkipFirst.swift
[15/54] Compiling ReactiveSwift SkipRepeats.swift
[16/54] Compiling ReactiveSwift SkipWhile.swift
[17/54] Compiling ReactiveSwift TakeFirst.swift
[18/54] Compiling ReactiveSwift TakeLast.swift
[19/54] Compiling ReactiveSwift TakeUntil.swift
[20/54] Compiling ReactiveSwift TakeWhile.swift
[21/54] Compiling ReactiveSwift Throttle.swift
[22/54] Compiling ReactiveSwift UnaryAsyncOperator.swift
[23/54] 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
[24/54] 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
[25/54] 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
[26/54] 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
[27/54] 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
[28/54] 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
[29/54] Compiling ReactiveSwift Map.swift
[30/54] Compiling ReactiveSwift MapError.swift
[31/54] Compiling ReactiveSwift Materialize.swift
[32/54] Compiling ReactiveSwift MaterializeAsResult.swift
[33/54] Compiling ReactiveSwift ObserveOn.swift
[34/54] Compiling ReactiveSwift Observer.swift
[35/54] Compiling ReactiveSwift CompactMap.swift
[36/54] Compiling ReactiveSwift Debounce.swift
[37/54] Compiling ReactiveSwift Delay.swift
[38/54] Compiling ReactiveSwift Dematerialize.swift
[39/54] Compiling ReactiveSwift DematerializeResults.swift
[40/54] Compiling ReactiveSwift Filter.swift
[41/54] Compiling ReactiveSwift LazyMap.swift
[42/54] 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:
                ^
[43/54] 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:
                ^
[44/54] 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:
                ^
[45/54] 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:
                ^
[46/54] 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:
                ^
[47/54] 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:
                ^
[48/54] 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:
                ^
[49/54] Compiling ReactiveSwift Signal.Observer.swift
[50/54] Compiling ReactiveSwift Signal.swift
[51/54] Compiling ReactiveSwift SignalProducer.swift
[52/54] Compiling ReactiveSwift UnidirectionalBinding.swift
[53/54] Compiling ReactiveSwift UninhabitedTypeGuards.swift
[54/54] Compiling ReactiveSwift ValidatingProperty.swift
Build complete! (13.06s)
Build complete.
Done.

Build Machine: Linux 1