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 CombineExpectations, reference master (04d4e4), with Swift 6.1 for macOS (SPM) on 26 Apr 2025 14:07:24 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/groue/CombineExpectations.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/groue/CombineExpectations
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "combineexpectations",
      "name": "CombineExpectations",
      "url": "https://github.com/groue/CombineExpectations.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CombineExpectations",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/groue/CombineExpectations.git
[7/680] Fetching combineexpectations
Fetched https://github.com/groue/CombineExpectations.git from cache (0.70s)
Creating working copy for https://github.com/groue/CombineExpectations.git
Working copy of https://github.com/groue/CombineExpectations.git resolved at master (04d4e4b)
warning: '.resolve-product-dependencies': dependency 'combineexpectations' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/groue/CombineExpectations.git
https://github.com/groue/CombineExpectations.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/13] Compiling CombineExpectations Recording.swift
[4/14] Compiling CombineExpectations Recorder.swift
[5/14] Compiling CombineExpectations Map.swift
[6/14] Compiling CombineExpectations NextOne.swift
[7/14] Compiling CombineExpectations Prefix.swift
[8/14] Compiling CombineExpectations Finished.swift
[9/14] Compiling CombineExpectations Inverted.swift
[10/14] Compiling CombineExpectations Next.swift
[11/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)
[12/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)
[13/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)
[14/14] Compiling CombineExpectations RecordingError.swift
Build complete! (12.03s)
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.