Build Information
Successful build of swift-statsd-client, reference 1.1.0 (71e1d1
), with Swift 6.0 for Linux on 18 Mar 2025 16:41:47 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:basic-6.0-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.60.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: linux
Swift version: 6.0
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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-metrics.git
[1/2158] Fetching swift-metrics
[2159/3863] Fetching swift-metrics, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.35s)
[1/74154] Fetching swift-nio
Fetched https://github.com/apple/swift-metrics.git from cache (3.60s)
Fetched https://github.com/apple/swift-nio.git from cache (3.68s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.49s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (0.48s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.81.0 (2.12s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4221] Fetching swift-system
[1268/20116] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.88s)
Fetched https://github.com/apple/swift-collections.git from cache (0.90s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.47s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.69s)
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.1
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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.81.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
Building for debugging...
[0/22] Write sources
[11/22] Compiling CNIOWindows shim.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 WSAStartup.c
[17/22] Compiling CNIOLinux shim.c
[18/22] Compiling _AtomicsShims.c
[19/22] Write swift-version-24593BA9C3E375BF.txt
[20/67] Compiling c-nioatomics.c
[21/67] Compiling c-atomics.c
[23/73] Compiling CoreMetrics Metrics.swift
[24/73] Emitting module NIOConcurrencyHelpers
[25/73] Emitting module Atomics
[26/75] Emitting module _NIOBase64
[27/75] Compiling _NIOBase64 Base64.swift
[28/76] Compiling Atomics AtomicReference.swift
[29/76] Compiling Atomics AtomicStorage.swift
[30/76] Compiling Atomics AtomicValue.swift
[31/76] Compiling Atomics Primitives.shims.swift
[32/76] Compiling Atomics AtomicInteger.swift
[33/76] Compiling Atomics AtomicOptionalWrappable.swift
[34/76] Emitting module InternalCollectionsUtilities
[35/78] Compiling Atomics AtomicMemoryOrderings.swift
[36/78] Compiling Atomics DoubleWord.swift
[37/78] Compiling Atomics ManagedAtomic.swift
[38/78] Compiling Atomics ManagedAtomicLazyReference.swift
[39/78] Compiling Atomics OptionalRawRepresentable.swift
[40/78] Compiling Atomics RawRepresentable.swift
[41/78] Compiling Atomics AtomicBool.swift
[45/78] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[46/78] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[51/78] Compiling _NIODataStructures PriorityQueue.swift
[52/78] Compiling _NIODataStructures _TinyArray.swift
[53/78] Compiling Atomics IntegerConformances.swift
[54/78] Compiling Atomics PointerConformances.swift
[55/78] Compiling Atomics Primitives.native.swift
[66/78] Compiling Atomics IntegerOperations.swift
[67/78] Compiling Atomics Unmanaged extensions.swift
[72/95] Compiling NIOConcurrencyHelpers lock.swift
[73/95] Compiling DequeModule Deque+Equatable.swift
[74/95] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[75/95] Compiling DequeModule Deque+CustomReflectable.swift
[76/95] Compiling DequeModule Deque+Descriptions.swift
[77/95] Emitting module CoreMetrics
[78/95] Compiling CoreMetrics Locks.swift
[79/98] Emitting module _NIODataStructures
[80/98] Compiling _NIODataStructures Heap.swift
[81/99] Compiling DequeModule _DequeBuffer.swift
[82/99] Compiling DequeModule _DequeBufferHeader.swift
[85/99] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[86/99] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[87/99] Compiling NIOConcurrencyHelpers NIOLock.swift
[88/99] Compiling NIOConcurrencyHelpers atomics.swift
[89/100] Compiling DequeModule Deque+Extras.swift
[90/100] Compiling DequeModule Deque+Hashable.swift
[92/100] Compiling DequeModule _DequeSlot.swift
[93/100] Compiling DequeModule _UnsafeWrappedBuffer.swift
[94/100] Compiling DequeModule Deque+Testing.swift
[95/100] Compiling DequeModule Deque._Storage.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 AddressedEnvelope.swift
[103/160] Compiling NIOCore AsyncAwaitSupport.swift
[104/160] Compiling NIOCore AsyncChannel.swift
[105/160] Compiling NIOCore AsyncChannelHandler.swift
[106/160] Compiling NIOCore AsyncChannelInboundStream.swift
[107/160] Compiling NIOCore AsyncChannelOutboundWriter.swift
[108/160] Compiling NIOCore NIOAsyncSequenceProducer.swift
[109/160] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[110/160] Compiling NIOCore NIOAsyncWriter.swift
[111/168] Compiling NIOCore GlobalSingletons.swift
[112/168] Compiling NIOCore IO.swift
[113/168] Compiling NIOCore IOData.swift
[114/168] Compiling NIOCore IPProtocol.swift
[115/168] Compiling NIOCore IntegerBitPacking.swift
[116/168] Compiling NIOCore IntegerTypes.swift
[117/168] Compiling NIOCore Interfaces.swift
[118/168] Compiling NIOCore Linux.swift
[119/168] Compiling NIOCore EventLoop.swift
[120/168] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[121/168] Compiling NIOCore EventLoopFuture+Deprecated.swift
[122/168] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[123/168] Compiling NIOCore EventLoopFuture.swift
[124/168] Compiling NIOCore FileDescriptor.swift
[125/168] Compiling NIOCore FileHandle.swift
[126/168] Compiling NIOCore FileRegion.swift
[127/168] Compiling NIOCore MarkedCircularBuffer.swift
[128/168] Compiling NIOCore MulticastChannel.swift
[129/168] Compiling NIOCore NIOAny.swift
[130/168] Compiling NIOCore NIOCloseOnErrorHandler.swift
[131/168] Compiling NIOCore NIOLoopBound.swift
[132/168] Compiling NIOCore NIOScheduledCallback.swift
[133/168] Compiling NIOCore NIOSendable.swift
[134/168] Compiling NIOCore RecvByteBufferAllocator.swift
[135/168] Compiling NIOCore ChannelPipeline.swift
[136/168] Compiling NIOCore CircularBuffer.swift
[137/168] Compiling NIOCore Codec.swift
[138/168] Compiling NIOCore ConvenienceOptionSupport.swift
[139/168] Compiling NIOCore DeadChannel.swift
[140/168] Compiling NIOCore DispatchQueue+WithFuture.swift
[141/168] Compiling NIOCore EventLoop+Deprecated.swift
[142/168] Compiling NIOCore EventLoop+SerialExecutor.swift
[143/168] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[144/168] Compiling NIOCore BSDSocketAPI.swift
[145/168] Compiling NIOCore ByteBuffer-aux.swift
[146/168] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[147/168] Compiling NIOCore ByteBuffer-conversions.swift
[148/168] Compiling NIOCore ByteBuffer-core.swift
[149/168] Compiling NIOCore ByteBuffer-hex.swift
[150/168] Compiling NIOCore ByteBuffer-int.swift
[151/168] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[152/168] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[153/168] Compiling NIOCore SocketAddresses.swift
[154/168] Compiling NIOCore SocketOptionProvider.swift
[155/168] Compiling NIOCore SystemCallHelpers.swift
[156/168] Compiling NIOCore TimeAmount+Duration.swift
[157/168] Compiling NIOCore TypeAssistedChannelHandler.swift
[158/168] Compiling NIOCore UniversalBootstrapSupport.swift
[159/168] Compiling NIOCore Utilities.swift
[160/168] Compiling NIOCore ByteBuffer-multi-int.swift
[161/168] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[162/168] Compiling NIOCore ByteBuffer-views.swift
[163/168] Compiling NIOCore Channel.swift
[164/168] Compiling NIOCore ChannelHandler.swift
[165/168] Compiling NIOCore ChannelHandlers.swift
[166/168] Compiling NIOCore ChannelInvoker.swift
[167/168] Compiling NIOCore ChannelOption.swift
[168/168] Emitting module NIOCore
[170/220] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[171/220] Emitting module NIOEmbedded
[172/220] Compiling NIOEmbedded Embedded.swift
[173/220] Compiling NIOEmbedded AsyncTestingChannel.swift
[175/221] Compiling NIOPosix PooledRecvBufferAllocator.swift
[176/221] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[177/221] Compiling NIOPosix PosixSingletons.swift
[178/221] Compiling NIOPosix RawSocketBootstrap.swift
[179/221] Compiling NIOPosix Resolver.swift
[180/221] Compiling NIOPosix Selectable.swift
[181/227] Compiling NIOPosix SelectableChannel.swift
[182/227] Compiling NIOPosix SelectableEventLoop.swift
[183/227] Compiling NIOPosix SelectorEpoll.swift
[184/227] Compiling NIOPosix SelectorGeneric.swift
[185/227] Compiling NIOPosix SelectorKqueue.swift
[186/227] Compiling NIOPosix SelectorUring.swift
[187/227] Compiling NIOPosix ServerSocket.swift
[188/227] Compiling NIOPosix Socket.swift
[189/227] Compiling NIOPosix SocketChannel.swift
[190/227] Compiling NIOPosix SocketProtocols.swift
[191/227] Compiling NIOPosix System.swift
[192/227] Compiling NIOPosix Thread.swift
[193/227] Emitting module NIOPosix
[194/227] Compiling NIOPosix BSDSocketAPICommon.swift
[195/227] Compiling NIOPosix BSDSocketAPIPosix.swift
[196/227] Compiling NIOPosix BSDSocketAPIWindows.swift
[197/227] Compiling NIOPosix BaseSocket.swift
[198/227] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[199/227] Compiling NIOPosix BaseSocketChannel.swift
[200/227] Compiling NIOPosix BaseStreamSocketChannel.swift
[201/227] Compiling NIOPosix Bootstrap.swift
[202/227] Compiling NIOPosix ControlMessage.swift
[203/227] Compiling NIOPosix DatagramVectorReadManager.swift
[204/227] Compiling NIOPosix Errors+Any.swift
[205/227] Compiling NIOPosix FileDescriptor.swift
[206/227] Compiling NIOPosix GetaddrinfoResolver.swift
[207/227] Compiling NIOPosix HappyEyeballs.swift
[208/227] Compiling NIOPosix ThreadPosix.swift
[209/227] Compiling NIOPosix ThreadWindows.swift
[210/227] Compiling NIOPosix UnsafeTransfer.swift
[211/227] Compiling NIOPosix Utilities.swift
[212/227] Compiling NIOPosix VsockAddress.swift
[213/227] Compiling NIOPosix VsockChannelEvents.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] Emitting module NIO
[230/230] Compiling NIO Exports.swift
[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! (44.60s)
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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.