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 PerfectThread, reference 3.0.7 (a50b9a), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 01:08:02 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/perfectlysoft/perfect-thread.git
Reference: 3.0.7
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/perfectlysoft/perfect-thread
 * tag               3.0.7      -> FETCH_HEAD
HEAD is now at a50b9a3 Merge pull request #10 from PerfectlySoft/promisespromises
Cloned https://github.com/perfectlysoft/perfect-thread.git
Revision (git rev-parse @):
a50b9a33f08fce638f33ae3121613fe499cc23ec
SUCCESS checkout https://github.com/perfectlysoft/perfect-thread.git at 3.0.7
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/perfectlysoft/perfect-thread.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/6] Compiling PerfectThread Threading.swift
[4/6] Compiling PerfectThread ThreadQueue.swift
[5/6] Emitting module PerfectThread
[6/6] Compiling PerfectThread Promise.swift
Build complete! (3.00s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "PerfectThread",
  "name" : "PerfectThread",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "PerfectThread",
      "targets" : [
        "PerfectThread"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PerfectThreadTests",
      "module_type" : "SwiftTarget",
      "name" : "PerfectThreadTests",
      "path" : "Tests/PerfectThreadTests",
      "sources" : [
        "PerfectThreadTests.swift"
      ],
      "target_dependencies" : [
        "PerfectThread"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PerfectThread",
      "module_type" : "SwiftTarget",
      "name" : "PerfectThread",
      "path" : "Sources/PerfectThread",
      "product_memberships" : [
        "PerfectThread"
      ],
      "sources" : [
        "Promise.swift",
        "ThreadQueue.swift",
        "Threading.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.