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 swift-concurrency-task-manager, reference main (910a2e), with Swift 6.0 for macOS (SPM) on 14 Jun 2025 03:44:17 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/VergeGroup/swift-concurrency-task-manager.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/VergeGroup/swift-concurrency-task-manager
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 910a2eb Enhance README with comprehensive documentation (#12)
Cloned https://github.com/VergeGroup/swift-concurrency-task-manager.git
Revision (git rev-parse @):
910a2ebb9a6080319acf8e28f7b847ba5c03b299
SUCCESS checkout https://github.com/VergeGroup/swift-concurrency-task-manager.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/VergeGroup/swift-concurrency-task-manager.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-5BDAB9E9C0126B9D.txt
[5/18] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[6/18] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[7/18] Compiling InternalCollectionsUtilities Debugging.swift
[8/19] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[9/19] Compiling InternalCollectionsUtilities Descriptions.swift
[10/19] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[11/19] Compiling InternalCollectionsUtilities _SortedCollection.swift
[12/19] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[13/19] Compiling InternalCollectionsUtilities Integer rank.swift
[14/19] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[15/19] Compiling InternalCollectionsUtilities UInt+reversed.swift
[16/19] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[17/19] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[18/19] Emitting module InternalCollectionsUtilities
[19/19] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[20/35] Compiling DequeModule _DequeBufferHeader.swift
[21/35] Compiling DequeModule _DequeBuffer.swift
[22/36] Compiling DequeModule _DequeSlot.swift
[23/36] Compiling DequeModule Deque+Testing.swift
[24/36] Compiling DequeModule Deque._Storage.swift
[25/36] Compiling DequeModule _UnsafeWrappedBuffer.swift
[26/36] Compiling DequeModule Deque._UnsafeHandle.swift
[27/36] Compiling DequeModule Deque.swift
[28/36] Compiling DequeModule Deque+CustomReflectable.swift
[29/36] Compiling DequeModule Deque+Descriptions.swift
[30/36] Compiling DequeModule Deque+Extras.swift
[31/36] Compiling DequeModule Deque+Hashable.swift
[32/36] Compiling DequeModule Deque+Equatable.swift
[33/36] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[34/36] Compiling DequeModule Deque+Codable.swift
[35/36] Compiling DequeModule Deque+Collection.swift
[36/36] Emitting module DequeModule
[37/43] Compiling ConcurrencyTaskManager TaskType.swift
[38/43] Compiling ConcurrencyTaskManager TaskManagerActor.swift
[39/43] Compiling ConcurrencyTaskManager _Log.swift
[40/43] Compiling ConcurrencyTaskManager TaskStackActor.swift
[41/43] Compiling ConcurrencyTaskManager TaskQueueActor.swift
[42/43] Emitting module ConcurrencyTaskManager
[43/43] Compiling ConcurrencyTaskManager SwiftUI.swift
Build complete! (11.49s)
Fetching https://github.com/apple/swift-collections.git
[1/16606] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.62s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.52s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    }
  ],
  "manifest_display_name" : "swift-concurrency-task-manager",
  "name" : "swift-concurrency-task-manager",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "ConcurrencyTaskManager",
      "targets" : [
        "ConcurrencyTaskManager"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5",
    "6"
  ],
  "targets" : [
    {
      "c99name" : "ConcurrencyTaskManagerTests",
      "module_type" : "SwiftTarget",
      "name" : "ConcurrencyTaskManagerTests",
      "path" : "Tests/ConcurrencyTaskManagerTests",
      "sources" : [
        "TaskKeyTests.swift",
        "TaskManagerTests.swift",
        "TaskQueueTests.swift",
        "TaskStackActorTests.swift",
        "UnfairLockAtomic.swift"
      ],
      "target_dependencies" : [
        "ConcurrencyTaskManager"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ConcurrencyTaskManager",
      "module_type" : "SwiftTarget",
      "name" : "ConcurrencyTaskManager",
      "path" : "Sources/ConcurrencyTaskManager",
      "product_dependencies" : [
        "DequeModule"
      ],
      "product_memberships" : [
        "ConcurrencyTaskManager"
      ],
      "sources" : [
        "SwiftUI.swift",
        "TaskManagerActor.swift",
        "TaskQueueActor.swift",
        "TaskStackActor.swift",
        "TaskType.swift",
        "_Log.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.