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 main (230edf), with Swift 6.2 (beta) for Android on 23 Jun 2025 10:07:44 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:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
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.2
Building package at path:  $PWD
https://github.com/apple/swift-statsd-client.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-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
[840/4003] Fetching swift-metrics, swift-atomics
[4004/80342] Fetching swift-metrics, swift-atomics, swift-nio
Fetched https://github.com/apple/swift-metrics.git from cache (0.60s)
[2561/78136] Fetching swift-atomics, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (8.59s)
Fetched https://github.com/apple/swift-nio.git from cache (8.72s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (9.18s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (1.31s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (2.88s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4436] Fetching swift-system
[2752/21076] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.16s)
Fetched https://github.com/apple/swift-collections.git from cache (1.19s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.60s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.00s)
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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.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-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-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
[11/22] Compiling CNIOWindows shim.c
[13/22] Compiling CNIOWASI CNIOWASI.c
[14/22] Write sources
[15/22] Compiling CNIODarwin shim.c
[16/22] Compiling CNIOLinux liburing_shims.c
[17/22] Compiling _AtomicsShims.c
[18/22] Write swift-version-8C5A4AE7A8CE2BA.txt
[19/22] Compiling CNIOLinux shim.c
[20/63] Compiling c-nioatomics.c
[21/63] Compiling c-atomics.c
[23/69] Emitting module Atomics
[24/71] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[25/71] Compiling InternalCollectionsUtilities Integer rank.swift
[26/71] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[27/71] Compiling Atomics IntegerConformances.swift
[28/72] Compiling CoreMetrics Metrics.swift
[29/72] Compiling Atomics PointerConformances.swift
[30/72] Compiling Atomics Primitives.native.swift
[31/72] Compiling Atomics IntegerOperations.swift
[32/72] Compiling Atomics Unmanaged extensions.swift
[33/72] Compiling Atomics AtomicInteger.swift
[34/72] Compiling Atomics AtomicOptionalWrappable.swift
[35/72] Compiling Atomics AtomicReference.swift
[36/72] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[37/72] Compiling Atomics AtomicStorage.swift
[38/72] Compiling Atomics AtomicValue.swift
[39/72] Compiling Atomics AtomicMemoryOrderings.swift
[40/72] Compiling Atomics DoubleWord.swift
[43/72] Compiling Atomics UnsafeAtomic.swift
[44/72] Compiling Atomics UnsafeAtomicLazyReference.swift
[47/72] Emitting module InternalCollectionsUtilities
[50/72] Compiling Atomics ManagedAtomic.swift
[51/72] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[52/72] Compiling Atomics ManagedAtomicLazyReference.swift
[54/73] Compiling NIOConcurrencyHelpers lock.swift
[55/74] Emitting module _NIOBase64
[56/74] Compiling _NIOBase64 Base64.swift
[58/89] Compiling DequeModule Deque+Descriptions.swift
[59/89] Compiling DequeModule Deque+Equatable.swift
[60/89] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[61/89] Compiling _NIODataStructures Heap.swift
[62/89] Emitting module _NIODataStructures
[63/89] Compiling _NIODataStructures PriorityQueue.swift
[64/89] Compiling _NIODataStructures _TinyArray.swift
[66/90] Compiling DequeModule Deque+CustomReflectable.swift
[70/92] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[71/92] Emitting module NIOConcurrencyHelpers
[72/92] Compiling NIOConcurrencyHelpers NIOLock.swift
[73/92] Compiling NIOConcurrencyHelpers atomics.swift
[74/92] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[75/93] Compiling DequeModule Deque+Codable.swift
[76/93] Compiling DequeModule Deque+Collection.swift
[79/94] Compiling DequeModule _DequeBuffer.swift
[80/94] Compiling DequeModule _DequeBufferHeader.swift
[82/94] Compiling DequeModule _DequeSlot.swift
[83/94] Compiling DequeModule _UnsafeWrappedBuffer.swift
[84/94] Compiling DequeModule Deque+Extras.swift
[85/94] Compiling DequeModule Deque+Hashable.swift
[86/94] Compiling DequeModule Deque+Testing.swift
[87/94] Compiling DequeModule Deque._Storage.swift
[88/94] Compiling DequeModule Deque._UnsafeHandle.swift
[89/94] Compiling DequeModule Deque.swift
[92/94] Emitting module DequeModule
[94/95] Emitting module CoreMetrics
[95/95] Compiling CoreMetrics Locks.swift
[97/156] Compiling NIOCore MulticastChannel.swift
[98/156] Compiling NIOCore NIOAny.swift
[99/156] Compiling NIOCore NIOCloseOnErrorHandler.swift
[100/156] Compiling NIOCore NIOLoopBound.swift
[101/156] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[102/156] Compiling NIOCore NIOScheduledCallback.swift
[103/156] Compiling NIOCore NIOSendable.swift
[104/156] Compiling NIOCore RecvByteBufferAllocator.swift
[105/164] Compiling NIOCore IO.swift
[106/164] Compiling NIOCore IOData.swift
[107/164] Compiling NIOCore IPProtocol.swift
[108/164] Compiling NIOCore IntegerBitPacking.swift
[109/164] Compiling NIOCore IntegerTypes.swift
[110/164] Compiling NIOCore Interfaces.swift
[111/164] Compiling NIOCore Linux.swift
[112/164] Compiling NIOCore MarkedCircularBuffer.swift
[113/164] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[114/164] Compiling NIOCore SocketAddresses.swift
[115/164] Compiling NIOCore SocketOptionProvider.swift
[116/164] Compiling NIOCore SystemCallHelpers.swift
[117/164] Compiling NIOCore TimeAmount+Duration.swift
[118/164] Compiling NIOCore TypeAssistedChannelHandler.swift
[119/164] Compiling NIOCore UniversalBootstrapSupport.swift
[120/164] Compiling NIOCore Utilities.swift
[121/164] Compiling NIOCore AddressedEnvelope.swift
[122/164] Compiling NIOCore AsyncAwaitSupport.swift
[123/164] Compiling NIOCore AsyncChannel.swift
[124/164] Compiling NIOCore AsyncChannelHandler.swift
[125/164] Compiling NIOCore AsyncChannelInboundStream.swift
[126/164] Compiling NIOCore AsyncChannelOutboundWriter.swift
[127/164] Compiling NIOCore NIOAsyncSequenceProducer.swift
[128/164] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[129/164] Compiling NIOCore NIOAsyncWriter.swift
[130/164] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[131/164] Compiling NIOCore BSDSocketAPI.swift
[132/164] Compiling NIOCore ByteBuffer-aux.swift
[133/164] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[134/164] Compiling NIOCore ByteBuffer-conversions.swift
[135/164] Compiling NIOCore ByteBuffer-core.swift
[136/164] Compiling NIOCore ByteBuffer-hex.swift
[137/164] Compiling NIOCore ByteBuffer-int.swift
[138/164] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[139/164] Compiling NIOCore ByteBuffer-multi-int.swift
[140/164] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[141/164] Compiling NIOCore ByteBuffer-views.swift
[142/164] Compiling NIOCore Channel.swift
[143/164] Compiling NIOCore ChannelHandler.swift
[144/164] Compiling NIOCore ChannelHandlers.swift
[145/164] Compiling NIOCore ChannelInvoker.swift
[146/164] Compiling NIOCore ChannelOption.swift
[147/164] Compiling NIOCore ChannelPipeline.swift
[148/164] Compiling NIOCore CircularBuffer.swift
[149/164] Compiling NIOCore Codec.swift
[150/164] Compiling NIOCore ConvenienceOptionSupport.swift
[151/164] Compiling NIOCore DeadChannel.swift
[152/164] Compiling NIOCore DispatchQueue+WithFuture.swift
[153/164] Compiling NIOCore EventLoop+Deprecated.swift
[154/164] Compiling NIOCore EventLoop+SerialExecutor.swift
[155/164] Compiling NIOCore EventLoop.swift
[156/164] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[157/164] Compiling NIOCore EventLoopFuture+Deprecated.swift
[158/164] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[159/164] Compiling NIOCore EventLoopFuture.swift
[160/164] Compiling NIOCore FileDescriptor.swift
[161/164] Compiling NIOCore FileHandle.swift
[162/164] Compiling NIOCore FileRegion.swift
[163/164] Compiling NIOCore GlobalSingletons.swift
[164/164] Emitting module NIOCore
[166/215] Compiling NIOEmbedded AsyncTestingChannel.swift
[167/215] Emitting module NIOEmbedded
[168/215] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[169/215] Compiling NIOEmbedded Embedded.swift
[171/216] Compiling NIOPosix Pool.swift
[172/216] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[173/216] Compiling NIOPosix PosixSingletons.swift
[174/216] Compiling NIOPosix RawSocketBootstrap.swift
[175/216] Compiling NIOPosix Resolver.swift
[176/216] Compiling NIOPosix Selectable.swift
[177/222] Compiling NIOPosix SelectableChannel.swift
[178/222] Compiling NIOPosix SelectableEventLoop.swift
[179/222] Compiling NIOPosix SelectorEpoll.swift
[180/222] Compiling NIOPosix SelectorGeneric.swift
[181/222] Compiling NIOPosix SelectorKqueue.swift
[182/222] Compiling NIOPosix SelectorUring.swift
[183/222] Compiling NIOPosix ServerSocket.swift
[184/222] Compiling NIOPosix Socket.swift
[185/222] Compiling NIOPosix SocketChannel.swift
[186/222] Compiling NIOPosix SocketProtocols.swift
[187/222] Compiling NIOPosix System.swift
[188/222] Compiling NIOPosix Thread.swift
[189/222] Compiling NIOPosix ThreadPosix.swift
[190/222] Compiling NIOPosix ThreadWindows.swift
[191/222] Compiling NIOPosix UnsafeTransfer.swift
[192/222] Compiling NIOPosix Utilities.swift
[193/222] Compiling NIOPosix VsockAddress.swift
[194/222] Compiling NIOPosix VsockChannelEvents.swift
[195/222] Compiling NIOPosix BSDSocketAPICommon.swift
[196/222] Compiling NIOPosix BSDSocketAPIPosix.swift
[197/222] Compiling NIOPosix BSDSocketAPIWindows.swift
[198/222] Compiling NIOPosix BaseSocket.swift
[199/222] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[200/222] Compiling NIOPosix BaseSocketChannel.swift
[201/222] Compiling NIOPosix BaseStreamSocketChannel.swift
[202/222] Emitting module NIOPosix
[203/222] Compiling NIOPosix NIOThreadPool.swift
[204/222] Compiling NIOPosix NonBlockingFileIO.swift
[205/222] Compiling NIOPosix PendingDatagramWritesManager.swift
[206/222] Compiling NIOPosix PendingWritesManager.swift
[207/222] Compiling NIOPosix PipeChannel.swift
[208/222] Compiling NIOPosix PipePair.swift
[209/222] Compiling NIOPosix IO.swift
[210/222] Compiling NIOPosix IntegerBitPacking.swift
[211/222] Compiling NIOPosix IntegerTypes.swift
[212/222] Compiling NIOPosix Linux.swift
[213/222] Compiling NIOPosix LinuxCPUSet.swift
[214/222] Compiling NIOPosix LinuxUring.swift
[215/222] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[216/222] Compiling NIOPosix Bootstrap.swift
[217/222] Compiling NIOPosix ControlMessage.swift
[218/222] Compiling NIOPosix DatagramVectorReadManager.swift
[219/222] Compiling NIOPosix Errors+Any.swift
[220/222] Compiling NIOPosix FileDescriptor.swift
[221/222] Compiling NIOPosix GetaddrinfoResolver.swift
[222/222] Compiling NIOPosix HappyEyeballs.swift
[224/225] Emitting module NIO
[225/225] Compiling NIO Exports.swift
[227/229] 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>
[228/229] 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/229] Compiling StatsdClient Atomics.swift
Build complete! (90.47s)
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.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.