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 1.2.0 (dacf23), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 12:43:51 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: 1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/codeeagle/combineex
 * tag               1.2.0      -> FETCH_HEAD
HEAD is now at dacf235 docs: update readme
Cloned https://github.com/codeeagle/combineex.git
Revision (git rev-parse @):
dacf235a6f8681fcce8e897957bcbd2dcd4e9665
SUCCESS checkout https://github.com/codeeagle/combineex.git at 1.2.0
========================================
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 File.swift
[4/11] Compiling CombineEx CombineEx+Either.swift
[5/11] Compiling CombineEx CombineEx+Publisher.swift
[6/11] Compiling CombineEx CombineEx+Subscriber.swift
[7/11] Compiling CombineEx Combine+Race.swift
[8/11] Compiling CombineEx Combine+Any.swift
[9/11] Emitting module CombineEx
[10/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 |
[11/11] Compiling CombineEx Combine+All.swift
Build complete! (3.72s)
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",
        "File.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.