Build Information
Successful build of swift-statsd-client, reference main (230edf
), with Swift 6.1 for Android on 30 May 2025 14:31:46 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/apple/swift-statsd-client.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/apple/swift-statsd-client
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 230edf5 Drop Swift 5.9 (#54)
Cloned https://github.com/apple/swift-statsd-client.git
Revision (git rev-parse @):
230edf5c3bc0b2d8e49d84ae59fef94db00cfeb1
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-statsd-client.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/apple/swift-statsd-client.git
https://github.com/apple/swift-statsd-client.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-metrics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-metrics.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
}
],
"manifest_display_name" : "swift-statsd-client",
"name" : "swift-statsd-client",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "StatsdClient",
"targets" : [
"StatsdClient"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "StatsdClientTests",
"module_type" : "SwiftTarget",
"name" : "StatsdClientTests",
"path" : "Tests/StatsdClientTests",
"product_dependencies" : [
"NIOCore"
],
"sources" : [
"StatsdClientIPV6Tests+XCTest.swift",
"StatsdClientIPV6Tests.swift",
"StatsdClientTests+XCTest.swift",
"StatsdClientTests.swift",
"TestServer.swift"
],
"target_dependencies" : [
"StatsdClient"
],
"type" : "test"
},
{
"c99name" : "StatsdClient",
"module_type" : "SwiftTarget",
"name" : "StatsdClient",
"path" : "Sources/StatsdClient",
"product_dependencies" : [
"CoreMetrics",
"NIO",
"Atomics"
],
"product_memberships" : [
"StatsdClient"
],
"sources" : [
"Atomics.swift",
"StatsdClient.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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-atomics.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-metrics.git
[1/2206] Fetching swift-metrics
[2207/3916] Fetching swift-metrics, swift-atomics
[3917/80035] Fetching swift-metrics, swift-atomics, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (5.90s)
Fetched https://github.com/apple/swift-metrics.git from cache (5.90s)
Fetched https://github.com/apple/swift-nio.git from cache (5.99s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (7.61s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (1.36s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (4.18s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[2417/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.68s)
[4314/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.35s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (4.70s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.34s)
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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.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
Building for debugging...
[0/22] Write sources
[11/22] Compiling CNIOWindows WSAStartup.c
[12/22] Compiling CNIOWASI CNIOWASI.c
[13/22] Compiling CNIOLinux liburing_shims.c
[14/22] Write sources
[15/22] Compiling CNIODarwin shim.c
[16/22] Compiling CNIOWindows shim.c
[17/22] Compiling CNIOLinux shim.c
[18/22] Compiling _AtomicsShims.c
[18/22] Write swift-version-24593BA9C3E375BF.txt
[21/64] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[22/64] Emitting module InternalCollectionsUtilities
[23/65] Compiling Atomics ManagedAtomic.swift
[24/65] Compiling Atomics ManagedAtomicLazyReference.swift
[25/65] Compiling Atomics UnsafeAtomic.swift
[26/65] Compiling Atomics UnsafeAtomicLazyReference.swift
[27/67] Compiling _NIODataStructures PriorityQueue.swift
[28/67] Compiling _NIODataStructures _TinyArray.swift
[29/67] Compiling Atomics Primitives.shims.swift
[30/67] Compiling Atomics AtomicInteger.swift
[31/67] Compiling Atomics AtomicOptionalWrappable.swift
[32/67] Compiling Atomics AtomicMemoryOrderings.swift
[33/67] Compiling Atomics DoubleWord.swift
[34/67] Compiling Atomics AtomicReference.swift
[35/67] Compiling Atomics AtomicStorage.swift
[36/67] Compiling Atomics AtomicValue.swift
[37/67] Emitting module _NIOBase64
[38/67] Compiling _NIOBase64 Base64.swift
[39/68] Compiling Atomics OptionalRawRepresentable.swift
[40/68] Compiling Atomics RawRepresentable.swift
[41/68] Compiling Atomics AtomicBool.swift
[42/68] Compiling Atomics IntegerConformances.swift
[43/68] Compiling Atomics PointerConformances.swift
[46/68] Compiling Atomics Primitives.native.swift
[54/68] Emitting module _NIODataStructures
[55/68] Compiling _NIODataStructures Heap.swift
[57/69] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[59/70] Compiling c-nioatomics.c
[61/70] Compiling Atomics IntegerOperations.swift
[62/70] Compiling Atomics Unmanaged extensions.swift
[63/70] Emitting module Atomics
[64/85] Compiling DequeModule Deque+Testing.swift
[65/85] Compiling DequeModule Deque._Storage.swift
[66/85] Compiling DequeModule Deque._UnsafeHandle.swift
[67/86] Compiling CoreMetrics Metrics.swift
[69/86] Compiling DequeModule _DequeBuffer.swift
[69/86] Compiling c-atomics.c
[70/86] Compiling DequeModule _DequeBufferHeader.swift
[72/88] Compiling DequeModule Deque+Extras.swift
[73/88] Compiling DequeModule Deque+Hashable.swift
[74/88] Compiling DequeModule Deque+CustomReflectable.swift
[75/88] Compiling DequeModule Deque+Descriptions.swift
[76/88] Compiling DequeModule Deque+Equatable.swift
[77/88] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[81/94] Compiling DequeModule Deque.swift
[82/94] Compiling DequeModule _DequeSlot.swift
[83/94] Compiling DequeModule _UnsafeWrappedBuffer.swift
[84/94] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[85/94] Compiling DequeModule Deque+Codable.swift
[86/94] Compiling DequeModule Deque+Collection.swift
[87/94] Emitting module DequeModule
[89/95] Compiling NIOConcurrencyHelpers NIOLock.swift
[90/95] Compiling NIOConcurrencyHelpers lock.swift
[91/95] Emitting module NIOConcurrencyHelpers
[92/95] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[93/95] Compiling NIOConcurrencyHelpers atomics.swift
[95/96] Emitting module CoreMetrics
[96/96] Compiling CoreMetrics Locks.swift
[98/157] Compiling NIOCore MulticastChannel.swift
[99/157] Compiling NIOCore NIOAny.swift
[100/157] Compiling NIOCore NIOCloseOnErrorHandler.swift
[101/157] Compiling NIOCore NIOLoopBound.swift
[102/157] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[103/157] Compiling NIOCore NIOScheduledCallback.swift
[104/157] Compiling NIOCore NIOSendable.swift
[105/157] Compiling NIOCore RecvByteBufferAllocator.swift
[106/165] Compiling NIOCore IO.swift
[107/165] Compiling NIOCore IOData.swift
[108/165] Compiling NIOCore IPProtocol.swift
[109/165] Compiling NIOCore IntegerBitPacking.swift
[110/165] Compiling NIOCore IntegerTypes.swift
[111/165] Compiling NIOCore Interfaces.swift
[112/165] Compiling NIOCore Linux.swift
[113/165] Compiling NIOCore MarkedCircularBuffer.swift
[114/165] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[115/165] Compiling NIOCore SocketAddresses.swift
[116/165] Compiling NIOCore SocketOptionProvider.swift
[117/165] Compiling NIOCore SystemCallHelpers.swift
[118/165] Compiling NIOCore TimeAmount+Duration.swift
[119/165] Compiling NIOCore TypeAssistedChannelHandler.swift
[120/165] Compiling NIOCore UniversalBootstrapSupport.swift
[121/165] Compiling NIOCore Utilities.swift
[122/165] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[123/165] Compiling NIOCore EventLoopFuture+Deprecated.swift
[124/165] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[125/165] Compiling NIOCore EventLoopFuture.swift
[126/165] Compiling NIOCore FileDescriptor.swift
[127/165] Compiling NIOCore FileHandle.swift
[128/165] Compiling NIOCore FileRegion.swift
[129/165] Compiling NIOCore GlobalSingletons.swift
[130/165] Compiling NIOCore CircularBuffer.swift
[131/165] Compiling NIOCore Codec.swift
[132/165] Compiling NIOCore ConvenienceOptionSupport.swift
[133/165] Compiling NIOCore DeadChannel.swift
[134/165] Compiling NIOCore DispatchQueue+WithFuture.swift
[135/165] Compiling NIOCore EventLoop+Deprecated.swift
[136/165] Compiling NIOCore EventLoop+SerialExecutor.swift
[137/165] Compiling NIOCore EventLoop.swift
[138/165] Compiling NIOCore AddressedEnvelope.swift
[139/165] Compiling NIOCore AsyncAwaitSupport.swift
[140/165] Compiling NIOCore AsyncChannel.swift
[141/165] Compiling NIOCore AsyncChannelHandler.swift
[142/165] Compiling NIOCore AsyncChannelInboundStream.swift
[143/165] Compiling NIOCore AsyncChannelOutboundWriter.swift
[144/165] Compiling NIOCore NIOAsyncSequenceProducer.swift
[145/165] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[146/165] Compiling NIOCore NIOAsyncWriter.swift
[147/165] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[148/165] Compiling NIOCore BSDSocketAPI.swift
[149/165] Compiling NIOCore ByteBuffer-aux.swift
[150/165] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[151/165] Compiling NIOCore ByteBuffer-conversions.swift
[152/165] Compiling NIOCore ByteBuffer-core.swift
[153/165] Compiling NIOCore ByteBuffer-hex.swift
[154/165] Compiling NIOCore ByteBuffer-int.swift
[155/165] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[156/165] Compiling NIOCore ByteBuffer-multi-int.swift
[157/165] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[158/165] Compiling NIOCore ByteBuffer-views.swift
[159/165] Compiling NIOCore Channel.swift
[160/165] Compiling NIOCore ChannelHandler.swift
[161/165] Compiling NIOCore ChannelHandlers.swift
[162/165] Compiling NIOCore ChannelInvoker.swift
[163/165] Compiling NIOCore ChannelOption.swift
[164/165] Compiling NIOCore ChannelPipeline.swift
[165/165] Emitting module NIOCore
[167/216] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[168/216] Emitting module NIOEmbedded
[169/216] Compiling NIOEmbedded Embedded.swift
[170/216] Compiling NIOEmbedded AsyncTestingChannel.swift
[172/217] Compiling NIOPosix IO.swift
[173/217] Compiling NIOPosix IntegerBitPacking.swift
[174/217] Compiling NIOPosix IntegerTypes.swift
[175/217] Compiling NIOPosix Linux.swift
[176/217] Compiling NIOPosix LinuxCPUSet.swift
[177/217] Compiling NIOPosix LinuxUring.swift
[178/217] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[179/223] Emitting module NIOPosix
[180/223] Compiling NIOPosix SelectableChannel.swift
[181/223] Compiling NIOPosix SelectableEventLoop.swift
[182/223] Compiling NIOPosix SelectorEpoll.swift
[183/223] Compiling NIOPosix SelectorGeneric.swift
[184/223] Compiling NIOPosix SelectorKqueue.swift
[185/223] Compiling NIOPosix SelectorUring.swift
[186/223] Compiling NIOPosix ThreadPosix.swift
[187/223] Compiling NIOPosix ThreadWindows.swift
[188/223] Compiling NIOPosix UnsafeTransfer.swift
[189/223] Compiling NIOPosix Utilities.swift
[190/223] Compiling NIOPosix VsockAddress.swift
[191/223] Compiling NIOPosix VsockChannelEvents.swift
[192/223] Compiling NIOPosix BSDSocketAPICommon.swift
[193/223] Compiling NIOPosix BSDSocketAPIPosix.swift
[194/223] Compiling NIOPosix BSDSocketAPIWindows.swift
[195/223] Compiling NIOPosix BaseSocket.swift
[196/223] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[197/223] Compiling NIOPosix BaseSocketChannel.swift
[198/223] Compiling NIOPosix BaseStreamSocketChannel.swift
[199/223] Compiling NIOPosix ServerSocket.swift
[200/223] Compiling NIOPosix Socket.swift
[201/223] Compiling NIOPosix SocketChannel.swift
[202/223] Compiling NIOPosix SocketProtocols.swift
[203/223] Compiling NIOPosix System.swift
[204/223] Compiling NIOPosix Thread.swift
[205/223] Compiling NIOPosix Bootstrap.swift
[206/223] Compiling NIOPosix ControlMessage.swift
[207/223] Compiling NIOPosix DatagramVectorReadManager.swift
[208/223] Compiling NIOPosix Errors+Any.swift
[209/223] Compiling NIOPosix FileDescriptor.swift
[210/223] Compiling NIOPosix GetaddrinfoResolver.swift
[211/223] Compiling NIOPosix HappyEyeballs.swift
[212/223] Compiling NIOPosix Pool.swift
[213/223] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[214/223] Compiling NIOPosix PosixSingletons.swift
[215/223] Compiling NIOPosix RawSocketBootstrap.swift
[216/223] Compiling NIOPosix Resolver.swift
[217/223] Compiling NIOPosix Selectable.swift
[218/223] Compiling NIOPosix NIOThreadPool.swift
[219/223] Compiling NIOPosix NonBlockingFileIO.swift
[220/223] Compiling NIOPosix PendingDatagramWritesManager.swift
[221/223] Compiling NIOPosix PendingWritesManager.swift
[222/223] Compiling NIOPosix PipeChannel.swift
[223/223] Compiling NIOPosix PipePair.swift
[225/226] Emitting module NIO
[226/226] Compiling NIO Exports.swift
[228/230] Emitting module StatsdClient
/host/spi-builder-workspace/Sources/StatsdClient/StatsdClient.swift:445:74: warning: type 'Client.Encoder' does not conform to the 'Sendable' protocol
443 | let bootstrap = DatagramBootstrap(group: self.eventLoopGroup)
444 | .channelOption(ChannelOptions.socket(SocketOptionLevel(SOL_SOCKET), SO_REUSEADDR), value: 1)
445 | .channelInitializer { channel in channel.pipeline.addHandler(Encoder(address: self.address)) }
| `- warning: type 'Client.Encoder' does not conform to the 'Sendable' protocol
446 | // the bind address is local and does not really matter, the remote address is addressed by AddressedEnvelope below
447 | return bootstrap.bind(host: self.address.protocol == .inet6 ? "::" : "0.0.0.0", port: 0)
448 | }
449 |
450 | private final class Encoder: ChannelOutboundHandler {
| `- note: class 'Encoder' does not conform to the 'Sendable' protocol
451 | public typealias OutboundIn = Metric
452 | public typealias OutboundOut = AddressedEnvelope<ByteBuffer>
[229/230] Compiling StatsdClient StatsdClient.swift
/host/spi-builder-workspace/Sources/StatsdClient/StatsdClient.swift:445:74: warning: type 'Client.Encoder' does not conform to the 'Sendable' protocol
443 | let bootstrap = DatagramBootstrap(group: self.eventLoopGroup)
444 | .channelOption(ChannelOptions.socket(SocketOptionLevel(SOL_SOCKET), SO_REUSEADDR), value: 1)
445 | .channelInitializer { channel in channel.pipeline.addHandler(Encoder(address: self.address)) }
| `- warning: type 'Client.Encoder' does not conform to the 'Sendable' protocol
446 | // the bind address is local and does not really matter, the remote address is addressed by AddressedEnvelope below
447 | return bootstrap.bind(host: self.address.protocol == .inet6 ? "::" : "0.0.0.0", port: 0)
448 | }
449 |
450 | private final class Encoder: ChannelOutboundHandler {
| `- note: class 'Encoder' does not conform to the 'Sendable' protocol
451 | public typealias OutboundIn = Metric
452 | public typealias OutboundOut = AddressedEnvelope<ByteBuffer>
[230/230] Compiling StatsdClient Atomics.swift
Build complete! (62.06s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-metrics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-metrics.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
}
],
"manifest_display_name" : "swift-statsd-client",
"name" : "swift-statsd-client",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "StatsdClient",
"targets" : [
"StatsdClient"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "StatsdClientTests",
"module_type" : "SwiftTarget",
"name" : "StatsdClientTests",
"path" : "Tests/StatsdClientTests",
"product_dependencies" : [
"NIOCore"
],
"sources" : [
"StatsdClientIPV6Tests+XCTest.swift",
"StatsdClientIPV6Tests.swift",
"StatsdClientTests+XCTest.swift",
"StatsdClientTests.swift",
"TestServer.swift"
],
"target_dependencies" : [
"StatsdClient"
],
"type" : "test"
},
{
"c99name" : "StatsdClient",
"module_type" : "SwiftTarget",
"name" : "StatsdClient",
"path" : "Sources/StatsdClient",
"product_dependencies" : [
"CoreMetrics",
"NIO",
"Atomics"
],
"product_memberships" : [
"StatsdClient"
],
"sources" : [
"Atomics.swift",
"StatsdClient.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
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.