The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CombineExt with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CombineCommunity/CombineExt.git
Reference: 1.8.1
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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 into spi-builder-workspace
d7b896fa9ca8b47fa7bcde6b43ef9b70bf8c1f56
SUCCESS checkout https://github.com/CombineCommunity/CombineExt.git at 1.8.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay from cache
Fetching https://github.com/pointfreeco/combine-schedulers from cache
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay (0.29s)
Fetched https://github.com/pointfreeco/combine-schedulers (0.31s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 0.10.0 (0.04s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.8.5 (0.03s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 0.8.5
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 0.10.0
Building for debugging...
[1/36] Compiling CombineExt RetryWhen.swift
[2/36] Compiling CombineExt SetOutputType.swift
[3/36] Compiling CombineExt ShareReplay.swift
[4/36] Compiling CombineExt Toggle.swift
[5/36] Compiling CombineExt WithLatestFrom.swift
[6/36] Emitting module CombineExt
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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 Swift 6
        func addSubscriber<S: Subscriber>(_ sub: S)
                           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Operators/Internal/Timer.swift:80:32: note: 'S' previously declared here
    internal final class Timer<S: Scheduler>: ConnectablePublisher {
                               ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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 Swift 6
      internal func receive<S: Subscriber>(subscriber: S)
                            ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Operators/Internal/Timer.swift:80:32: note: 'S' previously declared here
    internal final class Timer<S: Scheduler>: ConnectablePublisher {
                               ^
[7/41] Compiling CombineExt MapMany.swift
[8/41] Compiling CombineExt MapToResult.swift
[9/41] Compiling CombineExt MapToValue.swift
[10/41] Compiling CombineExt Materialize.swift
[11/41] Compiling CombineExt MergeMany.swift
[12/41] Compiling CombineExt Amb.swift
[13/41] Compiling CombineExt AssignOwnership.swift
[14/41] Compiling CombineExt AssignToMany.swift
[15/41] Compiling CombineExt CombineLatestMany.swift
[16/41] Compiling CombineExt Create.swift
[17/41] Compiling CombineExt DemandBuffer.swift
[18/41] Compiling CombineExt Sink.swift
[19/41] Compiling CombineExt Optional.swift
[20/41] Compiling CombineExt Event.swift
[21/41] Compiling CombineExt ObjectOwnership.swift
[22/41] Compiling CombineExt FlatMapLatest.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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 Swift 6
        func addSubscriber<S: Subscriber>(_ sub: S)
                           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Operators/Internal/Timer.swift:80:32: note: 'S' previously declared here
    internal final class Timer<S: Scheduler>: ConnectablePublisher {
                               ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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 Swift 6
      internal func receive<S: Subscriber>(subscriber: S)
                            ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Operators/Internal/Timer.swift:80:32: note: 'S' previously declared here
    internal final class Timer<S: Scheduler>: ConnectablePublisher {
                               ^
[23/41] Compiling CombineExt IgnoreFailure.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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 Swift 6
        func addSubscriber<S: Subscriber>(_ sub: S)
                           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Operators/Internal/Timer.swift:80:32: note: 'S' previously declared here
    internal final class Timer<S: Scheduler>: ConnectablePublisher {
                               ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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 Swift 6
      internal func receive<S: Subscriber>(subscriber: S)
                            ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Operators/Internal/Timer.swift:80:32: note: 'S' previously declared here
    internal final class Timer<S: Scheduler>: ConnectablePublisher {
                               ^
[24/41] Compiling CombineExt IgnoreOutputSetOutputType.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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 Swift 6
        func addSubscriber<S: Subscriber>(_ sub: S)
                           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Operators/Internal/Timer.swift:80:32: note: 'S' previously declared here
    internal final class Timer<S: Scheduler>: ConnectablePublisher {
                               ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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 Swift 6
      internal func receive<S: Subscriber>(subscriber: S)
                            ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Operators/Internal/Timer.swift:80:32: note: 'S' previously declared here
    internal final class Timer<S: Scheduler>: ConnectablePublisher {
                               ^
[25/41] Compiling CombineExt Lock.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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 Swift 6
        func addSubscriber<S: Subscriber>(_ sub: S)
                           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Operators/Internal/Timer.swift:80:32: note: 'S' previously declared here
    internal final class Timer<S: Scheduler>: ConnectablePublisher {
                               ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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 Swift 6
      internal func receive<S: Subscriber>(subscriber: S)
                            ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Operators/Internal/Timer.swift:80:32: note: 'S' previously declared here
    internal final class Timer<S: Scheduler>: ConnectablePublisher {
                               ^
[26/41] Compiling CombineExt Timer.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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 Swift 6
        func addSubscriber<S: Subscriber>(_ sub: S)
                           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Operators/Internal/Timer.swift:80:32: note: 'S' previously declared here
    internal final class Timer<S: Scheduler>: ConnectablePublisher {
                               ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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 Swift 6
      internal func receive<S: Subscriber>(subscriber: S)
                            ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Operators/Internal/Timer.swift:80:32: note: 'S' previously declared here
    internal final class Timer<S: Scheduler>: ConnectablePublisher {
                               ^
[27/41] Compiling CombineExt Nwise.swift
[28/41] Compiling CombineExt Partition.swift
[29/41] Compiling CombineExt PrefixDuration.swift
[30/41] Compiling CombineExt PrefixWhileBehavior.swift
[31/41] Compiling CombineExt RemoveAllDuplicates.swift
[32/41] Compiling CombineExt Dematerialize.swift
[33/41] Compiling CombineExt Enumerated.swift
[34/41] Compiling CombineExt FilterMany.swift
[35/41] Compiling CombineExt FlatMapBatches.swift
[36/41] Compiling CombineExt FlatMapFirst.swift
[37/41] Compiling CombineExt ZipMany.swift
[38/41] Compiling CombineExt CurrentValueRelay.swift
[39/41] Compiling CombineExt PassthroughRelay.swift
[40/41] Compiling CombineExt Relay.swift
[41/41] Compiling CombineExt ReplaySubject.swift
Build complete! (5.70s)
Build complete.
Done.