The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of NIOCronScheduler, reference 2.1.0 (aa67f5), with Swift 6.1 for Android on 28 May 2025 08:51:58 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mihaelisaev/niocronscheduler.git
Reference: 2.1.0
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/mihaelisaev/niocronscheduler
 * tag               2.1.0      -> FETCH_HEAD
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 2.1.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mihaelisaev/niocronscheduler.git
https://github.com/mihaelisaev/niocronscheduler.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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" : "/host/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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/MihaelIsaev/SwifCron.git
[1/169] Fetching swifcron
Fetched https://github.com/MihaelIsaev/SwifCron.git from cache (0.38s)
[1/76055] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (8.33s)
Computing version for https://github.com/MihaelIsaev/SwifCron.git
Computed https://github.com/MihaelIsaev/SwifCron.git at 2.0.0 (11.96s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.41s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/1710] Fetching swift-atomics
[634/6101] Fetching swift-atomics, swift-system
[3568/22692] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.77s)
[4697/18301] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.68s)
Fetched https://github.com/apple/swift-collections.git from cache (1.71s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (5.33s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.88s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.79s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
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-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-collections.git
Working copy of https://github.com/apple/swift-collections.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.83.0
Building for debugging...
[0/22] Write sources
[11/22] Compiling _AtomicsShims.c
[12/22] Compiling CNIOWindows WSAStartup.c
[13/22] Compiling CNIOWASI CNIOWASI.c
[13/22] Compiling CNIOWindows shim.c
[13/22] Write sources
[16/22] Compiling CNIOLinux liburing_shims.c
[17/22] Compiling CNIODarwin shim.c
[18/22] Compiling CNIOLinux shim.c
[19/22] Write swift-version-24593BA9C3E375BF.txt
[21/67] Emitting module _NIODataStructures
[22/67] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[23/67] Compiling InternalCollectionsUtilities Integer rank.swift
[24/67] Emitting module InternalCollectionsUtilities
[25/68] Compiling InternalCollectionsUtilities Debugging.swift
[26/68] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[27/68] Compiling InternalCollectionsUtilities _SortedCollection.swift
[28/68] Compiling InternalCollectionsUtilities UInt+reversed.swift
[29/68] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[30/68] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[31/70] Compiling _NIOBase64 Base64.swift
[32/70] Compiling _NIODataStructures PriorityQueue.swift
[33/70] Compiling _NIODataStructures _TinyArray.swift
[34/70] Emitting module _NIOBase64
[37/71] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[41/71] Compiling InternalCollectionsUtilities Descriptions.swift
[42/71] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[43/71] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[44/71] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[46/71] Emitting module Atomics
[47/71] Compiling Atomics AtomicMemoryOrderings.swift
[48/71] Compiling Atomics DoubleWord.swift
[49/71] Compiling Atomics ManagedAtomic.swift
[50/71] Compiling Atomics ManagedAtomicLazyReference.swift
[51/71] Compiling Atomics UnsafeAtomic.swift
[52/71] Compiling Atomics UnsafeAtomicLazyReference.swift
[53/71] Compiling _NIODataStructures Heap.swift
[62/72] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[64/73] Compiling Atomics IntegerOperations.swift
[65/73] Compiling Atomics Unmanaged extensions.swift
[67/89] Emitting module SwifCron
[68/89] Compiling SwifCron Array+Each.swift
[69/89] Compiling SwifCron SwifCronError.swift
[70/89] Compiling DequeModule Deque+Equatable.swift
[71/89] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[72/89] Compiling DequeModule Deque+CustomReflectable.swift
[73/89] Compiling DequeModule Deque+Descriptions.swift
[74/91] Compiling DequeModule _DequeBuffer.swift
[75/91] Compiling DequeModule _DequeBufferHeader.swift
[76/91] Compiling DequeModule _DequeSlot.swift
[77/91] Compiling DequeModule _UnsafeWrappedBuffer.swift
[78/91] Compiling DequeModule Deque+Testing.swift
[79/91] Compiling DequeModule Deque._Storage.swift
[80/91] Compiling DequeModule Deque._UnsafeHandle.swift
[81/91] Compiling DequeModule Deque.swift
[82/91] Compiling DequeModule Deque+Extras.swift
[83/91] Compiling DequeModule Deque+Hashable.swift
[84/91] Compiling DequeModule Deque+Codable.swift
[85/91] Compiling DequeModule Deque+Collection.swift
[85/91] Compiling c-nioatomics.c
[87/91] Emitting module DequeModule
[88/92] Compiling c-atomics.c
[90/98] Compiling NIOConcurrencyHelpers NIOLock.swift
[91/98] Compiling NIOConcurrencyHelpers lock.swift
[92/98] Emitting module NIOConcurrencyHelpers
[93/98] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[94/98] Compiling NIOConcurrencyHelpers atomics.swift
[95/98] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[97/159] Compiling SwifCron SwifCron.swift
[98/159] Compiling SwifCron Helper.swift
[99/159] Compiling SwifCron ExpressionParser.swift
[101/160] Compiling NIOCore MulticastChannel.swift
[102/160] Compiling NIOCore NIOAny.swift
[103/160] Compiling NIOCore NIOCloseOnErrorHandler.swift
[104/160] Compiling NIOCore NIOLoopBound.swift
[105/160] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[106/160] Compiling NIOCore NIOScheduledCallback.swift
[107/160] Compiling NIOCore NIOSendable.swift
[108/160] Compiling NIOCore RecvByteBufferAllocator.swift
[109/168] Compiling NIOCore IO.swift
[110/168] Compiling NIOCore IOData.swift
[111/168] Compiling NIOCore IPProtocol.swift
[112/168] Compiling NIOCore IntegerBitPacking.swift
[113/168] Compiling NIOCore IntegerTypes.swift
[114/168] Compiling NIOCore Interfaces.swift
[115/168] Compiling NIOCore Linux.swift
[116/168] Compiling NIOCore MarkedCircularBuffer.swift
[117/168] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[118/168] Compiling NIOCore EventLoopFuture+Deprecated.swift
[119/168] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[120/168] Compiling NIOCore EventLoopFuture.swift
[121/168] Compiling NIOCore FileDescriptor.swift
[122/168] Compiling NIOCore FileHandle.swift
[123/168] Compiling NIOCore FileRegion.swift
[124/168] Compiling NIOCore GlobalSingletons.swift
[125/168] Compiling NIOCore AddressedEnvelope.swift
[126/168] Compiling NIOCore AsyncAwaitSupport.swift
[127/168] Compiling NIOCore AsyncChannel.swift
[128/168] Compiling NIOCore AsyncChannelHandler.swift
[129/168] Compiling NIOCore AsyncChannelInboundStream.swift
[130/168] Compiling NIOCore AsyncChannelOutboundWriter.swift
[131/168] Compiling NIOCore NIOAsyncSequenceProducer.swift
[132/168] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[133/168] Compiling NIOCore NIOAsyncWriter.swift
[134/168] Compiling NIOCore CircularBuffer.swift
[135/168] Compiling NIOCore Codec.swift
[136/168] Compiling NIOCore ConvenienceOptionSupport.swift
[137/168] Compiling NIOCore DeadChannel.swift
[138/168] Compiling NIOCore DispatchQueue+WithFuture.swift
[139/168] Compiling NIOCore EventLoop+Deprecated.swift
[140/168] Compiling NIOCore EventLoop+SerialExecutor.swift
[141/168] Compiling NIOCore EventLoop.swift
[142/168] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[143/168] Compiling NIOCore SocketAddresses.swift
[144/168] Compiling NIOCore SocketOptionProvider.swift
[145/168] Compiling NIOCore SystemCallHelpers.swift
[146/168] Compiling NIOCore TimeAmount+Duration.swift
[147/168] Compiling NIOCore TypeAssistedChannelHandler.swift
[148/168] Compiling NIOCore UniversalBootstrapSupport.swift
[149/168] Compiling NIOCore Utilities.swift
[150/168] Emitting module NIOCore
[151/168] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[152/168] Compiling NIOCore BSDSocketAPI.swift
[153/168] Compiling NIOCore ByteBuffer-aux.swift
[154/168] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[155/168] Compiling NIOCore ByteBuffer-conversions.swift
[156/168] Compiling NIOCore ByteBuffer-core.swift
[157/168] Compiling NIOCore ByteBuffer-hex.swift
[158/168] Compiling NIOCore ByteBuffer-int.swift
[159/168] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[160/168] Compiling NIOCore ByteBuffer-multi-int.swift
[161/168] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[162/168] Compiling NIOCore ByteBuffer-views.swift
[163/168] Compiling NIOCore Channel.swift
[164/168] Compiling NIOCore ChannelHandler.swift
[165/168] Compiling NIOCore ChannelHandlers.swift
[166/168] Compiling NIOCore ChannelInvoker.swift
[167/168] Compiling NIOCore ChannelOption.swift
[168/168] Compiling NIOCore ChannelPipeline.swift
[170/219] Compiling NIOEmbedded AsyncTestingChannel.swift
[171/219] Emitting module NIOEmbedded
[172/219] Compiling NIOEmbedded Embedded.swift
[173/219] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[174/220] Compiling NIOPosix IO.swift
[175/220] Compiling NIOPosix IntegerBitPacking.swift
[176/220] Compiling NIOPosix IntegerTypes.swift
[177/220] Compiling NIOPosix Linux.swift
[178/220] Compiling NIOPosix LinuxCPUSet.swift
[179/220] Compiling NIOPosix LinuxUring.swift
[180/220] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[182/226] Emitting module NIOPosix
[183/226] Compiling NIOPosix ThreadPosix.swift
[184/226] Compiling NIOPosix ThreadWindows.swift
[185/226] Compiling NIOPosix UnsafeTransfer.swift
[186/226] Compiling NIOPosix Utilities.swift
[187/226] Compiling NIOPosix VsockAddress.swift
[188/226] Compiling NIOPosix VsockChannelEvents.swift
[189/226] Compiling NIOPosix BSDSocketAPICommon.swift
[190/226] Compiling NIOPosix BSDSocketAPIPosix.swift
[191/226] Compiling NIOPosix BSDSocketAPIWindows.swift
[192/226] Compiling NIOPosix BaseSocket.swift
[193/226] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[194/226] Compiling NIOPosix BaseSocketChannel.swift
[195/226] Compiling NIOPosix BaseStreamSocketChannel.swift
[196/226] Compiling NIOPosix Pool.swift
[197/226] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[198/226] Compiling NIOPosix PosixSingletons.swift
[199/226] Compiling NIOPosix RawSocketBootstrap.swift
[200/226] Compiling NIOPosix Resolver.swift
[201/226] Compiling NIOPosix Selectable.swift
[202/226] Compiling NIOPosix ServerSocket.swift
[203/226] Compiling NIOPosix Socket.swift
[204/226] Compiling NIOPosix SocketChannel.swift
[205/226] Compiling NIOPosix SocketProtocols.swift
[206/226] Compiling NIOPosix System.swift
[207/226] Compiling NIOPosix Thread.swift
[208/226] Compiling NIOPosix SelectableChannel.swift
[209/226] Compiling NIOPosix SelectableEventLoop.swift
[210/226] Compiling NIOPosix SelectorEpoll.swift
[211/226] Compiling NIOPosix SelectorGeneric.swift
[212/226] Compiling NIOPosix SelectorKqueue.swift
[213/226] Compiling NIOPosix SelectorUring.swift
[214/226] Compiling NIOPosix Bootstrap.swift
[215/226] Compiling NIOPosix ControlMessage.swift
[216/226] Compiling NIOPosix DatagramVectorReadManager.swift
[217/226] Compiling NIOPosix Errors+Any.swift
[218/226] Compiling NIOPosix FileDescriptor.swift
[219/226] Compiling NIOPosix GetaddrinfoResolver.swift
[220/226] Compiling NIOPosix HappyEyeballs.swift
[221/226] Compiling NIOPosix NIOThreadPool.swift
[222/226] Compiling NIOPosix NonBlockingFileIO.swift
[223/226] Compiling NIOPosix PendingDatagramWritesManager.swift
[224/226] Compiling NIOPosix PendingWritesManager.swift
[225/226] Compiling NIOPosix PipeChannel.swift
[226/226] Compiling NIOPosix PipePair.swift
[228/229] Emitting module NIO
[229/229] Compiling NIO Exports.swift
[231/232] Emitting module NIOCronScheduler
[232/232] Compiling NIOCronScheduler NIOCronScheduler.swift
/host/spi-builder-workspace/Sources/NIOCronScheduler/NIOCronScheduler.swift:33:13: warning: capture of 'job' with non-sendable type 'NIOCronJob' in a '@Sendable' closure
31 |         let job = NIOCronJob()
32 |         let task = eventLoop.scheduleTask(in: .seconds(Int64(secondsTo))) {
33 |             job.onCancel = try self.schedule(expression: expression, on: eventLoop, task: task, offset: 1).cancel
   |             `- warning: capture of 'job' with non-sendable type 'NIOCronJob' in a '@Sendable' closure
34 |             try task()
35 |         }
   :
47 | }
48 |
49 | public class NIOCronJob {
   |              `- note: class 'NIOCronJob' does not conform to the 'Sendable' protocol
50 |     init () {}
51 |     fileprivate var onCancel: () -> Void = {}
/host/spi-builder-workspace/Sources/NIOCronScheduler/NIOCronScheduler.swift:33:91: warning: capture of 'task' with non-sendable type '() throws -> Void' in a '@Sendable' closure
31 |         let job = NIOCronJob()
32 |         let task = eventLoop.scheduleTask(in: .seconds(Int64(secondsTo))) {
33 |             job.onCancel = try self.schedule(expression: expression, on: eventLoop, task: task, offset: 1).cancel
   |                                                                                           |- warning: capture of 'task' with non-sendable type '() throws -> Void' in a '@Sendable' closure
   |                                                                                           `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
34 |             try task()
35 |         }
Build complete! (86.53s)
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" : "/host/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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.