The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of swift-statsd-client, reference 1.1.0 (71e1d1), with Swift 6.1 for Android on 30 May 2025 14:32:25 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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: 1.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/apple/swift-statsd-client
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at 71e1d1d Update release.yml (#50)
Cloned https://github.com/apple/swift-statsd-client.git
Revision (git rev-parse @):
71e1d1dfb09b66acd1102a990efc7cd709b288ec
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-statsd-client.git at 1.1.0
========================================
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.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/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
[1325/3916] Fetching swift-metrics, swift-atomics
Fetched https://github.com/apple/swift-metrics.git from cache (0.42s)
[1/76119] Fetching swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (6.86s)
Fetched https://github.com/apple/swift-nio.git from cache (7.01s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (7.97s)
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 (2.69s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[2/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.51s)
[4480/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.40s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (2.30s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.82s)
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
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
Building for debugging...
[0/22] Write sources
[11/22] Compiling CNIOWindows shim.c
[12/22] Compiling CNIOLinux liburing_shims.c
[13/22] Compiling _AtomicsShims.c
[14/22] Write sources
[15/22] Compiling CNIOWASI CNIOWASI.c
[16/22] Compiling CNIOWindows WSAStartup.c
[17/22] Compiling CNIODarwin shim.c
[18/22] Compiling CNIOLinux shim.c
[19/22] Write swift-version-24593BA9C3E375BF.txt
[21/64] Compiling Atomics UnsafeAtomic.swift
[22/64] Compiling Atomics UnsafeAtomicLazyReference.swift
[23/66] Compiling _NIODataStructures _TinyArray.swift
[24/66] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[25/66] Compiling InternalCollectionsUtilities UInt+reversed.swift
[26/67] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[27/67] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[28/67] Compiling InternalCollectionsUtilities Descriptions.swift
[29/67] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[30/67] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[31/67] Compiling InternalCollectionsUtilities _SortedCollection.swift
[32/67] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[33/67] Compiling InternalCollectionsUtilities Debugging.swift
[34/67] Compiling _NIODataStructures PriorityQueue.swift
[35/67] Emitting module Atomics
[36/67] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[37/67] Compiling InternalCollectionsUtilities Integer rank.swift
[39/67] Compiling Atomics ManagedAtomic.swift
[40/67] Compiling Atomics ManagedAtomicLazyReference.swift
[41/67] Emitting module _NIODataStructures
[42/67] Compiling _NIODataStructures Heap.swift
[43/67] Emitting module InternalCollectionsUtilities
[50/68] Compiling Atomics AtomicStorage.swift
[51/68] Compiling Atomics AtomicValue.swift
[54/68] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[55/68] Emitting module _NIOBase64
[56/68] Compiling _NIOBase64 Base64.swift
[59/69] Compiling Atomics IntegerOperations.swift
[60/69] Compiling Atomics Unmanaged extensions.swift
[61/69] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[62/70] Compiling CoreMetrics Metrics.swift
[66/71] Compiling c-nioatomics.c
[67/71] Compiling c-atomics.c
[70/92] Compiling DequeModule _DequeBuffer.swift
[71/92] Compiling DequeModule _DequeBufferHeader.swift
[72/94] Compiling DequeModule Deque+Equatable.swift
[73/94] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[74/94] Compiling NIOConcurrencyHelpers NIOLock.swift
[75/94] Compiling DequeModule Deque._UnsafeHandle.swift
[76/94] Compiling DequeModule Deque.swift
[77/94] Compiling DequeModule Deque+Testing.swift
[78/94] Compiling DequeModule Deque._Storage.swift
[79/94] Compiling DequeModule Deque+Extras.swift
[80/94] Compiling DequeModule Deque+Hashable.swift
[81/94] Compiling NIOConcurrencyHelpers lock.swift
[82/94] Emitting module NIOConcurrencyHelpers
[83/94] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[84/94] Compiling NIOConcurrencyHelpers atomics.swift
[85/94] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[86/94] Compiling DequeModule _DequeSlot.swift
[87/94] Compiling DequeModule _UnsafeWrappedBuffer.swift
[89/95] Compiling DequeModule Deque+CustomReflectable.swift
[90/95] Compiling DequeModule Deque+Descriptions.swift
[91/95] Compiling DequeModule Deque+Codable.swift
[92/95] Compiling DequeModule Deque+Collection.swift
[93/95] Emitting module DequeModule
[95/96] Compiling CoreMetrics Locks.swift
[96/96] Emitting module CoreMetrics
[98/157] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[99/157] Compiling NIOCore EventLoopFuture+Deprecated.swift
[100/157] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[101/157] Compiling NIOCore EventLoopFuture.swift
[102/157] Compiling NIOCore FileDescriptor.swift
[103/157] Compiling NIOCore FileHandle.swift
[104/157] Compiling NIOCore FileRegion.swift
[105/157] Compiling NIOCore GlobalSingletons.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 MulticastChannel.swift
[115/165] Compiling NIOCore NIOAny.swift
[116/165] Compiling NIOCore NIOCloseOnErrorHandler.swift
[117/165] Compiling NIOCore NIOLoopBound.swift
[118/165] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[119/165] Compiling NIOCore NIOScheduledCallback.swift
[120/165] Compiling NIOCore NIOSendable.swift
[121/165] Compiling NIOCore RecvByteBufferAllocator.swift
[122/165] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[123/165] Compiling NIOCore BSDSocketAPI.swift
[124/165] Compiling NIOCore ByteBuffer-aux.swift
[125/165] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[126/165] Compiling NIOCore ByteBuffer-conversions.swift
[127/165] Compiling NIOCore ByteBuffer-core.swift
[128/165] Compiling NIOCore ByteBuffer-hex.swift
[129/165] Compiling NIOCore ByteBuffer-int.swift
[130/165] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[131/165] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[132/165] Compiling NIOCore SocketAddresses.swift
[133/165] Compiling NIOCore SocketOptionProvider.swift
[134/165] Compiling NIOCore SystemCallHelpers.swift
[135/165] Compiling NIOCore TimeAmount+Duration.swift
[136/165] Compiling NIOCore TypeAssistedChannelHandler.swift
[137/165] Compiling NIOCore UniversalBootstrapSupport.swift
[138/165] Compiling NIOCore Utilities.swift
[139/165] Compiling NIOCore AddressedEnvelope.swift
[140/165] Compiling NIOCore AsyncAwaitSupport.swift
[141/165] Compiling NIOCore AsyncChannel.swift
[142/165] Compiling NIOCore AsyncChannelHandler.swift
[143/165] Compiling NIOCore AsyncChannelInboundStream.swift
[144/165] Compiling NIOCore AsyncChannelOutboundWriter.swift
[145/165] Compiling NIOCore NIOAsyncSequenceProducer.swift
[146/165] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[147/165] Compiling NIOCore NIOAsyncWriter.swift
[148/165] Emitting module NIOCore
[149/165] Compiling NIOCore CircularBuffer.swift
[150/165] Compiling NIOCore Codec.swift
[151/165] Compiling NIOCore ConvenienceOptionSupport.swift
[152/165] Compiling NIOCore DeadChannel.swift
[153/165] Compiling NIOCore DispatchQueue+WithFuture.swift
[154/165] Compiling NIOCore EventLoop+Deprecated.swift
[155/165] Compiling NIOCore EventLoop+SerialExecutor.swift
[156/165] Compiling NIOCore EventLoop.swift
[157/165] Compiling NIOCore ByteBuffer-multi-int.swift
[158/165] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[159/165] Compiling NIOCore ByteBuffer-views.swift
[160/165] Compiling NIOCore Channel.swift
[161/165] Compiling NIOCore ChannelHandler.swift
[162/165] Compiling NIOCore ChannelHandlers.swift
[163/165] Compiling NIOCore ChannelInvoker.swift
[164/165] Compiling NIOCore ChannelOption.swift
[165/165] Compiling NIOCore ChannelPipeline.swift
[167/216] Compiling NIOEmbedded Embedded.swift
[168/216] Compiling NIOEmbedded AsyncTestingChannel.swift
[169/216] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[170/216] Emitting module NIOEmbedded
[172/217] Emitting module NIOPosix
[173/223] Compiling NIOPosix Pool.swift
[174/223] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[175/223] Compiling NIOPosix PosixSingletons.swift
[176/223] Compiling NIOPosix RawSocketBootstrap.swift
[177/223] Compiling NIOPosix Resolver.swift
[178/223] Compiling NIOPosix Selectable.swift
[179/223] Compiling NIOPosix SelectableChannel.swift
[180/223] Compiling NIOPosix SelectableEventLoop.swift
[181/223] Compiling NIOPosix SelectorEpoll.swift
[182/223] Compiling NIOPosix SelectorGeneric.swift
[183/223] Compiling NIOPosix SelectorKqueue.swift
[184/223] Compiling NIOPosix SelectorUring.swift
[185/223] Compiling NIOPosix ThreadPosix.swift
[186/223] Compiling NIOPosix ThreadWindows.swift
[187/223] Compiling NIOPosix UnsafeTransfer.swift
[188/223] Compiling NIOPosix Utilities.swift
[189/223] Compiling NIOPosix VsockAddress.swift
[190/223] Compiling NIOPosix VsockChannelEvents.swift
[191/223] Compiling NIOPosix ServerSocket.swift
[192/223] Compiling NIOPosix Socket.swift
[193/223] Compiling NIOPosix SocketChannel.swift
[194/223] Compiling NIOPosix SocketProtocols.swift
[195/223] Compiling NIOPosix System.swift
[196/223] Compiling NIOPosix Thread.swift
[197/223] Compiling NIOPosix IO.swift
[198/223] Compiling NIOPosix IntegerBitPacking.swift
[199/223] Compiling NIOPosix IntegerTypes.swift
[200/223] Compiling NIOPosix Linux.swift
[201/223] Compiling NIOPosix LinuxCPUSet.swift
[202/223] Compiling NIOPosix LinuxUring.swift
[203/223] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[204/223] Compiling NIOPosix NIOThreadPool.swift
[205/223] Compiling NIOPosix NonBlockingFileIO.swift
[206/223] Compiling NIOPosix PendingDatagramWritesManager.swift
[207/223] Compiling NIOPosix PendingWritesManager.swift
[208/223] Compiling NIOPosix PipeChannel.swift
[209/223] Compiling NIOPosix PipePair.swift
[210/223] Compiling NIOPosix BSDSocketAPICommon.swift
[211/223] Compiling NIOPosix BSDSocketAPIPosix.swift
[212/223] Compiling NIOPosix BSDSocketAPIWindows.swift
[213/223] Compiling NIOPosix BaseSocket.swift
[214/223] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[215/223] Compiling NIOPosix BaseSocketChannel.swift
[216/223] Compiling NIOPosix BaseStreamSocketChannel.swift
[217/223] Compiling NIOPosix Bootstrap.swift
[218/223] Compiling NIOPosix ControlMessage.swift
[219/223] Compiling NIOPosix DatagramVectorReadManager.swift
[220/223] Compiling NIOPosix Errors+Any.swift
[221/223] Compiling NIOPosix FileDescriptor.swift
[222/223] Compiling NIOPosix GetaddrinfoResolver.swift
[223/223] Compiling NIOPosix HappyEyeballs.swift
[225/226] Compiling NIO Exports.swift
[226/226] Emitting module NIO
[228/230] Compiling StatsdClient Atomics.swift
[229/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>
[230/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>
Build complete! (73.12s)
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.9"
}
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.