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 Bluebird, reference main (e235da), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 14:31:42 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/AndrewBarba/Bluebird.swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AndrewBarba/Bluebird.swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e235da7 Changelog
Cloned https://github.com/AndrewBarba/Bluebird.swift.git
Revision (git rev-parse @):
e235da7e2b94fe0ed39fa7f6a8b5a0f1912ed19e
SUCCESS checkout https://github.com/AndrewBarba/Bluebird.swift.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/AndrewBarba/Bluebird.swift.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/25] Emitting module Bluebird
[4/27] Compiling Bluebird Promise+void.swift
[5/27] Compiling Bluebird Promise.swift
[6/27] Compiling Bluebird Promise+defer.swift
[7/27] Compiling Bluebird Promise+delay.swift
[8/27] Compiling Bluebird Promise+errors.swift
[9/27] Compiling Bluebird Promise+tapCatch.swift
[10/27] Compiling Bluebird Promise+then.swift
[11/27] Compiling Bluebird Promise+all.swift
/Users/admin/builder/spi-builder-workspace/Sources/Promise+all.swift:44:25: warning: capture of non-sendable type 'S.Type' in an isolated closure
42 |             guard remaining == 0 else { return }
43 |             queue.async {
44 |                 resolve(promises.map { $0.result! })
   |                         `- warning: capture of non-sendable type 'S.Type' in an isolated closure
45 |             }
46 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Promise+all.swift:27:68: warning: capture of non-sendable type 'S.Type' in an isolated closure
25 | ///
26 | /// - returns: Promise
27 | public func all<A, S: Sequence>(on queue: DispatchQueue = .main, _ promises: S) -> Promise<[A]> where S.Iterator.Element == Promise<A> {
   |                                                                    `- warning: capture of non-sendable type 'S.Type' in an isolated closure
28 |     let count = Array(promises).count
29 |
[12/27] Compiling Bluebird Promise+any.swift
/Users/admin/builder/spi-builder-workspace/Sources/Promise+all.swift:44:25: warning: capture of non-sendable type 'S.Type' in an isolated closure
42 |             guard remaining == 0 else { return }
43 |             queue.async {
44 |                 resolve(promises.map { $0.result! })
   |                         `- warning: capture of non-sendable type 'S.Type' in an isolated closure
45 |             }
46 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Promise+all.swift:27:68: warning: capture of non-sendable type 'S.Type' in an isolated closure
25 | ///
26 | /// - returns: Promise
27 | public func all<A, S: Sequence>(on queue: DispatchQueue = .main, _ promises: S) -> Promise<[A]> where S.Iterator.Element == Promise<A> {
   |                                                                    `- warning: capture of non-sendable type 'S.Type' in an isolated closure
28 |     let count = Array(promises).count
29 |
[13/27] Compiling Bluebird Promise+catch.swift
/Users/admin/builder/spi-builder-workspace/Sources/Promise+all.swift:44:25: warning: capture of non-sendable type 'S.Type' in an isolated closure
42 |             guard remaining == 0 else { return }
43 |             queue.async {
44 |                 resolve(promises.map { $0.result! })
   |                         `- warning: capture of non-sendable type 'S.Type' in an isolated closure
45 |             }
46 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Promise+all.swift:27:68: warning: capture of non-sendable type 'S.Type' in an isolated closure
25 | ///
26 | /// - returns: Promise
27 | public func all<A, S: Sequence>(on queue: DispatchQueue = .main, _ promises: S) -> Promise<[A]> where S.Iterator.Element == Promise<A> {
   |                                                                    `- warning: capture of non-sendable type 'S.Type' in an isolated closure
28 |     let count = Array(promises).count
29 |
[14/27] Compiling Bluebird Promise+return.swift
[15/27] Compiling Bluebird Promise+tap.swift
[16/27] Compiling Bluebird Lock.swift
[17/27] Compiling Bluebird Promise+Combine.swift
[18/27] Compiling Bluebird Promise+Concurrency.swift
[19/27] Compiling Bluebird Promise+race.swift
[20/27] Compiling Bluebird Promise+recover.swift
[21/27] Compiling Bluebird Promise+reduce.swift
[22/27] Compiling Bluebird Promise+reflect.swift
[23/27] Compiling Bluebird Promise+finally.swift
[24/27] Compiling Bluebird Promise+join.swift
[25/27] Compiling Bluebird Promise+map.swift
[26/27] Compiling Bluebird Promise+timeout.swift
[27/27] Compiling Bluebird Promise+try.swift
Build complete! (4.71s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/Library.xcconfig
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Bluebird",
  "name" : "Bluebird",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Bluebird",
      "targets" : [
        "Bluebird"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BluebirdTests",
      "module_type" : "SwiftTarget",
      "name" : "BluebirdTests",
      "path" : "Tests",
      "sources" : [
        "Bluebird+APlus.swift",
        "Bluebird+Spec.swift",
        "BluebirdTests.swift"
      ],
      "target_dependencies" : [
        "Bluebird"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Bluebird",
      "module_type" : "SwiftTarget",
      "name" : "Bluebird",
      "path" : "Sources",
      "product_memberships" : [
        "Bluebird"
      ],
      "sources" : [
        "Lock.swift",
        "Promise+Combine.swift",
        "Promise+Concurrency.swift",
        "Promise+all.swift",
        "Promise+any.swift",
        "Promise+catch.swift",
        "Promise+defer.swift",
        "Promise+delay.swift",
        "Promise+errors.swift",
        "Promise+finally.swift",
        "Promise+join.swift",
        "Promise+map.swift",
        "Promise+race.swift",
        "Promise+recover.swift",
        "Promise+reduce.swift",
        "Promise+reflect.swift",
        "Promise+return.swift",
        "Promise+tap.swift",
        "Promise+tapCatch.swift",
        "Promise+then.swift",
        "Promise+timeout.swift",
        "Promise+try.swift",
        "Promise+void.swift",
        "Promise.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.