The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Concurrency, reference main (0e501b), with Swift 6.3 for macOS (SPM) on 1 May 2026 16:45:19 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/space-code/concurrency.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/space-code/concurrency
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0e501b2 chore(deps): update softprops/action-gh-release action to v3 (#34)
Cloned https://github.com/space-code/concurrency.git
Revision (git rev-parse @):
0e501b20ed46232fddc4940fcb9f098041a7d558
SUCCESS checkout https://github.com/space-code/concurrency.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "concurrency",
      "name": "Concurrency",
      "url": "https://github.com/space-code/concurrency.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/concurrency",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/space-code/concurrency.git
[1/376] Fetching concurrency
Fetched https://github.com/space-code/concurrency.git from cache (0.95s)
Creating working copy for https://github.com/space-code/concurrency.git
Working copy of https://github.com/space-code/concurrency.git resolved at main (0e501b2)
warning: '.resolve-product-dependencies': dependency 'concurrency' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/space-code/concurrency.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/10] Compiling Concurrency TaskFactory.swift
[5/10] Compiling Concurrency ITaskFactory.swift
[6/10] Compiling Concurrency DispatchQueueFactory.swift
[7/10] Compiling Concurrency IDispatchQueueFactory.swift
[8/10] Compiling Concurrency DispatchQueue+IDispatchQueue.swift
[9/10] Emitting module Concurrency
[10/10] Compiling Concurrency IDispatchQueue.swift
[11/15] Compiling TestConcurrency Task.swift
[12/15] Compiling TestConcurrency TestDispatchQueueFactory.swift
[13/15] Compiling TestConcurrency TestDispatchQueue.swift
[14/15] Emitting module TestConcurrency
[15/15] Compiling TestConcurrency TestTaskFactory.swift
Build complete! (4.84s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Concurrency",
  "name" : "Concurrency",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Concurrency",
      "targets" : [
        "Concurrency"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TestConcurrency",
      "targets" : [
        "TestConcurrency"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TestConcurrency",
      "module_type" : "SwiftTarget",
      "name" : "TestConcurrency",
      "path" : "Sources/TestConcurrency",
      "product_memberships" : [
        "TestConcurrency"
      ],
      "sources" : [
        "Task.swift",
        "TestDispatchQueue.swift",
        "TestDispatchQueueFactory.swift",
        "TestTaskFactory.swift"
      ],
      "target_dependencies" : [
        "Concurrency"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ConcurrencyTests",
      "module_type" : "SwiftTarget",
      "name" : "ConcurrencyTests",
      "path" : "Tests/ConcurrencyTests",
      "sources" : [
        "DispatchQueueFactoryTests.swift"
      ],
      "target_dependencies" : [
        "Concurrency"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Concurrency",
      "module_type" : "SwiftTarget",
      "name" : "Concurrency",
      "path" : "Sources/Concurrency",
      "product_memberships" : [
        "Concurrency",
        "TestConcurrency"
      ],
      "sources" : [
        "DispatchQueue/DispatchQueue+IDispatchQueue.swift",
        "DispatchQueue/IDispatchQueue.swift",
        "DispatchQueueFactory/DispatchQueueFactory.swift",
        "DispatchQueueFactory/IDispatchQueueFactory.swift",
        "TaskFactory/ITaskFactory.swift",
        "TaskFactory/TaskFactory.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.