The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CombineExpectations, reference v0.10.0 (04d4e4), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 01:56:41 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/groue/CombineExpectations.git
Reference: v0.10.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/groue/CombineExpectations
 * tag               v0.10.0    -> FETCH_HEAD
HEAD is now at 04d4e4b v0.10.0
Cloned https://github.com/groue/CombineExpectations.git
Revision (git rev-parse @):
04d4e4b21c9e8361925f03f64a7ecda89ef9974f
SUCCESS checkout https://github.com/groue/CombineExpectations.git at v0.10.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/groue/CombineExpectations.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/13] Compiling CombineExpectations Next.swift
[4/14] Compiling CombineExpectations Prefix.swift
[5/14] Compiling CombineExpectations Map.swift
[6/14] Emitting module CombineExpectations
/Users/admin/builder/spi-builder-workspace/Sources/CombineExpectations/PublisherExpectations/AvailableElements.swift:47:23: warning: class 'Waiter' must restate inherited '@unchecked Sendable' conformance
45 |
46 |         /// A waiter that waits but never fails
47 |         private class Waiter: XCTWaiter, XCTWaiterDelegate {
   |                       `- warning: class 'Waiter' must restate inherited '@unchecked Sendable' conformance
48 |             init() {
49 |                 super.init(delegate: nil)
[7/14] Compiling CombineExpectations Finished.swift
[8/14] Compiling CombineExpectations PublisherExpectation.swift
/Users/admin/builder/spi-builder-workspace/Sources/CombineExpectations/PublisherExpectations/AvailableElements.swift:47:23: warning: class 'Waiter' must restate inherited '@unchecked Sendable' conformance
45 |
46 |         /// A waiter that waits but never fails
47 |         private class Waiter: XCTWaiter, XCTWaiterDelegate {
   |                       `- warning: class 'Waiter' must restate inherited '@unchecked Sendable' conformance
48 |             init() {
49 |                 super.init(delegate: nil)
[9/14] Compiling CombineExpectations AvailableElements.swift
/Users/admin/builder/spi-builder-workspace/Sources/CombineExpectations/PublisherExpectations/AvailableElements.swift:47:23: warning: class 'Waiter' must restate inherited '@unchecked Sendable' conformance
45 |
46 |         /// A waiter that waits but never fails
47 |         private class Waiter: XCTWaiter, XCTWaiterDelegate {
   |                       `- warning: class 'Waiter' must restate inherited '@unchecked Sendable' conformance
48 |             init() {
49 |                 super.init(delegate: nil)
[10/14] Compiling CombineExpectations NextOne.swift
[11/14] Compiling CombineExpectations Inverted.swift
[12/14] Compiling CombineExpectations Recorder.swift
[13/14] Compiling CombineExpectations Recording.swift
[14/14] Compiling CombineExpectations RecordingError.swift
Build complete! (11.01s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CombineExpectations",
  "name" : "CombineExpectations",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "7.4"
    }
  ],
  "products" : [
    {
      "name" : "CombineExpectations",
      "targets" : [
        "CombineExpectations"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CombineExpectationsTests",
      "module_type" : "SwiftTarget",
      "name" : "CombineExpectationsTests",
      "path" : "Tests/CombineExpectationsTests",
      "sources" : [
        "DocumentationTests.swift",
        "FailureTestCase.swift",
        "LateSubscriptionTest.swift",
        "RecorderTests.swift",
        "Support.swift",
        "WackySubscriberTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "CombineExpectations"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CombineExpectations",
      "module_type" : "SwiftTarget",
      "name" : "CombineExpectations",
      "path" : "Sources/CombineExpectations",
      "product_memberships" : [
        "CombineExpectations"
      ],
      "sources" : [
        "PublisherExpectation.swift",
        "PublisherExpectations/AvailableElements.swift",
        "PublisherExpectations/Finished.swift",
        "PublisherExpectations/Inverted.swift",
        "PublisherExpectations/Map.swift",
        "PublisherExpectations/Next.swift",
        "PublisherExpectations/NextOne.swift",
        "PublisherExpectations/Prefix.swift",
        "PublisherExpectations/Recording.swift",
        "Recorder.swift",
        "RecordingError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.