The Swift Package Index logo.Swift Package Index

Build Information

Failed to build whim-ios-core, reference main (a70800), with Swift 6.1 for Android on 20 Aug 2025 12:07:08 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build 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:         android
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-4609320-3":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/stanfy/SwiftyMock.git
[1/545] Fetching swiftymock
Fetched https://github.com/stanfy/SwiftyMock.git from cache (0.27s)
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.24s)
Fetching https://github.com/ReactiveX/RxSwift.git
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
[1/2094] Fetching swift-docc-plugin
[211/16935] Fetching swift-docc-plugin, quick
[9071/36532] Fetching swift-docc-plugin, quick, nimble
[9220/53883] Fetching swift-docc-plugin, quick, nimble, swift-collections
[17357/106607] Fetching swift-docc-plugin, quick, nimble, swift-collections, rxswift
Fetched https://github.com/Quick/Quick.git from cache (0.89s)
[42436/91766] Fetching swift-docc-plugin, nimble, swift-collections, rxswift
Fetched https://github.com/apple/swift-collections from cache (1.77s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.91s)
Fetched https://github.com/Quick/Nimble.git from cache (1.93s)
[51087/52724] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (5.68s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 4.0.0 (6.30s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.5.0 (0.59s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 9.2.1 (0.60s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.35s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (1.22s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.38s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.49s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.1 (1.18s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (0.98s)
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.62s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.83s)
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/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 4.0.0
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/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
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/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.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/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
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/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 9.2.1
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] Compiling RxSwift AnonymousDisposable.swift
[15/239] Compiling RxSwift AnonymousObserver.swift
[16/239] Compiling RxSwift AnyObserver.swift
[17/239] Compiling RxSwift AsMaybe.swift
[18/239] Emitting module InternalCollectionsUtilities
[19/239] Compiling RxSwift AddRef.swift
[20/239] Compiling RxSwift Amb.swift
[21/240] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[22/240] Compiling RxSwift AsyncSubject.swift
[23/240] Compiling RxSwift AtomicInt.swift
[24/240] Compiling RxSwift Bag+Rx.swift
[25/240] Compiling RxSwift Bag.swift
[26/240] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[27/240] Compiling RxSwift AsSingle.swift
[28/240] Compiling RxSwift AsyncLock.swift
[29/241] Emitting module Quick
[31/299] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[32/299] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[33/299] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[34/299] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[35/299] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[36/299] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[37/305] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[38/305] Compiling Nimble ToSucceed.swift
[39/305] Compiling Nimble Await.swift
[40/305] Compiling Nimble DispatchTimeInterval.swift
[41/305] Compiling Nimble Errors.swift
[42/305] Compiling Nimble SourceLocation.swift
[43/305] Compiling Nimble Stringers.swift
[45/312] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[46/312] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[47/312] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[48/312] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[49/312] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[50/312] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[51/312] Compiling OrderedCollections OrderedDictionary.swift
[52/312] Compiling OrderedCollections OrderedSet+Codable.swift
[53/312] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[54/312] Compiling OrderedCollections OrderedSet+Descriptions.swift
[55/312] Compiling OrderedCollections OrderedSet+Diffing.swift
[56/312] Compiling OrderedCollections OrderedSet+Equatable.swift
[57/312] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[58/312] Compiling OrderedCollections OrderedSet+Hashable.swift
[59/312] Compiling OrderedCollections OrderedSet+Initializers.swift
[60/312] Compiling OrderedCollections OrderedSet+Insertions.swift
[61/312] Compiling OrderedCollections OrderedSet+Invariants.swift
[67/312] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[68/312] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[69/312] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[70/312] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[71/312] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[72/312] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[73/312] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[74/312] Compiling OrderedCollections OrderedDictionary+Values.swift
[75/312] Compiling OrderedCollections OrderedDictionary+Codable.swift
[76/312] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[77/312] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[78/312] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[79/312] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[80/312] Compiling OrderedCollections OrderedDictionary+Elements.swift
[81/312] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[82/312] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[83/312] Compiling OrderedCollections _HashTable+Bucket.swift
[84/312] Compiling OrderedCollections _HashTable+BucketIterator.swift
[85/312] Compiling OrderedCollections _HashTable+Constants.swift
[86/312] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[87/312] Compiling OrderedCollections _HashTable+Testing.swift
[88/312] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[89/312] Compiling OrderedCollections _HashTable.swift
[90/312] Compiling OrderedCollections _Hashtable+Header.swift
[91/312] Compiling OrderedCollections OrderedSet+Sendable.swift
[92/312] Compiling OrderedCollections OrderedSet+SubSequence.swift
[93/312] Compiling OrderedCollections OrderedSet+Testing.swift
[94/312] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[95/312] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[96/312] Compiling OrderedCollections OrderedSet.swift
[97/312] Compiling OrderedCollections _UnsafeBitset.swift
[98/312] Emitting module OrderedCollections
[106/313] Emitting module Nimble
[107/313] Emitting module RxSwift
[130/333] Compiling RxSwift SchedulerServices+Emulation.swift
[131/333] Compiling RxSwift SchedulerType.swift
[132/333] Compiling RxSwift Sequence.swift
[133/333] Compiling RxSwift SerialDispatchQueueScheduler.swift
[134/333] Compiling RxSwift SerialDisposable.swift
[135/333] Compiling RxSwift ShareReplayScope.swift
[136/333] Compiling RxSwift Single.swift
[137/333] Compiling RxSwift SingleAssignmentDisposable.swift
[138/333] Compiling RxSwift SingleAsync.swift
[139/333] Compiling RxSwift Sink.swift
[140/333] Compiling RxSwift Skip.swift
[141/333] Compiling RxSwift SkipUntil.swift
[142/333] Compiling RxSwift SkipWhile.swift
[143/333] Compiling RxSwift StartWith.swift
[144/333] Compiling RxSwift SubjectType.swift
[145/333] Compiling RxSwift SubscribeOn.swift
[146/333] Compiling RxSwift SubscriptionDisposable.swift
[147/333] Compiling RxSwift SwiftSupport.swift
[148/333] Compiling RxSwift Switch.swift
[149/333] Compiling RxSwift SwitchIfEmpty.swift
[171/333] Compiling RxSwift Multicast.swift
[172/333] Compiling RxSwift Never.swift
[173/333] Compiling RxSwift NopDisposable.swift
[174/333] Compiling RxSwift Observable+Concurrency.swift
[175/333] Compiling RxSwift Observable.swift
[176/333] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[177/333] Compiling RxSwift ObservableConvertibleType.swift
[178/333] Compiling RxSwift ObservableType+Extensions.swift
[179/333] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[180/333] Compiling RxSwift ObservableType.swift
[181/333] Compiling RxSwift ObserveOn.swift
[182/333] Compiling RxSwift ObserverBase.swift
[183/333] Compiling RxSwift ObserverType.swift
[184/333] Compiling RxSwift OperationQueueScheduler.swift
[185/333] Compiling RxSwift Optional.swift
[186/333] Compiling RxSwift Platform.Darwin.swift
[187/333] Compiling RxSwift Platform.Linux.swift
[188/333] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[189/333] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[190/333] Compiling RxSwift PrimitiveSequence.swift
[191/333] Compiling RxSwift PriorityQueue.swift
[192/333] Compiling RxSwift Producer.swift
[193/333] Compiling RxSwift PublishSubject.swift
[194/333] Compiling RxSwift Queue.swift
[195/333] Compiling RxSwift Range.swift
[196/333] Compiling RxSwift Reactive.swift
[197/333] Compiling RxSwift RecursiveLock.swift
[198/333] Compiling RxSwift RecursiveScheduler.swift
[200/333] Compiling RxSwift Reduce.swift
[203/333] Compiling RxSwift RefCountDisposable.swift
[204/333] Compiling RxSwift Repeat.swift
[207/333] Compiling RxSwift ReplaySubject.swift
[209/333] Compiling RxSwift RetryWhen.swift
[211/333] Compiling RxSwift Rx.swift
[213/333] Compiling RxSwift RxMutableBox.swift
[215/333] Compiling RxSwift Sample.swift
[216/333] Compiling RxSwift Scan.swift
[217/333] Compiling RxSwift ScheduledDisposable.swift
[218/333] Compiling RxSwift ScheduledItem.swift
[219/333] Compiling RxSwift ScheduledItemType.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/BeginWith.swift:27:54: error: value of type 'AnyObject' has no member 'isEqual'
25 |             let collectionValue = collection.object(at: 0) as AnyObject
26 |         #endif
27 |         return PredicateStatus(bool: collectionValue.isEqual(startingElement))
   |                                                      `- error: value of type 'AnyObject' has no member 'isEqual'
28 |     }
29 | }
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/EndWith.swift:36:54: error: value of type 'AnyObject' has no member 'isEqual'
34 |         #endif
35 |
36 |         return PredicateStatus(bool: collectionValue.isEqual(endingElement))
   |                                                      `- error: value of type 'AnyObject' has no member 'isEqual'
37 |     }
38 | }
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/BeginWith.swift:27:54: error: value of type 'AnyObject' has no member 'isEqual'
25 |             let collectionValue = collection.object(at: 0) as AnyObject
26 |         #endif
27 |         return PredicateStatus(bool: collectionValue.isEqual(startingElement))
   |                                                      `- error: value of type 'AnyObject' has no member 'isEqual'
28 |     }
29 | }
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/EndWith.swift:36:54: error: value of type 'AnyObject' has no member 'isEqual'
34 |         #endif
35 |
36 |         return PredicateStatus(bool: collectionValue.isEqual(endingElement))
   |                                                      `- error: value of type 'AnyObject' has no member 'isEqual'
37 |     }
38 | }
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/BeginWith.swift:27:54: error: value of type 'AnyObject' has no member 'isEqual'
25 |             let collectionValue = collection.object(at: 0) as AnyObject
26 |         #endif
27 |         return PredicateStatus(bool: collectionValue.isEqual(startingElement))
   |                                                      `- error: value of type 'AnyObject' has no member 'isEqual'
28 |     }
29 | }
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/EndWith.swift:36:54: error: value of type 'AnyObject' has no member 'isEqual'
34 |         #endif
35 |
36 |         return PredicateStatus(bool: collectionValue.isEqual(endingElement))
   |                                                      `- error: value of type 'AnyObject' has no member 'isEqual'
