The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of swift-statsd-client, reference main (6907f7), with Swift 6.1 for Linux on 1 May 2025 00:14:21 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.2
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 6907f7b Enable macOS CI on pull requests (#52)
Cloned https://github.com/apple/swift-statsd-client.git
Revision (git rev-parse @):
6907f7b307b3e58c2a56be7fb01ddb9bbe1c627e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-statsd-client.git at main
========================================
Build
========================================
Selected platform:         linux
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-4609320-3":/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/apple/swift-metrics.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-atomics.git
[1/2206] Fetching swift-metrics
[575/3911] Fetching swift-metrics, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.69s)
[1/75569] Fetching swift-nio
Fetched https://github.com/apple/swift-metrics.git from cache (6.83s)
Fetched https://github.com/apple/swift-nio.git from cache (6.97s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (7.89s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.80s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (3.65s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/16269] Fetching swift-collections
[490/20636] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.98s)
Fetched https://github.com/apple/swift-collections.git from cache (2.03s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (2.83s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.11s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
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.1.4
Building for debugging...
[0/22] Write sources
[12/22] Compiling CNIOWindows WSAStartup.c
[13/22] Compiling _AtomicsShims.c
[14/22] Compiling CNIOWASI CNIOWASI.c
[15/22] Compiling CNIOWindows shim.c
[16/22] Compiling CNIODarwin shim.c
[17/22] Compiling CNIOLinux liburing_shims.c
[18/22] Compiling CNIOLinux shim.c
[19/22] Write swift-version-24593BA9C3E375BF.txt
[21/67] Emitting module _NIODataStructures
[22/67] Emitting module Atomics
[22/69] Compiling c-nioatomics.c
[23/69] Compiling c-atomics.c
[25/69] Emitting module InternalCollectionsUtilities
[26/69] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[27/69] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[28/69] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[29/71] Compiling CoreMetrics Metrics.swift
[30/71] Emitting module _NIOBase64
[31/71] Compiling _NIOBase64 Base64.swift
[32/72] Compiling InternalCollectionsUtilities UInt+reversed.swift
[33/72] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[35/78] Compiling _NIODataStructures _TinyArray.swift
[36/78] Compiling _NIODataStructures PriorityQueue.swift
[37/78] Compiling Atomics IntegerOperations.swift
[38/78] Compiling Atomics Unmanaged extensions.swift
[39/78] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[40/78] Compiling InternalCollectionsUtilities Specialize.swift
[41/78] Compiling InternalCollectionsUtilities Debugging.swift
[42/78] Compiling InternalCollectionsUtilities Descriptions.swift
[43/78] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[44/78] Compiling InternalCollectionsUtilities Integer rank.swift
[45/78] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[46/78] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[47/78] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[50/78] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[52/78] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[53/78] Compiling InternalCollectionsUtilities _SortedCollection.swift
[54/78] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[70/80] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[73/80] Emitting module NIOConcurrencyHelpers
[74/95] Compiling DequeModule _DequeBuffer.swift
[75/95] Compiling DequeModule _DequeBufferHeader.swift
[76/97] Emitting module CoreMetrics
[77/97] Compiling CoreMetrics Locks.swift
[78/97] Compiling NIOConcurrencyHelpers lock.swift
[79/98] Compiling NIOConcurrencyHelpers NIOLock.swift
[80/98] Compiling _NIODataStructures Heap.swift
[82/99] Compiling NIOConcurrencyHelpers atomics.swift
[83/99] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[86/100] Compiling DequeModule _DequeSlot.swift
[87/100] Compiling DequeModule _UnsafeWrappedBuffer.swift
[88/100] Compiling DequeModule Deque+Testing.swift
[89/100] Compiling DequeModule Deque._Storage.swift
[90/100] Compiling DequeModule Deque+Extras.swift
[91/100] Compiling DequeModule Deque+Hashable.swift
[92/100] Compiling DequeModule Deque+Equatable.swift
[93/100] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[94/100] Compiling DequeModule Deque+CustomReflectable.swift
[95/100] Compiling DequeModule Deque+Descriptions.swift
[96/100] Compiling DequeModule Deque._UnsafeHandle.swift
[97/100] Compiling DequeModule Deque.swift
[98/100] Compiling DequeModule Deque+Codable.swift
[99/100] Compiling DequeModule Deque+Collection.swift
[100/100] Emitting module DequeModule
[102/160] Compiling NIOCore MarkedCircularBuffer.swift
[103/160] Compiling NIOCore MulticastChannel.swift
[104/160] Compiling NIOCore NIOAny.swift
[105/160] Compiling NIOCore NIOCloseOnErrorHandler.swift
[106/160] Compiling NIOCore NIOLoopBound.swift
[107/160] Compiling NIOCore NIOScheduledCallback.swift
[108/160] Compiling NIOCore NIOSendable.swift
[109/160] Compiling NIOCore RecvByteBufferAllocator.swift
[110/168] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[111/168] Compiling NIOCore SocketAddresses.swift
[112/168] Compiling NIOCore SocketOptionProvider.swift
[113/168] Compiling NIOCore SystemCallHelpers.swift
[114/168] Compiling NIOCore TimeAmount+Duration.swift
[115/168] Compiling NIOCore TypeAssistedChannelHandler.swift
[116/168] Compiling NIOCore UniversalBootstrapSupport.swift
[117/168] Compiling NIOCore Utilities.swift
[118/168] Compiling NIOCore AddressedEnvelope.swift
[119/168] Compiling NIOCore AsyncAwaitSupport.swift
[120/168] Compiling NIOCore AsyncChannel.swift
[121/168] Compiling NIOCore AsyncChannelHandler.swift
[122/168] Compiling NIOCore AsyncChannelInboundStream.swift
[123/168] Compiling NIOCore AsyncChannelOutboundWriter.swift
[124/168] Compiling NIOCore NIOAsyncSequenceProducer.swift
[125/168] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[126/168] Compiling NIOCore NIOAsyncWriter.swift
[127/168] Compiling NIOCore EventLoop.swift
[128/168] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[129/168] Compiling NIOCore EventLoopFuture+Deprecated.swift
[130/168] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[131/168] Compiling NIOCore EventLoopFuture.swift
[132/168] Compiling NIOCore FileDescriptor.swift
[133/168] Compiling NIOCore FileHandle.swift
[134/168] Compiling NIOCore FileRegion.swift
[135/168] Compiling NIOCore GlobalSingletons.swift
[136/168] Compiling NIOCore IO.swift
[137/168] Compiling NIOCore IOData.swift
[138/168] Compiling NIOCore IPProtocol.swift
[139/168] Compiling NIOCore IntegerBitPacking.swift
[140/168] Compiling NIOCore IntegerTypes.swift
[141/168] Compiling NIOCore Interfaces.swift
[142/168] Compiling NIOCore Linux.swift
[143/168] Compiling NIOCore ChannelPipeline.swift
[144/168] Compiling NIOCore CircularBuffer.swift
[145/168] Compiling NIOCore Codec.swift
[146/168] Compiling NIOCore ConvenienceOptionSupport.swift
[147/168] Compiling NIOCore DeadChannel.swift
[148/168] Compiling NIOCore DispatchQueue+WithFuture.swift
[149/168] Compiling NIOCore EventLoop+Deprecated.swift
[150/168] Compiling NIOCore EventLoop+SerialExecutor.swift
[151/168] Compiling NIOCore ByteBuffer-multi-int.swift
[152/168] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[153/168] Compiling NIOCore ByteBuffer-views.swift
[154/168] Compiling NIOCore Channel.swift
[155/168] Compiling NIOCore ChannelHandler.swift
[156/168] Compiling NIOCore ChannelHandlers.swift
[157/168] Compiling NIOCore ChannelInvoker.swift
[158/168] Compiling NIOCore ChannelOption.swift
[159/168] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[160/168] Compiling NIOCore BSDSocketAPI.swift
[161/168] Compiling NIOCore ByteBuffer-aux.swift
[162/168] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[163/168] Compiling NIOCore ByteBuffer-conversions.swift
[164/168] Compiling NIOCore ByteBuffer-core.swift
[165/168] Compiling NIOCore ByteBuffer-hex.swift
[166/168] Compiling NIOCore ByteBuffer-int.swift
[167/168] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[168/168] Emitting module NIOCore
[170/220] Compiling NIOEmbedded AsyncTestingChannel.swift
[171/220] Emitting module NIOEmbedded
[172/220] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[173/220] Compiling NIOEmbedded Embedded.swift
[174/221] Compiling NIOPosix PooledRecvBufferAllocator.swift
[175/221] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[176/221] Compiling NIOPosix PosixSingletons.swift
[177/221] Compiling NIOPosix RawSocketBootstrap.swift
[178/221] Compiling NIOPosix Resolver.swift
[179/221] Compiling NIOPosix Selectable.swift
[181/227] Compiling NIOPosix ThreadPosix.swift
[182/227] Compiling NIOPosix ThreadWindows.swift
[183/227] Compiling NIOPosix UnsafeTransfer.swift
[184/227] Compiling NIOPosix Utilities.swift
[185/227] Compiling NIOPosix VsockAddress.swift
[186/227] Compiling NIOPosix VsockChannelEvents.swift
[187/227] Emitting module NIOPosix
[188/227] Compiling NIOPosix SelectableChannel.swift
[189/227] Compiling NIOPosix SelectableEventLoop.swift
[190/227] Compiling NIOPosix SelectorEpoll.swift
[191/227] Compiling NIOPosix SelectorGeneric.swift
[192/227] Compiling NIOPosix SelectorKqueue.swift
[193/227] Compiling NIOPosix SelectorUring.swift
[194/227] Compiling NIOPosix ServerSocket.swift
[195/227] Compiling NIOPosix Socket.swift
[196/227] Compiling NIOPosix SocketChannel.swift
[197/227] Compiling NIOPosix SocketProtocols.swift
[198/227] Compiling NIOPosix System.swift
[199/227] Compiling NIOPosix Thread.swift
[200/227] Compiling NIOPosix BSDSocketAPICommon.swift
[201/227] Compiling NIOPosix BSDSocketAPIPosix.swift
[202/227] Compiling NIOPosix BSDSocketAPIWindows.swift
[203/227] Compiling NIOPosix BaseSocket.swift
[204/227] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[205/227] Compiling NIOPosix BaseSocketChannel.swift
[206/227] Compiling NIOPosix BaseStreamSocketChannel.swift
[207/227] Compiling NIOPosix Bootstrap.swift
[208/227] Compiling NIOPosix ControlMessage.swift
[209/227] Compiling NIOPosix DatagramVectorReadManager.swift
[210/227] Compiling NIOPosix Errors+Any.swift
[211/227] Compiling NIOPosix FileDescriptor.swift
[212/227] Compiling NIOPosix GetaddrinfoResolver.swift
[213/227] Compiling NIOPosix HappyEyeballs.swift
[214/227] Compiling NIOPosix NIOThreadPool.swift
[215/227] Compiling NIOPosix NonBlockingFileIO.swift
[216/227] Compiling NIOPosix PendingDatagramWritesManager.swift
[217/227] Compiling NIOPosix PendingWritesManager.swift
[218/227] Compiling NIOPosix PipeChannel.swift
[219/227] Compiling NIOPosix PipePair.swift
[220/227] Compiling NIOPosix Pool.swift
[221/227] Compiling NIOPosix IO.swift
[222/227] Compiling NIOPosix IntegerBitPacking.swift
[223/227] Compiling NIOPosix IntegerTypes.swift
[224/227] Compiling NIOPosix Linux.swift
[225/227] Compiling NIOPosix LinuxCPUSet.swift
[226/227] Compiling NIOPosix LinuxUring.swift
[227/227] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[229/230] Compiling NIO Exports.swift
[230/230] Emitting module NIO
[232/234] 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>
[233/234] 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>
[234/234] Compiling StatsdClient Atomics.swift
Build complete! (52.55s)
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"
}
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
Done.