The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.29.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 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: $workDir/.spi.yml
SUCCESS checkout https://github.com/apple/swift-statsd-client.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
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.10-latest swift build 2>&1
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-metrics.git
[1/1935] Fetching swift-metrics
[1936/3392] Fetching swift-metrics, swift-docc-plugin
[2490/4955] Fetching swift-metrics, swift-docc-plugin, swift-atomics
[2343/3392] Fetching swift-metrics, swift-docc-plugin
[2392/4955] Fetching swift-metrics, swift-docc-plugin, swift-atomics
Fetched https://github.com/apple/swift-metrics.git from cache (0.37s)
[2919/3020] Fetching swift-docc-plugin, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.48s)
[1/64497] Fetching swift-nio
Fetched https://github.com/apple/swift-docc-plugin from cache (4.15s)
Fetched https://github.com/apple/swift-nio.git from cache (4.23s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (0.42s)
Fetching https://github.com/apple/swift-docc-symbolkit
[1/2484] Fetching swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-symbolkit from cache (0.39s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.44s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.38s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.4.1 (0.43s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.63.0 (0.58s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/2983] Fetching swift-system
[2984/16729] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.15s)
Fetched https://github.com/apple/swift-collections.git from cache (1.17s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.2.1 (0.44s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.0 (0.68s)
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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.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-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-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-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
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values
                switch dependency {
                ^
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: note: handle unknown values using "@unknown default"
                switch dependency {
                ^
[1/1] Compiling plugin Swift-DocC
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values
                switch dependency {
                ^
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: note: handle unknown values using "@unknown default"
                switch dependency {
                ^
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/23] Write sources
[14/23] Compiling _AtomicsShims.c
[15/23] Compiling CNIOWindows shim.c
[16/23] Compiling CNIOWindows WSAStartup.c
[17/23] Compiling CNIOLinux liburing_shims.c
[18/23] 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.
[19/23] Compiling CNIOLinux shim.c
[20/23] Write swift-version-24593BA9C3E375BF.txt
[22/68] Emitting module _NIODataStructures
[22/68] Compiling c-nioatomics.c
[23/68] Compiling c-atomics.c
[25/74] Emitting module Atomics
[26/76] Compiling Atomics ManagedAtomic.swift
[27/76] Compiling Atomics ManagedAtomicLazyReference.swift
[28/78] Compiling Atomics IntegerOperations.swift
[29/78] Compiling Atomics Unmanaged extensions.swift
[32/78] Compiling _CollectionsUtilities UnsafeBufferPointer+Extras.swift
[33/78] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[34/78] Compiling Atomics AtomicStorage.swift
[35/78] Compiling Atomics AtomicValue.swift
[36/78] Compiling Atomics AtomicMemoryOrderings.swift
[37/78] Compiling Atomics DoubleWord.swift
[38/78] Compiling Atomics Primitives.shims.swift
[39/78] Compiling Atomics AtomicInteger.swift
[42/78] Compiling Atomics AtomicOptionalWrappable.swift
[43/78] Compiling Atomics AtomicReference.swift
[44/78] Compiling Atomics IntegerConformances.swift
[45/78] Compiling Atomics PointerConformances.swift
[46/78] Compiling Atomics Primitives.native.swift
[47/78] Emitting module _CollectionsUtilities
[48/78] Compiling Atomics OptionalRawRepresentable.swift
[49/78] Compiling Atomics RawRepresentable.swift
[50/78] Compiling Atomics AtomicBool.swift
[57/78] Compiling _NIODataStructures _TinyArray.swift
[58/78] Compiling _NIODataStructures PriorityQueue.swift
[59/78] Emitting module _NIOBase64
[60/78] Compiling _NIOBase64 Base64.swift
[63/79] Compiling CoreMetrics Metrics.swift
[73/81] Emitting module NIOConcurrencyHelpers
[74/97] Compiling DequeModule _DequeBuffer.swift
[75/97] Compiling DequeModule _DequeBufferHeader.swift
[76/99] Compiling DequeModule Deque+Descriptions.swift
[77/99] Compiling DequeModule Deque+Equatable.swift
[78/99] Compiling CoreMetrics Locks.swift
[79/99] Emitting module CoreMetrics
[80/100] Compiling NIOConcurrencyHelpers NIOLock.swift
[81/100] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[82/100] Compiling NIOConcurrencyHelpers lock.swift
[84/100] Compiling _NIODataStructures Heap.swift
[86/101] Compiling NIOConcurrencyHelpers atomics.swift
[87/101] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[88/101] Compiling DequeModule _DequeSlot.swift
[89/101] Compiling DequeModule _UnsafeWrappedBuffer.swift
[91/102] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[92/102] Compiling DequeModule Deque+Extras.swift
[93/102] Compiling DequeModule Deque+Hashable.swift
[94/102] Compiling DequeModule Deque+Sendable.swift
[95/102] Compiling DequeModule Deque._UnsafeHandle.swift
[96/102] Compiling DequeModule Deque.swift
[97/102] Compiling DequeModule Deque+Testing.swift
[98/102] Compiling DequeModule Deque._Storage.swift
[99/102] Compiling DequeModule Deque+Codable.swift
[100/102] Compiling DequeModule Deque+Collection.swift
[101/102] Compiling DequeModule Deque+CustomReflectable.swift
[102/102] Emitting module DequeModule
[104/160] Compiling NIOCore MarkedCircularBuffer.swift
[105/160] Compiling NIOCore MulticastChannel.swift
[106/160] Compiling NIOCore NIOAny.swift
[107/160] Compiling NIOCore NIOCloseOnErrorHandler.swift
[108/160] Compiling NIOCore NIOLoopBound.swift
[109/160] Compiling NIOCore NIOSendable.swift
[110/160] Compiling NIOCore PointerHelpers.swift
[111/160] Compiling NIOCore RecvByteBufferAllocator.swift
[112/168] Compiling NIOCore AddressedEnvelope.swift
[113/168] Compiling NIOCore AsyncAwaitSupport.swift
[114/168] Compiling NIOCore AsyncChannel.swift
[115/168] Compiling NIOCore AsyncChannelInboundStream.swift
[116/168] Compiling NIOCore AsyncChannelInboundStreamChannelHandler.swift
[117/168] Compiling NIOCore AsyncChannelOutboundWriter.swift
[118/168] Compiling NIOCore AsyncChannelOutboundWriterHandler.swift
[119/168] Compiling NIOCore NIOAsyncSequenceProducer.swift
[120/168] Compiling NIOCore GlobalSingletons.swift
[121/168] Compiling NIOCore IO.swift
[122/168] Compiling NIOCore IOData.swift
[123/168] Compiling NIOCore IPProtocol.swift
[124/168] Compiling NIOCore IntegerBitPacking.swift
[125/168] Compiling NIOCore IntegerTypes.swift
[126/168] Compiling NIOCore Interfaces.swift
[127/168] Compiling NIOCore Linux.swift
[128/168] Compiling NIOCore EventLoop+SerialExecutor.swift
[129/168] Compiling NIOCore EventLoop.swift
[130/168] Compiling NIOCore EventLoopFuture+Deprecated.swift
[131/168] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[132/168] Compiling NIOCore EventLoopFuture.swift
[133/168] Compiling NIOCore FileDescriptor.swift
[134/168] Compiling NIOCore FileHandle.swift
[135/168] Compiling NIOCore FileRegion.swift
[136/168] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[137/168] Compiling NIOCore SocketAddresses.swift
[138/168] Compiling NIOCore SocketOptionProvider.swift
[139/168] Compiling NIOCore SystemCallHelpers.swift
[140/168] Compiling NIOCore TimeAmount+Duration.swift
[141/168] Compiling NIOCore TypeAssistedChannelHandler.swift
[142/168] Compiling NIOCore UniversalBootstrapSupport.swift
[143/168] Compiling NIOCore Utilities.swift
[144/168] Compiling NIOCore ChannelOption.swift
[145/168] Compiling NIOCore ChannelPipeline.swift
[146/168] Compiling NIOCore CircularBuffer.swift
[147/168] Compiling NIOCore Codec.swift
[148/168] Compiling NIOCore ConvenienceOptionSupport.swift
[149/168] Compiling NIOCore DeadChannel.swift
[150/168] Compiling NIOCore DispatchQueue+WithFuture.swift
[151/168] Compiling NIOCore EventLoop+Deprecated.swift
[152/168] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[153/168] Compiling NIOCore NIOAsyncWriter.swift
[154/168] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[155/168] Compiling NIOCore BSDSocketAPI.swift
[156/168] Compiling NIOCore ByteBuffer-aux.swift
[157/168] Compiling NIOCore ByteBuffer-conversions.swift
[158/168] Compiling NIOCore ByteBuffer-core.swift
[159/168] Compiling NIOCore ByteBuffer-hexdump.swift
[160/168] Compiling NIOCore ByteBuffer-int.swift
[161/168] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[162/168] Compiling NIOCore ByteBuffer-multi-int.swift
[163/168] Compiling NIOCore ByteBuffer-views.swift
[164/168] Compiling NIOCore Channel.swift
[165/168] Compiling NIOCore ChannelHandler.swift
[166/168] Compiling NIOCore ChannelHandlers.swift
[167/168] Compiling NIOCore ChannelInvoker.swift
[168/168] Emitting module NIOCore
[170/220] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[171/220] Emitting module NIOEmbedded
[172/220] Compiling NIOEmbedded AsyncTestingChannel.swift
[173/220] Compiling NIOEmbedded Embedded.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/221] Compiling NIOPosix SelectableChannel.swift
[182/221] Compiling NIOPosix SelectableEventLoop.swift
[183/221] Compiling NIOPosix SelectorEpoll.swift
[184/221] Compiling NIOPosix SelectorGeneric.swift
[185/221] Compiling NIOPosix SelectorKqueue.swift
[186/221] 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 ThreadPosix.swift
[195/227] Compiling NIOPosix ThreadWindows.swift
[196/227] Compiling NIOPosix UnsafeTransfer.swift
[197/227] Compiling NIOPosix Utilities.swift
[198/227] Compiling NIOPosix VsockAddress.swift
[199/227] Compiling NIOPosix VsockChannelEvents.swift
[200/227] Compiling NIOPosix Bootstrap.swift
[201/227] Compiling NIOPosix ControlMessage.swift
[202/227] Compiling NIOPosix DatagramVectorReadManager.swift
[203/227] Compiling NIOPosix FileDescriptor.swift
[204/227] Compiling NIOPosix GetaddrinfoResolver.swift
[205/227] Compiling NIOPosix HappyEyeballs.swift
[206/227] Compiling NIOPosix IO.swift
[207/227] Compiling NIOPosix BSDSocketAPICommon.swift
[208/227] Compiling NIOPosix BSDSocketAPIPosix.swift
[209/227] Compiling NIOPosix BSDSocketAPIWindows.swift
[210/227] Compiling NIOPosix BaseSocket.swift
[211/227] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[212/227] Compiling NIOPosix BaseSocketChannel.swift
[213/227] Compiling NIOPosix BaseStreamSocketChannel.swift
[214/227] Compiling NIOPosix IntegerBitPacking.swift
[215/227] Compiling NIOPosix IntegerTypes.swift
[216/227] Compiling NIOPosix Linux.swift
[217/227] Compiling NIOPosix LinuxCPUSet.swift
[218/227] Compiling NIOPosix LinuxUring.swift
[219/227] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[220/227] Compiling NIOPosix NIOThreadPool.swift
[221/227] Compiling NIOPosix NonBlockingFileIO.swift
[222/227] Compiling NIOPosix PendingDatagramWritesManager.swift
[223/227] Compiling NIOPosix PendingWritesManager.swift
[224/227] Compiling NIOPosix PipeChannel.swift
[225/227] Compiling NIOPosix PipePair.swift
[226/227] Compiling NIOPosix PointerHelpers.swift
[227/227] Compiling NIOPosix Pool.swift
[229/230] Compiling NIO Exports.swift
[230/230] Emitting module NIO
[232/234] Compiling StatsdClient StatsdClient.swift
[233/234] Emitting module StatsdClient
[234/234] Compiling StatsdClient Atomics.swift
Build complete! (63.94s)
Build complete.
Done.

Build Machine: Linux 1