37 |     }
38 | }
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/BeginWith.swift:27:54: error: value of type 'AnyObject' has no member 'isEqual'
25 |             let collectionValue = collection.object(at: 0) as AnyObject
26 |         #endif
27 |         return PredicateStatus(bool: collectionValue.isEqual(startingElement))
   |                                                      `- error: value of type 'AnyObject' has no member 'isEqual'
28 |     }
29 | }
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/EndWith.swift:36:54: error: value of type 'AnyObject' has no member 'isEqual'
34 |         #endif
35 |
36 |         return PredicateStatus(bool: collectionValue.isEqual(endingElement))
   |                                                      `- error: value of type 'AnyObject' has no member 'isEqual'
37 |     }
38 | }
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/BeginWith.swift:27:54: error: value of type 'AnyObject' has no member 'isEqual'
25 |             let collectionValue = collection.object(at: 0) as AnyObject
26 |         #endif
27 |         return PredicateStatus(bool: collectionValue.isEqual(startingElement))
   |                                                      `- error: value of type 'AnyObject' has no member 'isEqual'
28 |     }
29 | }
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/EndWith.swift:36:54: error: value of type 'AnyObject' has no member 'isEqual'
34 |         #endif
35 |
36 |         return PredicateStatus(bool: collectionValue.isEqual(endingElement))
   |                                                      `- error: value of type 'AnyObject' has no member 'isEqual'
