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 5.10 for macOS (SPM) on 22 Mar 2025 22:12:47 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.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:             5.10
Building package at path:  $PWD
https://github.com/dannys42/SwiftAsyncSerialQueue.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/7] Compiling AsyncSerialQueue Executor.swift
[4/7] Compiling AsyncSerialQueue AsyncSerialQueue.swift
[5/7] Compiling AsyncSerialQueue SimpleLock.swift
[6/7] Emitting module AsyncSerialQueue
[7/7] Compiling AsyncSerialQueue AsyncCoalescingQueue.swift
Build complete! (4.19s)
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.