The Swift Package Index logo.Swift Package Index

Build Information

Successful build of service-kit 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/vapor/service.git
Reference: master
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/vapor/service
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 8698263 nio 2 convergence
Cloned https://github.com/vapor/service.git
Revision (git rev-parse @):
8698263f1b1585ea9531ddfebb2b7a8a3e73d542
SUCCESS checkout https://github.com/vapor/service.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/vapor/service.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
[1/64494] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (3.78s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.63.0 (0.55s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1563] Fetching swift-atomics
[1564/4546] Fetching swift-atomics, swift-system
[4547/18292] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.39s)
[2388/15309] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.98s)
Fetched https://github.com/apple/swift-collections.git from cache (1.00s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.2.1 (0.38s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.35s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.0 (0.62s)
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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.2.1
Building for debugging...
[0/20] Write sources
[10/20] Compiling CNIOWindows shim.c
[11/20] Compiling CNIOWindows WSAStartup.c
[12/20] Compiling CNIODarwin shim.c
[13/20] Write sources
[14/20] Compiling CNIOLinux liburing_shims.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.
[15/20] Compiling CNIOLinux shim.c
[16/20] Compiling _AtomicsShims.c
[16/20] Write swift-version-24593BA9C3E375BF.txt
[18/62] Compiling c-nioatomics.c
[19/62] Compiling c-atomics.c
[21/68] Compiling Atomics UnsafeAtomic.swift
[22/68] Compiling Atomics UnsafeAtomicLazyReference.swift
[23/70] Compiling Atomics ManagedAtomic.swift
[24/70] Compiling Atomics ManagedAtomicLazyReference.swift
[25/70] Compiling _NIOBase64 Base64.swift
[26/70] Emitting module _NIOBase64
[27/71] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[28/71] Compiling Atomics OptionalRawRepresentable.swift
[29/71] Compiling Atomics RawRepresentable.swift
[30/71] Compiling Atomics AtomicBool.swift
[31/71] Emitting module _CollectionsUtilities
[35/73] Compiling Atomics DoubleWord.swift
[36/73] Compiling Atomics AtomicReference.swift
[37/73] Compiling Atomics AtomicOptionalWrappable.swift
[38/73] Compiling Atomics AtomicMemoryOrderings.swift
[39/73] Compiling Atomics AtomicStorage.swift
[40/73] Compiling Atomics AtomicValue.swift
[44/73] Emitting module Atomics
[45/73] Compiling Atomics IntegerConformances.swift
[46/73] Compiling Atomics PointerConformances.swift
[47/73] Compiling Atomics Primitives.native.swift
[48/73] Compiling _NIODataStructures PriorityQueue.swift
[54/73] Compiling Atomics Primitives.shims.swift
[55/73] Compiling Atomics AtomicInteger.swift
[57/73] Compiling _NIODataStructures _TinyArray.swift
[63/73] Compiling Atomics IntegerOperations.swift
[64/73] Compiling Atomics Unmanaged extensions.swift
[65/74] Compiling _CollectionsUtilities UnsafeBufferPointer+Extras.swift
[66/74] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[69/91] Compiling DequeModule Deque+Hashable.swift
[70/91] Compiling DequeModule Deque+Sendable.swift
[71/93] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[72/93] Compiling DequeModule Deque+Extras.swift
[73/93] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[74/93] Compiling NIOConcurrencyHelpers NIOLock.swift
[75/93] Compiling NIOConcurrencyHelpers lock.swift
[76/93] Emitting module _NIODataStructures
[77/93] Compiling _NIODataStructures Heap.swift
[79/94] Compiling DequeModule _DequeSlot.swift
[80/94] Compiling DequeModule _UnsafeWrappedBuffer.swift
[81/94] Compiling DequeModule _DequeBuffer.swift
[82/94] Compiling DequeModule _DequeBufferHeader.swift
[83/94] Compiling DequeModule Deque+Testing.swift
[84/94] Compiling DequeModule Deque._Storage.swift
[85/94] Compiling DequeModule Deque._UnsafeHandle.swift
[86/94] Compiling DequeModule Deque.swift
[87/94] Compiling DequeModule Deque+Descriptions.swift
[88/94] Compiling DequeModule Deque+Equatable.swift
[89/94] Emitting module NIOConcurrencyHelpers
[90/94] Compiling NIOConcurrencyHelpers atomics.swift
[92/95] Compiling DequeModule Deque+Codable.swift
[93/95] Compiling DequeModule Deque+Collection.swift
[94/95] Compiling DequeModule Deque+CustomReflectable.swift
[95/95] Emitting module DequeModule
[97/153] Compiling NIOCore AddressedEnvelope.swift
[98/153] Compiling NIOCore AsyncAwaitSupport.swift
[99/153] Compiling NIOCore AsyncChannel.swift
[100/153] Compiling NIOCore AsyncChannelInboundStream.swift
[101/153] Compiling NIOCore AsyncChannelInboundStreamChannelHandler.swift
[102/153] Compiling NIOCore AsyncChannelOutboundWriter.swift
[103/153] Compiling NIOCore AsyncChannelOutboundWriterHandler.swift
[104/153] Compiling NIOCore NIOAsyncSequenceProducer.swift
[105/161] Compiling NIOCore GlobalSingletons.swift
[106/161] Compiling NIOCore IO.swift
[107/161] Compiling NIOCore IOData.swift
[108/161] Compiling NIOCore IPProtocol.swift
[109/161] Compiling NIOCore IntegerBitPacking.swift
[110/161] Compiling NIOCore IntegerTypes.swift
[111/161] Compiling NIOCore Interfaces.swift
[112/161] Compiling NIOCore Linux.swift
[113/161] Compiling NIOCore EventLoop+SerialExecutor.swift
[114/161] Compiling NIOCore EventLoop.swift
[115/161] Compiling NIOCore EventLoopFuture+Deprecated.swift
[116/161] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[117/161] Compiling NIOCore EventLoopFuture.swift
[118/161] Compiling NIOCore FileDescriptor.swift
[119/161] Compiling NIOCore FileHandle.swift
[120/161] Compiling NIOCore FileRegion.swift
[121/161] Compiling NIOCore ChannelOption.swift
[122/161] Compiling NIOCore ChannelPipeline.swift
[123/161] Compiling NIOCore CircularBuffer.swift
[124/161] Compiling NIOCore Codec.swift
[125/161] Compiling NIOCore ConvenienceOptionSupport.swift
[126/161] Compiling NIOCore DeadChannel.swift
[127/161] Compiling NIOCore DispatchQueue+WithFuture.swift
[128/161] Compiling NIOCore EventLoop+Deprecated.swift
[129/161] Compiling NIOCore MarkedCircularBuffer.swift
[130/161] Compiling NIOCore MulticastChannel.swift
[131/161] Compiling NIOCore NIOAny.swift
[132/161] Compiling NIOCore NIOCloseOnErrorHandler.swift
[133/161] Compiling NIOCore NIOLoopBound.swift
[134/161] Compiling NIOCore NIOSendable.swift
[135/161] Compiling NIOCore PointerHelpers.swift
[136/161] Compiling NIOCore RecvByteBufferAllocator.swift
[137/161] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[138/161] Compiling NIOCore SocketAddresses.swift
[139/161] Compiling NIOCore SocketOptionProvider.swift
[140/161] Compiling NIOCore SystemCallHelpers.swift
[141/161] Compiling NIOCore TimeAmount+Duration.swift
[142/161] Compiling NIOCore TypeAssistedChannelHandler.swift
[143/161] Compiling NIOCore UniversalBootstrapSupport.swift
[144/161] Compiling NIOCore Utilities.swift
[145/161] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[146/161] Compiling NIOCore NIOAsyncWriter.swift
[147/161] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[148/161] Compiling NIOCore BSDSocketAPI.swift
[149/161] Compiling NIOCore ByteBuffer-aux.swift
[150/161] Compiling NIOCore ByteBuffer-conversions.swift
[151/161] Compiling NIOCore ByteBuffer-core.swift
[152/161] Compiling NIOCore ByteBuffer-hexdump.swift
[153/161] Compiling NIOCore ByteBuffer-int.swift
[154/161] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[155/161] Compiling NIOCore ByteBuffer-multi-int.swift
[156/161] Compiling NIOCore ByteBuffer-views.swift
[157/161] Compiling NIOCore Channel.swift
[158/161] Compiling NIOCore ChannelHandler.swift
[159/161] Compiling NIOCore ChannelHandlers.swift
[160/161] Compiling NIOCore ChannelInvoker.swift
[161/161] Emitting module NIOCore
[163/213] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[164/213] Emitting module NIOEmbedded
[165/213] Compiling NIOEmbedded AsyncTestingChannel.swift
[166/213] Compiling NIOEmbedded Embedded.swift
[168/214] Emitting module NIOPosix
[169/220] Compiling NIOPosix BSDSocketAPICommon.swift
[170/220] Compiling NIOPosix BSDSocketAPIPosix.swift
[171/220] Compiling NIOPosix BSDSocketAPIWindows.swift
[172/220] Compiling NIOPosix BaseSocket.swift
[173/220] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[174/220] Compiling NIOPosix BaseSocketChannel.swift
[175/220] Compiling NIOPosix BaseStreamSocketChannel.swift
[176/220] Compiling NIOPosix SelectableChannel.swift
[177/220] Compiling NIOPosix SelectableEventLoop.swift
[178/220] Compiling NIOPosix SelectorEpoll.swift
[179/220] Compiling NIOPosix SelectorGeneric.swift
[180/220] Compiling NIOPosix SelectorKqueue.swift
[181/220] Compiling NIOPosix SelectorUring.swift
[182/220] Compiling NIOPosix PooledRecvBufferAllocator.swift
[183/220] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[184/220] Compiling NIOPosix PosixSingletons.swift
[185/220] Compiling NIOPosix RawSocketBootstrap.swift
[186/220] Compiling NIOPosix Resolver.swift
[187/220] Compiling NIOPosix Selectable.swift
[188/220] Compiling NIOPosix ServerSocket.swift
[189/220] Compiling NIOPosix Socket.swift
[190/220] Compiling NIOPosix SocketChannel.swift
[191/220] Compiling NIOPosix SocketProtocols.swift
[192/220] Compiling NIOPosix System.swift
[193/220] Compiling NIOPosix Thread.swift
[194/220] Compiling NIOPosix NonBlockingFileIO.swift
[195/220] Compiling NIOPosix PendingDatagramWritesManager.swift
[196/220] Compiling NIOPosix PendingWritesManager.swift
[197/220] Compiling NIOPosix PipeChannel.swift
[198/220] Compiling NIOPosix PipePair.swift
[199/220] Compiling NIOPosix PointerHelpers.swift
[200/220] Compiling NIOPosix Pool.swift
[201/220] Compiling NIOPosix ThreadPosix.swift
[202/220] Compiling NIOPosix ThreadWindows.swift
[203/220] Compiling NIOPosix UnsafeTransfer.swift
[204/220] Compiling NIOPosix Utilities.swift
[205/220] Compiling NIOPosix VsockAddress.swift
[206/220] Compiling NIOPosix VsockChannelEvents.swift
[207/220] Compiling NIOPosix Bootstrap.swift
[208/220] Compiling NIOPosix ControlMessage.swift
[209/220] Compiling NIOPosix DatagramVectorReadManager.swift
[210/220] Compiling NIOPosix FileDescriptor.swift
[211/220] Compiling NIOPosix GetaddrinfoResolver.swift
[212/220] Compiling NIOPosix HappyEyeballs.swift
[213/220] Compiling NIOPosix IO.swift
[214/220] Compiling NIOPosix IntegerBitPacking.swift
[215/220] Compiling NIOPosix IntegerTypes.swift
[216/220] Compiling NIOPosix Linux.swift
[217/220] Compiling NIOPosix LinuxCPUSet.swift
[218/220] Compiling NIOPosix LinuxUring.swift
[219/220] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[220/220] Compiling NIOPosix NIOThreadPool.swift
[222/223] Compiling NIO Exports.swift
[223/223] Emitting module NIO
[225/236] Compiling ServiceKit Services.swift
[226/237] Compiling ServiceKit Deprecated.swift
[227/237] Compiling ServiceKit Extendable.swift
/host/spi-builder-workspace/Sources/ServiceKit/Utilities/Extendable.swift:11:29: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol Extendable: class {
                            ^~~~~
                            AnyObject
[228/237] Compiling ServiceKit ServiceError.swift
[229/237] Compiling ServiceKit ServiceFactory.swift
[230/237] Compiling ServiceKit ServiceID.swift
[231/237] Compiling ServiceKit ServiceCache.swift
[232/237] Compiling ServiceKit ServiceExtension.swift
[233/237] Compiling ServiceKit Proccess.swift
[234/237] Compiling ServiceKit Provider.swift
[235/237] Emitting module ServiceKit
/host/spi-builder-workspace/Sources/ServiceKit/Utilities/Extendable.swift:11:29: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol Extendable: class {
                            ^~~~~
                            AnyObject
[236/237] Compiling ServiceKit Container.swift
[237/237] Compiling ServiceKit Environment.swift
Build complete! (33.54s)
Build complete.
Done.

Build Machine: Linux 1