Build Information
Successful build of CombineExt with Swift 5.9 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.28.7
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CombineCommunity/CombineExt.git
Reference: 1.8.1
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/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
Revision (git rev-parse @):
d7b896fa9ca8b47fa7bcde6b43ef9b70bf8c1f56
SUCCESS checkout https://github.com/CombineCommunity/CombineExt.git at 1.8.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/combine-schedulers (0.22s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay (0.23s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 0.11.0 (0.04s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras from cache
Fetched https://github.com/pointfreeco/swift-concurrency-extras (0.21s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 0.1.1 (0.04s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.9.0 (0.03s)
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.1
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "combineext",
"name": "CombineExt",
"url": "https://github.com/CombineCommunity/CombineExt.git",
"version": "unspecified",
"path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CombineExt",
"dependencies": [
]
}
]
}
Fetching https://github.com/CombineCommunity/CombineExt.git from cache
Fetched https://github.com/CombineCommunity/CombineExt.git (0.19s)
Creating working copy for https://github.com/CombineCommunity/CombineExt.git
Working copy of https://github.com/CombineCommunity/CombineExt.git resolved at 1.8.1
warning: '.resolve-product-dependencies': dependency 'combineext' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD/checkout
https://github.com/CombineCommunity/CombineExt.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/36] Compiling CombineExt FlatMapLatest.swift
/Users/admin/builds/J1XnyXFH/1/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/admin/builds/J1XnyXFH/1/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/admin/builds/J1XnyXFH/1/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/admin/builds/J1XnyXFH/1/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 {
^
[2/36] Compiling CombineExt IgnoreFailure.swift
/Users/admin/builds/J1XnyXFH/1/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/admin/builds/J1XnyXFH/1/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/admin/builds/J1XnyXFH/1/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/admin/builds/J1XnyXFH/1/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 {
^
[3/36] Compiling CombineExt IgnoreOutputSetOutputType.swift
/Users/admin/builds/J1XnyXFH/1/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/admin/builds/J1XnyXFH/1/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/admin/builds/J1XnyXFH/1/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/admin/builds/J1XnyXFH/1/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 {
^
[4/36] Compiling CombineExt Lock.swift
/Users/admin/builds/J1XnyXFH/1/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/admin/builds/J1XnyXFH/1/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/admin/builds/J1XnyXFH/1/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/admin/builds/J1XnyXFH/1/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 {
^
[5/36] Compiling CombineExt Timer.swift
/Users/admin/builds/J1XnyXFH/1/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/admin/builds/J1XnyXFH/1/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/admin/builds/J1XnyXFH/1/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/admin/builds/J1XnyXFH/1/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 {
^
[6/36] Compiling CombineExt MapMany.swift
[7/36] Compiling CombineExt MapToResult.swift
[8/36] Compiling CombineExt MapToValue.swift
[9/36] Compiling CombineExt Materialize.swift
[10/36] Compiling CombineExt MergeMany.swift
[11/36] Compiling CombineExt Amb.swift
[12/36] Compiling CombineExt AssignOwnership.swift
[13/36] Compiling CombineExt AssignToMany.swift
[14/36] Compiling CombineExt CombineLatestMany.swift
[15/36] Compiling CombineExt Create.swift
[16/41] Compiling CombineExt Dematerialize.swift
[17/41] Compiling CombineExt Enumerated.swift
[18/41] Compiling CombineExt FilterMany.swift
[19/41] Compiling CombineExt FlatMapBatches.swift
[20/41] Compiling CombineExt FlatMapFirst.swift
[21/41] Emitting module CombineExt
/Users/admin/builds/J1XnyXFH/1/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/admin/builds/J1XnyXFH/1/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/admin/builds/J1XnyXFH/1/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/admin/builds/J1XnyXFH/1/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 {
^
[22/41] Compiling CombineExt RetryWhen.swift
[23/41] Compiling CombineExt SetOutputType.swift
[24/41] Compiling CombineExt ShareReplay.swift
[25/41] Compiling CombineExt Toggle.swift
[26/41] Compiling CombineExt WithLatestFrom.swift
[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 DemandBuffer.swift
[33/41] Compiling CombineExt Sink.swift
[34/41] Compiling CombineExt Optional.swift
[35/41] Compiling CombineExt Event.swift
[36/41] Compiling CombineExt ObjectOwnership.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! (4.87s)
Build complete.
Done.