This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of CombineExpectations with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/groue/CombineExpectations.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6F35C1178C84523A.txt
[3/13] Compiling CombineExpectations Recording.swift
[4/14] Compiling CombineExpectations Prefix.swift
[5/14] Compiling CombineExpectations NextOne.swift
[6/14] Compiling CombineExpectations Next.swift
[7/14] Compiling CombineExpectations Map.swift
[8/14] Compiling CombineExpectations Finished.swift
[9/14] Compiling CombineExpectations Inverted.swift
[10/14] Compiling CombineExpectations Recorder.swift
[11/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)
[12/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)
[13/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)
[14/14] Compiling CombineExpectations RecordingError.swift
Build complete! (30.41s)
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.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.