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 main (69a27b), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 10:07:39 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dannys42/SwiftAsyncSerialQueue
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 69a27b2 README: Add a few link references
Cloned https://github.com/dannys42/SwiftAsyncSerialQueue.git
Revision (git rev-parse @):
69a27b2cdc4e34159d4e12c5aad92fbf270381fb
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/dannys42/SwiftAsyncSerialQueue.git at main
========================================
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] Emitting module AsyncSerialQueue
[6/7] Compiling AsyncSerialQueue AsyncSerialQueue.swift
[7/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 |
Build complete! (5.23s)
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.