Build Information
Failed to build StoreFlowable, reference 4.1.0 (da1f92
), with Swift 6.1 for Linux on 27 Apr 2025 00:49:54 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
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: linux
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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/AsyncCommunity/AsyncExtensions
[1/776] Fetching asyncextensions
Fetched https://github.com/AsyncCommunity/AsyncExtensions from cache (0.25s)
Computing version for https://github.com/AsyncCommunity/AsyncExtensions
Computed https://github.com/AsyncCommunity/AsyncExtensions at 0.5.3 (0.86s)
Fetching https://github.com/apple/swift-collections.git
[1/16242] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.42s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (2.43s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/AsyncCommunity/AsyncExtensions
Working copy of https://github.com/AsyncCommunity/AsyncExtensions resolved at 0.5.3
Building for debugging...
[0/11] Write sources
[10/11] Write swift-version-24593BA9C3E375BF.txt
[12/28] Emitting module InternalCollectionsUtilities
[13/30] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[14/30] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[15/30] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[16/30] Compiling InternalCollectionsUtilities Integer rank.swift
[17/30] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[18/30] Compiling InternalCollectionsUtilities UInt+reversed.swift
[19/30] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[20/30] Compiling InternalCollectionsUtilities Debugging.swift
[21/30] Compiling InternalCollectionsUtilities Descriptions.swift
[22/30] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[23/30] Compiling InternalCollectionsUtilities Specialize.swift
[24/30] Compiling InternalCollectionsUtilities _SortedCollection.swift
[25/30] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[26/30] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[27/30] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[28/30] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[29/30] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[30/30] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[32/305] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[33/305] Compiling HeapModule _HeapNode.swift
[34/305] Compiling DequeModule _DequeBuffer.swift
[35/305] Compiling DequeModule _DequeBufferHeader.swift
[36/307] Compiling HeapModule Heap.swift
[37/307] Compiling HeapModule Heap+Descriptions.swift
[38/307] Emitting module HeapModule
[39/307] Compiling HeapModule Heap+Invariants.swift
[40/307] Compiling HeapModule Heap+UnsafeHandle.swift
[41/308] Compiling HashTreeCollections TreeDictionary+Codable.swift
[42/308] Compiling HashTreeCollections TreeDictionary+Collection.swift
[43/308] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[44/308] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[45/308] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[46/308] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[47/308] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[48/315] Compiling HashTreeCollections _Bucket.swift
[49/315] Compiling HashTreeCollections _Hash.swift
[50/315] Compiling HashTreeCollections _HashLevel.swift
[51/315] Compiling HashTreeCollections _HashNode+Builder.swift
[53/315] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[54/315] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[55/315] Compiling HashTreeCollections _HashNode.swift
[56/315] Compiling HashTreeCollections _HashNodeHeader.swift
[57/315] Compiling HashTreeCollections _HashSlot.swift
[58/315] Compiling HashTreeCollections _HashStack.swift
[59/315] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[60/315] Compiling OrderedCollections OrderedDictionary.swift
[61/315] Compiling OrderedCollections OrderedSet+Codable.swift
[62/315] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[63/315] Compiling OrderedCollections OrderedSet+Descriptions.swift
[66/315] Compiling DequeModule _DequeSlot.swift
[67/315] Compiling DequeModule _UnsafeWrappedBuffer.swift
[74/322] Compiling HashTreeCollections _HashNode+Debugging.swift
[75/322] Compiling HashTreeCollections _HashNode+Initializers.swift
[77/322] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[78/322] Compiling HashTreeCollections TreeDictionary+Filter.swift
[79/322] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[80/322] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[81/322] Compiling HashTreeCollections TreeDictionary+Keys.swift
[82/322] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[83/322] Compiling HashTreeCollections TreeDictionary+Merge.swift
[84/322] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[85/322] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[86/322] Compiling HashTreeCollections TreeDictionary+Values.swift
[94/332] Compiling BitCollections Range+Utilities.swift
[95/332] Compiling BitCollections Slice+Utilities.swift
[96/332] Compiling BitCollections UInt+Tricks.swift
[97/332] Compiling BitCollections _Word.swift
[98/332] Compiling OrderedCollections OrderedSet.swift
[99/332] Compiling OrderedCollections _UnsafeBitset.swift
[100/332] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[101/332] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[102/332] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[103/332] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[104/332] Compiling HashTreeCollections TreeDictionary.swift
[105/332] Compiling HashTreeCollections TreeSet+Codable.swift
[106/332] Compiling HashTreeCollections TreeSet+Collection.swift
[107/332] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[108/332] Compiling HashTreeCollections TreeSet+Debugging.swift
[109/332] Compiling HashTreeCollections TreeSet+Descriptions.swift
[110/332] Compiling HashTreeCollections TreeSet+Equatable.swift
[111/332] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[112/332] Compiling HashTreeCollections TreeSet+Extras.swift
[113/332] Compiling HashTreeCollections TreeSet+Filter.swift
[114/332] Compiling HashTreeCollections _AncestorHashSlots.swift
[115/332] Compiling HashTreeCollections _Bitmap.swift
[134/332] Compiling _RopeModule BigString+Managing Breaks.swift
[135/332] Compiling HashTreeCollections _HashTreeStatistics.swift
[136/332] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[137/332] Compiling HashTreeCollections _RawHashNode.swift
[138/332] Compiling HashTreeCollections _UnmanagedHashNode.swift
[139/332] Compiling HashTreeCollections _UnsafePath.swift
[149/332] Compiling HashTreeCollections _HashNode+Storage.swift
[150/332] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[151/332] Compiling HashTreeCollections _HashNode+Structural filter.swift
[152/332] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[153/332] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[154/332] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[177/332] Emitting module DequeModule
[185/333] Compiling BitCollections BitSet.Index.swift
[186/333] Compiling BitCollections BitSet._UnsafeHandle.swift
[217/342] Compiling _RopeModule _CharacterRecognizer.swift
[218/342] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[219/342] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[220/342] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[221/342] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[222/342] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[223/342] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[224/342] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[225/342] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[226/342] Compiling HashTreeCollections TreeSet.swift
[235/342] Emitting module BitCollections
[247/342] Compiling BitCollections BitSet.swift
[271/343] Emitting module OrderedCollections
[292/344] Emitting module _RopeModule
[293/344] Compiling _RopeModule Rope+Join.swift
[294/344] Compiling _RopeModule Rope+MutatingForEach.swift
[295/344] Compiling _RopeModule Rope+Remove.swift
[296/344] Compiling _RopeModule Rope+RemoveSubrange.swift
[297/344] Compiling _RopeModule Rope+Split.swift
[298/344] Compiling _RopeModule Optional Utilities.swift
[299/344] Compiling _RopeModule String Utilities.swift
[300/344] Compiling _RopeModule String.Index+ABI.swift
[344/345] Emitting module HashTreeCollections
[347/348] Compiling Collections Collections.swift
[348/348] Emitting module Collections
[350/392] 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> {
[351/392] 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> {
[352/392] 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> {
[353/392] 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> {
[354/392] 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> {
[355/392] 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)
[356/397] 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> {
[357/397] 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> {
[358/397] 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> {
[359/397] 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> {
[360/397] 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> {
[361/397] 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> {
[362/397] 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> {
[363/397] 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> {
[364/397] 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> {
[365/397] 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> {
[366/397] 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> {
[367/397] 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> {
[368/397] 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> {
[369/397] 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> {
[370/397] 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> {
[371/397] 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> {
[372/397] 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> {
[373/397] 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> {
[374/397] 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> {
[375/397] 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> {
[376/397] 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> {
[377/397] 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> {
[378/397] 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> {
[379/397] 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> {
[380/397] 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> {
[381/397] 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> {
[382/397] 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> {
[383/397] 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> {
[384/397] 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> {
[385/397] 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> {
[386/397] 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> {
[387/397] 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> {
[388/397] 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> {
[389/397] 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> {
[390/397] 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> {
[391/397] 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> {
[392/397] 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> {
[393/397] 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> {
[394/397] 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> {
[395/397] 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> {
[396/397] 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> {
[397/397] 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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/18] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[3/18] Compiling InternalCollectionsUtilities Specialize.swift
[4/20] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[5/20] Compiling InternalCollectionsUtilities Integer rank.swift
[6/20] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[7/20] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[8/20] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[9/20] Compiling InternalCollectionsUtilities UInt+reversed.swift
[10/20] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[11/20] Emitting module InternalCollectionsUtilities
[12/20] Compiling InternalCollectionsUtilities Debugging.swift
[13/20] Compiling InternalCollectionsUtilities Descriptions.swift
[14/20] Compiling InternalCollectionsUtilities _SortedCollection.swift
[15/20] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[16/20] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[17/20] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[18/20] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[19/20] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[20/20] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[22/295] Compiling _RopeModule BigString+CustomStringConvertible.swift
[23/295] Compiling _RopeModule BigString+Equatable.swift
[24/297] Compiling HeapModule Heap+Descriptions.swift
[25/297] Compiling HeapModule _HeapNode.swift
[26/297] Compiling _RopeModule BigString+Chunk+Counts.swift
[27/297] Compiling _RopeModule BigString+Chunk+Description.swift
[28/297] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[29/297] Compiling HeapModule Heap+UnsafeHandle.swift
[30/297] Compiling HeapModule Heap+Invariants.swift
[31/297] Compiling HeapModule Heap.swift
[32/297] Compiling _RopeModule RopeSummary.swift
[33/297] Compiling _RopeModule _RopeItem.swift
[34/297] Compiling _RopeModule _RopePath.swift
[35/297] Compiling _RopeModule _RopeVersion.swift
[36/297] Compiling _RopeModule Rope+Collection.swift
[37/297] Compiling _RopeModule Rope+Index.swift
[38/297] Compiling _RopeModule Rope+Sequence.swift
[39/297] Compiling _RopeModule Rope+Append.swift
[40/297] Compiling _RopeModule Rope+Extract.swift
[41/297] Compiling _RopeModule Rope+Find.swift
[42/307] Compiling DequeModule _DequeSlot.swift
[43/307] Compiling DequeModule _UnsafeWrappedBuffer.swift
[44/307] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[45/307] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[46/307] Compiling _RopeModule BigString+Summary.swift
[47/307] Compiling _RopeModule BigString.swift
[48/307] Compiling _RopeModule BigString+UnicodeScalarView.swift
[49/307] Compiling _RopeModule BigSubstring+UTF16View.swift
[50/307] Compiling _RopeModule BigSubstring+UTF8View.swift
[51/307] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[52/307] Compiling _RopeModule BigSubstring.swift
[53/307] Emitting module HeapModule
[54/315] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[55/315] Compiling _RopeModule BigString+Chunk+Breaks.swift
[57/315] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[58/315] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[59/315] Compiling _RopeModule BigString+Sequence.swift
[60/315] Compiling _RopeModule BigString+TextOutputStream.swift
[61/315] Compiling _RopeModule BigString+Append.swift
[62/315] Compiling _RopeModule BigString+Initializers.swift
[63/315] Compiling _RopeModule BigString+Insert.swift
[64/315] Compiling _RopeModule BigString+Managing Breaks.swift
[65/315] Compiling _RopeModule Rope+Invariants.swift
[66/315] Compiling _RopeModule Rope+_Node.swift
[67/315] Compiling _RopeModule Rope+_Storage.swift
[68/315] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[69/315] Compiling _RopeModule Rope+_UnsafeHandle.swift
[70/315] Compiling BitCollections BitSet.Index.swift
[71/315] Compiling BitCollections BitSet._UnsafeHandle.swift
[77/315] Compiling _RopeModule Rope+Builder.swift
[78/315] Compiling _RopeModule Rope+Debugging.swift
[79/322] Compiling _RopeModule BigString+RemoveSubrange.swift
[80/322] Compiling _RopeModule BigString+ReplaceSubrange.swift
[81/322] Compiling _RopeModule BigString+Split.swift
[82/322] Compiling _RopeModule Range+BigString.swift
[83/322] Compiling _RopeModule BigString+UTF16View.swift
[84/322] Compiling _RopeModule BigString+UTF8View.swift
[85/322] Compiling _RopeModule BigString+Builder.swift
[86/322] Compiling _RopeModule BigString+Contents.swift
[87/322] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[88/322] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[89/322] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[90/322] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[91/322] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[92/322] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[93/322] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[94/322] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[95/322] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[96/322] Compiling HashTreeCollections TreeSet.swift
[97/322] Compiling _RopeModule BigString+Chunk.swift
[98/322] Compiling _RopeModule BigString+BidirectionalCollection.swift
[99/322] Compiling _RopeModule BigString+Comparable.swift
[100/322] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[115/322] Compiling _RopeModule BigString+Debugging.swift
[116/322] Compiling _RopeModule Rope+ForEachWhile.swift
[117/322] Compiling _RopeModule Rope+Insert.swift
[118/322] Compiling HashTreeCollections TreeSet+Collection.swift
[119/322] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[120/322] Compiling HashTreeCollections TreeSet+Debugging.swift
[121/322] Compiling HashTreeCollections TreeSet+Descriptions.swift
[122/322] Compiling HashTreeCollections TreeSet+Equatable.swift
[123/322] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[124/322] Compiling HashTreeCollections TreeSet+Extras.swift
[125/322] Compiling HashTreeCollections TreeSet+Filter.swift
[127/322] Compiling _RopeModule BigString+Index.swift
[128/322] Compiling _RopeModule BigString+Ingester.swift
[129/322] Compiling _RopeModule BigString+Invariants.swift
[130/322] Compiling _RopeModule BigString+Iterators.swift
[131/322] Compiling _RopeModule BigString+Metrics.swift
[138/322] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[139/322] Compiling _RopeModule BigString+Chunk+Splitting.swift
[169/322] Emitting module OrderedCollections
[181/322] Emitting module BitCollections
[182/322] Emitting module DequeModule
[189/323] Compiling OrderedCollections OrderedSet+Sendable.swift
[190/323] Compiling OrderedCollections OrderedSet+SubSequence.swift
[191/323] Compiling OrderedCollections OrderedSet+Testing.swift
[192/323] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[193/323] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[194/323] Compiling OrderedCollections OrderedSet.swift
[195/323] Compiling OrderedCollections _UnsafeBitset.swift
[295/334] Emitting module _RopeModule
[296/334] Emitting module HashTreeCollections
[298/335] Compiling _RopeModule Rope+Join.swift
[299/335] Compiling _RopeModule Rope+MutatingForEach.swift
[300/335] Compiling _RopeModule Rope+Remove.swift
[301/335] Compiling _RopeModule Rope+RemoveSubrange.swift
[302/335] Compiling _RopeModule Rope+Split.swift
[303/335] Compiling _RopeModule Optional Utilities.swift
[304/335] Compiling _RopeModule String Utilities.swift
[305/335] Compiling _RopeModule String.Index+ABI.swift
[306/335] Compiling _RopeModule _CharacterRecognizer.swift
[337/338] Compiling Collections Collections.swift
[338/338] Emitting module Collections
[340/382] 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> {
[341/382] 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> {
[342/382] 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> {
[343/382] 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> {
[344/382] 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> {
[345/382] 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> {
[346/387] 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> {
[347/387] 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> {
[348/387] 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> {
[349/387] 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> {
[350/387] 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> {
[351/387] 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> {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[352/387] 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/387] 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> {
[354/387] 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> {
[355/387] 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> {
[356/387] 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> {
[357/387] 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> {
[358/387] 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> {
[359/387] 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> {
[360/387] 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> {
[361/387] 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> {
[362/387] 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> {
[363/387] 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> {
[364/387] 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> {
[365/387] 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> {
[366/387] 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> {
[367/387] 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> {
[368/387] 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> {
[369/387] 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> {
[370/387] 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> {
[371/387] 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> {
[372/387] 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> {
[373/387] 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> {
[374/387] 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> {
[375/387] 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> {
[376/387] 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> {
[377/387] 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> {
[378/387] 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> {
[379/387] 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> {
[380/387] 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> {
[381/387] 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> {
[382/387] 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> {
[383/387] 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> {
[384/387] 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> {
[385/387] 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> {
[386/387] 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> {
[387/387] 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> {
BUILD FAILURE 6.1 linux