37 |     }
38 | }
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/BeginWith.swift:27:54: error: value of type 'AnyObject' has no member 'isEqual'
25 |             let collectionValue = collection.object(at: 0) as AnyObject
26 |         #endif
27 |         return PredicateStatus(bool: collectionValue.isEqual(startingElement))
   |                                                      `- error: value of type 'AnyObject' has no member 'isEqual'
28 |     }
29 | }
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/EndWith.swift:36:54: error: value of type 'AnyObject' has no member 'isEqual'
34 |         #endif
35 |
36 |         return PredicateStatus(bool: collectionValue.isEqual(endingElement))
   |                                                      `- error: value of type 'AnyObject' has no member 'isEqual'
37 |     }
38 | }
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/BeginWith.swift:27:54: error: value of type 'AnyObject' has no member 'isEqual'
25 |             let collectionValue = collection.object(at: 0) as AnyObject
26 |         #endif
27 |         return PredicateStatus(bool: collectionValue.isEqual(startingElement))
   |                                                      `- error: value of type 'AnyObject' has no member 'isEqual'
28 |     }
29 | }
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/EndWith.swift:36:54: error: value of type 'AnyObject' has no member 'isEqual'
34 |         #endif
35 |
36 |         return PredicateStatus(bool: collectionValue.isEqual(endingElement))
   |                                                      `- error: value of type 'AnyObject' has no member 'isEqual'
