This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 with Swift 5.8 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.28.9
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-statsd-client.git
Reference: 1.0.1
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.0.1      -> FETCH_HEAD
HEAD is now at d63a400 Address deprecation warnings (#41)
Cloned https://github.com/apple/swift-statsd-client.git
Revision (git rev-parse @):
d63a400b1424657636781c66b34d17e2fb946f31
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/apple/swift-statsd-client.git at 1.0.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  $workDir
https://github.com/apple/swift-statsd-client.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-docc-plugin
[1/1563] Fetching swift-atomics
[439/3020] Fetching swift-atomics, swift-docc-plugin
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-atomics.git (0.47s)
Fetched https://github.com/apple/swift-docc-plugin (0.47s)
[1/1935] Fetching swift-metrics
Fetched https://github.com/apple/swift-metrics.git (0.28s)
[1/64354] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git (3.99s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (0.32s)
Fetching https://github.com/apple/swift-docc-symbolkit
[1/2454] Fetching swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-symbolkit (0.36s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.33s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.29s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.4.1 (0.30s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.63.0 (0.43s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/2981] Fetching swift-system
[2655/16600] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git (0.90s)
Fetched https://github.com/apple/swift-collections.git (0.92s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.2.1 (0.28s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.0.6 (0.32s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.63.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.2.1
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.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-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.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.4.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.0.6
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/10] Compiling CNIOWindows WSAStartup.c
[3/10] Compiling CNIODarwin shim.c
[4/10] Compiling CNIOLinux liburing_shims.c
[5/10] Compiling CNIOWindows shim.c
[6/10] Compiling _AtomicsShims.c
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOLinux/shim.c:203:9: warning: 'RENAME_NOREPLACE' macro redefined [-Wmacro-redefined]
#define RENAME_NOREPLACE 1
        ^
/usr/include/stdio.h:164:10: note: previous definition is here
# define RENAME_NOREPLACE (1 << 0)
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOLinux/shim.c:204:9: warning: 'RENAME_EXCHANGE' macro redefined [-Wmacro-redefined]
#define RENAME_EXCHANGE  2
        ^
/usr/include/stdio.h:165:10: note: previous definition is here
# define RENAME_EXCHANGE (1 << 1)
         ^
2 warnings generated.
[7/10] Compiling CNIOLinux shim.c
[9/57] Emitting module DequeModule
[9/59] Compiling c-nioatomics.c
[10/59] Compiling c-atomics.c
[12/65] Compiling DequeModule _DequeBuffer.swift
[13/65] Compiling DequeModule _DequeBufferHeader.swift
[14/67] Compiling _NIODataStructures PriorityQueue.swift
[15/67] Emitting module Atomics
[16/67] Compiling DequeModule Deque.swift
[17/67] Compiling DequeModule UnsafeMutableBufferPointer+Utilities.swift
[18/67] Compiling Atomics AtomicReference.swift
[19/67] Compiling DequeModule Deque._Storage.swift
[20/67] Compiling DequeModule Deque._UnsafeHandle.swift
[21/67] Compiling Atomics ManagedAtomic.swift
[22/67] Compiling Atomics ManagedAtomicLazyReference.swift
[29/67] Compiling Atomics Primitives.shims.swift
[30/67] Compiling Atomics AtomicInteger.swift
[31/67] Compiling Atomics AtomicOptionalWrappable.swift
[35/67] Compiling Atomics IntegerConformances.swift
[36/67] Compiling Atomics PointerConformances.swift
[37/67] Compiling Atomics Primitives.native.swift
[38/67] Compiling Atomics OptionalRawRepresentable.swift
[39/67] Compiling Atomics RawRepresentable.swift
[40/67] Compiling Atomics AtomicBool.swift
[41/67] Compiling Atomics IntegerOperations.swift
[42/67] Compiling Atomics Unmanaged extensions.swift
[54/68] Emitting module _NIOBase64
[55/68] Compiling _NIOBase64 Base64.swift
[57/71] Compiling _NIODataStructures _TinyArray.swift
[63/73] Compiling CoreMetrics Metrics.swift
[64/73] Emitting module _NIODataStructures
[65/73] Compiling _NIODataStructures Heap.swift
[68/75] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[69/75] Emitting module NIOConcurrencyHelpers
[70/75] Compiling NIOConcurrencyHelpers lock.swift
[71/75] Emitting module CoreMetrics
[72/75] Compiling CoreMetrics Locks.swift
[75/77] Compiling NIOConcurrencyHelpers atomics.swift
[76/77] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[77/77] Compiling NIOConcurrencyHelpers NIOLock.swift
[80/136] Compiling NIOCore AddressedEnvelope.swift
[81/136] Compiling NIOCore AsyncAwaitSupport.swift
[82/136] Compiling NIOCore AsyncChannel.swift
[83/136] Compiling NIOCore AsyncChannelInboundStream.swift
[84/136] Compiling NIOCore AsyncChannelInboundStreamChannelHandler.swift
[85/136] Compiling NIOCore AsyncChannelOutboundWriter.swift
[86/136] Compiling NIOCore AsyncChannelOutboundWriterHandler.swift
[87/136] Compiling NIOCore NIOAsyncSequenceProducer.swift
[88/144] Compiling NIOCore GlobalSingletons.swift
[89/144] Compiling NIOCore IO.swift
[90/144] Compiling NIOCore IOData.swift
[91/144] Compiling NIOCore IPProtocol.swift
[92/144] Compiling NIOCore IntegerBitPacking.swift
[93/144] Compiling NIOCore IntegerTypes.swift
[94/144] Compiling NIOCore Interfaces.swift
[95/144] Compiling NIOCore Linux.swift
[96/144] Compiling NIOCore MarkedCircularBuffer.swift
[97/144] Compiling NIOCore MulticastChannel.swift
[98/144] Compiling NIOCore NIOAny.swift
[99/144] Compiling NIOCore NIOCloseOnErrorHandler.swift
[100/144] Compiling NIOCore NIOLoopBound.swift
[101/144] Compiling NIOCore NIOSendable.swift
[102/144] Compiling NIOCore PointerHelpers.swift
[103/144] Compiling NIOCore RecvByteBufferAllocator.swift
[104/144] Compiling NIOCore EventLoop+SerialExecutor.swift
[105/144] Compiling NIOCore EventLoop.swift
[106/144] Compiling NIOCore EventLoopFuture+Deprecated.swift
[107/144] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[108/144] Compiling NIOCore EventLoopFuture.swift
[109/144] Compiling NIOCore FileDescriptor.swift
[110/144] Compiling NIOCore FileHandle.swift
[111/144] Compiling NIOCore FileRegion.swift
[112/144] Compiling NIOCore ChannelOption.swift
[113/144] Compiling NIOCore ChannelPipeline.swift
[114/144] Compiling NIOCore CircularBuffer.swift
[115/144] Compiling NIOCore Codec.swift
[116/144] Compiling NIOCore ConvenienceOptionSupport.swift
[117/144] Compiling NIOCore DeadChannel.swift
[118/144] Compiling NIOCore DispatchQueue+WithFuture.swift
[119/144] Compiling NIOCore EventLoop+Deprecated.swift
[120/144] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[121/144] Compiling NIOCore SocketAddresses.swift
[122/144] Compiling NIOCore SocketOptionProvider.swift
[123/144] Compiling NIOCore SystemCallHelpers.swift
[124/144] Compiling NIOCore TimeAmount+Duration.swift
[125/144] Compiling NIOCore TypeAssistedChannelHandler.swift
[126/144] Compiling NIOCore UniversalBootstrapSupport.swift
[127/144] Compiling NIOCore Utilities.swift
[128/144] Compiling NIOCore ByteBuffer-int.swift
[129/144] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[130/144] Compiling NIOCore ByteBuffer-multi-int.swift
[131/144] Compiling NIOCore ByteBuffer-views.swift
[132/144] Compiling NIOCore Channel.swift
[133/144] Compiling NIOCore ChannelHandler.swift
[134/144] Compiling NIOCore ChannelHandlers.swift
[135/144] Compiling NIOCore ChannelInvoker.swift
[136/144] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[137/144] Compiling NIOCore NIOAsyncWriter.swift
[138/144] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[139/144] Compiling NIOCore BSDSocketAPI.swift
[140/144] Compiling NIOCore ByteBuffer-aux.swift
[141/144] Compiling NIOCore ByteBuffer-conversions.swift
[142/144] Compiling NIOCore ByteBuffer-core.swift
[143/144] Compiling NIOCore ByteBuffer-hexdump.swift
[144/144] Emitting module NIOCore
[147/197] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[148/197] Compiling NIOEmbedded Embedded.swift
[149/197] Emitting module NIOEmbedded
[150/197] Compiling NIOEmbedded AsyncTestingChannel.swift
[153/199] Compiling NIOPosix IntegerBitPacking.swift
[154/199] Compiling NIOPosix IntegerTypes.swift
[155/199] Compiling NIOPosix Linux.swift
[156/199] Compiling NIOPosix LinuxCPUSet.swift
[157/199] Compiling NIOPosix LinuxUring.swift
[158/199] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[159/199] Compiling NIOPosix NIOThreadPool.swift
[160/205] Emitting module NIOPosix
[161/205] Compiling NIOPosix PooledRecvBufferAllocator.swift
[162/205] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[163/205] Compiling NIOPosix PosixSingletons.swift
[164/205] Compiling NIOPosix RawSocketBootstrap.swift
[165/205] Compiling NIOPosix Resolver.swift
[166/205] Compiling NIOPosix Selectable.swift
[167/205] Compiling NIOPosix SelectableChannel.swift
[168/205] Compiling NIOPosix SelectableEventLoop.swift
[169/205] Compiling NIOPosix SelectorEpoll.swift
[170/205] Compiling NIOPosix SelectorGeneric.swift
[171/205] Compiling NIOPosix SelectorKqueue.swift
[172/205] Compiling NIOPosix SelectorUring.swift
[173/205] Compiling NIOPosix BSDSocketAPICommon.swift
[174/205] Compiling NIOPosix BSDSocketAPIPosix.swift
[175/205] Compiling NIOPosix BSDSocketAPIWindows.swift
[176/205] Compiling NIOPosix BaseSocket.swift
[177/205] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[178/205] Compiling NIOPosix BaseSocketChannel.swift
[179/205] Compiling NIOPosix BaseStreamSocketChannel.swift
[180/205] Compiling NIOPosix ThreadPosix.swift
[181/205] Compiling NIOPosix ThreadWindows.swift
[182/205] Compiling NIOPosix UnsafeTransfer.swift
[183/205] Compiling NIOPosix Utilities.swift
[184/205] Compiling NIOPosix VsockAddress.swift
[185/205] Compiling NIOPosix VsockChannelEvents.swift
[186/205] Compiling NIOPosix ServerSocket.swift
[187/205] Compiling NIOPosix Socket.swift
[188/205] Compiling NIOPosix SocketChannel.swift
[189/205] Compiling NIOPosix SocketProtocols.swift
[190/205] Compiling NIOPosix System.swift
[191/205] Compiling NIOPosix Thread.swift
[192/205] Compiling NIOPosix NonBlockingFileIO.swift
[193/205] Compiling NIOPosix PendingDatagramWritesManager.swift
[194/205] Compiling NIOPosix PendingWritesManager.swift
[195/205] Compiling NIOPosix PipeChannel.swift
[196/205] Compiling NIOPosix PipePair.swift
[197/205] Compiling NIOPosix PointerHelpers.swift
[198/205] Compiling NIOPosix Pool.swift
[199/205] Compiling NIOPosix Bootstrap.swift
[200/205] Compiling NIOPosix ControlMessage.swift
[201/205] Compiling NIOPosix DatagramVectorReadManager.swift
[202/205] Compiling NIOPosix FileDescriptor.swift
[203/205] Compiling NIOPosix GetaddrinfoResolver.swift
[204/205] Compiling NIOPosix HappyEyeballs.swift
[205/205] Compiling NIOPosix IO.swift
[208/209] Compiling NIO Exports.swift
[209/209] Emitting module NIO
[212/214] Compiling StatsdClient StatsdClient.swift
[213/214] Compiling StatsdClient Atomics.swift
[214/214] Emitting module StatsdClient
Build complete! (31.57s)
Build complete.
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.