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 CombineEx, reference master (8c55fe), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 12:43:37 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/codeeagle/combineex.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/codeeagle/combineex
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 8c55fe6 change: modify maxConcurrent logic
Cloned https://github.com/codeeagle/combineex.git
Revision (git rev-parse @):
8c55fe68e87af97680a734a39462528113df0cf2
SUCCESS checkout https://github.com/codeeagle/combineex.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/codeeagle/combineex.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/11] Compiling CombineEx TokenManager.swift
[4/11] Compiling CombineEx CombineEx+Either.swift
[5/11] Compiling CombineEx Combine+Race.swift
[6/11] Compiling CombineEx CombineEx+Publisher.swift
[7/11] Compiling CombineEx CombineEx+Subscriber.swift
[8/11] Compiling CombineEx Combine+Await.swift
/Users/admin/builder/spi-builder-workspace/Sources/CombineEx/Combine+Await.swift:7:13: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 5 |     public func await() throws -> Output {
 6 |         let semaphore = DispatchSemaphore(value: 0)
 7 |         var result: Result<Output, Failure>?
   |             `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 8 |         let proQueue: DispatchQueue = .init(label: "all.property", attributes: .concurrent)
 9 |
/Users/admin/builder/spi-builder-workspace/Sources/CombineEx/Combine+Await.swift:7:13: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 5 |     public func await() throws -> Output {
 6 |         let semaphore = DispatchSemaphore(value: 0)
 7 |         var result: Result<Output, Failure>?
   |             `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 8 |         let proQueue: DispatchQueue = .init(label: "all.property", attributes: .concurrent)
 9 |
[9/11] Compiling CombineEx Combine+Any.swift
[10/11] Compiling CombineEx Combine+All.swift
[11/11] Emitting module CombineEx
Build complete! (3.61s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CombineEx",
  "name" : "CombineEx",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "CombineEx",
      "targets" : [
        "CombineEx"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CombineExTests",
      "module_type" : "SwiftTarget",
      "name" : "CombineExTests",
      "path" : "Tests/CombineExTests",
      "sources" : [
        "CombineExTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "CombineEx"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CombineEx",
      "module_type" : "SwiftTarget",
      "name" : "CombineEx",
      "path" : "Sources/CombineEx",
      "product_memberships" : [
        "CombineEx"
      ],
      "sources" : [
        "Combine+All.swift",
        "Combine+Any.swift",
        "Combine+Await.swift",
        "Combine+Race.swift",
        "CombineEx+Either.swift",
        "CombineEx+Publisher.swift",
        "CombineEx+Subscriber.swift",
        "TokenManager.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.