37 |     }
38 | }
[255/334] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[256/334] Compiling RxSwift ImmediateSchedulerType.swift
[257/334] Compiling RxSwift Infallible+CombineLatest+arity.swift
[258/334] Compiling RxSwift Infallible+Concurrency.swift
[259/334] Compiling RxSwift Infallible+Create.swift
[260/334] Compiling RxSwift Infallible+Operators.swift
[261/334] Compiling RxSwift Infallible+Zip+arity.swift
[262/334] Compiling RxSwift Infallible.swift
[263/334] Compiling RxSwift InfiniteSequence.swift
[264/334] Compiling RxSwift InvocableScheduledItem.swift
[265/334] Compiling RxSwift InvocableType.swift
[266/334] Compiling RxSwift Just.swift
[267/334] Compiling RxSwift Lock.swift
[268/334] Compiling RxSwift LockOwnerType.swift
[269/334] Compiling RxSwift MainScheduler.swift
[270/334] Compiling RxSwift Map.swift
[271/334] Compiling RxSwift Materialize.swift
[272/334] Compiling RxSwift Maybe.swift
[273/334] Compiling RxSwift Merge.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-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/229] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[5/229] Compiling RxSwift AnyObserver.swift
[6/229] Compiling RxSwift AsMaybe.swift
[7/229] Compiling RxSwift Bag+Rx.swift
[8/229] Compiling RxSwift Bag.swift
[9/230] Compiling RxSwift AsSingle.swift
[10/230] Compiling RxSwift AsyncLock.swift
[11/230] Compiling RxSwift AsyncSubject.swift
[12/233] Emitting module Quick
[13/233] Compiling RxSwift AtomicInt.swift
[20/233] Compiling RxSwift BooleanDisposable.swift
[21/233] Compiling RxSwift Buffer.swift
[22/233] Compiling RxSwift Cancelable.swift
[23/233] Compiling RxSwift BehaviorSubject.swift
[24/233] Compiling RxSwift BinaryDisposable.swift
[25/233] Compiling RxSwift Binder.swift
[26/233] Emitting module Nimble
[27/233] Compiling Quick String+C99ExtendedIdentifier.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/BeginWith.swift:27:54: error: value of type 'AnyObject' has no member 'isEqual'
25 |             let collectionValue = collection.object(at: 0) as AnyObject
26 |         #endif
27 |         return PredicateStatus(bool: collectionValue.isEqual(startingElement))
   |                                                      `- error: value of type 'AnyObject' has no member 'isEqual'
28 |     }
29 | }
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/EndWith.swift:36:54: error: value of type 'AnyObject' has no member 'isEqual'
34 |         #endif
35 |
36 |         return PredicateStatus(bool: collectionValue.isEqual(endingElement))
   |                                                      `- error: value of type 'AnyObject' has no member 'isEqual'
