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: master
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/cx-org/CombineX
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 299bc0f fix swift 5.4 on linux
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/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/CXShim'...
Cloning into '/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/CXTest'...
Cloned https://github.com/cx-org/CombineX.git
Revision (git rev-parse @):
299bc0f8861f7aa6708780457aeeafab1c51eaa7
SUCCESS checkout https://github.com/cx-org/CombineX.git at master
========================================
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 Const.swift
[18/46] Compiling CXUtility Locking.swift
[19/46] Compiling CXUtility LockedAtomic.swift
[20/46] Emitting module CXUtility
[21/46] Compiling CXUtility Math.swift
[22/46] Compiling Atomics HighLevelTypes.swift
[23/46] Compiling Atomics AtomicStrongReference.swift
[24/46] Compiling Atomics AtomicValue.swift
[25/47] Compiling Atomics PointerConformances.swift
[25/47] Compiling CwlMachBadInstructionHandler CwlMachBadInstructionHandler.m
[26/47] Compiling CwlCatchExceptionSupport CwlCatchException.m
[28/47] Emitting module Atomics
[29/49] Emitting module _CXCompatible
/Users/builder/builds/UKfvDsi8u/0/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/0/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/0/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/0/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/0/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 {}
^
[30/49] Compiling _CXCompatible Swift.swift
[31/49] Compiling Atomics AtomicOptional.swift
[32/49] Compiling Atomics AtomicRawRepresentable.swift
[33/49] Compiling Atomics AtomicLazyReference.swift
[34/49] Compiling Atomics IntegerConformances.swift
[35/49] Compiling Atomics AtomicInteger.swift
[36/49] Compiling Atomics AtomicMemoryOrderings.swift
[37/49] Compiling Atomics DoubleWord.swift
[38/49] Compiling Atomics AtomicBool.swift
[39/49] Compiling _CXCompatible CXNamespace.swift
[40/49] Compiling _CXCompatible Dispatch.swift
[41/49] Compiling _CXCompatible FlatMap.swift
[42/159] Compiling _CXCompatible Optional.swift
[43/159] Compiling _CXCompatible SwitchToLatest.swift
[44/159] Compiling _CXCompatible Foundation.swift
/Users/builder/builds/UKfvDsi8u/0/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/0/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/0/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/0/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/0/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 {}
^
[45/159] Compiling CwlCatchException CwlCatchException.swift
[46/159] Emitting module CwlCatchException
[47/163] Compiling CwlPreconditionTesting CwlBadInstructionException.swift
[48/163] Compiling CwlPreconditionTesting CwlCatchBadInstruction.swift
[49/163] Compiling CwlPreconditionTesting CwlDarwinDefinitions.swift
[50/163] Emitting module CwlPreconditionTesting
[51/163] Emitting module Semver
[52/163] Compiling Semver Semver.swift
[52/212] Compiling QuickObjCRuntime QuickSpecBase.m
[54/234] Compiling Quick QuickConfiguration.swift
/Users/builder/builds/UKfvDsi8u/0/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
                     ^
[55/234] Compiling Quick DSL.swift
/Users/builder/builds/UKfvDsi8u/0/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
                     ^
[56/234] Compiling Quick World+DSL.swift
/Users/builder/builds/UKfvDsi8u/0/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
                     ^
[57/234] Compiling Quick ExampleMetadata.swift
/Users/builder/builds/UKfvDsi8u/0/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
                     ^
[58/234] Compiling Quick Filter.swift
/Users/builder/builds/UKfvDsi8u/0/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
                     ^
[59/234] Compiling Quick Closures.swift
/Users/builder/builds/UKfvDsi8u/0/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
                     ^
[60/234] Compiling Quick QuickSpec.swift
/Users/builder/builds/UKfvDsi8u/0/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
                     ^
[61/234] Compiling Quick QuickTestObservation.swift
/Users/builder/builds/UKfvDsi8u/0/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
                     ^
[62/234] Compiling Quick QuickTestSuite.swift
/Users/builder/builds/UKfvDsi8u/0/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
                     ^
[63/234] Compiling Quick ErrorUtility.swift
/Users/builder/builds/UKfvDsi8u/0/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
                     ^
[64/234] Compiling Quick Example.swift
/Users/builder/builds/UKfvDsi8u/0/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
                     ^
