The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Futures with Swift 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dfunckt/swift-futures.git
Reference: 0.1.2
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/dfunckt/swift-futures
 * tag               0.1.2      -> FETCH_HEAD
HEAD is now at 374088d Revert "Simplify ReadyQueue node implementation"
Cloned https://github.com/dfunckt/swift-futures.git
Revision (git rev-parse @):
374088daeb749d19b89f81955984e2230bcbeaad
SUCCESS checkout https://github.com/dfunckt/swift-futures.git at 0.1.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/dfunckt/swift-futures.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[3/5] Compiling FuturesPrivate Private.c
[4/5] Write swift-version--423B1241ED78D482.txt
[6/22] Compiling FuturesSync AtomicUnboundedMPSCQueue.swift
[7/22] Compiling FuturesSync AtomicUnboundedSPSCQueue.swift
[8/22] Compiling FuturesSync AtomicValue.swift
[9/22] Compiling FuturesSync AtomicQueue.swift
[10/22] Compiling FuturesSync AtomicMPMCQueue.swift
[11/24] Compiling FuturesSync Backoff.swift
[12/24] Compiling FuturesSync Locking.swift
[13/24] Compiling FuturesSync AtomicSPMCQueue.swift
[14/24] Compiling FuturesSync AtomicSPSCQueue.swift
[15/24] Compiling FuturesSync PosixLock.swift
[16/24] Compiling FuturesSync SpinLock.swift
[17/24] Compiling FuturesSync Atomic.swift
[18/24] Compiling FuturesSync AtomicEnum.swift
[19/24] Compiling FuturesSync AtomicRef.swift
[20/24] Compiling FuturesSync AtomicMPSCQueue.swift
[21/24] Compiling FuturesSync AtomicQueueBuffer.swift
[22/24] Emitting module FuturesSync
[23/24] Compiling FuturesSync UnfairLock.swift
[24/24] Compiling FuturesSync Private.swift
[25/156] Compiling Futures AssertNoErrorFuture.swift
[26/156] Compiling Futures BreakpointFuture.swift
[27/156] Compiling Futures CatchErrorFuture.swift
[28/156] Compiling Futures FlatMapFuture.swift
[29/156] Compiling Futures FlattenFuture.swift
[30/156] Compiling Futures FlattenResultFuture.swift
[31/156] Compiling Futures FutureStream.swift
[32/156] Compiling Futures HandleEventsFuture.swift
[33/156] Compiling Futures IgnoreOutputFuture.swift
[34/156] Compiling Futures JoinAllFuture.swift
[35/156] Compiling Futures JoinFuture+Arity.swift
[36/156] Compiling Futures JoinFuture.swift
[37/156] Compiling Futures LazyFuture.swift
[38/156] Compiling Futures MapFuture.swift
[39/156] Compiling Futures MapKeyPathFuture+Arity.swift
[40/156] Compiling Futures MapKeyPathFuture.swift
[41/156] Compiling Futures MapResultFuture.swift
[42/156] Compiling Futures MatchEitherFuture.swift
[43/156] Compiling Futures MatchOptionalFuture.swift
[44/174] Compiling Futures NeverStream.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Stream/SetFailureTypeStream.swift:35:41: warning: will never be executed
            $0._makeResult().mapError { $0 as! Failure }
                                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Stream/SetFailureTypeStream.swift:35:39: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
            $0._makeResult().mapError { $0 as! Failure }
                                      ^
[45/174] Compiling Futures OptionalStream.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Stream/SetFailureTypeStream.swift:35:41: warning: will never be executed
            $0._makeResult().mapError { $0 as! Failure }
                                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Stream/SetFailureTypeStream.swift:35:39: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
            $0._makeResult().mapError { $0 as! Failure }
                                      ^
[46/174] Compiling Futures OutputStream.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Stream/SetFailureTypeStream.swift:35:41: warning: will never be executed
            $0._makeResult().mapError { $0 as! Failure }
                                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Stream/SetFailureTypeStream.swift:35:39: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
            $0._makeResult().mapError { $0 as! Failure }
                                      ^
[47/174] Compiling Futures PollOnStream.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Stream/SetFailureTypeStream.swift:35:41: warning: will never be executed
            $0._makeResult().mapError { $0 as! Failure }
                                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Stream/SetFailureTypeStream.swift:35:39: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
            $0._makeResult().mapError { $0 as! Failure }
                                      ^
