The Swift Package Index logo.Swift Package Index

Build Information

Successful build of NIOCronScheduler with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4609320-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mihaelisaev/niocronscheduler.git
Reference: master
Cloned https://github.com/mihaelisaev/niocronscheduler.git into spi-builder-workspace
SUCCESS checkout https://github.com/mihaelisaev/niocronscheduler.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4609320-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/MihaelIsaev/SwifCron.git
Fetching https://github.com/apple/swift-nio.git
[1/169] Fetching swifcron
[170/60242] Fetching swifcron, swift-nio
Fetched https://github.com/MihaelIsaev/SwifCron.git (4.48s)
Fetched https://github.com/apple/swift-nio.git (4.56s)
Computing version for https://github.com/MihaelIsaev/SwifCron.git
Computed https://github.com/MihaelIsaev/SwifCron.git at 2.0.0 (1.14s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.54.0 (0.70s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
[1/11270] Fetching swift-collections
[903/12315] Fetching swift-collections, swift-atomics
Fetched https://github.com/apple/swift-atomics.git (0.94s)
Fetched https://github.com/apple/swift-collections.git (0.96s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.1.0 (0.36s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.0.4 (0.32s)
Creating working copy for https://github.com/MihaelIsaev/SwifCron.git
Working copy of https://github.com/MihaelIsaev/SwifCron.git resolved at 2.0.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.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.54.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.1.0
Building for debugging...
[0/8] Compiling CNIOWindows WSAStartup.c
[0/8] Compiling CNIODarwin shim.c
[0/8] Compiling CNIOWindows shim.c
[3/8] Compiling CNIOLinux liburing_shims.c
[4/8] Compiling _AtomicsShims.c
[5/8] Compiling CNIOLinux shim.c
[7/50] Emitting module DequeModule
[8/52] Compiling DequeModule _DequeBuffer.swift
[9/52] Compiling DequeModule _DequeBufferHeader.swift
[10/52] Compiling Atomics PointerConformances.swift
[11/52] Compiling DequeModule UnsafeMutableBufferPointer+Utilities.swift
[12/52] Emitting module Atomics
[13/54] Compiling DequeModule Deque+Hashable.swift
[14/54] Compiling DequeModule Deque+Testing.swift
[15/54] Compiling DequeModule _DequeSlot.swift
[16/54] Compiling DequeModule _UnsafeWrappedBuffer.swift
[17/54] Compiling DequeModule Deque+CustomDebugStringConvertible.swift
[18/54] Compiling DequeModule Deque+CustomReflectable.swift
[19/54] Compiling DequeModule Deque+CustomStringConvertible.swift
[22/54] Compiling DequeModule Compatibility.swift
[23/54] Compiling Atomics HighLevelTypes.swift
[24/54] Compiling Atomics IntegerConformances.swift
[25/54] Compiling SwifCron SwifCronError.swift
[30/54] Compiling Atomics AtomicValue.swift
[31/54] Compiling Atomics DoubleWord.swift
[32/54] Compiling Atomics Unmanaged extensions.swift
[33/54] Compiling Atomics AtomicBool.swift
[34/54] Compiling Atomics AtomicLazyReference.swift
[45/56] Compiling SwifCron Helper.swift
[46/56] Emitting module SwifCron
[47/56] Compiling SwifCron Array+Each.swift
[48/56] Compiling SwifCron ExpressionParser.swift
[49/56] Compiling _NIODataStructures PriorityQueue.swift
[50/56] Emitting module _NIODataStructures
[51/56] Compiling _NIODataStructures Heap.swift
[52/56] Compiling SwifCron SwifCron.swift
[57/60] Compiling Atomics Primitives.native.swift
[58/60] Compiling Atomics Primitives.shims.swift
[60/62] Compiling c-nioatomics.c
[61/62] Compiling c-atomics.c
[63/68] Compiling NIOConcurrencyHelpers lock.swift
[64/68] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[65/68] Emitting module NIOConcurrencyHelpers
[66/68] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[67/68] Compiling NIOConcurrencyHelpers NIOLock.swift
[68/68] Compiling NIOConcurrencyHelpers atomics.swift
[71/126] Compiling NIOCore NIOAny.swift
[72/126] Compiling NIOCore NIOCloseOnErrorHandler.swift
[73/126] Compiling NIOCore NIOLoopBound.swift
[74/126] Compiling NIOCore NIOSendable.swift
[75/126] Compiling NIOCore PointerHelpers.swift
[76/126] Compiling NIOCore RecvByteBufferAllocator.swift
[77/126] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[78/133] Compiling NIOCore AddressedEnvelope.swift
[79/133] Compiling NIOCore AsyncAwaitSupport.swift
[80/133] Compiling NIOCore AsyncChannel.swift
[81/133] Compiling NIOCore AsyncChannelInboundStream.swift
[82/133] Compiling NIOCore AsyncChannelInboundStreamChannelHandler.swift
[83/133] Compiling NIOCore AsyncChannelOutboundWriter.swift
[84/133] Compiling NIOCore AsyncChannelOutboundWriterHandler.swift
[85/133] Compiling NIOCore CloseRatchet.swift
[86/133] Compiling NIOCore IOData.swift
[87/133] Compiling NIOCore IPProtocol.swift
[88/133] Compiling NIOCore IntegerBitPacking.swift
[89/133] Compiling NIOCore IntegerTypes.swift
[90/133] Compiling NIOCore Interfaces.swift
[91/133] Compiling NIOCore Linux.swift
[92/133] Compiling NIOCore MarkedCircularBuffer.swift
[93/133] Compiling NIOCore MulticastChannel.swift
[94/133] Compiling NIOCore EventLoop.swift
[95/133] Compiling NIOCore EventLoopFuture+Deprecated.swift
[96/133] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[97/133] Compiling NIOCore EventLoopFuture.swift
[98/133] Compiling NIOCore FileDescriptor.swift
[99/133] Compiling NIOCore FileHandle.swift
[100/133] Compiling NIOCore FileRegion.swift
[101/133] Compiling NIOCore IO.swift
[102/133] Compiling NIOCore SocketAddresses.swift
[103/133] Compiling NIOCore SocketOptionProvider.swift
[104/133] Compiling NIOCore SystemCallHelpers.swift
[105/133] Compiling NIOCore TimeAmount+Duration.swift
[106/133] Compiling NIOCore TypeAssistedChannelHandler.swift
[107/133] Compiling NIOCore UniversalBootstrapSupport.swift
[108/133] Compiling NIOCore Utilities.swift
[109/133] Compiling NIOCore ChannelOption.swift
[110/133] Compiling NIOCore ChannelPipeline.swift
[111/133] Compiling NIOCore CircularBuffer.swift
[112/133] Compiling NIOCore Codec.swift
[113/133] Compiling NIOCore ConvenienceOptionSupport.swift
[114/133] Compiling NIOCore DeadChannel.swift
[115/133] Compiling NIOCore DispatchQueue+WithFuture.swift
[116/133] Compiling NIOCore EventLoop+Deprecated.swift
[117/133] Compiling NIOCore ByteBuffer-int.swift
[118/133] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[119/133] Compiling NIOCore ByteBuffer-multi-int.swift
[120/133] Compiling NIOCore ByteBuffer-views.swift
[121/133] Compiling NIOCore Channel.swift
[122/133] Compiling NIOCore ChannelHandler.swift
[123/133] Compiling NIOCore ChannelHandlers.swift
[124/133] Compiling NIOCore ChannelInvoker.swift
[125/133] Compiling NIOCore NIOAsyncSequenceProducer.swift
[126/133] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[127/133] Compiling NIOCore NIOAsyncWriter.swift
[128/133] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[129/133] Compiling NIOCore BSDSocketAPI.swift
[130/133] Compiling NIOCore ByteBuffer-aux.swift
[131/133] Compiling NIOCore ByteBuffer-conversions.swift
[132/133] Compiling NIOCore ByteBuffer-core.swift
[133/133] Emitting module NIOCore
[136/182] Emitting module NIOEmbedded
[137/182] Compiling NIOEmbedded AsyncTestingChannel.swift
[138/182] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[139/182] Compiling NIOEmbedded Embedded.swift
[142/184] Compiling NIOPosix SelectorKqueue.swift
[143/184] Compiling NIOPosix SelectorUring.swift
[144/184] Compiling NIOPosix ServerSocket.swift
[145/184] Compiling NIOPosix Socket.swift
[146/184] Compiling NIOPosix SocketChannel.swift
[147/184] Compiling NIOPosix SocketProtocols.swift
[148/189] Emitting module NIOPosix
[149/189] Compiling NIOPosix PipeChannel.swift
[150/189] Compiling NIOPosix PipePair.swift
[151/189] Compiling NIOPosix PointerHelpers.swift
[152/189] Compiling NIOPosix Pool.swift
[153/189] Compiling NIOPosix PooledRecvBufferAllocator.swift
[154/189] Compiling NIOPosix RawSocketBootstrap.swift
[155/189] Compiling NIOPosix Resolver.swift
[156/189] Compiling NIOPosix Selectable.swift
[157/189] Compiling NIOPosix SelectableChannel.swift
[158/189] Compiling NIOPosix SelectableEventLoop.swift
[159/189] Compiling NIOPosix SelectorEpoll.swift
[160/189] Compiling NIOPosix SelectorGeneric.swift
[161/189] Compiling NIOPosix System.swift
[162/189] Compiling NIOPosix Thread.swift
[163/189] Compiling NIOPosix ThreadPosix.swift
[164/189] Compiling NIOPosix ThreadWindows.swift
[165/189] Compiling NIOPosix Utilities.swift
[166/189] Compiling NIOPosix HappyEyeballs.swift
[167/189] Compiling NIOPosix IO.swift
[168/189] Compiling NIOPosix IntegerBitPacking.swift
[169/189] Compiling NIOPosix IntegerTypes.swift
[170/189] Compiling NIOPosix Linux.swift
[171/189] Compiling NIOPosix LinuxCPUSet.swift
[172/189] Compiling NIOPosix LinuxUring.swift
[173/189] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[174/189] Compiling NIOPosix NIOThreadPool.swift
[175/189] Compiling NIOPosix NonBlockingFileIO.swift
[176/189] Compiling NIOPosix PendingDatagramWritesManager.swift
[177/189] Compiling NIOPosix PendingWritesManager.swift
[178/189] Compiling NIOPosix BSDSocketAPICommon.swift
[179/189] Compiling NIOPosix BSDSocketAPIPosix.swift
[180/189] Compiling NIOPosix BSDSocketAPIWindows.swift
[181/189] Compiling NIOPosix BaseSocket.swift
[182/189] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[183/189] Compiling NIOPosix BaseSocketChannel.swift
[184/189] Compiling NIOPosix BaseStreamSocketChannel.swift
[185/189] Compiling NIOPosix Bootstrap.swift
[186/189] Compiling NIOPosix ControlMessage.swift
[187/189] Compiling NIOPosix DatagramVectorReadManager.swift
[188/189] Compiling NIOPosix FileDescriptor.swift
[189/189] Compiling NIOPosix GetaddrinfoResolver.swift
[192/193] Compiling NIO Exports.swift
[193/193] Emitting module NIO
[196/197] Emitting module NIOCronScheduler
[197/197] Compiling NIOCronScheduler NIOCronScheduler.swift
Build complete! (56.75s)
Build complete.
Done.

Build Machine: Linux 2