The Swift Package Index logo.Swift Package Index

Build Information

Failed to build UMUtils, reference 1.4.6 (617eeb), with Swift 6.1 for Android on 27 May 2025 21:50:45 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" 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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/umobi/UMUtils.git
Reference: 1.4.6
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/umobi/UMUtils
 * tag               1.4.6      -> FETCH_HEAD
HEAD is now at 617eebc Merge branch 'old_version'
Cloned https://github.com/umobi/UMUtils.git
Revision (git rev-parse @):
617eebca4479e4ae123fd60aabe9255ae38398e2
SUCCESS checkout https://github.com/umobi/UMUtils.git at 1.4.6
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/umobi/UMUtils.git
https://github.com/umobi/UMUtils.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "moya",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "14.0.0",
            "upper_bound" : "15.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Moya/Moya"
    },
    {
      "identity" : "rxswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ReactiveX/RxSwift"
    },
    {
      "identity" : "material",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/CosmicMind/Material"
    },
    {
      "identity" : "aiflatswitch",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.7",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/cocoatoucher/AIFlatSwitch"
    },
    {
      "identity" : "constraintbuilder",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/umobi/ConstraintBuilder"
    },
    {
      "identity" : "uicontainer",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/umobi/UIContainer"
    },
    {
      "identity" : "uicreator",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/umobi/UICreator"
    }
  ],
  "manifest_display_name" : "UMUtils",
  "name" : "UMUtils",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "UMUtils",
      "targets" : [
        "UMUtils"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UMUtilsTests",
      "module_type" : "SwiftTarget",
      "name" : "UMUtilsTests",
      "path" : "Tests/UMUtilsTests",
      "sources" : [
        "UMUtilsTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "UMUtils"
      ],
      "type" : "test"
    },
    {
      "c99name" : "UMUtils",
      "module_type" : "SwiftTarget",
      "name" : "UMUtils",
      "path" : "Sources/UMUtils",
      "product_dependencies" : [
        "Material",
        "ConstraintBuilder",
        "UIContainer",
        "RxSwift",
        "AIFlatSwitch",
        "Moya",
        "UICreator",
        "RxCocoa"
      ],
      "product_memberships" : [
        "UMUtils"
      ],
      "sources" : [
        "Core/AssociatedObjects.swift",
        "Core/Categories/Bundle+Version.swift",
        "Core/Categories/CLLocationCoordinate2D+Dictionary.swift",
        "Core/Categories/Date+String.swift",
        "Core/Categories/Date+Time.swift",
        "Core/Categories/Double+Round.swift",
        "Core/Categories/NSAttributedString+HTMLString.swift",
        "Core/Categories/Number+Formats.swift",
        "Core/Categories/Number+Price.swift",
        "Core/Categories/String+Boldify.swift",
        "Core/Categories/String+BoundingRect.swift",
        "Core/Categories/String+Currency.swift",
        "Core/Categories/String+Emoji.swift",
        "Core/Categories/String+Localized.swift",
        "Core/Categories/String+Validations.swift",
        "Core/Categories/UIButton+Styles.swift",
        "Core/Categories/UIColor+Image.swift",
        "Core/Categories/UIFont+Variations.swift",
        "Core/Categories/UIImage+Color.swift",
        "Core/Categories/UIImage+Resizing.swift",
        "Core/Categories/UILabel+Boldify.swift",
        "Core/Categories/UIScrollView+Scroll.swift",
        "Core/Categories/UIScrollView+ScrollToBottom.swift",
        "Core/Categories/UIView+Border.swift",
        "Core/Categories/UIView+Corner.swift",
        "Core/Categories/UIViewController+Additions.swift",
        "Core/Categories/UIViewController+Preparation.swift",
        "Core/Categories/UIViewController+Storyboard.swift",
        "Core/Categories/UIWindow+ViewControllers.swift",
        "Core/DateComponents/Date+Components.swift",
        "Core/DateComponents/Date+Style+Month.swift",
        "Core/DateComponents/Date+Style+Time.swift",
        "Core/DateComponents/Date+Style+WeekDay.swift",
        "Core/DateComponents/Date+Style.swift",
        "Core/LayoutConstraint.swift",
        "Core/OrderedArray.swift",
        "Core/Views/DatePicker.swift",
        "Core/Views/Dropable.swift",
        "RxUMAIFlatSwitch/AIFlatSwitch+Rx.swift",
        "RxUMActivity/Activity+Rx.swift",
        "RxUMUtils/ActivityIndicator.swift",
        "RxUMUtils/CLLocationManager+Rx.swift",
        "RxUMUtils/NetworkingSwift.swift",
        "RxUMUtils/Observable+ActivityIndicator.swift",
        "RxUMUtils/Rx+Operators.swift",
        "RxUMUtils/RxCLLocationManagerDelegateProxy.swift",
        "RxUMUtils/Single.swift",
        "RxUMUtils/TextFieldHelpers/MaskTextField.swift",
        "RxUMUtils/TextFieldHelpers/NextTextField.swift",
        "RxUMUtils/TextFieldHelpers/String+Utils.swift",
        "RxUMUtils/ToCombine.swift",
        "RxUMUtils/UIControl+Rx.swift",
        "RxUMUtils/UIScrollView+Rx.swift",
        "RxUMUtils/UIView+Rx.swift",
        "RxUMUtils/UIViewController+Rx.swift",
        "RxUMUtils/UMProgressBar.swift",
        "UMAPIModel/API+Retry.swift",
        "UMAPIModel/APIArray.swift",
        "UMAPIModel/APIError.swift",
        "UMAPIModel/APIException.swift",
        "UMAPIModel/APIObject.swift",
        "UMAPIModel/APIResult.swift",
        "UMAPIModel/Decodable+Extensions.swift",
        "UMAPIModel/Encodable+Extensions.swift",
        "UMAPIModel/Error+APIError.swift",
        "UMAPIModel/IncludeParameters.swift",
        "UMAPIModel/MetaPage.swift",
        "UMAPIModel/MetaPageModel.swift",
        "UMAPIModel/Moya+ObjectMapper.swift",
        "UMAPIModel/Moya+Rx.swift",
        "UMAPIModel/Transform.swift",
        "UMMaterial/TransitionController+ViewControllers.swift",
        "UMView/ActivityView.swift",
        "UMView/AlertContainer/AlertButton.swift",
        "UMView/AlertContainer/AlertButtonAction.swift",
        "UMView/AlertContainer/AlertController.swift",
        "UMView/AlertContainer/AlertView.swift",
        "UMView/EmptyView.swift",
        "UMViewModel/ViewModel.swift",
        "UMViewModel/ViewModelBindable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" 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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/CosmicMind/Material
Fetching https://github.com/ReactiveX/RxSwift
Fetching https://github.com/umobi/UICreator
Fetching https://github.com/umobi/UIContainer
Fetching https://github.com/cocoatoucher/AIFlatSwitch
Fetching https://github.com/umobi/ConstraintBuilder
[1/500] Fetching aiflatswitch
[221/5649] Fetching aiflatswitch, uicreator
[2973/6729] Fetching aiflatswitch, uicreator, uicontainer
[3217/7091] Fetching aiflatswitch, uicreator, uicontainer, constraintbuilder
[6887/33694] Fetching aiflatswitch, uicreator, uicontainer, constraintbuilder, material
Fetched https://github.com/cocoatoucher/AIFlatSwitch from cache (0.39s)
Fetched https://github.com/umobi/ConstraintBuilder from cache (0.39s)
[9156/32832] Fetching uicreator, uicontainer, material
Fetching https://github.com/Moya/Moya
Fetched https://github.com/umobi/UIContainer from cache (0.40s)
[8077/84435] Fetching uicreator, material, rxswift
Fetched https://github.com/umobi/UICreator from cache (0.45s)
[3720/79286] Fetching material, rxswift
[12442/104552] Fetching material, rxswift, moya
Fetched https://github.com/CosmicMind/Material from cache (3.41s)
[76298/77949] Fetching rxswift, moya
Fetched https://github.com/Moya/Moya from cache (4.30s)
Fetched https://github.com/ReactiveX/RxSwift from cache (5.71s)
Computing version for https://github.com/umobi/UIContainer
Computed https://github.com/umobi/UIContainer at 2.1.1 (6.47s)
Computing version for https://github.com/umobi/ConstraintBuilder
Computed https://github.com/umobi/ConstraintBuilder at 2.0.1 (0.61s)
Computing version for https://github.com/cocoatoucher/AIFlatSwitch
Computed https://github.com/cocoatoucher/AIFlatSwitch at 1.0.8 (0.77s)
Computing version for https://github.com/Moya/Moya
Computed https://github.com/Moya/Moya at 14.0.1 (1.66s)
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/Moya/ReactiveSwift.git
Fetching https://github.com/shibapm/Rocket
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/AliSoftware/OHHTTPStubs.git
Fetching https://github.com/Alamofire/Alamofire.git
[1/1386] Fetching rocket
[445/16141] Fetching rocket, quick
[3601/62004] Fetching rocket, quick, reactiveswift
[3602/69904] Fetching rocket, quick, reactiveswift, ohhttpstubs
[15358/100045] Fetching rocket, quick, reactiveswift, ohhttpstubs, alamofire
[18847/119629] Fetching rocket, quick, reactiveswift, ohhttpstubs, alamofire, nimble
Fetched https://github.com/shibapm/Rocket from cache (1.96s)
[104981/118243] Fetching quick, reactiveswift, ohhttpstubs, alamofire, nimble
Fetched https://github.com/AliSoftware/OHHTTPStubs.git from cache (1.97s)
[97684/110343] Fetching quick, reactiveswift, alamofire, nimble
Fetched https://github.com/Quick/Quick.git from cache (3.15s)
Fetched https://github.com/Moya/ReactiveSwift.git from cache (3.22s)
Fetched https://github.com/Quick/Nimble.git from cache (3.60s)
Fetched https://github.com/Alamofire/Alamofire.git from cache (3.66s)
Computing version for https://github.com/Moya/ReactiveSwift.git
Computed https://github.com/Moya/ReactiveSwift.git at 6.1.0 (4.38s)
Computing version for https://github.com/AliSoftware/OHHTTPStubs.git
Computed https://github.com/AliSoftware/OHHTTPStubs.git at 9.1.0 (0.71s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 2.2.1 (0.68s)
Computing version for https://github.com/umobi/UICreator
Computed https://github.com/umobi/UICreator at 1.1.1 (0.74s)
Computing version for https://github.com/ReactiveX/RxSwift
Computed https://github.com/ReactiveX/RxSwift at 5.1.3 (0.69s)
Computing version for https://github.com/shibapm/Rocket
Computed https://github.com/shibapm/Rocket at 1.3.0 (0.83s)
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/shibapm/PackageConfig.git
Fetching https://github.com/kareman/SwiftShell
Fetching https://github.com/shibapm/Logger
[1/116] Fetching logger
[21/696] Fetching logger, packageconfig
[695/5559] Fetching logger, packageconfig, swiftshell
[5558/16216] Fetching logger, packageconfig, swiftshell, yams
Fetched https://github.com/shibapm/Logger from cache (2.47s)
Fetched https://github.com/kareman/SwiftShell from cache (2.48s)
Fetched https://github.com/shibapm/PackageConfig.git from cache (2.48s)
Fetched https://github.com/jpsim/Yams from cache (2.53s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (3.30s)
Computing version for https://github.com/shibapm/Logger
Computed https://github.com/shibapm/Logger at 0.2.3 (3.17s)
Computing version for https://github.com/shibapm/PackageConfig.git
Computed https://github.com/shibapm/PackageConfig.git at 1.1.3 (0.86s)
Computing version for https://github.com/CosmicMind/Material
Computed https://github.com/CosmicMind/Material at 3.1.8 (1.69s)
Fetching https://github.com/CosmicMind/Motion.git
[1/1975] Fetching motion
Fetched https://github.com/CosmicMind/Motion.git from cache (0.31s)
Computing version for https://github.com/CosmicMind/Motion.git
Computed https://github.com/CosmicMind/Motion.git at 3.1.3 (1.22s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.1.2 (0.65s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 5.4.0 (0.60s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.10.2 (0.79s)
Creating working copy for https://github.com/cocoatoucher/AIFlatSwitch
Working copy of https://github.com/cocoatoucher/AIFlatSwitch resolved at 1.0.8
Creating working copy for https://github.com/umobi/UIContainer
Working copy of https://github.com/umobi/UIContainer resolved at 2.1.1
Creating working copy for https://github.com/AliSoftware/OHHTTPStubs.git
Working copy of https://github.com/AliSoftware/OHHTTPStubs.git resolved at 9.1.0
Creating working copy for https://github.com/shibapm/PackageConfig.git
Working copy of https://github.com/shibapm/PackageConfig.git resolved at 1.1.3
Creating working copy for https://github.com/umobi/ConstraintBuilder
Working copy of https://github.com/umobi/ConstraintBuilder resolved at 2.0.1
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 8.1.2
Creating working copy for https://github.com/kareman/SwiftShell
Working copy of https://github.com/kareman/SwiftShell resolved at 5.1.0
Creating working copy for https://github.com/ReactiveX/RxSwift
Working copy of https://github.com/ReactiveX/RxSwift resolved at 5.1.3
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 5.4.0
Creating working copy for https://github.com/shibapm/Logger
Working copy of https://github.com/shibapm/Logger resolved at 0.2.3
Creating working copy for https://github.com/Moya/ReactiveSwift.git
Working copy of https://github.com/Moya/ReactiveSwift.git resolved at 6.1.0
Creating working copy for https://github.com/CosmicMind/Material
Working copy of https://github.com/CosmicMind/Material resolved at 3.1.8
Creating working copy for https://github.com/Moya/Moya
Working copy of https://github.com/Moya/Moya resolved at 14.0.1
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.10.2
Creating working copy for https://github.com/shibapm/Rocket
Working copy of https://github.com/shibapm/Rocket resolved at 1.3.0
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 2.2.1
Creating working copy for https://github.com/umobi/UICreator
Working copy of https://github.com/umobi/UICreator resolved at 1.1.1
Creating working copy for https://github.com/CosmicMind/Motion.git
Working copy of https://github.com/CosmicMind/Motion.git resolved at 3.1.3
Building for debugging...
[0/14] Write sources
[11/14] Copying PrivacyInfo.xcprivacy
[13/14] Write swift-version-24593BA9C3E375BF.txt
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/CurrentThreadScheduler.swift:34:37: error: cannot find type 'NSZone' in scope
 32 |         }
 33 |
 34 |         public func copy(with zone: NSZone? = nil) -> Any {
    |                                     `- error: cannot find type 'NSZone' in scope
 35 |             return self
 36 |         }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
 49 |     public static let instance = CurrentThreadScheduler()
 50 |
 51 |     private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
    |                                               `- error: cannot find type 'pthread_key_t' in scope
 52 |         let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
 53 |         defer { key.deallocate() }
[16/263] Compiling RxSwift Filter.swift
/host/spi-builder-workspace/.build/checkouts/Motion/Sources/Animator/MotionAnimator.swift:26:8: error: no such module 'UIKit'
24 |  */
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | public protocol MotionAnimator: class {
[17/263] Compiling RxSwift First.swift
/host/spi-builder-workspace/.build/checkouts/Motion/Sources/Animator/MotionAnimator.swift:26:8: error: no such module 'UIKit'
24 |  */
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | public protocol MotionAnimator: class {
[18/263] Compiling RxSwift Generate.swift
/host/spi-builder-workspace/.build/checkouts/Motion/Sources/Animator/MotionAnimator.swift:26:8: error: no such module 'UIKit'
24 |  */
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | public protocol MotionAnimator: class {
[19/263] Compiling RxSwift CombineLatest+arity.swift
/host/spi-builder-workspace/.build/checkouts/Motion/Sources/Animator/MotionAnimator.swift:26:8: error: no such module 'UIKit'
24 |  */
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | public protocol MotionAnimator: class {
[20/263] Compiling RxSwift CombineLatest.swift
/host/spi-builder-workspace/.build/checkouts/Motion/Sources/Animator/MotionAnimator.swift:26:8: error: no such module 'UIKit'
24 |  */
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | public protocol MotionAnimator: class {
[21/263] Compiling RxSwift Disposables.swift
/host/spi-builder-workspace/.build/checkouts/Motion/Sources/Animator/MotionAnimator.swift:26:8: error: no such module 'UIKit'
24 |  */
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | public protocol MotionAnimator: class {
[22/263] Compiling RxSwift DisposeBag.swift
/host/spi-builder-workspace/.build/checkouts/Motion/Sources/Animator/MotionAnimator.swift:26:8: error: no such module 'UIKit'
24 |  */
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | public protocol MotionAnimator: class {
[23/263] Compiling RxSwift DisposeBase.swift
/host/spi-builder-workspace/.build/checkouts/Motion/Sources/Animator/MotionAnimator.swift:26:8: error: no such module 'UIKit'
24 |  */
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | public protocol MotionAnimator: class {
[24/263] Compiling RxSwift DistinctUntilChanged.swift
/host/spi-builder-workspace/.build/checkouts/Motion/Sources/Animator/MotionAnimator.swift:26:8: error: no such module 'UIKit'
24 |  */
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | public protocol MotionAnimator: class {
[25/263] Compiling RxSwift Do.swift
/host/spi-builder-workspace/.build/checkouts/Motion/Sources/Animator/MotionAnimator.swift:26:8: error: no such module 'UIKit'
24 |  */
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | public protocol MotionAnimator: class {
[26/268] Compiling AIFlatSwitch AIFlatSwitch.swift
/host/spi-builder-workspace/.build/checkouts/AIFlatSwitch/Sources/AIFlatSwitch.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /**
error: emit-module command failed with exit code 1 (use -v to see invocation)
[27/268] Emitting module AIFlatSwitch
/host/spi-builder-workspace/.build/checkouts/AIFlatSwitch/Sources/AIFlatSwitch.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /**
/host/spi-builder-workspace/.build/checkouts/Motion/Sources/Animator/MotionAnimator.swift:26:8: error: no such module 'UIKit'
24 |  */
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | public protocol MotionAnimator: class {
[28/268] Emitting module Alamofire
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" 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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/232] Compiling RxSwift Do.swift
/host/spi-builder-workspace/.build/checkouts/ConstraintBuilder/Sources/ConstraintBuilder/Config.swift:28:8: error: no such module 'UIKit'
26 | import AppKit
27 | #else
28 | import UIKit
   |        `- error: no such module 'UIKit'
29 | #endif
30 |
[3/232] Compiling RxSwift ElementAt.swift
/host/spi-builder-workspace/.build/checkouts/ConstraintBuilder/Sources/ConstraintBuilder/Config.swift:28:8: error: no such module 'UIKit'
26 | import AppKit
27 | #else
28 | import UIKit
   |        `- error: no such module 'UIKit'
29 | #endif
30 |
[4/232] Compiling RxSwift Empty.swift
/host/spi-builder-workspace/.build/checkouts/ConstraintBuilder/Sources/ConstraintBuilder/Config.swift:28:8: error: no such module 'UIKit'
26 | import AppKit
27 | #else
28 | import UIKit
   |        `- error: no such module 'UIKit'
29 | #endif
30 |
[5/232] Compiling RxSwift Enumerated.swift
/host/spi-builder-workspace/.build/checkouts/ConstraintBuilder/Sources/ConstraintBuilder/Config.swift:28:8: error: no such module 'UIKit'
26 | import AppKit
27 | #else
28 | import UIKit
   |        `- error: no such module 'UIKit'
29 | #endif
30 |
[6/232] Compiling RxSwift Error.swift
/host/spi-builder-workspace/.build/checkouts/ConstraintBuilder/Sources/ConstraintBuilder/Config.swift:28:8: error: no such module 'UIKit'
26 | import AppKit
27 | #else
28 | import UIKit
   |        `- error: no such module 'UIKit'
29 | #endif
30 |
[7/232] Compiling RxSwift Errors.swift
/host/spi-builder-workspace/.build/checkouts/ConstraintBuilder/Sources/ConstraintBuilder/Config.swift:28:8: error: no such module 'UIKit'
26 | import AppKit
27 | #else
28 | import UIKit
   |        `- error: no such module 'UIKit'
29 | #endif
30 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/234] Emitting module Motion
/host/spi-builder-workspace/.build/checkouts/Motion/Sources/Animator/MotionAnimator.swift:26:8: error: no such module 'UIKit'
24 |  */
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | public protocol MotionAnimator: class {
[9/239] Compiling RxSwift Dematerialize.swift
/host/spi-builder-workspace/.build/checkouts/ConstraintBuilder/Sources/ConstraintBuilder/Config.swift:28:8: error: no such module 'UIKit'
26 | import AppKit
27 | #else
28 | import UIKit
   |        `- error: no such module 'UIKit'
29 | #endif
30 |
[10/239] Compiling RxSwift Deprecated.swift
/host/spi-builder-workspace/.build/checkouts/ConstraintBuilder/Sources/ConstraintBuilder/Config.swift:28:8: error: no such module 'UIKit'
26 | import AppKit
27 | #else
28 | import UIKit
   |        `- error: no such module 'UIKit'
29 | #endif
30 |
[11/239] Compiling ConstraintBuilder Object+Utils.swift
/host/spi-builder-workspace/.build/checkouts/ConstraintBuilder/Sources/ConstraintBuilder/Config.swift:28:8: error: no such module 'UIKit'
26 | import AppKit
27 | #else
28 | import UIKit
   |        `- error: no such module 'UIKit'
29 | #endif
30 |
[12/239] Compiling ConstraintBuilder UIViewSubview.swift
/host/spi-builder-workspace/.build/checkouts/ConstraintBuilder/Sources/ConstraintBuilder/Config.swift:28:8: error: no such module 'UIKit'
26 | import AppKit
27 | #else
28 | import UIKit
   |        `- error: no such module 'UIKit'
29 | #endif
30 |
[13/239] Compiling RxSwift CurrentThreadScheduler.swift
/host/spi-builder-workspace/.build/checkouts/Motion/Sources/Animator/MotionAnimator.swift:26:8: error: no such module 'UIKit'
24 |  */
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | public protocol MotionAnimator: class {
[14/239] Compiling RxSwift Date+Dispatch.swift
/host/spi-builder-workspace/.build/checkouts/Motion/Sources/Animator/MotionAnimator.swift:26:8: error: no such module 'UIKit'
24 |  */
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | public protocol MotionAnimator: class {
[15/239] Compiling RxSwift Debounce.swift
/host/spi-builder-workspace/.build/checkouts/Motion/Sources/Animator/MotionAnimator.swift:26:8: error: no such module 'UIKit'
24 |  */
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | public protocol MotionAnimator: class {
[16/239] Compiling RxSwift Debug.swift
/host/spi-builder-workspace/.build/checkouts/Motion/Sources/Animator/MotionAnimator.swift:26:8: error: no such module 'UIKit'
24 |  */
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | public protocol MotionAnimator: class {
[17/239] Compiling RxSwift DefaultIfEmpty.swift
/host/spi-builder-workspace/.build/checkouts/Motion/Sources/Animator/MotionAnimator.swift:26:8: error: no such module 'UIKit'
24 |  */
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | public protocol MotionAnimator: class {
[18/239] Compiling RxSwift DisposeBag.swift
/host/spi-builder-workspace/.build/checkouts/Motion/Sources/Animator/MotionAnimator.swift:26:8: error: no such module 'UIKit'
24 |  */
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | public protocol MotionAnimator: class {
[19/239] Compiling RxSwift DisposeBase.swift
/host/spi-builder-workspace/.build/checkouts/Motion/Sources/Animator/MotionAnimator.swift:26:8: error: no such module 'UIKit'
24 |  */
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | public protocol MotionAnimator: class {
[20/239] Compiling RxSwift DistinctUntilChanged.swift
/host/spi-builder-workspace/.build/checkouts/Motion/Sources/Animator/MotionAnimator.swift:26:8: error: no such module 'UIKit'
24 |  */
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | public protocol MotionAnimator: class {
/host/spi-builder-workspace/.build/checkouts/Motion/Sources/Animator/MotionAnimator.swift:26:8: error: no such module 'UIKit'
24 |  */
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | public protocol MotionAnimator: class {
/host/spi-builder-workspace/.build/checkouts/Motion/Sources/Animator/MotionAnimator.swift:26:8: error: no such module 'UIKit'
24 |  */
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | public protocol MotionAnimator: class {
/host/spi-builder-workspace/.build/checkouts/Motion/Sources/Animator/MotionAnimator.swift:26:8: error: no such module 'UIKit'
24 |  */
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | public protocol MotionAnimator: class {
/host/spi-builder-workspace/.build/checkouts/Motion/Sources/Animator/MotionAnimator.swift:26:8: error: no such module 'UIKit'
24 |  */
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | public protocol MotionAnimator: class {
/host/spi-builder-workspace/.build/checkouts/Motion/Sources/Animator/MotionAnimator.swift:26:8: error: no such module 'UIKit'
24 |  */
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | public protocol MotionAnimator: class {
[26/239] Compiling RxSwift DispatchQueue+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Motion/Sources/Animator/MotionAnimator.swift:26:8: error: no such module 'UIKit'
24 |  */
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | public protocol MotionAnimator: class {
[27/239] Compiling RxSwift DispatchQueueConfiguration.swift
/host/spi-builder-workspace/.build/checkouts/Motion/Sources/Animator/MotionAnimator.swift:26:8: error: no such module 'UIKit'
24 |  */
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | public protocol MotionAnimator: class {
[28/239] Compiling RxSwift Disposable.swift
/host/spi-builder-workspace/.build/checkouts/Motion/Sources/Animator/MotionAnimator.swift:26:8: error: no such module 'UIKit'
24 |  */
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | public protocol MotionAnimator: class {
[29/239] Compiling RxSwift Disposables.swift
/host/spi-builder-workspace/.build/checkouts/Motion/Sources/Animator/MotionAnimator.swift:26:8: error: no such module 'UIKit'
24 |  */
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | public protocol MotionAnimator: class {
/host/spi-builder-workspace/.build/checkouts/Motion/Sources/Animator/MotionAnimator.swift:26:8: error: no such module 'UIKit'
24 |  */
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | public protocol MotionAnimator: class {
/host/spi-builder-workspace/.build/checkouts/Motion/Sources/Animator/MotionAnimator.swift:26:8: error: no such module 'UIKit'
24 |  */
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | public protocol MotionAnimator: class {
/host/spi-builder-workspace/.build/checkouts/Motion/Sources/Animator/MotionAnimator.swift:26:8: error: no such module 'UIKit'
24 |  */
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | public protocol MotionAnimator: class {
/host/spi-builder-workspace/.build/checkouts/Motion/Sources/Animator/MotionAnimator.swift:26:8: error: no such module 'UIKit'
24 |  */
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | public protocol MotionAnimator: class {
/host/spi-builder-workspace/.build/checkouts/Motion/Sources/Animator/MotionAnimator.swift:26:8: error: no such module 'UIKit'
24 |  */
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | public protocol MotionAnimator: class {
[35/239] Compiling RxSwift First.swift
/host/spi-builder-workspace/.build/checkouts/Motion/Sources/Animator/MotionAnimator.swift:26:8: error: no such module 'UIKit'
24 |  */
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | public protocol MotionAnimator: class {
[36/239] Compiling RxSwift ConnectableObservableType.swift
[37/239] Compiling RxSwift Create.swift
[41/244] Compiling RxSwift Deferred.swift
/host/spi-builder-workspace/.build/checkouts/Motion/Sources/Animator/MotionAnimator.swift:26:8: error: no such module 'UIKit'
24 |  */
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | public protocol MotionAnimator: class {
[42/244] Compiling RxSwift Delay.swift
/host/spi-builder-workspace/.build/checkouts/Motion/Sources/Animator/MotionAnimator.swift:26:8: error: no such module 'UIKit'
24 |  */
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | public protocol MotionAnimator: class {
[43/244] Compiling RxSwift DelaySubscription.swift
/host/spi-builder-workspace/.build/checkouts/Motion/Sources/Animator/MotionAnimator.swift:26:8: error: no such module 'UIKit'
24 |  */
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | public protocol MotionAnimator: class {
[44/244] Compiling Alamofire RetryPolicy.swift
/host/spi-builder-workspace/.build/checkouts/Motion/Sources/Animator/MotionAnimator.swift:26:8: error: no such module 'UIKit'
24 |  */
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | public protocol MotionAnimator: class {
[45/244] Compiling Alamofire ServerTrustEvaluation.swift
/host/spi-builder-workspace/.build/checkouts/Motion/Sources/Animator/MotionAnimator.swift:26:8: error: no such module 'UIKit'
24 |  */
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | public protocol MotionAnimator: class {
[46/244] Compiling RxSwift CompositeDisposable.swift
/host/spi-builder-workspace/.build/checkouts/Motion/Sources/Animator/MotionAnimator.swift:26:8: error: no such module 'UIKit'
24 |  */
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | public protocol MotionAnimator: class {
[47/244] Compiling RxSwift Concat.swift
/host/spi-builder-workspace/.build/checkouts/Motion/Sources/Animator/MotionAnimator.swift:26:8: error: no such module 'UIKit'
24 |  */
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | public protocol MotionAnimator: class {
[48/244] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
/host/spi-builder-workspace/.build/checkouts/Motion/Sources/Animator/MotionAnimator.swift:26:8: error: no such module 'UIKit'
24 |  */
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | public protocol MotionAnimator: class {
[49/244] Compiling RxSwift ConcurrentMainScheduler.swift
/host/spi-builder-workspace/.build/checkouts/Motion/Sources/Animator/MotionAnimator.swift:26:8: error: no such module 'UIKit'
24 |  */
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | public protocol MotionAnimator: class {
/host/spi-builder-workspace/.build/checkouts/Motion/Sources/Animator/MotionAnimator.swift:26:8: error: no such module 'UIKit'
24 |  */
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | public protocol MotionAnimator: class {
/host/spi-builder-workspace/.build/checkouts/Motion/Sources/Animator/MotionAnimator.swift:26:8: error: no such module 'UIKit'
24 |  */
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | public protocol MotionAnimator: class {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[52/244] Emitting module RxSwift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:34:37: error: cannot find type 'NSZone' in scope
 32 |         }
 33 |
 34 |         public func copy(with zone: NSZone? = nil) -> Any {
    |                                     `- error: cannot find type 'NSZone' in scope
 35 |             return self
 36 |         }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
 49 |     public static let instance = CurrentThreadScheduler()
 50 |
 51 |     private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
    |                                               `- error: cannot find type 'pthread_key_t' in scope
 52 |         let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
 53 |         defer { key.deallocate() }
[53/262] Compiling Alamofire URLEncodedFormEncoder.swift
/host/spi-builder-workspace/.build/checkouts/Motion/Sources/Animator/MotionAnimator.swift:26:8: error: no such module 'UIKit'
24 |  */
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | public protocol MotionAnimator: class {
[54/262] Compiling Alamofire Validation.swift
/host/spi-builder-workspace/.build/checkouts/Motion/Sources/Animator/MotionAnimator.swift:26:8: error: no such module 'UIKit'
24 |  */
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | public protocol MotionAnimator: class {
[55/262] Compiling Alamofire resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/Motion/Sources/Animator/MotionAnimator.swift:26:8: error: no such module 'UIKit'
24 |  */
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | public protocol MotionAnimator: class {
[56/262] Compiling Motion MotionTransition+UIViewControllerTransitioningDelegate.swift
/host/spi-builder-workspace/.build/checkouts/Motion/Sources/Animator/MotionAnimator.swift:26:8: error: no such module 'UIKit'
24 |  */
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | public protocol MotionAnimator: class {
[57/262] Compiling Motion MotionTransition.swift
/host/spi-builder-workspace/.build/checkouts/Motion/Sources/Animator/MotionAnimator.swift:26:8: error: no such module 'UIKit'
24 |  */
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | public protocol MotionAnimator: class {
[63/262] Emitting module Alamofire
[64/262] Compiling RxSwift SerialDisposable.swift
[65/262] Compiling RxSwift ShareReplayScope.swift
[66/262] Compiling RxSwift Single.swift
[67/262] Compiling RxSwift SingleAssignmentDisposable.swift
[68/262] Compiling RxSwift SingleAsync.swift
[69/262] Compiling RxSwift Sink.swift
[70/262] Compiling RxSwift Skip.swift
[71/262] Compiling RxSwift SkipUntil.swift
[72/262] Compiling RxSwift SkipWhile.swift
[73/262] Compiling RxSwift StartWith.swift
[74/262] Compiling RxSwift SubjectType.swift
[75/262] Compiling RxSwift SubscribeOn.swift
[76/262] Compiling RxSwift SubscriptionDisposable.swift
[77/262] Compiling RxSwift SwiftSupport.swift
[78/262] Compiling RxSwift Switch.swift
[79/262] Compiling RxSwift SwitchIfEmpty.swift
[80/262] Compiling RxSwift SynchronizedDisposeType.swift
[81/262] Compiling RxSwift SynchronizedOnType.swift
[82/262] Compiling RxSwift CombineLatest+arity.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:34:37: error: cannot find type 'NSZone' in scope
 32 |         }
 33 |
 34 |         public func copy(with zone: NSZone? = nil) -> Any {
    |                                     `- error: cannot find type 'NSZone' in scope
 35 |             return self
 36 |         }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
 49 |     public static let instance = CurrentThreadScheduler()
 50 |
 51 |     private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
    |                                               `- error: cannot find type 'pthread_key_t' in scope
 52 |         let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
 53 |         defer { key.deallocate() }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:68:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 66 |     static var queue : ScheduleQueue? {
 67 |         get {
 68 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 69 |         }
 70 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:71:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 69 |         }
 70 |         set {
 71 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 72 |         }
 73 |     }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:78:20: error: cannot find 'pthread_getspecific' in scope
 76 |     public static private(set) var isScheduleRequired: Bool {
 77 |         get {
 78 |             return pthread_getspecific(CurrentThreadScheduler.isScheduleRequiredKey) == nil
    |                    `- error: cannot find 'pthread_getspecific' in scope
 79 |         }
 80 |         set(isScheduleRequired) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:81:16: error: cannot find 'pthread_setspecific' in scope
 79 |         }
 80 |         set(isScheduleRequired) {
 81 |             if pthread_setspecific(CurrentThreadScheduler.isScheduleRequiredKey, isScheduleRequired ? nil : scheduleInProgressSentinel) != 0 {
    |                `- error: cannot find 'pthread_setspecific' in scope
 82 |                 rxFatalError("pthread_setspecific failed")
 83 |             }
[83/262] Compiling RxSwift CombineLatest.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:34:37: error: cannot find type 'NSZone' in scope
 32 |         }
 33 |
 34 |         public func copy(with zone: NSZone? = nil) -> Any {
    |                                     `- error: cannot find type 'NSZone' in scope
 35 |             return self
 36 |         }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
 49 |     public static let instance = CurrentThreadScheduler()
 50 |
 51 |     private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
    |                                               `- error: cannot find type 'pthread_key_t' in scope
 52 |         let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
 53 |         defer { key.deallocate() }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:68:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 66 |     static var queue : ScheduleQueue? {
 67 |         get {
 68 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 69 |         }
 70 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:71:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 69 |         }
 70 |         set {
 71 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 72 |         }
 73 |     }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:78:20: error: cannot find 'pthread_getspecific' in scope
 76 |     public static private(set) var isScheduleRequired: Bool {
 77 |         get {
 78 |             return pthread_getspecific(CurrentThreadScheduler.isScheduleRequiredKey) == nil
    |                    `- error: cannot find 'pthread_getspecific' in scope
 79 |         }
 80 |         set(isScheduleRequired) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:81:16: error: cannot find 'pthread_setspecific' in scope
 79 |         }
 80 |         set(isScheduleRequired) {
 81 |             if pthread_setspecific(CurrentThreadScheduler.isScheduleRequiredKey, isScheduleRequired ? nil : scheduleInProgressSentinel) != 0 {
    |                `- error: cannot find 'pthread_setspecific' in scope
 82 |                 rxFatalError("pthread_setspecific failed")
 83 |             }
[84/262] Compiling RxSwift CompactMap.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:34:37: error: cannot find type 'NSZone' in scope
 32 |         }
 33 |
 34 |         public func copy(with zone: NSZone? = nil) -> Any {
    |                                     `- error: cannot find type 'NSZone' in scope
 35 |             return self
 36 |         }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
 49 |     public static let instance = CurrentThreadScheduler()
 50 |
 51 |     private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
    |                                               `- error: cannot find type 'pthread_key_t' in scope
 52 |         let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
 53 |         defer { key.deallocate() }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:68:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 66 |     static var queue : ScheduleQueue? {
 67 |         get {
 68 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 69 |         }
 70 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:71:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 69 |         }
 70 |         set {
 71 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 72 |         }
 73 |     }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:78:20: error: cannot find 'pthread_getspecific' in scope
 76 |     public static private(set) var isScheduleRequired: Bool {
 77 |         get {
 78 |             return pthread_getspecific(CurrentThreadScheduler.isScheduleRequiredKey) == nil
    |                    `- error: cannot find 'pthread_getspecific' in scope
 79 |         }
 80 |         set(isScheduleRequired) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:81:16: error: cannot find 'pthread_setspecific' in scope
 79 |         }
 80 |         set(isScheduleRequired) {
 81 |             if pthread_setspecific(CurrentThreadScheduler.isScheduleRequiredKey, isScheduleRequired ? nil : scheduleInProgressSentinel) != 0 {
    |                `- error: cannot find 'pthread_setspecific' in scope
 82 |                 rxFatalError("pthread_setspecific failed")
 83 |             }
[85/262] Compiling RxSwift Completable+AndThen.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:34:37: error: cannot find type 'NSZone' in scope
 32 |         }
 33 |
 34 |         public func copy(with zone: NSZone? = nil) -> Any {
    |                                     `- error: cannot find type 'NSZone' in scope
 35 |             return self
 36 |         }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
 49 |     public static let instance = CurrentThreadScheduler()
 50 |
 51 |     private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
    |                                               `- error: cannot find type 'pthread_key_t' in scope
 52 |         let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
 53 |         defer { key.deallocate() }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:68:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 66 |     static var queue : ScheduleQueue? {
 67 |         get {
 68 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 69 |         }
 70 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:71:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 69 |         }
 70 |         set {
 71 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 72 |         }
 73 |     }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:78:20: error: cannot find 'pthread_getspecific' in scope
 76 |     public static private(set) var isScheduleRequired: Bool {
 77 |         get {
 78 |             return pthread_getspecific(CurrentThreadScheduler.isScheduleRequiredKey) == nil
    |                    `- error: cannot find 'pthread_getspecific' in scope
 79 |         }
 80 |         set(isScheduleRequired) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:81:16: error: cannot find 'pthread_setspecific' in scope
 79 |         }
 80 |         set(isScheduleRequired) {
 81 |             if pthread_setspecific(CurrentThreadScheduler.isScheduleRequiredKey, isScheduleRequired ? nil : scheduleInProgressSentinel) != 0 {
    |                `- error: cannot find 'pthread_setspecific' in scope
 82 |                 rxFatalError("pthread_setspecific failed")
 83 |             }
[86/262] Compiling RxSwift Completable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:34:37: error: cannot find type 'NSZone' in scope
 32 |         }
 33 |
 34 |         public func copy(with zone: NSZone? = nil) -> Any {
    |                                     `- error: cannot find type 'NSZone' in scope
 35 |             return self
 36 |         }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
 49 |     public static let instance = CurrentThreadScheduler()
 50 |
 51 |     private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
    |                                               `- error: cannot find type 'pthread_key_t' in scope
 52 |         let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
 53 |         defer { key.deallocate() }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:68:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 66 |     static var queue : ScheduleQueue? {
 67 |         get {
 68 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 69 |         }
 70 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:71:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 69 |         }
 70 |         set {
 71 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 72 |         }
 73 |     }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:78:20: error: cannot find 'pthread_getspecific' in scope
 76 |     public static private(set) var isScheduleRequired: Bool {
 77 |         get {
 78 |             return pthread_getspecific(CurrentThreadScheduler.isScheduleRequiredKey) == nil
    |                    `- error: cannot find 'pthread_getspecific' in scope
 79 |         }
 80 |         set(isScheduleRequired) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:81:16: error: cannot find 'pthread_setspecific' in scope
 79 |         }
 80 |         set(isScheduleRequired) {
 81 |             if pthread_setspecific(CurrentThreadScheduler.isScheduleRequiredKey, isScheduleRequired ? nil : scheduleInProgressSentinel) != 0 {
    |                `- error: cannot find 'pthread_setspecific' in scope
 82 |                 rxFatalError("pthread_setspecific failed")
 83 |             }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:34:37: error: cannot find type 'NSZone' in scope
 32 |         }
 33 |
 34 |         public func copy(with zone: NSZone? = nil) -> Any {
    |                                     `- error: cannot find type 'NSZone' in scope
 35 |             return self
 36 |         }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
 49 |     public static let instance = CurrentThreadScheduler()
 50 |
 51 |     private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
    |                                               `- error: cannot find type 'pthread_key_t' in scope
 52 |         let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
 53 |         defer { key.deallocate() }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:68:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 66 |     static var queue : ScheduleQueue? {
 67 |         get {
 68 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 69 |         }
 70 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:71:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 69 |         }
 70 |         set {
 71 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 72 |         }
 73 |     }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:78:20: error: cannot find 'pthread_getspecific' in scope
 76 |     public static private(set) var isScheduleRequired: Bool {
 77 |         get {
 78 |             return pthread_getspecific(CurrentThreadScheduler.isScheduleRequiredKey) == nil
    |                    `- error: cannot find 'pthread_getspecific' in scope
 79 |         }
 80 |         set(isScheduleRequired) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:81:16: error: cannot find 'pthread_setspecific' in scope
 79 |         }
 80 |         set(isScheduleRequired) {
 81 |             if pthread_setspecific(CurrentThreadScheduler.isScheduleRequiredKey, isScheduleRequired ? nil : scheduleInProgressSentinel) != 0 {
    |                `- error: cannot find 'pthread_setspecific' in scope
 82 |                 rxFatalError("pthread_setspecific failed")
 83 |             }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:34:37: error: cannot find type 'NSZone' in scope
 32 |         }
 33 |
 34 |         public func copy(with zone: NSZone? = nil) -> Any {
    |                                     `- error: cannot find type 'NSZone' in scope
 35 |             return self
 36 |         }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
 49 |     public static let instance = CurrentThreadScheduler()
 50 |
 51 |     private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
    |                                               `- error: cannot find type 'pthread_key_t' in scope
 52 |         let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
 53 |         defer { key.deallocate() }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:68:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 66 |     static var queue : ScheduleQueue? {
 67 |         get {
 68 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 69 |         }
 70 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:71:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 69 |         }
 70 |         set {
 71 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 72 |         }
 73 |     }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:78:20: error: cannot find 'pthread_getspecific' in scope
 76 |     public static private(set) var isScheduleRequired: Bool {
 77 |         get {
 78 |             return pthread_getspecific(CurrentThreadScheduler.isScheduleRequiredKey) == nil
    |                    `- error: cannot find 'pthread_getspecific' in scope
 79 |         }
 80 |         set(isScheduleRequired) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:81:16: error: cannot find 'pthread_setspecific' in scope
 79 |         }
 80 |         set(isScheduleRequired) {
 81 |             if pthread_setspecific(CurrentThreadScheduler.isScheduleRequiredKey, isScheduleRequired ? nil : scheduleInProgressSentinel) != 0 {
    |                `- error: cannot find 'pthread_setspecific' in scope
 82 |                 rxFatalError("pthread_setspecific failed")
 83 |             }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:34:37: error: cannot find type 'NSZone' in scope
 32 |         }
 33 |
 34 |         public func copy(with zone: NSZone? = nil) -> Any {
    |                                     `- error: cannot find type 'NSZone' in scope
 35 |             return self
 36 |         }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
 49 |     public static let instance = CurrentThreadScheduler()
 50 |
 51 |     private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
    |                                               `- error: cannot find type 'pthread_key_t' in scope
 52 |         let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
 53 |         defer { key.deallocate() }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:68:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 66 |     static var queue : ScheduleQueue? {
 67 |         get {
 68 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 69 |         }
 70 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:71:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 69 |         }
 70 |         set {
 71 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 72 |         }
 73 |     }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:78:20: error: cannot find 'pthread_getspecific' in scope
 76 |     public static private(set) var isScheduleRequired: Bool {
 77 |         get {
 78 |             return pthread_getspecific(CurrentThreadScheduler.isScheduleRequiredKey) == nil
    |                    `- error: cannot find 'pthread_getspecific' in scope
 79 |         }
 80 |         set(isScheduleRequired) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:81:16: error: cannot find 'pthread_setspecific' in scope
 79 |         }
 80 |         set(isScheduleRequired) {
 81 |             if pthread_setspecific(CurrentThreadScheduler.isScheduleRequiredKey, isScheduleRequired ? nil : scheduleInProgressSentinel) != 0 {
    |                `- error: cannot find 'pthread_setspecific' in scope
 82 |                 rxFatalError("pthread_setspecific failed")
 83 |             }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:34:37: error: cannot find type 'NSZone' in scope
 32 |         }
 33 |
 34 |         public func copy(with zone: NSZone? = nil) -> Any {
    |                                     `- error: cannot find type 'NSZone' in scope
 35 |             return self
 36 |         }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
 49 |     public static let instance = CurrentThreadScheduler()
 50 |
 51 |     private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
    |                                               `- error: cannot find type 'pthread_key_t' in scope
 52 |         let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
 53 |         defer { key.deallocate() }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:68:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 66 |     static var queue : ScheduleQueue? {
 67 |         get {
 68 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 69 |         }
 70 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:71:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 69 |         }
 70 |         set {
 71 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 72 |         }
 73 |     }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:78:20: error: cannot find 'pthread_getspecific' in scope
 76 |     public static private(set) var isScheduleRequired: Bool {
 77 |         get {
 78 |             return pthread_getspecific(CurrentThreadScheduler.isScheduleRequiredKey) == nil
    |                    `- error: cannot find 'pthread_getspecific' in scope
 79 |         }
 80 |         set(isScheduleRequired) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:81:16: error: cannot find 'pthread_setspecific' in scope
 79 |         }
 80 |         set(isScheduleRequired) {
 81 |             if pthread_setspecific(CurrentThreadScheduler.isScheduleRequiredKey, isScheduleRequired ? nil : scheduleInProgressSentinel) != 0 {
    |                `- error: cannot find 'pthread_setspecific' in scope
 82 |                 rxFatalError("pthread_setspecific failed")
 83 |             }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:34:37: error: cannot find type 'NSZone' in scope
 32 |         }
 33 |
 34 |         public func copy(with zone: NSZone? = nil) -> Any {
    |                                     `- error: cannot find type 'NSZone' in scope
 35 |             return self
 36 |         }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
 49 |     public static let instance = CurrentThreadScheduler()
 50 |
 51 |     private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
    |                                               `- error: cannot find type 'pthread_key_t' in scope
 52 |         let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
 53 |         defer { key.deallocate() }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:68:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 66 |     static var queue : ScheduleQueue? {
 67 |         get {
 68 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 69 |         }
 70 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:71:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 69 |         }
 70 |         set {
 71 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 72 |         }
 73 |     }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:78:20: error: cannot find 'pthread_getspecific' in scope
 76 |     public static private(set) var isScheduleRequired: Bool {
 77 |         get {
 78 |             return pthread_getspecific(CurrentThreadScheduler.isScheduleRequiredKey) == nil
    |                    `- error: cannot find 'pthread_getspecific' in scope
 79 |         }
 80 |         set(isScheduleRequired) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:81:16: error: cannot find 'pthread_setspecific' in scope
 79 |         }
 80 |         set(isScheduleRequired) {
 81 |             if pthread_setspecific(CurrentThreadScheduler.isScheduleRequiredKey, isScheduleRequired ? nil : scheduleInProgressSentinel) != 0 {
    |                `- error: cannot find 'pthread_setspecific' in scope
 82 |                 rxFatalError("pthread_setspecific failed")
 83 |             }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:34:37: error: cannot find type 'NSZone' in scope
 32 |         }
 33 |
 34 |         public func copy(with zone: NSZone? = nil) -> Any {
    |                                     `- error: cannot find type 'NSZone' in scope
 35 |             return self
 36 |         }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
 49 |     public static let instance = CurrentThreadScheduler()
 50 |
 51 |     private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
    |                                               `- error: cannot find type 'pthread_key_t' in scope
 52 |         let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
 53 |         defer { key.deallocate() }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:68:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 66 |     static var queue : ScheduleQueue? {
 67 |         get {
 68 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 69 |         }
 70 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:71:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 69 |         }
 70 |         set {
 71 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 72 |         }
 73 |     }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:78:20: error: cannot find 'pthread_getspecific' in scope
 76 |     public static private(set) var isScheduleRequired: Bool {
 77 |         get {
 78 |             return pthread_getspecific(CurrentThreadScheduler.isScheduleRequiredKey) == nil
    |                    `- error: cannot find 'pthread_getspecific' in scope
 79 |         }
 80 |         set(isScheduleRequired) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:81:16: error: cannot find 'pthread_setspecific' in scope
 79 |         }
 80 |         set(isScheduleRequired) {
 81 |             if pthread_setspecific(CurrentThreadScheduler.isScheduleRequiredKey, isScheduleRequired ? nil : scheduleInProgressSentinel) != 0 {
    |                `- error: cannot find 'pthread_setspecific' in scope
 82 |                 rxFatalError("pthread_setspecific failed")
 83 |             }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:34:37: error: cannot find type 'NSZone' in scope
 32 |         }
 33 |
 34 |         public func copy(with zone: NSZone? = nil) -> Any {
    |                                     `- error: cannot find type 'NSZone' in scope
 35 |             return self
 36 |         }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
 49 |     public static let instance = CurrentThreadScheduler()
 50 |
 51 |     private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
    |                                               `- error: cannot find type 'pthread_key_t' in scope
 52 |         let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
 53 |         defer { key.deallocate() }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:68:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 66 |     static var queue : ScheduleQueue? {
 67 |         get {
 68 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 69 |         }
 70 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:71:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 69 |         }
 70 |         set {
 71 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 72 |         }
 73 |     }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:78:20: error: cannot find 'pthread_getspecific' in scope
 76 |     public static private(set) var isScheduleRequired: Bool {
 77 |         get {
 78 |             return pthread_getspecific(CurrentThreadScheduler.isScheduleRequiredKey) == nil
    |                    `- error: cannot find 'pthread_getspecific' in scope
 79 |         }
 80 |         set(isScheduleRequired) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:81:16: error: cannot find 'pthread_setspecific' in scope
 79 |         }
 80 |         set(isScheduleRequired) {
 81 |             if pthread_setspecific(CurrentThreadScheduler.isScheduleRequiredKey, isScheduleRequired ? nil : scheduleInProgressSentinel) != 0 {
    |                `- error: cannot find 'pthread_setspecific' in scope
 82 |                 rxFatalError("pthread_setspecific failed")
 83 |             }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:34:37: error: cannot find type 'NSZone' in scope
 32 |         }
 33 |
 34 |         public func copy(with zone: NSZone? = nil) -> Any {
    |                                     `- error: cannot find type 'NSZone' in scope
 35 |             return self
 36 |         }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
 49 |     public static let instance = CurrentThreadScheduler()
 50 |
 51 |     private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
    |                                               `- error: cannot find type 'pthread_key_t' in scope
 52 |         let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
 53 |         defer { key.deallocate() }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:68:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 66 |     static var queue : ScheduleQueue? {
 67 |         get {
 68 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 69 |         }
 70 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:71:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 69 |         }
 70 |         set {
 71 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 72 |         }
 73 |     }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:78:20: error: cannot find 'pthread_getspecific' in scope
 76 |     public static private(set) var isScheduleRequired: Bool {
 77 |         get {
 78 |             return pthread_getspecific(CurrentThreadScheduler.isScheduleRequiredKey) == nil
    |                    `- error: cannot find 'pthread_getspecific' in scope
 79 |         }
 80 |         set(isScheduleRequired) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:81:16: error: cannot find 'pthread_setspecific' in scope
 79 |         }
 80 |         set(isScheduleRequired) {
 81 |             if pthread_setspecific(CurrentThreadScheduler.isScheduleRequiredKey, isScheduleRequired ? nil : scheduleInProgressSentinel) != 0 {
    |                `- error: cannot find 'pthread_setspecific' in scope
 82 |                 rxFatalError("pthread_setspecific failed")
 83 |             }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:34:37: error: cannot find type 'NSZone' in scope
 32 |         }
 33 |
 34 |         public func copy(with zone: NSZone? = nil) -> Any {
    |                                     `- error: cannot find type 'NSZone' in scope
 35 |             return self
 36 |         }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
 49 |     public static let instance = CurrentThreadScheduler()
 50 |
 51 |     private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
    |                                               `- error: cannot find type 'pthread_key_t' in scope
 52 |         let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
 53 |         defer { key.deallocate() }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:68:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 66 |     static var queue : ScheduleQueue? {
 67 |         get {
 68 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 69 |         }
 70 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:71:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 69 |         }
 70 |         set {
 71 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 72 |         }
 73 |     }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:78:20: error: cannot find 'pthread_getspecific' in scope
 76 |     public static private(set) var isScheduleRequired: Bool {
 77 |         get {
 78 |             return pthread_getspecific(CurrentThreadScheduler.isScheduleRequiredKey) == nil
    |                    `- error: cannot find 'pthread_getspecific' in scope
 79 |         }
 80 |         set(isScheduleRequired) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:81:16: error: cannot find 'pthread_setspecific' in scope
 79 |         }
 80 |         set(isScheduleRequired) {
 81 |             if pthread_setspecific(CurrentThreadScheduler.isScheduleRequiredKey, isScheduleRequired ? nil : scheduleInProgressSentinel) != 0 {
    |                `- error: cannot find 'pthread_setspecific' in scope
 82 |                 rxFatalError("pthread_setspecific failed")
 83 |             }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:34:37: error: cannot find type 'NSZone' in scope
 32 |         }
 33 |
 34 |         public func copy(with zone: NSZone? = nil) -> Any {
    |                                     `- error: cannot find type 'NSZone' in scope
 35 |             return self
 36 |         }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
 49 |     public static let instance = CurrentThreadScheduler()
 50 |
 51 |     private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
    |                                               `- error: cannot find type 'pthread_key_t' in scope
 52 |         let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
 53 |         defer { key.deallocate() }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:68:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 66 |     static var queue : ScheduleQueue? {
 67 |         get {
 68 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 69 |         }
 70 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:71:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 69 |         }
 70 |         set {
 71 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 72 |         }
 73 |     }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:78:20: error: cannot find 'pthread_getspecific' in scope
 76 |     public static private(set) var isScheduleRequired: Bool {
 77 |         get {
 78 |             return pthread_getspecific(CurrentThreadScheduler.isScheduleRequiredKey) == nil
    |                    `- error: cannot find 'pthread_getspecific' in scope
 79 |         }
 80 |         set(isScheduleRequired) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:81:16: error: cannot find 'pthread_setspecific' in scope
 79 |         }
 80 |         set(isScheduleRequired) {
 81 |             if pthread_setspecific(CurrentThreadScheduler.isScheduleRequiredKey, isScheduleRequired ? nil : scheduleInProgressSentinel) != 0 {
    |                `- error: cannot find 'pthread_setspecific' in scope
 82 |                 rxFatalError("pthread_setspecific failed")
 83 |             }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:34:37: error: cannot find type 'NSZone' in scope
 32 |         }
 33 |
 34 |         public func copy(with zone: NSZone? = nil) -> Any {
    |                                     `- error: cannot find type 'NSZone' in scope
 35 |             return self
 36 |         }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
 49 |     public static let instance = CurrentThreadScheduler()
 50 |
 51 |     private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
    |                                               `- error: cannot find type 'pthread_key_t' in scope
 52 |         let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
 53 |         defer { key.deallocate() }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:68:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 66 |     static var queue : ScheduleQueue? {
 67 |         get {
 68 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 69 |         }
 70 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:71:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 69 |         }
 70 |         set {
 71 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 72 |         }
 73 |     }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:78:20: error: cannot find 'pthread_getspecific' in scope
 76 |     public static private(set) var isScheduleRequired: Bool {
 77 |         get {
 78 |             return pthread_getspecific(CurrentThreadScheduler.isScheduleRequiredKey) == nil
    |                    `- error: cannot find 'pthread_getspecific' in scope
 79 |         }
 80 |         set(isScheduleRequired) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:81:16: error: cannot find 'pthread_setspecific' in scope
 79 |         }
 80 |         set(isScheduleRequired) {
 81 |             if pthread_setspecific(CurrentThreadScheduler.isScheduleRequiredKey, isScheduleRequired ? nil : scheduleInProgressSentinel) != 0 {
    |                `- error: cannot find 'pthread_setspecific' in scope
 82 |                 rxFatalError("pthread_setspecific failed")
 83 |             }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:34:37: error: cannot find type 'NSZone' in scope
 32 |         }
 33 |
 34 |         public func copy(with zone: NSZone? = nil) -> Any {
    |                                     `- error: cannot find type 'NSZone' in scope
 35 |             return self
 36 |         }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
 49 |     public static let instance = CurrentThreadScheduler()
 50 |
 51 |     private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
    |                                               `- error: cannot find type 'pthread_key_t' in scope
 52 |         let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
 53 |         defer { key.deallocate() }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:68:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 66 |     static var queue : ScheduleQueue? {
 67 |         get {
 68 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 69 |         }
 70 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:71:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 69 |         }
 70 |         set {
 71 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 72 |         }
 73 |     }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:78:20: error: cannot find 'pthread_getspecific' in scope
 76 |     public static private(set) var isScheduleRequired: Bool {
 77 |         get {
 78 |             return pthread_getspecific(CurrentThreadScheduler.isScheduleRequiredKey) == nil
    |                    `- error: cannot find 'pthread_getspecific' in scope
 79 |         }
 80 |         set(isScheduleRequired) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:81:16: error: cannot find 'pthread_setspecific' in scope
 79 |         }
 80 |         set(isScheduleRequired) {
 81 |             if pthread_setspecific(CurrentThreadScheduler.isScheduleRequiredKey, isScheduleRequired ? nil : scheduleInProgressSentinel) != 0 {
    |                `- error: cannot find 'pthread_setspecific' in scope
 82 |                 rxFatalError("pthread_setspecific failed")
 83 |             }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:34:37: error: cannot find type 'NSZone' in scope
 32 |         }
 33 |
 34 |         public func copy(with zone: NSZone? = nil) -> Any {
    |                                     `- error: cannot find type 'NSZone' in scope
 35 |             return self
 36 |         }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
 49 |     public static let instance = CurrentThreadScheduler()
 50 |
 51 |     private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
    |                                               `- error: cannot find type 'pthread_key_t' in scope
 52 |         let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
 53 |         defer { key.deallocate() }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:68:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 66 |     static var queue : ScheduleQueue? {
 67 |         get {
 68 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 69 |         }
 70 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:71:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 69 |         }
 70 |         set {
 71 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 72 |         }
 73 |     }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:78:20: error: cannot find 'pthread_getspecific' in scope
 76 |     public static private(set) var isScheduleRequired: Bool {
 77 |         get {
 78 |             return pthread_getspecific(CurrentThreadScheduler.isScheduleRequiredKey) == nil
    |                    `- error: cannot find 'pthread_getspecific' in scope
 79 |         }
 80 |         set(isScheduleRequired) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:81:16: error: cannot find 'pthread_setspecific' in scope
 79 |         }
 80 |         set(isScheduleRequired) {
 81 |             if pthread_setspecific(CurrentThreadScheduler.isScheduleRequiredKey, isScheduleRequired ? nil : scheduleInProgressSentinel) != 0 {
    |                `- error: cannot find 'pthread_setspecific' in scope
 82 |                 rxFatalError("pthread_setspecific failed")
 83 |             }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:34:37: error: cannot find type 'NSZone' in scope
 32 |         }
 33 |
 34 |         public func copy(with zone: NSZone? = nil) -> Any {
    |                                     `- error: cannot find type 'NSZone' in scope
 35 |             return self
 36 |         }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
 49 |     public static let instance = CurrentThreadScheduler()
 50 |
 51 |     private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
    |                                               `- error: cannot find type 'pthread_key_t' in scope
 52 |         let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
 53 |         defer { key.deallocate() }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:68:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 66 |     static var queue : ScheduleQueue? {
 67 |         get {
 68 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 69 |         }
 70 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:71:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 69 |         }
 70 |         set {
 71 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 72 |         }
 73 |     }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:78:20: error: cannot find 'pthread_getspecific' in scope
 76 |     public static private(set) var isScheduleRequired: Bool {
 77 |         get {
 78 |             return pthread_getspecific(CurrentThreadScheduler.isScheduleRequiredKey) == nil
    |                    `- error: cannot find 'pthread_getspecific' in scope
 79 |         }
 80 |         set(isScheduleRequired) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:81:16: error: cannot find 'pthread_setspecific' in scope
 79 |         }
 80 |         set(isScheduleRequired) {
 81 |             if pthread_setspecific(CurrentThreadScheduler.isScheduleRequiredKey, isScheduleRequired ? nil : scheduleInProgressSentinel) != 0 {
    |                `- error: cannot find 'pthread_setspecific' in scope
 82 |                 rxFatalError("pthread_setspecific failed")
 83 |             }
[119/262] Compiling RxSwift Generate.swift
[127/262] Compiling RxSwift InvocableType.swift
[128/262] Compiling RxSwift Just.swift
[129/262] Compiling RxSwift Lock.swift
[130/262] Compiling RxSwift LockOwnerType.swift
[131/262] Compiling RxSwift MainScheduler.swift
[132/262] Compiling RxSwift Map.swift
[133/262] Compiling RxSwift Materialize.swift
[134/262] Compiling RxSwift Maybe.swift
[135/262] Compiling RxSwift Merge.swift
[136/262] Compiling RxSwift Multicast.swift
[137/262] Compiling RxSwift Never.swift
[138/262] Compiling RxSwift NopDisposable.swift
[139/262] Compiling RxSwift AddRef.swift
[140/262] Compiling RxSwift Amb.swift
[141/262] Compiling RxSwift AnonymousDisposable.swift
[142/262] Compiling RxSwift AnonymousObserver.swift
[143/262] Compiling RxSwift AnyObserver.swift
[144/262] Compiling RxSwift AsMaybe.swift
[145/262] Compiling RxSwift AsSingle.swift
[146/262] Compiling RxSwift AsyncLock.swift
[147/262] Compiling RxSwift AsyncSubject.swift
[148/262] Compiling RxSwift AtomicInt.swift
[149/262] Compiling RxSwift Bag+Rx.swift
[150/262] Compiling RxSwift Bag.swift
[151/262] Compiling RxSwift BehaviorSubject.swift
[152/262] Compiling RxSwift BinaryDisposable.swift
[153/262] Compiling RxSwift BooleanDisposable.swift
[154/262] Compiling RxSwift Buffer.swift
[155/262] Compiling RxSwift Cancelable.swift
[156/262] Compiling RxSwift Catch.swift
[157/262] Compiling RxSwift CombineLatest+Collection.swift
/host/spi-builder-workspace/.build/checkouts/Motion/Sources/Animator/MotionAnimator.swift:26:8: error: no such module 'UIKit'
24 |  */
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | public protocol MotionAnimator: class {
/host/spi-builder-workspace/.build/checkouts/Motion/Sources/Animator/MotionAnimator.swift:26:8: error: no such module 'UIKit'
24 |  */
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | public protocol MotionAnimator: class {
/host/spi-builder-workspace/.build/checkouts/Motion/Sources/Animator/MotionAnimator.swift:26:8: error: no such module 'UIKit'
24 |  */
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | public protocol MotionAnimator: class {
/host/spi-builder-workspace/.build/checkouts/Motion/Sources/Animator/MotionAnimator.swift:26:8: error: no such module 'UIKit'
24 |  */
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | public protocol MotionAnimator: class {
/host/spi-builder-workspace/.build/checkouts/Motion/Sources/Animator/MotionAnimator.swift:26:8: error: no such module 'UIKit'
24 |  */
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | public protocol MotionAnimator: class {
/host/spi-builder-workspace/.build/checkouts/Motion/Sources/Animator/MotionAnimator.swift:26:8: error: no such module 'UIKit'
24 |  */
25 |
26 | import UIKit
   |        `- error: no such module 'UIKit'
27 |
28 | public protocol MotionAnimator: class {
[169/262] Compiling RxSwift Observable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
 49 |     public static let instance = CurrentThreadScheduler()
 50 |
 51 |     private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
    |                                               `- error: cannot find type 'pthread_key_t' in scope
 52 |         let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
 53 |         defer { key.deallocate() }
[170/262] Compiling RxSwift ObservableConvertibleType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
 49 |     public static let instance = CurrentThreadScheduler()
 50 |
 51 |     private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
    |                                               `- error: cannot find type 'pthread_key_t' in scope
 52 |         let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
 53 |         defer { key.deallocate() }
[171/262] Compiling RxSwift ObservableType+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
 49 |     public static let instance = CurrentThreadScheduler()
 50 |
 51 |     private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
    |                                               `- error: cannot find type 'pthread_key_t' in scope
 52 |         let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
 53 |         defer { key.deallocate() }
[172/262] Compiling RxSwift ObservableType+PrimitiveSequence.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
 49 |     public static let instance = CurrentThreadScheduler()
 50 |
 51 |     private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
    |                                               `- error: cannot find type 'pthread_key_t' in scope
 52 |         let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
 53 |         defer { key.deallocate() }
[173/262] Compiling RxSwift ObservableType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
 49 |     public static let instance = CurrentThreadScheduler()
 50 |
 51 |     private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
    |                                               `- error: cannot find type 'pthread_key_t' in scope
 52 |         let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
 53 |         defer { key.deallocate() }
[174/262] Compiling RxSwift ObserveOn.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
 49 |     public static let instance = CurrentThreadScheduler()
 50 |
 51 |     private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
    |                                               `- error: cannot find type 'pthread_key_t' in scope
 52 |         let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
 53 |         defer { key.deallocate() }
[175/262] Compiling RxSwift ObserverBase.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
 49 |     public static let instance = CurrentThreadScheduler()
 50 |
 51 |     private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
    |                                               `- error: cannot find type 'pthread_key_t' in scope
 52 |         let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
 53 |         defer { key.deallocate() }
[176/262] Compiling RxSwift ObserverType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
 49 |     public static let instance = CurrentThreadScheduler()
 50 |
 51 |     private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
    |                                               `- error: cannot find type 'pthread_key_t' in scope
 52 |         let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
 53 |         defer { key.deallocate() }
[177/262] Compiling RxSwift OperationQueueScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
 49 |     public static let instance = CurrentThreadScheduler()
 50 |
 51 |     private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
    |                                               `- error: cannot find type 'pthread_key_t' in scope
 52 |         let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
 53 |         defer { key.deallocate() }
[178/262] Compiling RxSwift Optional.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
 49 |     public static let instance = CurrentThreadScheduler()
 50 |
 51 |     private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
    |                                               `- error: cannot find type 'pthread_key_t' in scope
 52 |         let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
 53 |         defer { key.deallocate() }
[179/262] Compiling RxSwift Platform.Darwin.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
 49 |     public static let instance = CurrentThreadScheduler()
 50 |
 51 |     private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
    |                                               `- error: cannot find type 'pthread_key_t' in scope
 52 |         let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
 53 |         defer { key.deallocate() }
[180/262] Compiling RxSwift Platform.Linux.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
 49 |     public static let instance = CurrentThreadScheduler()
 50 |
 51 |     private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
    |                                               `- error: cannot find type 'pthread_key_t' in scope
 52 |         let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
 53 |         defer { key.deallocate() }
[181/262] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
 49 |     public static let instance = CurrentThreadScheduler()
 50 |
 51 |     private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
    |                                               `- error: cannot find type 'pthread_key_t' in scope
 52 |         let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
 53 |         defer { key.deallocate() }
[182/262] Compiling RxSwift PrimitiveSequence.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
 49 |     public static let instance = CurrentThreadScheduler()
 50 |
 51 |     private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
    |                                               `- error: cannot find type 'pthread_key_t' in scope
 52 |         let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
 53 |         defer { key.deallocate() }
[183/262] Compiling RxSwift PriorityQueue.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
 49 |     public static let instance = CurrentThreadScheduler()
 50 |
 51 |     private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
    |                                               `- error: cannot find type 'pthread_key_t' in scope
 52 |         let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
 53 |         defer { key.deallocate() }
[184/262] Compiling RxSwift Producer.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
 49 |     public static let instance = CurrentThreadScheduler()
 50 |
 51 |     private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
    |                                               `- error: cannot find type 'pthread_key_t' in scope
 52 |         let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
 53 |         defer { key.deallocate() }
[185/262] Compiling RxSwift PublishSubject.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
 49 |     public static let instance = CurrentThreadScheduler()
 50 |
 51 |     private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
    |                                               `- error: cannot find type 'pthread_key_t' in scope
 52 |         let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
 53 |         defer { key.deallocate() }
[186/262] Compiling RxSwift Queue.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
 49 |     public static let instance = CurrentThreadScheduler()
 50 |
 51 |     private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
    |                                               `- error: cannot find type 'pthread_key_t' in scope
 52 |         let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
 53 |         defer { key.deallocate() }
[187/262] Compiling RxSwift Range.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
 49 |     public static let instance = CurrentThreadScheduler()
 50 |
 51 |     private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
    |                                               `- error: cannot find type 'pthread_key_t' in scope
 52 |         let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
 53 |         defer { key.deallocate() }
error: emit-module command failed with exit code 1 (use -v to see invocation)
[188/262] Emitting module AIFlatSwitch
/host/spi-builder-workspace/.build/checkouts/AIFlatSwitch/Sources/AIFlatSwitch.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /**
BUILD FAILURE 6.1 android