[48/174] Compiling Futures PrefixStream.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Stream/SetFailureTypeStream.swift:35:41: warning: will never be executed
            $0._makeResult().mapError { $0 as! Failure }
                                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Stream/SetFailureTypeStream.swift:35:39: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
            $0._makeResult().mapError { $0 as! Failure }
                                      ^
[49/174] Compiling Futures PrefixUntilOutputStream.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Stream/SetFailureTypeStream.swift:35:41: warning: will never be executed
            $0._makeResult().mapError { $0 as! Failure }
                                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Stream/SetFailureTypeStream.swift:35:39: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
            $0._makeResult().mapError { $0 as! Failure }
                                      ^
[50/174] Compiling Futures PrefixWhileStream.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Stream/SetFailureTypeStream.swift:35:41: warning: will never be executed
            $0._makeResult().mapError { $0 as! Failure }
                                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Stream/SetFailureTypeStream.swift:35:39: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
            $0._makeResult().mapError { $0 as! Failure }
                                      ^
[51/174] Compiling Futures PrintStream.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Stream/SetFailureTypeStream.swift:35:41: warning: will never be executed
            $0._makeResult().mapError { $0 as! Failure }
                                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Stream/SetFailureTypeStream.swift:35:39: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
            $0._makeResult().mapError { $0 as! Failure }
                                      ^
[52/174] Compiling Futures ReferenceStream.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Stream/SetFailureTypeStream.swift:35:41: warning: will never be executed
            $0._makeResult().mapError { $0 as! Failure }
                                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Stream/SetFailureTypeStream.swift:35:39: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
            $0._makeResult().mapError { $0 as! Failure }
                                      ^
[53/174] Compiling Futures RemoveDuplicatesStream.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Stream/SetFailureTypeStream.swift:35:41: warning: will never be executed
            $0._makeResult().mapError { $0 as! Failure }
                                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Stream/SetFailureTypeStream.swift:35:39: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
            $0._makeResult().mapError { $0 as! Failure }
                                      ^
[54/174] Compiling Futures RepeatStream.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Stream/SetFailureTypeStream.swift:35:41: warning: will never be executed
            $0._makeResult().mapError { $0 as! Failure }
                                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Stream/SetFailureTypeStream.swift:35:39: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
            $0._makeResult().mapError { $0 as! Failure }
                                      ^
[55/174] Compiling Futures ReplaceEmptyStream.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Stream/SetFailureTypeStream.swift:35:41: warning: will never be executed
            $0._makeResult().mapError { $0 as! Failure }
                                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Stream/SetFailureTypeStream.swift:35:39: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
            $0._makeResult().mapError { $0 as! Failure }
                                      ^
[56/174] Compiling Futures ReplaceErrorStream.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Stream/SetFailureTypeStream.swift:35:41: warning: will never be executed
            $0._makeResult().mapError { $0 as! Failure }
                                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Stream/SetFailureTypeStream.swift:35:39: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
            $0._makeResult().mapError { $0 as! Failure }
                                      ^
[57/174] Compiling Futures ScanStream.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Stream/SetFailureTypeStream.swift:35:41: warning: will never be executed
            $0._makeResult().mapError { $0 as! Failure }
                                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Stream/SetFailureTypeStream.swift:35:39: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
            $0._makeResult().mapError { $0 as! Failure }
                                      ^
[58/174] Compiling Futures SequenceStream.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Stream/SetFailureTypeStream.swift:35:41: warning: will never be executed
            $0._makeResult().mapError { $0 as! Failure }
                                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Stream/SetFailureTypeStream.swift:35:39: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
            $0._makeResult().mapError { $0 as! Failure }
                                      ^
[59/174] Compiling Futures SetFailureTypeStream.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Stream/SetFailureTypeStream.swift:35:41: warning: will never be executed
            $0._makeResult().mapError { $0 as! Failure }
                                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Stream/SetFailureTypeStream.swift:35:39: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
            $0._makeResult().mapError { $0 as! Failure }
                                      ^
[60/174] Compiling Futures ShareStream.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Stream/SetFailureTypeStream.swift:35:41: warning: will never be executed
            $0._makeResult().mapError { $0 as! Failure }
                                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Stream/SetFailureTypeStream.swift:35:39: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
            $0._makeResult().mapError { $0 as! Failure }
                                      ^
