Build Information
Failed to build whim-ios-core, reference main (a70800), with Swift 6.1 for Linux on 20 Aug 2025 12:07:27 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/umob-app/whim-ios-core.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/umob-app/whim-ios-core
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a70800a feat: add project overview and comprehensive docs for usage (#44)
Cloned https://github.com/umob-app/whim-ios-core.git
Revision (git rev-parse @):
a70800a57011331555724a5add5e841a76ef5565
SUCCESS checkout https://github.com/umob-app/whim-ios-core.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/umob-app/whim-ios-core.git
https://github.com/umob-app/whim-ios-core.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "rxswift",
"requirement" : {
"exact" : [
"6.5.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/ReactiveX/RxSwift.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections"
},
{
"identity" : "quick",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Quick.git"
},
{
"identity" : "nimble",
"requirement" : {
"range" : [
{
"lower_bound" : "9.0.0",
"upper_bound" : "10.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Nimble.git"
},
{
"identity" : "swiftymock",
"requirement" : {
"branch" : [
"spm"
]
},
"type" : "sourceControl",
"url" : "https://github.com/stanfy/SwiftyMock.git"
},
{
"identity" : "whim-ios-random",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/umob-app/whim-ios-random.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "whim-ios-core",
"name" : "whim-ios-core",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
}
],
"products" : [
{
"name" : "WhimCore",
"targets" : [
"WhimCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "WhimCoreTest",
"targets" : [
"WhimCoreTest"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WhimCoreUnitTests",
"module_type" : "SwiftTarget",
"name" : "WhimCoreUnitTests",
"path" : "Tests/WhimCoreUnitTests",
"product_dependencies" : [
"Quick",
"Nimble",
"SwiftyMock",
"WhimRandom",
"RxTest",
"RxBlocking"
],
"sources" : [
"Architecture/FeedbackLoopTests.swift",
"Architecture/ObservablePropertyTests.swift",
"Support/Fakes.swift",
"Support/Generated/Random.generated.swift",
"Support/RandomSeed.swift",
"Support/Randoms/FunctionObject+Random.swift",
"Support/Randoms/GeoHash+Random.swift",
"Support/Randoms/MapOverlays+Random.swift",
"Support/Randoms/MapSidebarItems+Random.swift",
"Support/Randoms/MapUtils+Random.swift",
"Support/Randoms/OrderedSet+Random.swift",
"UI/BottomPanel/BottomPanelSpec.swift",
"UI/Map/AppleMaps/AppleMapsViewControllerSpec.swift",
"UI/Map/MapClustering/MapClusterManagerSpec.swift",
"UI/Map/MapClustering/QuadTreeSpec.swift",
"UI/Map/MapLayer/MapLayerSettingSpec.swift",
"UI/Map/MapLayer/MapLayerSpec.swift",
"UI/Map/MapLayerManagerSpec.swift",
"UI/Navigation/WhimSceneNavigationStackSpec.swift",
"UI/Navigation/WhimSceneViewControllerSpec.swift",
"UI/Navigation/WhimSingleSceneSpec.swift",
"Utils/ComparableSpec.swift"
],
"target_dependencies" : [
"WhimCore"
],
"type" : "test"
},
{
"c99name" : "WhimCoreTest",
"module_type" : "SwiftTarget",
"name" : "WhimCoreTest",
"path" : "Sources/WhimCoreTest",
"product_dependencies" : [
"Quick",
"Nimble",
"RxTest"
],
"product_memberships" : [
"WhimCoreTest"
],
"sources" : [
"WhimCoreTest.swift"
],
"type" : "library"
},
{
"c99name" : "WhimCore",
"module_type" : "SwiftTarget",
"name" : "WhimCore",
"path" : "Sources/WhimCore",
"product_dependencies" : [
"RxSwift",
"RxCocoa",
"OrderedCollections"
],
"product_memberships" : [
"WhimCore"
],
"sources" : [
"Architecture/AbstractService.swift",
"Architecture/FeedbackLoop.swift",
"Architecture/ObservableProperty.swift",
"Architecture/UI/WhimSceneBindings.swift",
"Architecture/UI/WhimScenePresentation.swift",
"Architecture/UI/WhimSceneStore.swift",
"BottomPanel/BottomPanel.swift",
"BottomPanel/BottomPanelHandler.swift",
"GeoCache/AreaRegions.swift",
"GeoCache/GeoCache.swift",
"GeoCache/GeoHash.swift",
"GeoCache/ProximityHash.swift",
"Map/AppleMaps/AppleMapsAnnotation.swift",
"Map/AppleMaps/AppleMapsOverlays.swift",
"Map/AppleMaps/AppleMapsViewController.swift",
"Map/AppleMaps/Clustering/AppleMapsClusterDefaultRenderer.swift",
"Map/AppleMaps/Clustering/AppleMapsClusterNonHierarchicalDistanceBasedAlgorithm.swift",
"Map/AppleMaps/Clustering/MapClusterManager+AppleMaps.swift",
"Map/AppleMaps/MKMapView+ZoomLevel.swift",
"Map/MapClustering/MapCluster.swift",
"Map/MapClustering/MapClusterAlgorithm.swift",
"Map/MapClustering/MapClusterManager.swift",
"Map/MapClustering/MapClusterRenderer.swift",
"Map/MapClustering/QuadTree.swift",
"Map/MapLayer/MapEvents.swift",
"Map/MapLayer/MapLayer.swift",
"Map/MapLayer/MapLayerState.swift",
"Map/MapLayerManager.swift",
"Map/MapUtils/AnimatableProperties.swift",
"Map/MapUtils/FunctionObject.swift",
"Map/MapUtils/MapKit+Rx.swift",
"Map/MapUtils/MapSidebarItems/MapReloadSidebarItem.swift",
"Map/MapUtils/MapSidebarItems/MapSidebarItemButton.swift",
"Map/MapUtils/ProximityEquatable.swift",
"Map/MapUtils/VerticalInsets.swift",
"Map/Overlays/MapCircle.swift",
"Map/Overlays/MapClusterMarker.swift",
"Map/Overlays/MapMarker.swift",
"Map/Overlays/MapOverlay.swift",
"Map/Overlays/MapPolygon.swift",
"Map/Overlays/MapPolyline.swift",
"Navigation/WhimScene.swift",
"Navigation/WhimSceneContainerViewController.swift",
"Navigation/WhimSceneNavigationStack.swift",
"Navigation/WhimSceneTransitioningAnimations.swift",
"Navigation/WhimSceneViewController.swift",
"Navigation/WhimSingleScene.swift",
"Utils/Comparable+Extensions.swift",
"Utils/CoreLocation+Extensions.swift",
"Utils/Enum+Option.swift",
"Utils/Icon.swift",
"Utils/MapKit+Equatable.swift",
"Utils/Optional+Extensions.swift",
"Utils/PassthroughView.swift",
"Utils/Rx+Operators.swift",
"Utils/Rx+UIViewController.swift",
"Utils/UIImage+Extensions.swift",
"Utils/WhimTopBarWithButton.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/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:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/stanfy/SwiftyMock.git
[1/545] Fetching swiftymock
Fetched https://github.com/stanfy/SwiftyMock.git from cache (0.32s)
Fetching https://github.com/umob-app/whim-ios-random.git
[1/139] Fetching whim-ios-random
Fetched https://github.com/umob-app/whim-ios-random.git from cache (0.33s)
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/ReactiveX/RxSwift.git
[1/2094] Fetching swift-docc-plugin
[211/16935] Fetching swift-docc-plugin, quick
[7735/34286] Fetching swift-docc-plugin, quick, swift-collections
[8800/53883] Fetching swift-docc-plugin, quick, swift-collections, nimble
[9123/106607] Fetching swift-docc-plugin, quick, swift-collections, nimble, rxswift
Fetched https://github.com/apple/swift-collections from cache (3.04s)
Fetched https://github.com/Quick/Nimble.git from cache (3.21s)
[68022/69659] Fetching swift-docc-plugin, quick, rxswift
Fetched https://github.com/apple/swift-docc-plugin from cache (6.26s)
Fetched https://github.com/Quick/Quick.git from cache (6.26s)
Fetched https://github.com/ReactiveX/RxSwift.git from cache (6.41s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 4.0.0 (7.08s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.5.0 (0.65s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 9.2.1 (0.70s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.26s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.86s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.30s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.02s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.1 (0.93s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (0.95s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3457] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.40s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.22s)
Creating working copy for https://github.com/umob-app/whim-ios-random.git
Working copy of https://github.com/umob-app/whim-ios-random.git resolved at main (b979870)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.5.0
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/stanfy/SwiftyMock.git
Working copy of https://github.com/stanfy/SwiftyMock.git resolved at spm (913788f)
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 9.2.1
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.1
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 4.0.0
warning: 'whim-ios-random': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/whim-ios-random/Sources/WhimRandom/Templates/Random.stencil
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/13] Write sources
[12/13] Write swift-version-24593BA9C3E375BF.txt
[14/239] Emitting module Nimble
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/245] 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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1.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) {
[16/265] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[17/265] Compiling RxSwift ConcurrentMainScheduler.swift
[18/265] Compiling RxSwift ConnectableObservableType.swift
[19/266] Compiling RxSwift Create.swift
[20/266] Compiling RxSwift CurrentThreadScheduler.swift
[21/266] Emitting module InternalCollectionsUtilities
[22/266] Compiling RxSwift DispatchQueueConfiguration.swift
[23/266] Compiling RxSwift Disposable.swift
[24/266] Compiling RxSwift Disposables.swift
[25/266] Compiling RxSwift DisposeBag.swift
[26/266] Compiling RxSwift DisposeBase.swift
[27/266] Compiling RxSwift DistinctUntilChanged.swift
[28/266] Compiling RxSwift CompactMap.swift
[29/266] Compiling RxSwift Completable+AndThen.swift
[30/266] Compiling RxSwift Completable.swift
[31/266] Compiling RxSwift CompositeDisposable.swift
[32/266] Compiling RxSwift CombineLatest+arity.swift
[33/266] Compiling RxSwift CombineLatest.swift
[34/266] Compiling RxSwift Concat.swift
[35/266] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[36/266] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[38/322] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[39/322] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[40/322] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[41/322] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[42/322] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[43/322] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[44/322] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[45/329] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[46/329] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[47/329] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[48/329] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[49/329] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[50/329] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[51/329] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[52/329] Compiling OrderedCollections OrderedDictionary.swift
[53/329] Compiling OrderedCollections OrderedSet+Codable.swift
[54/329] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[55/329] Compiling OrderedCollections OrderedSet+Descriptions.swift
[56/329] Compiling OrderedCollections OrderedSet+Diffing.swift
[57/329] Compiling OrderedCollections OrderedSet+Equatable.swift
[58/329] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[59/329] Compiling OrderedCollections OrderedSet+Hashable.swift
[60/329] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[61/329] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[62/329] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[63/329] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[64/329] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[65/329] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[66/329] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[67/329] Compiling OrderedCollections OrderedDictionary+Values.swift
[68/329] Compiling OrderedCollections OrderedSet+Invariants.swift
[69/329] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[70/329] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[75/332] Compiling OrderedCollections OrderedSet+Initializers.swift
[76/332] Compiling OrderedCollections OrderedSet+Insertions.swift
[89/332] Emitting module Quick
[110/332] Compiling Quick String+C99ExtendedIdentifier.swift
[111/332] Compiling Quick URL+FileName.swift
[112/332] Compiling Quick World.swift
[113/332] Compiling OrderedCollections OrderedDictionary+Codable.swift
[114/332] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[115/332] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[116/332] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[124/332] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[125/332] Compiling OrderedCollections OrderedDictionary+Elements.swift
[126/332] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[127/332] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[128/332] Compiling OrderedCollections _HashTable+Bucket.swift
[129/332] Compiling OrderedCollections _HashTable+BucketIterator.swift
[130/332] Compiling OrderedCollections _HashTable+Constants.swift
[131/332] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[132/332] Compiling OrderedCollections _HashTable+Testing.swift
[133/332] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[134/332] Compiling OrderedCollections _HashTable.swift
[135/332] Compiling OrderedCollections _Hashtable+Header.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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1.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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1.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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1.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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1.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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1.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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1.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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1.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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1.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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1.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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1.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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1.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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1.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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1.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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1.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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1.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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1.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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1.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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1.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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1.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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1.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) {
[158/333] Compiling RxSwift SchedulerServices+Emulation.swift
[159/333] Compiling RxSwift SchedulerType.swift
[160/333] Compiling RxSwift Sequence.swift
[161/333] Compiling RxSwift SerialDispatchQueueScheduler.swift
[162/333] Compiling RxSwift SerialDisposable.swift
[163/333] Compiling RxSwift ShareReplayScope.swift
[164/333] Compiling RxSwift Single.swift
[165/333] Compiling RxSwift SingleAssignmentDisposable.swift
[166/333] Compiling RxSwift SingleAsync.swift
[167/333] Compiling RxSwift Sink.swift
[168/333] Compiling RxSwift Skip.swift
[169/333] Compiling RxSwift SkipUntil.swift
[170/333] Compiling RxSwift SkipWhile.swift
[171/333] Compiling RxSwift StartWith.swift
[172/333] Compiling RxSwift SubjectType.swift
[173/333] Compiling RxSwift SubscribeOn.swift
[174/333] Compiling RxSwift SubscriptionDisposable.swift
[175/333] Compiling RxSwift SwiftSupport.swift
[176/333] Compiling RxSwift Switch.swift
[177/333] Compiling RxSwift SwitchIfEmpty.swift
[179/333] Compiling RxSwift HistoricalScheduler.swift
[180/333] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[181/333] Compiling RxSwift ImmediateSchedulerType.swift
[182/333] Compiling RxSwift Infallible+CombineLatest+arity.swift
[183/333] Compiling RxSwift Infallible+Concurrency.swift
[184/333] Compiling RxSwift Infallible+Create.swift
[185/333] Compiling RxSwift Infallible+Operators.swift
[186/333] Compiling RxSwift Infallible+Zip+arity.swift
[187/333] Compiling RxSwift Infallible.swift
[188/333] Compiling RxSwift InfiniteSequence.swift
[189/333] Compiling RxSwift InvocableScheduledItem.swift
[190/333] Compiling RxSwift InvocableType.swift
[191/333] Compiling RxSwift Just.swift
[192/333] Compiling RxSwift Lock.swift
[193/333] Compiling RxSwift LockOwnerType.swift
[194/333] Compiling RxSwift MainScheduler.swift
[195/333] Compiling RxSwift Map.swift
[196/333] Compiling RxSwift Materialize.swift
[197/333] Compiling RxSwift Maybe.swift
[198/333] Compiling RxSwift Merge.swift
[199/333] Compiling RxSwift Multicast.swift
[200/333] Compiling RxSwift Never.swift
[201/333] Compiling RxSwift NopDisposable.swift
[202/333] Compiling RxSwift Observable+Concurrency.swift
[203/333] Compiling RxSwift Observable.swift
[204/333] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[205/333] Compiling RxSwift ObservableConvertibleType.swift
[206/333] Compiling RxSwift ObservableType+Extensions.swift
[207/333] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[208/333] Compiling RxSwift ObservableType.swift
[209/333] Compiling RxSwift ObserveOn.swift
[210/333] Compiling RxSwift ObserverBase.swift
[211/333] Compiling RxSwift ObserverType.swift
[212/333] Compiling RxSwift OperationQueueScheduler.swift
[213/333] Compiling RxSwift Optional.swift
[214/333] Compiling RxSwift Platform.Darwin.swift
[215/333] Compiling RxSwift Platform.Linux.swift
[216/333] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[217/333] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[218/333] Compiling RxSwift PrimitiveSequence.swift
[233/333] Compiling OrderedCollections OrderedSet+Sendable.swift
[234/333] Compiling OrderedCollections OrderedSet+SubSequence.swift
[235/333] Compiling OrderedCollections OrderedSet+Testing.swift
[236/333] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[237/333] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[238/333] Compiling OrderedCollections OrderedSet.swift
[239/333] Compiling OrderedCollections _UnsafeBitset.swift
[240/333] Compiling RxSwift Producer.swift
[241/333] Compiling RxSwift PublishSubject.swift
[242/333] Compiling RxSwift Queue.swift
[243/333] Compiling RxSwift Range.swift
[244/333] Compiling RxSwift Reactive.swift
[245/333] Compiling RxSwift RecursiveLock.swift
[246/333] Compiling RxSwift RecursiveScheduler.swift
[247/333] Compiling RxSwift Reduce.swift
[248/333] Compiling RxSwift RefCountDisposable.swift
[249/333] Compiling RxSwift Repeat.swift
[250/333] Compiling RxSwift ReplaySubject.swift
[251/333] Compiling RxSwift RetryWhen.swift
[252/333] Compiling RxSwift Rx.swift
[253/333] Compiling RxSwift RxMutableBox.swift
[254/333] Compiling RxSwift Sample.swift
[255/333] Compiling RxSwift Scan.swift
[256/333] Compiling RxSwift ScheduledDisposable.swift
[257/333] Compiling RxSwift ScheduledItem.swift
[258/333] Compiling RxSwift ScheduledItemType.swift
[314/334] Emitting module OrderedCollections
[316/335] Compiling RxSwift SynchronizedDisposeType.swift
[317/335] Compiling RxSwift SynchronizedOnType.swift
[318/335] Compiling RxSwift SynchronizedUnsubscribeType.swift
[319/335] Compiling RxSwift TailRecursiveSink.swift
[320/335] Compiling RxSwift Take.swift
[321/335] Compiling RxSwift TakeLast.swift
[322/335] Compiling RxSwift TakeWithPredicate.swift
[323/335] Compiling RxSwift Throttle.swift
[324/335] Compiling RxSwift Timeout.swift
[325/335] Compiling RxSwift Timer.swift
[326/335] Compiling RxSwift ToArray.swift
[327/335] Compiling RxSwift Using.swift
[328/335] Compiling RxSwift VirtualTimeConverterType.swift
[329/335] Compiling RxSwift VirtualTimeScheduler.swift
[330/335] Compiling RxSwift Window.swift
[331/335] Compiling RxSwift WithLatestFrom.swift
[332/335] Compiling RxSwift WithUnretained.swift
[333/335] Compiling RxSwift Zip+Collection.swift
[334/335] Compiling RxSwift Zip+arity.swift
[335/335] Compiling RxSwift Zip.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/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:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'whim-ios-random': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/whim-ios-random/Sources/WhimRandom/Templates/Random.stencil
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/123] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[5/230] Compiling RxSwift Delay.swift
[6/230] Compiling RxSwift DelaySubscription.swift
[7/230] Compiling RxSwift AddRef.swift
[8/233] Compiling RxSwift ConcurrentMainScheduler.swift
[9/233] Compiling RxSwift ConnectableObservableType.swift
[10/233] Compiling RxSwift Create.swift
[11/233] Compiling RxSwift CurrentThreadScheduler.swift
[12/233] Emitting module Quick
[13/233] Compiling RxSwift CombineLatest+arity.swift
[14/233] Compiling RxSwift CombineLatest.swift
[15/233] Compiling RxSwift CompactMap.swift
[16/233] Compiling Quick String+C99ExtendedIdentifier.swift
[17/233] Compiling Quick URL+FileName.swift
[18/233] Compiling Quick World.swift
[19/233] Compiling RxSwift AnyObserver.swift
[20/233] Compiling RxSwift AsMaybe.swift
[21/233] Compiling RxSwift AsSingle.swift
[22/233] Compiling RxSwift AsyncLock.swift
[23/239] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[24/239] Compiling RxSwift Decode.swift
[25/239] Compiling RxSwift DefaultIfEmpty.swift
[26/239] Compiling RxSwift Deferred.swift
[27/239] Compiling RxSwift Concat.swift
[28/239] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[30/239] Compiling RxSwift Completable+AndThen.swift
[31/239] Compiling RxSwift Completable.swift
[32/239] Compiling RxSwift CompositeDisposable.swift
[33/239] Compiling RxSwift Date+Dispatch.swift
[34/239] Compiling RxSwift Debounce.swift
[35/239] Compiling RxSwift Debug.swift
[39/239] Compiling RxSwift DispatchQueueConfiguration.swift
[40/239] Compiling RxSwift Disposable.swift
[41/239] Compiling RxSwift Disposables.swift
[42/239] Compiling RxSwift DisposeBag.swift
[43/239] Compiling RxSwift DisposeBase.swift
[44/239] Compiling RxSwift DistinctUntilChanged.swift
[54/240] Emitting module InternalCollectionsUtilities
[57/241] Emitting module Nimble
[65/241] Compiling RxSwift BooleanDisposable.swift
[66/241] Compiling RxSwift Buffer.swift
[67/241] Compiling RxSwift Cancelable.swift
[68/241] Compiling RxSwift Catch.swift
[69/241] Compiling RxSwift CombineLatest+Collection.swift
[70/241] Compiling RxSwift Dematerialize.swift
[71/241] Compiling RxSwift DispatchQueue+Extensions.swift
[72/241] Compiling RxSwift AsyncSubject.swift
[73/241] Compiling RxSwift AtomicInt.swift
[74/241] Compiling RxSwift Bag+Rx.swift
[75/241] Compiling RxSwift Bag.swift
[76/241] Compiling RxSwift BehaviorSubject.swift
[77/241] Compiling RxSwift BinaryDisposable.swift
[78/241] Compiling RxSwift Binder.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[95/241] 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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1.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) {
[96/261] Compiling Nimble ToSucceed.swift
[97/261] Compiling Nimble Await.swift
[98/261] Compiling Nimble DispatchTimeInterval.swift
[99/261] Compiling Nimble Errors.swift
[100/261] Compiling Nimble SourceLocation.swift
[101/261] Compiling Nimble Stringers.swift
[103/317] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[104/317] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[105/317] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[106/317] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[107/317] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[108/317] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[109/317] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[110/317] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[111/317] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[112/317] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[113/317] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[114/317] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[115/317] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[116/317] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[117/317] Compiling RxSwift Event.swift
[118/317] Compiling RxSwift Filter.swift
[119/317] Compiling RxSwift First.swift
[120/317] Compiling RxSwift Generate.swift
[121/317] Compiling RxSwift GroupBy.swift
[122/317] Compiling RxSwift GroupedObservable.swift
[123/317] Compiling RxSwift HistoricalScheduler.swift
[124/317] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[125/317] Compiling RxSwift ImmediateSchedulerType.swift
[126/317] Compiling RxSwift Infallible+CombineLatest+arity.swift
[127/317] Compiling RxSwift Infallible+Concurrency.swift
[128/317] Compiling RxSwift Infallible+Create.swift
[129/317] Compiling RxSwift Infallible+Operators.swift
[130/317] Compiling RxSwift Infallible+Zip+arity.swift
[131/317] Compiling RxSwift Infallible.swift
[132/317] Compiling RxSwift InfiniteSequence.swift
[133/317] Compiling RxSwift InvocableScheduledItem.swift
[134/317] Compiling RxSwift InvocableType.swift
[135/317] Compiling RxSwift Just.swift
[136/317] Compiling RxSwift Lock.swift
[137/317] Compiling RxSwift LockOwnerType.swift
[138/317] Compiling RxSwift MainScheduler.swift
[139/317] Compiling RxSwift Map.swift
[140/317] Compiling RxSwift Materialize.swift
[141/317] Compiling RxSwift Maybe.swift
[142/317] Compiling RxSwift Merge.swift
[150/324] Compiling OrderedCollections OrderedSet+Initializers.swift
[151/324] Compiling OrderedCollections OrderedSet+Insertions.swift
[152/324] Compiling OrderedCollections OrderedSet+Invariants.swift
[153/324] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[154/324] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[155/324] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[156/324] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[157/324] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[158/324] Compiling OrderedCollections OrderedDictionary.swift
[159/324] Compiling OrderedCollections OrderedSet+Codable.swift
[160/324] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[161/324] Compiling OrderedCollections OrderedSet+Descriptions.swift
[162/324] Compiling OrderedCollections OrderedSet+Diffing.swift
[163/324] Compiling OrderedCollections OrderedSet+Equatable.swift
[164/324] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[165/324] Compiling OrderedCollections OrderedSet+Hashable.swift
[166/324] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[167/324] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[168/324] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[169/324] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[170/324] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[171/324] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[172/324] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[173/324] Compiling OrderedCollections OrderedDictionary+Values.swift
[174/324] Compiling OrderedCollections OrderedDictionary+Codable.swift
[175/324] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[176/324] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[177/324] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[178/324] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[179/324] Compiling OrderedCollections OrderedDictionary+Elements.swift
[180/324] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[181/324] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[182/324] Compiling RxSwift SchedulerServices+Emulation.swift
[183/324] Compiling RxSwift SchedulerType.swift
[184/324] Compiling RxSwift Sequence.swift
[185/324] Compiling RxSwift SerialDispatchQueueScheduler.swift
[186/324] Compiling RxSwift SerialDisposable.swift
[187/324] Compiling RxSwift ShareReplayScope.swift
[188/324] Compiling RxSwift Single.swift
[189/324] Compiling RxSwift SingleAssignmentDisposable.swift
[190/324] Compiling RxSwift SingleAsync.swift
[191/324] Compiling RxSwift Sink.swift
[192/324] Compiling RxSwift Skip.swift
[193/324] Compiling RxSwift SkipUntil.swift
[194/324] Compiling RxSwift SkipWhile.swift
[195/324] Compiling RxSwift StartWith.swift
[196/324] Compiling RxSwift SubjectType.swift
[197/324] Compiling RxSwift SubscribeOn.swift
[198/324] Compiling RxSwift SubscriptionDisposable.swift
[199/324] Compiling RxSwift SwiftSupport.swift
[200/324] Compiling RxSwift Switch.swift
[201/324] Compiling RxSwift SwitchIfEmpty.swift
[209/324] Compiling RxSwift Multicast.swift
[210/324] Compiling RxSwift Never.swift
[211/324] Compiling RxSwift NopDisposable.swift
[212/324] Compiling RxSwift Observable+Concurrency.swift
[213/324] Compiling RxSwift Observable.swift
[214/324] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[215/324] Compiling RxSwift ObservableConvertibleType.swift
[216/324] Compiling RxSwift ObservableType+Extensions.swift
[217/324] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[218/324] Compiling RxSwift ObservableType.swift
[219/324] Compiling RxSwift ObserveOn.swift
[220/324] Compiling RxSwift ObserverBase.swift
[221/324] Compiling RxSwift ObserverType.swift
[222/324] Compiling RxSwift OperationQueueScheduler.swift
[223/324] Compiling RxSwift Optional.swift
[224/324] Compiling RxSwift Platform.Darwin.swift
[225/324] Compiling RxSwift Platform.Linux.swift
[226/324] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[227/324] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[228/324] Compiling RxSwift PrimitiveSequence.swift
[229/324] Compiling RxSwift PriorityQueue.swift
[230/324] Compiling RxSwift Producer.swift
[231/324] Compiling RxSwift PublishSubject.swift
[232/324] Compiling RxSwift Queue.swift
[233/324] Compiling RxSwift Range.swift
[234/324] Compiling RxSwift Reactive.swift
[235/324] Compiling RxSwift RecursiveLock.swift
[236/324] Compiling RxSwift RecursiveScheduler.swift
[237/324] Compiling RxSwift Reduce.swift
[238/324] Compiling RxSwift RefCountDisposable.swift
[239/324] Compiling RxSwift Repeat.swift
[240/324] Compiling RxSwift ReplaySubject.swift
[241/324] Compiling RxSwift RetryWhen.swift
[242/324] Compiling RxSwift Rx.swift
[243/324] Compiling RxSwift RxMutableBox.swift
[244/324] Compiling RxSwift Sample.swift
[245/324] Compiling RxSwift Scan.swift
[246/324] Compiling RxSwift ScheduledDisposable.swift
[247/324] Compiling RxSwift ScheduledItem.swift
[248/324] Compiling RxSwift ScheduledItemType.swift
[249/324] Compiling OrderedCollections _HashTable+Bucket.swift
[250/324] Compiling OrderedCollections _HashTable+BucketIterator.swift
[251/324] Compiling OrderedCollections _HashTable+Constants.swift
[252/324] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[253/324] Compiling OrderedCollections _HashTable+Testing.swift
[254/324] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[255/324] Compiling OrderedCollections _HashTable.swift
[256/324] Compiling OrderedCollections _Hashtable+Header.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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1.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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1.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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1.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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1.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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1.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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1.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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1.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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1.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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1.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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1.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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1.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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1.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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1.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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1.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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1.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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1.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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1.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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1.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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1.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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1.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) {
[297/324] Compiling OrderedCollections OrderedSet+Sendable.swift
[298/324] Compiling OrderedCollections OrderedSet+SubSequence.swift
[299/324] Compiling OrderedCollections OrderedSet+Testing.swift
[300/324] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[301/324] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[302/324] Compiling OrderedCollections OrderedSet.swift
[303/324] Compiling OrderedCollections _UnsafeBitset.swift
[304/324] Compiling RxSwift SynchronizedDisposeType.swift
[305/324] Compiling RxSwift SynchronizedOnType.swift
[306/324] Compiling RxSwift SynchronizedUnsubscribeType.swift
[307/324] Compiling RxSwift TailRecursiveSink.swift
[308/324] Compiling RxSwift Take.swift
[309/324] Compiling RxSwift TakeLast.swift
[310/324] Compiling RxSwift TakeWithPredicate.swift
[311/324] Compiling RxSwift Throttle.swift
[312/324] Compiling RxSwift Timeout.swift
[313/324] Compiling RxSwift Timer.swift
[314/324] Compiling RxSwift ToArray.swift
[315/324] Compiling RxSwift Using.swift
[316/324] Compiling RxSwift VirtualTimeConverterType.swift
[317/324] Compiling RxSwift VirtualTimeScheduler.swift
[318/324] Compiling RxSwift Window.swift
[319/324] Compiling RxSwift WithLatestFrom.swift
[320/324] Compiling RxSwift WithUnretained.swift
[321/324] Compiling RxSwift Zip+Collection.swift
[322/324] Compiling RxSwift Zip+arity.swift
[323/324] Compiling RxSwift Zip.swift
[324/324] Emitting module OrderedCollections
BUILD FAILURE 6.1 linux