37 |     }
38 | }
[28/233] Compiling Quick URL+FileName.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/BeginWith.swift:27:54: error: value of type 'AnyObject' has no member 'isEqual'
25 |             let collectionValue = collection.object(at: 0) as AnyObject
26 |         #endif
27 |         return PredicateStatus(bool: collectionValue.isEqual(startingElement))
   |                                                      `- error: value of type 'AnyObject' has no member 'isEqual'
28 |     }
29 | }
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/EndWith.swift:36:54: error: value of type 'AnyObject' has no member 'isEqual'
34 |         #endif
35 |
36 |         return PredicateStatus(bool: collectionValue.isEqual(endingElement))
   |                                                      `- error: value of type 'AnyObject' has no member 'isEqual'
37 |     }
38 | }
[29/233] Compiling Quick World.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/BeginWith.swift:27:54: error: value of type 'AnyObject' has no member 'isEqual'
25 |             let collectionValue = collection.object(at: 0) as AnyObject
26 |         #endif
27 |         return PredicateStatus(bool: collectionValue.isEqual(startingElement))
   |                                                      `- error: value of type 'AnyObject' has no member 'isEqual'
28 |     }
29 | }
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/EndWith.swift:36:54: error: value of type 'AnyObject' has no member 'isEqual'
34 |         #endif
35 |
36 |         return PredicateStatus(bool: collectionValue.isEqual(endingElement))
   |                                                      `- error: value of type 'AnyObject' has no member 'isEqual'
37 |     }
38 | }
[30/233] Compiling RxSwift Completable.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/BeginWith.swift:27:54: error: value of type 'AnyObject' has no member 'isEqual'
25 |             let collectionValue = collection.object(at: 0) as AnyObject
26 |         #endif
27 |         return PredicateStatus(bool: collectionValue.isEqual(startingElement))
   |                                                      `- error: value of type 'AnyObject' has no member 'isEqual'
28 |     }
29 | }
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/EndWith.swift:36:54: error: value of type 'AnyObject' has no member 'isEqual'
34 |         #endif
35 |
36 |         return PredicateStatus(bool: collectionValue.isEqual(endingElement))
   |                                                      `- error: value of type 'AnyObject' has no member 'isEqual'
37 |     }
38 | }
[31/233] Compiling RxSwift CompositeDisposable.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/BeginWith.swift:27:54: error: value of type 'AnyObject' has no member 'isEqual'
25 |             let collectionValue = collection.object(at: 0) as AnyObject
26 |         #endif
27 |         return PredicateStatus(bool: collectionValue.isEqual(startingElement))
   |                                                      `- error: value of type 'AnyObject' has no member 'isEqual'
28 |     }
29 | }
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/EndWith.swift:36:54: error: value of type 'AnyObject' has no member 'isEqual'
34 |         #endif
35 |
36 |         return PredicateStatus(bool: collectionValue.isEqual(endingElement))
   |                                                      `- error: value of type 'AnyObject' has no member 'isEqual'
37 |     }
38 | }
[32/233] Compiling RxSwift Concat.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/BeginWith.swift:27:54: error: value of type 'AnyObject' has no member 'isEqual'
25 |             let collectionValue = collection.object(at: 0) as AnyObject
26 |         #endif
27 |         return PredicateStatus(bool: collectionValue.isEqual(startingElement))
   |                                                      `- error: value of type 'AnyObject' has no member 'isEqual'
28 |     }
29 | }
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/EndWith.swift:36:54: error: value of type 'AnyObject' has no member 'isEqual'
34 |         #endif
35 |
36 |         return PredicateStatus(bool: collectionValue.isEqual(endingElement))
   |                                                      `- error: value of type 'AnyObject' has no member 'isEqual'