[61/174] Compiling Futures StreamAllSatisfyFuture.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Stream/SetFailureTypeStream.swift:35:41: warning: will never be executed
            $0._makeResult().mapError { $0 as! Failure }
                                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Stream/SetFailureTypeStream.swift:35:39: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
            $0._makeResult().mapError { $0 as! Failure }
                                      ^
[62/174] Compiling Futures TaskRunner.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:25:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:25:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:35:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:35:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:45:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:45:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
[63/174] Compiling Futures TaskScheduler.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:25:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:25:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:35:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:35:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:45:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:45:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
[64/174] Compiling Futures ThreadLocal.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:25:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:25:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:35:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:35:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:45:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:45:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
[65/174] Compiling Futures Poll.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:25:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:25:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:35:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:35:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:45:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:45:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
[66/174] Compiling Futures Promise.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:25:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:25:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:35:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:35:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:45:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:45:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
[67/174] Compiling Futures Result.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:25:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:25:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:35:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:35:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:45:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:45:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
[68/174] Compiling Futures Sink.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:25:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:25:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:35:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:35:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:45:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:45:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
[69/174] Compiling Futures AssertNoErrorSink.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:25:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:25:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:35:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:35:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:45:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:45:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
[70/174] Compiling Futures BlockingSink.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:25:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:25:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:35:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:35:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:45:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:45:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
[71/174] Compiling Futures BufferSink.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:25:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:25:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:35:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:35:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:45:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:45:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
[72/174] Compiling Futures CollectSink.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:25:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:25:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:35:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:35:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:45:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:45:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
[73/174] Compiling Futures FlatMapSink.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:25:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:25:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:35:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:35:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:45:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:45:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
[74/174] Compiling Futures MapErrorSink.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:25:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:25:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:35:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:35:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:45:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:45:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
[75/174] Compiling Futures MapSink.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:25:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:25:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:35:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:35:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:45:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:45:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
[76/174] Compiling Futures SetFailureTypeSink.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:25:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:25:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:35:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:35:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:45:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:45:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
[77/174] Compiling Futures SinkCloseFuture.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:25:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:25:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:35:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:35:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:45:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:45:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
[78/174] Compiling Futures SinkFlushFuture.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:25:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:25:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:35:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:35:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:45:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:45:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
[79/174] Compiling Futures SinkSendAllFuture.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:25:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:25:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:35:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:35:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:45:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:45:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
[80/174] Compiling Futures SinkSendFuture.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:25:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:25:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:35:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:35:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:45:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:45:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
[81/174] Compiling Futures Cancellable.swift
[82/174] Compiling Futures Channel.swift
[83/174] Compiling Futures ChannelImpl.swift
[84/174] Compiling Futures ChannelMPSCBufferBounded.swift
[85/174] Compiling Futures ChannelMPSCBufferUnbounded.swift
[86/174] Compiling Futures ChannelMPSCPark.swift
[87/174] Compiling Futures ChannelSPSCBufferBounded.swift
[88/174] Compiling Futures ChannelSPSCBufferUnbounded.swift
[89/174] Compiling Futures ChannelSPSCPark.swift
[90/174] Compiling Futures ChannelSlotBounded.swift
[91/174] Compiling Futures ChannelSlotUnbounded.swift
[92/174] Compiling Futures Either.swift
[93/174] Compiling Futures Executor.swift
[94/174] Compiling Futures QueueExecutor.swift
[95/174] Compiling Futures RunLoopExecutor.swift
[96/174] Compiling Futures ThreadExecutor.swift
[97/174] Compiling Futures Extensions.swift
[98/174] Compiling Futures Future.swift
[99/174] Compiling Futures AbortFuture.swift
[100/174] Compiling Futures MatchResultFuture.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Internal/AtomicWaker.swift:20:20: warning: static property 'waiting' produces an empty option set
        static let waiting = State(rawValue: 0)
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Internal/AtomicWaker.swift:20:20: note: use [] to silence this warning
        static let waiting = State(rawValue: 0)
                   ^              ~~~~~~~~~~~~~
                                  ([])
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Future/SetFailureTypeFuture.swift:35:41: warning: will never be executed
            $0._makeResult().mapError { $0 as! Failure }
                                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Future/SetFailureTypeFuture.swift:35:39: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
            $0._makeResult().mapError { $0 as! Failure }
                                      ^
