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 SwiftAsyncSerialQueue, reference 0.3.2 (a39ebb), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 10:12:52 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dannys42/SwiftAsyncSerialQueue.git
Reference: 0.3.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dannys42/SwiftAsyncSerialQueue
 * tag               0.3.2      -> FETCH_HEAD
HEAD is now at a39ebb9 AsyncCoalesscingQueue.wait() now accepts a timeout
Cloned https://github.com/dannys42/SwiftAsyncSerialQueue.git
Revision (git rev-parse @):
a39ebb9f4a8c88e3ab17068dceeff16e474763af
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/dannys42/SwiftAsyncSerialQueue.git at 0.3.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/dannys42/SwiftAsyncSerialQueue.git
https://github.com/dannys42/SwiftAsyncSerialQueue.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftAsyncSerialQueue",
  "name" : "SwiftAsyncSerialQueue",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "AsyncSerialQueue",
      "targets" : [
        "AsyncSerialQueue"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AsyncSerialQueueTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncSerialQueueTests",
      "path" : "Tests/AsyncSerialQueueTests",
      "sources" : [
        "CoalescingQueue/CoalescingQueueTests.swift",
        "ExecutorRetainCycleTests.swift",
        "ReentrancyTests.swift",
        "RetainCycleTests.swift",
        "SwiftAsyncSerialQueueTests.swift",
        "SyncTests.swift",
        "TestConfiguration.swift",
        "Utilities/ArrayExtension.swift",
        "Utilities/DispatchGroupExtension.swift",
        "Utilities/ThreadSafeCounter.swift",
        "Utilities/ThreadSafeIntArray.swift",
        "Utilities/WeakBox.swift"
      ],
      "target_dependencies" : [
        "AsyncSerialQueue"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncSerialQueue",
      "module_type" : "SwiftTarget",
      "name" : "AsyncSerialQueue",
      "path" : "Sources/AsyncSerialQueue",
      "product_memberships" : [
        "AsyncSerialQueue"
      ],
      "sources" : [
        "AsyncCoalescingQueue.swift",
        "AsyncSerialQueue.swift",
        "Internal/Executor.swift",
        "Internal/SimpleLock.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/7] Compiling AsyncSerialQueue SimpleLock.swift
[4/7] Compiling AsyncSerialQueue Executor.swift
[5/7] Compiling AsyncSerialQueue AsyncCoalescingQueue.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSerialQueue/AsyncCoalescingQueue.swift:56:35: warning: capture of 'block' with non-sendable type '() async -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 54 |     public func run(_ block: @escaping () async -> Void) {
 55 |         self.serialQueue.async {
 56 |             let taskBox = TaskBox(block)
    |                                   |- warning: capture of 'block' with non-sendable type '() async -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
    |                                   `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 57 |             await self.taskList.upsertTask(taskBox)
 58 |
[6/7] Compiling AsyncSerialQueue AsyncSerialQueue.swift
[7/7] Emitting module AsyncSerialQueue
Build complete! (4.73s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftAsyncSerialQueue",
  "name" : "SwiftAsyncSerialQueue",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "AsyncSerialQueue",
      "targets" : [
        "AsyncSerialQueue"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AsyncSerialQueueTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncSerialQueueTests",
      "path" : "Tests/AsyncSerialQueueTests",
      "sources" : [
        "CoalescingQueue/CoalescingQueueTests.swift",
        "ExecutorRetainCycleTests.swift",
        "ReentrancyTests.swift",
        "RetainCycleTests.swift",
        "SwiftAsyncSerialQueueTests.swift",
        "SyncTests.swift",
        "TestConfiguration.swift",
        "Utilities/ArrayExtension.swift",
        "Utilities/DispatchGroupExtension.swift",
        "Utilities/ThreadSafeCounter.swift",
        "Utilities/ThreadSafeIntArray.swift",
        "Utilities/WeakBox.swift"
      ],
      "target_dependencies" : [
        "AsyncSerialQueue"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncSerialQueue",
      "module_type" : "SwiftTarget",
      "name" : "AsyncSerialQueue",
      "path" : "Sources/AsyncSerialQueue",
      "product_memberships" : [
        "AsyncSerialQueue"
      ],
      "sources" : [
        "AsyncCoalescingQueue.swift",
        "AsyncSerialQueue.swift",
        "Internal/Executor.swift",
        "Internal/SimpleLock.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.