The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-statsd-client with Swift 5.8 for Linux.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.28.7
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 e550f8b Add CI for Swift 5.10 (#45)
Cloned https://github.com/apple/swift-statsd-client.git
Revision (git rev-parse @):
e550f8b8dd834d8eb665c4e5e6ad3144d70e3a9d
SPI manifest file found: $PWD/checkout/.spi.yml
SUCCESS checkout https://github.com/apple/swift-statsd-client.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  $PWD/checkout
https://github.com/apple/swift-statsd-client.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio.git
[1/1563] Fetching swift-atomics
[17/3020] Fetching swift-atomics, swift-docc-plugin
[3021/67284] Fetching swift-atomics, swift-docc-plugin, swift-nio
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-atomics.git (4.14s)
Fetched https://github.com/apple/swift-docc-plugin (4.15s)
Fetched https://github.com/apple/swift-nio.git (4.23s)
[1/1933] Fetching swift-metrics
Fetched https://github.com/apple/swift-metrics.git (0.34s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (0.35s)
Fetching https://github.com/apple/swift-docc-symbolkit
[1/2444] Fetching swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-symbolkit (0.44s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.35s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.72s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.4.1 (0.33s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.63.0 (0.45s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/12708] Fetching swift-collections
[764/15688] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git (0.39s)
[4321/12708] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git (0.94s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.2.1 (0.32s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.0.6 (0.34s)
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-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-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.0.6
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-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
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/10] Compiling CNIOWindows shim.c
[3/10] Compiling _AtomicsShims.c
[4/10] Compiling CNIOWindows WSAStartup.c
[5/10] Compiling CNIOLinux liburing_shims.c
[6/10] Compiling CNIODarwin shim.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 _NIODataStructures
[9/57] Compiling c-nioatomics.c
[10/57] Compiling c-atomics.c
[12/58] Compiling DequeModule Deque.swift
[13/58] Compiling DequeModule UnsafeMutableBufferPointer+Utilities.swift
[14/58] Compiling DequeModule _DequeBuffer.swift
[15/58] Compiling DequeModule _DequeBufferHeader.swift
[20/67] Emitting module DequeModule
[21/67] Compiling DequeModule Deque+Hashable.swift
[22/67] Compiling DequeModule Deque+Sendable.swift
[23/67] Compiling DequeModule Deque+Testing.swift
[24/67] Compiling DequeModule Compatibility.swift
[25/67] Compiling DequeModule Deque+Codable.swift
[26/67] Compiling DequeModule Deque+Collection.swift
[27/67] Compiling DequeModule Deque._Storage.swift
[28/67] Compiling DequeModule Deque._UnsafeHandle.swift
[29/67] Emitting module Atomics
[30/67] Compiling DequeModule Deque+Equatable.swift
[31/67] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[32/67] Compiling DequeModule Deque+Extras.swift
[35/67] Compiling DequeModule Deque+CustomDebugStringConvertible.swift
[36/67] Compiling DequeModule Deque+CustomReflectable.swift
[37/67] Compiling DequeModule Deque+CustomStringConvertible.swift
[47/67] Emitting module _NIOBase64
[48/67] Compiling _NIOBase64 Base64.swift
[53/69] Compiling DequeModule _DequeSlot.swift
[54/69] Compiling DequeModule _UnsafeWrappedBuffer.swift
[57/70] Compiling _NIODataStructures PriorityQueue.swift
[58/70] Compiling _NIODataStructures _TinyArray.swift
[64/73] Compiling CoreMetrics Metrics.swift
[65/73] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[66/73] Compiling CoreMetrics Locks.swift
[67/73] Emitting module CoreMetrics
[69/74] Compiling _NIODataStructures Heap.swift
[73/77] Compiling NIOConcurrencyHelpers lock.swift
[74/77] Emitting module NIOConcurrencyHelpers
[75/77] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[76/77] Compiling NIOConcurrencyHelpers NIOLock.swift
[77/77] Compiling NIOConcurrencyHelpers atomics.swift
[80/136] Compiling NIOCore GlobalSingletons.swift
[81/136] Compiling NIOCore IO.swift
[82/136] Compiling NIOCore IOData.swift
[83/136] Compiling NIOCore IPProtocol.swift
[84/136] Compiling NIOCore IntegerBitPacking.swift
[85/136] Compiling NIOCore IntegerTypes.swift
[86/136] Compiling NIOCore Interfaces.swift
[87/136] Compiling NIOCore Linux.swift
[88/144] Compiling NIOCore EventLoop+SerialExecutor.swift
[89/144] Compiling NIOCore EventLoop.swift
[90/144] Compiling NIOCore EventLoopFuture+Deprecated.swift
[91/144] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[92/144] Compiling NIOCore EventLoopFuture.swift
[93/144] Compiling NIOCore FileDescriptor.swift
[94/144] Compiling NIOCore FileHandle.swift
[95/144] Compiling NIOCore FileRegion.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 AddressedEnvelope.swift
[105/144] Compiling NIOCore AsyncAwaitSupport.swift
[106/144] Compiling NIOCore AsyncChannel.swift
[107/144] Compiling NIOCore AsyncChannelInboundStream.swift
[108/144] Compiling NIOCore AsyncChannelInboundStreamChannelHandler.swift
[109/144] Compiling NIOCore AsyncChannelOutboundWriter.swift
[110/144] Compiling NIOCore AsyncChannelOutboundWriterHandler.swift
[111/144] Compiling NIOCore NIOAsyncSequenceProducer.swift
[112/144] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[113/144] Compiling NIOCore SocketAddresses.swift
[114/144] Compiling NIOCore SocketOptionProvider.swift
[115/144] Compiling NIOCore SystemCallHelpers.swift
[116/144] Compiling NIOCore TimeAmount+Duration.swift
[117/144] Compiling NIOCore TypeAssistedChannelHandler.swift
[118/144] Compiling NIOCore UniversalBootstrapSupport.swift
[119/144] Compiling NIOCore Utilities.swift
[120/144] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[121/144] Compiling NIOCore NIOAsyncWriter.swift
[122/144] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[123/144] Compiling NIOCore BSDSocketAPI.swift
[124/144] Compiling NIOCore ByteBuffer-aux.swift
[125/144] Compiling NIOCore ByteBuffer-conversions.swift
[126/144] Compiling NIOCore ByteBuffer-core.swift
[127/144] Compiling NIOCore ByteBuffer-hexdump.swift
[128/144] Compiling NIOCore ChannelOption.swift
[129/144] Compiling NIOCore ChannelPipeline.swift
[130/144] Compiling NIOCore CircularBuffer.swift
[131/144] Compiling NIOCore Codec.swift
[132/144] Compiling NIOCore ConvenienceOptionSupport.swift
[133/144] Compiling NIOCore DeadChannel.swift
[134/144] Compiling NIOCore DispatchQueue+WithFuture.swift
[135/144] Compiling NIOCore EventLoop+Deprecated.swift
[136/144] Emitting module NIOCore
[137/144] Compiling NIOCore ByteBuffer-int.swift
[138/144] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[139/144] Compiling NIOCore ByteBuffer-multi-int.swift
[140/144] Compiling NIOCore ByteBuffer-views.swift
[141/144] Compiling NIOCore Channel.swift
[142/144] Compiling NIOCore ChannelHandler.swift
[143/144] Compiling NIOCore ChannelHandlers.swift
[144/144] Compiling NIOCore ChannelInvoker.swift
[147/197] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[148/197] Compiling NIOEmbedded AsyncTestingChannel.swift
[149/197] Emitting module NIOEmbedded
[150/197] Compiling NIOEmbedded Embedded.swift
[153/199] Emitting module NIOPosix
[154/205] Compiling NIOPosix ThreadPosix.swift
[155/205] Compiling NIOPosix ThreadWindows.swift
[156/205] Compiling NIOPosix UnsafeTransfer.swift
[157/205] Compiling NIOPosix Utilities.swift
[158/205] Compiling NIOPosix VsockAddress.swift
[159/205] Compiling NIOPosix VsockChannelEvents.swift
[160/205] Compiling NIOPosix SelectableChannel.swift
[161/205] Compiling NIOPosix SelectableEventLoop.swift
[162/205] Compiling NIOPosix SelectorEpoll.swift
[163/205] Compiling NIOPosix SelectorGeneric.swift
[164/205] Compiling NIOPosix SelectorKqueue.swift
[165/205] Compiling NIOPosix SelectorUring.swift
[166/205] Compiling NIOPosix PooledRecvBufferAllocator.swift
[167/205] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[168/205] Compiling NIOPosix PosixSingletons.swift
[169/205] Compiling NIOPosix RawSocketBootstrap.swift
[170/205] Compiling NIOPosix Resolver.swift
[171/205] Compiling NIOPosix Selectable.swift
[172/205] Compiling NIOPosix ServerSocket.swift
[173/205] Compiling NIOPosix Socket.swift
[174/205] Compiling NIOPosix SocketChannel.swift
[175/205] Compiling NIOPosix SocketProtocols.swift
[176/205] Compiling NIOPosix System.swift
[177/205] Compiling NIOPosix Thread.swift
[178/205] Compiling NIOPosix BSDSocketAPICommon.swift
[179/205] Compiling NIOPosix BSDSocketAPIPosix.swift
[180/205] Compiling NIOPosix BSDSocketAPIWindows.swift
[181/205] Compiling NIOPosix BaseSocket.swift
[182/205] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[183/205] Compiling NIOPosix BaseSocketChannel.swift
[184/205] Compiling NIOPosix BaseStreamSocketChannel.swift
[185/205] Compiling NIOPosix IntegerBitPacking.swift
[186/205] Compiling NIOPosix IntegerTypes.swift
[187/205] Compiling NIOPosix Linux.swift
[188/205] Compiling NIOPosix LinuxCPUSet.swift
[189/205] Compiling NIOPosix LinuxUring.swift
[190/205] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[191/205] Compiling NIOPosix NIOThreadPool.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] Emitting module NIO
[209/209] Compiling NIO Exports.swift
[212/214] Emitting module StatsdClient
[213/214] Compiling StatsdClient Atomics.swift
[214/214] Compiling StatsdClient StatsdClient.swift
Build complete! (40.44s)
Build complete.
Done.

Build Machine: Linux 1