[101/174] Compiling Futures NeverFuture.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Internal/AtomicWaker.swift:20:20: warning: static property 'waiting' produces an empty option set
        static let waiting = State(rawValue: 0)
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Internal/AtomicWaker.swift:20:20: note: use [] to silence this warning
        static let waiting = State(rawValue: 0)
                   ^              ~~~~~~~~~~~~~
                                  ([])
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Future/SetFailureTypeFuture.swift:35:41: warning: will never be executed
            $0._makeResult().mapError { $0 as! Failure }
                                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Future/SetFailureTypeFuture.swift:35:39: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
            $0._makeResult().mapError { $0 as! Failure }
                                      ^
[102/174] Compiling Futures PeekFuture.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Internal/AtomicWaker.swift:20:20: warning: static property 'waiting' produces an empty option set
        static let waiting = State(rawValue: 0)
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Internal/AtomicWaker.swift:20:20: note: use [] to silence this warning
        static let waiting = State(rawValue: 0)
                   ^              ~~~~~~~~~~~~~
                                  ([])
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Future/SetFailureTypeFuture.swift:35:41: warning: will never be executed
            $0._makeResult().mapError { $0 as! Failure }
                                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Future/SetFailureTypeFuture.swift:35:39: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
            $0._makeResult().mapError { $0 as! Failure }
                                      ^
[103/174] Compiling Futures PollOnFuture.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Internal/AtomicWaker.swift:20:20: warning: static property 'waiting' produces an empty option set
        static let waiting = State(rawValue: 0)
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Internal/AtomicWaker.swift:20:20: note: use [] to silence this warning
        static let waiting = State(rawValue: 0)
                   ^              ~~~~~~~~~~~~~
                                  ([])
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Future/SetFailureTypeFuture.swift:35:41: warning: will never be executed
            $0._makeResult().mapError { $0 as! Failure }
                                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Future/SetFailureTypeFuture.swift:35:39: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
            $0._makeResult().mapError { $0 as! Failure }
                                      ^
[104/174] Compiling Futures PrintFuture.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Internal/AtomicWaker.swift:20:20: warning: static property 'waiting' produces an empty option set
        static let waiting = State(rawValue: 0)
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Internal/AtomicWaker.swift:20:20: note: use [] to silence this warning
        static let waiting = State(rawValue: 0)
                   ^              ~~~~~~~~~~~~~
                                  ([])
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Future/SetFailureTypeFuture.swift:35:41: warning: will never be executed
            $0._makeResult().mapError { $0 as! Failure }
                                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Future/SetFailureTypeFuture.swift:35:39: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
            $0._makeResult().mapError { $0 as! Failure }
                                      ^
[105/174] Compiling Futures ReadyFuture.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Internal/AtomicWaker.swift:20:20: warning: static property 'waiting' produces an empty option set
        static let waiting = State(rawValue: 0)
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Internal/AtomicWaker.swift:20:20: note: use [] to silence this warning
        static let waiting = State(rawValue: 0)
                   ^              ~~~~~~~~~~~~~
                                  ([])
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Future/SetFailureTypeFuture.swift:35:41: warning: will never be executed
            $0._makeResult().mapError { $0 as! Failure }
                                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Future/SetFailureTypeFuture.swift:35:39: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
            $0._makeResult().mapError { $0 as! Failure }
                                      ^
[106/174] Compiling Futures ReferenceFuture.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Internal/AtomicWaker.swift:20:20: warning: static property 'waiting' produces an empty option set
        static let waiting = State(rawValue: 0)
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Internal/AtomicWaker.swift:20:20: note: use [] to silence this warning
        static let waiting = State(rawValue: 0)
                   ^              ~~~~~~~~~~~~~
                                  ([])
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Future/SetFailureTypeFuture.swift:35:41: warning: will never be executed
            $0._makeResult().mapError { $0 as! Failure }
                                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Future/SetFailureTypeFuture.swift:35:39: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
            $0._makeResult().mapError { $0 as! Failure }
                                      ^
