The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PinkyPromise, reference 0.7.1 (af9e40), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 23:41:58 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/willowtreeapps/PinkyPromise.git
Reference: 0.7.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/willowtreeapps/PinkyPromise
 * tag               0.7.1      -> FETCH_HEAD
HEAD is now at af9e406 Merge pull request #84 from willowtreeapps/chore/update-version
Cloned https://github.com/willowtreeapps/PinkyPromise.git
Revision (git rev-parse @):
af9e406a0275fdfeebe3642c40bb82a7ef260338
SUCCESS checkout https://github.com/willowtreeapps/PinkyPromise.git at 0.7.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/willowtreeapps/PinkyPromise.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 PinkyPromise Result.swift
[4/6] Compiling PinkyPromise PromiseQueue.swift
[5/6] Emitting module PinkyPromise
[6/6] Compiling PinkyPromise Promise.swift
Build complete! (3.10s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "PinkyPromise",
  "name" : "PinkyPromise",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "PinkyPromise",
      "targets" : [
        "PinkyPromise"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PinkyPromiseTests",
      "module_type" : "SwiftTarget",
      "name" : "PinkyPromiseTests",
      "path" : "Tests",
      "sources" : [
        "PinkyPromiseTests/PromiseQueueTest.swift",
        "PinkyPromiseTests/PromiseTest.swift",
        "PinkyPromiseTests/ResultTest.swift",
        "PinkyPromiseTests/TestHelpers.swift"
      ],
      "target_dependencies" : [
        "PinkyPromise"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PinkyPromise",
      "module_type" : "SwiftTarget",
      "name" : "PinkyPromise",
      "path" : "Sources",
      "product_memberships" : [
        "PinkyPromise"
      ],
      "sources" : [
        "Promise.swift",
        "PromiseQueue.swift",
        "Result.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.