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 CombineExt, reference 1.8.1 (d7b896), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 19:14:53 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/CombineCommunity/CombineExt.git
Reference: 1.8.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CombineCommunity/CombineExt
 * tag               1.8.1      -> FETCH_HEAD
HEAD is now at d7b896f Remove exported Foundation import to fix DocC builds
Cloned https://github.com/CombineCommunity/CombineExt.git
Revision (git rev-parse @):
d7b896fa9ca8b47fa7bcde6b43ef9b70bf8c1f56
SUCCESS checkout https://github.com/CombineCommunity/CombineExt.git at 1.8.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/CombineCommunity/CombineExt.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/39] Emitting module CombineExt
/Users/admin/builder/spi-builder-workspace/Sources/Operators/Internal/Timer.swift:164:28: warning: generic parameter 'S' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 78 |     ///     XCTAssertEqual(output, Array(0...1_001))
 79 |     ///
 80 |     internal final class Timer<S: Scheduler>: ConnectablePublisher {
    |                                `- note: 'S' previously declared here
 81 |       internal typealias Output = S.SchedulerTimeType
 82 |       internal typealias Failure = Never
    :
162 |         }
163 |
164 |         func addSubscriber<S: Subscriber>(_ sub: S)
    |                            `- warning: generic parameter 'S' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
165 |         where
166 |           S.Failure == Failure,
/Users/admin/builder/spi-builder-workspace/Sources/Operators/Internal/Timer.swift:232:29: warning: generic parameter 'S' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 78 |     ///     XCTAssertEqual(output, Array(0...1_001))
 79 |     ///
 80 |     internal final class Timer<S: Scheduler>: ConnectablePublisher {
    |                                `- note: 'S' previously declared here
 81 |       internal typealias Output = S.SchedulerTimeType
 82 |       internal typealias Failure = Never
    :
230 |       }
231 |
232 |       internal func receive<S: Subscriber>(subscriber: S)
    |                             `- warning: generic parameter 'S' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
233 |       where Failure == S.Failure, Output == S.Input {
234 |         routingSubscription.addSubscriber(subscriber)
[4/43] Compiling CombineExt MapMany.swift
[5/43] Compiling CombineExt MapToResult.swift
[6/43] Compiling CombineExt MapToValue.swift
[7/43] Compiling CombineExt Materialize.swift
[8/43] Compiling CombineExt FilterMany.swift
[9/43] Compiling CombineExt FlatMapBatches.swift
[10/43] Compiling CombineExt FlatMapFirst.swift
[11/43] Compiling CombineExt FlatMapLatest.swift
[12/43] Compiling CombineExt IgnoreFailure.swift
/Users/admin/builder/spi-builder-workspace/Sources/Operators/Internal/Timer.swift:164:28: warning: generic parameter 'S' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 78 |     ///     XCTAssertEqual(output, Array(0...1_001))
 79 |     ///
 80 |     internal final class Timer<S: Scheduler>: ConnectablePublisher {
    |                                `- note: 'S' previously declared here
 81 |       internal typealias Output = S.SchedulerTimeType
 82 |       internal typealias Failure = Never
    :
162 |         }
163 |
164 |         func addSubscriber<S: Subscriber>(_ sub: S)
    |                            `- warning: generic parameter 'S' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
165 |         where
166 |           S.Failure == Failure,
/Users/admin/builder/spi-builder-workspace/Sources/Operators/Internal/Timer.swift:232:29: warning: generic parameter 'S' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 78 |     ///     XCTAssertEqual(output, Array(0...1_001))
 79 |     ///
 80 |     internal final class Timer<S: Scheduler>: ConnectablePublisher {
    |                                `- note: 'S' previously declared here
 81 |       internal typealias Output = S.SchedulerTimeType
 82 |       internal typealias Failure = Never
    :
230 |       }
231 |
232 |       internal func receive<S: Subscriber>(subscriber: S)
    |                             `- warning: generic parameter 'S' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
233 |       where Failure == S.Failure, Output == S.Input {
234 |         routingSubscription.addSubscriber(subscriber)
[13/43] Compiling CombineExt IgnoreOutputSetOutputType.swift
/Users/admin/builder/spi-builder-workspace/Sources/Operators/Internal/Timer.swift:164:28: warning: generic parameter 'S' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 78 |     ///     XCTAssertEqual(output, Array(0...1_001))
 79 |     ///
 80 |     internal final class Timer<S: Scheduler>: ConnectablePublisher {
    |                                `- note: 'S' previously declared here
 81 |       internal typealias Output = S.SchedulerTimeType
 82 |       internal typealias Failure = Never
    :
162 |         }
163 |
164 |         func addSubscriber<S: Subscriber>(_ sub: S)
    |                            `- warning: generic parameter 'S' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
165 |         where
166 |           S.Failure == Failure,
/Users/admin/builder/spi-builder-workspace/Sources/Operators/Internal/Timer.swift:232:29: warning: generic parameter 'S' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 78 |     ///     XCTAssertEqual(output, Array(0...1_001))
 79 |     ///
 80 |     internal final class Timer<S: Scheduler>: ConnectablePublisher {
    |                                `- note: 'S' previously declared here
 81 |       internal typealias Output = S.SchedulerTimeType
 82 |       internal typealias Failure = Never
    :
230 |       }
231 |
232 |       internal func receive<S: Subscriber>(subscriber: S)
    |                             `- warning: generic parameter 'S' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
233 |       where Failure == S.Failure, Output == S.Input {
234 |         routingSubscription.addSubscriber(subscriber)
[14/43] Compiling CombineExt Lock.swift
/Users/admin/builder/spi-builder-workspace/Sources/Operators/Internal/Timer.swift:164:28: warning: generic parameter 'S' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 78 |     ///     XCTAssertEqual(output, Array(0...1_001))
 79 |     ///
 80 |     internal final class Timer<S: Scheduler>: ConnectablePublisher {
    |                                `- note: 'S' previously declared here
 81 |       internal typealias Output = S.SchedulerTimeType
 82 |       internal typealias Failure = Never
    :
162 |         }
163 |
164 |         func addSubscriber<S: Subscriber>(_ sub: S)
    |                            `- warning: generic parameter 'S' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
165 |         where
166 |           S.Failure == Failure,
/Users/admin/builder/spi-builder-workspace/Sources/Operators/Internal/Timer.swift:232:29: warning: generic parameter 'S' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 78 |     ///     XCTAssertEqual(output, Array(0...1_001))
 79 |     ///
 80 |     internal final class Timer<S: Scheduler>: ConnectablePublisher {
    |                                `- note: 'S' previously declared here
 81 |       internal typealias Output = S.SchedulerTimeType
 82 |       internal typealias Failure = Never
    :
230 |       }
231 |
232 |       internal func receive<S: Subscriber>(subscriber: S)
    |                             `- warning: generic parameter 'S' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
233 |       where Failure == S.Failure, Output == S.Input {
234 |         routingSubscription.addSubscriber(subscriber)
[15/43] Compiling CombineExt Timer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Operators/Internal/Timer.swift:164:28: warning: generic parameter 'S' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 78 |     ///     XCTAssertEqual(output, Array(0...1_001))
 79 |     ///
 80 |     internal final class Timer<S: Scheduler>: ConnectablePublisher {
    |                                `- note: 'S' previously declared here
 81 |       internal typealias Output = S.SchedulerTimeType
 82 |       internal typealias Failure = Never
    :
162 |         }
163 |
164 |         func addSubscriber<S: Subscriber>(_ sub: S)
    |                            `- warning: generic parameter 'S' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
165 |         where
166 |           S.Failure == Failure,
/Users/admin/builder/spi-builder-workspace/Sources/Operators/Internal/Timer.swift:232:29: warning: generic parameter 'S' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 78 |     ///     XCTAssertEqual(output, Array(0...1_001))
 79 |     ///
 80 |     internal final class Timer<S: Scheduler>: ConnectablePublisher {
    |                                `- note: 'S' previously declared here
 81 |       internal typealias Output = S.SchedulerTimeType
 82 |       internal typealias Failure = Never
    :
230 |       }
231 |
232 |       internal func receive<S: Subscriber>(subscriber: S)
    |                             `- warning: generic parameter 'S' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
233 |       where Failure == S.Failure, Output == S.Input {
234 |         routingSubscription.addSubscriber(subscriber)
[16/43] Compiling CombineExt ShareReplay.swift
[17/43] Compiling CombineExt Toggle.swift
[18/43] Compiling CombineExt WithLatestFrom.swift
[19/43] Compiling CombineExt ZipMany.swift
[20/43] Compiling CombineExt MergeMany.swift
[21/43] Compiling CombineExt Nwise.swift
[22/43] Compiling CombineExt Partition.swift
[23/43] Compiling CombineExt PrefixDuration.swift
[24/43] Compiling CombineExt CombineLatestMany.swift
[25/43] Compiling CombineExt Create.swift
[26/43] Compiling CombineExt Dematerialize.swift
[27/43] Compiling CombineExt Enumerated.swift
[28/43] Compiling CombineExt DemandBuffer.swift
[29/43] Compiling CombineExt Sink.swift
[30/43] Compiling CombineExt Optional.swift
[31/43] Compiling CombineExt Event.swift
[32/43] Compiling CombineExt CurrentValueRelay.swift
[33/43] Compiling CombineExt PassthroughRelay.swift
[34/43] Compiling CombineExt Relay.swift
[35/43] Compiling CombineExt ReplaySubject.swift
[36/43] Compiling CombineExt ObjectOwnership.swift
[37/43] Compiling CombineExt Amb.swift
[38/43] Compiling CombineExt AssignOwnership.swift
[39/43] Compiling CombineExt AssignToMany.swift
[40/43] Compiling CombineExt PrefixWhileBehavior.swift
[41/43] Compiling CombineExt RemoveAllDuplicates.swift
[42/43] Compiling CombineExt RetryWhen.swift
[43/43] Compiling CombineExt SetOutputType.swift
Build complete! (10.32s)
Fetching https://github.com/pointfreeco/combine-schedulers
[1/2410] Fetching combine-schedulers
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.96s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 0.11.0 (1.50s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/861] Fetching swift-concurrency-extras
[131/6328] Fetching swift-concurrency-extras, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (1.24s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.24s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.9.0 (1.79s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 0.1.2 (0.50s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 0.9.0
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 0.11.0
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 0.1.2
Build complete.
{
  "dependencies" : [
    {
      "identity" : "combine-schedulers",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.8.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/combine-schedulers"
    }
  ],
  "manifest_display_name" : "CombineExt",
  "name" : "CombineExt",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    },
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    }
  ],
  "products" : [
    {
      "name" : "CombineExt",
      "targets" : [
        "CombineExt"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "CombineExtTests",
      "module_type" : "SwiftTarget",
      "name" : "CombineExtTests",
      "path" : "Tests",
      "product_dependencies" : [
        "CombineSchedulers"
      ],
      "sources" : [
        "AmbTests.swift",
        "AssignOwnershipTests.swift",
        "AssignToManyTests.swift",
        "CombineLatestManyTests.swift",
        "CreateTests.swift",
        "CurrentValueRelayTests.swift",
        "DematerializeTests.swift",
        "EnumeratedTests.swift",
        "FilterManyTests.swift",
        "FlatMapBatchesTests.swift",
        "FlatMapFirstTests.swift",
        "FlatMapLatestTests.swift",
        "IgnoreFailureTests.swift",
        "IgnoreOutputSetOutputTypeTests.swift",
        "MapManyTests.swift",
        "MapToResultTests.swift",
        "MapToValueTests.swift",
        "MaterializeTests.swift",
        "MergeManyTests.swift",
        "NwiseTests.swift",
        "OptionalTests.swift",
        "PartitionTests.swift",
        "PassthroughRelayTests.swift",
        "PrefixDurationTests.swift",
        "PrefixWhileBehaviorTests.swift",
        "RemoveAllDuplicatesTests.swift",
        "ReplaySubjectTests.swift",
        "RetryWhenTests.swift",
        "SetOutputTypeTests.swift",
        "ShareReplayTests.swift",
        "ToggleTests.swift",
        "WithLatestFromTests.swift",
        "ZipManyTests.swift"
      ],
      "target_dependencies" : [
        "CombineExt"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CombineExt",
      "module_type" : "SwiftTarget",
      "name" : "CombineExt",
      "path" : "Sources",
      "product_memberships" : [
        "CombineExt"
      ],
      "sources" : [
        "Common/DemandBuffer.swift",
        "Common/Sink.swift",
        "Convenience/Optional.swift",
        "Models/Event.swift",
        "Models/ObjectOwnership.swift",
        "Operators/Amb.swift",
        "Operators/AssignOwnership.swift",
        "Operators/AssignToMany.swift",
        "Operators/CombineLatestMany.swift",
        "Operators/Create.swift",
        "Operators/Dematerialize.swift",
        "Operators/Enumerated.swift",
        "Operators/FilterMany.swift",
        "Operators/FlatMapBatches.swift",
        "Operators/FlatMapFirst.swift",
        "Operators/FlatMapLatest.swift",
        "Operators/IgnoreFailure.swift",
        "Operators/IgnoreOutputSetOutputType.swift",
        "Operators/Internal/Lock.swift",
        "Operators/Internal/Timer.swift",
        "Operators/MapMany.swift",
        "Operators/MapToResult.swift",
        "Operators/MapToValue.swift",
        "Operators/Materialize.swift",
        "Operators/MergeMany.swift",
        "Operators/Nwise.swift",
        "Operators/Partition.swift",
        "Operators/PrefixDuration.swift",
        "Operators/PrefixWhileBehavior.swift",
        "Operators/RemoveAllDuplicates.swift",
        "Operators/RetryWhen.swift",
        "Operators/SetOutputType.swift",
        "Operators/ShareReplay.swift",
        "Operators/Toggle.swift",
        "Operators/WithLatestFrom.swift",
        "Operators/ZipMany.swift",
        "Relays/CurrentValueRelay.swift",
        "Relays/PassthroughRelay.swift",
        "Relays/Relay.swift",
        "Subjects/ReplaySubject.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.