[107/174] Compiling Futures ReplaceErrorFuture.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Internal/AtomicWaker.swift:20:20: warning: static property 'waiting' produces an empty option set
        static let waiting = State(rawValue: 0)
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Internal/AtomicWaker.swift:20:20: note: use [] to silence this warning
        static let waiting = State(rawValue: 0)
                   ^              ~~~~~~~~~~~~~
                                  ([])
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Future/SetFailureTypeFuture.swift:35:41: warning: will never be executed
            $0._makeResult().mapError { $0 as! Failure }
                                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Future/SetFailureTypeFuture.swift:35:39: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
            $0._makeResult().mapError { $0 as! Failure }
                                      ^
[108/174] Compiling Futures ReplaceOutputFuture.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Internal/AtomicWaker.swift:20:20: warning: static property 'waiting' produces an empty option set
        static let waiting = State(rawValue: 0)
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Internal/AtomicWaker.swift:20:20: note: use [] to silence this warning
        static let waiting = State(rawValue: 0)
                   ^              ~~~~~~~~~~~~~
                                  ([])
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Future/SetFailureTypeFuture.swift:35:41: warning: will never be executed
            $0._makeResult().mapError { $0 as! Failure }
                                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Future/SetFailureTypeFuture.swift:35:39: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
            $0._makeResult().mapError { $0 as! Failure }
                                      ^
[109/174] Compiling Futures SelectAnyFuture.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Internal/AtomicWaker.swift:20:20: warning: static property 'waiting' produces an empty option set
        static let waiting = State(rawValue: 0)
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Internal/AtomicWaker.swift:20:20: note: use [] to silence this warning
        static let waiting = State(rawValue: 0)
                   ^              ~~~~~~~~~~~~~
                                  ([])
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Future/SetFailureTypeFuture.swift:35:41: warning: will never be executed
            $0._makeResult().mapError { $0 as! Failure }
                                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Future/SetFailureTypeFuture.swift:35:39: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
            $0._makeResult().mapError { $0 as! Failure }
                                      ^
[110/174] Compiling Futures SelectFuture.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Internal/AtomicWaker.swift:20:20: warning: static property 'waiting' produces an empty option set
        static let waiting = State(rawValue: 0)
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Internal/AtomicWaker.swift:20:20: note: use [] to silence this warning
        static let waiting = State(rawValue: 0)
                   ^              ~~~~~~~~~~~~~
                                  ([])
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Future/SetFailureTypeFuture.swift:35:41: warning: will never be executed
            $0._makeResult().mapError { $0 as! Failure }
                                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Future/SetFailureTypeFuture.swift:35:39: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
            $0._makeResult().mapError { $0 as! Failure }
                                      ^
[111/174] Compiling Futures SetFailureTypeFuture.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Internal/AtomicWaker.swift:20:20: warning: static property 'waiting' produces an empty option set
        static let waiting = State(rawValue: 0)
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Internal/AtomicWaker.swift:20:20: note: use [] to silence this warning
        static let waiting = State(rawValue: 0)
                   ^              ~~~~~~~~~~~~~
                                  ([])
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Future/SetFailureTypeFuture.swift:35:41: warning: will never be executed
            $0._makeResult().mapError { $0 as! Failure }
                                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Future/SetFailureTypeFuture.swift:35:39: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
            $0._makeResult().mapError { $0 as! Failure }
                                      ^
[112/174] Compiling Futures ThenFuture.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Internal/AtomicWaker.swift:20:20: warning: static property 'waiting' produces an empty option set
        static let waiting = State(rawValue: 0)
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Internal/AtomicWaker.swift:20:20: note: use [] to silence this warning
        static let waiting = State(rawValue: 0)
                   ^              ~~~~~~~~~~~~~
                                  ([])
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Future/SetFailureTypeFuture.swift:35:41: warning: will never be executed
            $0._makeResult().mapError { $0 as! Failure }
                                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Future/SetFailureTypeFuture.swift:35:39: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
            $0._makeResult().mapError { $0 as! Failure }
                                      ^
[113/174] Compiling Futures TryLazyFuture.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Internal/AtomicWaker.swift:20:20: warning: static property 'waiting' produces an empty option set
        static let waiting = State(rawValue: 0)
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Internal/AtomicWaker.swift:20:20: note: use [] to silence this warning
        static let waiting = State(rawValue: 0)
                   ^              ~~~~~~~~~~~~~
                                  ([])
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Future/SetFailureTypeFuture.swift:35:41: warning: will never be executed
            $0._makeResult().mapError { $0 as! Failure }
                                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Future/SetFailureTypeFuture.swift:35:39: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
            $0._makeResult().mapError { $0 as! Failure }
                                      ^
