Build Information
Failed to build CombineX, reference master (299bc0
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 01:02:44 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cx-org/CombineX.git
Reference: master
Initialized empty Git repository in /Users/admin/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/admin/builder/spi-builder-workspace/CXShim'...
Cloning into '/Users/admin/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: 6.2
Building package at path: $PWD
https://github.com/cx-org/CombineX.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/19] Write sources
[13/19] Write swift-version-1EA4D86E10B52AF.txt
[14/34] Compiling _AtomicsShims.c
[15/46] Compiling CwlMachBadInstructionHandler mach_excServer.c
[17/46] Compiling Atomics AtomicOptional.swift
[18/46] Compiling Atomics AtomicRawRepresentable.swift
[19/47] Compiling CXUtility Math.swift
[20/47] Compiling CXUtility LockedAtomic.swift
[21/47] Compiling CXUtility Const.swift
[22/47] Compiling Atomics DoubleWord.swift
[23/47] Compiling Atomics PointerConformances.swift
[24/47] Compiling Atomics AtomicInteger.swift
[25/47] Compiling Atomics AtomicMemoryOrderings.swift
[26/47] Compiling CXUtility Locking.swift
[27/47] Emitting module CXUtility
[28/47] Emitting module Atomics
[29/47] Compiling Atomics AtomicLazyReference.swift
[30/47] Compiling Atomics AtomicStrongReference.swift
[31/47] Compiling Atomics AtomicBool.swift
[32/47] Compiling Atomics HighLevelTypes.swift
[33/47] Compiling Atomics AtomicValue.swift
[34/47] Compiling Atomics IntegerConformances.swift
[34/47] Compiling CwlCatchExceptionSupport CwlCatchException.m
[35/60] Compiling CwlMachBadInstructionHandler CwlMachBadInstructionHandler.m
[37/162] Compiling _CXCompatible Swift.swift
[38/162] Compiling _CXCompatible SwitchToLatest.swift
[39/162] Compiling _CXCompatible Optional.swift
[40/162] Compiling _CXCompatible FlatMap.swift
[41/162] Compiling CombineX AnyCancellable.swift
/Users/admin/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
1 | #if CX_LOCK_FREE_ATOMIC
2 | @_implementationOnly import Atomics
| `- warning: using '@_implementationOnly' without enabling library evolution for 'CombineX' may lead to instability during execution
3 | private let counter = UnsafeAtomic<UInt64>.create(0)
4 | #else
[42/162] Compiling CombineX AnyPublisher.swift
/Users/admin/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
1 | #if CX_LOCK_FREE_ATOMIC
2 | @_implementationOnly import Atomics
| `- warning: using '@_implementationOnly' without enabling library evolution for 'CombineX' may lead to instability during execution
3 | private let counter = UnsafeAtomic<UInt64>.create(0)
4 | #else
[43/162] Compiling CombineX AnySubscriber.swift
/Users/admin/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
1 | #if CX_LOCK_FREE_ATOMIC
2 | @_implementationOnly import Atomics
| `- warning: using '@_implementationOnly' without enabling library evolution for 'CombineX' may lead to instability during execution
3 | private let counter = UnsafeAtomic<UInt64>.create(0)
4 | #else
[44/162] Compiling CombineX CXNamespace.swift
/Users/admin/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
1 | #if CX_LOCK_FREE_ATOMIC
2 | @_implementationOnly import Atomics
| `- warning: using '@_implementationOnly' without enabling library evolution for 'CombineX' may lead to instability during execution
3 | private let counter = UnsafeAtomic<UInt64>.create(0)
4 | #else
[45/162] Compiling CombineX Cancellable.swift
/Users/admin/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
1 | #if CX_LOCK_FREE_ATOMIC
2 | @_implementationOnly import Atomics
| `- warning: using '@_implementationOnly' without enabling library evolution for 'CombineX' may lead to instability during execution
3 | private let counter = UnsafeAtomic<UInt64>.create(0)
4 | #else
[46/162] Compiling CombineX Coding.swift
/Users/admin/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
1 | #if CX_LOCK_FREE_ATOMIC
2 | @_implementationOnly import Atomics
| `- warning: using '@_implementationOnly' without enabling library evolution for 'CombineX' may lead to instability during execution
3 | private let counter = UnsafeAtomic<UInt64>.create(0)
4 | #else
[47/162] Compiling CombineX CombineIdentifier.swift
/Users/admin/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
1 | #if CX_LOCK_FREE_ATOMIC
2 | @_implementationOnly import Atomics
| `- warning: using '@_implementationOnly' without enabling library evolution for 'CombineX' may lead to instability during execution
3 | private let counter = UnsafeAtomic<UInt64>.create(0)
4 | #else
[48/162] Compiling CombineX ConnectablePublisher.swift
/Users/admin/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
1 | #if CX_LOCK_FREE_ATOMIC
2 | @_implementationOnly import Atomics
| `- warning: using '@_implementationOnly' without enabling library evolution for 'CombineX' may lead to instability during execution
3 | private let counter = UnsafeAtomic<UInt64>.create(0)
4 | #else
[49/162] Compiling CombineX CustomCombineIdentifierConvertible.swift
/Users/admin/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
1 | #if CX_LOCK_FREE_ATOMIC
2 | @_implementationOnly import Atomics
| `- warning: using '@_implementationOnly' without enabling library evolution for 'CombineX' may lead to instability during execution
3 | private let counter = UnsafeAtomic<UInt64>.create(0)
4 | #else
[50/162] Compiling CombineX CircularBuffer.swift
/Users/admin/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
1 | #if CX_LOCK_FREE_ATOMIC
2 | @_implementationOnly import Atomics
| `- warning: using '@_implementationOnly' without enabling library evolution for 'CombineX' may lead to instability during execution
3 | private let counter = UnsafeAtomic<UInt64>.create(0)
4 | #else
[51/162] Compiling CombineX DemandState.swift
/Users/admin/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
1 | #if CX_LOCK_FREE_ATOMIC
2 | @_implementationOnly import Atomics
| `- warning: using '@_implementationOnly' without enabling library evolution for 'CombineX' may lead to instability during execution
3 | private let counter = UnsafeAtomic<UInt64>.create(0)
4 | #else
[52/162] Compiling CombineX Completion+extensions.swift
/Users/admin/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
1 | #if CX_LOCK_FREE_ATOMIC
2 | @_implementationOnly import Atomics
| `- warning: using '@_implementationOnly' without enabling library evolution for 'CombineX' may lead to instability during execution
3 | private let counter = UnsafeAtomic<UInt64>.create(0)
4 | #else
[53/162] Compiling CombineX Never+reasons.swift
/Users/admin/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
1 | #if CX_LOCK_FREE_ATOMIC
2 | @_implementationOnly import Atomics
| `- warning: using '@_implementationOnly' without enabling library evolution for 'CombineX' may lead to instability during execution
3 | private let counter = UnsafeAtomic<UInt64>.create(0)
4 | #else
[54/174] Compiling CombineX AssertNoFailure.swift
[55/174] Compiling CombineX Catch.swift
[56/174] Compiling CombineX Collect.swift
[57/174] Compiling CombineX CombineLatest+.swift
[58/174] Compiling CombineX CompactMap.swift
[59/174] Compiling CombineX Comparison.swift
[60/174] Compiling CombineX Contains.swift
[61/174] Compiling CombineX ContainsWhere.swift
[62/174] Compiling CombineX Count.swift
[63/174] Compiling CombineX Decode.swift
[64/174] Compiling CombineX Drop.swift
[65/174] Compiling CombineX DropWhile.swift
[66/174] Compiling CombineX Encode.swift
[67/174] Compiling CombineX Scan.swift
[68/174] Compiling CombineX TryCombineLatest+.swift
[69/174] Compiling CombineX TryComparison.swift
[70/174] Compiling CombineX TryContainsWhere.swift
[71/174] Compiling CombineX TryFilter.swift
[72/174] Compiling CombineX TryFirstWhere.swift
[73/174] Compiling CombineX TryLastWhere.swift
[74/174] Compiling CombineX TryMap.swift
[75/174] Compiling CombineX Zip+.swift
[76/174] Compiling CombineX Concatenate.swift
[77/174] Compiling CombineX Deferred.swift
[78/174] Compiling CombineX Delay.swift
[79/174] Compiling CombineX TryCompactMap.swift
[80/174] Compiling CombineX TryDropWhile.swift
[81/174] Compiling CombineX TryPrefixWhile.swift
[82/174] Compiling CombineX TryReduce.swift
[83/174] Compiling CombineX TryRemoveDuplicates.swift
[84/174] Compiling CombineX TryScan.swift
[85/174] Compiling CombineX Zip.swift
[86/174] Compiling CombineX Autoconnect.swift
[87/174] Compiling CombineX Future.swift
[88/174] Compiling CombineX MakeConnectable.swift
[89/174] Compiling CombineX Multicast.swift
[90/174] Compiling CombineX Share.swift
[91/174] Compiling CombineX Result+extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Internal/Runtime.swift:285:2: warning: symbol name 'swift_getTypeByMangledNameInContext' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
283 | }()
284 |
285 | @_silgen_name("swift_getTypeByMangledNameInContext")
| `- warning: symbol name 'swift_getTypeByMangledNameInContext' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
286 | private func _getTypeByMangledNameInContext(
287 | _ name: UnsafePointer<UInt8>,
[92/174] Compiling CombineX LinkedList.swift
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Internal/Runtime.swift:285:2: warning: symbol name 'swift_getTypeByMangledNameInContext' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
283 | }()
284 |
285 | @_silgen_name("swift_getTypeByMangledNameInContext")
| `- warning: symbol name 'swift_getTypeByMangledNameInContext' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
286 | private func _getTypeByMangledNameInContext(
287 | _ name: UnsafePointer<UInt8>,
[93/174] Compiling CombineX ObserableObjectCache.swift
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Internal/Runtime.swift:285:2: warning: symbol name 'swift_getTypeByMangledNameInContext' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
283 | }()
284 |
285 | @_silgen_name("swift_getTypeByMangledNameInContext")
| `- warning: symbol name 'swift_getTypeByMangledNameInContext' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
286 | private func _getTypeByMangledNameInContext(
287 | _ name: UnsafePointer<UInt8>,
[94/174] Compiling CombineX OptionalProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Internal/Runtime.swift:285:2: warning: symbol name 'swift_getTypeByMangledNameInContext' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
283 | }()
284 |
285 | @_silgen_name("swift_getTypeByMangledNameInContext")
| `- warning: symbol name 'swift_getTypeByMangledNameInContext' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
286 | private func _getTypeByMangledNameInContext(
287 | _ name: UnsafePointer<UInt8>,
[95/174] Compiling CombineX PeekableIterator.swift
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Internal/Runtime.swift:285:2: warning: symbol name 'swift_getTypeByMangledNameInContext' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
283 | }()
284 |
285 | @_silgen_name("swift_getTypeByMangledNameInContext")
| `- warning: symbol name 'swift_getTypeByMangledNameInContext' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
286 | private func _getTypeByMangledNameInContext(
287 | _ name: UnsafePointer<UInt8>,
[96/174] Compiling CombineX RelayState.swift
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Internal/Runtime.swift:285:2: warning: symbol name 'swift_getTypeByMangledNameInContext' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
283 | }()
284 |
285 | @_silgen_name("swift_getTypeByMangledNameInContext")
| `- warning: symbol name 'swift_getTypeByMangledNameInContext' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
286 | private func _getTypeByMangledNameInContext(
287 | _ name: UnsafePointer<UInt8>,
[97/174] Compiling CombineX Runtime.swift
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Internal/Runtime.swift:285:2: warning: symbol name 'swift_getTypeByMangledNameInContext' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
283 | }()
284 |
285 | @_silgen_name("swift_getTypeByMangledNameInContext")
| `- warning: symbol name 'swift_getTypeByMangledNameInContext' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
286 | private func _getTypeByMangledNameInContext(
287 | _ name: UnsafePointer<UInt8>,
[98/174] Compiling CombineX WeakHashBox.swift
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Internal/Runtime.swift:285:2: warning: symbol name 'swift_getTypeByMangledNameInContext' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
283 | }()
284 |
285 | @_silgen_name("swift_getTypeByMangledNameInContext")
| `- warning: symbol name 'swift_getTypeByMangledNameInContext' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
286 | private func _getTypeByMangledNameInContext(
287 | _ name: UnsafePointer<UInt8>,
[99/174] Compiling CombineX ObservableObject.swift
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Internal/Runtime.swift:285:2: warning: symbol name 'swift_getTypeByMangledNameInContext' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
283 | }()
284 |
285 | @_silgen_name("swift_getTypeByMangledNameInContext")
| `- warning: symbol name 'swift_getTypeByMangledNameInContext' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
286 | private func _getTypeByMangledNameInContext(
287 | _ name: UnsafePointer<UInt8>,
[100/174] Compiling CombineX Published.swift
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Internal/Runtime.swift:285:2: warning: symbol name 'swift_getTypeByMangledNameInContext' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
283 | }()
284 |
285 | @_silgen_name("swift_getTypeByMangledNameInContext")
| `- warning: symbol name 'swift_getTypeByMangledNameInContext' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
286 | private func _getTypeByMangledNameInContext(
287 | _ name: UnsafePointer<UInt8>,
[101/174] Compiling CombineX Publisher.swift
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Internal/Runtime.swift:285:2: warning: symbol name 'swift_getTypeByMangledNameInContext' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
283 | }()
284 |
285 | @_silgen_name("swift_getTypeByMangledNameInContext")
| `- warning: symbol name 'swift_getTypeByMangledNameInContext' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
286 | private func _getTypeByMangledNameInContext(
287 | _ name: UnsafePointer<UInt8>,
[102/174] Compiling CombineX CollectByCount.swift
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Internal/Runtime.swift:285:2: warning: symbol name 'swift_getTypeByMangledNameInContext' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
283 | }()
284 |
285 | @_silgen_name("swift_getTypeByMangledNameInContext")
| `- warning: symbol name 'swift_getTypeByMangledNameInContext' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
286 | private func _getTypeByMangledNameInContext(
287 | _ name: UnsafePointer<UInt8>,
[103/174] Compiling CombineX AllSatisfy.swift
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Internal/Runtime.swift:285:2: warning: symbol name 'swift_getTypeByMangledNameInContext' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
283 | }()
284 |
285 | @_silgen_name("swift_getTypeByMangledNameInContext")
| `- warning: symbol name 'swift_getTypeByMangledNameInContext' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
286 | private func _getTypeByMangledNameInContext(
287 | _ name: UnsafePointer<UInt8>,
[104/174] Compiling _CXCompatible Dispatch.swift
[105/174] Emitting module _CXCompatible
/Users/admin/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 the Swift 6 language mode
7 | #endif
8 |
9 | extension NSObject: CXSelfWrapping {}
| `- 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 the Swift 6 language mode
10 | extension JSONEncoder: CXSelfWrapping {}
11 | extension JSONDecoder: CXSelfWrapping {}
/Users/admin/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 the Swift 6 language mode
8 |
9 | extension NSObject: CXSelfWrapping {}
10 | extension JSONEncoder: CXSelfWrapping {}
| `- 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 the Swift 6 language mode
11 | extension JSONDecoder: CXSelfWrapping {}
12 |
/Users/admin/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 the Swift 6 language mode
9 | extension NSObject: CXSelfWrapping {}
10 | extension JSONEncoder: CXSelfWrapping {}
11 | extension JSONDecoder: CXSelfWrapping {}
| `- 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 the Swift 6 language mode
12 |
13 | extension CXWrappers {
/Users/admin/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 the Swift 6 language mode
28 | #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS)
29 |
30 | extension PropertyListEncoder: CXSelfWrapping {}
| `- 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 the Swift 6 language mode
31 | extension PropertyListDecoder: CXSelfWrapping {}
32 |
/Users/admin/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 the Swift 6 language mode
29 |
30 | extension PropertyListEncoder: CXSelfWrapping {}
31 | extension PropertyListDecoder: CXSelfWrapping {}
| `- 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 the Swift 6 language mode
32 |
33 | extension CXWrappers {
[106/174] Compiling _CXCompatible Foundation.swift
/Users/admin/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 the Swift 6 language mode
7 | #endif
8 |
9 | extension NSObject: CXSelfWrapping {}
| `- 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 the Swift 6 language mode
10 | extension JSONEncoder: CXSelfWrapping {}
11 | extension JSONDecoder: CXSelfWrapping {}
/Users/admin/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 the Swift 6 language mode
8 |
9 | extension NSObject: CXSelfWrapping {}
10 | extension JSONEncoder: CXSelfWrapping {}
| `- 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 the Swift 6 language mode
11 | extension JSONDecoder: CXSelfWrapping {}
12 |
/Users/admin/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 the Swift 6 language mode
9 | extension NSObject: CXSelfWrapping {}
10 | extension JSONEncoder: CXSelfWrapping {}
11 | extension JSONDecoder: CXSelfWrapping {}
| `- 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 the Swift 6 language mode
12 |
13 | extension CXWrappers {
/Users/admin/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 the Swift 6 language mode
28 | #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS)
29 |
30 | extension PropertyListEncoder: CXSelfWrapping {}
| `- 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 the Swift 6 language mode
31 | extension PropertyListDecoder: CXSelfWrapping {}
32 |
/Users/admin/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 the Swift 6 language mode
29 |
30 | extension PropertyListEncoder: CXSelfWrapping {}
31 | extension PropertyListDecoder: CXSelfWrapping {}
| `- 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 the Swift 6 language mode
32 |
33 | extension CXWrappers {
[107/174] Compiling _CXCompatible CXNamespace.swift
[108/174] Emitting module CwlCatchException
[109/174] Compiling CombineX Publishers.swift
/Users/admin/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 the Swift 6 language mode
272 | extension Result.CX.Publisher where Failure == Never {
273 |
274 | public func setFailureType<Failure: Error>(to failureType: Failure.Type) -> Result<Output, Failure>.CX.Publisher {
| `- warning: generic parameter 'Failure' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
275 | return .init(.success(result.success))
276 | }
[110/174] Compiling CombineX ReceiveOn.swift
/Users/admin/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 the Swift 6 language mode
272 | extension Result.CX.Publisher where Failure == Never {
273 |
274 | public func setFailureType<Failure: Error>(to failureType: Failure.Type) -> Result<Output, Failure>.CX.Publisher {
| `- warning: generic parameter 'Failure' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
275 | return .init(.success(result.success))
276 | }
[111/174] Compiling CombineX Record.swift
/Users/admin/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 the Swift 6 language mode
272 | extension Result.CX.Publisher where Failure == Never {
273 |
274 | public func setFailureType<Failure: Error>(to failureType: Failure.Type) -> Result<Output, Failure>.CX.Publisher {
| `- warning: generic parameter 'Failure' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
275 | return .init(.success(result.success))
276 | }
[112/174] Compiling CombineX ReplaceEmpty.swift
/Users/admin/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 the Swift 6 language mode
272 | extension Result.CX.Publisher where Failure == Never {
273 |
274 | public func setFailureType<Failure: Error>(to failureType: Failure.Type) -> Result<Output, Failure>.CX.Publisher {
| `- warning: generic parameter 'Failure' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
275 | return .init(.success(result.success))
276 | }
[113/174] Compiling CombineX ReplaceError.swift
/Users/admin/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 the Swift 6 language mode
272 | extension Result.CX.Publisher where Failure == Never {
273 |
274 | public func setFailureType<Failure: Error>(to failureType: Failure.Type) -> Result<Output, Failure>.CX.Publisher {
| `- warning: generic parameter 'Failure' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
275 | return .init(.success(result.success))
276 | }
[114/174] Compiling CombineX Result.Publisher.swift
/Users/admin/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 the Swift 6 language mode
272 | extension Result.CX.Publisher where Failure == Never {
273 |
274 | public func setFailureType<Failure: Error>(to failureType: Failure.Type) -> Result<Output, Failure>.CX.Publisher {
| `- warning: generic parameter 'Failure' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
275 | return .init(.success(result.success))
276 | }
[115/174] Compiling CombineX Sequence.swift
/Users/admin/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 the Swift 6 language mode
272 | extension Result.CX.Publisher where Failure == Never {
273 |
274 | public func setFailureType<Failure: Error>(to failureType: Failure.Type) -> Result<Output, Failure>.CX.Publisher {
| `- warning: generic parameter 'Failure' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
275 | return .init(.success(result.success))
276 | }
[116/174] Compiling CombineX SetFailureType.swift
/Users/admin/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 the Swift 6 language mode
272 | extension Result.CX.Publisher where Failure == Never {
273 |
274 | public func setFailureType<Failure: Error>(to failureType: Failure.Type) -> Result<Output, Failure>.CX.Publisher {
| `- warning: generic parameter 'Failure' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
275 | return .init(.success(result.success))
276 | }
[117/174] Compiling CombineX SubscribeOn.swift
/Users/admin/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 the Swift 6 language mode
272 | extension Result.CX.Publisher where Failure == Never {
273 |
274 | public func setFailureType<Failure: Error>(to failureType: Failure.Type) -> Result<Output, Failure>.CX.Publisher {
| `- warning: generic parameter 'Failure' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
275 | return .init(.success(result.success))
276 | }
[118/174] Compiling CombineX TryAllSatisfy.swift
/Users/admin/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 the Swift 6 language mode
272 | extension Result.CX.Publisher where Failure == Never {
273 |
274 | public func setFailureType<Failure: Error>(to failureType: Failure.Type) -> Result<Output, Failure>.CX.Publisher {
| `- warning: generic parameter 'Failure' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
275 | return .init(.success(result.success))
276 | }
[119/174] Compiling CombineX TryCatch.swift
/Users/admin/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 the Swift 6 language mode
272 | extension Result.CX.Publisher where Failure == Never {
273 |
274 | public func setFailureType<Failure: Error>(to failureType: Failure.Type) -> Result<Output, Failure>.CX.Publisher {
| `- warning: generic parameter 'Failure' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
275 | return .init(.success(result.success))
276 | }
[120/174] Compiling CombineX TryCombineLatest.swift
/Users/admin/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 the Swift 6 language mode
272 | extension Result.CX.Publisher where Failure == Never {
273 |
274 | public func setFailureType<Failure: Error>(to failureType: Failure.Type) -> Result<Output, Failure>.CX.Publisher {
| `- warning: generic parameter 'Failure' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
275 | return .init(.success(result.success))
276 | }
[121/174] Compiling CwlCatchException CwlCatchException.swift
[122/174] Emitting module CombineX
/Users/admin/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
1 | #if CX_LOCK_FREE_ATOMIC
2 | @_implementationOnly import Atomics
| `- warning: using '@_implementationOnly' without enabling library evolution for 'CombineX' may lead to instability during execution
3 | private let counter = UnsafeAtomic<UInt64>.create(0)
4 | #else
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Internal/Runtime.swift:285:2: warning: symbol name 'swift_getTypeByMangledNameInContext' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
283 | }()
284 |
285 | @_silgen_name("swift_getTypeByMangledNameInContext")
| `- warning: symbol name 'swift_getTypeByMangledNameInContext' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
286 | private func _getTypeByMangledNameInContext(
287 | _ name: UnsafePointer<UInt8>,
/Users/admin/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 the Swift 6 language mode
272 | extension Result.CX.Publisher where Failure == Never {
273 |
274 | public func setFailureType<Failure: Error>(to failureType: Failure.Type) -> Result<Output, Failure>.CX.Publisher {
| `- warning: generic parameter 'Failure' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
275 | return .init(.success(result.success))
276 | }
[123/174] Emitting module Semver
[124/174] Compiling Semver Semver.swift
[125/174] Compiling CombineX DropUntilOutput.swift
[126/174] Compiling CombineX Empty.swift
[127/174] Compiling CombineX Fail.swift
[128/174] Compiling CombineX FlatMap.swift
[129/174] Compiling CombineX Just.swift
[130/174] Compiling CombineX MapError.swift
[131/174] Compiling CombineX MeasureInterval.swift
[132/174] Compiling CombineX Merge.swift
[133/174] Compiling CombineX Optional.Publisher.swift
[134/174] Compiling CombineX Output.swift
[135/174] Compiling CombineX PrefixUntilOutput.swift
[136/174] Compiling CombineX Print.swift
[137/178] Compiling CombineX BreakPoint.swift
[138/178] Compiling CombineX Buffer.swift
[139/178] Compiling CombineX CollectByTime.swift
[140/178] Compiling CombineX CombineLatest.swift
[141/178] Compiling CombineX Debounce.swift
[142/178] Compiling CombineX HandleEvents.swift
[143/178] Compiling CombineX SwitchToLatest.swift
[144/178] Compiling CombineX Throttle.swift
[145/178] Compiling CombineX Timeout.swift
[146/178] Compiling CombineX Scheduler.swift
[147/178] Compiling CombineX SchedulerTimeIntervalConvertible.swift
[148/178] Compiling CombineX ImmediateScheduler.swift
[149/178] Compiling CombineX Filter.swift
[150/178] Compiling CombineX First.swift
[151/178] Compiling CombineX FirstWhere.swift
[152/178] Compiling CombineX IgnoreOutput.swift
[153/178] Compiling CombineX Last.swift
[154/178] Compiling CombineX LastWhere.swift
[155/178] Compiling CombineX Map.swift
[156/178] Compiling CombineX MapKeyPath.swift
[157/178] Compiling CombineX Merge+.swift
[158/178] Compiling CombineX PrefixWhile.swift
[159/178] Compiling CombineX Reduce.swift
[160/178] Compiling CombineX RemoveDuplicates.swift
[161/178] Compiling CombineX Retry.swift
[162/178] Compiling CombineX Subject.swift
[163/178] Compiling CombineX CurrentValueSubject.swift
[164/178] Compiling CombineX PassthroughSubject.swift
[165/178] Compiling CombineX Subscriber.swift
[166/178] Compiling CombineX Assign.swift
[167/178] Compiling CombineX Completion.swift
[168/178] Compiling CombineX Demand.swift
[169/178] Compiling CombineX Sink.swift
[170/178] Compiling CombineX Subscribers.swift
[171/178] Compiling CombineX Subscription.swift
[172/178] Compiling CombineX EmptySubscription.swift
[173/178] Compiling CombineX Subscriptions.swift
[174/178] Compiling CwlPreconditionTesting CwlDarwinDefinitions.swift
[175/178] Emitting module CwlPreconditionTesting
[176/178] Compiling CwlPreconditionTesting CwlBadInstructionException.swift
[177/178] Compiling CwlPreconditionTesting CwlCatchBadInstruction.swift
[177/241] Compiling QuickObjCRuntime QuickSpecBase.m
[179/241] Compiling CXFoundation PropertyListDecoder.swift
/Users/admin/builder/spi-builder-workspace/Sources/CXFoundation/PropertyListDecoder.swift:23:1: warning: extension declares a conformance of imported type 'PropertyListDecoder' to imported protocol 'CXWrapping'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
21 | }
22 |
23 | extension PropertyListDecoder: CXWrapping {
| |- warning: extension declares a conformance of imported type 'PropertyListDecoder' to imported protocol 'CXWrapping'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
24 |
25 | public typealias CX = CXWrappers.PropertyListDecoder
[180/265] Compiling CXFoundation OperationQueue.swift
/Users/admin/builder/spi-builder-workspace/Sources/CXFoundation/OperationQueue.swift:165:25: warning: class 'DelayReadyOperation' must restate inherited '@unchecked Sendable' conformance
163 | public struct SchedulerOptions { }
164 |
165 | private final class DelayReadyOperation: Operation, Cancellable {
| `- warning: class 'DelayReadyOperation' must restate inherited '@unchecked Sendable' conformance
166 | static var readySchedulingQueue: DispatchQueue = {
167 | return DispatchQueue(label: "DelayReadyOperation")
[181/265] Compiling Quick World+DSL.swift
/Users/admin/builder/spi-builder-workspace/Sources/CXFoundation/NotificationCenter.swift:160:34: warning: capture of non-sendable type 'S.Type' in an isolated closure
158 | queue: nil
159 | ) { [weak self] note in
160 | guard let self = self else { return }
| `- warning: capture of non-sendable type 'S.Type' in an isolated closure
161 |
162 | self.lock.lock()
/Users/admin/builder/spi-builder-workspace/Sources/CXFoundation/NotificationCenter.swift:159:23: warning: capture of non-sendable type 'S.Type' in an isolated closure
157 | object: object,
158 | queue: nil
159 | ) { [weak self] note in
| `- warning: capture of non-sendable type 'S.Type' in an isolated closure
160 | guard let self = self else { return }
161 |
[182/265] Compiling Quick QuickSpec.swift
/Users/admin/builder/spi-builder-workspace/Sources/CXFoundation/NotificationCenter.swift:160:34: warning: capture of non-sendable type 'S.Type' in an isolated closure
158 | queue: nil
159 | ) { [weak self] note in
160 | guard let self = self else { return }
| `- warning: capture of non-sendable type 'S.Type' in an isolated closure
161 |
162 | self.lock.lock()
/Users/admin/builder/spi-builder-workspace/Sources/CXFoundation/NotificationCenter.swift:159:23: warning: capture of non-sendable type 'S.Type' in an isolated closure
157 | object: object,
158 | queue: nil
159 | ) { [weak self] note in
| `- warning: capture of non-sendable type 'S.Type' in an isolated closure
160 | guard let self = self else { return }
161 |
[183/265] Compiling Quick QuickConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/CXFoundation/JSONDecoder.swift:21:1: warning: extension declares a conformance of imported type 'JSONDecoder' to imported protocol 'CXWrapping'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
19 | }
20 |
21 | extension JSONDecoder: CXWrapping {
| |- warning: extension declares a conformance of imported type 'JSONDecoder' to imported protocol 'CXWrapping'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
22 |
23 | public typealias CX = CXWrappers.JSONDecoder
/Users/admin/builder/spi-builder-workspace/Sources/CXFoundation/JSONEncoder.swift:21:1: warning: extension declares a conformance of imported type 'JSONEncoder' to imported protocol 'CXWrapping'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
19 | }
20 |
21 | extension JSONEncoder: CXWrapping {
| |- warning: extension declares a conformance of imported type 'JSONEncoder' to imported protocol 'CXWrapping'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
22 |
23 | public typealias CX = CXWrappers.JSONEncoder
[184/265] Compiling Quick DSL.swift
/Users/admin/builder/spi-builder-workspace/Sources/CXFoundation/JSONDecoder.swift:21:1: warning: extension declares a conformance of imported type 'JSONDecoder' to imported protocol 'CXWrapping'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
19 | }
20 |
21 | extension JSONDecoder: CXWrapping {
| |- warning: extension declares a conformance of imported type 'JSONDecoder' to imported protocol 'CXWrapping'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
22 |
23 | public typealias CX = CXWrappers.JSONDecoder
/Users/admin/builder/spi-builder-workspace/Sources/CXFoundation/JSONEncoder.swift:21:1: warning: extension declares a conformance of imported type 'JSONEncoder' to imported protocol 'CXWrapping'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
19 | }
20 |
21 | extension JSONEncoder: CXWrapping {
| |- warning: extension declares a conformance of imported type 'JSONEncoder' to imported protocol 'CXWrapping'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
22 |
23 | public typealias CX = CXWrappers.JSONEncoder
[185/265] Emitting module CXFoundation
/Users/admin/builder/spi-builder-workspace/Sources/CXFoundation/JSONDecoder.swift:21:1: warning: extension declares a conformance of imported type 'JSONDecoder' to imported protocol 'CXWrapping'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
19 | }
20 |
21 | extension JSONDecoder: CXWrapping {
| |- warning: extension declares a conformance of imported type 'JSONDecoder' to imported protocol 'CXWrapping'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
22 |
23 | public typealias CX = CXWrappers.JSONDecoder
/Users/admin/builder/spi-builder-workspace/Sources/CXFoundation/JSONEncoder.swift:21:1: warning: extension declares a conformance of imported type 'JSONEncoder' to imported protocol 'CXWrapping'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
19 | }
20 |
21 | extension JSONEncoder: CXWrapping {
| |- warning: extension declares a conformance of imported type 'JSONEncoder' to imported protocol 'CXWrapping'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
22 |
23 | public typealias CX = CXWrappers.JSONEncoder
/Users/admin/builder/spi-builder-workspace/Sources/CXFoundation/OperationQueue.swift:165:25: warning: class 'DelayReadyOperation' must restate inherited '@unchecked Sendable' conformance
163 | public struct SchedulerOptions { }
164 |
165 | private final class DelayReadyOperation: Operation, Cancellable {
| `- warning: class 'DelayReadyOperation' must restate inherited '@unchecked Sendable' conformance
166 | static var readySchedulingQueue: DispatchQueue = {
167 | return DispatchQueue(label: "DelayReadyOperation")
/Users/admin/builder/spi-builder-workspace/Sources/CXFoundation/PropertyListDecoder.swift:23:1: warning: extension declares a conformance of imported type 'PropertyListDecoder' to imported protocol 'CXWrapping'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
21 | }
22 |
23 | extension PropertyListDecoder: CXWrapping {
| |- warning: extension declares a conformance of imported type 'PropertyListDecoder' to imported protocol 'CXWrapping'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
24 |
25 | public typealias CX = CXWrappers.PropertyListDecoder
/Users/admin/builder/spi-builder-workspace/Sources/CXFoundation/PropertyListEncoder.swift:23:1: warning: extension declares a conformance of imported type 'PropertyListEncoder' to imported protocol 'CXWrapping'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
21 | }
22 |
23 | extension PropertyListEncoder: CXWrapping {
| |- warning: extension declares a conformance of imported type 'PropertyListEncoder' to imported protocol 'CXWrapping'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
24 |
25 | public typealias CX = CXWrappers.PropertyListEncoder
[186/265] Compiling CXFoundation Timer.swift
[187/265] Compiling CXFoundation PropertyListEncoder.swift
/Users/admin/builder/spi-builder-workspace/Sources/CXFoundation/PropertyListEncoder.swift:23:1: warning: extension declares a conformance of imported type 'PropertyListEncoder' to imported protocol 'CXWrapping'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
21 | }
22 |
23 | extension PropertyListEncoder: CXWrapping {
| |- warning: extension declares a conformance of imported type 'PropertyListEncoder' to imported protocol 'CXWrapping'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
24 |
25 | public typealias CX = CXWrappers.PropertyListEncoder
[188/265] Compiling CXFoundation RunLoop.swift
[189/265] Compiling CXFoundation Publishers+KeyValueObserving.swift
[190/265] Compiling Quick QuickTestObservation.swift
[191/265] Compiling Quick QuickMain.swift
[192/265] Compiling CXFoundation URLSession.swift
[193/267] Compiling _CXShim @_exported.swift
[194/267] Emitting module _CXShim
[195/278] Compiling _CXTest Locking.swift
[196/279] Compiling _CXTest TracingSubscription.swift
[197/279] Compiling _CXTest GlobalCounter.swift
[198/279] Emitting module _CXTest
[199/279] Compiling _CXTest BinaryHeap.swift
[200/279] Compiling _CXTest Const.swift
[201/279] Compiling _CXTest TransparentPublisher.swift
[202/279] Compiling _CXTest Math.swift
[203/279] Compiling _CXTest VirtualTime.swift
[204/279] Compiling _CXTest CompletionExtensions.swift
[205/279] Compiling _CXTest TracingSubscriber.swift
[206/279] Compiling _CXTest VirtualTimeScheduler.swift
[207/279] Compiling Quick ExampleMetadata.swift
[208/279] Compiling Quick Filter.swift
[209/279] Compiling Quick Closures.swift
[210/279] Compiling Quick SuiteHooks.swift
[211/279] Compiling Quick NSBundle+CurrentTestBundle.swift
[212/281] Compiling Quick ExampleHooks.swift
[213/281] Compiling Quick HooksPhase.swift
[214/281] Compiling Quick ErrorUtility.swift
[215/281] Compiling Quick Example.swift
[216/281] Compiling Quick ExampleGroup.swift
[217/281] Compiling Quick QuickSelectedTestSuiteBuilder.swift
[218/281] Compiling Quick QuickTestSuite.swift
[219/281] Compiling Quick String+C99ExtendedIdentifier.swift
[220/281] Compiling Quick Behavior.swift
[221/281] Compiling Quick Callsite.swift
[222/281] Compiling Quick Configuration.swift
[229/281] Emitting module Nimble
[230/286] Compiling Quick URL+FileName.swift
[231/286] Compiling Quick World.swift
[247/286] Emitting module Quick
[251/286] Compiling Nimble BeginWithPrefix.swift
[252/286] Compiling Nimble Contain.swift
[253/286] Compiling Nimble ContainElementSatisfying.swift
[254/286] Compiling Nimble ElementsEqual.swift
[255/286] Compiling Nimble EndWith.swift
[256/286] Compiling Nimble SatisfyAllOf.swift
[257/286] Compiling Nimble SatisfyAnyOf.swift
[258/286] Compiling Nimble ThrowAssertion.swift
[259/286] Compiling Nimble ThrowError.swift
[260/286] Compiling Nimble ToSucceed.swift
[261/286] Compiling Nimble MatcherFunc.swift
[262/286] Compiling Nimble MatcherProtocols.swift
[263/286] Compiling Nimble PostNotification.swift
[264/286] Compiling Nimble Predicate.swift
[265/286] Compiling Nimble RaisesException.swift
[267/286] Compiling Nimble BeLogical.swift
[268/286] Compiling Nimble BeNil.swift
[269/286] Compiling Nimble BeVoid.swift
[270/286] Compiling Nimble BeginWith.swift
[276/286] Compiling Nimble NimbleXCTestHandler.swift
[277/286] Compiling Nimble ExceptionCapture.swift
[278/286] Compiling Nimble DSL+Wait.swift
[279/286] Compiling Nimble DSL.swift
[280/286] Compiling Nimble Expectation.swift
[281/286] Compiling Nimble ExpectationMessage.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 TestError.swift
[288/300] Compiling CXTestUtility TestTimeline.swift
[289/300] Compiling CXTestUtility Sequence+scan.swift
[290/300] Compiling CXTestUtility Subject+send.swift
[291/300] Compiling CXTestUtility TracingSubscriber+extensions.swift
[292/300] Compiling CXTestUtility BranchExpectation.swift
/Users/admin/builder/spi-builder-workspace/Sources/CXTestUtility/Inconsistent/BranchExpectation.swift:6:30: error: 'Predicate' is ambiguous for type lookup in this context
4 | public extension Expectation {
5 |
6 | func toFail(_ predicate: Predicate<T>, description: String? = nil) {
| `- error: 'Predicate' is ambiguous for type lookup in this context
7 | #if USE_COMBINE
8 | to(predicate, description: description)
Foundation.Predicate:2:15: note: found this candidate
1 | @available(macOS 14, iOS 17, tvOS 17, watchOS 10, *)
2 | public struct Predicate<each Input> : Sendable {
| `- note: found this candidate
3 | public let expression: any StandardPredicateExpression<Bool>
4 | public let variable: (repeat PredicateExpressions.Variable<each Input>)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
17 | /// predicates are simple wrappers around closures to provide static type information and
18 | /// allow composition and wrapping of existing behaviors.
19 | public struct Predicate<T> {
| `- note: found this candidate
20 | fileprivate var matcher: (Expression<T>) throws -> PredicateResult
21 |
/Users/admin/builder/spi-builder-workspace/Sources/CXTestUtility/Inconsistent/BranchExpectation.swift:14:29: error: 'Predicate' is ambiguous for type lookup in this context
12 | }
13 |
14 | func toFix(_ predicate: Predicate<T>, description: String? = nil) {
| `- error: 'Predicate' is ambiguous for type lookup in this context
15 | #if USE_COMBINE
16 | toNot(predicate, description: description)
Foundation.Predicate:2:15: note: found this candidate
1 | @available(macOS 14, iOS 17, tvOS 17, watchOS 10, *)
2 | public struct Predicate<each Input> : Sendable {
| `- note: found this candidate
3 | public let expression: any StandardPredicateExpression<Bool>
4 | public let variable: (repeat PredicateExpressions.Variable<each Input>)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
17 | /// predicates are simple wrappers around closures to provide static type information and
18 | /// allow composition and wrapping of existing behaviors.
19 | public struct Predicate<T> {
| `- note: found this candidate
20 | fileprivate var matcher: (Expression<T>) throws -> PredicateResult
21 |
/Users/admin/builder/spi-builder-workspace/Sources/CXTestUtility/Inconsistent/BranchExpectation.swift:22:45: error: 'Predicate' is ambiguous for type lookup in this context
20 | }
21 |
22 | func toBranch(combine combinePredicate: Predicate<T>, cx cxPredicate: Predicate<T>, description: String? = nil) {
| `- error: 'Predicate' is ambiguous for type lookup in this context
23 | #if USE_COMBINE
24 | to(combinePredicate, description: description)
Foundation.Predicate:2:15: note: found this candidate
1 | @available(macOS 14, iOS 17, tvOS 17, watchOS 10, *)
2 | public struct Predicate<each Input> : Sendable {
| `- note: found this candidate
3 | public let expression: any StandardPredicateExpression<Bool>
4 | public let variable: (repeat PredicateExpressions.Variable<each Input>)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
17 | /// predicates are simple wrappers around closures to provide static type information and
18 | /// allow composition and wrapping of existing behaviors.
19 | public struct Predicate<T> {
| `- note: found this candidate
20 | fileprivate var matcher: (Expression<T>) throws -> PredicateResult
21 |
/Users/admin/builder/spi-builder-workspace/Sources/CXTestUtility/Inconsistent/BranchExpectation.swift:22:75: error: 'Predicate' is ambiguous for type lookup in this context
20 | }
21 |
22 | func toBranch(combine combinePredicate: Predicate<T>, cx cxPredicate: Predicate<T>, description: String? = nil) {
| `- error: 'Predicate' is ambiguous for type lookup in this context
23 | #if USE_COMBINE
24 | to(combinePredicate, description: description)
Foundation.Predicate:2:15: note: found this candidate
1 | @available(macOS 14, iOS 17, tvOS 17, watchOS 10, *)
2 | public struct Predicate<each Input> : Sendable {
| `- note: found this candidate
3 | public let expression: any StandardPredicateExpression<Bool>
4 | public let variable: (repeat PredicateExpressions.Variable<each Input>)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
17 | /// predicates are simple wrappers around closures to provide static type information and
18 | /// allow composition and wrapping of existing behaviors.
19 | public struct Predicate<T> {
| `- note: found this candidate
20 | fileprivate var matcher: (Expression<T>) throws -> PredicateResult
21 |
/Users/admin/builder/spi-builder-workspace/Sources/CXTestUtility/Inconsistent/VersioningExpectation.swift:8:26: error: 'Predicate' is ambiguous for type lookup in this context
6 | public extension Expectation {
7 |
8 | func to(_ predicate: Predicate<T>, minimalVersion: XcodeVersion, description: String? = nil) {
| `- error: 'Predicate' is ambiguous for type lookup in this context
9 | toVersioning([minimalVersion: predicate], description: description)
10 | }
Foundation.Predicate:2:15: note: found this candidate
1 | @available(macOS 14, iOS 17, tvOS 17, watchOS 10, *)
2 | public struct Predicate<each Input> : Sendable {
| `- note: found this candidate
3 | public let expression: any StandardPredicateExpression<Bool>
4 | public let variable: (repeat PredicateExpressions.Variable<each Input>)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
17 | /// predicates are simple wrappers around closures to provide static type information and
18 | /// allow composition and wrapping of existing behaviors.
19 | public struct Predicate<T> {
| `- note: found this candidate
20 | fileprivate var matcher: (Expression<T>) throws -> PredicateResult
21 |
[293/300] Compiling CXTestUtility Predicate.swift
/Users/admin/builder/spi-builder-workspace/Sources/CXTestUtility/Predicate.swift:4:56: error: 'Predicate' is ambiguous for type lookup in this context
2 | import Nimble
3 |
4 | public func beAllEqual<S: Sequence, T: Equatable>() -> Predicate<S>
| `- error: 'Predicate' is ambiguous for type lookup in this context
5 | where S.Iterator.Element == T {
6 | return Predicate.simple("element be all equal") { actualExpression in
Foundation.Predicate:2:15: note: found this candidate
1 | @available(macOS 14, iOS 17, tvOS 17, watchOS 10, *)
2 | public struct Predicate<each Input> : Sendable {
| `- note: found this candidate
3 | public let expression: any StandardPredicateExpression<Bool>
4 | public let variable: (repeat PredicateExpressions.Variable<each Input>)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
17 | /// predicates are simple wrappers around closures to provide static type information and
18 | /// allow composition and wrapping of existing behaviors.
19 | public struct Predicate<T> {
| `- note: found this candidate
20 | fileprivate var matcher: (Expression<T>) throws -> PredicateResult
21 |
/Users/admin/builder/spi-builder-workspace/Sources/CXTestUtility/Predicate.swift:22:30: error: 'Predicate' is ambiguous for type lookup in this context
20 | }
21 |
22 | public func beNotNil<T>() -> Predicate<T> {
| `- error: 'Predicate' is ambiguous for type lookup in this context
23 | return Predicate.simpleNilable("be not nil") { actualExpression in
24 | let actualValue = try actualExpression.evaluate()
Foundation.Predicate:2:15: note: found this candidate
1 | @available(macOS 14, iOS 17, tvOS 17, watchOS 10, *)
2 | public struct Predicate<each Input> : Sendable {
| `- note: found this candidate
3 | public let expression: any StandardPredicateExpression<Bool>
4 | public let variable: (repeat PredicateExpressions.Variable<each Input>)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
17 | /// predicates are simple wrappers around closures to provide static type information and
18 | /// allow composition and wrapping of existing behaviors.
19 | public struct Predicate<T> {
| `- note: found this candidate
20 | fileprivate var matcher: (Expression<T>) throws -> PredicateResult
21 |
/Users/admin/builder/spi-builder-workspace/Sources/CXTestUtility/Predicate.swift:29:51: error: 'Predicate' is ambiguous for type lookup in this context
27 | }
28 |
29 | public func beNotIdenticalTo(_ expected: Any?) -> Predicate<Any> {
| `- error: 'Predicate' is ambiguous for type lookup in this context
30 | return Predicate.define { actualExpression in
31 | let actual = try actualExpression.evaluate() as AnyObject?
Foundation.Predicate:2:15: note: found this candidate
1 | @available(macOS 14, iOS 17, tvOS 17, watchOS 10, *)
2 | public struct Predicate<each Input> : Sendable {
| `- note: found this candidate
3 | public let expression: any StandardPredicateExpression<Bool>
4 | public let variable: (repeat PredicateExpressions.Variable<each Input>)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
17 | /// predicates are simple wrappers around closures to provide static type information and
18 | /// allow composition and wrapping of existing behaviors.
19 | public struct Predicate<T> {
| `- note: found this candidate
20 | fileprivate var matcher: (Expression<T>) throws -> PredicateResult
21 |
[294/300] Compiling CXTestUtility VersioningExpectation.swift
/Users/admin/builder/spi-builder-workspace/Sources/CXTestUtility/Inconsistent/VersioningExpectation.swift:8:26: error: 'Predicate' is ambiguous for type lookup in this context
6 | public extension Expectation {
7 |
8 | func to(_ predicate: Predicate<T>, minimalVersion: XcodeVersion, description: String? = nil) {
| `- error: 'Predicate' is ambiguous for type lookup in this context
9 | toVersioning([minimalVersion: predicate], description: description)
10 | }
Foundation.Predicate:2:15: note: found this candidate
1 | @available(macOS 14, iOS 17, tvOS 17, watchOS 10, *)
2 | public struct Predicate<each Input> : Sendable {
| `- note: found this candidate
3 | public let expression: any StandardPredicateExpression<Bool>
4 | public let variable: (repeat PredicateExpressions.Variable<each Input>)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
17 | /// predicates are simple wrappers around closures to provide static type information and
18 | /// allow composition and wrapping of existing behaviors.
19 | public struct Predicate<T> {
| `- note: found this candidate
20 | fileprivate var matcher: (Expression<T>) throws -> PredicateResult
21 |
/Users/admin/builder/spi-builder-workspace/Sources/CXTestUtility/Inconsistent/VersioningExpectation.swift:12:52: error: 'Predicate' is ambiguous for type lookup in this context
10 | }
11 |
12 | func toVersioning(_ predicates: [XcodeVersion: Predicate<T>], description: String? = nil) {
| `- error: 'Predicate' is ambiguous for type lookup in this context
13 | precondition(!predicates.isEmpty)
14 | let versions = predicates.keys.sorted(by: >)
Foundation.Predicate:2:15: note: found this candidate
1 | @available(macOS 14, iOS 17, tvOS 17, watchOS 10, *)
2 | public struct Predicate<each Input> : Sendable {
| `- note: found this candidate
3 | public let expression: any StandardPredicateExpression<Bool>
4 | public let variable: (repeat PredicateExpressions.Variable<each Input>)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
17 | /// predicates are simple wrappers around closures to provide static type information and
18 | /// allow composition and wrapping of existing behaviors.
19 | public struct Predicate<T> {
| `- note: found this candidate
20 | fileprivate var matcher: (Expression<T>) throws -> PredicateResult
21 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[295/300] Compiling CXTestUtility @_exported.swift
[296/300] Compiling CXTestUtility Common.swift
[297/300] Compiling CXTestUtility DispatchQueue+extensions.swift
[298/300] Compiling CXTestUtility Int+loop.swift
[299/300] Emitting module CXTestUtility
/Users/admin/builder/spi-builder-workspace/Sources/CXTestUtility/Inconsistent/BranchExpectation.swift:6:30: error: 'Predicate' is ambiguous for type lookup in this context
4 | public extension Expectation {
5 |
6 | func toFail(_ predicate: Predicate<T>, description: String? = nil) {
| `- error: 'Predicate' is ambiguous for type lookup in this context
7 | #if USE_COMBINE
8 | to(predicate, description: description)
Foundation.Predicate:2:15: note: found this candidate
1 | @available(macOS 14, iOS 17, tvOS 17, watchOS 10, *)
2 | public struct Predicate<each Input> : Sendable {
| `- note: found this candidate
3 | public let expression: any StandardPredicateExpression<Bool>
4 | public let variable: (repeat PredicateExpressions.Variable<each Input>)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
17 | /// predicates are simple wrappers around closures to provide static type information and
18 | /// allow composition and wrapping of existing behaviors.
19 | public struct Predicate<T> {
| `- note: found this candidate
20 | fileprivate var matcher: (Expression<T>) throws -> PredicateResult
21 |
/Users/admin/builder/spi-builder-workspace/Sources/CXTestUtility/Inconsistent/BranchExpectation.swift:14:29: error: 'Predicate' is ambiguous for type lookup in this context
12 | }
13 |
14 | func toFix(_ predicate: Predicate<T>, description: String? = nil) {
| `- error: 'Predicate' is ambiguous for type lookup in this context
15 | #if USE_COMBINE
16 | toNot(predicate, description: description)
Foundation.Predicate:2:15: note: found this candidate
1 | @available(macOS 14, iOS 17, tvOS 17, watchOS 10, *)
2 | public struct Predicate<each Input> : Sendable {
| `- note: found this candidate
3 | public let expression: any StandardPredicateExpression<Bool>
4 | public let variable: (repeat PredicateExpressions.Variable<each Input>)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
17 | /// predicates are simple wrappers around closures to provide static type information and
18 | /// allow composition and wrapping of existing behaviors.
19 | public struct Predicate<T> {
| `- note: found this candidate
20 | fileprivate var matcher: (Expression<T>) throws -> PredicateResult
21 |
/Users/admin/builder/spi-builder-workspace/Sources/CXTestUtility/Inconsistent/BranchExpectation.swift:22:45: error: 'Predicate' is ambiguous for type lookup in this context
20 | }
21 |
22 | func toBranch(combine combinePredicate: Predicate<T>, cx cxPredicate: Predicate<T>, description: String? = nil) {
| `- error: 'Predicate' is ambiguous for type lookup in this context
23 | #if USE_COMBINE
24 | to(combinePredicate, description: description)
Foundation.Predicate:2:15: note: found this candidate
1 | @available(macOS 14, iOS 17, tvOS 17, watchOS 10, *)
2 | public struct Predicate<each Input> : Sendable {
| `- note: found this candidate
3 | public let expression: any StandardPredicateExpression<Bool>
4 | public let variable: (repeat PredicateExpressions.Variable<each Input>)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
17 | /// predicates are simple wrappers around closures to provide static type information and
18 | /// allow composition and wrapping of existing behaviors.
19 | public struct Predicate<T> {
| `- note: found this candidate
20 | fileprivate var matcher: (Expression<T>) throws -> PredicateResult
21 |
/Users/admin/builder/spi-builder-workspace/Sources/CXTestUtility/Inconsistent/BranchExpectation.swift:22:75: error: 'Predicate' is ambiguous for type lookup in this context
20 | }
21 |
22 | func toBranch(combine combinePredicate: Predicate<T>, cx cxPredicate: Predicate<T>, description: String? = nil) {
| `- error: 'Predicate' is ambiguous for type lookup in this context
23 | #if USE_COMBINE
24 | to(combinePredicate, description: description)
Foundation.Predicate:2:15: note: found this candidate
1 | @available(macOS 14, iOS 17, tvOS 17, watchOS 10, *)
2 | public struct Predicate<each Input> : Sendable {
| `- note: found this candidate
3 | public let expression: any StandardPredicateExpression<Bool>
4 | public let variable: (repeat PredicateExpressions.Variable<each Input>)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
17 | /// predicates are simple wrappers around closures to provide static type information and
18 | /// allow composition and wrapping of existing behaviors.
19 | public struct Predicate<T> {
| `- note: found this candidate
20 | fileprivate var matcher: (Expression<T>) throws -> PredicateResult
21 |
/Users/admin/builder/spi-builder-workspace/Sources/CXTestUtility/Inconsistent/VersioningExpectation.swift:8:26: error: 'Predicate' is ambiguous for type lookup in this context
6 | public extension Expectation {
7 |
8 | func to(_ predicate: Predicate<T>, minimalVersion: XcodeVersion, description: String? = nil) {
| `- error: 'Predicate' is ambiguous for type lookup in this context
9 | toVersioning([minimalVersion: predicate], description: description)
10 | }
Foundation.Predicate:2:15: note: found this candidate
1 | @available(macOS 14, iOS 17, tvOS 17, watchOS 10, *)
2 | public struct Predicate<each Input> : Sendable {
| `- note: found this candidate
3 | public let expression: any StandardPredicateExpression<Bool>
4 | public let variable: (repeat PredicateExpressions.Variable<each Input>)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
17 | /// predicates are simple wrappers around closures to provide static type information and
18 | /// allow composition and wrapping of existing behaviors.
19 | public struct Predicate<T> {
| `- note: found this candidate
20 | fileprivate var matcher: (Expression<T>) throws -> PredicateResult
21 |
/Users/admin/builder/spi-builder-workspace/Sources/CXTestUtility/Inconsistent/VersioningExpectation.swift:12:52: error: 'Predicate' is ambiguous for type lookup in this context
10 | }
11 |
12 | func toVersioning(_ predicates: [XcodeVersion: Predicate<T>], description: String? = nil) {
| `- error: 'Predicate' is ambiguous for type lookup in this context
13 | precondition(!predicates.isEmpty)
14 | let versions = predicates.keys.sorted(by: >)
Foundation.Predicate:2:15: note: found this candidate
1 | @available(macOS 14, iOS 17, tvOS 17, watchOS 10, *)
2 | public struct Predicate<each Input> : Sendable {
| `- note: found this candidate
3 | public let expression: any StandardPredicateExpression<Bool>
4 | public let variable: (repeat PredicateExpressions.Variable<each Input>)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
17 | /// predicates are simple wrappers around closures to provide static type information and
18 | /// allow composition and wrapping of existing behaviors.
19 | public struct Predicate<T> {
| `- note: found this candidate
20 | fileprivate var matcher: (Expression<T>) throws -> PredicateResult
21 |
/Users/admin/builder/spi-builder-workspace/Sources/CXTestUtility/Predicate.swift:4:56: error: 'Predicate' is ambiguous for type lookup in this context
2 | import Nimble
3 |
4 | public func beAllEqual<S: Sequence, T: Equatable>() -> Predicate<S>
| `- error: 'Predicate' is ambiguous for type lookup in this context
5 | where S.Iterator.Element == T {
6 | return Predicate.simple("element be all equal") { actualExpression in
Foundation.Predicate:2:15: note: found this candidate
1 | @available(macOS 14, iOS 17, tvOS 17, watchOS 10, *)
2 | public struct Predicate<each Input> : Sendable {
| `- note: found this candidate
3 | public let expression: any StandardPredicateExpression<Bool>
4 | public let variable: (repeat PredicateExpressions.Variable<each Input>)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
17 | /// predicates are simple wrappers around closures to provide static type information and
18 | /// allow composition and wrapping of existing behaviors.
19 | public struct Predicate<T> {
| `- note: found this candidate
20 | fileprivate var matcher: (Expression<T>) throws -> PredicateResult
21 |
/Users/admin/builder/spi-builder-workspace/Sources/CXTestUtility/Predicate.swift:22:30: error: 'Predicate' is ambiguous for type lookup in this context
20 | }
21 |
22 | public func beNotNil<T>() -> Predicate<T> {
| `- error: 'Predicate' is ambiguous for type lookup in this context
23 | return Predicate.simpleNilable("be not nil") { actualExpression in
24 | let actualValue = try actualExpression.evaluate()
Foundation.Predicate:2:15: note: found this candidate
1 | @available(macOS 14, iOS 17, tvOS 17, watchOS 10, *)
2 | public struct Predicate<each Input> : Sendable {
| `- note: found this candidate
3 | public let expression: any StandardPredicateExpression<Bool>
4 | public let variable: (repeat PredicateExpressions.Variable<each Input>)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
17 | /// predicates are simple wrappers around closures to provide static type information and
18 | /// allow composition and wrapping of existing behaviors.
19 | public struct Predicate<T> {
| `- note: found this candidate
20 | fileprivate var matcher: (Expression<T>) throws -> PredicateResult
21 |
/Users/admin/builder/spi-builder-workspace/Sources/CXTestUtility/Predicate.swift:29:51: error: 'Predicate' is ambiguous for type lookup in this context
27 | }
28 |
29 | public func beNotIdenticalTo(_ expected: Any?) -> Predicate<Any> {
| `- error: 'Predicate' is ambiguous for type lookup in this context
30 | return Predicate.define { actualExpression in
31 | let actual = try actualExpression.evaluate() as AnyObject?
Foundation.Predicate:2:15: note: found this candidate
1 | @available(macOS 14, iOS 17, tvOS 17, watchOS 10, *)
2 | public struct Predicate<each Input> : Sendable {
| `- note: found this candidate
3 | public let expression: any StandardPredicateExpression<Bool>
4 | public let variable: (repeat PredicateExpressions.Variable<each Input>)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:19:15: note: found this candidate
17 | /// predicates are simple wrappers around closures to provide static type information and
18 | /// allow composition and wrapping of existing behaviors.
19 | public struct Predicate<T> {
| `- note: found this candidate
20 | fileprivate var matcher: (Expression<T>) throws -> PredicateResult
21 |
[300/300] Compiling CXTestUtility TracingSubject.swift
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/ddddxxx/Semver.git
Fetching https://github.com/apple/swift-atomics.git
[1/398] Fetching semver
[399/2195] Fetching semver, swift-atomics
[993/16954] Fetching semver, swift-atomics, quick
[1289/36538] Fetching semver, swift-atomics, quick, nimble
Fetched https://github.com/apple/swift-atomics.git from cache (1.02s)
[3200/34741] Fetching semver, quick, nimble
Fetched https://github.com/ddddxxx/Semver.git from cache (1.41s)
[28860/34343] Fetching quick, nimble
Fetched https://github.com/Quick/Nimble.git from cache (1.82s)
Fetched https://github.com/Quick/Quick.git from cache (1.82s)
Computing version for https://github.com/ddddxxx/Semver.git
Computed https://github.com/ddddxxx/Semver.git at 0.2.1 (2.34s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 0.0.3 (0.48s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 9.2.1 (0.49s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.82s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 3.1.2 (1.32s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.47s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.68s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.19s)
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/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 3.1.2
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/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 9.2.1
BUILD FAILURE 6.2 macosSpm