Build Information
Failed to build StoreFlowable, reference 4.1.0 (da1f92
), with Swift 6.1 for Android on 28 May 2025 07:25:16 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/KazaKago/StoreFlowable.swift.git
Reference: 4.1.0
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/KazaKago/StoreFlowable.swift
* tag 4.1.0 -> FETCH_HEAD
HEAD is now at da1f92f Merge branch 'release/4.1.0'
Cloned https://github.com/KazaKago/StoreFlowable.swift.git
Revision (git rev-parse @):
da1f92fe9d721be8c65e369d01edcc3a30324aba
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/KazaKago/StoreFlowable.swift.git at 4.1.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/KazaKago/StoreFlowable.swift.git
https://github.com/KazaKago/StoreFlowable.swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "asyncextensions",
"requirement" : {
"range" : [
{
"lower_bound" : "0.4.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/AsyncCommunity/AsyncExtensions"
}
],
"manifest_display_name" : "StoreFlowable",
"name" : "StoreFlowable",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "StoreFlowable",
"targets" : [
"StoreFlowable"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "StoreFlowableTests",
"module_type" : "SwiftTarget",
"name" : "StoreFlowableTests",
"path" : "Tests/StoreFlowableTests",
"product_dependencies" : [
"AsyncExtensions"
],
"sources" : [
"Core/LoadingStateSequenceCombinerTests.swift",
"Core/LoadingStateSequenceMapperTests.swift",
"Core/LoadingStateTests.swift",
"Core/LoadingStateZipperTests.swift",
"Logic/DataSelectorLoadTests.swift",
"Logic/DataSelectorRefreshFailedTests.swift",
"Logic/DataSelectorRefreshTests.swift",
"Logic/DataSelectorRequestNextAndPrevFailedTest.swift",
"Logic/DataSelectorRequestNextAndPrevTest.swift",
"Logic/DataSelectorRequestNextFailedTests.swift",
"Logic/DataSelectorRequestNextTests.swift",
"Logic/DataSelectorUpdateTest.swift",
"Logic/DataSelectorValidateFailedTests.swift",
"Logic/DataSelectorValidateTests.swift",
"StoreFlowableRequiredDataFailedTests.swift",
"StoreFlowableRequiredDataTests.swift",
"XCTestExtension.swift"
],
"target_dependencies" : [
"StoreFlowable"
],
"type" : "test"
},
{
"c99name" : "StoreFlowable",
"module_type" : "SwiftTarget",
"name" : "StoreFlowable",
"path" : "Sources/StoreFlowable",
"product_dependencies" : [
"AsyncExtensions"
],
"product_memberships" : [
"StoreFlowable"
],
"sources" : [
"AnyStoreFlowable.swift",
"Cache/AnyCacheDataManager.swift",
"Cache/AnyRequestKeyManager.swift",
"Cache/CacheDataManager.swift",
"Cache/RequestKeyManager.swift",
"Cacher/Cacher.swift",
"Cacher/PaginationCacher.swift",
"Cacher/TwoWayPaginationCacher.swift",
"Core/AdditionalLoadingState.swift",
"Core/AdditionalLoadingStateZipper.swift",
"Core/AsyncAlgorithm/AsyncCombineLatest2Sequence.swift",
"Core/AsyncAlgorithm/Locking.swift",
"Core/AsyncAlgorithm/Rethrow.swift",
"Core/AsyncAlgorithm/TaskSelect.swift",
"Core/LoadingState.swift",
"Core/LoadingStateSequence.swift",
"Core/LoadingStateSequenceCombiner.swift",
"Core/LoadingStateSequenceMapper.swift",
"Core/LoadingStateZipper.swift",
"DataState/AdditionalDataState.swift",
"DataState/AnyDataStateFlowAccessor.swift",
"DataState/AnyDataStateManager.swift",
"DataState/DataState.swift",
"DataState/DataStateFlowAccessor.swift",
"DataState/DataStateManager.swift",
"Error/AdditionalRequestOnErrorStateException.swift",
"Error/AdditionalRequestOnNilException.swift",
"Error/NoSuchElementError.swift",
"Fetcher/Fetcher.swift",
"Fetcher/PaginationFetcher.swift",
"Fetcher/TwoWayPaginationFetcher.swift",
"GettingFrom.swift",
"Logic/DataSelector.swift",
"Logic/DataStateMapper.swift",
"Logic/KeyedRequestType.swift",
"Logic/RequestType.swift",
"Logic/StoreFlowableImpl.swift",
"Logic/StringUtils.swift",
"Origin/AnyOriginDataManager.swift",
"Origin/InternalFetched.swift",
"Origin/OriginDataManager.swift",
"Pagination/OneWay/AnyPaginationStoreFlowable.swift",
"Pagination/OneWay/PaginationStoreFlowable.swift",
"Pagination/TwoWay/AnyTwoWayPaginationStoreFlowable.swift",
"Pagination/TwoWay/TwoWayPaginationStoreFlowable.swift",
"StoreFlowable.swift",
"StoreFlowableExtension.swift",
"UnitHash.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/AsyncCommunity/AsyncExtensions
[1/776] Fetching asyncextensions
Fetched https://github.com/AsyncCommunity/AsyncExtensions from cache (0.38s)
Computing version for https://github.com/AsyncCommunity/AsyncExtensions
Computed https://github.com/AsyncCommunity/AsyncExtensions at 0.5.3 (1.49s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.02s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (4.87s)
Creating working copy for https://github.com/AsyncCommunity/AsyncExtensions
Working copy of https://github.com/AsyncCommunity/AsyncExtensions resolved at 0.5.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Building for debugging...
[0/11] Write sources
[10/11] Write swift-version-24593BA9C3E375BF.txt
[12/25] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[13/26] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[14/26] Compiling InternalCollectionsUtilities _SortedCollection.swift
[15/26] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[16/26] Compiling InternalCollectionsUtilities Debugging.swift
[17/26] Compiling InternalCollectionsUtilities Descriptions.swift
[18/26] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[19/26] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[20/26] Compiling InternalCollectionsUtilities UInt+reversed.swift
[21/26] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[22/26] Compiling InternalCollectionsUtilities Integer rank.swift
[23/26] Emitting module InternalCollectionsUtilities
[24/26] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[25/26] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[26/26] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[28/288] Compiling HeapModule Heap+Invariants.swift
[29/301] Compiling _RopeModule BigString+Chunk+Counts.swift
[30/301] Compiling _RopeModule BigString+Chunk+Description.swift
[31/301] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[32/301] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[33/303] Compiling _RopeModule BigString+Debugging.swift
[34/303] Compiling _RopeModule BigString+Index.swift
[35/303] Compiling HeapModule _HeapNode.swift
[36/303] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[37/303] Compiling _RopeModule BigString+Chunk+Splitting.swift
[38/303] Compiling HeapModule Heap.swift
[39/303] Compiling HeapModule Heap+Descriptions.swift
[40/303] Compiling HeapModule Heap+UnsafeHandle.swift
[41/303] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[42/303] Compiling _RopeModule BigString+Append.swift
[43/303] Compiling _RopeModule BigString+Initializers.swift
[44/303] Compiling _RopeModule BigString+Insert.swift
[45/303] Compiling _RopeModule BigString+Managing Breaks.swift
[46/303] Compiling _RopeModule BigString+RemoveSubrange.swift
[47/303] Compiling _RopeModule BigString+ReplaceSubrange.swift
[48/303] Compiling _RopeModule BigString+Split.swift
[49/310] Emitting module HeapModule
[50/311] Compiling OrderedCollections OrderedSet+Sendable.swift
[51/311] Compiling OrderedCollections OrderedSet+SubSequence.swift
[52/311] Compiling OrderedCollections OrderedSet+Testing.swift
[53/311] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[54/311] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[55/311] Compiling OrderedCollections OrderedSet.swift
[56/311] Compiling OrderedCollections _UnsafeBitset.swift
[57/311] Compiling _RopeModule Rope+Sequence.swift
[58/311] Compiling _RopeModule Rope+Append.swift
[59/311] Compiling _RopeModule Rope+Extract.swift
[61/321] Compiling _RopeModule BigSubstring+UTF8View.swift
[62/321] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[63/321] Compiling _RopeModule BigSubstring.swift
[64/321] Compiling _RopeModule Rope+Builder.swift
[65/321] Compiling _RopeModule Rope+Debugging.swift
[66/321] Compiling _RopeModule Rope+Invariants.swift
[67/321] Compiling _RopeModule Rope+_Node.swift
[68/321] Compiling DequeModule _DequeSlot.swift
[69/321] Compiling DequeModule _UnsafeWrappedBuffer.swift
[70/321] Compiling _RopeModule BigString+Builder.swift
[71/321] Compiling _RopeModule BigString+Contents.swift
[72/321] Compiling _RopeModule BigString+Chunk.swift
[73/321] Compiling _RopeModule BigString+BidirectionalCollection.swift
[74/321] Compiling _RopeModule BigString+Iterators.swift
[75/321] Compiling _RopeModule BigString+Metrics.swift
[76/321] Compiling _RopeModule BigString+Summary.swift
[77/321] Compiling _RopeModule BigString.swift
[78/321] Compiling _RopeModule BigString+Comparable.swift
[79/321] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[80/321] Compiling _RopeModule BigString+CustomStringConvertible.swift
[81/321] Compiling _RopeModule BigString+Equatable.swift
[82/321] Emitting module BitCollections
[83/328] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[84/328] Compiling _RopeModule BigString+Chunk+Breaks.swift
[87/328] Compiling _RopeModule Range+BigString.swift
[88/328] Compiling _RopeModule BigString+UTF16View.swift
[89/328] Compiling _RopeModule BigString+UTF8View.swift
[90/328] Compiling _RopeModule Rope+_Storage.swift
[91/328] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[92/328] Compiling _RopeModule Rope+_UnsafeHandle.swift
[93/328] Compiling BitCollections BitSet.Index.swift
[94/328] Compiling BitCollections BitSet._UnsafeHandle.swift
[110/328] Compiling _RopeModule BigSubstring+UTF16View.swift
[142/328] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[143/328] Compiling _RopeModule BigString+Hashing.swift
[144/328] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[145/328] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[146/328] Compiling _RopeModule BigString+Sequence.swift
[147/328] Compiling _RopeModule BigString+TextOutputStream.swift
[148/328] Compiling _RopeModule BigString+UnicodeScalarView.swift
[158/328] Emitting module DequeModule
[159/329] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[160/329] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[161/329] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[162/329] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[163/329] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[164/329] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[165/329] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[166/329] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[167/329] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[168/329] Compiling HashTreeCollections TreeSet.swift
[186/329] Compiling _RopeModule Rope+Find.swift
[187/329] Compiling _RopeModule Rope+ForEachWhile.swift
[188/329] Compiling _RopeModule Rope+Insert.swift
[189/329] Compiling HashTreeCollections _RawHashNode.swift
[190/329] Compiling HashTreeCollections _UnmanagedHashNode.swift
[191/329] Compiling HashTreeCollections _UnsafePath.swift
[192/329] Compiling HashTreeCollections TreeDictionary+Codable.swift
[193/329] Compiling HashTreeCollections TreeDictionary+Collection.swift
[194/329] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[195/329] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[196/329] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[205/329] Compiling BitCollections BitSet.swift
[206/329] Compiling BitCollections Range+Utilities.swift
[207/329] Compiling BitCollections Slice+Utilities.swift
[208/329] Compiling BitCollections UInt+Tricks.swift
[209/329] Compiling BitCollections _Word.swift
[276/339] Emitting module OrderedCollections
[311/340] Emitting module _RopeModule
[312/340] Emitting module HashTreeCollections
[313/341] Compiling _RopeModule Rope+Join.swift
[314/341] Compiling _RopeModule Rope+MutatingForEach.swift
[315/341] Compiling _RopeModule Rope+Remove.swift
[316/341] Compiling _RopeModule Rope+RemoveSubrange.swift
[317/341] Compiling _RopeModule Rope+Split.swift
[318/341] Compiling _RopeModule Optional Utilities.swift
[319/341] Compiling _RopeModule String Utilities.swift
[320/341] Compiling _RopeModule String.Index+ABI.swift
[321/341] Compiling _RopeModule _CharacterRecognizer.swift
[343/344] Emitting module Collections
[344/344] Compiling Collections Collections.swift
[346/388] Compiling AsyncExtensions AsyncPrependSequence.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[347/388] Compiling AsyncExtensions AsyncScanSequence.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[348/388] Compiling AsyncExtensions AsyncSequence+Assign.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[349/388] Compiling AsyncExtensions AsyncSequence+Collect.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[350/388] Compiling AsyncExtensions AsyncSequence+EraseToAnyAsyncSequence.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[351/388] Compiling AsyncExtensions AsyncSequence+FlatMapLatest.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[352/393] Emitting module AsyncExtensions
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[353/393] Compiling AsyncExtensions AsyncThrowingCurrentValueSubject.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[354/393] Compiling AsyncExtensions AsyncThrowingPassthroughSubject.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[355/393] Compiling AsyncExtensions AsyncThrowingReplaySubject.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[356/393] Compiling AsyncExtensions Streamed.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[357/393] Compiling AsyncExtensions AsyncMerge2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[358/393] Compiling AsyncExtensions AsyncMerge3Sequence.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[359/393] Compiling AsyncExtensions AsyncBufferedChannel.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[360/393] Compiling AsyncExtensions AsyncThrowingBufferedChannel.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[361/393] Compiling AsyncExtensions AsyncCurrentValueSubject.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[362/393] Compiling AsyncExtensions AsyncPassthroughSubject.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[363/393] Compiling AsyncExtensions AsyncReplaySubject.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[364/393] Compiling AsyncExtensions AsyncSubject.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[365/393] Compiling AsyncExtensions AsyncMergeSequence.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[366/393] Compiling AsyncExtensions MergeStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[367/393] Compiling AsyncExtensions AsyncWithLatestFrom2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[368/393] Compiling AsyncExtensions AsyncWithLatestFromSequence.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[369/393] Compiling AsyncExtensions AsyncZip2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[370/393] Compiling AsyncExtensions AsyncZip3Sequence.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[371/393] Compiling AsyncExtensions AsyncZipSequence.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[372/393] Compiling AsyncExtensions Zip2Runtime.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[373/393] Compiling AsyncExtensions Zip2StateMachine.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[374/393] Compiling AsyncExtensions Zip3Runtime.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[375/393] Compiling AsyncExtensions Zip3StateMachine.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[376/393] Compiling AsyncExtensions ZipRuntime.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[377/393] Compiling AsyncExtensions AsyncSequence+Share.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[378/393] Compiling AsyncExtensions AsyncSwitchToLatestSequence.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[379/393] Compiling AsyncExtensions ManagedCriticalState.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[380/393] Compiling AsyncExtensions Regulator.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[381/393] Compiling AsyncExtensions Result+ErrorMechanism.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[382/393] Compiling AsyncExtensions ZipStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[383/393] Compiling AsyncExtensions Termination.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[384/393] Compiling AsyncExtensions AsyncEmptySequence.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[385/393] Compiling AsyncExtensions AsyncFailSequence.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[386/393] Compiling AsyncExtensions AsyncJustSequence.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[387/393] Compiling AsyncExtensions AsyncLazySequence.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[388/393] Compiling AsyncExtensions AsyncStream+Pipe.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[389/393] Compiling AsyncExtensions AsyncThrowingJustSequence.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[390/393] Compiling AsyncExtensions AsyncTimerSequence.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[391/393] Compiling AsyncExtensions AsyncHandleEventsSequence.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[392/393] Compiling AsyncExtensions AsyncMapToResultSequence.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[393/393] Compiling AsyncExtensions AsyncMulticastSequence.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/15] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[3/16] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[4/16] Compiling InternalCollectionsUtilities Debugging.swift
[5/16] Compiling InternalCollectionsUtilities Descriptions.swift
[6/16] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[7/16] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[8/16] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[9/16] Compiling InternalCollectionsUtilities _SortedCollection.swift
[10/16] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[11/16] Compiling InternalCollectionsUtilities UInt+reversed.swift
[12/16] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[13/16] Compiling InternalCollectionsUtilities Integer rank.swift
[14/16] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[15/16] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[16/16] Emitting module InternalCollectionsUtilities
[18/170] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[19/170] Compiling HeapModule Heap+Invariants.swift
[20/170] Compiling HeapModule Heap+Descriptions.swift
[21/258] Compiling _RopeModule BigString+Insert.swift
[22/258] Compiling _RopeModule BigString+Managing Breaks.swift
[23/293] Compiling _RopeModule BigString+Chunk+Counts.swift
[24/293] Compiling _RopeModule BigString+Chunk+Description.swift
[25/293] Emitting module BitCollections
[26/300] Compiling _RopeModule BigString+RemoveSubrange.swift
[27/300] Compiling _RopeModule BigString+ReplaceSubrange.swift
[28/300] Compiling HeapModule _HeapNode.swift
[29/300] Compiling HeapModule Heap.swift
[30/300] Compiling HeapModule Heap+UnsafeHandle.swift
[31/300] Compiling _RopeModule BigString+Split.swift
[32/300] Compiling _RopeModule Range+BigString.swift
[33/300] Compiling _RopeModule Rope+ForEachWhile.swift
[34/300] Compiling _RopeModule Rope+Insert.swift
[35/300] Compiling HashTreeCollections TreeSet+Sequence.swift
[36/300] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[37/300] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[38/300] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[39/300] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[40/300] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[41/300] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[42/300] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[43/310] Emitting module HeapModule
[44/311] Compiling _RopeModule BigString+Contents.swift
[45/311] Compiling _RopeModule BigString+Debugging.swift
[46/311] Compiling _RopeModule BigString+Index.swift
[47/311] Compiling _RopeModule BigString+Ingester.swift
[48/311] Compiling _RopeModule BigString+Invariants.swift
[49/311] Compiling _RopeModule BigString+Iterators.swift
[50/311] Compiling _RopeModule BigString+Metrics.swift
[51/311] Compiling _RopeModule BigString+Summary.swift
[52/311] Compiling _RopeModule BigString.swift
[53/311] Compiling _RopeModule Rope+_Storage.swift
[54/311] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[55/311] Compiling _RopeModule Rope+_UnsafeHandle.swift
[56/311] Compiling BitCollections BitSet.Index.swift
[57/311] Compiling BitCollections BitSet._UnsafeHandle.swift
[58/318] Compiling DequeModule _DequeSlot.swift
[59/318] Compiling DequeModule _UnsafeWrappedBuffer.swift
[61/318] Compiling _RopeModule BigString+UTF16View.swift
[62/318] Compiling _RopeModule BigString+UTF8View.swift
[63/318] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[64/318] Compiling _RopeModule BigString+Chunk+Breaks.swift
[79/318] Compiling OrderedCollections OrderedSet+Sendable.swift
[80/318] Compiling OrderedCollections OrderedSet+SubSequence.swift
[81/318] Compiling OrderedCollections OrderedSet+Testing.swift
[82/318] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[83/318] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[84/318] Compiling OrderedCollections OrderedSet.swift
[85/318] Compiling OrderedCollections _UnsafeBitset.swift
[86/318] Compiling _RopeModule Rope+Sequence.swift
[87/318] Compiling _RopeModule Rope+Append.swift
[88/318] Compiling _RopeModule Rope+Extract.swift
[89/318] Compiling _RopeModule Rope+Find.swift
[90/318] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[91/318] Compiling _RopeModule BigString+Chunk+Splitting.swift
[92/318] Compiling _RopeModule BigString+Chunk.swift
[93/318] Compiling _RopeModule BigString+BidirectionalCollection.swift
[94/318] Compiling _RopeModule BigString+UnicodeScalarView.swift
[95/318] Compiling _RopeModule BigSubstring+UTF16View.swift
[96/318] Compiling _RopeModule BigSubstring+UTF8View.swift
[97/318] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[98/318] Compiling _RopeModule BigSubstring.swift
[99/318] Compiling _RopeModule Rope+Builder.swift
[100/318] Compiling _RopeModule Rope+Debugging.swift
[101/318] Compiling _RopeModule Rope+Invariants.swift
[102/318] Compiling _RopeModule Rope+_Node.swift
[103/318] Compiling _RopeModule BigString+Comparable.swift
[104/318] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[105/318] Compiling _RopeModule BigString+CustomStringConvertible.swift
[106/318] Compiling _RopeModule BigString+Equatable.swift
[107/318] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[108/318] Compiling _RopeModule BigString+Hashing.swift
[109/318] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[110/318] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[111/318] Compiling _RopeModule BigString+Sequence.swift
[112/318] Compiling _RopeModule BigString+TextOutputStream.swift
[113/318] Compiling _RopeModule BigString+Builder.swift
[146/318] Compiling _RopeModule BigString+Append.swift
[147/318] Compiling _RopeModule BigString+Initializers.swift
[148/318] Emitting module DequeModule
[149/319] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[150/319] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[151/319] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[152/319] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[153/319] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[154/319] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[155/319] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[156/319] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[157/319] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[158/319] Compiling HashTreeCollections TreeSet.swift
[279/329] Emitting module OrderedCollections
[281/330] Emitting module _RopeModule
[282/330] Compiling _RopeModule Rope+Join.swift
[283/330] Compiling _RopeModule Rope+MutatingForEach.swift
[284/330] Compiling _RopeModule Rope+Remove.swift
[285/330] Compiling _RopeModule Rope+RemoveSubrange.swift
[286/330] Compiling _RopeModule Rope+Split.swift
[287/330] Compiling _RopeModule Optional Utilities.swift
[288/330] Compiling _RopeModule String Utilities.swift
[289/330] Compiling _RopeModule String.Index+ABI.swift
[290/330] Compiling _RopeModule _CharacterRecognizer.swift
[291/330] Emitting module HashTreeCollections
[333/334] Compiling Collections Collections.swift
[334/334] Emitting module Collections
[336/378] Compiling AsyncExtensions AsyncZipSequence.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[337/378] Compiling AsyncExtensions Zip2Runtime.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[338/378] Compiling AsyncExtensions Zip2StateMachine.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[339/378] Compiling AsyncExtensions Zip3Runtime.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[340/378] Compiling AsyncExtensions Zip3StateMachine.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[341/378] Compiling AsyncExtensions ZipRuntime.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[342/383] Emitting module AsyncExtensions
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[343/383] Compiling AsyncExtensions AsyncThrowingCurrentValueSubject.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[344/383] Compiling AsyncExtensions AsyncThrowingPassthroughSubject.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[345/383] Compiling AsyncExtensions AsyncThrowingReplaySubject.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[346/383] Compiling AsyncExtensions Streamed.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[347/383] Compiling AsyncExtensions AsyncMerge2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[348/383] Compiling AsyncExtensions AsyncMerge3Sequence.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[349/383] Compiling AsyncExtensions AsyncMergeSequence.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[350/383] Compiling AsyncExtensions MergeStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[351/383] Compiling AsyncExtensions AsyncWithLatestFrom2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[352/383] Compiling AsyncExtensions AsyncWithLatestFromSequence.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[353/383] Compiling AsyncExtensions AsyncZip2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[354/383] Compiling AsyncExtensions AsyncZip3Sequence.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[355/383] Compiling AsyncExtensions AsyncBufferedChannel.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[356/383] Compiling AsyncExtensions AsyncThrowingBufferedChannel.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[357/383] Compiling AsyncExtensions AsyncCurrentValueSubject.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[358/383] Compiling AsyncExtensions AsyncPassthroughSubject.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[359/383] Compiling AsyncExtensions AsyncReplaySubject.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[360/383] Compiling AsyncExtensions AsyncSubject.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[361/383] Compiling AsyncExtensions ZipStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[362/383] Compiling AsyncExtensions Termination.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[363/383] Compiling AsyncExtensions AsyncEmptySequence.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[364/383] Compiling AsyncExtensions AsyncFailSequence.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[365/383] Compiling AsyncExtensions AsyncJustSequence.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[366/383] Compiling AsyncExtensions AsyncLazySequence.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[367/383] Compiling AsyncExtensions AsyncPrependSequence.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[368/383] Compiling AsyncExtensions AsyncScanSequence.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[369/383] Compiling AsyncExtensions AsyncSequence+Assign.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[370/383] Compiling AsyncExtensions AsyncSequence+Collect.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[371/383] Compiling AsyncExtensions AsyncSequence+EraseToAnyAsyncSequence.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[372/383] Compiling AsyncExtensions AsyncSequence+FlatMapLatest.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[373/383] Compiling AsyncExtensions AsyncStream+Pipe.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[374/383] Compiling AsyncExtensions AsyncThrowingJustSequence.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[375/383] Compiling AsyncExtensions AsyncTimerSequence.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[376/383] Compiling AsyncExtensions AsyncHandleEventsSequence.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[377/383] Compiling AsyncExtensions AsyncMapToResultSequence.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[378/383] Compiling AsyncExtensions AsyncMulticastSequence.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[379/383] Compiling AsyncExtensions AsyncSequence+Share.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[380/383] Compiling AsyncExtensions AsyncSwitchToLatestSequence.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[381/383] Compiling AsyncExtensions ManagedCriticalState.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[382/383] Compiling AsyncExtensions Regulator.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[383/383] Compiling AsyncExtensions Result+ErrorMechanism.swift
/host/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
1 | import Darwin
| `- error: no such module 'Darwin'
2 |
3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
BUILD FAILURE 6.1 android