The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PinkyPromise, reference develop (e83a90), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 23:41:55 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: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/willowtreeapps/PinkyPromise
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at e83a909 Starting the nostalgia timer. Thank you!
Cloned https://github.com/willowtreeapps/PinkyPromise.git
Revision (git rev-parse @):
e83a909168a3f67450500bb7c538efa93d6f6925
SUCCESS checkout https://github.com/willowtreeapps/PinkyPromise.git at develop
========================================
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 Promise.swift
[5/6] Compiling PinkyPromise PromiseQueue.swift
[6/6] Emitting module PinkyPromise
Build complete! (3.43s)
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.