The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftQueue, reference master (8a6cfa), with Swift 6.0 for macOS (SPM) on 9 Jun 2025 09:59:12 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lucas34/SwiftQueue.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/lucas34/SwiftQueue
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 8a6cfa0 Update Swift version (#446)
Cloned https://github.com/lucas34/SwiftQueue.git
Revision (git rev-parse @):
8a6cfa081d3c99977b2ae2c7acc4cbc2c8ba6683
SUCCESS checkout https://github.com/lucas34/SwiftQueue.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/lucas34/SwiftQueue.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.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+Charging.swift
[7/26] Compiling SwiftQueue Constraint+Deadline.swift
[8/26] Compiling SwiftQueue Constraint+Delay.swift
[9/26] Compiling SwiftQueue SwiftQueue.swift
[10/26] Compiling SwiftQueue SwiftQueueLogger.swift
[11/26] Compiling SwiftQueue Constraint+Retry.swift
[12/26] Compiling SwiftQueue Constraint+Tag.swift
[13/26] Compiling SwiftQueue Constraint+Timeout.swift
[14/26] Compiling SwiftQueue SwiftQueueManager+BackgroundTask.swift
[15/26] Compiling SwiftQueue SwiftQueueManager.swift
[16/26] Compiling SwiftQueue ConstraintMaker.swift
[17/26] Compiling SwiftQueue JobBuilder.swift
[18/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 |
[19/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 |
[20/26] Compiling SwiftQueue JobInfo.swift
[21/26] Compiling SwiftQueue JobInfoSerializer+Decodable.swift
[22/26] Compiling SwiftQueue Constraint+UniqueUUID.swift
[23/26] Compiling SwiftQueue Constraint.swift
[24/26] Compiling SwiftQueue Constraint+Network.swift
[25/26] Compiling SwiftQueue Constraint+Persister.swift
[26/26] Compiling SwiftQueue Constraint+Repeat.swift
Build complete! (6.20s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftQueue",
  "name" : "SwiftQueue",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.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.10"
}
Done.