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, reference v0.10.0 (04d4e4), with Swift 6.0 for macOS (SPM) on 1 Nov 2024 19:56:58 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.56.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
========================================
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
[1/680] Fetching combineexpectations
Fetched https://github.com/groue/CombineExpectations.git from cache (0.78s)
Creating working copy for https://github.com/groue/CombineExpectations.git
Working copy of https://github.com/groue/CombineExpectations.git resolved at v0.10.0 (04d4e4b)
warning: '.resolve-product-dependencies': dependency 'combineexpectations' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/groue/CombineExpectations.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun 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--7754E27361AE5C74.txt
[3/13] Compiling CombineExpectations Prefix.swift
[4/13] Compiling CombineExpectations Recording.swift
[5/14] Compiling CombineExpectations NextOne.swift
[6/14] Compiling CombineExpectations Next.swift
[7/14] Compiling CombineExpectations Map.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] 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)
[11/14] Compiling CombineExpectations Recorder.swift
[12/14] Compiling CombineExpectations Inverted.swift
[13/14] Compiling CombineExpectations Finished.swift
[14/14] Compiling CombineExpectations RecordingError.swift
Build complete! (17.40s)
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.