Build Information
Successful build of AsyncChannels, reference main (928407
), with Swift 6.1 for Android on 30 May 2025 22:49:36 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/gh123man/Async-Channels.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/gh123man/Async-Channels
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 928407c Fix CI (#21)
Cloned https://github.com/gh123man/Async-Channels.git
Revision (git rev-parse @):
928407c6f88d9555a07154f4f8359261ebcb2a64
SUCCESS checkout https://github.com/gh123man/Async-Channels.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/gh123man/Async-Channels.git
https://github.com/gh123man/Async-Channels.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections"
}
],
"manifest_display_name" : "AsyncChannels",
"name" : "AsyncChannels",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "AsyncChannels",
"targets" : [
"AsyncChannels"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AsyncChannelsTests",
"module_type" : "SwiftTarget",
"name" : "AsyncChannelsTests",
"path" : "Tests/AsyncChannelsTests",
"sources" : [
"BehaviorTests.swift",
"ReadmeTests.swift",
"TypeTests.swift"
],
"target_dependencies" : [
"AsyncChannels"
],
"type" : "test"
},
{
"c99name" : "AsyncChannels",
"module_type" : "SwiftTarget",
"name" : "AsyncChannels",
"path" : "Sources/AsyncChannels",
"product_dependencies" : [
"Collections"
],
"product_memberships" : [
"AsyncChannels"
],
"sources" : [
"Channel+Extensions.swift",
"Channel.swift",
"ChannelInternal.swift",
"FastLock.swift",
"Select.swift",
"Synchronization.swift",
"ThrowingChannel+Extensions.swift",
"ThrowingChannel.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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 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/apple/swift-collections
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.85s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (3.15s)
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.0
Building for debugging...
[0/10] Write sources
[9/10] Write swift-version-24593BA9C3E375BF.txt
[11/24] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[12/24] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[13/25] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[14/25] Compiling InternalCollectionsUtilities UInt+reversed.swift
[15/25] Emitting module InternalCollectionsUtilities
[16/25] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[17/25] Compiling InternalCollectionsUtilities Integer rank.swift
[18/25] Compiling InternalCollectionsUtilities Descriptions.swift
[19/25] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[20/25] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[21/25] Compiling InternalCollectionsUtilities _SortedCollection.swift
[22/25] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[23/25] Compiling InternalCollectionsUtilities Debugging.swift
[24/25] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[25/25] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[27/300] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[28/300] Compiling _RopeModule BigString+Chunk+Counts.swift
[29/300] Compiling _RopeModule BigString+Chunk+Description.swift
[30/302] Compiling HeapModule Heap+Descriptions.swift
[31/302] Compiling _RopeModule BigString+Debugging.swift
[32/302] Compiling _RopeModule BigString+Index.swift
[33/302] Compiling HeapModule _HeapNode.swift
[34/302] Compiling HeapModule Heap.swift
[35/302] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[36/302] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[37/302] Emitting module HeapModule
[38/302] Compiling HeapModule Heap+Invariants.swift
[39/302] Compiling HeapModule Heap+UnsafeHandle.swift
[41/303] Compiling DequeModule _DequeSlot.swift
[42/303] Compiling DequeModule _UnsafeWrappedBuffer.swift
[43/303] Compiling _RopeModule Rope+ForEachWhile.swift
[44/303] Compiling _RopeModule Rope+Insert.swift
[45/303] Compiling HashTreeCollections TreeSet+Sequence.swift
[46/303] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[47/303] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[48/303] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[49/303] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[50/303] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[51/303] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[52/303] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[53/313] Compiling _RopeModule BigString+UnicodeScalarView.swift
[54/313] Compiling _RopeModule BigSubstring+UTF16View.swift
[55/313] Compiling _RopeModule BigSubstring+UTF8View.swift
[56/313] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[57/313] Compiling _RopeModule BigSubstring.swift
[58/313] Compiling _RopeModule Rope+Builder.swift
[59/313] Compiling _RopeModule Rope+Debugging.swift
[60/320] Compiling _RopeModule Rope+Invariants.swift
[61/320] Compiling _RopeModule Rope+_Node.swift
[62/320] Compiling _RopeModule Rope+_Storage.swift
[63/320] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[64/320] Compiling _RopeModule Rope+_UnsafeHandle.swift
[65/320] Compiling _RopeModule Rope.swift
[66/320] Compiling _RopeModule RopeElement.swift
[67/320] Compiling _RopeModule BigString+Initializers.swift
[68/320] Compiling _RopeModule BigString+Insert.swift
[69/320] Compiling _RopeModule BigString+Managing Breaks.swift
[70/320] Compiling _RopeModule BigString+RemoveSubrange.swift
[71/320] Compiling _RopeModule BigString+ReplaceSubrange.swift
[72/320] Compiling _RopeModule BigString+Split.swift
[73/320] Compiling _RopeModule Range+BigString.swift
[74/327] Emitting module BitCollections
[75/327] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[76/327] Compiling _RopeModule BigString+Chunk+Splitting.swift
[77/327] Compiling _RopeModule BigString+Chunk.swift
[78/327] Compiling _RopeModule BigString+BidirectionalCollection.swift
[79/327] Compiling _RopeModule BigString+Builder.swift
[80/327] Compiling _RopeModule BigString+Contents.swift
[81/327] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[82/327] Compiling _RopeModule BigString+Hashing.swift
[83/327] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[84/327] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[85/327] Compiling _RopeModule BigString+Sequence.swift
[86/327] Compiling _RopeModule BigString+TextOutputStream.swift
[87/327] Compiling _RopeModule BigString+Append.swift
[95/327] Compiling _RopeModule BigString+UTF16View.swift
[96/327] Compiling _RopeModule BigString+UTF8View.swift
[105/327] Compiling BitCollections Range+Utilities.swift
[106/327] Compiling BitCollections Slice+Utilities.swift
[107/327] Compiling BitCollections UInt+Tricks.swift
[108/327] Compiling BitCollections _Word.swift
[109/327] Compiling OrderedCollections OrderedSet.swift
[110/327] Compiling OrderedCollections _UnsafeBitset.swift
[111/327] Compiling _RopeModule Rope+Sequence.swift
[112/327] Compiling _RopeModule Rope+Append.swift
[113/327] Compiling _RopeModule Rope+Extract.swift
[114/327] Compiling _RopeModule Rope+Find.swift
[126/327] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[127/327] Compiling _RopeModule BigString+Chunk+Breaks.swift
[150/327] Emitting module DequeModule
[151/328] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[152/328] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[153/328] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[154/328] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[155/328] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[156/328] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[157/328] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[158/328] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[159/328] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[160/328] Compiling HashTreeCollections TreeSet.swift
[164/328] Compiling BitCollections BitSet.Index.swift
[165/328] Compiling BitCollections BitSet._UnsafeHandle.swift
[166/328] Compiling BitCollections BitSet.swift
[199/337] Compiling _RopeModule BigString+Equatable.swift
[207/337] Compiling _RopeModule BigString+Iterators.swift
[208/337] Compiling _RopeModule BigString+Metrics.swift
[209/337] Compiling _RopeModule BigString+Summary.swift
[210/337] Compiling _RopeModule BigString.swift
[211/337] Compiling _RopeModule BigString+Comparable.swift
[212/337] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[213/337] Compiling _RopeModule BigString+CustomStringConvertible.swift
[265/338] Emitting module OrderedCollections
[267/339] Emitting module _RopeModule
[301/339] Compiling _RopeModule Rope+Join.swift
[302/339] Compiling _RopeModule Rope+MutatingForEach.swift
[303/339] Compiling _RopeModule Rope+Remove.swift
[304/339] Compiling _RopeModule Rope+RemoveSubrange.swift
[305/339] Compiling _RopeModule Rope+Split.swift
[306/339] Compiling _RopeModule Optional Utilities.swift
[307/339] Compiling _RopeModule String Utilities.swift
[308/339] Compiling _RopeModule String.Index+ABI.swift
[309/339] Compiling _RopeModule _CharacterRecognizer.swift
[310/339] Emitting module HashTreeCollections
[342/343] Emitting module Collections
[343/343] Compiling Collections Collections.swift
[345/352] Emitting module AsyncChannels
[346/353] Compiling AsyncChannels ThrowingChannel+Extensions.swift
[347/353] Compiling AsyncChannels Select.swift
[348/353] Compiling AsyncChannels FastLock.swift
[349/353] Compiling AsyncChannels Synchronization.swift
[350/353] Compiling AsyncChannels ThrowingChannel.swift
[351/353] Compiling AsyncChannels Channel+Extensions.swift
[352/353] Compiling AsyncChannels ChannelInternal.swift
[353/353] Compiling AsyncChannels Channel.swift
swift-build: /home/build-user/llbuild/lib/Core/SQLiteBuildDB.cpp:703: virtual void (anonymous namespace)::SQLiteBuildDB::buildComplete(): Assertion `result == SQLITE_OK' failed.
*** Signal 6: Backtracing from 0x7f669b0829fc... done ***
*** Program crashed: Aborted at 0x0000000000000001 ***
Thread 0 "swift-build":
0 0x00007f669b02e80a <unknown> in libc.so.6
Thread 1:
0 0x00007f669b111e2e <unknown> in libc.so.6
Thread 2 crashed:
0 0x00007f669b0829fc <unknown> in libc.so.6
Thread 3:
0 0x00007f669b07d117 <unknown> in libc.so.6
Registers:
rax 0x0000000000000000 0
rdx 0x00007f668f7fe640 40 e6 7f 8f 66 7f 00 00 40 66 01 90 66 7f 00 00 @æ··f···@f··f···
rcx 0x00007f669b0829fc 41 89 c5 41 f7 dd 3d 00 f0 ff ff b8 00 00 00 00 A·ÅA÷Ý=·ðÿÿ¸····
rbx 0x0000000000000006 6
rsi 0x0000000000000001 1
rdi 0x0000000000000018 24
rbp 0x0000000000000018 24
rsp 0x00007f668f7fd310 4c 0a 21 80 66 7f 00 00 20 09 21 80 66 7f 00 00 L·!·f··· ·!·f···
r8 0x00007f668f7fd3e0 20 00 00 00 00 00 00 00 a0 76 20 9b 66 7f 00 00 ······· v ·f···
r9 0x0000000000000000 0
r10 0x0000000000000008 8
r11 0x0000000000000246 582
r12 0x0000000000000006 6
r13 0x0000000000000016 22
r14 0x000055f87d3e5554 72 65 73 75 6c 74 20 3d 3d 20 53 51 4c 49 54 45 result == SQLITE
r15 0x00007f6680017cd0 d8 6a 31 7d f8 55 00 00 48 b3 16 80 66 7f 00 00 Øj1}øU··H³··f···
rip 0x00007f669b0829fc 41 89 c5 41 f7 dd 3d 00 f0 ff ff b8 00 00 00 00 A·ÅA÷Ý=·ðÿÿ¸····
rflags 0x0000000000000246 ZF PF
cs 0x0033 fs 0x0000 gs 0x0000
Images (71 omitted):
0x00007f669afec000–0x00007f669b1a8341 cd410b710f0f094c6832edd95931006d883af48e libc.so.6 /usr/lib/x86_64-linux-gnu/libc.so.6
Backtrace took 0.01s
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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 FixedWidthInteger+roundUpToPowerOfTwo.swift
[9/16] Compiling InternalCollectionsUtilities Integer rank.swift
[10/16] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[11/16] Compiling InternalCollectionsUtilities UInt+reversed.swift
[12/16] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[13/16] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[14/16] Emitting module InternalCollectionsUtilities
[15/16] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[16/16] Compiling InternalCollectionsUtilities _SortedCollection.swift
[18/155] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[19/170] Compiling HeapModule Heap+Descriptions.swift
[20/223] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[21/223] Compiling BitCollections BitSet+CustomReflectable.swift
[22/293] Compiling HeapModule _HeapNode.swift
[23/293] Compiling HeapModule Heap.swift
[24/293] Compiling _RopeModule BigString+CustomStringConvertible.swift
[25/293] Compiling _RopeModule BigString+Equatable.swift
[26/293] Compiling HeapModule Heap+Invariants.swift
[27/293] Compiling HeapModule Heap+UnsafeHandle.swift
[28/293] Emitting module HeapModule
[29/294] Compiling _RopeModule BigString+Chunk+Counts.swift
[30/294] Compiling _RopeModule BigString+Chunk+Description.swift
[31/294] Compiling _RopeModule RopeSummary.swift
[32/294] Compiling _RopeModule _RopeItem.swift
[33/294] Compiling _RopeModule _RopePath.swift
[34/294] Compiling _RopeModule _RopeVersion.swift
[35/294] Compiling _RopeModule Rope+Collection.swift
[36/294] Compiling _RopeModule Rope+Index.swift
[37/294] Compiling _RopeModule Rope+Sequence.swift
[38/294] Compiling _RopeModule Rope+Append.swift
[39/294] Compiling _RopeModule Rope+Extract.swift
[40/294] Compiling _RopeModule Rope+Find.swift
[41/304] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[42/304] Compiling _RopeModule BigString+Hashing.swift
[44/304] Compiling _RopeModule BigString+Append.swift
[45/304] Compiling _RopeModule BigString+Initializers.swift
[46/304] Compiling _RopeModule BigString+Insert.swift
[47/304] Compiling _RopeModule BigString+Managing Breaks.swift
[48/304] Compiling _RopeModule BigString+RemoveSubrange.swift
[49/304] Compiling _RopeModule BigString+ReplaceSubrange.swift
[50/304] Compiling _RopeModule BigString+Split.swift
[51/311] Compiling _RopeModule BigString+Ingester.swift
[52/311] Compiling _RopeModule BigString+Invariants.swift
[53/311] Compiling _RopeModule BigString+Iterators.swift
[54/311] Compiling _RopeModule BigString+Metrics.swift
[55/311] Compiling _RopeModule BigString+Summary.swift
[56/311] Compiling _RopeModule BigString.swift
[57/311] Compiling _RopeModule BigString+UnicodeScalarView.swift
[58/311] Compiling _RopeModule BigSubstring+UTF16View.swift
[59/311] Compiling _RopeModule BigSubstring+UTF8View.swift
[60/311] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[61/311] Compiling _RopeModule BigSubstring.swift
[62/311] Compiling _RopeModule Rope+Builder.swift
[63/311] Compiling _RopeModule Rope+Debugging.swift
[64/311] Compiling _RopeModule Rope+Invariants.swift
[65/311] Compiling _RopeModule Rope+_Node.swift
[66/311] Emitting module BitCollections
[67/318] Compiling _RopeModule Rope+ForEachWhile.swift
[68/318] Compiling _RopeModule Rope+Insert.swift
[69/318] Compiling HashTreeCollections TreeSet+Collection.swift
[70/318] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[71/318] Compiling HashTreeCollections TreeSet+Debugging.swift
[72/318] Compiling HashTreeCollections TreeSet+Descriptions.swift
[73/318] Compiling HashTreeCollections TreeSet+Equatable.swift
[74/318] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[75/318] Compiling HashTreeCollections TreeSet+Extras.swift
[76/318] Compiling HashTreeCollections TreeSet+Filter.swift
[77/318] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[78/318] Compiling _RopeModule BigString+Chunk+Breaks.swift
[81/318] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[82/318] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[83/318] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[84/318] Compiling _RopeModule BigString+Chunk+Splitting.swift
[87/318] Compiling _RopeModule Range+BigString.swift
[88/318] Compiling _RopeModule BigString+UTF16View.swift
[89/318] Compiling _RopeModule BigString+UTF8View.swift
[90/318] Compiling _RopeModule Rope+_Storage.swift
[91/318] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[92/318] Compiling _RopeModule Rope+_UnsafeHandle.swift
[93/318] Compiling BitCollections BitSet.Index.swift
[94/318] Compiling BitCollections BitSet._UnsafeHandle.swift
[95/318] Compiling BitCollections BitSet.swift
[104/318] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[105/318] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[106/318] Compiling _RopeModule BigString+Sequence.swift
[107/318] Compiling _RopeModule BigString+TextOutputStream.swift
[108/318] Compiling _RopeModule BigString+Builder.swift
[109/318] Compiling _RopeModule BigString+Contents.swift
[110/318] Compiling _RopeModule BigString+Debugging.swift
[111/318] Compiling _RopeModule BigString+Index.swift
[114/318] Compiling _RopeModule BigString+Chunk.swift
[115/318] Compiling _RopeModule BigString+BidirectionalCollection.swift
[116/318] Compiling _RopeModule BigString+Comparable.swift
[117/318] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[120/318] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[121/318] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[122/318] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[123/318] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[124/318] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[125/318] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[126/318] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[127/318] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[128/318] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[129/318] Compiling HashTreeCollections TreeSet.swift
[151/318] Emitting module OrderedCollections
[193/327] Compiling BitCollections Range+Utilities.swift
[194/327] Compiling BitCollections Slice+Utilities.swift
[195/327] Compiling BitCollections UInt+Tricks.swift
[196/327] Compiling BitCollections _Word.swift
[197/327] Compiling OrderedCollections OrderedSet.swift
[198/327] Compiling OrderedCollections _UnsafeBitset.swift
[210/327] Emitting module DequeModule
[310/330] Compiling _RopeModule Rope+Join.swift
[311/330] Compiling _RopeModule Rope+MutatingForEach.swift
[312/330] Compiling _RopeModule Rope+Remove.swift
[313/330] Compiling _RopeModule Rope+RemoveSubrange.swift
[314/330] Compiling _RopeModule Rope+Split.swift
[315/330] Compiling _RopeModule Optional Utilities.swift
[316/330] Compiling _RopeModule String Utilities.swift
[317/330] Compiling _RopeModule String.Index+ABI.swift
[318/330] Compiling _RopeModule _CharacterRecognizer.swift
[329/330] Emitting module _RopeModule
[331/331] Emitting module HashTreeCollections
[333/334] Compiling Collections Collections.swift
[334/334] Emitting module Collections
[336/343] Compiling AsyncChannels Synchronization.swift
[337/343] Compiling AsyncChannels ThrowingChannel+Extensions.swift
[338/344] Emitting module AsyncChannels
[339/344] Compiling AsyncChannels Channel+Extensions.swift
[340/344] Compiling AsyncChannels FastLock.swift
[341/344] Compiling AsyncChannels Select.swift
[342/344] Compiling AsyncChannels Channel.swift
[343/344] Compiling AsyncChannels ChannelInternal.swift
[344/344] Compiling AsyncChannels ThrowingChannel.swift
Build complete! (28.36s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections"
}
],
"manifest_display_name" : "AsyncChannels",
"name" : "AsyncChannels",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "AsyncChannels",
"targets" : [
"AsyncChannels"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AsyncChannelsTests",
"module_type" : "SwiftTarget",
"name" : "AsyncChannelsTests",
"path" : "Tests/AsyncChannelsTests",
"sources" : [
"BehaviorTests.swift",
"ReadmeTests.swift",
"TypeTests.swift"
],
"target_dependencies" : [
"AsyncChannels"
],
"type" : "test"
},
{
"c99name" : "AsyncChannels",
"module_type" : "SwiftTarget",
"name" : "AsyncChannels",
"path" : "Sources/AsyncChannels",
"product_dependencies" : [
"Collections"
],
"product_memberships" : [
"AsyncChannels"
],
"sources" : [
"Channel+Extensions.swift",
"Channel.swift",
"ChannelInternal.swift",
"FastLock.swift",
"Select.swift",
"Synchronization.swift",
"ThrowingChannel+Extensions.swift",
"ThrowingChannel.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
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
Done.