The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of NIOCronScheduler, reference 2.1.0 (aa67f5), with Swift 6.1 for Linux on 27 Apr 2025 02:57:28 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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.61.0
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:         linux
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-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/MihaelIsaev/SwifCron.git
Fetching https://github.com/apple/swift-nio.git
[1/169] Fetching swifcron
Fetched https://github.com/MihaelIsaev/SwifCron.git from cache (0.33s)
[1/75431] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (9.42s)
Computing version for https://github.com/MihaelIsaev/SwifCron.git
Computed https://github.com/MihaelIsaev/SwifCron.git at 2.0.0 (13.29s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (1.48s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4353] Fetching swift-system
[2004/20595] Fetching swift-system, swift-collections
Fetching https://github.com/apple/swift-atomics.git
[10202/22300] Fetching swift-system, swift-collections, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.83s)
[15398/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (2.23s)
Fetched https://github.com/apple/swift-collections.git from cache (2.30s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.33s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.89s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.46s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.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.4
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/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.4.2
Building for debugging...
[0/22] Write sources
[11/22] Compiling CNIOWindows WSAStartup.c
[12/22] Compiling CNIOWASI CNIOWASI.c
[13/22] Compiling CNIOWindows shim.c
[14/22] Write sources
[15/22] Compiling _AtomicsShims.c
[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/70] Emitting module InternalCollectionsUtilities
[22/72] Emitting module Atomics
[23/74] Compiling SwifCron SwifCronError.swift
[24/74] Compiling InternalCollectionsUtilities _SortedCollection.swift
[25/74] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[26/74] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[27/74] Compiling InternalCollectionsUtilities Integer rank.swift
[28/74] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[30/74] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[31/74] Emitting module _NIOBase64
[32/74] Compiling _NIOBase64 Base64.swift
[33/74] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[34/74] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[35/74] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[36/74] Compiling InternalCollectionsUtilities UInt+reversed.swift
[37/74] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[38/74] Compiling InternalCollectionsUtilities Debugging.swift
[39/74] Compiling InternalCollectionsUtilities Descriptions.swift
[41/74] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[42/74] Compiling Atomics IntegerOperations.swift
[43/74] Compiling Atomics Unmanaged extensions.swift
[44/74] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[45/74] Compiling InternalCollectionsUtilities Specialize.swift
[46/75] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[47/75] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[48/75] Compiling _NIODataStructures PriorityQueue.swift
[49/75] Compiling _NIODataStructures _TinyArray.swift
[68/92] Compiling c-nioatomics.c
[70/92] Compiling DequeModule _DequeBuffer.swift
[71/92] Compiling DequeModule _DequeBufferHeader.swift
[72/94] Compiling DequeModule Deque+Equatable.swift
[73/94] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[74/94] Compiling DequeModule Deque+CustomReflectable.swift
[75/94] Compiling DequeModule Deque+Descriptions.swift
[76/94] Emitting module _NIODataStructures
[77/94] Compiling _NIODataStructures Heap.swift
[79/95] Compiling DequeModule _DequeSlot.swift
[80/95] Compiling DequeModule _UnsafeWrappedBuffer.swift
[81/95] Emitting module SwifCron
[82/95] Compiling SwifCron Array+Each.swift
[83/95] Compiling SwifCron Helper.swift
[84/95] Compiling SwifCron ExpressionParser.swift
[85/95] Compiling SwifCron SwifCron.swift
[86/96] Compiling DequeModule Deque+Extras.swift
[87/96] Compiling DequeModule Deque+Hashable.swift
[88/96] Compiling DequeModule Deque+Testing.swift
[89/96] Compiling DequeModule Deque._Storage.swift
[90/96] Compiling DequeModule Deque._UnsafeHandle.swift
[91/96] Compiling DequeModule Deque.swift
[91/96] Compiling c-atomics.c
[94/96] Compiling DequeModule Deque+Codable.swift
[95/96] Compiling DequeModule Deque+Collection.swift
[96/102] Emitting module DequeModule
[98/103] Compiling NIOConcurrencyHelpers NIOLock.swift
[99/103] Compiling NIOConcurrencyHelpers lock.swift
[100/103] Emitting module NIOConcurrencyHelpers
[101/103] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[102/103] Compiling NIOConcurrencyHelpers atomics.swift
[103/103] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[105/163] Compiling NIOCore MarkedCircularBuffer.swift
[106/163] Compiling NIOCore MulticastChannel.swift
[107/163] Compiling NIOCore NIOAny.swift
[108/163] Compiling NIOCore NIOCloseOnErrorHandler.swift
[109/163] Compiling NIOCore NIOLoopBound.swift
[110/163] Compiling NIOCore NIOScheduledCallback.swift
[111/163] Compiling NIOCore NIOSendable.swift
[112/163] Compiling NIOCore RecvByteBufferAllocator.swift
[113/171] Compiling NIOCore GlobalSingletons.swift
[114/171] Compiling NIOCore IO.swift
[115/171] Compiling NIOCore IOData.swift
[116/171] Compiling NIOCore IPProtocol.swift
[117/171] Compiling NIOCore IntegerBitPacking.swift
[118/171] Compiling NIOCore IntegerTypes.swift
[119/171] Compiling NIOCore Interfaces.swift
[120/171] Compiling NIOCore Linux.swift
[121/171] Compiling NIOCore EventLoop.swift
[122/171] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[123/171] Compiling NIOCore EventLoopFuture+Deprecated.swift
[124/171] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[125/171] Compiling NIOCore EventLoopFuture.swift
[126/171] Compiling NIOCore FileDescriptor.swift
[127/171] Compiling NIOCore FileHandle.swift
[128/171] Compiling NIOCore FileRegion.swift
[129/171] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[130/171] Compiling NIOCore SocketAddresses.swift
[131/171] Compiling NIOCore SocketOptionProvider.swift
[132/171] Compiling NIOCore SystemCallHelpers.swift
[133/171] Compiling NIOCore TimeAmount+Duration.swift
[134/171] Compiling NIOCore TypeAssistedChannelHandler.swift
[135/171] Compiling NIOCore UniversalBootstrapSupport.swift
[136/171] Compiling NIOCore Utilities.swift
[137/171] Compiling NIOCore ChannelPipeline.swift
[138/171] Compiling NIOCore CircularBuffer.swift
[139/171] Compiling NIOCore Codec.swift
[140/171] Compiling NIOCore ConvenienceOptionSupport.swift
[141/171] Compiling NIOCore DeadChannel.swift
[142/171] Compiling NIOCore DispatchQueue+WithFuture.swift
[143/171] Compiling NIOCore EventLoop+Deprecated.swift
[144/171] Compiling NIOCore EventLoop+SerialExecutor.swift
[145/171] Compiling NIOCore AddressedEnvelope.swift
[146/171] Compiling NIOCore AsyncAwaitSupport.swift
[147/171] Compiling NIOCore AsyncChannel.swift
[148/171] Compiling NIOCore AsyncChannelHandler.swift
[149/171] Compiling NIOCore AsyncChannelInboundStream.swift
[150/171] Compiling NIOCore AsyncChannelOutboundWriter.swift
[151/171] Compiling NIOCore NIOAsyncSequenceProducer.swift
[152/171] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[153/171] Compiling NIOCore NIOAsyncWriter.swift
[154/171] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[155/171] Compiling NIOCore BSDSocketAPI.swift
[156/171] Compiling NIOCore ByteBuffer-aux.swift
[157/171] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[158/171] Compiling NIOCore ByteBuffer-conversions.swift
[159/171] Compiling NIOCore ByteBuffer-core.swift
[160/171] Compiling NIOCore ByteBuffer-hex.swift
[161/171] Compiling NIOCore ByteBuffer-int.swift
[162/171] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[163/171] Compiling NIOCore ByteBuffer-multi-int.swift
[164/171] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[165/171] Compiling NIOCore ByteBuffer-views.swift
[166/171] Compiling NIOCore Channel.swift
[167/171] Compiling NIOCore ChannelHandler.swift
[168/171] Compiling NIOCore ChannelHandlers.swift
[169/171] Compiling NIOCore ChannelInvoker.swift
[170/171] Compiling NIOCore ChannelOption.swift
[171/171] Emitting module NIOCore
[173/223] Emitting module NIOEmbedded
[174/223] Compiling NIOEmbedded AsyncTestingChannel.swift
[175/223] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[176/223] Compiling NIOEmbedded Embedded.swift
[178/224] Compiling NIOPosix IO.swift
[179/224] Compiling NIOPosix IntegerBitPacking.swift
[180/224] Compiling NIOPosix IntegerTypes.swift
[181/224] Compiling NIOPosix Linux.swift
[182/224] Compiling NIOPosix LinuxCPUSet.swift
[183/224] Compiling NIOPosix LinuxUring.swift
[184/224] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[185/230] Compiling NIOPosix ThreadPosix.swift
[186/230] Compiling NIOPosix ThreadWindows.swift
[187/230] Compiling NIOPosix UnsafeTransfer.swift
[188/230] Compiling NIOPosix Utilities.swift
[189/230] Compiling NIOPosix VsockAddress.swift
[190/230] Compiling NIOPosix VsockChannelEvents.swift
[191/230] Compiling NIOPosix ServerSocket.swift
[192/230] Compiling NIOPosix Socket.swift
[193/230] Compiling NIOPosix SocketChannel.swift
[194/230] Compiling NIOPosix SocketProtocols.swift
[195/230] Compiling NIOPosix System.swift
[196/230] Compiling NIOPosix Thread.swift
[197/230] Emitting module NIOPosix
[198/230] Compiling NIOPosix Bootstrap.swift
[199/230] Compiling NIOPosix ControlMessage.swift
[200/230] Compiling NIOPosix DatagramVectorReadManager.swift
[201/230] Compiling NIOPosix Errors+Any.swift
[202/230] Compiling NIOPosix FileDescriptor.swift
[203/230] Compiling NIOPosix GetaddrinfoResolver.swift
[204/230] Compiling NIOPosix HappyEyeballs.swift
[205/230] Compiling NIOPosix PooledRecvBufferAllocator.swift
[206/230] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[207/230] Compiling NIOPosix PosixSingletons.swift
[208/230] Compiling NIOPosix RawSocketBootstrap.swift
[209/230] Compiling NIOPosix Resolver.swift
[210/230] Compiling NIOPosix Selectable.swift
[211/230] Compiling NIOPosix SelectableChannel.swift
[212/230] Compiling NIOPosix SelectableEventLoop.swift
[213/230] Compiling NIOPosix SelectorEpoll.swift
[214/230] Compiling NIOPosix SelectorGeneric.swift
[215/230] Compiling NIOPosix SelectorKqueue.swift
[216/230] Compiling NIOPosix SelectorUring.swift
[217/230] Compiling NIOPosix NIOThreadPool.swift
[218/230] Compiling NIOPosix NonBlockingFileIO.swift
[219/230] Compiling NIOPosix PendingDatagramWritesManager.swift
[220/230] Compiling NIOPosix PendingWritesManager.swift
[221/230] Compiling NIOPosix PipeChannel.swift
[222/230] Compiling NIOPosix PipePair.swift
[223/230] Compiling NIOPosix Pool.swift
[224/230] Compiling NIOPosix BSDSocketAPICommon.swift
[225/230] Compiling NIOPosix BSDSocketAPIPosix.swift
[226/230] Compiling NIOPosix BSDSocketAPIWindows.swift
[227/230] Compiling NIOPosix BaseSocket.swift
[228/230] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[229/230] Compiling NIOPosix BaseSocketChannel.swift
[230/230] Compiling NIOPosix BaseStreamSocketChannel.swift
[232/233] Compiling NIO Exports.swift
[233/233] Emitting module NIO
[235/236] Emitting module NIOCronScheduler
[236/236] 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! (114.02s)
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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.