[114/174] Compiling Futures TryMapFuture.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Internal/AtomicWaker.swift:20:20: warning: static property 'waiting' produces an empty option set
        static let waiting = State(rawValue: 0)
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Internal/AtomicWaker.swift:20:20: note: use [] to silence this warning
        static let waiting = State(rawValue: 0)
                   ^              ~~~~~~~~~~~~~
                                  ([])
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Future/SetFailureTypeFuture.swift:35:41: warning: will never be executed
            $0._makeResult().mapError { $0 as! Failure }
                                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Future/SetFailureTypeFuture.swift:35:39: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
            $0._makeResult().mapError { $0 as! Failure }
                                      ^
[115/174] Compiling Futures AdaptiveQueue.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Internal/AtomicWaker.swift:20:20: warning: static property 'waiting' produces an empty option set
        static let waiting = State(rawValue: 0)
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Internal/AtomicWaker.swift:20:20: note: use [] to silence this warning
        static let waiting = State(rawValue: 0)
                   ^              ~~~~~~~~~~~~~
                                  ([])
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Future/SetFailureTypeFuture.swift:35:41: warning: will never be executed
            $0._makeResult().mapError { $0 as! Failure }
                                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Future/SetFailureTypeFuture.swift:35:39: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
            $0._makeResult().mapError { $0 as! Failure }
                                      ^
[116/174] Compiling Futures AtomicWaker.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Internal/AtomicWaker.swift:20:20: warning: static property 'waiting' produces an empty option set
        static let waiting = State(rawValue: 0)
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Internal/AtomicWaker.swift:20:20: note: use [] to silence this warning
        static let waiting = State(rawValue: 0)
                   ^              ~~~~~~~~~~~~~
                                  ([])
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Future/SetFailureTypeFuture.swift:35:41: warning: will never be executed
            $0._makeResult().mapError { $0 as! Failure }
                                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Future/SetFailureTypeFuture.swift:35:39: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
            $0._makeResult().mapError { $0 as! Failure }
                                      ^
[117/174] Compiling Futures CircularBuffer.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Internal/AtomicWaker.swift:20:20: warning: static property 'waiting' produces an empty option set
        static let waiting = State(rawValue: 0)
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Internal/AtomicWaker.swift:20:20: note: use [] to silence this warning
        static let waiting = State(rawValue: 0)
                   ^              ~~~~~~~~~~~~~
                                  ([])
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Future/SetFailureTypeFuture.swift:35:41: warning: will never be executed
            $0._makeResult().mapError { $0 as! Failure }
                                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Future/SetFailureTypeFuture.swift:35:39: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
            $0._makeResult().mapError { $0 as! Failure }
                                      ^
[118/174] Compiling Futures Private.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Internal/AtomicWaker.swift:20:20: warning: static property 'waiting' produces an empty option set
        static let waiting = State(rawValue: 0)
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Internal/AtomicWaker.swift:20:20: note: use [] to silence this warning
        static let waiting = State(rawValue: 0)
                   ^              ~~~~~~~~~~~~~
                                  ([])
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Future/SetFailureTypeFuture.swift:35:41: warning: will never be executed
            $0._makeResult().mapError { $0 as! Failure }
                                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Future/SetFailureTypeFuture.swift:35:39: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
            $0._makeResult().mapError { $0 as! Failure }
                                      ^
