Build Information
Successful build of NIOCronScheduler, reference master (aa67f5), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 07:25:50 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mihaelisaev/niocronscheduler.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mihaelisaev/niocronscheduler
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at aa67f5e Update README.md
Cloned https://github.com/mihaelisaev/niocronscheduler.git
Revision (git rev-parse @):
aa67f5efde1c728772fcfc21a862412df83f14f1
SUCCESS checkout https://github.com/mihaelisaev/niocronscheduler.git at master
Fetching https://github.com/MihaelIsaev/SwifCron.git
Fetching https://github.com/apple/swift-nio.git
[1/173] Fetching swifcron
Fetched https://github.com/MihaelIsaev/SwifCron.git from cache (0.71s)
[1/83111] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (27.75s)
Computing version for https://github.com/MihaelIsaev/SwifCron.git
Computed https://github.com/MihaelIsaev/SwifCron.git at 2.0.0 (31.11s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.97.1 (0.70s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1820] Fetching swift-atomics
[438/7421] Fetching swift-atomics, swift-system
[513/30958] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (2.27s)
Fetched https://github.com/apple/swift-system.git from cache (2.27s)
Fetched https://github.com/apple/swift-collections.git from cache (2.27s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.87s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.58s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.66s)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git 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.4.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.97.1
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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "niocronscheduler",
"name": "NIOCronScheduler",
"url": "https://github.com/mihaelisaev/niocronscheduler.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/niocronscheduler",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swift-nio",
"name": "swift-nio",
"url": "https://github.com/apple/swift-nio.git",
"version": "2.97.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-nio",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swift-atomics",
"name": "swift-atomics",
"url": "https://github.com/apple/swift-atomics.git",
"version": "1.3.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-atomics",
"traits": [
"default"
],
"dependencies": [
]
},
{
"identity": "swift-collections",
"name": "swift-collections",
"url": "https://github.com/apple/swift-collections.git",
"version": "1.4.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-collections",
"traits": [
],
"dependencies": [
]
},
{
"identity": "swift-system",
"name": "swift-system",
"url": "https://github.com/apple/swift-system.git",
"version": "1.6.4",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-system",
"traits": [
"default"
],
"dependencies": [
]
}
]
},
{
"identity": "swifcron",
"name": "SwifCron",
"url": "https://github.com/MihaelIsaev/SwifCron.git",
"version": "2.0.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwifCron",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/mihaelisaev/niocronscheduler.git
[1/88] Fetching niocronscheduler
Fetched https://github.com/mihaelisaev/niocronscheduler.git from cache (0.59s)
Fetching https://github.com/MihaelIsaev/SwifCron.git from cache
Fetching https://github.com/apple/swift-nio.git from cache
Fetched https://github.com/apple/swift-nio.git from cache (0.76s)
Fetched https://github.com/MihaelIsaev/SwifCron.git from cache (0.76s)
Computing version for https://github.com/MihaelIsaev/SwifCron.git
Computed https://github.com/MihaelIsaev/SwifCron.git at 2.0.0 (0.83s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.97.1 (0.04s)
Fetching https://github.com/apple/swift-system.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-system.git from cache (0.49s)
Fetched https://github.com/apple/swift-collections.git from cache (0.63s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.63s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.70s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.04s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.05s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.97.1
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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
Creating working copy for https://github.com/mihaelisaev/niocronscheduler.git
Working copy of https://github.com/mihaelisaev/niocronscheduler.git resolved at master (aa67f5e)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git 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.4.1
warning: '.resolve-product-dependencies': dependency 'niocronscheduler' is not used by any target
Found 2 product dependencies
- swift-nio
- SwifCron
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/mihaelisaev/niocronscheduler.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/26] Write sources
[3/26] Copying PrivacyInfo.xcprivacy
[3/26] Write sources
[13/26] Compiling CNIOWindows shim.c
[14/26] Compiling CNIOWindows WSAStartup.c
[15/26] Compiling CNIOWASI CNIOWASI.c
[16/26] Write sources
[17/26] Compiling CNIOLinux shim.c
[18/26] Compiling CNIOLinux liburing_shims.c
[19/26] Compiling CNIOOpenBSD shim.c
[20/26] Write swift-version--6988338F2F200930.txt
[21/50] Compiling _AtomicsShims.c
[22/57] Compiling CNIOPosix event_loop_id.c
[23/76] Compiling CNIODarwin shim.c
[25/76] Compiling Atomics AtomicReference.swift
[26/76] Compiling Atomics AtomicStorage.swift
[27/77] Emitting module InternalCollectionsUtilities
[28/77] Compiling Atomics PointerConformances.swift
[29/77] Compiling Atomics Primitives.native.swift
[30/77] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[31/77] Compiling Atomics OptionalRawRepresentable.swift
[32/77] Compiling Atomics RawRepresentable.swift
[33/77] Compiling Atomics UnsafeAtomicLazyReference.swift
[34/77] Compiling Atomics IntegerOperations.swift
[35/77] Compiling _NIODataStructures _TinyArray.swift
[36/77] Compiling Atomics AtomicInteger.swift
[37/77] Compiling Atomics AtomicOptionalWrappable.swift
[38/77] Compiling Atomics AtomicBool.swift
[39/77] Compiling Atomics IntegerConformances.swift
[42/77] Compiling Atomics ManagedAtomicLazyReference.swift
[43/77] Compiling Atomics UnsafeAtomic.swift
[44/78] Emitting module _NIOBase64
[45/78] Compiling _NIOBase64 Base64.swift
[46/78] Compiling Atomics AtomicValue.swift
[47/78] Compiling Atomics AtomicMemoryOrderings.swift
[48/78] Compiling Atomics DoubleWord.swift
[49/78] Compiling Atomics ManagedAtomic.swift
[52/78] Compiling _NIODataStructures PriorityQueue.swift
[53/78] Emitting module _NIODataStructures
[54/78] Compiling _NIODataStructures Heap.swift
[69/78] Compiling Atomics Unmanaged extensions.swift
[70/112] Emitting module Atomics
[71/112] Compiling ContainersPreview Producer+Filter.swift
[72/112] Compiling ContainersPreview Producer+Map.swift
[73/112] Compiling ContainersPreview Producer+Reduce.swift
[74/115] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[75/115] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[76/115] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[77/115] Compiling ContainersPreview BorrowingSequence.swift
[78/115] Compiling ContainersPreview ContainerIterator.swift
[79/115] Compiling ContainersPreview DynamicContainer.swift
[80/115] Compiling ContainersPreview MutableContainer.swift
[81/115] Compiling ContainersPreview PermutableContainer.swift
[82/115] Compiling ContainersPreview RandomAccessContainer.swift
[83/115] Compiling ContainersPreview RangeExpression2.swift
[84/115] Compiling ContainersPreview RangeReplaceableContainer.swift
[85/115] Compiling ContainersPreview Drain+Map.swift
[86/115] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[87/115] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[88/115] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[89/115] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[90/115] Compiling ContainersPreview Drain+Reduce.swift
[91/115] Compiling ContainersPreview Drain.swift
[92/115] Compiling ContainersPreview Producer+Collect.swift
[93/115] Compiling ContainersPreview Producer.swift
[94/115] Compiling ContainersPreview Borrow.swift
[95/115] Compiling ContainersPreview Box.swift
[96/115] Compiling ContainersPreview BidirectionalContainer.swift
[97/115] Compiling ContainersPreview Container+Filter.swift
[98/115] Compiling ContainersPreview Container+SpanwiseZip.swift
[99/115] Compiling ContainersPreview Container.swift
[100/115] Emitting module ContainersPreview
[101/115] Compiling ContainersPreview Inout.swift
[102/115] Compiling ContainersPreview InputSpan.swift
[103/115] Compiling ContainersPreview Shared.swift
[104/115] Compiling ContainersPreview OutputSpan+Extras.swift
[105/115] Compiling ContainersPreview TemporaryAllocation.swift
[106/115] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[107/115] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[108/156] Compiling DequeModule RigidDeque+Consumption.swift
[109/156] Compiling DequeModule RigidDeque+Container.swift
[110/156] Compiling DequeModule RigidDeque+Descriptions.swift
[111/156] Compiling DequeModule RigidDeque+Equatable.swift
[112/156] Compiling DequeModule RigidDeque+Experimental.swift
[113/160] Compiling DequeModule UniqueDeque+Append.swift
[114/160] Compiling DequeModule UniqueDeque+Consumption.swift
[115/160] Compiling DequeModule UniqueDeque+Container.swift
[116/160] Compiling DequeModule UniqueDeque+Descriptions.swift
[117/160] Compiling DequeModule RigidDeque+Hashable.swift
[118/160] Compiling DequeModule RigidDeque+Initializers.swift
[119/160] Compiling DequeModule RigidDeque+Insertions.swift
[120/160] Compiling DequeModule RigidDeque+Prepend.swift
[121/160] Compiling DequeModule RigidDeque+Removals.swift
[122/160] Compiling DequeModule RigidDeque+Replacements.swift
[123/160] Compiling DequeModule RigidDeque+Testing.swift
[124/160] Compiling DequeModule RigidDeque.swift
[125/160] Compiling DequeModule UniqueDeque+Equatable.swift
[126/160] Compiling DequeModule UniqueDeque+Experimental.swift
[127/160] Compiling DequeModule UniqueDeque+Hashable.swift
[128/160] Compiling DequeModule UniqueDeque+Initializers.swift
[129/160] Compiling DequeModule UniqueDeque+Insertions.swift
[130/160] Compiling DequeModule UniqueDeque+Prepend.swift
[131/160] Compiling DequeModule UniqueDeque+Removals.swift
[132/160] Compiling DequeModule UniqueDeque+Replacements.swift
[133/160] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[134/160] Compiling DequeModule Deque+Extras.swift
[135/160] Compiling DequeModule Deque+Hashable.swift
[136/160] Compiling DequeModule Deque+Testing.swift
[137/160] Compiling DequeModule Deque._Storage.swift
[138/160] Compiling DequeModule Deque._UnsafeHandle.swift
[139/160] Compiling DequeModule Deque.swift
[140/160] Compiling DequeModule _DequeBuffer.swift
[141/160] Compiling DequeModule _DequeBufferHeader.swift
[142/160] Compiling DequeModule RigidDeque+Append.swift
[143/160] Compiling DequeModule Deque+Codable.swift
[144/160] Compiling DequeModule Deque+Collection.swift
[145/160] Compiling DequeModule Deque+CustomReflectable.swift
[146/160] Compiling DequeModule Deque+Descriptions.swift
[147/160] Compiling DequeModule Deque+Equatable.swift
[148/160] Compiling SwifCron SwifCronError.swift
[149/160] Compiling DequeModule UniqueDeque.swift
[150/160] Compiling DequeModule _DequeSlot.swift
[151/160] Compiling DequeModule _UnsafeDequeHandle.swift
[152/160] Compiling DequeModule _UnsafeDequeSegments.swift
[153/160] Emitting module DequeModule
[154/160] Emitting module SwifCron
[155/160] Compiling SwifCron Helper.swift
[156/160] Compiling SwifCron Array+Each.swift
[157/160] Compiling SwifCron ExpressionParser.swift
[158/160] Compiling SwifCron SwifCron.swift
[158/160] Compiling c-nioatomics.c
[159/160] Compiling c-atomics.c
[161/167] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[162/167] Compiling NIOConcurrencyHelpers lock.swift
[163/167] Compiling NIOConcurrencyHelpers NIOLock.swift
[164/167] Compiling NIOConcurrencyHelpers atomics.swift
[165/167] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[166/167] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[167/167] Emitting module NIOConcurrencyHelpers
[168/232] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[169/232] Compiling NIOCore NIOScheduledCallback.swift
[170/232] Compiling NIOCore NIOSendable.swift
[171/232] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[172/232] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[173/232] Compiling NIOCore RecvByteBufferAllocator.swift
[174/232] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[175/239] Compiling NIOCore MarkedCircularBuffer.swift
[176/239] Compiling NIOCore MulticastChannel.swift
[177/239] Compiling NIOCore NIOAny.swift
[178/239] Compiling NIOCore NIOCloseOnErrorHandler.swift
[179/239] Compiling NIOCore NIOCoreSendableMetatype.swift
[180/239] Compiling NIOCore NIODecodedAsyncSequence.swift
[181/239] Compiling NIOCore NIOLoopBound.swift
[182/239] Compiling NIOCore IO.swift
[183/239] Compiling NIOCore IOData.swift
[184/239] Compiling NIOCore IPProtocol.swift
[185/239] Compiling NIOCore IntegerBitPacking.swift
[186/239] Compiling NIOCore IntegerTypes.swift
[187/239] Compiling NIOCore Interfaces.swift
[188/239] Compiling NIOCore Linux.swift
[189/239] Compiling NIOCore AddressedEnvelope.swift
[190/239] Compiling NIOCore AsyncAwaitSupport.swift
[191/239] Compiling NIOCore AsyncChannel.swift
[192/239] Compiling NIOCore AsyncChannelHandler.swift
[193/239] Compiling NIOCore AsyncChannelInboundStream.swift
[194/239] Compiling NIOCore AsyncChannelOutboundWriter.swift
[195/239] Compiling NIOCore NIOAsyncSequenceProducer.swift
[196/239] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[197/239] Compiling NIOCore ConvenienceOptionSupport.swift
[198/239] Compiling NIOCore DeadChannel.swift
[199/239] Compiling NIOCore DispatchQueue+WithFuture.swift
[200/239] Compiling NIOCore EventLoop+Deprecated.swift
[201/239] Compiling NIOCore EventLoop+SerialExecutor.swift
[202/239] Compiling NIOCore EventLoop.swift
[203/239] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[204/239] Compiling NIOCore SocketAddresses.swift
[205/239] Compiling NIOCore SocketOptionProvider.swift
[206/239] Compiling NIOCore SystemCallHelpers.swift
[207/239] Compiling NIOCore TimeAmount+Duration.swift
[208/239] Compiling NIOCore TypeAssistedChannelHandler.swift
[209/239] Compiling NIOCore UniversalBootstrapSupport.swift
[210/239] Compiling NIOCore Utilities.swift
[211/239] Compiling NIOCore ChannelHandler.swift
[212/239] Compiling NIOCore ChannelHandlers.swift
[213/239] Compiling NIOCore ChannelInvoker.swift
[214/239] Compiling NIOCore ChannelOption.swift
[215/239] Compiling NIOCore ChannelPipeline.swift
[216/239] Compiling NIOCore CircularBuffer.swift
[217/239] Compiling NIOCore Codec.swift
[218/239] Compiling NIOCore NIOAsyncWriter.swift
[219/239] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[220/239] Compiling NIOCore BSDSocketAPI.swift
[221/239] Compiling NIOCore ByteBuffer-aux.swift
[222/239] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[223/239] Compiling NIOCore ByteBuffer-conversions.swift
[224/239] Compiling NIOCore ByteBuffer-core.swift
[225/239] Compiling NIOCore EventLoopFuture+Deprecated.swift
[226/239] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[227/239] Compiling NIOCore EventLoopFuture.swift
[228/239] Compiling NIOCore FileDescriptor.swift
[229/239] Compiling NIOCore FileHandle.swift
[230/239] Compiling NIOCore FileRegion.swift
[231/239] Compiling NIOCore GlobalSingletons.swift
[232/239] Compiling NIOCore ByteBuffer-hex.swift
[233/239] Compiling NIOCore ByteBuffer-int.swift
[234/239] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[235/239] Compiling NIOCore ByteBuffer-multi-int.swift
[236/239] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[237/239] Compiling NIOCore ByteBuffer-views.swift
[238/239] Compiling NIOCore Channel.swift
[239/239] Emitting module NIOCore
[240/295] Emitting module NIOEmbedded
[241/295] Compiling NIOEmbedded Embedded.swift
[242/295] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[243/295] Compiling NIOEmbedded AsyncTestingChannel.swift
[244/295] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[245/295] Compiling NIOPosix PosixSingletons.swift
[246/295] Compiling NIOPosix RawSocketBootstrap.swift
[247/295] Compiling NIOPosix Resolver.swift
[248/295] Compiling NIOPosix Selectable.swift
[249/295] Compiling NIOPosix SelectableChannel.swift
[250/300] Compiling NIOPosix FileDescriptor.swift
[251/300] Compiling NIOPosix GetaddrinfoResolver.swift
[252/300] Compiling NIOPosix HappyEyeballs.swift
[253/300] Compiling NIOPosix IO.swift
[254/300] Compiling NIOPosix IntegerBitPacking.swift
[255/300] Compiling NIOPosix IntegerTypes.swift
[256/300] Compiling NIOPosix Utilities.swift
[257/300] Compiling NIOPosix VsockAddress.swift
[258/300] Compiling NIOPosix VsockChannelEvents.swift
[259/300] Compiling NIOPosix Windows.swift
[260/300] Compiling NIOPosix resource_bundle_accessor.swift
[261/300] Compiling NIOPosix BSDSocketAPICommon.swift
[262/300] Compiling NIOPosix BSDSocketAPIPosix.swift
[263/300] Compiling NIOPosix BSDSocketAPIWindows.swift
[264/300] Compiling NIOPosix BaseSocket.swift
[265/300] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[266/300] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[267/300] Compiling NIOPosix Linux.swift
[268/300] Compiling NIOPosix LinuxCPUSet.swift
[269/300] Compiling NIOPosix LinuxUring.swift
[270/300] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[271/300] Compiling NIOPosix NIOPosixSendableMetatype.swift
[272/300] Compiling NIOPosix NIOThreadPool.swift
[273/300] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[274/300] Compiling NIOPosix System.swift
[275/300] Compiling NIOPosix Thread.swift
[276/300] Compiling NIOPosix ThreadPosix.swift
[277/300] Compiling NIOPosix ThreadWindows.swift
[278/300] Emitting module NIOPosix
[279/300] Compiling NIOPosix SelectableEventLoop.swift
[280/300] Compiling NIOPosix SelectorEpoll.swift
[281/300] Compiling NIOPosix SelectorGeneric.swift
[282/300] Compiling NIOPosix SelectorKqueue.swift
[283/300] Compiling NIOPosix SelectorUring.swift
[284/300] Compiling NIOPosix SelectorWSAPoll.swift
[285/300] Compiling NIOPosix ServerSocket.swift
[286/300] Compiling NIOPosix Socket.swift
[287/300] Compiling NIOPosix SocketChannel.swift
[288/300] Compiling NIOPosix SocketProtocols.swift
[289/300] Compiling NIOPosix BaseSocketChannel.swift
[290/300] Compiling NIOPosix BaseStreamSocketChannel.swift
[291/300] Compiling NIOPosix Bootstrap.swift
[292/300] Compiling NIOPosix ControlMessage.swift
[293/300] Compiling NIOPosix DatagramVectorReadManager.swift
[294/300] Compiling NIOPosix Errors+Any.swift
[295/300] Compiling NIOPosix NonBlockingFileIO.swift
[296/300] Compiling NIOPosix PendingDatagramWritesManager.swift
[297/300] Compiling NIOPosix PendingWritesManager.swift
[298/300] Compiling NIOPosix PipeChannel.swift
[299/300] Compiling NIOPosix PipePair.swift
[300/300] Compiling NIOPosix Pool.swift
[301/302] Compiling NIO Exports.swift
[302/302] Emitting module NIO
[303/304] Emitting module NIOCronScheduler
[304/304] Compiling NIOCronScheduler NIOCronScheduler.swift
Build complete! (16.99s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.10.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swifcron",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/MihaelIsaev/SwifCron.git"
}
],
"manifest_display_name" : "NIOCronScheduler",
"name" : "NIOCronScheduler",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "NIOCronScheduler",
"targets" : [
"NIOCronScheduler"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "NIOCronSchedulerTests",
"module_type" : "SwiftTarget",
"name" : "NIOCronSchedulerTests",
"path" : "Tests/NIOCronSchedulerTests",
"sources" : [
"NIOCronSchedulerTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"NIOCronScheduler"
],
"type" : "test"
},
{
"c99name" : "NIOCronScheduler",
"module_type" : "SwiftTarget",
"name" : "NIOCronScheduler",
"path" : "Sources/NIOCronScheduler",
"product_dependencies" : [
"NIO",
"SwifCron"
],
"product_memberships" : [
"NIOCronScheduler"
],
"sources" : [
"NIOCronScheduler.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.