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 PromiseK, reference master (5fef14), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 04:55:13 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/koher/promisek.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/koher/promisek
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 5fef149 Merge pull request #6 from koher/dev-3.1.1
Cloned https://github.com/koher/promisek.git
Revision (git rev-parse @):
5fef149c4de1b8f96890657529f8cce3441b48b8
SUCCESS checkout https://github.com/koher/promisek.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/koher/promisek.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/5] Compiling PromiseK Throws.swift
[4/5] Emitting module PromiseK
[5/5] Compiling PromiseK Promise.swift
Build complete! (3.35s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "PromiseK",
  "name" : "PromiseK",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "PromiseK",
      "targets" : [
        "PromiseK"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PromiseKTests",
      "module_type" : "SwiftTarget",
      "name" : "PromiseKTests",
      "path" : "Tests/PromiseKTests",
      "sources" : [
        "PromiseKTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "PromiseK"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PromiseK",
      "module_type" : "SwiftTarget",
      "name" : "PromiseK",
      "path" : "Sources/PromiseK",
      "product_memberships" : [
        "PromiseK"
      ],
      "sources" : [
        "Promise.swift",
        "Throws.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
Done.