37 |     }
38 | }
[33/233] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/BeginWith.swift:27:54: error: value of type 'AnyObject' has no member 'isEqual'
25 |             let collectionValue = collection.object(at: 0) as AnyObject
26 |         #endif
27 |         return PredicateStatus(bool: collectionValue.isEqual(startingElement))
   |                                                      `- error: value of type 'AnyObject' has no member 'isEqual'
28 |     }
29 | }
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/EndWith.swift:36:54: error: value of type 'AnyObject' has no member 'isEqual'
34 |         #endif
35 |
36 |         return PredicateStatus(bool: collectionValue.isEqual(endingElement))
   |                                                      `- error: value of type 'AnyObject' has no member 'isEqual'
37 |     }
38 | }
[34/239] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[35/239] Compiling RxSwift AnonymousDisposable.swift
[36/239] Compiling RxSwift AnonymousObserver.swift
[37/239] Compiling RxSwift AddRef.swift
[38/239] Compiling RxSwift Amb.swift
[39/239] Emitting module InternalCollectionsUtilities
[42/240] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[43/240] Compiling RxSwift ImmediateSchedulerType.swift
[45/240] Compiling RxSwift Infallible+CombineLatest+arity.swift
[47/240] Compiling RxSwift Infallible+Concurrency.swift
[48/240] Compiling RxSwift Infallible+Create.swift
[49/240] Compiling RxSwift Infallible+Operators.swift
[50/240] Compiling RxSwift Infallible+Zip+arity.swift
[51/240] Compiling RxSwift Catch.swift
[52/240] Compiling RxSwift CombineLatest+Collection.swift
[53/240] Compiling RxSwift CombineLatest+arity.swift
[82/241] Compiling RxSwift ConcurrentMainScheduler.swift
[83/241] Compiling RxSwift ConnectableObservableType.swift
[84/241] Compiling RxSwift Create.swift
[85/241] Compiling RxSwift CurrentThreadScheduler.swift
[86/241] Compiling RxSwift Date+Dispatch.swift
[87/241] Compiling RxSwift Debounce.swift
[88/241] Compiling RxSwift Debug.swift
[89/241] Compiling RxSwift Decode.swift
[90/241] Compiling RxSwift DefaultIfEmpty.swift
[91/241] Compiling RxSwift Deferred.swift
[92/241] Compiling RxSwift Delay.swift
[93/241] Compiling RxSwift DelaySubscription.swift
[94/241] Compiling RxSwift HistoricalScheduler.swift
[95/274] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
[96/274] Compiling OrderedCollections OrderedDictionary+Sendable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
[97/274] Compiling OrderedCollections OrderedDictionary+Sequence.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
[98/274] Compiling OrderedCollections OrderedDictionary+Values.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
[99/275] Compiling OrderedCollections OrderedDictionary.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
[100/275] Compiling OrderedCollections OrderedSet+Codable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
[101/275] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
[102/275] Compiling OrderedCollections OrderedSet+Descriptions.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
[103/275] Compiling OrderedCollections OrderedSet+Diffing.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
[104/275] Compiling OrderedCollections OrderedSet+Equatable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
[105/275] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
[106/275] Compiling OrderedCollections OrderedSet+Hashable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
[107/276] Compiling OrderedCollections OrderedSet+Initializers.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
[108/276] Compiling OrderedCollections OrderedSet+Insertions.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
[115/316] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[116/316] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[117/316] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[118/316] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[119/316] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[120/316] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[121/316] Emitting module RxSwift
BUILD FAILURE 6.1 android