Build Information
Failed to build CombineX, reference 0.4.0 (98096c
), with Swift 6.1 for macOS (SPM) on 26 Apr 2025 13:13:40 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
6 | public static let empty: Subscription = EmptySubscription()
| |- warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'any Subscription' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Subscription.swift:10:17: note: protocol 'Subscription' does not conform to the 'Sendable' protocol
8 | ///
9 | /// Canceling a subscription frees up any resources previously allocated by attaching the `Subscriber`.
10 | public protocol Subscription: Cancellable, CustomCombineIdentifierConvertible {
| `- note: protocol 'Subscription' does not conform to the 'Sendable' protocol
11 |
12 | /// Tells a publisher that it may send more values to the subscriber.
[146/174] Compiling CombineX Demand.swift
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Subscribers/Demand.swift:29:27: warning: static property 'unlimited' is not concurrency-safe because non-'Sendable' type 'Subscribers.Demand' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// - unlimited: A request for an unlimited number of items.
6 | /// - max: A request for a maximum number of items.
7 | public struct Demand: Equatable, Comparable, Hashable, Codable, CustomStringConvertible {
| `- note: consider making struct 'Demand' conform to the 'Sendable' protocol
8 |
9 | @usableFromInline
:
27 |
28 | /// Requests as many values as the `Publisher` can produce.
29 | public static let unlimited = Demand(Demand._unlimited)
| |- warning: static property 'unlimited' is not concurrency-safe because non-'Sendable' type 'Subscribers.Demand' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'unlimited' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
30 |
31 | /// A demand for no items.
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Subscribers/Demand.swift:34:27: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'Subscribers.Demand' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// - unlimited: A request for an unlimited number of items.
6 | /// - max: A request for a maximum number of items.
7 | public struct Demand: Equatable, Comparable, Hashable, Codable, CustomStringConvertible {
| `- note: consider making struct 'Demand' conform to the 'Sendable' protocol
8 |
9 | @usableFromInline
:
32 | ///
33 | /// This is equivalent to `Demand.max(0)`.
34 | public static let none = Demand(0)
| |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'Subscribers.Demand' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
35 |
36 | /// Limits the maximum number of values.
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Subscriptions/EmptySubscription.swift:6:23: warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'any Subscription' may have shared mutable state; this is an error in the Swift 6 language mode
4 | ///
5 | /// Use the empty subscription when you need a `Subscription` that ignores requests and cancellation.
6 | public static let empty: Subscription = EmptySubscription()
| |- warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'any Subscription' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Subscription.swift:10:17: note: protocol 'Subscription' does not conform to the 'Sendable' protocol
8 | ///
9 | /// Canceling a subscription frees up any resources previously allocated by attaching the `Subscriber`.
10 | public protocol Subscription: Cancellable, CustomCombineIdentifierConvertible {
| `- note: protocol 'Subscription' does not conform to the 'Sendable' protocol
11 |
12 | /// Tells a publisher that it may send more values to the subscriber.
[147/174] Compiling CombineX Sink.swift
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Subscribers/Demand.swift:29:27: warning: static property 'unlimited' is not concurrency-safe because non-'Sendable' type 'Subscribers.Demand' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// - unlimited: A request for an unlimited number of items.
6 | /// - max: A request for a maximum number of items.
7 | public struct Demand: Equatable, Comparable, Hashable, Codable, CustomStringConvertible {
| `- note: consider making struct 'Demand' conform to the 'Sendable' protocol
8 |
9 | @usableFromInline
:
27 |
28 | /// Requests as many values as the `Publisher` can produce.
29 | public static let unlimited = Demand(Demand._unlimited)
| |- warning: static property 'unlimited' is not concurrency-safe because non-'Sendable' type 'Subscribers.Demand' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'unlimited' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
30 |
31 | /// A demand for no items.
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Subscribers/Demand.swift:34:27: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'Subscribers.Demand' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// - unlimited: A request for an unlimited number of items.
6 | /// - max: A request for a maximum number of items.
7 | public struct Demand: Equatable, Comparable, Hashable, Codable, CustomStringConvertible {
| `- note: consider making struct 'Demand' conform to the 'Sendable' protocol
8 |
9 | @usableFromInline
:
32 | ///
33 | /// This is equivalent to `Demand.max(0)`.
34 | public static let none = Demand(0)
| |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'Subscribers.Demand' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
35 |
36 | /// Limits the maximum number of values.
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Subscriptions/EmptySubscription.swift:6:23: warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'any Subscription' may have shared mutable state; this is an error in the Swift 6 language mode
4 | ///
5 | /// Use the empty subscription when you need a `Subscription` that ignores requests and cancellation.
6 | public static let empty: Subscription = EmptySubscription()
| |- warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'any Subscription' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Subscription.swift:10:17: note: protocol 'Subscription' does not conform to the 'Sendable' protocol
8 | ///
9 | /// Canceling a subscription frees up any resources previously allocated by attaching the `Subscriber`.
10 | public protocol Subscription: Cancellable, CustomCombineIdentifierConvertible {
| `- note: protocol 'Subscription' does not conform to the 'Sendable' protocol
11 |
12 | /// Tells a publisher that it may send more values to the subscriber.
[148/174] Compiling CombineX Subscribers.swift
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Subscribers/Demand.swift:29:27: warning: static property 'unlimited' is not concurrency-safe because non-'Sendable' type 'Subscribers.Demand' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// - unlimited: A request for an unlimited number of items.
6 | /// - max: A request for a maximum number of items.
7 | public struct Demand: Equatable, Comparable, Hashable, Codable, CustomStringConvertible {
| `- note: consider making struct 'Demand' conform to the 'Sendable' protocol
8 |
9 | @usableFromInline
:
27 |
28 | /// Requests as many values as the `Publisher` can produce.
29 | public static let unlimited = Demand(Demand._unlimited)
| |- warning: static property 'unlimited' is not concurrency-safe because non-'Sendable' type 'Subscribers.Demand' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'unlimited' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
30 |
31 | /// A demand for no items.
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Subscribers/Demand.swift:34:27: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'Subscribers.Demand' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// - unlimited: A request for an unlimited number of items.
6 | /// - max: A request for a maximum number of items.
7 | public struct Demand: Equatable, Comparable, Hashable, Codable, CustomStringConvertible {
| `- note: consider making struct 'Demand' conform to the 'Sendable' protocol
8 |
9 | @usableFromInline
:
32 | ///
33 | /// This is equivalent to `Demand.max(0)`.
34 | public static let none = Demand(0)
| |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'Subscribers.Demand' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
35 |
36 | /// Limits the maximum number of values.
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Subscriptions/EmptySubscription.swift:6:23: warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'any Subscription' may have shared mutable state; this is an error in the Swift 6 language mode
4 | ///
5 | /// Use the empty subscription when you need a `Subscription` that ignores requests and cancellation.
6 | public static let empty: Subscription = EmptySubscription()
| |- warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'any Subscription' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Subscription.swift:10:17: note: protocol 'Subscription' does not conform to the 'Sendable' protocol
8 | ///
9 | /// Canceling a subscription frees up any resources previously allocated by attaching the `Subscriber`.
10 | public protocol Subscription: Cancellable, CustomCombineIdentifierConvertible {
| `- note: protocol 'Subscription' does not conform to the 'Sendable' protocol
11 |
12 | /// Tells a publisher that it may send more values to the subscriber.
[149/174] Compiling CombineX Subscription.swift
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Subscribers/Demand.swift:29:27: warning: static property 'unlimited' is not concurrency-safe because non-'Sendable' type 'Subscribers.Demand' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// - unlimited: A request for an unlimited number of items.
6 | /// - max: A request for a maximum number of items.
7 | public struct Demand: Equatable, Comparable, Hashable, Codable, CustomStringConvertible {
| `- note: consider making struct 'Demand' conform to the 'Sendable' protocol
8 |
9 | @usableFromInline
:
27 |
28 | /// Requests as many values as the `Publisher` can produce.
29 | public static let unlimited = Demand(Demand._unlimited)
| |- warning: static property 'unlimited' is not concurrency-safe because non-'Sendable' type 'Subscribers.Demand' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'unlimited' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
30 |
31 | /// A demand for no items.
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Subscribers/Demand.swift:34:27: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'Subscribers.Demand' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// - unlimited: A request for an unlimited number of items.
6 | /// - max: A request for a maximum number of items.
7 | public struct Demand: Equatable, Comparable, Hashable, Codable, CustomStringConvertible {
| `- note: consider making struct 'Demand' conform to the 'Sendable' protocol
8 |
9 | @usableFromInline
:
32 | ///
33 | /// This is equivalent to `Demand.max(0)`.
34 | public static let none = Demand(0)
| |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'Subscribers.Demand' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
35 |
36 | /// Limits the maximum number of values.
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Subscriptions/EmptySubscription.swift:6:23: warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'any Subscription' may have shared mutable state; this is an error in the Swift 6 language mode
4 | ///
5 | /// Use the empty subscription when you need a `Subscription` that ignores requests and cancellation.
6 | public static let empty: Subscription = EmptySubscription()
| |- warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'any Subscription' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Subscription.swift:10:17: note: protocol 'Subscription' does not conform to the 'Sendable' protocol
8 | ///
9 | /// Canceling a subscription frees up any resources previously allocated by attaching the `Subscriber`.
10 | public protocol Subscription: Cancellable, CustomCombineIdentifierConvertible {
| `- note: protocol 'Subscription' does not conform to the 'Sendable' protocol
11 |
12 | /// Tells a publisher that it may send more values to the subscriber.
[150/174] Compiling CombineX EmptySubscription.swift
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Subscribers/Demand.swift:29:27: warning: static property 'unlimited' is not concurrency-safe because non-'Sendable' type 'Subscribers.Demand' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// - unlimited: A request for an unlimited number of items.
6 | /// - max: A request for a maximum number of items.
7 | public struct Demand: Equatable, Comparable, Hashable, Codable, CustomStringConvertible {
| `- note: consider making struct 'Demand' conform to the 'Sendable' protocol
8 |
9 | @usableFromInline
:
27 |
28 | /// Requests as many values as the `Publisher` can produce.
29 | public static let unlimited = Demand(Demand._unlimited)
| |- warning: static property 'unlimited' is not concurrency-safe because non-'Sendable' type 'Subscribers.Demand' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'unlimited' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
30 |
31 | /// A demand for no items.
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Subscribers/Demand.swift:34:27: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'Subscribers.Demand' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// - unlimited: A request for an unlimited number of items.
6 | /// - max: A request for a maximum number of items.
7 | public struct Demand: Equatable, Comparable, Hashable, Codable, CustomStringConvertible {
| `- note: consider making struct 'Demand' conform to the 'Sendable' protocol
8 |
9 | @usableFromInline
:
32 | ///
33 | /// This is equivalent to `Demand.max(0)`.
34 | public static let none = Demand(0)
| |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'Subscribers.Demand' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
35 |
36 | /// Limits the maximum number of values.
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Subscriptions/EmptySubscription.swift:6:23: warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'any Subscription' may have shared mutable state; this is an error in the Swift 6 language mode
4 | ///
5 | /// Use the empty subscription when you need a `Subscription` that ignores requests and cancellation.
6 | public static let empty: Subscription = EmptySubscription()
| |- warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'any Subscription' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Subscription.swift:10:17: note: protocol 'Subscription' does not conform to the 'Sendable' protocol
8 | ///
9 | /// Canceling a subscription frees up any resources previously allocated by attaching the `Subscriber`.
10 | public protocol Subscription: Cancellable, CustomCombineIdentifierConvertible {
| `- note: protocol 'Subscription' does not conform to the 'Sendable' protocol
11 |
12 | /// Tells a publisher that it may send more values to the subscriber.
[151/174] Compiling CombineX Subscriptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Subscribers/Demand.swift:29:27: warning: static property 'unlimited' is not concurrency-safe because non-'Sendable' type 'Subscribers.Demand' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// - unlimited: A request for an unlimited number of items.
6 | /// - max: A request for a maximum number of items.
7 | public struct Demand: Equatable, Comparable, Hashable, Codable, CustomStringConvertible {
| `- note: consider making struct 'Demand' conform to the 'Sendable' protocol
8 |
9 | @usableFromInline
:
27 |
28 | /// Requests as many values as the `Publisher` can produce.
29 | public static let unlimited = Demand(Demand._unlimited)
| |- warning: static property 'unlimited' is not concurrency-safe because non-'Sendable' type 'Subscribers.Demand' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'unlimited' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
30 |
31 | /// A demand for no items.
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Subscribers/Demand.swift:34:27: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'Subscribers.Demand' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// - unlimited: A request for an unlimited number of items.
6 | /// - max: A request for a maximum number of items.
7 | public struct Demand: Equatable, Comparable, Hashable, Codable, CustomStringConvertible {
| `- note: consider making struct 'Demand' conform to the 'Sendable' protocol
8 |
9 | @usableFromInline
:
32 | ///
33 | /// This is equivalent to `Demand.max(0)`.
34 | public static let none = Demand(0)
| |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'Subscribers.Demand' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
35 |
36 | /// Limits the maximum number of values.
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Subscriptions/EmptySubscription.swift:6:23: warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'any Subscription' may have shared mutable state; this is an error in the Swift 6 language mode
4 | ///
5 | /// Use the empty subscription when you need a `Subscription` that ignores requests and cancellation.
6 | public static let empty: Subscription = EmptySubscription()
| |- warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'any Subscription' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Subscription.swift:10:17: note: protocol 'Subscription' does not conform to the 'Sendable' protocol
8 | ///
9 | /// Canceling a subscription frees up any resources previously allocated by attaching the `Subscriber`.
10 | public protocol Subscription: Cancellable, CustomCombineIdentifierConvertible {
| `- note: protocol 'Subscription' does not conform to the 'Sendable' protocol
11 |
12 | /// Tells a publisher that it may send more values to the subscriber.
[152/174] Compiling _CXCompatible FlatMap.swift
[153/174] Compiling _CXCompatible SwitchToLatest.swift
[154/174] Compiling _CXCompatible Optional.swift
[155/174] Compiling CombineX BreakPoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Schedulers/ImmediateScheduler.swift:104:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ImmediateScheduler' may have shared mutable state; this is an error in the Swift 6 language mode
2 | ///
3 | /// You can use this scheduler for immediate actions. If you attempt to schedule actions after a specific date, the scheduler ignores the date and executes synchronously.
4 | public struct ImmediateScheduler: Scheduler {
| `- note: consider making struct 'ImmediateScheduler' conform to the 'Sendable' protocol
5 |
6 | /// The time type used by the immediate scheduler.
:
102 | ///
103 | /// You cannot create instances of the immediate scheduler yourself. Use only the shared instance.
104 | public static let shared: ImmediateScheduler = ImmediateScheduler()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ImmediateScheduler' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
105 |
106 | public func schedule(options: SchedulerOptions?, _ action: @escaping () -> Void) {
[156/174] Compiling CombineX Buffer.swift
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Schedulers/ImmediateScheduler.swift:104:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ImmediateScheduler' may have shared mutable state; this is an error in the Swift 6 language mode
2 | ///
3 | /// You can use this scheduler for immediate actions. If you attempt to schedule actions after a specific date, the scheduler ignores the date and executes synchronously.
4 | public struct ImmediateScheduler: Scheduler {
| `- note: consider making struct 'ImmediateScheduler' conform to the 'Sendable' protocol
5 |
6 | /// The time type used by the immediate scheduler.
:
102 | ///
103 | /// You cannot create instances of the immediate scheduler yourself. Use only the shared instance.
104 | public static let shared: ImmediateScheduler = ImmediateScheduler()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ImmediateScheduler' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
105 |
106 | public func schedule(options: SchedulerOptions?, _ action: @escaping () -> Void) {
[157/174] Compiling CombineX CollectByTime.swift
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Schedulers/ImmediateScheduler.swift:104:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ImmediateScheduler' may have shared mutable state; this is an error in the Swift 6 language mode
2 | ///
3 | /// You can use this scheduler for immediate actions. If you attempt to schedule actions after a specific date, the scheduler ignores the date and executes synchronously.
4 | public struct ImmediateScheduler: Scheduler {
| `- note: consider making struct 'ImmediateScheduler' conform to the 'Sendable' protocol
5 |
6 | /// The time type used by the immediate scheduler.
:
102 | ///
103 | /// You cannot create instances of the immediate scheduler yourself. Use only the shared instance.
104 | public static let shared: ImmediateScheduler = ImmediateScheduler()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ImmediateScheduler' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
105 |
106 | public func schedule(options: SchedulerOptions?, _ action: @escaping () -> Void) {
[158/174] Compiling CombineX CombineLatest.swift
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Schedulers/ImmediateScheduler.swift:104:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ImmediateScheduler' may have shared mutable state; this is an error in the Swift 6 language mode
2 | ///
3 | /// You can use this scheduler for immediate actions. If you attempt to schedule actions after a specific date, the scheduler ignores the date and executes synchronously.
4 | public struct ImmediateScheduler: Scheduler {
| `- note: consider making struct 'ImmediateScheduler' conform to the 'Sendable' protocol
5 |
6 | /// The time type used by the immediate scheduler.
:
102 | ///
103 | /// You cannot create instances of the immediate scheduler yourself. Use only the shared instance.
104 | public static let shared: ImmediateScheduler = ImmediateScheduler()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ImmediateScheduler' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
105 |
106 | public func schedule(options: SchedulerOptions?, _ action: @escaping () -> Void) {
[159/174] Compiling CombineX Debounce.swift
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Schedulers/ImmediateScheduler.swift:104:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ImmediateScheduler' may have shared mutable state; this is an error in the Swift 6 language mode
2 | ///
3 | /// You can use this scheduler for immediate actions. If you attempt to schedule actions after a specific date, the scheduler ignores the date and executes synchronously.
4 | public struct ImmediateScheduler: Scheduler {
| `- note: consider making struct 'ImmediateScheduler' conform to the 'Sendable' protocol
5 |
6 | /// The time type used by the immediate scheduler.
:
102 | ///
103 | /// You cannot create instances of the immediate scheduler yourself. Use only the shared instance.
104 | public static let shared: ImmediateScheduler = ImmediateScheduler()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ImmediateScheduler' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
105 |
106 | public func schedule(options: SchedulerOptions?, _ action: @escaping () -> Void) {
[160/174] Compiling CombineX HandleEvents.swift
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Schedulers/ImmediateScheduler.swift:104:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ImmediateScheduler' may have shared mutable state; this is an error in the Swift 6 language mode
2 | ///
3 | /// You can use this scheduler for immediate actions. If you attempt to schedule actions after a specific date, the scheduler ignores the date and executes synchronously.
4 | public struct ImmediateScheduler: Scheduler {
| `- note: consider making struct 'ImmediateScheduler' conform to the 'Sendable' protocol
5 |
6 | /// The time type used by the immediate scheduler.
:
102 | ///
103 | /// You cannot create instances of the immediate scheduler yourself. Use only the shared instance.
104 | public static let shared: ImmediateScheduler = ImmediateScheduler()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ImmediateScheduler' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
105 |
106 | public func schedule(options: SchedulerOptions?, _ action: @escaping () -> Void) {
[161/174] Compiling CombineX SwitchToLatest.swift
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Schedulers/ImmediateScheduler.swift:104:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ImmediateScheduler' may have shared mutable state; this is an error in the Swift 6 language mode
2 | ///
3 | /// You can use this scheduler for immediate actions. If you attempt to schedule actions after a specific date, the scheduler ignores the date and executes synchronously.
4 | public struct ImmediateScheduler: Scheduler {
| `- note: consider making struct 'ImmediateScheduler' conform to the 'Sendable' protocol
5 |
6 | /// The time type used by the immediate scheduler.
:
102 | ///
103 | /// You cannot create instances of the immediate scheduler yourself. Use only the shared instance.
104 | public static let shared: ImmediateScheduler = ImmediateScheduler()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ImmediateScheduler' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
105 |
106 | public func schedule(options: SchedulerOptions?, _ action: @escaping () -> Void) {
[162/174] Compiling CombineX Throttle.swift
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Schedulers/ImmediateScheduler.swift:104:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ImmediateScheduler' may have shared mutable state; this is an error in the Swift 6 language mode
2 | ///
3 | /// You can use this scheduler for immediate actions. If you attempt to schedule actions after a specific date, the scheduler ignores the date and executes synchronously.
4 | public struct ImmediateScheduler: Scheduler {
| `- note: consider making struct 'ImmediateScheduler' conform to the 'Sendable' protocol
5 |
6 | /// The time type used by the immediate scheduler.
:
102 | ///
103 | /// You cannot create instances of the immediate scheduler yourself. Use only the shared instance.
104 | public static let shared: ImmediateScheduler = ImmediateScheduler()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ImmediateScheduler' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
105 |
106 | public func schedule(options: SchedulerOptions?, _ action: @escaping () -> Void) {
[163/174] Compiling CombineX Timeout.swift
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Schedulers/ImmediateScheduler.swift:104:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ImmediateScheduler' may have shared mutable state; this is an error in the Swift 6 language mode
2 | ///
3 | /// You can use this scheduler for immediate actions. If you attempt to schedule actions after a specific date, the scheduler ignores the date and executes synchronously.
4 | public struct ImmediateScheduler: Scheduler {
| `- note: consider making struct 'ImmediateScheduler' conform to the 'Sendable' protocol
5 |
6 | /// The time type used by the immediate scheduler.
:
102 | ///
103 | /// You cannot create instances of the immediate scheduler yourself. Use only the shared instance.
104 | public static let shared: ImmediateScheduler = ImmediateScheduler()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ImmediateScheduler' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
105 |
106 | public func schedule(options: SchedulerOptions?, _ action: @escaping () -> Void) {
[164/174] Compiling CombineX Scheduler.swift
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Schedulers/ImmediateScheduler.swift:104:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ImmediateScheduler' may have shared mutable state; this is an error in the Swift 6 language mode
2 | ///
3 | /// You can use this scheduler for immediate actions. If you attempt to schedule actions after a specific date, the scheduler ignores the date and executes synchronously.
4 | public struct ImmediateScheduler: Scheduler {
| `- note: consider making struct 'ImmediateScheduler' conform to the 'Sendable' protocol
5 |
6 | /// The time type used by the immediate scheduler.
:
102 | ///
103 | /// You cannot create instances of the immediate scheduler yourself. Use only the shared instance.
104 | public static let shared: ImmediateScheduler = ImmediateScheduler()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ImmediateScheduler' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
105 |
106 | public func schedule(options: SchedulerOptions?, _ action: @escaping () -> Void) {
[165/174] Compiling CombineX SchedulerTimeIntervalConvertible.swift
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Schedulers/ImmediateScheduler.swift:104:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ImmediateScheduler' may have shared mutable state; this is an error in the Swift 6 language mode
2 | ///
3 | /// You can use this scheduler for immediate actions. If you attempt to schedule actions after a specific date, the scheduler ignores the date and executes synchronously.
4 | public struct ImmediateScheduler: Scheduler {
| `- note: consider making struct 'ImmediateScheduler' conform to the 'Sendable' protocol
5 |
6 | /// The time type used by the immediate scheduler.
:
102 | ///
103 | /// You cannot create instances of the immediate scheduler yourself. Use only the shared instance.
104 | public static let shared: ImmediateScheduler = ImmediateScheduler()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ImmediateScheduler' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
105 |
106 | public func schedule(options: SchedulerOptions?, _ action: @escaping () -> Void) {
[166/174] Compiling CombineX ImmediateScheduler.swift
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Schedulers/ImmediateScheduler.swift:104:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ImmediateScheduler' may have shared mutable state; this is an error in the Swift 6 language mode
2 | ///
3 | /// You can use this scheduler for immediate actions. If you attempt to schedule actions after a specific date, the scheduler ignores the date and executes synchronously.
4 | public struct ImmediateScheduler: Scheduler {
| `- note: consider making struct 'ImmediateScheduler' conform to the 'Sendable' protocol
5 |
6 | /// The time type used by the immediate scheduler.
:
102 | ///
103 | /// You cannot create instances of the immediate scheduler yourself. Use only the shared instance.
104 | public static let shared: ImmediateScheduler = ImmediateScheduler()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'ImmediateScheduler' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
105 |
106 | public func schedule(options: SchedulerOptions?, _ action: @escaping () -> Void) {
[167/187] Compiling _CXCompatible Dispatch.swift
[168/187] Compiling _CXCompatible CXNamespace.swift
[169/187] 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 {
[170/187] 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 {
[171/187] Emitting module Semver
[172/187] Compiling Semver Semver.swift
[173/187] Compiling CwlCatchException CwlCatchException.swift
[174/191] Compiling CwlPreconditionTesting CwlBadInstructionException.swift
[175/191] Emitting module CwlPreconditionTesting
[176/191] Compiling CwlPreconditionTesting CwlCatchBadInstruction.swift
[177/191] Compiling CwlPreconditionTesting CwlDarwinDefinitions.swift
[178/228] Compiling CXFoundation Timer.swift
[179/228] 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
[180/231] Compiling CXFoundation Publishers+KeyValueObserving.swift
/Users/admin/builder/spi-builder-workspace/Sources/CXFoundation/Publishers+KeyValueObserving.swift:148:34: warning: capture of 'self' with non-sendable type 'CXWrappers.NSObject<Base>.KVOSubscription<Subject, Value>?' in a '@Sendable' closure
102 | //@available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *)
103 | extension CXWrappers.NSObject {
104 | private final class KVOSubscription<Subject: Foundation.NSObject, Value>: Subscription, CustomStringConvertible, CustomReflectable, CustomPlaygroundDisplayConvertible {
| `- note: generic class 'KVOSubscription' does not conform to the 'Sendable' protocol
105 | private var observation: NSKeyValueObservation? // GuardedBy(lock)
106 | private var demand: Subscribers.Demand // GuardedBy(lock)
:
146 | options: options
147 | ) { [weak self] obj, _ in
148 | guard let self = self else {
| `- warning: capture of 'self' with non-sendable type 'CXWrappers.NSObject<Base>.KVOSubscription<Subject, Value>?' in a '@Sendable' closure
149 | return
150 | }
/Users/admin/builder/spi-builder-workspace/Sources/CXFoundation/Publishers+KeyValueObserving.swift:151:42: warning: capture of 'keyPath' with non-sendable type 'KeyPath<Subject, Value>' in a '@Sendable' closure
149 | return
150 | }
151 | let value = obj[keyPath: keyPath]
| `- warning: capture of 'keyPath' with non-sendable type 'KeyPath<Subject, Value>' in a '@Sendable' closure
152 | self.lock.lock()
153 | if self.demand > 0, let sub = self.subscriber {
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
1 | public class KeyPath<Root, Value> : PartialKeyPath<Root> {
| `- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
2 | @objc deinit
3 | }
[181/236] Compiling CXFoundation RunLoop.swift
[182/242] Compiling Nimble NMBObjCMatcher.swift
/Users/admin/builder/spi-builder-workspace/Sources/CXFoundation/NotificationCenter.swift:160:34: warning: capture of 'self' with non-sendable type 'Notification.Subscription<S>?' in a '@Sendable' closure
116 | private extension Notification {
117 |
118 | final class Subscription<S: Subscriber>: CombineX.Subscription, CustomStringConvertible, CustomReflectable, CustomPlaygroundDisplayConvertible
| `- note: generic class 'Subscription' does not conform to the 'Sendable' protocol
119 | where
120 | S.Input == Notification
:
158 | queue: nil
159 | ) { [weak self] note in
160 | guard let self = self else { return }
| `- warning: capture of 'self' with non-sendable type 'Notification.Subscription<S>?' in a '@Sendable' closure
161 |
162 | self.lock.lock()
/Users/admin/builder/spi-builder-workspace/Sources/CXFoundation/NotificationCenter.swift:176:44: warning: capture of 'next' with non-sendable type 'S' in a '@Sendable' closure
116 | private extension Notification {
117 |
118 | final class Subscription<S: Subscriber>: CombineX.Subscription, CustomStringConvertible, CustomReflectable, CustomPlaygroundDisplayConvertible
| `- note: consider making generic parameter 'S' conform to the 'Sendable' protocol
119 | where
120 | S.Input == Notification
:
174 | if demand > 0 {
175 | self.downstreamLock.lock()
176 | let additionalDemand = next.receive(note)
| `- warning: capture of 'next' with non-sendable type 'S' in a '@Sendable' closure
177 | self.downstreamLock.unlock()
178 |
[183/242] Compiling Nimble NimbleEnvironment.swift
/Users/admin/builder/spi-builder-workspace/Sources/CXFoundation/NotificationCenter.swift:160:34: warning: capture of 'self' with non-sendable type 'Notification.Subscription<S>?' in a '@Sendable' closure
116 | private extension Notification {
117 |
118 | final class Subscription<S: Subscriber>: CombineX.Subscription, CustomStringConvertible, CustomReflectable, CustomPlaygroundDisplayConvertible
| `- note: generic class 'Subscription' does not conform to the 'Sendable' protocol
119 | where
120 | S.Input == Notification
:
158 | queue: nil
159 | ) { [weak self] note in
160 | guard let self = self else { return }
| `- warning: capture of 'self' with non-sendable type 'Notification.Subscription<S>?' in a '@Sendable' closure
161 |
162 | self.lock.lock()
/Users/admin/builder/spi-builder-workspace/Sources/CXFoundation/NotificationCenter.swift:176:44: warning: capture of 'next' with non-sendable type 'S' in a '@Sendable' closure
116 | private extension Notification {
117 |
118 | final class Subscription<S: Subscriber>: CombineX.Subscription, CustomStringConvertible, CustomReflectable, CustomPlaygroundDisplayConvertible
| `- note: consider making generic parameter 'S' conform to the 'Sendable' protocol
119 | where
120 | S.Input == Notification
:
174 | if demand > 0 {
175 | self.downstreamLock.lock()
176 | let additionalDemand = next.receive(note)
| `- warning: capture of 'next' with non-sendable type 'S' in a '@Sendable' closure
177 | self.downstreamLock.unlock()
178 |
[184/242] Compiling CXFoundation OperationQueue.swift
/Users/admin/builder/spi-builder-workspace/Sources/CXFoundation/OperationQueue.swift:166:20: warning: static property 'readySchedulingQueue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
164 |
165 | private final class DelayReadyOperation: Operation, Cancellable {
166 | static var readySchedulingQueue: DispatchQueue = {
| |- warning: static property 'readySchedulingQueue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'readySchedulingQueue' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'readySchedulingQueue' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
167 | return DispatchQueue(label: "DelayReadyOperation")
168 | }()
/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/OperationQueue.swift:201:40: warning: passing non-sendable parameter 'action' to function expecting a @Sendable closure
198 |
199 | public func schedule(options: SchedulerOptions?,
200 | _ action: @escaping () -> Void) {
| `- note: parameter 'action' is implicitly non-sendable
201 | let op = BlockOperation(block: action)
| `- warning: passing non-sendable parameter 'action' to function expecting a @Sendable closure
202 | base.addOperation(op)
203 | }
[185/242] 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
[186/242] Compiling Nimble AdapterProtocols.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
[187/242] Compiling Nimble AssertionDispatcher.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
[188/242] 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:166:20: warning: static property 'readySchedulingQueue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
164 |
165 | private final class DelayReadyOperation: Operation, Cancellable {
166 | static var readySchedulingQueue: DispatchQueue = {
| |- warning: static property 'readySchedulingQueue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'readySchedulingQueue' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'readySchedulingQueue' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
167 | return DispatchQueue(label: "DelayReadyOperation")
168 | }()
/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
[189/242] Compiling Nimble AssertionRecorder.swift
/Users/admin/builder/spi-builder-workspace/Sources/CXFoundation/DispatchQueue.swift:284:76: warning: passing non-sendable parameter 'action' to function expecting a @Sendable closure
276 | }
277 |
278 | public func schedule(options: SchedulerOptions?, _ action: @escaping () -> Void) {
| `- note: parameter 'action' is implicitly non-sendable
279 | let qos = options?.qos ?? .unspecified
280 | let flags = options?.flags ?? []
:
282 | if let group = options?.group {
283 | // Distinguish on the group because it appears to not be a call-through like the others. This may need to be adjusted.
284 | self.base.async(group: group, qos: qos, flags: flags, execute: action)
| `- warning: passing non-sendable parameter 'action' to function expecting a @Sendable closure
285 | } else {
286 | self.base.async(qos: qos, flags: flags, execute: action)
/Users/admin/builder/spi-builder-workspace/Sources/CXFoundation/DispatchQueue.swift:286:62: warning: passing non-sendable parameter 'action' to function expecting a @Sendable closure
276 | }
277 |
278 | public func schedule(options: SchedulerOptions?, _ action: @escaping () -> Void) {
| `- note: parameter 'action' is implicitly non-sendable
279 | let qos = options?.qos ?? .unspecified
280 | let flags = options?.flags ?? []
:
284 | self.base.async(group: group, qos: qos, flags: flags, execute: action)
285 | } else {
286 | self.base.async(qos: qos, flags: flags, execute: action)
| `- warning: passing non-sendable parameter 'action' to function expecting a @Sendable closure
287 | }
288 | }
/Users/admin/builder/spi-builder-workspace/Sources/CXFoundation/DispatchQueue.swift:298:92: warning: passing non-sendable parameter 'action' to function expecting a @Sendable closure
291 | tolerance: SchedulerTimeType.Stride,
292 | options: SchedulerOptions?,
293 | _ action: @escaping () -> Void) {
| `- note: parameter 'action' is implicitly non-sendable
294 | // TODO: Tolerance ignored
295 | let qos = options?.qos ?? .unspecified
296 | let flags = options?.flags ?? []
297 |
298 | self.base.asyncAfter(deadline: date.dispatchTime, qos: qos, flags: flags, execute: action)
| `- warning: passing non-sendable parameter 'action' to function expecting a @Sendable closure
299 | }
300 |
/Users/admin/builder/spi-builder-workspace/Sources/CXFoundation/Internal/Polyfill.swift:11:71: warning: passing non-sendable parameter 'block' to function expecting a @Sendable closure
3 | extension Timer {
4 |
5 | class func cx_init(timeInterval interval: TimeInterval, repeats: Bool, block: @escaping (Timer) -> Void) -> Timer {
| `- note: parameter 'block' is implicitly non-sendable
6 | #if canImport(ObjectiveC)
7 | guard #available(OSX 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *) else {
:
9 | }
10 | #endif
11 | return Timer(timeInterval: interval, repeats: repeats, block: block)
| `- warning: passing non-sendable parameter 'block' to function expecting a @Sendable closure
12 | }
13 |
/Users/admin/builder/spi-builder-workspace/Sources/CXFoundation/Internal/Polyfill.swift:20:79: warning: passing non-sendable parameter 'block' to function expecting a @Sendable closure
12 | }
13 |
14 | class func cx_init(fire date: Date, interval: TimeInterval, repeats: Bool, block: @escaping (Timer) -> Void) -> Timer {
| `- note: parameter 'block' is implicitly non-sendable
15 | #if canImport(ObjectiveC)
16 | guard #available(OSX 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *) else {
:
18 | }
19 | #endif
20 | return Timer(fire: date, interval: interval, repeats: repeats, block: block)
| `- warning: passing non-sendable parameter 'block' to function expecting a @Sendable closure
21 | }
22 |
/Users/admin/builder/spi-builder-workspace/Sources/CXFoundation/Internal/Polyfill.swift:29:89: warning: passing non-sendable parameter 'block' to function expecting a @Sendable closure
21 | }
22 |
23 | @discardableResult class func cx_scheduledTimer(withTimeInterval interval: TimeInterval, repeats: Bool, block: @escaping (Timer) -> Void) -> Timer {
| `- note: parameter 'block' is implicitly non-sendable
24 | #if canImport(ObjectiveC)
25 | guard #available(OSX 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *) else {
:
27 | }
28 | #endif
29 | return self.scheduledTimer(withTimeInterval: interval, repeats: repeats, block: block)
| `- warning: passing non-sendable parameter 'block' to function expecting a @Sendable closure
30 | }
31 |
/Users/admin/builder/spi-builder-workspace/Sources/CXFoundation/Internal/Polyfill.swift:51:45: warning: passing non-sendable parameter 'block' to function expecting a @Sendable closure
42 | extension RunLoop {
43 |
44 | func cx_perform(inModes modes: [RunLoop.Mode], block: @escaping () -> Void) {
| `- note: parameter 'block' is implicitly non-sendable
45 | #if canImport(ObjectiveC)
46 | guard #available(OSX 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *) else {
:
49 | }
50 | #endif
51 | self.perform(inModes: modes, block: block)
| `- warning: passing non-sendable parameter 'block' to function expecting a @Sendable closure
52 | }
53 |
/Users/admin/builder/spi-builder-workspace/Sources/CXFoundation/Internal/Polyfill.swift:61:22: warning: passing non-sendable parameter 'block' to function expecting a @Sendable closure
52 | }
53 |
54 | func cx_perform(_ block: @escaping () -> Void) {
| `- note: parameter 'block' is implicitly non-sendable
55 | #if canImport(ObjectiveC)
56 | guard #available(OSX 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *) else {
:
59 | }
60 | #endif
61 | self.perform(block)
| `- warning: passing non-sendable parameter 'block' to function expecting a @Sendable closure
62 | }
63 |
[190/242] Compiling Nimble NMBExpectation.swift
/Users/admin/builder/spi-builder-workspace/Sources/CXFoundation/DispatchQueue.swift:284:76: warning: passing non-sendable parameter 'action' to function expecting a @Sendable closure
276 | }
277 |
278 | public func schedule(options: SchedulerOptions?, _ action: @escaping () -> Void) {
| `- note: parameter 'action' is implicitly non-sendable
279 | let qos = options?.qos ?? .unspecified
280 | let flags = options?.flags ?? []
:
282 | if let group = options?.group {
283 | // Distinguish on the group because it appears to not be a call-through like the others. This may need to be adjusted.
284 | self.base.async(group: group, qos: qos, flags: flags, execute: action)
| `- warning: passing non-sendable parameter 'action' to function expecting a @Sendable closure
285 | } else {
286 | self.base.async(qos: qos, flags: flags, execute: action)
/Users/admin/builder/spi-builder-workspace/Sources/CXFoundation/DispatchQueue.swift:286:62: warning: passing non-sendable parameter 'action' to function expecting a @Sendable closure
276 | }
277 |
278 | public func schedule(options: SchedulerOptions?, _ action: @escaping () -> Void) {
| `- note: parameter 'action' is implicitly non-sendable
279 | let qos = options?.qos ?? .unspecified
280 | let flags = options?.flags ?? []
:
284 | self.base.async(group: group, qos: qos, flags: flags, execute: action)
285 | } else {
286 | self.base.async(qos: qos, flags: flags, execute: action)
| `- warning: passing non-sendable parameter 'action' to function expecting a @Sendable closure
287 | }
288 | }
/Users/admin/builder/spi-builder-workspace/Sources/CXFoundation/DispatchQueue.swift:298:92: warning: passing non-sendable parameter 'action' to function expecting a @Sendable closure
291 | tolerance: SchedulerTimeType.Stride,
292 | options: SchedulerOptions?,
293 | _ action: @escaping () -> Void) {
| `- note: parameter 'action' is implicitly non-sendable
294 | // TODO: Tolerance ignored
295 | let qos = options?.qos ?? .unspecified
296 | let flags = options?.flags ?? []
297 |
298 | self.base.asyncAfter(deadline: date.dispatchTime, qos: qos, flags: flags, execute: action)
| `- warning: passing non-sendable parameter 'action' to function expecting a @Sendable closure
299 | }
300 |
/Users/admin/builder/spi-builder-workspace/Sources/CXFoundation/Internal/Polyfill.swift:11:71: warning: passing non-sendable parameter 'block' to function expecting a @Sendable closure
3 | extension Timer {
4 |
5 | class func cx_init(timeInterval interval: TimeInterval, repeats: Bool, block: @escaping (Timer) -> Void) -> Timer {
| `- note: parameter 'block' is implicitly non-sendable
6 | #if canImport(ObjectiveC)
7 | guard #available(OSX 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *) else {
:
9 | }
10 | #endif
11 | return Timer(timeInterval: interval, repeats: repeats, block: block)
| `- warning: passing non-sendable parameter 'block' to function expecting a @Sendable closure
12 | }
13 |
/Users/admin/builder/spi-builder-workspace/Sources/CXFoundation/Internal/Polyfill.swift:20:79: warning: passing non-sendable parameter 'block' to function expecting a @Sendable closure
12 | }
13 |
14 | class func cx_init(fire date: Date, interval: TimeInterval, repeats: Bool, block: @escaping (Timer) -> Void) -> Timer {
| `- note: parameter 'block' is implicitly non-sendable
15 | #if canImport(ObjectiveC)
16 | guard #available(OSX 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *) else {
:
18 | }
19 | #endif
20 | return Timer(fire: date, interval: interval, repeats: repeats, block: block)
| `- warning: passing non-sendable parameter 'block' to function expecting a @Sendable closure
21 | }
22 |
/Users/admin/builder/spi-builder-workspace/Sources/CXFoundation/Internal/Polyfill.swift:29:89: warning: passing non-sendable parameter 'block' to function expecting a @Sendable closure
21 | }
22 |
23 | @discardableResult class func cx_scheduledTimer(withTimeInterval interval: TimeInterval, repeats: Bool, block: @escaping (Timer) -> Void) -> Timer {
| `- note: parameter 'block' is implicitly non-sendable
24 | #if canImport(ObjectiveC)
25 | guard #available(OSX 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *) else {
:
27 | }
28 | #endif
29 | return self.scheduledTimer(withTimeInterval: interval, repeats: repeats, block: block)
| `- warning: passing non-sendable parameter 'block' to function expecting a @Sendable closure
30 | }
31 |
/Users/admin/builder/spi-builder-workspace/Sources/CXFoundation/Internal/Polyfill.swift:51:45: warning: passing non-sendable parameter 'block' to function expecting a @Sendable closure
42 | extension RunLoop {
43 |
44 | func cx_perform(inModes modes: [RunLoop.Mode], block: @escaping () -> Void) {
| `- note: parameter 'block' is implicitly non-sendable
45 | #if canImport(ObjectiveC)
46 | guard #available(OSX 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *) else {
:
49 | }
50 | #endif
51 | self.perform(inModes: modes, block: block)
| `- warning: passing non-sendable parameter 'block' to function expecting a @Sendable closure
52 | }
53 |
/Users/admin/builder/spi-builder-workspace/Sources/CXFoundation/Internal/Polyfill.swift:61:22: warning: passing non-sendable parameter 'block' to function expecting a @Sendable closure
52 | }
53 |
54 | func cx_perform(_ block: @escaping () -> Void) {
| `- note: parameter 'block' is implicitly non-sendable
55 | #if canImport(ObjectiveC)
56 | guard #available(OSX 10.12, iOS 10.0, tvOS 10.0, watchOS 3.0, *) else {
:
59 | }
60 | #endif
61 | self.perform(block)
| `- warning: passing non-sendable parameter 'block' to function expecting a @Sendable closure
62 | }
63 |
[190/242] Compiling QuickObjCRuntime QuickSpecBase.m
[192/265] Compiling CXFoundation URLSession.swift
/Users/admin/builder/spi-builder-workspace/Sources/CXFoundation/URLSession.swift:141:44: warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
139 | let task = p.session.dataTask(
140 | with: p.request,
141 | completionHandler: handleResponse(data:response:error:)
| `- warning: converting non-sendable function value to '@Sendable (Data?, URLResponse?, (any Error)?) -> Void' may introduce data races
142 | )
143 | self.task = task
[193/267] Compiling _CXShim @_exported.swift
[194/267] Emitting module _CXShim
[195/278] Compiling _CXTest TracingSubscription.swift
[196/279] Compiling _CXTest CompletionExtensions.swift
[197/279] Compiling _CXTest Math.swift
[198/279] Compiling _CXTest GlobalCounter.swift
/Users/admin/builder/spi-builder-workspace/Sources/_CXTest/Common/GlobalCounter.swift:3:24: warning: static property 'lock' is not concurrency-safe because non-'Sendable' type 'Lock' may have shared mutable state; this is an error in the Swift 6 language mode
1 | enum GlobalCounter {
2 |
3 | private static let lock = Lock()
| |- warning: static property 'lock' is not concurrency-safe because non-'Sendable' type 'Lock' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'lock' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4 | private static var count = 0
5 |
/Users/admin/builder/spi-builder-workspace/Sources/_CXTest/Common/Locking.swift:40:17: note: consider making struct 'Lock' conform to the 'Sendable' protocol
38 | // MARK: - Lock
39 |
40 | internal struct Lock: Locking {
| `- note: consider making struct 'Lock' conform to the 'Sendable' protocol
41 |
42 | private let _lock: UnsafeMutableRawPointer
/Users/admin/builder/spi-builder-workspace/Sources/_CXTest/Common/GlobalCounter.swift:4:24: warning: static property 'count' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | private static let lock = Lock()
4 | private static var count = 0
| |- warning: static property 'count' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'count' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'count' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 |
6 | static func next() -> Int {
[199/279] Compiling _CXTest TracingSubscriber.swift
[200/279] Compiling _CXTest BinaryHeap.swift
[201/279] Compiling _CXTest Const.swift
[202/279] Compiling _CXTest Locking.swift
[203/279] Emitting module _CXTest
/Users/admin/builder/spi-builder-workspace/Sources/_CXTest/Common/GlobalCounter.swift:3:24: warning: static property 'lock' is not concurrency-safe because non-'Sendable' type 'Lock' may have shared mutable state; this is an error in the Swift 6 language mode
1 | enum GlobalCounter {
2 |
3 | private static let lock = Lock()
| |- warning: static property 'lock' is not concurrency-safe because non-'Sendable' type 'Lock' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'lock' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
4 | private static var count = 0
5 |
/Users/admin/builder/spi-builder-workspace/Sources/_CXTest/Common/Locking.swift:40:17: note: consider making struct 'Lock' conform to the 'Sendable' protocol
38 | // MARK: - Lock
39 |
40 | internal struct Lock: Locking {
| `- note: consider making struct 'Lock' conform to the 'Sendable' protocol
41 |
42 | private let _lock: UnsafeMutableRawPointer
/Users/admin/builder/spi-builder-workspace/Sources/_CXTest/Common/GlobalCounter.swift:4:24: warning: static property 'count' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | private static let lock = Lock()
4 | private static var count = 0
| |- warning: static property 'count' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'count' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'count' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
5 |
6 | static func next() -> Int {
/Users/admin/builder/spi-builder-workspace/Sources/_CXTest/VirtualTime.swift:101:23: warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'VirtualTime' may have shared mutable state; this is an error in the Swift 6 language mode
5 | #endif
6 |
7 | public struct VirtualTime: Strideable, Hashable, Comparable {
| `- note: consider making struct 'VirtualTime' conform to the 'Sendable' protocol
8 |
9 | public struct Stride: ExpressibleByFloatLiteral, Comparable, SignedNumeric, SchedulerTimeIntervalConvertible {
:
99 | }
100 |
101 | public static let zero = VirtualTime(nanoseconds: 0)
| |- warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'VirtualTime' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'zero' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
102 | }
103 |
[204/279] Compiling _CXTest VirtualTime.swift
/Users/admin/builder/spi-builder-workspace/Sources/_CXTest/VirtualTime.swift:101:23: warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'VirtualTime' may have shared mutable state; this is an error in the Swift 6 language mode
5 | #endif
6 |
7 | public struct VirtualTime: Strideable, Hashable, Comparable {
| `- note: consider making struct 'VirtualTime' conform to the 'Sendable' protocol
8 |
9 | public struct Stride: ExpressibleByFloatLiteral, Comparable, SignedNumeric, SchedulerTimeIntervalConvertible {
:
99 | }
100 |
101 | public static let zero = VirtualTime(nanoseconds: 0)
| |- warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'VirtualTime' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'zero' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
102 | }
103 |
[205/279] Compiling _CXTest TransparentPublisher.swift
[206/279] Compiling _CXTest VirtualTimeScheduler.swift
[207/279] Emitting module Quick
[210/279] Compiling Quick Configuration.swift
[211/281] Emitting module Nimble
[212/286] Compiling Quick ExampleHooks.swift
[213/286] Compiling Quick HooksPhase.swift
[214/286] Compiling Quick QuickSpec.swift
[215/286] Compiling Quick QuickTestObservation.swift
[216/286] Compiling Quick ExampleMetadata.swift
[220/286] Compiling Quick ErrorUtility.swift
[221/286] Compiling Quick Example.swift
[222/286] Compiling Quick ExampleGroup.swift
[223/286] Compiling Quick URL+FileName.swift
[224/286] Compiling Quick World.swift
[225/286] Compiling Nimble Expression.swift
[226/286] Compiling Nimble FailureMessage.swift
[227/286] Compiling Nimble AllPass.swift
[228/286] Compiling Nimble Async.swift
[229/286] Compiling Nimble BeAKindOf.swift
[230/286] Compiling Nimble BeAnInstanceOf.swift
[231/286] Compiling Nimble BeCloseTo.swift
[232/286] Compiling Nimble BeEmpty.swift
[233/286] Compiling Nimble BeGreaterThan.swift
[234/286] Compiling Nimble BeGreaterThanOrEqualTo.swift
[235/286] Compiling Nimble BeIdenticalTo.swift
[236/286] Compiling Nimble BeLessThan.swift
[239/286] Compiling Nimble HaveCount.swift
[240/286] Compiling Nimble Match.swift
[241/286] Compiling Nimble MatchError.swift
[242/286] Compiling Nimble SatisfyAllOf.swift
[243/286] Compiling Nimble SatisfyAnyOf.swift
[244/286] Compiling Nimble ThrowAssertion.swift
[245/286] Compiling Nimble ThrowError.swift
[246/286] Compiling Nimble ToSucceed.swift
[247/286] Compiling Nimble MatcherFunc.swift
[248/286] Compiling Nimble MatcherProtocols.swift
[249/286] Compiling Nimble PostNotification.swift
[250/286] Compiling Nimble Predicate.swift
[251/286] Compiling Nimble RaisesException.swift
[252/286] Compiling Quick QuickTestSuite.swift
[253/286] Compiling Quick String+C99ExtendedIdentifier.swift
[254/286] Compiling Quick QuickMain.swift
[255/286] Compiling Quick QuickSelectedTestSuiteBuilder.swift
[259/286] Compiling Quick SuiteHooks.swift
[260/286] Compiling Quick NSBundle+CurrentTestBundle.swift
[262/286] Compiling Quick Filter.swift
[263/286] Compiling Quick Closures.swift
[268/286] Compiling Quick QuickConfiguration.swift
[269/286] Compiling Quick DSL.swift
[270/286] Compiling Quick World+DSL.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 @_exported.swift
[288/299] Compiling CXTestUtility Common.swift
[289/300] Compiling CXTestUtility TestTimeline.swift
[290/300] Compiling CXTestUtility TestError.swift
[291/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 |
/Users/admin/builder/spi-builder-workspace/Sources/CXTestUtility/Inconsistent/VersioningExpectation.swift:55:23: warning: static property 'v12_0' is not concurrency-safe because non-'Sendable' type 'XcodeVersion' may have shared mutable state; this is an error in the Swift 6 language mode
42 |
43 | // assume combine change its behaviour with xcode release, along with system update.
44 | public enum XcodeVersion: Equatable, Hashable, Comparable {
| `- note: consider making enum 'XcodeVersion' conform to the 'Sendable' protocol
45 |
46 | case v11_0
:
53 | case v11_7
54 | // let‘s forget about the chaotic period of Xcode 12.0 and skip to Xcode 12.2
55 | public static let v12_0 = XcodeVersion.v12_2
| |- warning: static property 'v12_0' is not concurrency-safe because non-'Sendable' type 'XcodeVersion' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'v12_0' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
56 | case v12_2
57 |
[292/300] Compiling CXTestUtility TracingSubscriber+extensions.swift
[293/300] Compiling CXTestUtility Sequence+scan.swift
[294/300] Compiling CXTestUtility Subject+send.swift
[295/300] Compiling CXTestUtility DispatchQueue+extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/CXTestUtility/Extensions/DispatchQueue+extensions.swift:12:21: warning: capture of 'w' with non-sendable type '(Int) -> Void' in a '@Sendable' closure
10 | for i in 0..<iterations {
11 | async(group: g) {
12 | w(i)
| |- warning: capture of 'w' with non-sendable type '(Int) -> Void' in a '@Sendable' closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
13 | }
14 | }
[296/300] Compiling CXTestUtility Int+loop.swift
/Users/admin/builder/spi-builder-workspace/Sources/CXTestUtility/Extensions/DispatchQueue+extensions.swift:12:21: warning: capture of 'w' with non-sendable type '(Int) -> Void' in a '@Sendable' closure
10 | for i in 0..<iterations {
11 | async(group: g) {
12 | w(i)
| |- warning: capture of 'w' with non-sendable type '(Int) -> Void' in a '@Sendable' closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
13 | }
14 | }
[297/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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[298/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/Inconsistent/VersioningExpectation.swift:55:23: warning: static property 'v12_0' is not concurrency-safe because non-'Sendable' type 'XcodeVersion' may have shared mutable state; this is an error in the Swift 6 language mode
42 |
43 | // assume combine change its behaviour with xcode release, along with system update.
44 | public enum XcodeVersion: Equatable, Hashable, Comparable {
| `- note: consider making enum 'XcodeVersion' conform to the 'Sendable' protocol
45 |
46 | case v11_0
:
53 | case v11_7
54 | // let‘s forget about the chaotic period of Xcode 12.0 and skip to Xcode 12.2
55 | public static let v12_0 = XcodeVersion.v12_2
| |- warning: static property 'v12_0' is not concurrency-safe because non-'Sendable' type 'XcodeVersion' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'v12_0' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
56 | case v12_2
57 |
/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 |
[299/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 |
[300/300] Compiling CXTestUtility TracingSubject.swift
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/53] Compiling CXUtility LockedAtomic.swift
[3/53] Compiling CXUtility Math.swift
[4/53] Compiling CXUtility Const.swift
[5/53] Emitting module CXUtility
[6/53] Compiling CXUtility Locking.swift
[7/53] Emitting module CwlCatchException
[8/53] Compiling CwlCatchException CwlCatchException.swift
[9/53] Compiling Atomics AtomicValue.swift
[10/54] Compiling _CXCompatible Optional.swift
[11/54] Compiling Atomics AtomicInteger.swift
[12/54] Compiling Atomics AtomicMemoryOrderings.swift
[13/54] Compiling _CXCompatible Dispatch.swift
[14/54] Compiling _CXCompatible CXNamespace.swift
[15/54] 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 {
[16/54] 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 {
[17/54] Compiling _CXCompatible FlatMap.swift
[18/54] Compiling _CXCompatible SwitchToLatest.swift
[19/54] Compiling _CXCompatible Swift.swift
[20/58] Compiling Atomics AtomicLazyReference.swift
[21/58] Compiling Atomics DoubleWord.swift
[22/58] Compiling Atomics AtomicBool.swift
[23/58] Compiling CwlPreconditionTesting CwlCatchBadInstruction.swift
[24/58] Compiling CwlPreconditionTesting CwlDarwinDefinitions.swift
[25/58] Compiling CwlPreconditionTesting CwlBadInstructionException.swift
[26/58] Emitting module CwlPreconditionTesting
[27/58] Compiling Atomics AtomicStrongReference.swift
[28/58] Compiling Atomics AtomicOptional.swift
[29/58] Compiling Atomics AtomicRawRepresentable.swift
[30/58] Compiling Quick ExampleMetadata.swift
[31/58] Compiling Quick Filter.swift
[32/58] Compiling Quick Closures.swift
[33/60] Compiling Quick QuickTestSuite.swift
[34/60] Compiling Quick String+C99ExtendedIdentifier.swift
[35/60] Compiling Quick ExampleHooks.swift
[36/60] Compiling Quick HooksPhase.swift
[37/60] Compiling Quick SuiteHooks.swift
[38/60] Compiling Quick NSBundle+CurrentTestBundle.swift
[39/60] Compiling Atomics PointerConformances.swift
[40/60] Emitting module Quick
[41/60] Emitting module Semver
[42/60] Compiling Semver Semver.swift
[43/60] Compiling Quick QuickMain.swift
[44/60] Compiling Quick QuickSelectedTestSuiteBuilder.swift
[45/60] Compiling Quick QuickSpec.swift
[46/60] Compiling Quick QuickTestObservation.swift
[47/110] Compiling Nimble AssertionDispatcher.swift
[48/110] Compiling Nimble AssertionRecorder.swift
[49/110] Compiling Nimble NMBExpectation.swift
[50/110] Compiling Nimble BeginWithPrefix.swift
[51/110] Compiling Nimble Contain.swift
[52/110] Compiling Nimble ContainElementSatisfying.swift
[53/110] Compiling Nimble ElementsEqual.swift
[54/110] Compiling Nimble EndWith.swift
[55/110] Compiling Nimble AdapterProtocols.swift
[56/110] Emitting module Atomics
[57/110] Compiling Atomics HighLevelTypes.swift
[58/110] Compiling Atomics IntegerConformances.swift
[59/223] Emitting module Nimble
[60/228] Compiling CombineX Published.swift
[61/228] Compiling CombineX Publisher.swift
[62/228] Compiling CombineX Contains.swift
[63/228] Compiling CombineX ContainsWhere.swift
[64/228] Compiling CombineX Count.swift
[65/228] Compiling CombineX Decode.swift
[66/228] Compiling CombineX Drop.swift
[67/228] Compiling CombineX AnyCancellable.swift
[68/228] Compiling CombineX AnyPublisher.swift
[69/228] Compiling CombineX AnySubscriber.swift
[70/228] Compiling CombineX CXNamespace.swift
[71/228] Compiling CombineX Cancellable.swift
[72/228] Compiling CombineX Completion+extensions.swift
[73/228] Compiling CombineX Never+reasons.swift
[74/228] Compiling CombineX Result+extensions.swift
[75/228] Compiling CombineX LinkedList.swift
[76/228] Compiling CombineX ObserableObjectCache.swift
[77/228] Compiling CombineX Coding.swift
[78/228] Compiling CombineX CombineIdentifier.swift
[79/228] Compiling CombineX ConnectablePublisher.swift
[80/228] Compiling CombineX CustomCombineIdentifierConvertible.swift
[81/228] Compiling CombineX CircularBuffer.swift
[82/228] Compiling CombineX DemandState.swift
[83/228] Compiling CombineX Throttle.swift
[84/228] Compiling CombineX Timeout.swift
[85/228] Compiling CombineX Scheduler.swift
[86/228] Compiling CombineX SchedulerTimeIntervalConvertible.swift
[87/228] Compiling CombineX ImmediateScheduler.swift
[88/228] Compiling CombineX AssertNoFailure.swift
[89/228] Compiling CombineX Catch.swift
[90/228] Compiling CombineX Collect.swift
[91/228] Compiling CombineX CombineLatest+.swift
[92/228] Compiling CombineX CompactMap.swift
[93/228] Compiling CombineX Comparison.swift
[94/228] Compiling CombineX Buffer.swift
[95/228] Compiling CombineX CollectByTime.swift
[96/228] Compiling CombineX CombineLatest.swift
[97/228] Compiling CombineX Debounce.swift
[98/228] Compiling CombineX HandleEvents.swift
[99/228] Compiling CombineX SwitchToLatest.swift
[100/228] Compiling CombineX OptionalProtocol.swift
[101/228] Compiling CombineX PeekableIterator.swift
[102/228] Compiling CombineX RelayState.swift
[103/228] Compiling CombineX Runtime.swift
[104/228] Compiling CombineX WeakHashBox.swift
[105/228] Compiling CombineX ObservableObject.swift
[108/228] Compiling CombineX CollectByCount.swift
[109/228] Compiling CombineX AllSatisfy.swift
[110/228] Compiling CombineX BreakPoint.swift
[122/228] Compiling Nimble Await.swift
[123/228] Compiling Nimble DispatchTimeInterval.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
/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/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/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/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/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/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/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/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/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/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/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/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
[137/240] Compiling CombineX TryCompactMap.swift
[138/240] Compiling CombineX TryDropWhile.swift
[139/240] Compiling CombineX TryPrefixWhile.swift
[140/240] Compiling CombineX TryReduce.swift
[141/240] Compiling CombineX TryRemoveDuplicates.swift
[142/240] Compiling CombineX TryScan.swift
[143/240] Compiling CombineX Zip.swift
[144/240] Compiling CombineX Autoconnect.swift
[145/240] Compiling CombineX Future.swift
[146/240] Compiling CombineX MakeConnectable.swift
[147/240] Compiling CombineX Multicast.swift
[148/240] Compiling CombineX Share.swift
[149/240] Compiling Nimble Errors.swift
[150/240] Compiling Nimble SourceLocation.swift
[151/240] Compiling Nimble Stringers.swift
[152/240] Compiling CombineX IgnoreOutput.swift
[153/240] Compiling CombineX Last.swift
[154/240] Compiling CombineX LastWhere.swift
[155/240] Compiling CombineX Map.swift
[156/240] Compiling CombineX MapKeyPath.swift
[157/240] Compiling CombineX Merge+.swift
[158/240] Compiling CombineX PrefixWhile.swift
[159/240] Compiling CombineX Reduce.swift
[160/240] Compiling CombineX RemoveDuplicates.swift
[161/240] Compiling CombineX Retry.swift
[162/240] 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:275: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
273 | }()
274 |
275 | @_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
276 | private func _getTypeByMangledNameInContext(
277 | _ 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 | }
[163/240] Compiling CombineX Scan.swift
[164/240] Compiling CombineX TryCombineLatest+.swift
[165/240] Compiling CombineX TryComparison.swift
[166/240] Compiling CombineX TryContainsWhere.swift
[167/240] Compiling CombineX TryFilter.swift
[168/240] Compiling CombineX TryFirstWhere.swift
[169/240] Compiling CombineX TryLastWhere.swift
[170/240] Compiling CombineX TryMap.swift
[171/240] Compiling CombineX Zip+.swift
[172/240] Compiling CombineX Concatenate.swift
[173/240] Compiling CombineX Deferred.swift
[174/240] Compiling CombineX Delay.swift
[175/240] 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 | }
[176/240] 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 | }
[177/240] 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 | }
[178/240] 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 | }
[179/240] 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 | }
[180/240] 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 | }
[181/240] 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 | }
[182/240] 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 | }
[183/240] 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 | }
[184/240] 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 | }
[185/240] 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 | }
[186/240] 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 | }
[187/240] Compiling CombineX DropUntilOutput.swift
[188/240] Compiling CombineX Empty.swift
[189/240] Compiling CombineX Fail.swift
[190/240] Compiling CombineX FlatMap.swift
[191/240] Compiling CombineX Just.swift
[192/240] Compiling CombineX MapError.swift
[193/240] Compiling CombineX MeasureInterval.swift
[194/240] Compiling CombineX Merge.swift
[195/240] Compiling CombineX Optional.Publisher.swift
[196/240] Compiling CombineX Output.swift
[197/240] Compiling CombineX PrefixUntilOutput.swift
[198/240] Compiling CombineX Print.swift
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Internal/Runtime.swift:275: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
273 | }()
274 |
275 | @_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
276 | private func _getTypeByMangledNameInContext(
277 | _ name: UnsafePointer<UInt8>,
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Internal/Runtime.swift:275: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
273 | }()
274 |
275 | @_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
276 | private func _getTypeByMangledNameInContext(
277 | _ name: UnsafePointer<UInt8>,
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Internal/Runtime.swift:275: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
273 | }()
274 |
275 | @_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
276 | private func _getTypeByMangledNameInContext(
277 | _ name: UnsafePointer<UInt8>,
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Internal/Runtime.swift:275: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
273 | }()
274 |
275 | @_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
276 | private func _getTypeByMangledNameInContext(
277 | _ name: UnsafePointer<UInt8>,
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Internal/Runtime.swift:275: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
273 | }()
274 |
275 | @_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
276 | private func _getTypeByMangledNameInContext(
277 | _ name: UnsafePointer<UInt8>,
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Internal/Runtime.swift:275: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
273 | }()
274 |
275 | @_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
276 | private func _getTypeByMangledNameInContext(
277 | _ name: UnsafePointer<UInt8>,
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Internal/Runtime.swift:275: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
273 | }()
274 |
275 | @_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
276 | private func _getTypeByMangledNameInContext(
277 | _ name: UnsafePointer<UInt8>,
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Internal/Runtime.swift:275: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
273 | }()
274 |
275 | @_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
276 | private func _getTypeByMangledNameInContext(
277 | _ name: UnsafePointer<UInt8>,
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Internal/Runtime.swift:275: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
273 | }()
274 |
275 | @_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
276 | private func _getTypeByMangledNameInContext(
277 | _ name: UnsafePointer<UInt8>,
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Internal/Runtime.swift:275: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
273 | }()
274 |
275 | @_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
276 | private func _getTypeByMangledNameInContext(
277 | _ name: UnsafePointer<UInt8>,
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Internal/Runtime.swift:275: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
273 | }()
274 |
275 | @_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
276 | private func _getTypeByMangledNameInContext(
277 | _ name: UnsafePointer<UInt8>,
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Internal/Runtime.swift:275: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
273 | }()
274 |
275 | @_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
276 | private func _getTypeByMangledNameInContext(
277 | _ name: UnsafePointer<UInt8>,
/Users/admin/builder/spi-builder-workspace/Sources/CombineX/Internal/Runtime.swift:275: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
273 | }()
274 |
275 | @_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
276 | private func _getTypeByMangledNameInContext(
277 | _ name: UnsafePointer<UInt8>,
[229/240] Compiling CombineX Subject.swift
[230/240] Compiling CombineX CurrentValueSubject.swift
[231/240] Compiling CombineX PassthroughSubject.swift
[232/240] Compiling CombineX Subscriber.swift
[233/240] Compiling CombineX Assign.swift
[234/240] Compiling CombineX Completion.swift
[235/240] Compiling CombineX Demand.swift
[236/240] Compiling CombineX Sink.swift
[237/240] Compiling CombineX Subscribers.swift
[238/240] Compiling CombineX Subscription.swift
[239/240] Compiling CombineX EmptySubscription.swift
[240/240] Compiling CombineX Subscriptions.swift
[241/253] Compiling CXFoundation Publishers+KeyValueObserving.swift
[242/254] 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
[243/254] Compiling CXFoundation Timer.swift
[244/254] Compiling CXFoundation RunLoop.swift
[245/254] 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
[246/254] Compiling CXFoundation JSONDecoder.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
[247/254] Compiling CXFoundation JSONEncoder.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
[248/254] Compiling CXFoundation NSObject.swift
[249/254] Compiling CXFoundation NotificationCenter.swift
[250/254] Compiling CXFoundation DispatchQueue.swift
[251/254] Compiling CXFoundation Polyfill.swift
[252/254] 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")
[253/254] 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
[254/254] Compiling CXFoundation URLSession.swift
[255/256] Compiling _CXShim @_exported.swift
[256/256] Emitting module _CXShim
[257/267] Compiling _CXTest TracingSubscription.swift
[258/267] Compiling _CXTest CompletionExtensions.swift
[259/267] Compiling _CXTest VirtualTime.swift
[260/267] Compiling _CXTest TransparentPublisher.swift
[261/267] Compiling _CXTest Locking.swift
[262/267] Compiling _CXTest Math.swift
[263/267] Compiling _CXTest GlobalCounter.swift
[264/267] Compiling _CXTest BinaryHeap.swift
[265/267] Compiling _CXTest Const.swift
[266/267] Emitting module _CXTest
[267/267] Compiling _CXTest TracingSubscriber.swift
[268/268] Compiling _CXTest VirtualTimeScheduler.swift
[269/281] Compiling CXTestUtility TestError.swift
[270/281] Compiling CXTestUtility TestTimeline.swift
[271/282] Compiling CXTestUtility Sequence+scan.swift
[272/282] Compiling CXTestUtility Subject+send.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[273/282] Compiling CXTestUtility DispatchQueue+extensions.swift
[274/282] Compiling CXTestUtility Int+loop.swift
[275/282] Compiling CXTestUtility @_exported.swift
[276/282] Compiling CXTestUtility Common.swift
[277/282] Compiling CXTestUtility TracingSubscriber+extensions.swift
[278/282] 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 |
[279/282] 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 |
[280/282] 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 |
[281/282] 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 |
[282/282] Compiling CXTestUtility TracingSubject.swift
BUILD FAILURE 6.1 macosSpm