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 SwiftQueue, reference 6.0.2 (2757fe), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 11:02:57 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lucas34/SwiftQueue.git
Reference: 6.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/lucas34/SwiftQueue
 * tag               6.0.2      -> FETCH_HEAD
HEAD is now at 2757fe4 Release 6.0.2 (#431)
Cloned https://github.com/lucas34/SwiftQueue.git
Revision (git rev-parse @):
2757fe47eec085a1cda750fd398ebb4f2a69f3a4
SUCCESS checkout https://github.com/lucas34/SwiftQueue.git at 6.0.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/lucas34/SwiftQueue.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/24] Emitting module SwiftQueue
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQueue/SqOperation.swift:25:20: warning: class 'SqOperation' must restate inherited '@unchecked Sendable' conformance
 23 | import Foundation
 24 |
 25 | public final class SqOperation: Operation {
    |                    `- warning: class 'SqOperation' must restate inherited '@unchecked Sendable' conformance
 26 |
 27 |     public let info: JobInfo
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQueue/SqOperationQueue.swift:25:20: warning: class 'SqOperationQueue' must restate inherited '@unchecked Sendable' conformance
 23 | import Foundation
 24 |
 25 | public final class SqOperationQueue: OperationQueue {
    |                    `- warning: class 'SqOperationQueue' must restate inherited '@unchecked Sendable' conformance
 26 |
 27 |     private let creator: JobCreator
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQueue/SqOperationQueue.swift:154:16: warning: class 'TriggerOperation' must restate inherited '@unchecked Sendable' conformance
152 | }
153 |
154 | internal class TriggerOperation: Operation {}
    |                `- warning: class 'TriggerOperation' must restate inherited '@unchecked Sendable' conformance
155 |
[4/26] Compiling SwiftQueue UserDefaultsPersister.swift
[5/26] Compiling SwiftQueue Utils.swift
[6/26] Compiling SwiftQueue Constraint+UniqueUUID.swift
[7/26] Compiling SwiftQueue Constraint.swift
[8/26] Compiling SwiftQueue JobInfo.swift
[9/26] Compiling SwiftQueue JobInfoSerializer+Decodable.swift
[10/26] Compiling SwiftQueue SqOperation.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQueue/SqOperation.swift:25:20: warning: class 'SqOperation' must restate inherited '@unchecked Sendable' conformance
 23 | import Foundation
 24 |
 25 | public final class SqOperation: Operation {
    |                    `- warning: class 'SqOperation' must restate inherited '@unchecked Sendable' conformance
 26 |
 27 |     public let info: JobInfo
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQueue/SqOperationQueue.swift:25:20: warning: class 'SqOperationQueue' must restate inherited '@unchecked Sendable' conformance
 23 | import Foundation
 24 |
 25 | public final class SqOperationQueue: OperationQueue {
    |                    `- warning: class 'SqOperationQueue' must restate inherited '@unchecked Sendable' conformance
 26 |
 27 |     private let creator: JobCreator
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQueue/SqOperationQueue.swift:154:16: warning: class 'TriggerOperation' must restate inherited '@unchecked Sendable' conformance
152 | }
153 |
154 | internal class TriggerOperation: Operation {}
    |                `- warning: class 'TriggerOperation' must restate inherited '@unchecked Sendable' conformance
155 |
[11/26] Compiling SwiftQueue SqOperationQueue.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQueue/SqOperation.swift:25:20: warning: class 'SqOperation' must restate inherited '@unchecked Sendable' conformance
 23 | import Foundation
 24 |
 25 | public final class SqOperation: Operation {
    |                    `- warning: class 'SqOperation' must restate inherited '@unchecked Sendable' conformance
 26 |
 27 |     public let info: JobInfo
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQueue/SqOperationQueue.swift:25:20: warning: class 'SqOperationQueue' must restate inherited '@unchecked Sendable' conformance
 23 | import Foundation
 24 |
 25 | public final class SqOperationQueue: OperationQueue {
    |                    `- warning: class 'SqOperationQueue' must restate inherited '@unchecked Sendable' conformance
 26 |
 27 |     private let creator: JobCreator
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQueue/SqOperationQueue.swift:154:16: warning: class 'TriggerOperation' must restate inherited '@unchecked Sendable' conformance
152 | }
153 |
154 | internal class TriggerOperation: Operation {}
    |                `- warning: class 'TriggerOperation' must restate inherited '@unchecked Sendable' conformance
155 |
[12/26] Compiling SwiftQueue SwiftQueueManager+BackgroundTask.swift
[13/26] Compiling SwiftQueue SwiftQueueManager.swift
[14/26] Compiling SwiftQueue Constraint+Charging.swift
[15/26] Compiling SwiftQueue Constraint+Deadline.swift
[16/26] Compiling SwiftQueue Constraint+Delay.swift
[17/26] Compiling SwiftQueue Constraint+Network.swift
[18/26] Compiling SwiftQueue Constraint+Persister.swift
[19/26] Compiling SwiftQueue Constraint+Repeat.swift
[20/26] Compiling SwiftQueue ConstraintMaker.swift
[21/26] Compiling SwiftQueue JobBuilder.swift
[22/26] Compiling SwiftQueue SwiftQueue.swift
[23/26] Compiling SwiftQueue SwiftQueueLogger.swift
[24/26] Compiling SwiftQueue Constraint+Retry.swift
[25/26] Compiling SwiftQueue Constraint+Tag.swift
[26/26] Compiling SwiftQueue Constraint+Timeout.swift
Build complete! (4.89s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftQueue",
  "name" : "SwiftQueue",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.14"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "5.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftQueue",
      "targets" : [
        "SwiftQueue"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "SwiftQueueTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftQueueTests",
      "path" : "Tests/SwiftQueueTests",
      "sources" : [
        "BackgroundTasksTest.swift",
        "BasicConstraintTest.swift",
        "ConstraintTest+Charging.swift",
        "ConstraintTest+Custom.swift",
        "ConstraintTest+Deadline.swift",
        "ConstraintTest+Delay.swift",
        "ConstraintTest+Network.swift",
        "ConstraintTest+Repeat.swift",
        "ConstraintTest+Retry.swift",
        "ConstraintTest+Tag.swift",
        "ConstraintTest+Timeout.swift",
        "ConstraintTest+UniqueUUID.swift",
        "LoggerTests.swift",
        "PersisterTests.swift",
        "SqOperationTest.swift",
        "StartStopTests.swift",
        "SwiftQueueBuilderTests.swift",
        "SwiftQueueManagerTests.swift",
        "TestUtils.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SwiftQueue"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftQueue",
      "module_type" : "SwiftTarget",
      "name" : "SwiftQueue",
      "path" : "Sources/SwiftQueue",
      "product_memberships" : [
        "SwiftQueue"
      ],
      "sources" : [
        "Constraint+Charging.swift",
        "Constraint+Deadline.swift",
        "Constraint+Delay.swift",
        "Constraint+Network.swift",
        "Constraint+Persister.swift",
        "Constraint+Repeat.swift",
        "Constraint+Retry.swift",
        "Constraint+Tag.swift",
        "Constraint+Timeout.swift",
        "Constraint+UniqueUUID.swift",
        "Constraint.swift",
        "ConstraintMaker.swift",
        "JobBuilder.swift",
        "JobInfo.swift",
        "JobInfoSerializer+Decodable.swift",
        "SqOperation.swift",
        "SqOperationQueue.swift",
        "SwiftQueue.swift",
        "SwiftQueueLogger.swift",
        "SwiftQueueManager+BackgroundTask.swift",
        "SwiftQueueManager.swift",
        "UserDefaultsPersister.swift",
        "Utils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.