Build Information
Failed to build Spin.Swift, reference main (042f70
), with Swift 6.1 for Android on 27 May 2025 20:27:24 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/Spinners/Spin.Swift.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/Spinners/Spin.Swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 042f708 project: set Swift to 5.2 in Package.swift
Cloned https://github.com/Spinners/Spin.Swift.git
Revision (git rev-parse @):
042f708554268a8607ff2659b9395613480c5fd7
SUCCESS checkout https://github.com/Spinners/Spin.Swift.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/Spinners/Spin.Swift.git
https://github.com/Spinners/Spin.Swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "reactiveswift",
"requirement" : {
"range" : [
{
"lower_bound" : "6.3.0",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ReactiveCocoa/ReactiveSwift"
},
{
"identity" : "rxswift",
"requirement" : {
"range" : [
{
"lower_bound" : "5.1.1",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ReactiveX/RxSwift"
}
],
"manifest_display_name" : "Spin.Swift",
"name" : "Spin.Swift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "tvos",
"version" : "9.0"
},
{
"name" : "watchos",
"version" : "3.0"
}
],
"products" : [
{
"name" : "SpinCommon",
"targets" : [
"SpinCommon"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SpinCombine",
"targets" : [
"SpinCombine"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SpinReactiveSwift",
"targets" : [
"SpinReactiveSwift"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SpinRxSwift",
"targets" : [
"SpinRxSwift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SpinRxSwiftTests",
"module_type" : "SwiftTarget",
"name" : "SpinRxSwiftTests",
"path" : "Tests/RxSwiftTests",
"product_dependencies" : [
"RxBlocking"
],
"sources" : [
"DispatchQueue+currentLabel.swift",
"FeedbackTests.swift",
"GearTests.swift",
"MaterializedSequenceResult+Equatable.swift",
"Observable+ReactiveStreamTests.swift",
"Observable+streamFromSpinTests.swift",
"SpinIntegrationTests.swift",
"SwiftUISpinTests.swift",
"UISpinTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SpinRxSwift"
],
"type" : "test"
},
{
"c99name" : "SpinRxSwift",
"module_type" : "SwiftTarget",
"name" : "SpinRxSwift",
"path" : "Sources/RxSwift",
"product_dependencies" : [
"RxSwift",
"RxRelay"
],
"product_memberships" : [
"SpinRxSwift"
],
"sources" : [
"Executer.swift",
"Feedback.swift",
"Gear.swift",
"Observable+ReactiveStream.swift",
"Observable+streamFromSpin.swift",
"Spin.swift",
"Spinner.swift",
"SwiftUISpin.swift",
"UISpin.swift"
],
"target_dependencies" : [
"SpinCommon"
],
"type" : "library"
},
{
"c99name" : "SpinReactiveSwiftTests",
"module_type" : "SwiftTarget",
"name" : "SpinReactiveSwiftTests",
"path" : "Tests/ReactiveSwiftTests",
"sources" : [
"DispatchQueue+currentLabel.swift",
"FeedbackTests.swift",
"GearTests.swift",
"SignalProducer+DeferredTests.swift",
"SignalProducer+ReactiveStreamTests.swift",
"SignalProducer+streamFromSpinTests.swift",
"SpinIntegrationTests.swift",
"SwiftUISpinTests.swift",
"UISpinTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SpinReactiveSwift"
],
"type" : "test"
},
{
"c99name" : "SpinReactiveSwift",
"module_type" : "SwiftTarget",
"name" : "SpinReactiveSwift",
"path" : "Sources/ReactiveSwift",
"product_dependencies" : [
"ReactiveSwift"
],
"product_memberships" : [
"SpinReactiveSwift"
],
"sources" : [
"Disposable+add.swift",
"Executer.swift",
"Feedback.swift",
"Gear.swift",
"SignalProducer+Deferred.swift",
"SignalProducer+ReactiveStream.swift",
"SignalProducer+streamFromSpin.swift",
"Spin.swift",
"Spinner.swift",
"SwiftUISpin.swift",
"UISpin.swift"
],
"target_dependencies" : [
"SpinCommon"
],
"type" : "library"
},
{
"c99name" : "SpinCommonTests",
"module_type" : "SwiftTarget",
"name" : "SpinCommonTests",
"path" : "Tests/CommonTests",
"sources" : [
"AnySpinTests.swift",
"FeedbackDefinition+DefaultTests.swift",
"Mocks/MockEvent.swift",
"Mocks/MockExecuter.swift",
"Mocks/MockFeedback.swift",
"Mocks/MockGear.swift",
"Mocks/MockLifecycle.swift",
"Mocks/MockState.swift",
"Mocks/MockStream.swift",
"PartialTests.swift",
"SpinnerTests.swift",
"Weakify.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SpinCommon"
],
"type" : "test"
},
{
"c99name" : "SpinCommon",
"module_type" : "SwiftTarget",
"name" : "SpinCommon",
"path" : "Sources/Common",
"product_memberships" : [
"SpinCommon",
"SpinCombine",
"SpinReactiveSwift",
"SpinRxSwift"
],
"sources" : [
"AnySpin.swift",
"AnySpinner.swift",
"EventEmitter.swift",
"ExecuterDefinition.swift",
"FeedbackDefinition+Default.swift",
"FeedbackDefinition.swift",
"GearDefinition.swift",
"Partial.swift",
"ReactiveStream.swift",
"Reducer.swift",
"SpinDefinition.swift",
"StateRenderer.swift",
"Weakify.swift"
],
"type" : "library"
},
{
"c99name" : "SpinCombineTests",
"module_type" : "SwiftTarget",
"name" : "SpinCombineTests",
"path" : "Tests/CombineTests",
"sources" : [
"AnyPublisher+ReactiveStreamTests.swift",
"AnyPublisher+streamFromSpinTests.swift",
"AnyPublisher+subscribe.swift",
"DispatchQueue+currentLabel.swift",
"FeedbackTests.swift",
"GearTests.swift",
"SpinIntegrationTests.swift",
"SwiftUISpinTests.swift",
"UISpinTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SpinCombine"
],
"type" : "test"
},
{
"c99name" : "SpinCombine",
"module_type" : "SwiftTarget",
"name" : "SpinCombine",
"path" : "Sources/Combine",
"product_memberships" : [
"SpinCombine"
],
"sources" : [
"AnyPublisher+ReactiveStream.swift",
"AnyPublisher+streamFromSpin.swift",
"AnyScheduler.swift",
"DispatchQueue+Executer.swift",
"Feedback.swift",
"Gear.swift",
"OperationQueue+Executer.swift",
"RunLoop+Executer.swift",
"Spin.swift",
"Spinner.swift",
"SwiftUISpin.swift",
"UISpin.swift"
],
"target_dependencies" : [
"SpinCommon"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/ReactiveX/RxSwift
Fetching https://github.com/ReactiveCocoa/ReactiveSwift
[1/52488] Fetching reactiveswift
[8400/105171] Fetching reactiveswift, rxswift
Fetched https://github.com/ReactiveCocoa/ReactiveSwift from cache (4.48s)
Fetched https://github.com/ReactiveX/RxSwift from cache (4.62s)
Computing version for https://github.com/ReactiveX/RxSwift
Computed https://github.com/ReactiveX/RxSwift at 5.1.3 (5.10s)
Computing version for https://github.com/ReactiveCocoa/ReactiveSwift
Computed https://github.com/ReactiveCocoa/ReactiveSwift at 6.7.0 (0.70s)
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/ReactiveCocoa/ReactiveSwift
Working copy of https://github.com/ReactiveCocoa/ReactiveSwift resolved at 6.7.0
Building for debugging...
[0/8] Write sources
[7/8] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/199] Emitting module ReactiveSwift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[10/205] Compiling SpinCommon SpinDefinition.swift
[11/206] Compiling RxSwift AsSingle.swift
[12/206] Compiling RxSwift AsyncLock.swift
[13/206] Compiling SpinCommon StateRenderer.swift
[14/206] Compiling RxSwift Deprecated.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[15/206] Compiling RxSwift DispatchQueue+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[16/206] Compiling RxSwift DispatchQueueConfiguration.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[17/206] Compiling RxSwift Disposable.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[18/206] Compiling RxSwift Disposables.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[19/206] Compiling RxSwift DisposeBag.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[20/206] Compiling RxSwift AnonymousDisposable.swift
[21/206] Compiling RxSwift AnonymousObserver.swift
[22/206] Compiling SpinCommon Weakify.swift
[23/206] Compiling RxSwift AnyObserver.swift
[24/206] Compiling RxSwift AsMaybe.swift
[25/206] Compiling RxSwift AddRef.swift
[26/206] Compiling RxSwift Amb.swift
[27/206] Compiling RxSwift Observable.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[28/206] Compiling RxSwift ObservableConvertibleType.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[29/206] Compiling RxSwift ObservableType+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[30/206] Compiling RxSwift ObservableType+PrimitiveSequence.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[31/206] Compiling RxSwift ObservableType.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[32/206] Compiling RxSwift ObserveOn.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[33/206] Compiling RxSwift Error.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[34/206] Compiling RxSwift Errors.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[35/206] Compiling RxSwift Event.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[36/206] Compiling RxSwift Filter.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[37/206] Compiling RxSwift First.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[38/206] Compiling RxSwift Generate.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[39/206] Compiling RxSwift DisposeBase.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[40/206] Compiling RxSwift DistinctUntilChanged.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[41/206] Compiling RxSwift Do.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[42/206] Compiling RxSwift ElementAt.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[43/206] Compiling RxSwift Empty.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[44/206] Compiling RxSwift Enumerated.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[45/206] Compiling RxSwift AsyncSubject.swift
/host/spi-builder-workspace/Sources/Common/AnySpin.swift:134:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
132 | }
133 |
134 | @_functionBuilder
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
135 | public struct FeedbackBuilder {
136 | public static func buildBlock<Feedback>(
[46/206] Compiling RxSwift AtomicInt.swift
/host/spi-builder-workspace/Sources/Common/AnySpin.swift:134:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
132 | }
133 |
134 | @_functionBuilder
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
135 | public struct FeedbackBuilder {
136 | public static func buildBlock<Feedback>(
[47/206] Emitting module SpinCommon
/host/spi-builder-workspace/Sources/Common/AnySpin.swift:134:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
132 | }
133 |
134 | @_functionBuilder
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
135 | public struct FeedbackBuilder {
136 | public static func buildBlock<Feedback>(
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[52/207] Compiling RxSwift Bag+Rx.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[53/207] Compiling RxSwift Bag.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[54/207] Compiling RxSwift BehaviorSubject.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[68/207] Compiling RxSwift BinaryDisposable.swift
[69/207] Compiling RxSwift BooleanDisposable.swift
[70/207] Compiling RxSwift Buffer.swift
[71/207] Compiling RxSwift Cancelable.swift
[72/207] Compiling RxSwift Catch.swift
[73/207] Compiling RxSwift CombineLatest+Collection.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[74/207] 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() }
[75/225] Compiling ReactiveSwift Signal.Observer.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[76/225] Compiling ReactiveSwift Signal.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[77/225] Compiling ReactiveSwift SignalProducer.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[78/225] Compiling ReactiveSwift UnidirectionalBinding.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[79/225] Compiling ReactiveSwift UninhabitedTypeGuards.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[80/225] Compiling ReactiveSwift ValidatingProperty.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[88/225] Compiling RxSwift Reactive.swift
[89/225] Compiling RxSwift RecursiveLock.swift
[90/225] Compiling RxSwift RecursiveScheduler.swift
[91/225] Compiling RxSwift Reduce.swift
[92/225] Compiling RxSwift RefCountDisposable.swift
[93/225] Compiling RxSwift Repeat.swift
[94/225] Compiling RxSwift ReplaySubject.swift
[95/225] Compiling RxSwift RetryWhen.swift
[96/225] Compiling RxSwift Rx.swift
[97/225] Compiling RxSwift RxMutableBox.swift
[98/225] Compiling RxSwift Sample.swift
[99/225] Compiling RxSwift Scan.swift
[100/225] Compiling RxSwift ScheduledDisposable.swift
[101/225] Compiling RxSwift ScheduledItem.swift
[102/225] Compiling RxSwift ScheduledItemType.swift
[103/225] Compiling RxSwift SchedulerServices+Emulation.swift
[104/225] Compiling RxSwift SchedulerType.swift
[105/225] Compiling RxSwift Sequence.swift
[106/225] Compiling RxSwift SerialDispatchQueueScheduler.swift
[107/225] Compiling RxSwift GroupBy.swift
[108/225] Compiling RxSwift GroupedObservable.swift
[109/225] Compiling RxSwift HistoricalScheduler.swift
[110/225] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[111/225] Compiling RxSwift ImmediateSchedulerType.swift
[112/225] Compiling RxSwift InfiniteSequence.swift
[113/225] Compiling RxSwift InvocableScheduledItem.swift
[114/225] Compiling RxSwift InvocableType.swift
[115/225] Compiling RxSwift Just.swift
[116/225] Compiling RxSwift Lock.swift
[117/225] Compiling RxSwift LockOwnerType.swift
[118/225] Compiling RxSwift MainScheduler.swift
[119/225] Compiling RxSwift Map.swift
[120/225] Compiling RxSwift Materialize.swift
[121/225] Compiling RxSwift Maybe.swift
[122/225] Compiling RxSwift Merge.swift
[123/225] Compiling RxSwift Multicast.swift
[124/225] Compiling RxSwift Never.swift
[125/225] Compiling RxSwift NopDisposable.swift
[126/225] Compiling RxSwift SerialDisposable.swift
[127/225] Compiling RxSwift ShareReplayScope.swift
[128/225] Compiling RxSwift Single.swift
[129/225] Compiling RxSwift SingleAssignmentDisposable.swift
[130/225] Compiling RxSwift SingleAsync.swift
[131/225] Compiling RxSwift Sink.swift
[132/225] Compiling RxSwift Skip.swift
[133/225] Compiling RxSwift SkipUntil.swift
[134/225] Compiling RxSwift SkipWhile.swift
[135/225] Compiling RxSwift StartWith.swift
[136/225] Compiling RxSwift SubjectType.swift
[137/225] Compiling RxSwift SubscribeOn.swift
[138/225] Compiling RxSwift SubscriptionDisposable.swift
[139/225] Compiling RxSwift SwiftSupport.swift
[140/225] Compiling RxSwift Switch.swift
[141/225] Compiling RxSwift SwitchIfEmpty.swift
[142/225] Compiling RxSwift SynchronizedDisposeType.swift
[143/225] Compiling RxSwift SynchronizedOnType.swift
[144/225] Compiling RxSwift Dematerialize.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
/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/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
/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: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: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: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: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: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: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: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: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: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: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/237] 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() }
[183/237] 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() }
[184/237] 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() }
[185/237] 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() }
[186/237] 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() }
[187/237] 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() }
[188/237] 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() }
[189/237] 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 | }
[190/237] 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 | }
[191/237] 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 | }
[192/237] 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 | }
[193/237] 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 | }
[194/237] Compiling RxSwift CompositeDisposable.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 | }
[195/237] Compiling RxSwift Concat.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 | }
[196/237] Compiling RxSwift ConcurrentDispatchQueueScheduler.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 | }
[197/237] Compiling RxSwift ConcurrentMainScheduler.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 | }
[198/237] Compiling RxSwift ConnectableObservableType.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 | }
[199/237] Compiling RxSwift Create.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 | }
[200/237] Compiling RxSwift CurrentThreadScheduler.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 | }
[201/237] Compiling RxSwift Date+Dispatch.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 | }
[202/237] Compiling RxSwift Debounce.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 | }
[203/237] Compiling RxSwift Debug.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 | }
[204/237] Compiling RxSwift DefaultIfEmpty.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 | }
[205/237] Compiling RxSwift Deferred.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 | }
[206/237] Compiling RxSwift Delay.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 | }
[207/237] Compiling RxSwift DelaySubscription.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 | }
[208/237] Compiling SpinCombine OperationQueue+Executer.swift
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
[209/237] Compiling SpinCombine RunLoop+Executer.swift
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
[210/237] Compiling SpinCombine Feedback.swift
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
[211/237] Compiling SpinCombine Gear.swift
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
[212/238] Compiling SpinCombine SwiftUISpin.swift
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
[213/238] Compiling SpinCombine Spinner.swift
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
[214/238] Compiling SpinCombine Spin.swift
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[215/238] Emitting module SpinCombine
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
[216/238] Compiling SpinCombine AnyPublisher+ReactiveStream.swift
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
[217/238] Compiling SpinCombine AnyPublisher+streamFromSpin.swift
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
[218/238] Compiling SpinCombine AnyScheduler.swift
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
[219/238] Compiling SpinCombine DispatchQueue+Executer.swift
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/192] Compiling SpinCommon SpinDefinition.swift
[3/192] Compiling SpinCommon StateRenderer.swift
[4/193] Compiling RxSwift AsyncSubject.swift
[5/193] Compiling RxSwift AtomicInt.swift
[6/193] Compiling SpinCommon Weakify.swift
[7/193] Emitting module SpinCommon
/host/spi-builder-workspace/Sources/Common/AnySpin.swift:134:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
132 | }
133 |
134 | @_functionBuilder
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
135 | public struct FeedbackBuilder {
136 | public static func buildBlock<Feedback>(
[8/193] Compiling RxSwift AddRef.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[9/193] Compiling RxSwift Amb.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[10/193] Compiling RxSwift AnonymousDisposable.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[11/193] Compiling RxSwift AnonymousObserver.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[12/193] Compiling RxSwift AnyObserver.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[13/193] Compiling RxSwift AsMaybe.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[14/193] Compiling RxSwift AsSingle.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[16/199] Compiling RxSwift AsyncLock.swift
/host/spi-builder-workspace/Sources/Common/AnySpin.swift:134:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
132 | }
133 |
134 | @_functionBuilder
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
135 | public struct FeedbackBuilder {
136 | public static func buildBlock<Feedback>(
/host/spi-builder-workspace/Sources/Common/AnySpin.swift:134:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
132 | }
133 |
134 | @_functionBuilder
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
135 | public struct FeedbackBuilder {
136 | public static func buildBlock<Feedback>(
error: emit-module command failed with exit code 1 (use -v to see invocation)
[24/200] Emitting module ReactiveSwift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[25/200] Compiling RxSwift CombineLatest.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[26/200] Compiling RxSwift CompactMap.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[27/200] Compiling RxSwift Completable+AndThen.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[28/200] Compiling RxSwift Completable.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[29/200] Compiling RxSwift CompositeDisposable.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[30/200] Compiling RxSwift Concat.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[31/200] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[32/200] Compiling RxSwift ConcurrentMainScheduler.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[33/200] Compiling RxSwift ConnectableObservableType.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[34/200] Compiling RxSwift Create.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[35/200] Compiling RxSwift CurrentThreadScheduler.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[36/200] Compiling RxSwift Date+Dispatch.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[37/200] Compiling RxSwift GroupBy.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[38/200] Compiling RxSwift GroupedObservable.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[39/200] Compiling RxSwift HistoricalScheduler.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[40/200] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[41/200] Compiling RxSwift ImmediateSchedulerType.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[42/200] Compiling RxSwift InfiniteSequence.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[43/200] Compiling RxSwift BooleanDisposable.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[44/200] Compiling RxSwift Buffer.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[45/200] Compiling RxSwift Cancelable.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[46/200] Compiling RxSwift Catch.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[47/200] Compiling RxSwift CombineLatest+Collection.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[48/200] Compiling RxSwift CombineLatest+arity.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[49/200] Compiling RxSwift Debounce.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[50/200] Compiling RxSwift Debug.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[51/200] Compiling RxSwift DefaultIfEmpty.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[52/200] Compiling RxSwift Deferred.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[53/200] Compiling RxSwift Delay.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[54/200] Compiling RxSwift DelaySubscription.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[58/200] Compiling RxSwift Bag+Rx.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[59/200] Compiling RxSwift Bag.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[60/200] Compiling RxSwift BehaviorSubject.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[61/200] Compiling RxSwift BinaryDisposable.swift
/host/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Property.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.POSIX.pthread
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[62/212] Compiling SpinCombine Spin.swift
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
[63/213] Compiling SpinCombine AnyPublisher+ReactiveStream.swift
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
[64/213] Compiling SpinCombine AnyPublisher+streamFromSpin.swift
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
[65/213] Compiling SpinCombine OperationQueue+Executer.swift
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
[66/213] Compiling SpinCombine RunLoop+Executer.swift
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
[67/213] Compiling SpinCombine Spinner.swift
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
[68/213] Compiling SpinCombine SwiftUISpin.swift
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
[69/213] Compiling SpinCombine AnyScheduler.swift
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
[70/213] Compiling SpinCombine DispatchQueue+Executer.swift
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[71/213] Emitting module SpinCombine
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
[72/213] Compiling SpinCombine Feedback.swift
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
[73/213] Compiling SpinCombine Gear.swift
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
[74/213] Compiling SpinCombine UISpin.swift
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[75/213] 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() }
BUILD FAILURE 6.1 android