The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CombineExtensions, reference main (6db9f5), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 19:06:03 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/shareup/combine-extensions.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/shareup/combine-extensions
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6db9f58 Add multicast latest (#27)
Cloned https://github.com/shareup/combine-extensions.git
Revision (git rev-parse @):
6db9f58c0c2bcd26bdc1c3d1f944cb52cf34ac5f
SUCCESS checkout https://github.com/shareup/combine-extensions.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/shareup/combine-extensions.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[3/6] Write swift-version-1EA4D86E10B52AF.txt
[5/12] Compiling Synchronized Lock.swift
[6/12] Compiling Synchronized RecursiveLock.swift
[7/12] Emitting module Synchronized
[8/12] Compiling Synchronized Locked.swift
[9/28] Compiling CombineExtensions AnyConnectablePublisher.swift
[10/28] Compiling CombineExtensions BufferPassthroughSubject.swift
[11/29] Compiling CombineExtensions OutputStreamPublisher.swift
[12/29] Compiling CombineExtensions Publisher+Sink.swift
[13/29] Compiling CombineExtensions MulticastLatest.swift
[14/29] Compiling CombineExtensions OnCancel.swift
[15/29] Emitting module CombineExtensions
[16/29] Compiling CombineExtensions Distinct.swift
[17/29] Compiling CombineExtensions Enumerated.swift
[18/29] Compiling CombineExtensions InputStreamPublisher.swift
[19/29] Compiling CombineExtensions KeyedSubscriptionStore.swift
[20/29] Compiling CombineExtensions UIScheduler.swift
[21/29] Compiling CombineExtensions SingleSubscriptionStore.swift
[22/29] Compiling CombineExtensions TestScheduler.swift
[23/29] Compiling CombineExtensions ThrottleWhile.swift
[24/29] Compiling CombineExtensions ReduceLatest.swift
[25/29] Compiling CombineExtensions RetryIf.swift
[26/29] Emitting module CombineTestExtensions
/Users/admin/builder/spi-builder-workspace/Sources/CombineTestExtensions/Publisher+Test.swift:519:15: warning: class '_Expectation' must restate inherited '@unchecked Sendable' conformance
517 | }
518 |
519 | private class _Expectation: XCTestExpectation {
    |               `- warning: class '_Expectation' must restate inherited '@unchecked Sendable' conformance
520 |     var token: AnyCancellable?
521 |
[27/29] Compiling CombineTestExtensions Publisher+Test.swift
/Users/admin/builder/spi-builder-workspace/Sources/CombineTestExtensions/Publisher+Test.swift:519:15: warning: class '_Expectation' must restate inherited '@unchecked Sendable' conformance
517 | }
518 |
519 | private class _Expectation: XCTestExpectation {
    |               `- warning: class '_Expectation' must restate inherited '@unchecked Sendable' conformance
520 |     var token: AnyCancellable?
521 |
[27/29] Write Objects.LinkFileList
ld: warning: building for macOS-11.0, but linking with dylib '@rpath/libXCTestSwiftSupport.dylib' which was built for newer version 14.0
[28/29] Linking libCombineTestExtensions.dylib
Build complete! (11.43s)
Fetching https://github.com/shareup/synchronized.git
[1/205] Fetching synchronized
Fetched https://github.com/shareup/synchronized.git from cache (0.71s)
Computing version for https://github.com/shareup/synchronized.git
Computed https://github.com/shareup/synchronized.git at 4.0.1 (1.25s)
Creating working copy for https://github.com/shareup/synchronized.git
Working copy of https://github.com/shareup/synchronized.git resolved at 4.0.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "synchronized",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/shareup/synchronized.git"
    }
  ],
  "manifest_display_name" : "CombineExtensions",
  "name" : "CombineExtensions",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "CombineExtensions",
      "targets" : [
        "CombineExtensions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CombineTestExtensions",
      "targets" : [
        "CombineTestExtensions"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CombineTestExtensions",
      "module_type" : "SwiftTarget",
      "name" : "CombineTestExtensions",
      "path" : "Sources/CombineTestExtensions",
      "product_memberships" : [
        "CombineTestExtensions"
      ],
      "sources" : [
        "Publisher+Test.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CombineExtensionsTests",
      "module_type" : "SwiftTarget",
      "name" : "CombineExtensionsTests",
      "path" : "Tests/CombineExtensionsTests",
      "sources" : [
        "AnyConnectablePublisherTests.swift",
        "BufferPassthroughSubjectTests.swift",
        "DistinctTests.swift",
        "EnumeratedTests.swift",
        "InputStreamPublisherTests.swift",
        "KeyedSubscriptionStoreTests.swift",
        "MulticastLatestTests.swift",
        "OnCancelTests.swift",
        "OutputStreamPublisherTests.swift",
        "PublisherTestExtensionsTests.swift",
        "ReduceLatestTests.swift",
        "RetryIfTests.swift",
        "SingleSubscriptionStoreTests.swift",
        "TestSchedulerTests.swift",
        "ThrottleWhileTests.swift",
        "UISchedulerTests.swift"
      ],
      "target_dependencies" : [
        "CombineExtensions",
        "CombineTestExtensions"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CombineExtensions",
      "module_type" : "SwiftTarget",
      "name" : "CombineExtensions",
      "path" : "Sources/CombineExtensions",
      "product_dependencies" : [
        "Synchronized"
      ],
      "product_memberships" : [
        "CombineExtensions"
      ],
      "sources" : [
        "AnyConnectablePublisher.swift",
        "BufferPassthroughSubject.swift",
        "Distinct.swift",
        "Enumerated.swift",
        "InputStreamPublisher.swift",
        "KeyedSubscriptionStore.swift",
        "MulticastLatest.swift",
        "OnCancel.swift",
        "OutputStreamPublisher.swift",
        "Publisher+Sink.swift",
        "ReduceLatest.swift",
        "RetryIf.swift",
        "SingleSubscriptionStore.swift",
        "TestScheduler.swift",
        "ThrottleWhile.swift",
        "UIScheduler.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.