Build Information
Successful build of swift-nio-redis, reference develop (7d74e4
), with Swift 6.1 for Android on 29 May 2025 03:49:13 UTC.
Swift 6 data race errors: 1
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftNIOExtras/swift-nio-redis.git
Reference: develop
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/SwiftNIOExtras/swift-nio-redis
* branch develop -> FETCH_HEAD
* [new branch] develop -> origin/develop
HEAD is now at 7d74e47 Make sure the channel is flushed
Cloned https://github.com/SwiftNIOExtras/swift-nio-redis.git
Revision (git rev-parse @):
7d74e47d65f341856658962c351a2a2206e74677
SUCCESS checkout https://github.com/SwiftNIOExtras/swift-nio-redis.git at develop
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/SwiftNIOExtras/swift-nio-redis.git
https://github.com/SwiftNIOExtras/swift-nio-redis.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.18.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
}
],
"manifest_display_name" : "swift-nio-redis",
"name" : "swift-nio-redis",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "NIORedis",
"targets" : [
"NIORedis"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "NIORedisTests",
"module_type" : "SwiftTarget",
"name" : "NIORedisTests",
"path" : "Tests/NIORedisTests",
"sources" : [
"RESPValueTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"NIORedis"
],
"type" : "test"
},
{
"c99name" : "NIORedis",
"module_type" : "SwiftTarget",
"name" : "NIORedis",
"path" : "Sources/NIORedis",
"product_dependencies" : [
"NIO",
"NIOFoundationCompat"
],
"product_memberships" : [
"NIORedis"
],
"sources" : [
"ByteBufferExtras.swift",
"RESPChannelHandler.swift",
"RESPEncodable.swift",
"RESPParser.swift",
"RESPPipelineSetup.swift",
"RESPValue.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-nio.git
[1/76093] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (8.30s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (9.58s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[2856/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.39s)
[2656/18301] Fetching swift-collections, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (1.61s)
Fetched https://github.com/apple/swift-collections.git from cache (1.65s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.57s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.94s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (3.81s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
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
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Building for debugging...
[0/22] Write sources
[11/22] Compiling CNIOWindows shim.c
[12/22] Compiling CNIOWASI CNIOWASI.c
[12/22] Compiling _AtomicsShims.c
[13/22] Write sources
[15/22] Compiling CNIODarwin shim.c
[15/22] Compiling CNIOWindows WSAStartup.c
[17/22] Compiling CNIOLinux liburing_shims.c
[18/22] Compiling CNIOLinux shim.c
[19/22] Write swift-version-24593BA9C3E375BF.txt
[21/61] Emitting module _NIODataStructures
[22/61] Emitting module Atomics
[23/63] Compiling Atomics UnsafeAtomic.swift
[24/63] Compiling Atomics UnsafeAtomicLazyReference.swift
[25/63] Compiling InternalCollectionsUtilities Debugging.swift
[26/63] Compiling InternalCollectionsUtilities Descriptions.swift
[27/63] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[28/63] Emitting module _NIOBase64
[29/63] Compiling _NIOBase64 Base64.swift
[30/64] Compiling Atomics IntegerOperations.swift
[31/64] Compiling Atomics Unmanaged extensions.swift
[32/64] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[33/64] Compiling Atomics IntegerConformances.swift
[34/65] Compiling _NIODataStructures _TinyArray.swift
[35/65] Emitting module InternalCollectionsUtilities
[36/65] Compiling Atomics OptionalRawRepresentable.swift
[37/65] Compiling Atomics RawRepresentable.swift
[38/65] Compiling _NIODataStructures PriorityQueue.swift
[39/65] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[40/65] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[41/65] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[42/65] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[43/65] Compiling InternalCollectionsUtilities _SortedCollection.swift
[47/65] Compiling _NIODataStructures Heap.swift
[54/66] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[57/66] Compiling Atomics AtomicMemoryOrderings.swift
[58/66] Compiling Atomics DoubleWord.swift
[61/66] Compiling Atomics ManagedAtomic.swift
[62/66] Compiling Atomics ManagedAtomicLazyReference.swift
[62/67] Compiling c-nioatomics.c
[66/67] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[68/83] Compiling DequeModule Deque+CustomReflectable.swift
[69/83] Compiling DequeModule Deque+Descriptions.swift
[70/85] Compiling DequeModule _DequeBuffer.swift
[71/85] Compiling DequeModule _DequeBufferHeader.swift
[71/85] Compiling c-atomics.c
[73/91] Compiling DequeModule Deque+Equatable.swift
[74/91] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[75/91] Compiling DequeModule Deque+Extras.swift
[76/91] Compiling DequeModule Deque+Hashable.swift
[77/91] Compiling DequeModule Deque+Testing.swift
[78/91] Compiling DequeModule Deque._Storage.swift
[79/91] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[80/91] Compiling DequeModule Deque._UnsafeHandle.swift
[81/91] Compiling DequeModule Deque.swift
[82/91] Compiling NIOConcurrencyHelpers NIOLock.swift
[83/91] Compiling DequeModule _DequeSlot.swift
[84/91] Compiling DequeModule _UnsafeWrappedBuffer.swift
[85/91] Compiling DequeModule Deque+Codable.swift
[86/91] Compiling DequeModule Deque+Collection.swift
[87/91] Compiling NIOConcurrencyHelpers lock.swift
[88/91] Emitting module NIOConcurrencyHelpers
[89/91] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[90/91] Compiling NIOConcurrencyHelpers atomics.swift
[91/92] Emitting module DequeModule
[94/153] Compiling NIOCore CircularBuffer.swift
[95/153] Compiling NIOCore Codec.swift
[96/153] Compiling NIOCore ConvenienceOptionSupport.swift
[97/153] Compiling NIOCore DeadChannel.swift
[98/153] Compiling NIOCore DispatchQueue+WithFuture.swift
[99/153] Compiling NIOCore EventLoop+Deprecated.swift
[100/153] Compiling NIOCore EventLoop+SerialExecutor.swift
[101/153] Compiling NIOCore EventLoop.swift
[102/161] Compiling NIOCore AddressedEnvelope.swift
[103/161] Compiling NIOCore AsyncAwaitSupport.swift
[104/161] Compiling NIOCore AsyncChannel.swift
[105/161] Compiling NIOCore AsyncChannelHandler.swift
[106/161] Compiling NIOCore AsyncChannelInboundStream.swift
[107/161] Compiling NIOCore AsyncChannelOutboundWriter.swift
[108/161] Compiling NIOCore NIOAsyncSequenceProducer.swift
[109/161] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[110/161] Compiling NIOCore NIOAsyncWriter.swift
[111/161] Compiling NIOCore MulticastChannel.swift
[112/161] Compiling NIOCore NIOAny.swift
[113/161] Compiling NIOCore NIOCloseOnErrorHandler.swift
[114/161] Compiling NIOCore NIOLoopBound.swift
[115/161] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[116/161] Compiling NIOCore NIOScheduledCallback.swift
[117/161] Compiling NIOCore NIOSendable.swift
[118/161] Compiling NIOCore RecvByteBufferAllocator.swift
[119/161] Compiling NIOCore IO.swift
[120/161] Compiling NIOCore IOData.swift
[121/161] Compiling NIOCore IPProtocol.swift
[122/161] Compiling NIOCore IntegerBitPacking.swift
[123/161] Compiling NIOCore IntegerTypes.swift
[124/161] Compiling NIOCore Interfaces.swift
[125/161] Compiling NIOCore Linux.swift
[126/161] Compiling NIOCore MarkedCircularBuffer.swift
[127/161] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[128/161] Compiling NIOCore EventLoopFuture+Deprecated.swift
[129/161] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[130/161] Compiling NIOCore EventLoopFuture.swift
[131/161] Compiling NIOCore FileDescriptor.swift
[132/161] Compiling NIOCore FileHandle.swift
[133/161] Compiling NIOCore FileRegion.swift
[134/161] Compiling NIOCore GlobalSingletons.swift
[135/161] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[136/161] Compiling NIOCore SocketAddresses.swift
[137/161] Compiling NIOCore SocketOptionProvider.swift
[138/161] Compiling NIOCore SystemCallHelpers.swift
[139/161] Compiling NIOCore TimeAmount+Duration.swift
[140/161] Compiling NIOCore TypeAssistedChannelHandler.swift
[141/161] Compiling NIOCore UniversalBootstrapSupport.swift
[142/161] Compiling NIOCore Utilities.swift
[143/161] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[144/161] Compiling NIOCore BSDSocketAPI.swift
[145/161] Compiling NIOCore ByteBuffer-aux.swift
[146/161] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[147/161] Compiling NIOCore ByteBuffer-conversions.swift
[148/161] Compiling NIOCore ByteBuffer-core.swift
[149/161] Compiling NIOCore ByteBuffer-hex.swift
[150/161] Compiling NIOCore ByteBuffer-int.swift
[151/161] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[152/161] Emitting module NIOCore
[153/161] Compiling NIOCore ByteBuffer-multi-int.swift
[154/161] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[155/161] Compiling NIOCore ByteBuffer-views.swift
[156/161] Compiling NIOCore Channel.swift
[157/161] Compiling NIOCore ChannelHandler.swift
[158/161] Compiling NIOCore ChannelHandlers.swift
[159/161] Compiling NIOCore ChannelInvoker.swift
[160/161] Compiling NIOCore ChannelOption.swift
[161/161] Compiling NIOCore ChannelPipeline.swift
[163/212] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[164/212] Compiling NIOEmbedded AsyncTestingChannel.swift
[165/212] Compiling NIOEmbedded Embedded.swift
[166/212] Emitting module NIOEmbedded
[168/213] Emitting module NIOPosix
[169/219] Compiling NIOPosix ThreadPosix.swift
[170/219] Compiling NIOPosix ThreadWindows.swift
[171/219] Compiling NIOPosix UnsafeTransfer.swift
[172/219] Compiling NIOPosix Utilities.swift
[173/219] Compiling NIOPosix VsockAddress.swift
[174/219] Compiling NIOPosix VsockChannelEvents.swift
[175/219] Compiling NIOPosix Bootstrap.swift
[176/219] Compiling NIOPosix ControlMessage.swift
[177/219] Compiling NIOPosix DatagramVectorReadManager.swift
[178/219] Compiling NIOPosix Errors+Any.swift
[179/219] Compiling NIOPosix FileDescriptor.swift
[180/219] Compiling NIOPosix GetaddrinfoResolver.swift
[181/219] Compiling NIOPosix HappyEyeballs.swift
[182/219] Compiling NIOPosix Pool.swift
[183/219] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[184/219] Compiling NIOPosix PosixSingletons.swift
[185/219] Compiling NIOPosix RawSocketBootstrap.swift
[186/219] Compiling NIOPosix Resolver.swift
[187/219] Compiling NIOPosix Selectable.swift
[188/219] Compiling NIOPosix ServerSocket.swift
[189/219] Compiling NIOPosix Socket.swift
[190/219] Compiling NIOPosix SocketChannel.swift
[191/219] Compiling NIOPosix SocketProtocols.swift
[192/219] Compiling NIOPosix System.swift
[193/219] Compiling NIOPosix Thread.swift
[194/219] Compiling NIOPosix BSDSocketAPICommon.swift
[195/219] Compiling NIOPosix BSDSocketAPIPosix.swift
[196/219] Compiling NIOPosix BSDSocketAPIWindows.swift
[197/219] Compiling NIOPosix BaseSocket.swift
[198/219] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[199/219] Compiling NIOPosix BaseSocketChannel.swift
[200/219] Compiling NIOPosix BaseStreamSocketChannel.swift
[201/219] Compiling NIOPosix SelectableChannel.swift
[202/219] Compiling NIOPosix SelectableEventLoop.swift
[203/219] Compiling NIOPosix SelectorEpoll.swift
[204/219] Compiling NIOPosix SelectorGeneric.swift
[205/219] Compiling NIOPosix SelectorKqueue.swift
[206/219] Compiling NIOPosix SelectorUring.swift
[207/219] Compiling NIOPosix NIOThreadPool.swift
[208/219] Compiling NIOPosix NonBlockingFileIO.swift
[209/219] Compiling NIOPosix PendingDatagramWritesManager.swift
[210/219] Compiling NIOPosix PendingWritesManager.swift
[211/219] Compiling NIOPosix PipeChannel.swift
[212/219] Compiling NIOPosix PipePair.swift
[213/219] Compiling NIOPosix IO.swift
[214/219] Compiling NIOPosix IntegerBitPacking.swift
[215/219] Compiling NIOPosix IntegerTypes.swift
[216/219] Compiling NIOPosix Linux.swift
[217/219] Compiling NIOPosix LinuxCPUSet.swift
[218/219] Compiling NIOPosix LinuxUring.swift
[219/219] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[221/222] Compiling NIO Exports.swift
[222/222] Emitting module NIO
[224/228] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[225/228] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[226/228] Emitting module NIOFoundationCompat
[227/228] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[228/228] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[230/236] Compiling NIORedis RESPPipelineSetup.swift
/host/spi-builder-workspace/Sources/NIORedis/RESPPipelineSetup.swift:25:28: warning: type 'RESPChannelHandler' does not conform to the 'Sendable' protocol
23 | -> EventLoopFuture<Void>
24 | {
25 | return self.addHandler(RESPChannelHandler(), name: name,
| `- warning: type 'RESPChannelHandler' does not conform to the 'Sendable' protocol
26 | position: first ? .first : .last)
27 | }
/host/spi-builder-workspace/Sources/NIORedis/RESPChannelHandler.swift:17:12: note: class 'RESPChannelHandler' does not conform to the 'Sendable' protocol
15 | import NIO
16 |
17 | open class RESPChannelHandler : ChannelDuplexHandler {
| `- note: class 'RESPChannelHandler' does not conform to the 'Sendable' protocol
18 |
19 | public typealias InboundErr = RESPParserError
[231/236] Compiling NIORedis RESPValue.swift
/host/spi-builder-workspace/Sources/NIORedis/RESPValue.swift:43:15: warning: stored property '_storage' of 'Sendable'-conforming struct 'RESPError' has non-sendable type 'RESPError._Storage'; this is an error in the Swift 6 language mode
33 | public var message : String { return _storage.message }
34 |
35 | private final class _Storage {
| `- note: class '_Storage' does not conform to the 'Sendable' protocol
36 | let code : String
37 | let message : String
:
41 | }
42 | }
43 | private let _storage : _Storage
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'RESPError' has non-sendable type 'RESPError._Storage'; this is an error in the Swift 6 language mode
44 |
45 | public var description: String {
[232/236] Emitting module NIORedis
/host/spi-builder-workspace/Sources/NIORedis/RESPPipelineSetup.swift:25:28: warning: type 'RESPChannelHandler' does not conform to the 'Sendable' protocol
23 | -> EventLoopFuture<Void>
24 | {
25 | return self.addHandler(RESPChannelHandler(), name: name,
| `- warning: type 'RESPChannelHandler' does not conform to the 'Sendable' protocol
26 | position: first ? .first : .last)
27 | }
/host/spi-builder-workspace/Sources/NIORedis/RESPChannelHandler.swift:17:12: note: class 'RESPChannelHandler' does not conform to the 'Sendable' protocol
15 | import NIO
16 |
17 | open class RESPChannelHandler : ChannelDuplexHandler {
| `- note: class 'RESPChannelHandler' does not conform to the 'Sendable' protocol
18 |
19 | public typealias InboundErr = RESPParserError
/host/spi-builder-workspace/Sources/NIORedis/RESPValue.swift:43:15: warning: stored property '_storage' of 'Sendable'-conforming struct 'RESPError' has non-sendable type 'RESPError._Storage'; this is an error in the Swift 6 language mode
33 | public var message : String { return _storage.message }
34 |
35 | private final class _Storage {
| `- note: class '_Storage' does not conform to the 'Sendable' protocol
36 | let code : String
37 | let message : String
:
41 | }
42 | }
43 | private let _storage : _Storage
| `- warning: stored property '_storage' of 'Sendable'-conforming struct 'RESPError' has non-sendable type 'RESPError._Storage'; this is an error in the Swift 6 language mode
44 |
45 | public var description: String {
[233/236] Compiling NIORedis RESPEncodable.swift
[234/236] Compiling NIORedis ByteBufferExtras.swift
[235/236] Compiling NIORedis RESPParser.swift
[236/236] Compiling NIORedis RESPChannelHandler.swift
Build complete! (64.81s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.18.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
}
],
"manifest_display_name" : "swift-nio-redis",
"name" : "swift-nio-redis",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "NIORedis",
"targets" : [
"NIORedis"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "NIORedisTests",
"module_type" : "SwiftTarget",
"name" : "NIORedisTests",
"path" : "Tests/NIORedisTests",
"sources" : [
"RESPValueTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"NIORedis"
],
"type" : "test"
},
{
"c99name" : "NIORedis",
"module_type" : "SwiftTarget",
"name" : "NIORedis",
"path" : "Sources/NIORedis",
"product_dependencies" : [
"NIO",
"NIOFoundationCompat"
],
"product_memberships" : [
"NIORedis"
],
"sources" : [
"ByteBufferExtras.swift",
"RESPChannelHandler.swift",
"RESPEncodable.swift",
"RESPParser.swift",
"RESPPipelineSetup.swift",
"RESPValue.swift"
],
"type" : "library"
}
],
"tools_version" : "5.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.