[65/234] Compiling Quick ExampleGroup.swift
/Users/builder/builds/UKfvDsi8u/0/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
                     ^
[66/234] Compiling Quick Behavior.swift
/Users/builder/builds/UKfvDsi8u/0/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
                     ^
[67/234] Compiling Quick Callsite.swift
/Users/builder/builds/UKfvDsi8u/0/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
                     ^
[68/234] Compiling Quick Configuration.swift
/Users/builder/builds/UKfvDsi8u/0/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
                     ^
[69/234] Compiling Quick ExampleHooks.swift
/Users/builder/builds/UKfvDsi8u/0/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
                     ^
[70/249] Compiling CombineX OptionalProtocol.swift
[71/249] Compiling CombineX PeekableIterator.swift
[72/249] Compiling CombineX RelayState.swift
[73/249] Compiling CombineX Runtime.swift
[74/249] Compiling CombineX WeakHashBox.swift
[75/249] Compiling CombineX ObservableObject.swift
[76/249] Compiling CombineX Published.swift
[77/249] Compiling CombineX Publisher.swift
[78/249] Compiling CombineX CollectByCount.swift
[79/249] Compiling CombineX AllSatisfy.swift
[80/249] Compiling CombineX AssertNoFailure.swift
[81/249] Compiling CombineX Catch.swift
[82/249] Compiling CombineX Collect.swift
[83/249] Compiling CombineX CombineLatest+.swift
[84/249] Compiling CombineX CompactMap.swift
[85/249] Compiling CombineX Comparison.swift
[86/249] Compiling CombineX Contains.swift
[87/249] Compiling CombineX ContainsWhere.swift
[88/249] Compiling CombineX Count.swift
[89/249] Compiling CombineX Decode.swift
[90/249] Compiling CombineX Drop.swift
[91/249] Compiling CombineX DropWhile.swift
[92/249] Compiling CombineX Encode.swift
[93/249] Compiling CombineX Filter.swift
[94/249] Compiling CombineX First.swift
[95/249] Compiling CombineX FirstWhere.swift
[96/249] Compiling CombineX IgnoreOutput.swift
[97/249] Compiling CombineX Last.swift
[98/249] Compiling CombineX LastWhere.swift
[99/249] Compiling CombineX Map.swift
[100/249] Compiling CombineX MapKeyPath.swift
[101/249] Compiling CombineX Merge+.swift
[102/249] Emitting module CombineX
/Users/builder/builds/UKfvDsi8u/0/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/0/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 {
                               ^
[103/249] Compiling CombineX ReplaceEmpty.swift
/Users/builder/builds/UKfvDsi8u/0/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 {
                               ^
[104/249] Compiling CombineX ReplaceError.swift
/Users/builder/builds/UKfvDsi8u/0/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 {
                               ^
[105/249] Compiling CombineX Result.Publisher.swift
/Users/builder/builds/UKfvDsi8u/0/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 {
                               ^
[106/249] Compiling CombineX Sequence.swift
/Users/builder/builds/UKfvDsi8u/0/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 {
                               ^
[107/249] Compiling CombineX SetFailureType.swift
/Users/builder/builds/UKfvDsi8u/0/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 {
                               ^
[108/249] Compiling CombineX SubscribeOn.swift
/Users/builder/builds/UKfvDsi8u/0/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 {
                               ^
[109/249] Compiling CombineX TryAllSatisfy.swift
/Users/builder/builds/UKfvDsi8u/0/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 {
                               ^
[110/249] Compiling CombineX TryCatch.swift
/Users/builder/builds/UKfvDsi8u/0/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 {
                               ^
[111/249] Compiling CombineX TryCombineLatest.swift
/Users/builder/builds/UKfvDsi8u/0/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 {
                               ^
[112/249] Compiling CombineX TryCompactMap.swift
/Users/builder/builds/UKfvDsi8u/0/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 {
                               ^
[113/249] Compiling CombineX TryDropWhile.swift
/Users/builder/builds/UKfvDsi8u/0/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 {
                               ^
[114/249] Compiling CombineX TryPrefixWhile.swift
/Users/builder/builds/UKfvDsi8u/0/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 {
                               ^
[115/249] Compiling CombineX TryReduce.swift
/Users/builder/builds/UKfvDsi8u/0/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 {
                               ^
[116/249] Compiling CombineX TryRemoveDuplicates.swift
/Users/builder/builds/UKfvDsi8u/0/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 {
                               ^
[117/249] Compiling CombineX TryScan.swift
/Users/builder/builds/UKfvDsi8u/0/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 {
                               ^
[118/249] Compiling CombineX Scheduler.swift
[119/249] Compiling CombineX SchedulerTimeIntervalConvertible.swift
[120/249] Compiling CombineX ImmediateScheduler.swift
[121/249] Compiling CombineX Subject.swift
[122/249] Compiling CombineX CurrentValueSubject.swift
[123/249] Compiling CombineX PassthroughSubject.swift
[124/249] Compiling CombineX Subscriber.swift
[125/249] Compiling CombineX Assign.swift
[126/249] Compiling CombineX Completion.swift
[127/249] Compiling CombineX Demand.swift
[128/249] Compiling CombineX Sink.swift
[129/249] Compiling CombineX Subscribers.swift
[130/249] Compiling CombineX Subscription.swift
[131/249] Compiling CombineX EmptySubscription.swift
[132/249] Compiling CombineX Subscriptions.swift
[133/249] Compiling Nimble ElementsEqual.swift
[134/249] Compiling Nimble EndWith.swift
[135/249] Compiling Nimble Equal+Tuple.swift
[136/249] Compiling Nimble Predicate.swift
[137/249] Compiling Nimble RaisesException.swift
[138/249] Compiling Nimble SatisfyAllOf.swift
[139/249] Compiling Nimble SatisfyAnyOf.swift
[140/249] Compiling Nimble ThrowAssertion.swift
[141/249] Compiling Nimble ThrowError.swift
[142/249] Compiling Nimble BeGreaterThanOrEqualTo.swift
[143/249] Compiling Nimble BeIdenticalTo.swift
[144/249] Compiling Nimble BeLessThan.swift
[145/249] Compiling Nimble BeLessThanOrEqual.swift
[146/249] Compiling Nimble BeLogical.swift
[147/249] Compiling Nimble BeNil.swift
[148/249] Compiling Quick HooksPhase.swift
[149/249] Compiling Quick SuiteHooks.swift
[150/249] Compiling Quick NSBundle+CurrentTestBundle.swift
[151/249] Compiling Quick QuickMain.swift
[152/249] Compiling Quick QuickSelectedTestSuiteBuilder.swift
[153/249] Compiling Nimble Equal.swift
[154/249] Compiling Nimble HaveCount.swift
[155/249] Compiling Nimble Match.swift
[156/249] Compiling Nimble MatchError.swift
[157/249] Compiling Nimble MatcherFunc.swift
[158/249] Compiling Nimble MatcherProtocols.swift
[159/249] Compiling Nimble PostNotification.swift
[160/249] Compiling Nimble BeginWith.swift
[161/249] Compiling Nimble BeginWithPrefix.swift
[162/249] Compiling Nimble Contain.swift
[163/249] Compiling Nimble ContainElementSatisfying.swift
[164/249] Compiling Nimble BeVoid.swift
[165/249] Compiling CombineX Empty.swift
[166/249] Compiling CombineX Fail.swift
[167/249] Compiling CombineX FlatMap.swift
[168/249] Compiling CombineX Just.swift
[169/249] Compiling CombineX MapError.swift
[170/249] Compiling CombineX MeasureInterval.swift
[171/249] Compiling CombineX Merge.swift
[172/249] Compiling CombineX Optional.Publisher.swift
[173/249] Compiling CombineX Output.swift
[174/249] Compiling CombineX PrefixUntilOutput.swift
[175/249] Compiling CombineX Print.swift
[176/249] Compiling CombineX Publishers.swift
[177/249] Compiling CombineX ReceiveOn.swift
[178/249] Compiling CombineX Record.swift
[179/262] Compiling CXFoundation RunLoop.swift
[180/262] Compiling CXFoundation OperationQueue.swift
[181/262] Compiling CXFoundation PropertyListDecoder.swift
[182/263] Compiling CXFoundation PropertyListEncoder.swift
[183/263] Compiling CXFoundation Publishers+KeyValueObserving.swift
[184/263] Emitting module CXFoundation
[185/263] Compiling CXFoundation NSObject.swift
[186/263] Compiling CXFoundation NotificationCenter.swift
[187/263] Compiling CXFoundation Timer.swift
[188/263] Compiling CXFoundation JSONDecoder.swift
[189/263] Compiling CXFoundation JSONEncoder.swift
[190/263] Compiling CXFoundation DispatchQueue.swift
[191/263] Compiling CXFoundation Polyfill.swift
[192/263] Compiling CXFoundation URLSession.swift
[193/265] Emitting module _CXShim
[194/265] Compiling _CXShim @_exported.swift
[195/276] Compiling _CXTest TracingSubscription.swift
[196/277] Compiling _CXTest TransparentPublisher.swift
[197/277] Emitting module _CXTest
[198/277] Compiling _CXTest GlobalCounter.swift
[199/277] Compiling _CXTest Locking.swift
[200/277] Compiling _CXTest VirtualTime.swift
[201/277] Compiling _CXTest BinaryHeap.swift
[202/277] Compiling _CXTest Const.swift
[203/277] Compiling _CXTest TracingSubscriber.swift
[204/277] Compiling _CXTest Math.swift
[205/277] Compiling _CXTest CompletionExtensions.swift
[206/277] Compiling _CXTest VirtualTimeScheduler.swift
[210/280] Emitting module Nimble
[250/286] Compiling Quick String+C99ExtendedIdentifier.swift
[251/286] Compiling Quick URL+FileName.swift
[252/286] Compiling Quick World.swift
[277/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
[287/299] Compiling CXTestUtility TestTimeline.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[288/300] Compiling CXTestUtility TestError.swift
[289/300] Compiling CXTestUtility Sequence+scan.swift
[290/300] Compiling CXTestUtility Subject+send.swift
[291/300] Compiling CXTestUtility @_exported.swift
[292/300] Compiling CXTestUtility Common.swift
[293/300] Compiling CXTestUtility DispatchQueue+extensions.swift
[294/300] Compiling CXTestUtility Int+loop.swift
[295/300] Emitting module CXTestUtility
/Users/builder/builds/UKfvDsi8u/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
public struct Predicate<T> {
              ^
[296/300] Compiling CXTestUtility TracingSubscriber+extensions.swift
/Users/builder/builds/UKfvDsi8u/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/300] Compiling CXTestUtility BranchExpectation.swift
/Users/builder/builds/UKfvDsi8u/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/300] Compiling CXTestUtility VersioningExpectation.swift
/Users/builder/builds/UKfvDsi8u/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/300] Compiling CXTestUtility Predicate.swift
/Users/builder/builds/UKfvDsi8u/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/mattgallagher/CwlCatchException.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/Quick/Quick.git from cache
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git from cache
Fetching https://github.com/ddddxxx/Semver.git
[1/398] Fetching semver
Fetched https://github.com/Quick/Quick.git from cache (0.23s)
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.23s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.23s)
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.24s)
Fetched https://github.com/ddddxxx/Semver.git from cache (0.23s)
Fetched https://github.com/Quick/Nimble.git from cache (0.24s)
Computing version for https://github.com/ddddxxx/Semver.git
Computed https://github.com/ddddxxx/Semver.git at 0.2.1 (0.41s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 9.2.0 (0.42s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 3.1.2 (0.44s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 0.0.3 (0.06s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.0.0 (0.10s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.1.0 (0.08s)
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/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 3.1.2
Creating working copy for https://github.com/ddddxxx/Semver.git
Working copy of https://github.com/ddddxxx/Semver.git resolved at 0.2.1
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/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.0.0
warning: /Users/builder/builds/UKfvDsi8u/0/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/0/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
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version--423B1241ED78D482.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/6] Emitting module CXTestUtility
/Users/builder/builds/UKfvDsi8u/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
public struct Predicate<T> {
              ^
[3/6] Compiling CXTestUtility TracingSubscriber+extensions.swift
[4/6] Compiling CXTestUtility VersioningExpectation.swift
/Users/builder/builds/UKfvDsi8u/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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 TestTimeline.swift
[8/12] Compiling CXTestUtility TestError.swift
[9/12] Compiling CXTestUtility Int+loop.swift
[10/12] Compiling CXTestUtility DispatchQueue+extensions.swift
[11/12] Compiling CXTestUtility Subject+send.swift
[12/12] Compiling CXTestUtility TracingSubject.swift
error: fatalError
BUILD FAILURE 5.10 macosSpm

Build Machine: Mac 7