[119/174] Compiling Futures Stream.swift
[120/174] Compiling Futures AbortStream.swift
[121/174] Compiling Futures AssertNoErrorStream.swift
[122/174] Compiling Futures BreakpointStream.swift
[123/174] Compiling Futures BufferStream.swift
[124/174] Compiling Futures CatchErrorStream.swift
[125/174] Compiling Futures CompactMapStream.swift
[126/174] Compiling Futures CompleteOnErrorStream.swift
[127/174] Compiling Futures ConcatenateStream.swift
[128/174] Compiling Futures DropStream.swift
[129/174] Compiling Futures DropUntilOutputStream.swift
[130/174] Compiling Futures DropWhileStream.swift
[131/174] Compiling Futures EmptyStream.swift
[132/174] Compiling Futures EnumerateStream.swift
[133/174] Compiling Futures FilterStream.swift
[134/174] Compiling Futures FlatMapStream.swift
[135/174] Compiling Futures FlattenResultStream.swift
[136/174] Compiling Futures FlattenStream.swift
[137/174] Compiling Futures ForEachStream.swift
[138/174] Compiling Futures GenerateStream.swift
[139/174] Compiling Futures HandleEventsStream.swift
[140/174] Compiling Futures JoinStream+Arity.swift
[141/174] Compiling Futures JoinStream.swift
[142/174] Compiling Futures JustStream.swift
[143/174] Compiling Futures LatestStream.swift
[144/174] Compiling Futures LazyStream.swift
[145/174] Compiling Futures MapKeyPathStream+Arity.swift
[146/174] Compiling Futures MapKeyPathStream.swift
[147/174] Compiling Futures MapResultStream.swift
[148/174] Compiling Futures MapStream.swift
[149/174] Compiling Futures MatchEitherStream.swift
[150/174] Compiling Futures MatchOptionalStream.swift
[151/174] Compiling Futures MatchResultStream.swift
[152/174] Compiling Futures MergeAllStream.swift
[153/174] Compiling Futures MergeStream+Arity.swift
[154/174] Compiling Futures MergeStream.swift
[155/174] Compiling Futures MulticastStream.swift
[156/174] Compiling Futures StreamContainsFuture.swift
[157/174] Compiling Futures StreamContainsWhereFuture.swift
[158/174] Compiling Futures StreamFirstFuture.swift
[159/174] Compiling Futures StreamFirstWhereFuture.swift
[160/174] Compiling Futures StreamForwardFuture.swift
[161/174] Compiling Futures StreamFuture.swift
[162/174] Compiling Futures StreamLastFuture.swift
[163/174] Compiling Futures StreamLastWhereFuture.swift
[164/174] Compiling Futures StreamReduceFuture.swift
[165/174] Compiling Futures StreamReduceIntoFuture.swift
[166/174] Compiling Futures StreamReplayBuffer.swift
[167/174] Compiling Futures SwitchToLatestStream.swift
[168/174] Compiling Futures TryMapStream.swift
[169/174] Compiling Futures UnfoldStream.swift
[170/174] Compiling Futures YieldStream.swift
[171/174] Compiling Futures ZipStream+Arity.swift
[172/174] Compiling Futures ZipStream.swift
[173/174] Compiling Futures Task.swift
[174/174] Emitting module Futures
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Internal/AtomicWaker.swift:20:20: warning: static property 'waiting' produces an empty option set
        static let waiting = State(rawValue: 0)
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Internal/AtomicWaker.swift:20:20: note: use [] to silence this warning
        static let waiting = State(rawValue: 0)
                   ^              ~~~~~~~~~~~~~
                                  ([])
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Future/SetFailureTypeFuture.swift:35:41: warning: will never be executed
            $0._makeResult().mapError { $0 as! Failure }
                                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Future/SetFailureTypeFuture.swift:35:39: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
            $0._makeResult().mapError { $0 as! Failure }
                                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:25:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:25:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:35:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:35:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:45:35: warning: will never be executed
                    $0.mapError { $0 as! Failure }
                                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Sink/SetFailureTypeSink.swift:45:33: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
                    $0.mapError { $0 as! Failure }
                                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Stream/SetFailureTypeStream.swift:35:41: warning: will never be executed
            $0._makeResult().mapError { $0 as! Failure }
                                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Futures/Stream/SetFailureTypeStream.swift:35:39: note: '$0' is of type 'Never' which cannot be constructed because it is an enum with no cases
            $0._makeResult().mapError { $0 as! Failure }
                                      ^
[175/181] Compiling FuturesTestSupport TestCase.swift
[176/181] Compiling FuturesTestSupport TestError.swift
[177/181] Compiling FuturesTestSupport Assert.swift
[178/181] Compiling FuturesTestSupport Stream.swift
[179/181] Compiling FuturesTestSupport Future.swift
[180/181] Emitting module FuturesTestSupport
[181/181] Compiling FuturesTestSupport Module.swift
Build complete! (15.55s)
Build complete.
Done.