The Swift Package Index logo.Swift Package Index

Build Information

Failed to build CombineX 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/cx-org/CombineX.git
Reference: 0.4.0
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/cx-org/CombineX
 * tag               0.4.0      -> FETCH_HEAD
HEAD is now at 98096c6 Merge pull request #125 from luoxiu/feature/prepare-for-0.4.0
Submodule path 'CXShim': checked out '07309a901b26c043c33d04746ff96d6caaa99737'
Submodule path 'CXTest': checked out '37c165eab3505d1f1e3bb7f12518db5ff4fad569'
Submodule 'CXShim' (https://github.com/cx-org/CXShim) registered for path 'CXShim'
Submodule 'CXTest' (https://github.com/cx-org/CXTest) registered for path 'CXTest'
Cloning into '/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/CXShim'...
Cloning into '/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/CXTest'...
Cloned https://github.com/cx-org/CombineX.git
Revision (git rev-parse @):
98096c6b2a51481cb6e4bae8da0a808d8cab09a1
SUCCESS checkout https://github.com/cx-org/CombineX.git at 0.4.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/cx-org/CombineX.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/19] Write sources
[13/19] Write swift-version--423B1241ED78D482.txt
[14/34] Compiling _AtomicsShims.c
[15/46] Compiling CwlMachBadInstructionHandler mach_excServer.c
[17/46] Compiling CXUtility Math.swift
[18/46] Compiling CXUtility LockedAtomic.swift
[19/46] Compiling Atomics HighLevelTypes.swift
[19/47] Compiling CwlMachBadInstructionHandler CwlMachBadInstructionHandler.m
[20/47] Compiling CwlCatchExceptionSupport CwlCatchException.m
[22/49] Compiling CXUtility Const.swift
[23/49] Emitting module CXUtility
[24/49] Compiling CXUtility Locking.swift
[25/49] Compiling Atomics PointerConformances.swift
[26/49] Compiling _CXCompatible Swift.swift
[27/49] Compiling _CXCompatible FlatMap.swift
[28/49] Compiling _CXCompatible SwitchToLatest.swift
[29/49] Compiling _CXCompatible Optional.swift
[29/49] Compiling QuickObjCRuntime QuickSpecBase.m
[31/71] Compiling Atomics AtomicLazyReference.swift
[32/71] Compiling Quick Example.swift
[33/71] Compiling Quick ExampleGroup.swift
[34/71] Compiling Quick QuickConfiguration.swift
[35/71] Compiling Quick DSL.swift
[36/71] Compiling Quick SuiteHooks.swift
[37/71] Compiling Quick ErrorUtility.swift
[38/71] Emitting module Atomics
[39/71] Compiling Atomics IntegerConformances.swift
[40/71] Compiling Quick ExampleHooks.swift
[41/71] Compiling Quick HooksPhase.swift
[42/181] Emitting module _CXCompatible
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/_CXCompatible/Foundation.swift:9:1: warning: non-final class 'NSObject' cannot safely conform to protocol 'CXSelfWrapping', which requires that 'Self.Base' is exactly equal to 'Self'; this is an error in Swift 6
extension NSObject: CXSelfWrapping {}
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/_CXCompatible/Foundation.swift:10:1: warning: non-final class 'JSONEncoder' cannot safely conform to protocol 'CXSelfWrapping', which requires that 'Self.Base' is exactly equal to 'Self'; this is an error in Swift 6
extension JSONEncoder: CXSelfWrapping {}
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/_CXCompatible/Foundation.swift:11:1: warning: non-final class 'JSONDecoder' cannot safely conform to protocol 'CXSelfWrapping', which requires that 'Self.Base' is exactly equal to 'Self'; this is an error in Swift 6
extension JSONDecoder: CXSelfWrapping {}
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/_CXCompatible/Foundation.swift:30:1: warning: non-final class 'PropertyListEncoder' cannot safely conform to protocol 'CXSelfWrapping', which requires that 'Self.Base' is exactly equal to 'Self'; this is an error in Swift 6
extension PropertyListEncoder: CXSelfWrapping {}
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/_CXCompatible/Foundation.swift:31:1: warning: non-final class 'PropertyListDecoder' cannot safely conform to protocol 'CXSelfWrapping', which requires that 'Self.Base' is exactly equal to 'Self'; this is an error in Swift 6
extension PropertyListDecoder: CXSelfWrapping {}
^
[43/181] Compiling _CXCompatible CXNamespace.swift
[44/181] Compiling _CXCompatible Dispatch.swift
[45/181] Compiling _CXCompatible Foundation.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/_CXCompatible/Foundation.swift:9:1: warning: non-final class 'NSObject' cannot safely conform to protocol 'CXSelfWrapping', which requires that 'Self.Base' is exactly equal to 'Self'; this is an error in Swift 6
extension NSObject: CXSelfWrapping {}
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/_CXCompatible/Foundation.swift:10:1: warning: non-final class 'JSONEncoder' cannot safely conform to protocol 'CXSelfWrapping', which requires that 'Self.Base' is exactly equal to 'Self'; this is an error in Swift 6
extension JSONEncoder: CXSelfWrapping {}
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/_CXCompatible/Foundation.swift:11:1: warning: non-final class 'JSONDecoder' cannot safely conform to protocol 'CXSelfWrapping', which requires that 'Self.Base' is exactly equal to 'Self'; this is an error in Swift 6
extension JSONDecoder: CXSelfWrapping {}
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/_CXCompatible/Foundation.swift:30:1: warning: non-final class 'PropertyListEncoder' cannot safely conform to protocol 'CXSelfWrapping', which requires that 'Self.Base' is exactly equal to 'Self'; this is an error in Swift 6
extension PropertyListEncoder: CXSelfWrapping {}
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/_CXCompatible/Foundation.swift:31:1: warning: non-final class 'PropertyListDecoder' cannot safely conform to protocol 'CXSelfWrapping', which requires that 'Self.Base' is exactly equal to 'Self'; this is an error in Swift 6
extension PropertyListDecoder: CXSelfWrapping {}
^
[46/181] Emitting module CwlCatchException
[47/181] Compiling CwlCatchException CwlCatchException.swift
[48/185] Compiling CwlPreconditionTesting CwlCatchBadInstruction.swift
[49/185] Compiling CwlPreconditionTesting CwlBadInstructionException.swift
[50/185] Compiling CwlPreconditionTesting CwlDarwinDefinitions.swift
[51/185] Emitting module CwlPreconditionTesting
[52/185] Compiling Semver Semver.swift
[53/185] Emitting module Semver
[54/234] Compiling Nimble ExceptionCapture.swift
[55/234] Compiling Nimble DSL+Wait.swift
[56/234] Compiling Nimble DSL.swift
[57/234] Compiling Nimble Expectation.swift
[58/234] Compiling Nimble ExpectationMessage.swift
[59/234] Compiling Nimble Expression.swift
[60/234] Compiling Nimble FailureMessage.swift
[61/234] Compiling Nimble Predicate.swift
[62/234] Compiling Nimble RaisesException.swift
[63/234] Compiling Nimble SatisfyAllOf.swift
[64/234] Compiling Nimble SatisfyAnyOf.swift
[65/234] Compiling Nimble ThrowAssertion.swift
[66/234] Compiling Nimble ThrowError.swift
[67/234] Compiling Nimble AllPass.swift
[68/234] Compiling Nimble Async.swift
[69/234] Compiling Nimble BeAKindOf.swift
[70/249] Emitting module CombineX
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CombineX/CombineIdentifier.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'CombineX' may lead to instability during execution
@_implementationOnly import Atomics
                     ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CombineX/Publishers/B/Result.Publisher.swift:274:32: warning: generic parameter 'Failure' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public func setFailureType<Failure: Error>(to failureType: Failure.Type) -> Result<Output, Failure>.CX.Publisher {
                               ^
[71/249] Compiling CombineX AnyCancellable.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CombineX/CombineIdentifier.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'CombineX' may lead to instability during execution
@_implementationOnly import Atomics
                     ^
[72/249] Compiling CombineX AnyPublisher.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CombineX/CombineIdentifier.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'CombineX' may lead to instability during execution
@_implementationOnly import Atomics
                     ^
[73/249] Compiling CombineX AnySubscriber.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CombineX/CombineIdentifier.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'CombineX' may lead to instability during execution
@_implementationOnly import Atomics
                     ^
[74/249] Compiling CombineX CXNamespace.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CombineX/CombineIdentifier.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'CombineX' may lead to instability during execution
@_implementationOnly import Atomics
                     ^
[75/249] Compiling CombineX Cancellable.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CombineX/CombineIdentifier.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'CombineX' may lead to instability during execution
@_implementationOnly import Atomics
                     ^
[76/249] Compiling CombineX Coding.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CombineX/CombineIdentifier.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'CombineX' may lead to instability during execution
@_implementationOnly import Atomics
                     ^
[77/249] Compiling CombineX CombineIdentifier.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CombineX/CombineIdentifier.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'CombineX' may lead to instability during execution
@_implementationOnly import Atomics
                     ^
[78/249] Compiling CombineX ConnectablePublisher.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CombineX/CombineIdentifier.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'CombineX' may lead to instability during execution
@_implementationOnly import Atomics
                     ^
[79/249] Compiling CombineX CustomCombineIdentifierConvertible.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CombineX/CombineIdentifier.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'CombineX' may lead to instability during execution
@_implementationOnly import Atomics
                     ^
[80/249] Compiling CombineX CircularBuffer.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CombineX/CombineIdentifier.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'CombineX' may lead to instability during execution
@_implementationOnly import Atomics
                     ^
[81/249] Compiling CombineX DemandState.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CombineX/CombineIdentifier.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'CombineX' may lead to instability during execution
@_implementationOnly import Atomics
                     ^
[82/249] Compiling CombineX Completion+extensions.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CombineX/CombineIdentifier.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'CombineX' may lead to instability during execution
@_implementationOnly import Atomics
                     ^
[83/249] Compiling CombineX Never+reasons.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CombineX/CombineIdentifier.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'CombineX' may lead to instability during execution
@_implementationOnly import Atomics
                     ^
[84/249] Compiling CombineX Result+extensions.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CombineX/CombineIdentifier.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'CombineX' may lead to instability during execution
@_implementationOnly import Atomics
                     ^
[85/249] Compiling CombineX LinkedList.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CombineX/CombineIdentifier.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'CombineX' may lead to instability during execution
@_implementationOnly import Atomics
                     ^
[86/249] Compiling CombineX ObserableObjectCache.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CombineX/CombineIdentifier.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'CombineX' may lead to instability during execution
@_implementationOnly import Atomics
                     ^
[87/249] Compiling CombineX Contains.swift
[88/249] Compiling CombineX ContainsWhere.swift
[89/249] Compiling CombineX Count.swift
[90/249] Compiling CombineX Decode.swift
[91/249] Compiling CombineX Drop.swift
[92/249] Compiling CombineX DropWhile.swift
[93/249] Compiling CombineX Encode.swift
[94/249] Compiling CombineX Filter.swift
[95/249] Compiling CombineX First.swift
[96/249] Compiling CombineX FirstWhere.swift
[97/249] Compiling CombineX IgnoreOutput.swift
[98/249] Compiling CombineX Last.swift
[99/249] Compiling CombineX LastWhere.swift
[100/249] Compiling CombineX Map.swift
[101/249] Compiling CombineX MapKeyPath.swift
[102/249] Compiling CombineX Merge+.swift
[103/249] Compiling Nimble MatcherProtocols.swift
[104/249] Compiling Nimble PostNotification.swift
[105/249] Compiling CombineX RelayState.swift
[106/249] Compiling CombineX Runtime.swift
[107/249] Compiling CombineX WeakHashBox.swift
[108/249] Compiling CombineX ObservableObject.swift
[109/249] Compiling CombineX Published.swift
[110/249] Compiling CombineX Publisher.swift
[111/249] Compiling CombineX CollectByCount.swift
[112/249] Compiling CombineX AllSatisfy.swift
[113/249] Compiling CombineX AssertNoFailure.swift
[114/249] Compiling CombineX Catch.swift
[115/249] Compiling CombineX Collect.swift
[116/249] Compiling CombineX CombineLatest+.swift
[117/249] Compiling CombineX CompactMap.swift
[118/249] Compiling CombineX Comparison.swift
[119/249] Compiling CombineX DropUntilOutput.swift
[120/249] Compiling CombineX Empty.swift
[121/249] Compiling CombineX Fail.swift
[122/249] Compiling CombineX FlatMap.swift
[123/249] Compiling CombineX Just.swift
[124/249] Compiling CombineX MapError.swift
[125/249] Compiling CombineX MeasureInterval.swift
[126/249] Compiling CombineX Merge.swift
[127/249] Compiling CombineX Optional.Publisher.swift
[128/249] Compiling CombineX Output.swift
[129/249] Compiling CombineX PrefixUntilOutput.swift
[130/249] Compiling CombineX Print.swift
[131/249] Compiling CombineX Publishers.swift
[132/249] Compiling CombineX ReceiveOn.swift
[133/249] Compiling CombineX Record.swift
[134/249] Compiling CombineX Scheduler.swift
[135/249] Compiling CombineX SchedulerTimeIntervalConvertible.swift
[136/249] Compiling CombineX ImmediateScheduler.swift
[137/249] Compiling CombineX Subject.swift
[138/249] Compiling CombineX CurrentValueSubject.swift
[139/249] Compiling CombineX PassthroughSubject.swift
[140/249] Compiling CombineX Subscriber.swift
[141/249] Compiling CombineX Assign.swift
[142/249] Compiling CombineX Completion.swift
[143/249] Compiling CombineX Demand.swift
[144/249] Compiling CombineX Sink.swift
[145/249] Compiling CombineX Subscribers.swift
[146/249] Compiling CombineX Subscription.swift
[147/249] Compiling CombineX EmptySubscription.swift
[148/249] Compiling CombineX Subscriptions.swift
[149/249] Compiling Nimble BeAnInstanceOf.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CombineX/Publishers/B/Result.Publisher.swift:274:32: warning: generic parameter 'Failure' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public func setFailureType<Failure: Error>(to failureType: Failure.Type) -> Result<Output, Failure>.CX.Publisher {
                               ^
[150/249] Compiling Nimble BeCloseTo.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CombineX/Publishers/B/Result.Publisher.swift:274:32: warning: generic parameter 'Failure' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public func setFailureType<Failure: Error>(to failureType: Failure.Type) -> Result<Output, Failure>.CX.Publisher {
                               ^
[151/249] Compiling Nimble BeEmpty.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CombineX/Publishers/B/Result.Publisher.swift:274:32: warning: generic parameter 'Failure' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public func setFailureType<Failure: Error>(to failureType: Failure.Type) -> Result<Output, Failure>.CX.Publisher {
                               ^
[152/249] Compiling Nimble BeGreaterThan.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CombineX/Publishers/B/Result.Publisher.swift:274:32: warning: generic parameter 'Failure' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public func setFailureType<Failure: Error>(to failureType: Failure.Type) -> Result<Output, Failure>.CX.Publisher {
                               ^
[153/249] Compiling Nimble BeGreaterThanOrEqualTo.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CombineX/Publishers/B/Result.Publisher.swift:274:32: warning: generic parameter 'Failure' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public func setFailureType<Failure: Error>(to failureType: Failure.Type) -> Result<Output, Failure>.CX.Publisher {
                               ^
[154/249] Compiling Nimble BeIdenticalTo.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CombineX/Publishers/B/Result.Publisher.swift:274:32: warning: generic parameter 'Failure' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public func setFailureType<Failure: Error>(to failureType: Failure.Type) -> Result<Output, Failure>.CX.Publisher {
                               ^
[155/249] Compiling Nimble BeLessThan.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CombineX/Publishers/B/Result.Publisher.swift:274:32: warning: generic parameter 'Failure' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public func setFailureType<Failure: Error>(to failureType: Failure.Type) -> Result<Output, Failure>.CX.Publisher {
                               ^
[156/249] Compiling Nimble BeLessThanOrEqual.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CombineX/Publishers/B/Result.Publisher.swift:274:32: warning: generic parameter 'Failure' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public func setFailureType<Failure: Error>(to failureType: Failure.Type) -> Result<Output, Failure>.CX.Publisher {
                               ^
[157/249] Compiling Nimble BeLogical.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CombineX/Publishers/B/Result.Publisher.swift:274:32: warning: generic parameter 'Failure' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public func setFailureType<Failure: Error>(to failureType: Failure.Type) -> Result<Output, Failure>.CX.Publisher {
                               ^
[158/249] Compiling Nimble BeNil.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CombineX/Publishers/B/Result.Publisher.swift:274:32: warning: generic parameter 'Failure' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public func setFailureType<Failure: Error>(to failureType: Failure.Type) -> Result<Output, Failure>.CX.Publisher {
                               ^
[159/249] Compiling Nimble BeVoid.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CombineX/Publishers/B/Result.Publisher.swift:274:32: warning: generic parameter 'Failure' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public func setFailureType<Failure: Error>(to failureType: Failure.Type) -> Result<Output, Failure>.CX.Publisher {
                               ^
[160/249] Compiling Nimble AdapterProtocols.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CombineX/Publishers/B/Result.Publisher.swift:274:32: warning: generic parameter 'Failure' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public func setFailureType<Failure: Error>(to failureType: Failure.Type) -> Result<Output, Failure>.CX.Publisher {
                               ^
[161/249] Compiling Nimble AssertionDispatcher.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CombineX/Publishers/B/Result.Publisher.swift:274:32: warning: generic parameter 'Failure' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public func setFailureType<Failure: Error>(to failureType: Failure.Type) -> Result<Output, Failure>.CX.Publisher {
                               ^
[162/249] Compiling Nimble AssertionRecorder.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CombineX/Publishers/B/Result.Publisher.swift:274:32: warning: generic parameter 'Failure' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public func setFailureType<Failure: Error>(to failureType: Failure.Type) -> Result<Output, Failure>.CX.Publisher {
                               ^
[163/249] Compiling Nimble NMBExpectation.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CombineX/Publishers/B/Result.Publisher.swift:274:32: warning: generic parameter 'Failure' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public func setFailureType<Failure: Error>(to failureType: Failure.Type) -> Result<Output, Failure>.CX.Publisher {
                               ^
[164/249] Compiling Nimble NMBObjCMatcher.swift
[165/249] Compiling Nimble NimbleEnvironment.swift
[166/249] Compiling Nimble NimbleXCTestHandler.swift
[167/249] Compiling Nimble BeginWith.swift
[168/249] Compiling Nimble BeginWithPrefix.swift
[169/249] Compiling Nimble Contain.swift
[170/249] Compiling Nimble ContainElementSatisfying.swift
[171/249] Compiling Nimble ElementsEqual.swift
[172/249] Compiling Nimble EndWith.swift
[173/249] Compiling Nimble Equal+Tuple.swift
[174/249] Compiling Nimble Equal.swift
[175/249] Compiling Nimble HaveCount.swift
[176/249] Compiling Nimble Match.swift
[177/249] Compiling Nimble MatchError.swift
[178/249] Compiling Nimble MatcherFunc.swift
[179/262] Compiling CXFoundation RunLoop.swift
[180/262] Compiling CXFoundation PropertyListEncoder.swift
[181/262] Compiling CXFoundation Publishers+KeyValueObserving.swift
[182/262] Compiling CXFoundation Timer.swift
[183/262] Emitting module CXFoundation
[184/262] Compiling CXFoundation JSONDecoder.swift
[185/262] Compiling CXFoundation JSONEncoder.swift
[186/263] Compiling CXFoundation OperationQueue.swift
[187/263] Compiling CXFoundation PropertyListDecoder.swift
[188/263] Compiling CXFoundation DispatchQueue.swift
[189/263] Compiling CXFoundation Polyfill.swift
[190/263] Compiling CXFoundation NSObject.swift
[191/263] Compiling CXFoundation NotificationCenter.swift
[192/263] Compiling CXFoundation URLSession.swift
[193/265] Compiling _CXShim @_exported.swift
[194/265] Emitting module _CXShim
[195/276] Compiling _CXTest VirtualTime.swift
[196/276] Compiling _CXTest Math.swift
[197/276] Compiling _CXTest CompletionExtensions.swift
[198/276] Compiling _CXTest GlobalCounter.swift
[199/276] Compiling _CXTest Locking.swift
[200/276] Compiling _CXTest BinaryHeap.swift
[201/276] Compiling _CXTest Const.swift
[202/276] Compiling _CXTest TransparentPublisher.swift
[203/277] Emitting module _CXTest
[204/277] Compiling _CXTest TracingSubscription.swift
[205/277] Compiling _CXTest TracingSubscriber.swift
[206/277] Compiling _CXTest VirtualTimeScheduler.swift
[219/280] Emitting module Nimble
[228/286] Compiling Quick String+C99ExtendedIdentifier.swift
[229/286] Compiling Quick URL+FileName.swift
[230/286] Compiling Quick World.swift
[274/286] Emitting module Quick
[281/286] Compiling Nimble ToSucceed.swift
[282/286] Compiling Nimble Await.swift
[283/286] Compiling Nimble DispatchTimeInterval.swift
[284/286] Compiling Nimble Errors.swift
[285/286] Compiling Nimble SourceLocation.swift
[286/286] Compiling Nimble Stringers.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[287/299] Compiling CXTestUtility TestError.swift
[288/299] Compiling CXTestUtility TestTimeline.swift
[289/299] Compiling CXTestUtility @_exported.swift
[290/299] Compiling CXTestUtility Common.swift
[291/299] Compiling CXTestUtility Sequence+scan.swift
[292/299] Compiling CXTestUtility Subject+send.swift
[293/299] Emitting module CXTestUtility
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CXTestUtility/Inconsistent/BranchExpectation.swift:6:30: error: 'Predicate' is ambiguous for type lookup in this context
    func toFail(_ predicate: Predicate<T>, description: String? = nil) {
                             ^~~~~~~~~
Foundation.Predicate:2:15: note: found this candidate
public struct Predicate<each Input> : Sendable {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
public struct Predicate<T> {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CXTestUtility/Inconsistent/BranchExpectation.swift:14:29: error: 'Predicate' is ambiguous for type lookup in this context
    func toFix(_ predicate: Predicate<T>, description: String? = nil) {
                            ^~~~~~~~~
Foundation.Predicate:2:15: note: found this candidate
public struct Predicate<each Input> : Sendable {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
public struct Predicate<T> {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CXTestUtility/Inconsistent/BranchExpectation.swift:22:45: error: 'Predicate' is ambiguous for type lookup in this context
    func toBranch(combine combinePredicate: Predicate<T>, cx cxPredicate: Predicate<T>, description: String? = nil) {
                                            ^~~~~~~~~
Foundation.Predicate:2:15: note: found this candidate
public struct Predicate<each Input> : Sendable {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
public struct Predicate<T> {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CXTestUtility/Inconsistent/BranchExpectation.swift:22:75: error: 'Predicate' is ambiguous for type lookup in this context
    func toBranch(combine combinePredicate: Predicate<T>, cx cxPredicate: Predicate<T>, description: String? = nil) {
                                                                          ^~~~~~~~~
Foundation.Predicate:2:15: note: found this candidate
public struct Predicate<each Input> : Sendable {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
public struct Predicate<T> {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CXTestUtility/Inconsistent/VersioningExpectation.swift:8:26: error: 'Predicate' is ambiguous for type lookup in this context
    func to(_ predicate: Predicate<T>, minimalVersion: XcodeVersion, description: String? = nil) {
                         ^~~~~~~~~
Foundation.Predicate:2:15: note: found this candidate
public struct Predicate<each Input> : Sendable {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
public struct Predicate<T> {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CXTestUtility/Inconsistent/VersioningExpectation.swift:12:52: error: 'Predicate' is ambiguous for type lookup in this context
    func toVersioning(_ predicates: [XcodeVersion: Predicate<T>], description: String? = nil) {
                                                   ^~~~~~~~~
Foundation.Predicate:2:15: note: found this candidate
public struct Predicate<each Input> : Sendable {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
public struct Predicate<T> {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CXTestUtility/Predicate.swift:4:56: error: 'Predicate' is ambiguous for type lookup in this context
public func beAllEqual<S: Sequence, T: Equatable>() -> Predicate<S>
                                                       ^~~~~~~~~
Foundation.Predicate:2:15: note: found this candidate
public struct Predicate<each Input> : Sendable {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
public struct Predicate<T> {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CXTestUtility/Predicate.swift:22:30: error: 'Predicate' is ambiguous for type lookup in this context
public func beNotNil<T>() -> Predicate<T> {
                             ^~~~~~~~~
Foundation.Predicate:2:15: note: found this candidate
public struct Predicate<each Input> : Sendable {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
public struct Predicate<T> {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CXTestUtility/Predicate.swift:29:51: error: 'Predicate' is ambiguous for type lookup in this context
public func beNotIdenticalTo(_ expected: Any?) -> Predicate<Any> {
                                                  ^~~~~~~~~
Foundation.Predicate:2:15: note: found this candidate
public struct Predicate<each Input> : Sendable {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
public struct Predicate<T> {
              ^
[294/299] Compiling CXTestUtility DispatchQueue+extensions.swift
[295/299] Compiling CXTestUtility Int+loop.swift
[296/299] Compiling CXTestUtility VersioningExpectation.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CXTestUtility/Inconsistent/VersioningExpectation.swift:8:26: error: 'Predicate' is ambiguous for type lookup in this context
    func to(_ predicate: Predicate<T>, minimalVersion: XcodeVersion, description: String? = nil) {
                         ^~~~~~~~~
Foundation.Predicate:2:15: note: found this candidate
public struct Predicate<each Input> : Sendable {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
public struct Predicate<T> {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CXTestUtility/Inconsistent/VersioningExpectation.swift:12:52: error: 'Predicate' is ambiguous for type lookup in this context
    func toVersioning(_ predicates: [XcodeVersion: Predicate<T>], description: String? = nil) {
                                                   ^~~~~~~~~
Foundation.Predicate:2:15: note: found this candidate
public struct Predicate<each Input> : Sendable {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
public struct Predicate<T> {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CXTestUtility/Predicate.swift:4:56: error: 'Predicate' is ambiguous for type lookup in this context
public func beAllEqual<S: Sequence, T: Equatable>() -> Predicate<S>
                                                       ^~~~~~~~~
Foundation.Predicate:2:15: note: found this candidate
public struct Predicate<each Input> : Sendable {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
public struct Predicate<T> {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CXTestUtility/Predicate.swift:22:30: error: 'Predicate' is ambiguous for type lookup in this context
public func beNotNil<T>() -> Predicate<T> {
                             ^~~~~~~~~
Foundation.Predicate:2:15: note: found this candidate
public struct Predicate<each Input> : Sendable {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
public struct Predicate<T> {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CXTestUtility/Predicate.swift:29:51: error: 'Predicate' is ambiguous for type lookup in this context
public func beNotIdenticalTo(_ expected: Any?) -> Predicate<Any> {
                                                  ^~~~~~~~~
Foundation.Predicate:2:15: note: found this candidate
public struct Predicate<each Input> : Sendable {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
public struct Predicate<T> {
              ^
[297/299] Compiling CXTestUtility Predicate.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CXTestUtility/Inconsistent/VersioningExpectation.swift:8:26: error: 'Predicate' is ambiguous for type lookup in this context
    func to(_ predicate: Predicate<T>, minimalVersion: XcodeVersion, description: String? = nil) {
                         ^~~~~~~~~
Foundation.Predicate:2:15: note: found this candidate
public struct Predicate<each Input> : Sendable {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
public struct Predicate<T> {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CXTestUtility/Inconsistent/VersioningExpectation.swift:12:52: error: 'Predicate' is ambiguous for type lookup in this context
    func toVersioning(_ predicates: [XcodeVersion: Predicate<T>], description: String? = nil) {
                                                   ^~~~~~~~~
Foundation.Predicate:2:15: note: found this candidate
public struct Predicate<each Input> : Sendable {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
public struct Predicate<T> {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CXTestUtility/Predicate.swift:4:56: error: 'Predicate' is ambiguous for type lookup in this context
public func beAllEqual<S: Sequence, T: Equatable>() -> Predicate<S>
                                                       ^~~~~~~~~
Foundation.Predicate:2:15: note: found this candidate
public struct Predicate<each Input> : Sendable {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
public struct Predicate<T> {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CXTestUtility/Predicate.swift:22:30: error: 'Predicate' is ambiguous for type lookup in this context
public func beNotNil<T>() -> Predicate<T> {
                             ^~~~~~~~~
Foundation.Predicate:2:15: note: found this candidate
public struct Predicate<each Input> : Sendable {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
public struct Predicate<T> {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CXTestUtility/Predicate.swift:29:51: error: 'Predicate' is ambiguous for type lookup in this context
public func beNotIdenticalTo(_ expected: Any?) -> Predicate<Any> {
                                                  ^~~~~~~~~
Foundation.Predicate:2:15: note: found this candidate
public struct Predicate<each Input> : Sendable {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
public struct Predicate<T> {
              ^
[298/299] Compiling CXTestUtility TracingSubscriber+extensions.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CXTestUtility/Inconsistent/BranchExpectation.swift:6:30: error: 'Predicate' is ambiguous for type lookup in this context
    func toFail(_ predicate: Predicate<T>, description: String? = nil) {
                             ^~~~~~~~~
Foundation.Predicate:2:15: note: found this candidate
public struct Predicate<each Input> : Sendable {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
public struct Predicate<T> {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CXTestUtility/Inconsistent/BranchExpectation.swift:14:29: error: 'Predicate' is ambiguous for type lookup in this context
    func toFix(_ predicate: Predicate<T>, description: String? = nil) {
                            ^~~~~~~~~
Foundation.Predicate:2:15: note: found this candidate
public struct Predicate<each Input> : Sendable {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
public struct Predicate<T> {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CXTestUtility/Inconsistent/BranchExpectation.swift:22:45: error: 'Predicate' is ambiguous for type lookup in this context
    func toBranch(combine combinePredicate: Predicate<T>, cx cxPredicate: Predicate<T>, description: String? = nil) {
                                            ^~~~~~~~~
Foundation.Predicate:2:15: note: found this candidate
public struct Predicate<each Input> : Sendable {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
public struct Predicate<T> {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CXTestUtility/Inconsistent/BranchExpectation.swift:22:75: error: 'Predicate' is ambiguous for type lookup in this context
    func toBranch(combine combinePredicate: Predicate<T>, cx cxPredicate: Predicate<T>, description: String? = nil) {
                                                                          ^~~~~~~~~
Foundation.Predicate:2:15: note: found this candidate
public struct Predicate<each Input> : Sendable {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
public struct Predicate<T> {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CXTestUtility/Inconsistent/VersioningExpectation.swift:8:26: error: 'Predicate' is ambiguous for type lookup in this context
    func to(_ predicate: Predicate<T>, minimalVersion: XcodeVersion, description: String? = nil) {
                         ^~~~~~~~~
Foundation.Predicate:2:15: note: found this candidate
public struct Predicate<each Input> : Sendable {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
public struct Predicate<T> {
              ^
[299/299] Compiling CXTestUtility BranchExpectation.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CXTestUtility/Inconsistent/BranchExpectation.swift:6:30: error: 'Predicate' is ambiguous for type lookup in this context
    func toFail(_ predicate: Predicate<T>, description: String? = nil) {
                             ^~~~~~~~~
Foundation.Predicate:2:15: note: found this candidate
public struct Predicate<each Input> : Sendable {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
public struct Predicate<T> {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CXTestUtility/Inconsistent/BranchExpectation.swift:14:29: error: 'Predicate' is ambiguous for type lookup in this context
    func toFix(_ predicate: Predicate<T>, description: String? = nil) {
                            ^~~~~~~~~
Foundation.Predicate:2:15: note: found this candidate
public struct Predicate<each Input> : Sendable {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
public struct Predicate<T> {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CXTestUtility/Inconsistent/BranchExpectation.swift:22:45: error: 'Predicate' is ambiguous for type lookup in this context
    func toBranch(combine combinePredicate: Predicate<T>, cx cxPredicate: Predicate<T>, description: String? = nil) {
                                            ^~~~~~~~~
Foundation.Predicate:2:15: note: found this candidate
public struct Predicate<each Input> : Sendable {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
public struct Predicate<T> {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CXTestUtility/Inconsistent/BranchExpectation.swift:22:75: error: 'Predicate' is ambiguous for type lookup in this context
    func toBranch(combine combinePredicate: Predicate<T>, cx cxPredicate: Predicate<T>, description: String? = nil) {
                                                                          ^~~~~~~~~
Foundation.Predicate:2:15: note: found this candidate
public struct Predicate<each Input> : Sendable {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
public struct Predicate<T> {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CXTestUtility/Inconsistent/VersioningExpectation.swift:8:26: error: 'Predicate' is ambiguous for type lookup in this context
    func to(_ predicate: Predicate<T>, minimalVersion: XcodeVersion, description: String? = nil) {
                         ^~~~~~~~~
Foundation.Predicate:2:15: note: found this candidate
public struct Predicate<each Input> : Sendable {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
public struct Predicate<T> {
              ^
[300/300] Compiling CXTestUtility TracingSubject.swift
error: fatalError
Fetching https://github.com/Quick/Quick.git from cache
Fetching https://github.com/ddddxxx/Semver.git from cache
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git from cache
Fetching https://github.com/Quick/Nimble.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/mattgallagher/CwlCatchException.git from cache
Fetched https://github.com/ddddxxx/Semver.git from cache (0.24s)
Fetched https://github.com/Quick/Quick.git from cache (0.24s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.24s)
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.24s)
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.25s)
Fetched https://github.com/Quick/Nimble.git from cache (0.25s)
Computing version for https://github.com/ddddxxx/Semver.git
Computed https://github.com/ddddxxx/Semver.git at 0.2.1 (0.75s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 9.2.0 (0.57s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 3.1.2 (0.07s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 0.0.3 (0.51s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.0.0 (0.03s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.1.0 (0.04s)
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.1.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 0.0.3
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 3.1.2
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.0.0
warning: /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/Nimble-80770dfe is not valid git repository for 'https://github.com/Quick/Nimble.git', will fetch again.
Fetching https://github.com/Quick/Nimble.git from cache
Fetched https://github.com/Quick/Nimble.git from cache (0.01s)
warning: /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/Nimble-80770dfe is not valid git repository for 'https://github.com/Quick/Nimble.git', will fetch again.
Fetching https://github.com/Quick/Nimble.git from cache
Fetched https://github.com/Quick/Nimble.git from cache (0.01s)
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 9.2.0
Creating working copy for https://github.com/ddddxxx/Semver.git
Working copy of https://github.com/ddddxxx/Semver.git resolved at 0.2.1
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version--423B1241ED78D482.txt
[2/6] Compiling CXTestUtility VersioningExpectation.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CXTestUtility/Inconsistent/VersioningExpectation.swift:8:26: error: 'Predicate' is ambiguous for type lookup in this context
    func to(_ predicate: Predicate<T>, minimalVersion: XcodeVersion, description: String? = nil) {
                         ^~~~~~~~~
Foundation.Predicate:2:15: note: found this candidate
public struct Predicate<each Input> : Sendable {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
public struct Predicate<T> {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CXTestUtility/Inconsistent/VersioningExpectation.swift:12:52: error: 'Predicate' is ambiguous for type lookup in this context
    func toVersioning(_ predicates: [XcodeVersion: Predicate<T>], description: String? = nil) {
                                                   ^~~~~~~~~
Foundation.Predicate:2:15: note: found this candidate
public struct Predicate<each Input> : Sendable {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
public struct Predicate<T> {
              ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/6] Compiling CXTestUtility TracingSubscriber+extensions.swift
[4/6] Emitting module CXTestUtility
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CXTestUtility/Inconsistent/BranchExpectation.swift:6:30: error: 'Predicate' is ambiguous for type lookup in this context
    func toFail(_ predicate: Predicate<T>, description: String? = nil) {
                             ^~~~~~~~~
Foundation.Predicate:2:15: note: found this candidate
public struct Predicate<each Input> : Sendable {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
public struct Predicate<T> {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CXTestUtility/Inconsistent/BranchExpectation.swift:14:29: error: 'Predicate' is ambiguous for type lookup in this context
    func toFix(_ predicate: Predicate<T>, description: String? = nil) {
                            ^~~~~~~~~
Foundation.Predicate:2:15: note: found this candidate
public struct Predicate<each Input> : Sendable {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
public struct Predicate<T> {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CXTestUtility/Inconsistent/BranchExpectation.swift:22:45: error: 'Predicate' is ambiguous for type lookup in this context
    func toBranch(combine combinePredicate: Predicate<T>, cx cxPredicate: Predicate<T>, description: String? = nil) {
                                            ^~~~~~~~~
Foundation.Predicate:2:15: note: found this candidate
public struct Predicate<each Input> : Sendable {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
public struct Predicate<T> {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CXTestUtility/Inconsistent/BranchExpectation.swift:22:75: error: 'Predicate' is ambiguous for type lookup in this context
    func toBranch(combine combinePredicate: Predicate<T>, cx cxPredicate: Predicate<T>, description: String? = nil) {
                                                                          ^~~~~~~~~
Foundation.Predicate:2:15: note: found this candidate
public struct Predicate<each Input> : Sendable {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
public struct Predicate<T> {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CXTestUtility/Inconsistent/VersioningExpectation.swift:8:26: error: 'Predicate' is ambiguous for type lookup in this context
    func to(_ predicate: Predicate<T>, minimalVersion: XcodeVersion, description: String? = nil) {
                         ^~~~~~~~~
Foundation.Predicate:2:15: note: found this candidate
public struct Predicate<each Input> : Sendable {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
public struct Predicate<T> {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CXTestUtility/Inconsistent/VersioningExpectation.swift:12:52: error: 'Predicate' is ambiguous for type lookup in this context
    func toVersioning(_ predicates: [XcodeVersion: Predicate<T>], description: String? = nil) {
                                                   ^~~~~~~~~
Foundation.Predicate:2:15: note: found this candidate
public struct Predicate<each Input> : Sendable {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
public struct Predicate<T> {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CXTestUtility/Predicate.swift:4:56: error: 'Predicate' is ambiguous for type lookup in this context
public func beAllEqual<S: Sequence, T: Equatable>() -> Predicate<S>
                                                       ^~~~~~~~~
Foundation.Predicate:2:15: note: found this candidate
public struct Predicate<each Input> : Sendable {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
public struct Predicate<T> {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CXTestUtility/Predicate.swift:22:30: error: 'Predicate' is ambiguous for type lookup in this context
public func beNotNil<T>() -> Predicate<T> {
                             ^~~~~~~~~
Foundation.Predicate:2:15: note: found this candidate
public struct Predicate<each Input> : Sendable {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
public struct Predicate<T> {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CXTestUtility/Predicate.swift:29:51: error: 'Predicate' is ambiguous for type lookup in this context
public func beNotIdenticalTo(_ expected: Any?) -> Predicate<Any> {
                                                  ^~~~~~~~~
Foundation.Predicate:2:15: note: found this candidate
public struct Predicate<each Input> : Sendable {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
public struct Predicate<T> {
              ^
[5/6] Compiling CXTestUtility Predicate.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CXTestUtility/Predicate.swift:4:56: error: 'Predicate' is ambiguous for type lookup in this context
public func beAllEqual<S: Sequence, T: Equatable>() -> Predicate<S>
                                                       ^~~~~~~~~
Foundation.Predicate:2:15: note: found this candidate
public struct Predicate<each Input> : Sendable {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
public struct Predicate<T> {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CXTestUtility/Predicate.swift:22:30: error: 'Predicate' is ambiguous for type lookup in this context
public func beNotNil<T>() -> Predicate<T> {
                             ^~~~~~~~~
Foundation.Predicate:2:15: note: found this candidate
public struct Predicate<each Input> : Sendable {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
public struct Predicate<T> {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CXTestUtility/Predicate.swift:29:51: error: 'Predicate' is ambiguous for type lookup in this context
public func beNotIdenticalTo(_ expected: Any?) -> Predicate<Any> {
                                                  ^~~~~~~~~
Foundation.Predicate:2:15: note: found this candidate
public struct Predicate<each Input> : Sendable {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
public struct Predicate<T> {
              ^
[6/6] Compiling CXTestUtility BranchExpectation.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CXTestUtility/Inconsistent/BranchExpectation.swift:6:30: error: 'Predicate' is ambiguous for type lookup in this context
    func toFail(_ predicate: Predicate<T>, description: String? = nil) {
                             ^~~~~~~~~
Foundation.Predicate:2:15: note: found this candidate
public struct Predicate<each Input> : Sendable {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
public struct Predicate<T> {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CXTestUtility/Inconsistent/BranchExpectation.swift:14:29: error: 'Predicate' is ambiguous for type lookup in this context
    func toFix(_ predicate: Predicate<T>, description: String? = nil) {
                            ^~~~~~~~~
Foundation.Predicate:2:15: note: found this candidate
public struct Predicate<each Input> : Sendable {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
public struct Predicate<T> {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CXTestUtility/Inconsistent/BranchExpectation.swift:22:45: error: 'Predicate' is ambiguous for type lookup in this context
    func toBranch(combine combinePredicate: Predicate<T>, cx cxPredicate: Predicate<T>, description: String? = nil) {
                                            ^~~~~~~~~
Foundation.Predicate:2:15: note: found this candidate
public struct Predicate<each Input> : Sendable {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
public struct Predicate<T> {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CXTestUtility/Inconsistent/BranchExpectation.swift:22:75: error: 'Predicate' is ambiguous for type lookup in this context
    func toBranch(combine combinePredicate: Predicate<T>, cx cxPredicate: Predicate<T>, description: String? = nil) {
                                                                          ^~~~~~~~~
Foundation.Predicate:2:15: note: found this candidate
public struct Predicate<each Input> : Sendable {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
public struct Predicate<T> {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CXTestUtility/Inconsistent/VersioningExpectation.swift:8:26: error: 'Predicate' is ambiguous for type lookup in this context
    func to(_ predicate: Predicate<T>, minimalVersion: XcodeVersion, description: String? = nil) {
                         ^~~~~~~~~
Foundation.Predicate:2:15: note: found this candidate
public struct Predicate<each Input> : Sendable {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
public struct Predicate<T> {
              ^
[7/12] Compiling CXTestUtility Subject+send.swift
[8/12] Compiling CXTestUtility DispatchQueue+extensions.swift
[9/12] Compiling CXTestUtility TestError.swift
[10/12] Compiling CXTestUtility Int+loop.swift
[11/12] Compiling CXTestUtility TestTimeline.swift
[12/12] Compiling CXTestUtility TracingSubject.swift
error: fatalError
BUILD FAILURE 5.10 macosSpm

Build Machine: Mac 7