The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Afluent, reference 1.0.6 (f3d640), with Swift 6.1 for Wasm on 17 Jun 2025 02:06:18 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
34 |         fileprivate static let globalUserInitiated = QueueExecutor(
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:33:70: error: cannot infer contextual base in reference to member 'global'
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
   |                                                                      `- error: cannot infer contextual base in reference to member 'global'
34 |         fileprivate static let globalUserInitiated = QueueExecutor(
35 |             queue: .global(qos: .userInitiated))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:33:83: error: cannot infer contextual base in reference to member 'default'
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
   |                                                                                   `- error: cannot infer contextual base in reference to member 'default'
34 |         fileprivate static let globalUserInitiated = QueueExecutor(
35 |             queue: .global(qos: .userInitiated))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:35:21: error: cannot infer contextual base in reference to member 'global'
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
34 |         fileprivate static let globalUserInitiated = QueueExecutor(
35 |             queue: .global(qos: .userInitiated))
   |                     `- error: cannot infer contextual base in reference to member 'global'
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:35:34: error: cannot infer contextual base in reference to member 'userInitiated'
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
34 |         fileprivate static let globalUserInitiated = QueueExecutor(
35 |             queue: .global(qos: .userInitiated))
   |                                  `- error: cannot infer contextual base in reference to member 'userInitiated'
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:37:21: error: cannot infer contextual base in reference to member 'global'
35 |             queue: .global(qos: .userInitiated))
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
   |                     `- error: cannot infer contextual base in reference to member 'global'
38 |         fileprivate static let globalUnspecified = QueueExecutor(queue: .global(qos: .unspecified))
39 |     }
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:37:34: error: cannot infer contextual base in reference to member 'userInteractive'
35 |             queue: .global(qos: .userInitiated))
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
   |                                  `- error: cannot infer contextual base in reference to member 'userInteractive'
38 |         fileprivate static let globalUnspecified = QueueExecutor(queue: .global(qos: .unspecified))
39 |     }
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:38:74: error: cannot infer contextual base in reference to member 'global'
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
38 |         fileprivate static let globalUnspecified = QueueExecutor(queue: .global(qos: .unspecified))
   |                                                                          `- error: cannot infer contextual base in reference to member 'global'
39 |     }
40 |
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:38:87: error: cannot infer contextual base in reference to member 'unspecified'
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
38 |         fileprivate static let globalUnspecified = QueueExecutor(queue: .global(qos: .unspecified))
   |                                                                                       `- error: cannot infer contextual base in reference to member 'unspecified'
39 |     }
40 |
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:47:45: error: cannot find type 'DispatchQoS' in scope
45 |         }
46 |
47 |         public static func globalQueue(qos: DispatchQoS.QoSClass = .default) -> QueueExecutor {
   |                                             `- error: cannot find type 'DispatchQoS' in scope
48 |             switch qos {
49 |                 case .background:
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:68:18: error: cannot find type 'DispatchQoS' in scope
66 |         public static func queue(
67 |             label: String,
68 |             qos: DispatchQoS = .unspecified,
   |                  `- error: cannot find type 'DispatchQoS' in scope
69 |             attributes: DispatchQueue.Attributes = [],
70 |             autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency = .inherit,
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:69:25: error: cannot find type 'DispatchQueue' in scope
67 |             label: String,
68 |             qos: DispatchQoS = .unspecified,
69 |             attributes: DispatchQueue.Attributes = [],
   |                         `- error: cannot find type 'DispatchQueue' in scope
70 |             autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency = .inherit,
71 |             target: DispatchQueue? = nil
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:70:35: error: cannot find type 'DispatchQueue' in scope
68 |             qos: DispatchQoS = .unspecified,
69 |             attributes: DispatchQueue.Attributes = [],
70 |             autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency = .inherit,
   |                                   `- error: cannot find type 'DispatchQueue' in scope
71 |             target: DispatchQueue? = nil
72 |         ) -> QueueExecutor {
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:71:21: error: cannot find type 'DispatchQueue' in scope
69 |             attributes: DispatchQueue.Attributes = [],
70 |             autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency = .inherit,
71 |             target: DispatchQueue? = nil
   |                     `- error: cannot find type 'DispatchQueue' in scope
72 |         ) -> QueueExecutor {
73 |             queue(
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:79:43: error: cannot find type 'DispatchQueue' in scope
77 |         }
78 |
79 |         public static func queue(_ queue: DispatchQueue) -> QueueExecutor {
   |                                           `- error: cannot find type 'DispatchQueue' in scope
80 |             QueueExecutor(queue: queue)
81 |         }
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:62:42: error: cannot infer contextual base in reference to member 'global'
60 |                     return .globalUnspecified
61 |                 @unknown default:
62 |                     return .init(queue: .global(qos: qos))
   |                                          `- error: cannot infer contextual base in reference to member 'global'
63 |             }
64 |         }
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:74:17: error: cannot find 'DispatchQueue' in scope
72 |         ) -> QueueExecutor {
73 |             queue(
74 |                 DispatchQueue(
   |                 `- error: cannot find 'DispatchQueue' in scope
75 |                     label: label, qos: qos, attributes: attributes,
76 |                     autoreleaseFrequency: autoreleaseFrequency, target: target))
/host/spi-builder-workspace/Sources/Afluent/Additions/URLSessionAdditions.swift:14:5: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
12 |     #endif
13 |
14 |     extension URLSession {
   |     `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
15 |         /// Returns a deferred data task that wraps a URL session data task for a given URL.
16 |         public func deferredDataTask(from url: URL) -> some AsynchronousUnitOfWork<
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
/host/spi-builder-workspace/Sources/Afluent/Additions/URLSessionAdditions.swift:25:54: error: cannot find type 'URLRequest' in scope
23 |
24 |         /// Returns a deferred data task that wraps a URL session data task for a given URL.
25 |         public func deferredDataTask(for urlRequest: URLRequest) -> some AsynchronousUnitOfWork<
   |                                                      `- error: cannot find type 'URLRequest' in scope
26 |             (data: Data, response: URLResponse)
27 |         > {
[38/109] Compiling Afluent QueueExecutor.swift
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:13:20: error: cannot find type 'DispatchQueue' in scope
11 |     @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
12 |     public final class QueueExecutor: TaskExecutor, Sendable, CustomStringConvertible {
13 |         let queue: DispatchQueue
   |                    `- error: cannot find type 'DispatchQueue' in scope
14 |
15 |         init(queue: DispatchQueue) {
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:15:21: error: cannot find type 'DispatchQueue' in scope
13 |         let queue: DispatchQueue
14 |
15 |         init(queue: DispatchQueue) {
   |                     `- error: cannot find type 'DispatchQueue' in scope
16 |             self.queue = queue
17 |         }
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:30:61: error: cannot infer contextual base in reference to member 'main'
28 |         }
29 |
30 |         fileprivate static let main = QueueExecutor(queue: .main)
   |                                                             `- error: cannot infer contextual base in reference to member 'main'
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:31:73: error: cannot infer contextual base in reference to member 'global'
29 |
30 |         fileprivate static let main = QueueExecutor(queue: .main)
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
   |                                                                         `- error: cannot infer contextual base in reference to member 'global'
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:31:86: error: cannot infer contextual base in reference to member 'background'
29 |
30 |         fileprivate static let main = QueueExecutor(queue: .main)
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
   |                                                                                      `- error: cannot infer contextual base in reference to member 'background'
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:32:70: error: cannot infer contextual base in reference to member 'global'
30 |         fileprivate static let main = QueueExecutor(queue: .main)
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
   |                                                                      `- error: cannot infer contextual base in reference to member 'global'
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
34 |         fileprivate static let globalUserInitiated = QueueExecutor(
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:32:83: error: cannot infer contextual base in reference to member 'utility'
30 |         fileprivate static let main = QueueExecutor(queue: .main)
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
   |                                                                                   `- error: cannot infer contextual base in reference to member 'utility'
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
34 |         fileprivate static let globalUserInitiated = QueueExecutor(
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:33:70: error: cannot infer contextual base in reference to member 'global'
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
   |                                                                      `- error: cannot infer contextual base in reference to member 'global'
34 |         fileprivate static let globalUserInitiated = QueueExecutor(
35 |             queue: .global(qos: .userInitiated))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:33:83: error: cannot infer contextual base in reference to member 'default'
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
   |                                                                                   `- error: cannot infer contextual base in reference to member 'default'
34 |         fileprivate static let globalUserInitiated = QueueExecutor(
35 |             queue: .global(qos: .userInitiated))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:35:21: error: cannot infer contextual base in reference to member 'global'
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
34 |         fileprivate static let globalUserInitiated = QueueExecutor(
35 |             queue: .global(qos: .userInitiated))
   |                     `- error: cannot infer contextual base in reference to member 'global'
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:35:34: error: cannot infer contextual base in reference to member 'userInitiated'
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
34 |         fileprivate static let globalUserInitiated = QueueExecutor(
35 |             queue: .global(qos: .userInitiated))
   |                                  `- error: cannot infer contextual base in reference to member 'userInitiated'
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:37:21: error: cannot infer contextual base in reference to member 'global'
35 |             queue: .global(qos: .userInitiated))
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
   |                     `- error: cannot infer contextual base in reference to member 'global'
38 |         fileprivate static let globalUnspecified = QueueExecutor(queue: .global(qos: .unspecified))
39 |     }
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:37:34: error: cannot infer contextual base in reference to member 'userInteractive'
35 |             queue: .global(qos: .userInitiated))
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
   |                                  `- error: cannot infer contextual base in reference to member 'userInteractive'
38 |         fileprivate static let globalUnspecified = QueueExecutor(queue: .global(qos: .unspecified))
39 |     }
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:38:74: error: cannot infer contextual base in reference to member 'global'
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
38 |         fileprivate static let globalUnspecified = QueueExecutor(queue: .global(qos: .unspecified))
   |                                                                          `- error: cannot infer contextual base in reference to member 'global'
39 |     }
40 |
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:38:87: error: cannot infer contextual base in reference to member 'unspecified'
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
38 |         fileprivate static let globalUnspecified = QueueExecutor(queue: .global(qos: .unspecified))
   |                                                                                       `- error: cannot infer contextual base in reference to member 'unspecified'
39 |     }
40 |
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:47:45: error: cannot find type 'DispatchQoS' in scope
45 |         }
46 |
47 |         public static func globalQueue(qos: DispatchQoS.QoSClass = .default) -> QueueExecutor {
   |                                             `- error: cannot find type 'DispatchQoS' in scope
48 |             switch qos {
49 |                 case .background:
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:68:18: error: cannot find type 'DispatchQoS' in scope
66 |         public static func queue(
67 |             label: String,
68 |             qos: DispatchQoS = .unspecified,
   |                  `- error: cannot find type 'DispatchQoS' in scope
69 |             attributes: DispatchQueue.Attributes = [],
70 |             autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency = .inherit,
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:69:25: error: cannot find type 'DispatchQueue' in scope
67 |             label: String,
68 |             qos: DispatchQoS = .unspecified,
69 |             attributes: DispatchQueue.Attributes = [],
   |                         `- error: cannot find type 'DispatchQueue' in scope
70 |             autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency = .inherit,
71 |             target: DispatchQueue? = nil
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:70:35: error: cannot find type 'DispatchQueue' in scope
68 |             qos: DispatchQoS = .unspecified,
69 |             attributes: DispatchQueue.Attributes = [],
70 |             autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency = .inherit,
   |                                   `- error: cannot find type 'DispatchQueue' in scope
71 |             target: DispatchQueue? = nil
72 |         ) -> QueueExecutor {
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:71:21: error: cannot find type 'DispatchQueue' in scope
69 |             attributes: DispatchQueue.Attributes = [],
70 |             autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency = .inherit,
71 |             target: DispatchQueue? = nil
   |                     `- error: cannot find type 'DispatchQueue' in scope
72 |         ) -> QueueExecutor {
73 |             queue(
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:79:43: error: cannot find type 'DispatchQueue' in scope
77 |         }
78 |
79 |         public static func queue(_ queue: DispatchQueue) -> QueueExecutor {
   |                                           `- error: cannot find type 'DispatchQueue' in scope
80 |             QueueExecutor(queue: queue)
81 |         }
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:62:42: error: cannot infer contextual base in reference to member 'global'
60 |                     return .globalUnspecified
61 |                 @unknown default:
62 |                     return .init(queue: .global(qos: qos))
   |                                          `- error: cannot infer contextual base in reference to member 'global'
63 |             }
64 |         }
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:74:17: error: cannot find 'DispatchQueue' in scope
72 |         ) -> QueueExecutor {
73 |             queue(
74 |                 DispatchQueue(
   |                 `- error: cannot find 'DispatchQueue' in scope
75 |                     label: label, qos: qos, attributes: attributes,
76 |                     autoreleaseFrequency: autoreleaseFrequency, target: target))
/host/spi-builder-workspace/Sources/Afluent/Additions/URLSessionAdditions.swift:14:5: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
12 |     #endif
13 |
14 |     extension URLSession {
   |     `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
15 |         /// Returns a deferred data task that wraps a URL session data task for a given URL.
16 |         public func deferredDataTask(from url: URL) -> some AsynchronousUnitOfWork<
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
/host/spi-builder-workspace/Sources/Afluent/Additions/URLSessionAdditions.swift:25:54: error: cannot find type 'URLRequest' in scope
23 |
24 |         /// Returns a deferred data task that wraps a URL session data task for a given URL.
25 |         public func deferredDataTask(for urlRequest: URLRequest) -> some AsynchronousUnitOfWork<
   |                                                      `- error: cannot find type 'URLRequest' in scope
26 |             (data: Data, response: URLResponse)
27 |         > {
[39/109] Compiling Afluent URLSessionAdditions.swift
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:13:20: error: cannot find type 'DispatchQueue' in scope
11 |     @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
12 |     public final class QueueExecutor: TaskExecutor, Sendable, CustomStringConvertible {
13 |         let queue: DispatchQueue
   |                    `- error: cannot find type 'DispatchQueue' in scope
14 |
15 |         init(queue: DispatchQueue) {
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:15:21: error: cannot find type 'DispatchQueue' in scope
13 |         let queue: DispatchQueue
14 |
15 |         init(queue: DispatchQueue) {
   |                     `- error: cannot find type 'DispatchQueue' in scope
16 |             self.queue = queue
17 |         }
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:30:61: error: cannot infer contextual base in reference to member 'main'
28 |         }
29 |
30 |         fileprivate static let main = QueueExecutor(queue: .main)
   |                                                             `- error: cannot infer contextual base in reference to member 'main'
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:31:73: error: cannot infer contextual base in reference to member 'global'
29 |
30 |         fileprivate static let main = QueueExecutor(queue: .main)
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
   |                                                                         `- error: cannot infer contextual base in reference to member 'global'
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:31:86: error: cannot infer contextual base in reference to member 'background'
29 |
30 |         fileprivate static let main = QueueExecutor(queue: .main)
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
   |                                                                                      `- error: cannot infer contextual base in reference to member 'background'
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:32:70: error: cannot infer contextual base in reference to member 'global'
30 |         fileprivate static let main = QueueExecutor(queue: .main)
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
   |                                                                      `- error: cannot infer contextual base in reference to member 'global'
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
34 |         fileprivate static let globalUserInitiated = QueueExecutor(
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:32:83: error: cannot infer contextual base in reference to member 'utility'
30 |         fileprivate static let main = QueueExecutor(queue: .main)
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
   |                                                                                   `- error: cannot infer contextual base in reference to member 'utility'
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
34 |         fileprivate static let globalUserInitiated = QueueExecutor(
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:33:70: error: cannot infer contextual base in reference to member 'global'
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
   |                                                                      `- error: cannot infer contextual base in reference to member 'global'
34 |         fileprivate static let globalUserInitiated = QueueExecutor(
35 |             queue: .global(qos: .userInitiated))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:33:83: error: cannot infer contextual base in reference to member 'default'
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
   |                                                                                   `- error: cannot infer contextual base in reference to member 'default'
34 |         fileprivate static let globalUserInitiated = QueueExecutor(
35 |             queue: .global(qos: .userInitiated))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:35:21: error: cannot infer contextual base in reference to member 'global'
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
34 |         fileprivate static let globalUserInitiated = QueueExecutor(
35 |             queue: .global(qos: .userInitiated))
   |                     `- error: cannot infer contextual base in reference to member 'global'
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:35:34: error: cannot infer contextual base in reference to member 'userInitiated'
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
34 |         fileprivate static let globalUserInitiated = QueueExecutor(
35 |             queue: .global(qos: .userInitiated))
   |                                  `- error: cannot infer contextual base in reference to member 'userInitiated'
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:37:21: error: cannot infer contextual base in reference to member 'global'
35 |             queue: .global(qos: .userInitiated))
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
   |                     `- error: cannot infer contextual base in reference to member 'global'
38 |         fileprivate static let globalUnspecified = QueueExecutor(queue: .global(qos: .unspecified))
39 |     }
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:37:34: error: cannot infer contextual base in reference to member 'userInteractive'
35 |             queue: .global(qos: .userInitiated))
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
   |                                  `- error: cannot infer contextual base in reference to member 'userInteractive'
38 |         fileprivate static let globalUnspecified = QueueExecutor(queue: .global(qos: .unspecified))
39 |     }
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:38:74: error: cannot infer contextual base in reference to member 'global'
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
38 |         fileprivate static let globalUnspecified = QueueExecutor(queue: .global(qos: .unspecified))
   |                                                                          `- error: cannot infer contextual base in reference to member 'global'
39 |     }
40 |
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:38:87: error: cannot infer contextual base in reference to member 'unspecified'
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
38 |         fileprivate static let globalUnspecified = QueueExecutor(queue: .global(qos: .unspecified))
   |                                                                                       `- error: cannot infer contextual base in reference to member 'unspecified'
39 |     }
40 |
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:47:45: error: cannot find type 'DispatchQoS' in scope
45 |         }
46 |
47 |         public static func globalQueue(qos: DispatchQoS.QoSClass = .default) -> QueueExecutor {
   |                                             `- error: cannot find type 'DispatchQoS' in scope
48 |             switch qos {
49 |                 case .background:
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:68:18: error: cannot find type 'DispatchQoS' in scope
66 |         public static func queue(
67 |             label: String,
68 |             qos: DispatchQoS = .unspecified,
   |                  `- error: cannot find type 'DispatchQoS' in scope
69 |             attributes: DispatchQueue.Attributes = [],
70 |             autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency = .inherit,
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:69:25: error: cannot find type 'DispatchQueue' in scope
67 |             label: String,
68 |             qos: DispatchQoS = .unspecified,
69 |             attributes: DispatchQueue.Attributes = [],
   |                         `- error: cannot find type 'DispatchQueue' in scope
70 |             autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency = .inherit,
71 |             target: DispatchQueue? = nil
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:70:35: error: cannot find type 'DispatchQueue' in scope
68 |             qos: DispatchQoS = .unspecified,
69 |             attributes: DispatchQueue.Attributes = [],
70 |             autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency = .inherit,
   |                                   `- error: cannot find type 'DispatchQueue' in scope
71 |             target: DispatchQueue? = nil
72 |         ) -> QueueExecutor {
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:71:21: error: cannot find type 'DispatchQueue' in scope
69 |             attributes: DispatchQueue.Attributes = [],
70 |             autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency = .inherit,
71 |             target: DispatchQueue? = nil
   |                     `- error: cannot find type 'DispatchQueue' in scope
72 |         ) -> QueueExecutor {
73 |             queue(
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:79:43: error: cannot find type 'DispatchQueue' in scope
77 |         }
78 |
79 |         public static func queue(_ queue: DispatchQueue) -> QueueExecutor {
   |                                           `- error: cannot find type 'DispatchQueue' in scope
80 |             QueueExecutor(queue: queue)
81 |         }
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:62:42: error: cannot infer contextual base in reference to member 'global'
60 |                     return .globalUnspecified
61 |                 @unknown default:
62 |                     return .init(queue: .global(qos: qos))
   |                                          `- error: cannot infer contextual base in reference to member 'global'
63 |             }
64 |         }
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:74:17: error: cannot find 'DispatchQueue' in scope
72 |         ) -> QueueExecutor {
73 |             queue(
74 |                 DispatchQueue(
   |                 `- error: cannot find 'DispatchQueue' in scope
75 |                     label: label, qos: qos, attributes: attributes,
76 |                     autoreleaseFrequency: autoreleaseFrequency, target: target))
/host/spi-builder-workspace/Sources/Afluent/Additions/URLSessionAdditions.swift:14:5: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
12 |     #endif
13 |
14 |     extension URLSession {
   |     `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
15 |         /// Returns a deferred data task that wraps a URL session data task for a given URL.
16 |         public func deferredDataTask(from url: URL) -> some AsynchronousUnitOfWork<
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
/host/spi-builder-workspace/Sources/Afluent/Additions/URLSessionAdditions.swift:25:54: error: cannot find type 'URLRequest' in scope
23 |
24 |         /// Returns a deferred data task that wraps a URL session data task for a given URL.
25 |         public func deferredDataTask(for urlRequest: URLRequest) -> some AsynchronousUnitOfWork<
   |                                                      `- error: cannot find type 'URLRequest' in scope
26 |             (data: Data, response: URLResponse)
27 |         > {
[40/109] Compiling Afluent AsyncSequenceCache.swift
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:13:20: error: cannot find type 'DispatchQueue' in scope
11 |     @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
12 |     public final class QueueExecutor: TaskExecutor, Sendable, CustomStringConvertible {
13 |         let queue: DispatchQueue
   |                    `- error: cannot find type 'DispatchQueue' in scope
14 |
15 |         init(queue: DispatchQueue) {
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:15:21: error: cannot find type 'DispatchQueue' in scope
13 |         let queue: DispatchQueue
14 |
15 |         init(queue: DispatchQueue) {
   |                     `- error: cannot find type 'DispatchQueue' in scope
16 |             self.queue = queue
17 |         }
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:30:61: error: cannot infer contextual base in reference to member 'main'
28 |         }
29 |
30 |         fileprivate static let main = QueueExecutor(queue: .main)
   |                                                             `- error: cannot infer contextual base in reference to member 'main'
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:31:73: error: cannot infer contextual base in reference to member 'global'
29 |
30 |         fileprivate static let main = QueueExecutor(queue: .main)
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
   |                                                                         `- error: cannot infer contextual base in reference to member 'global'
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:31:86: error: cannot infer contextual base in reference to member 'background'
29 |
30 |         fileprivate static let main = QueueExecutor(queue: .main)
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
   |                                                                                      `- error: cannot infer contextual base in reference to member 'background'
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:32:70: error: cannot infer contextual base in reference to member 'global'
30 |         fileprivate static let main = QueueExecutor(queue: .main)
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
   |                                                                      `- error: cannot infer contextual base in reference to member 'global'
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
34 |         fileprivate static let globalUserInitiated = QueueExecutor(
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:32:83: error: cannot infer contextual base in reference to member 'utility'
30 |         fileprivate static let main = QueueExecutor(queue: .main)
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
   |                                                                                   `- error: cannot infer contextual base in reference to member 'utility'
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
34 |         fileprivate static let globalUserInitiated = QueueExecutor(
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:33:70: error: cannot infer contextual base in reference to member 'global'
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
   |                                                                      `- error: cannot infer contextual base in reference to member 'global'
34 |         fileprivate static let globalUserInitiated = QueueExecutor(
35 |             queue: .global(qos: .userInitiated))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:33:83: error: cannot infer contextual base in reference to member 'default'
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
   |                                                                                   `- error: cannot infer contextual base in reference to member 'default'
34 |         fileprivate static let globalUserInitiated = QueueExecutor(
35 |             queue: .global(qos: .userInitiated))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:35:21: error: cannot infer contextual base in reference to member 'global'
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
34 |         fileprivate static let globalUserInitiated = QueueExecutor(
35 |             queue: .global(qos: .userInitiated))
   |                     `- error: cannot infer contextual base in reference to member 'global'
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:35:34: error: cannot infer contextual base in reference to member 'userInitiated'
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
34 |         fileprivate static let globalUserInitiated = QueueExecutor(
35 |             queue: .global(qos: .userInitiated))
   |                                  `- error: cannot infer contextual base in reference to member 'userInitiated'
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:37:21: error: cannot infer contextual base in reference to member 'global'
35 |             queue: .global(qos: .userInitiated))
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
   |                     `- error: cannot infer contextual base in reference to member 'global'
38 |         fileprivate static let globalUnspecified = QueueExecutor(queue: .global(qos: .unspecified))
39 |     }
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:37:34: error: cannot infer contextual base in reference to member 'userInteractive'
35 |             queue: .global(qos: .userInitiated))
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
   |                                  `- error: cannot infer contextual base in reference to member 'userInteractive'
38 |         fileprivate static let globalUnspecified = QueueExecutor(queue: .global(qos: .unspecified))
39 |     }
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:38:74: error: cannot infer contextual base in reference to member 'global'
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
38 |         fileprivate static let globalUnspecified = QueueExecutor(queue: .global(qos: .unspecified))
   |                                                                          `- error: cannot infer contextual base in reference to member 'global'
39 |     }
40 |
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:38:87: error: cannot infer contextual base in reference to member 'unspecified'
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
38 |         fileprivate static let globalUnspecified = QueueExecutor(queue: .global(qos: .unspecified))
   |                                                                                       `- error: cannot infer contextual base in reference to member 'unspecified'
39 |     }
40 |
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:47:45: error: cannot find type 'DispatchQoS' in scope
45 |         }
46 |
47 |         public static func globalQueue(qos: DispatchQoS.QoSClass = .default) -> QueueExecutor {
   |                                             `- error: cannot find type 'DispatchQoS' in scope
48 |             switch qos {
49 |                 case .background:
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:68:18: error: cannot find type 'DispatchQoS' in scope
66 |         public static func queue(
67 |             label: String,
68 |             qos: DispatchQoS = .unspecified,
   |                  `- error: cannot find type 'DispatchQoS' in scope
69 |             attributes: DispatchQueue.Attributes = [],
70 |             autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency = .inherit,
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:69:25: error: cannot find type 'DispatchQueue' in scope
67 |             label: String,
68 |             qos: DispatchQoS = .unspecified,
69 |             attributes: DispatchQueue.Attributes = [],
   |                         `- error: cannot find type 'DispatchQueue' in scope
70 |             autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency = .inherit,
71 |             target: DispatchQueue? = nil
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:70:35: error: cannot find type 'DispatchQueue' in scope
68 |             qos: DispatchQoS = .unspecified,
69 |             attributes: DispatchQueue.Attributes = [],
70 |             autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency = .inherit,
   |                                   `- error: cannot find type 'DispatchQueue' in scope
71 |             target: DispatchQueue? = nil
72 |         ) -> QueueExecutor {
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:71:21: error: cannot find type 'DispatchQueue' in scope
69 |             attributes: DispatchQueue.Attributes = [],
70 |             autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency = .inherit,
71 |             target: DispatchQueue? = nil
   |                     `- error: cannot find type 'DispatchQueue' in scope
72 |         ) -> QueueExecutor {
73 |             queue(
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:79:43: error: cannot find type 'DispatchQueue' in scope
77 |         }
78 |
79 |         public static func queue(_ queue: DispatchQueue) -> QueueExecutor {
   |                                           `- error: cannot find type 'DispatchQueue' in scope
80 |             QueueExecutor(queue: queue)
81 |         }
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:62:42: error: cannot infer contextual base in reference to member 'global'
60 |                     return .globalUnspecified
61 |                 @unknown default:
62 |                     return .init(queue: .global(qos: qos))
   |                                          `- error: cannot infer contextual base in reference to member 'global'
63 |             }
64 |         }
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:74:17: error: cannot find 'DispatchQueue' in scope
72 |         ) -> QueueExecutor {
73 |             queue(
74 |                 DispatchQueue(
   |                 `- error: cannot find 'DispatchQueue' in scope
75 |                     label: label, qos: qos, attributes: attributes,
76 |                     autoreleaseFrequency: autoreleaseFrequency, target: target))
/host/spi-builder-workspace/Sources/Afluent/Additions/URLSessionAdditions.swift:14:5: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
12 |     #endif
13 |
14 |     extension URLSession {
   |     `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
15 |         /// Returns a deferred data task that wraps a URL session data task for a given URL.
16 |         public func deferredDataTask(from url: URL) -> some AsynchronousUnitOfWork<
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
/host/spi-builder-workspace/Sources/Afluent/Additions/URLSessionAdditions.swift:25:54: error: cannot find type 'URLRequest' in scope
23 |
24 |         /// Returns a deferred data task that wraps a URL session data task for a given URL.
25 |         public func deferredDataTask(for urlRequest: URLRequest) -> some AsynchronousUnitOfWork<
   |                                                      `- error: cannot find type 'URLRequest' in scope
26 |             (data: Data, response: URLResponse)
27 |         > {
[41/109] Compiling Afluent AsynchronousUnitOfWorkCache.swift
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:13:20: error: cannot find type 'DispatchQueue' in scope
11 |     @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
12 |     public final class QueueExecutor: TaskExecutor, Sendable, CustomStringConvertible {
13 |         let queue: DispatchQueue
   |                    `- error: cannot find type 'DispatchQueue' in scope
14 |
15 |         init(queue: DispatchQueue) {
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:15:21: error: cannot find type 'DispatchQueue' in scope
13 |         let queue: DispatchQueue
14 |
15 |         init(queue: DispatchQueue) {
   |                     `- error: cannot find type 'DispatchQueue' in scope
16 |             self.queue = queue
17 |         }
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:30:61: error: cannot infer contextual base in reference to member 'main'
28 |         }
29 |
30 |         fileprivate static let main = QueueExecutor(queue: .main)
   |                                                             `- error: cannot infer contextual base in reference to member 'main'
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:31:73: error: cannot infer contextual base in reference to member 'global'
29 |
30 |         fileprivate static let main = QueueExecutor(queue: .main)
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
   |                                                                         `- error: cannot infer contextual base in reference to member 'global'
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:31:86: error: cannot infer contextual base in reference to member 'background'
29 |
30 |         fileprivate static let main = QueueExecutor(queue: .main)
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
   |                                                                                      `- error: cannot infer contextual base in reference to member 'background'
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:32:70: error: cannot infer contextual base in reference to member 'global'
30 |         fileprivate static let main = QueueExecutor(queue: .main)
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
   |                                                                      `- error: cannot infer contextual base in reference to member 'global'
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
34 |         fileprivate static let globalUserInitiated = QueueExecutor(
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:32:83: error: cannot infer contextual base in reference to member 'utility'
30 |         fileprivate static let main = QueueExecutor(queue: .main)
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
   |                                                                                   `- error: cannot infer contextual base in reference to member 'utility'
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
34 |         fileprivate static let globalUserInitiated = QueueExecutor(
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:33:70: error: cannot infer contextual base in reference to member 'global'
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
   |                                                                      `- error: cannot infer contextual base in reference to member 'global'
34 |         fileprivate static let globalUserInitiated = QueueExecutor(
35 |             queue: .global(qos: .userInitiated))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:33:83: error: cannot infer contextual base in reference to member 'default'
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
   |                                                                                   `- error: cannot infer contextual base in reference to member 'default'
34 |         fileprivate static let globalUserInitiated = QueueExecutor(
35 |             queue: .global(qos: .userInitiated))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:35:21: error: cannot infer contextual base in reference to member 'global'
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
34 |         fileprivate static let globalUserInitiated = QueueExecutor(
35 |             queue: .global(qos: .userInitiated))
   |                     `- error: cannot infer contextual base in reference to member 'global'
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:35:34: error: cannot infer contextual base in reference to member 'userInitiated'
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
34 |         fileprivate static let globalUserInitiated = QueueExecutor(
35 |             queue: .global(qos: .userInitiated))
   |                                  `- error: cannot infer contextual base in reference to member 'userInitiated'
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:37:21: error: cannot infer contextual base in reference to member 'global'
35 |             queue: .global(qos: .userInitiated))
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
   |                     `- error: cannot infer contextual base in reference to member 'global'
38 |         fileprivate static let globalUnspecified = QueueExecutor(queue: .global(qos: .unspecified))
39 |     }
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:37:34: error: cannot infer contextual base in reference to member 'userInteractive'
35 |             queue: .global(qos: .userInitiated))
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
   |                                  `- error: cannot infer contextual base in reference to member 'userInteractive'
38 |         fileprivate static let globalUnspecified = QueueExecutor(queue: .global(qos: .unspecified))
39 |     }
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:38:74: error: cannot infer contextual base in reference to member 'global'
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
38 |         fileprivate static let globalUnspecified = QueueExecutor(queue: .global(qos: .unspecified))
   |                                                                          `- error: cannot infer contextual base in reference to member 'global'
39 |     }
40 |
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:38:87: error: cannot infer contextual base in reference to member 'unspecified'
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
38 |         fileprivate static let globalUnspecified = QueueExecutor(queue: .global(qos: .unspecified))
   |                                                                                       `- error: cannot infer contextual base in reference to member 'unspecified'
39 |     }
40 |
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:47:45: error: cannot find type 'DispatchQoS' in scope
45 |         }
46 |
47 |         public static func globalQueue(qos: DispatchQoS.QoSClass = .default) -> QueueExecutor {
   |                                             `- error: cannot find type 'DispatchQoS' in scope
48 |             switch qos {
49 |                 case .background:
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:68:18: error: cannot find type 'DispatchQoS' in scope
66 |         public static func queue(
67 |             label: String,
68 |             qos: DispatchQoS = .unspecified,
   |                  `- error: cannot find type 'DispatchQoS' in scope
69 |             attributes: DispatchQueue.Attributes = [],
70 |             autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency = .inherit,
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:69:25: error: cannot find type 'DispatchQueue' in scope
67 |             label: String,
68 |             qos: DispatchQoS = .unspecified,
69 |             attributes: DispatchQueue.Attributes = [],
   |                         `- error: cannot find type 'DispatchQueue' in scope
70 |             autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency = .inherit,
71 |             target: DispatchQueue? = nil
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:70:35: error: cannot find type 'DispatchQueue' in scope
68 |             qos: DispatchQoS = .unspecified,
69 |             attributes: DispatchQueue.Attributes = [],
70 |             autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency = .inherit,
   |                                   `- error: cannot find type 'DispatchQueue' in scope
71 |             target: DispatchQueue? = nil
72 |         ) -> QueueExecutor {
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:71:21: error: cannot find type 'DispatchQueue' in scope
69 |             attributes: DispatchQueue.Attributes = [],
70 |             autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency = .inherit,
71 |             target: DispatchQueue? = nil
   |                     `- error: cannot find type 'DispatchQueue' in scope
72 |         ) -> QueueExecutor {
73 |             queue(
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:79:43: error: cannot find type 'DispatchQueue' in scope
77 |         }
78 |
79 |         public static func queue(_ queue: DispatchQueue) -> QueueExecutor {
   |                                           `- error: cannot find type 'DispatchQueue' in scope
80 |             QueueExecutor(queue: queue)
81 |         }
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:62:42: error: cannot infer contextual base in reference to member 'global'
60 |                     return .globalUnspecified
61 |                 @unknown default:
62 |                     return .init(queue: .global(qos: qos))
   |                                          `- error: cannot infer contextual base in reference to member 'global'
63 |             }
64 |         }
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:74:17: error: cannot find 'DispatchQueue' in scope
72 |         ) -> QueueExecutor {
73 |             queue(
74 |                 DispatchQueue(
   |                 `- error: cannot find 'DispatchQueue' in scope
75 |                     label: label, qos: qos, attributes: attributes,
76 |                     autoreleaseFrequency: autoreleaseFrequency, target: target))
/host/spi-builder-workspace/Sources/Afluent/Additions/URLSessionAdditions.swift:14:5: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
12 |     #endif
13 |
14 |     extension URLSession {
   |     `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
15 |         /// Returns a deferred data task that wraps a URL session data task for a given URL.
16 |         public func deferredDataTask(from url: URL) -> some AsynchronousUnitOfWork<
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
/host/spi-builder-workspace/Sources/Afluent/Additions/URLSessionAdditions.swift:25:54: error: cannot find type 'URLRequest' in scope
23 |
24 |         /// Returns a deferred data task that wraps a URL session data task for a given URL.
25 |         public func deferredDataTask(for urlRequest: URLRequest) -> some AsynchronousUnitOfWork<
   |                                                      `- error: cannot find type 'URLRequest' in scope
26 |             (data: Data, response: URLResponse)
27 |         > {
[42/109] Compiling Afluent CurrentValueSubject.swift
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:13:20: error: cannot find type 'DispatchQueue' in scope
11 |     @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
12 |     public final class QueueExecutor: TaskExecutor, Sendable, CustomStringConvertible {
13 |         let queue: DispatchQueue
   |                    `- error: cannot find type 'DispatchQueue' in scope
14 |
15 |         init(queue: DispatchQueue) {
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:15:21: error: cannot find type 'DispatchQueue' in scope
13 |         let queue: DispatchQueue
14 |
15 |         init(queue: DispatchQueue) {
   |                     `- error: cannot find type 'DispatchQueue' in scope
16 |             self.queue = queue
17 |         }
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:30:61: error: cannot infer contextual base in reference to member 'main'
28 |         }
29 |
30 |         fileprivate static let main = QueueExecutor(queue: .main)
   |                                                             `- error: cannot infer contextual base in reference to member 'main'
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:31:73: error: cannot infer contextual base in reference to member 'global'
29 |
30 |         fileprivate static let main = QueueExecutor(queue: .main)
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
   |                                                                         `- error: cannot infer contextual base in reference to member 'global'
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:31:86: error: cannot infer contextual base in reference to member 'background'
29 |
30 |         fileprivate static let main = QueueExecutor(queue: .main)
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
   |                                                                                      `- error: cannot infer contextual base in reference to member 'background'
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:32:70: error: cannot infer contextual base in reference to member 'global'
30 |         fileprivate static let main = QueueExecutor(queue: .main)
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
   |                                                                      `- error: cannot infer contextual base in reference to member 'global'
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
34 |         fileprivate static let globalUserInitiated = QueueExecutor(
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:32:83: error: cannot infer contextual base in reference to member 'utility'
30 |         fileprivate static let main = QueueExecutor(queue: .main)
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
   |                                                                                   `- error: cannot infer contextual base in reference to member 'utility'
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
34 |         fileprivate static let globalUserInitiated = QueueExecutor(
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:33:70: error: cannot infer contextual base in reference to member 'global'
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
   |                                                                      `- error: cannot infer contextual base in reference to member 'global'
34 |         fileprivate static let globalUserInitiated = QueueExecutor(
35 |             queue: .global(qos: .userInitiated))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:33:83: error: cannot infer contextual base in reference to member 'default'
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
   |                                                                                   `- error: cannot infer contextual base in reference to member 'default'
34 |         fileprivate static let globalUserInitiated = QueueExecutor(
35 |             queue: .global(qos: .userInitiated))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:35:21: error: cannot infer contextual base in reference to member 'global'
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
34 |         fileprivate static let globalUserInitiated = QueueExecutor(
35 |             queue: .global(qos: .userInitiated))
   |                     `- error: cannot infer contextual base in reference to member 'global'
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:35:34: error: cannot infer contextual base in reference to member 'userInitiated'
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
34 |         fileprivate static let globalUserInitiated = QueueExecutor(
35 |             queue: .global(qos: .userInitiated))
   |                                  `- error: cannot infer contextual base in reference to member 'userInitiated'
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:37:21: error: cannot infer contextual base in reference to member 'global'
35 |             queue: .global(qos: .userInitiated))
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
   |                     `- error: cannot infer contextual base in reference to member 'global'
38 |         fileprivate static let globalUnspecified = QueueExecutor(queue: .global(qos: .unspecified))
39 |     }
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:37:34: error: cannot infer contextual base in reference to member 'userInteractive'
35 |             queue: .global(qos: .userInitiated))
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
   |                                  `- error: cannot infer contextual base in reference to member 'userInteractive'
38 |         fileprivate static let globalUnspecified = QueueExecutor(queue: .global(qos: .unspecified))
39 |     }
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:38:74: error: cannot infer contextual base in reference to member 'global'
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
38 |         fileprivate static let globalUnspecified = QueueExecutor(queue: .global(qos: .unspecified))
   |                                                                          `- error: cannot infer contextual base in reference to member 'global'
39 |     }
40 |
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:38:87: error: cannot infer contextual base in reference to member 'unspecified'
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
38 |         fileprivate static let globalUnspecified = QueueExecutor(queue: .global(qos: .unspecified))
   |                                                                                       `- error: cannot infer contextual base in reference to member 'unspecified'
39 |     }
40 |
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:47:45: error: cannot find type 'DispatchQoS' in scope
45 |         }
46 |
47 |         public static func globalQueue(qos: DispatchQoS.QoSClass = .default) -> QueueExecutor {
   |                                             `- error: cannot find type 'DispatchQoS' in scope
48 |             switch qos {
49 |                 case .background:
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:68:18: error: cannot find type 'DispatchQoS' in scope
66 |         public static func queue(
67 |             label: String,
68 |             qos: DispatchQoS = .unspecified,
   |                  `- error: cannot find type 'DispatchQoS' in scope
69 |             attributes: DispatchQueue.Attributes = [],
70 |             autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency = .inherit,
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:69:25: error: cannot find type 'DispatchQueue' in scope
67 |             label: String,
68 |             qos: DispatchQoS = .unspecified,
69 |             attributes: DispatchQueue.Attributes = [],
   |                         `- error: cannot find type 'DispatchQueue' in scope
70 |             autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency = .inherit,
71 |             target: DispatchQueue? = nil
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:70:35: error: cannot find type 'DispatchQueue' in scope
68 |             qos: DispatchQoS = .unspecified,
69 |             attributes: DispatchQueue.Attributes = [],
70 |             autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency = .inherit,
   |                                   `- error: cannot find type 'DispatchQueue' in scope
71 |             target: DispatchQueue? = nil
72 |         ) -> QueueExecutor {
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:71:21: error: cannot find type 'DispatchQueue' in scope
69 |             attributes: DispatchQueue.Attributes = [],
70 |             autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency = .inherit,
71 |             target: DispatchQueue? = nil
   |                     `- error: cannot find type 'DispatchQueue' in scope
72 |         ) -> QueueExecutor {
73 |             queue(
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:79:43: error: cannot find type 'DispatchQueue' in scope
77 |         }
78 |
79 |         public static func queue(_ queue: DispatchQueue) -> QueueExecutor {
   |                                           `- error: cannot find type 'DispatchQueue' in scope
80 |             QueueExecutor(queue: queue)
81 |         }
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:62:42: error: cannot infer contextual base in reference to member 'global'
60 |                     return .globalUnspecified
61 |                 @unknown default:
62 |                     return .init(queue: .global(qos: qos))
   |                                          `- error: cannot infer contextual base in reference to member 'global'
63 |             }
64 |         }
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:74:17: error: cannot find 'DispatchQueue' in scope
72 |         ) -> QueueExecutor {
73 |             queue(
74 |                 DispatchQueue(
   |                 `- error: cannot find 'DispatchQueue' in scope
75 |                     label: label, qos: qos, attributes: attributes,
76 |                     autoreleaseFrequency: autoreleaseFrequency, target: target))
/host/spi-builder-workspace/Sources/Afluent/Additions/URLSessionAdditions.swift:14:5: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
12 |     #endif
13 |
14 |     extension URLSession {
   |     `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
15 |         /// Returns a deferred data task that wraps a URL session data task for a given URL.
16 |         public func deferredDataTask(from url: URL) -> some AsynchronousUnitOfWork<
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
/host/spi-builder-workspace/Sources/Afluent/Additions/URLSessionAdditions.swift:25:54: error: cannot find type 'URLRequest' in scope
23 |
24 |         /// Returns a deferred data task that wraps a URL session data task for a given URL.
25 |         public func deferredDataTask(for urlRequest: URLRequest) -> some AsynchronousUnitOfWork<
   |                                                      `- error: cannot find type 'URLRequest' in scope
26 |             (data: Data, response: URLResponse)
27 |         > {
[43/109] Compiling Afluent DeferredTask.swift
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:13:20: error: cannot find type 'DispatchQueue' in scope
11 |     @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
12 |     public final class QueueExecutor: TaskExecutor, Sendable, CustomStringConvertible {
13 |         let queue: DispatchQueue
   |                    `- error: cannot find type 'DispatchQueue' in scope
14 |
15 |         init(queue: DispatchQueue) {
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:15:21: error: cannot find type 'DispatchQueue' in scope
13 |         let queue: DispatchQueue
14 |
15 |         init(queue: DispatchQueue) {
   |                     `- error: cannot find type 'DispatchQueue' in scope
16 |             self.queue = queue
17 |         }
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:30:61: error: cannot infer contextual base in reference to member 'main'
28 |         }
29 |
30 |         fileprivate static let main = QueueExecutor(queue: .main)
   |                                                             `- error: cannot infer contextual base in reference to member 'main'
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:31:73: error: cannot infer contextual base in reference to member 'global'
29 |
30 |         fileprivate static let main = QueueExecutor(queue: .main)
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
   |                                                                         `- error: cannot infer contextual base in reference to member 'global'
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:31:86: error: cannot infer contextual base in reference to member 'background'
29 |
30 |         fileprivate static let main = QueueExecutor(queue: .main)
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
   |                                                                                      `- error: cannot infer contextual base in reference to member 'background'
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:32:70: error: cannot infer contextual base in reference to member 'global'
30 |         fileprivate static let main = QueueExecutor(queue: .main)
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
   |                                                                      `- error: cannot infer contextual base in reference to member 'global'
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
34 |         fileprivate static let globalUserInitiated = QueueExecutor(
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:32:83: error: cannot infer contextual base in reference to member 'utility'
30 |         fileprivate static let main = QueueExecutor(queue: .main)
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
   |                                                                                   `- error: cannot infer contextual base in reference to member 'utility'
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
34 |         fileprivate static let globalUserInitiated = QueueExecutor(
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:33:70: error: cannot infer contextual base in reference to member 'global'
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
   |                                                                      `- error: cannot infer contextual base in reference to member 'global'
34 |         fileprivate static let globalUserInitiated = QueueExecutor(
35 |             queue: .global(qos: .userInitiated))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:33:83: error: cannot infer contextual base in reference to member 'default'
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
   |                                                                                   `- error: cannot infer contextual base in reference to member 'default'
34 |         fileprivate static let globalUserInitiated = QueueExecutor(
35 |             queue: .global(qos: .userInitiated))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:35:21: error: cannot infer contextual base in reference to member 'global'
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
34 |         fileprivate static let globalUserInitiated = QueueExecutor(
35 |             queue: .global(qos: .userInitiated))
   |                     `- error: cannot infer contextual base in reference to member 'global'
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:35:34: error: cannot infer contextual base in reference to member 'userInitiated'
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
34 |         fileprivate static let globalUserInitiated = QueueExecutor(
35 |             queue: .global(qos: .userInitiated))
   |                                  `- error: cannot infer contextual base in reference to member 'userInitiated'
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:37:21: error: cannot infer contextual base in reference to member 'global'
35 |             queue: .global(qos: .userInitiated))
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
   |                     `- error: cannot infer contextual base in reference to member 'global'
38 |         fileprivate static let globalUnspecified = QueueExecutor(queue: .global(qos: .unspecified))
39 |     }
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:37:34: error: cannot infer contextual base in reference to member 'userInteractive'
35 |             queue: .global(qos: .userInitiated))
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
   |                                  `- error: cannot infer contextual base in reference to member 'userInteractive'
38 |         fileprivate static let globalUnspecified = QueueExecutor(queue: .global(qos: .unspecified))
39 |     }
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:38:74: error: cannot infer contextual base in reference to member 'global'
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
38 |         fileprivate static let globalUnspecified = QueueExecutor(queue: .global(qos: .unspecified))
   |                                                                          `- error: cannot infer contextual base in reference to member 'global'
39 |     }
40 |
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:38:87: error: cannot infer contextual base in reference to member 'unspecified'
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
38 |         fileprivate static let globalUnspecified = QueueExecutor(queue: .global(qos: .unspecified))
   |                                                                                       `- error: cannot infer contextual base in reference to member 'unspecified'
39 |     }
40 |
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:47:45: error: cannot find type 'DispatchQoS' in scope
45 |         }
46 |
47 |         public static func globalQueue(qos: DispatchQoS.QoSClass = .default) -> QueueExecutor {
   |                                             `- error: cannot find type 'DispatchQoS' in scope
48 |             switch qos {
49 |                 case .background:
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:68:18: error: cannot find type 'DispatchQoS' in scope
66 |         public static func queue(
67 |             label: String,
68 |             qos: DispatchQoS = .unspecified,
   |                  `- error: cannot find type 'DispatchQoS' in scope
69 |             attributes: DispatchQueue.Attributes = [],
70 |             autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency = .inherit,
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:69:25: error: cannot find type 'DispatchQueue' in scope
67 |             label: String,
68 |             qos: DispatchQoS = .unspecified,
69 |             attributes: DispatchQueue.Attributes = [],
   |                         `- error: cannot find type 'DispatchQueue' in scope
70 |             autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency = .inherit,
71 |             target: DispatchQueue? = nil
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:70:35: error: cannot find type 'DispatchQueue' in scope
68 |             qos: DispatchQoS = .unspecified,
69 |             attributes: DispatchQueue.Attributes = [],
70 |             autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency = .inherit,
   |                                   `- error: cannot find type 'DispatchQueue' in scope
71 |             target: DispatchQueue? = nil
72 |         ) -> QueueExecutor {
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:71:21: error: cannot find type 'DispatchQueue' in scope
69 |             attributes: DispatchQueue.Attributes = [],
70 |             autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency = .inherit,
71 |             target: DispatchQueue? = nil
   |                     `- error: cannot find type 'DispatchQueue' in scope
72 |         ) -> QueueExecutor {
73 |             queue(
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:79:43: error: cannot find type 'DispatchQueue' in scope
77 |         }
78 |
79 |         public static func queue(_ queue: DispatchQueue) -> QueueExecutor {
   |                                           `- error: cannot find type 'DispatchQueue' in scope
80 |             QueueExecutor(queue: queue)
81 |         }
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:62:42: error: cannot infer contextual base in reference to member 'global'
60 |                     return .globalUnspecified
61 |                 @unknown default:
62 |                     return .init(queue: .global(qos: qos))
   |                                          `- error: cannot infer contextual base in reference to member 'global'
63 |             }
64 |         }
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:74:17: error: cannot find 'DispatchQueue' in scope
72 |         ) -> QueueExecutor {
73 |             queue(
74 |                 DispatchQueue(
   |                 `- error: cannot find 'DispatchQueue' in scope
75 |                     label: label, qos: qos, attributes: attributes,
76 |                     autoreleaseFrequency: autoreleaseFrequency, target: target))
/host/spi-builder-workspace/Sources/Afluent/Additions/URLSessionAdditions.swift:14:5: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
12 |     #endif
13 |
14 |     extension URLSession {
   |     `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
15 |         /// Returns a deferred data task that wraps a URL session data task for a given URL.
16 |         public func deferredDataTask(from url: URL) -> some AsynchronousUnitOfWork<
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
/host/spi-builder-workspace/Sources/Afluent/Additions/URLSessionAdditions.swift:25:54: error: cannot find type 'URLRequest' in scope
23 |
24 |         /// Returns a deferred data task that wraps a URL session data task for a given URL.
25 |         public func deferredDataTask(for urlRequest: URLRequest) -> some AsynchronousUnitOfWork<
   |                                                      `- error: cannot find type 'URLRequest' in scope
26 |             (data: Data, response: URLResponse)
27 |         > {
[44/109] Compiling Afluent TimeoutError.swift
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:13:20: error: cannot find type 'DispatchQueue' in scope
11 |     @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
12 |     public final class QueueExecutor: TaskExecutor, Sendable, CustomStringConvertible {
13 |         let queue: DispatchQueue
   |                    `- error: cannot find type 'DispatchQueue' in scope
14 |
15 |         init(queue: DispatchQueue) {
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:15:21: error: cannot find type 'DispatchQueue' in scope
13 |         let queue: DispatchQueue
14 |
15 |         init(queue: DispatchQueue) {
   |                     `- error: cannot find type 'DispatchQueue' in scope
16 |             self.queue = queue
17 |         }
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:30:61: error: cannot infer contextual base in reference to member 'main'
28 |         }
29 |
30 |         fileprivate static let main = QueueExecutor(queue: .main)
   |                                                             `- error: cannot infer contextual base in reference to member 'main'
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:31:73: error: cannot infer contextual base in reference to member 'global'
29 |
30 |         fileprivate static let main = QueueExecutor(queue: .main)
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
   |                                                                         `- error: cannot infer contextual base in reference to member 'global'
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:31:86: error: cannot infer contextual base in reference to member 'background'
29 |
30 |         fileprivate static let main = QueueExecutor(queue: .main)
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
   |                                                                                      `- error: cannot infer contextual base in reference to member 'background'
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:32:70: error: cannot infer contextual base in reference to member 'global'
30 |         fileprivate static let main = QueueExecutor(queue: .main)
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
   |                                                                      `- error: cannot infer contextual base in reference to member 'global'
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
34 |         fileprivate static let globalUserInitiated = QueueExecutor(
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:32:83: error: cannot infer contextual base in reference to member 'utility'
30 |         fileprivate static let main = QueueExecutor(queue: .main)
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
   |                                                                                   `- error: cannot infer contextual base in reference to member 'utility'
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
34 |         fileprivate static let globalUserInitiated = QueueExecutor(
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:33:70: error: cannot infer contextual base in reference to member 'global'
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
   |                                                                      `- error: cannot infer contextual base in reference to member 'global'
34 |         fileprivate static let globalUserInitiated = QueueExecutor(
35 |             queue: .global(qos: .userInitiated))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:33:83: error: cannot infer contextual base in reference to member 'default'
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
   |                                                                                   `- error: cannot infer contextual base in reference to member 'default'
34 |         fileprivate static let globalUserInitiated = QueueExecutor(
35 |             queue: .global(qos: .userInitiated))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:35:21: error: cannot infer contextual base in reference to member 'global'
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
34 |         fileprivate static let globalUserInitiated = QueueExecutor(
35 |             queue: .global(qos: .userInitiated))
   |                     `- error: cannot infer contextual base in reference to member 'global'
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:35:34: error: cannot infer contextual base in reference to member 'userInitiated'
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
34 |         fileprivate static let globalUserInitiated = QueueExecutor(
35 |             queue: .global(qos: .userInitiated))
   |                                  `- error: cannot infer contextual base in reference to member 'userInitiated'
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:37:21: error: cannot infer contextual base in reference to member 'global'
35 |             queue: .global(qos: .userInitiated))
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
   |                     `- error: cannot infer contextual base in reference to member 'global'
38 |         fileprivate static let globalUnspecified = QueueExecutor(queue: .global(qos: .unspecified))
39 |     }
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:37:34: error: cannot infer contextual base in reference to member 'userInteractive'
35 |             queue: .global(qos: .userInitiated))
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
   |                                  `- error: cannot infer contextual base in reference to member 'userInteractive'
38 |         fileprivate static let globalUnspecified = QueueExecutor(queue: .global(qos: .unspecified))
39 |     }
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:38:74: error: cannot infer contextual base in reference to member 'global'
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
38 |         fileprivate static let globalUnspecified = QueueExecutor(queue: .global(qos: .unspecified))
   |                                                                          `- error: cannot infer contextual base in reference to member 'global'
39 |     }
40 |
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:38:87: error: cannot infer contextual base in reference to member 'unspecified'
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
38 |         fileprivate static let globalUnspecified = QueueExecutor(queue: .global(qos: .unspecified))
   |                                                                                       `- error: cannot infer contextual base in reference to member 'unspecified'
39 |     }
40 |
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:47:45: error: cannot find type 'DispatchQoS' in scope
45 |         }
46 |
47 |         public static func globalQueue(qos: DispatchQoS.QoSClass = .default) -> QueueExecutor {
   |                                             `- error: cannot find type 'DispatchQoS' in scope
48 |             switch qos {
49 |                 case .background:
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:68:18: error: cannot find type 'DispatchQoS' in scope
66 |         public static func queue(
67 |             label: String,
68 |             qos: DispatchQoS = .unspecified,
   |                  `- error: cannot find type 'DispatchQoS' in scope
69 |             attributes: DispatchQueue.Attributes = [],
70 |             autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency = .inherit,
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:69:25: error: cannot find type 'DispatchQueue' in scope
67 |             label: String,
68 |             qos: DispatchQoS = .unspecified,
69 |             attributes: DispatchQueue.Attributes = [],
   |                         `- error: cannot find type 'DispatchQueue' in scope
70 |             autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency = .inherit,
71 |             target: DispatchQueue? = nil
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:70:35: error: cannot find type 'DispatchQueue' in scope
68 |             qos: DispatchQoS = .unspecified,
69 |             attributes: DispatchQueue.Attributes = [],
70 |             autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency = .inherit,
   |                                   `- error: cannot find type 'DispatchQueue' in scope
71 |             target: DispatchQueue? = nil
72 |         ) -> QueueExecutor {
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:71:21: error: cannot find type 'DispatchQueue' in scope
69 |             attributes: DispatchQueue.Attributes = [],
70 |             autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency = .inherit,
71 |             target: DispatchQueue? = nil
   |                     `- error: cannot find type 'DispatchQueue' in scope
72 |         ) -> QueueExecutor {
73 |             queue(
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:79:43: error: cannot find type 'DispatchQueue' in scope
77 |         }
78 |
79 |         public static func queue(_ queue: DispatchQueue) -> QueueExecutor {
   |                                           `- error: cannot find type 'DispatchQueue' in scope
80 |             QueueExecutor(queue: queue)
81 |         }
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:62:42: error: cannot infer contextual base in reference to member 'global'
60 |                     return .globalUnspecified
61 |                 @unknown default:
62 |                     return .init(queue: .global(qos: qos))
   |                                          `- error: cannot infer contextual base in reference to member 'global'
63 |             }
64 |         }
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:74:17: error: cannot find 'DispatchQueue' in scope
72 |         ) -> QueueExecutor {
73 |             queue(
74 |                 DispatchQueue(
   |                 `- error: cannot find 'DispatchQueue' in scope
75 |                     label: label, qos: qos, attributes: attributes,
76 |                     autoreleaseFrequency: autoreleaseFrequency, target: target))
/host/spi-builder-workspace/Sources/Afluent/Additions/URLSessionAdditions.swift:14:5: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
12 |     #endif
13 |
14 |     extension URLSession {
   |     `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
15 |         /// Returns a deferred data task that wraps a URL session data task for a given URL.
16 |         public func deferredDataTask(from url: URL) -> some AsynchronousUnitOfWork<
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
/host/spi-builder-workspace/Sources/Afluent/Additions/URLSessionAdditions.swift:25:54: error: cannot find type 'URLRequest' in scope
23 |
24 |         /// Returns a deferred data task that wraps a URL session data task for a given URL.
25 |         public func deferredDataTask(for urlRequest: URLRequest) -> some AsynchronousUnitOfWork<
   |                                                      `- error: cannot find type 'URLRequest' in scope
26 |             (data: Data, response: URLResponse)
27 |         > {
[45/109] Compiling Afluent AsyncSequenceExtensions.swift
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:13:20: error: cannot find type 'DispatchQueue' in scope
11 |     @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
12 |     public final class QueueExecutor: TaskExecutor, Sendable, CustomStringConvertible {
13 |         let queue: DispatchQueue
   |                    `- error: cannot find type 'DispatchQueue' in scope
14 |
15 |         init(queue: DispatchQueue) {
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:15:21: error: cannot find type 'DispatchQueue' in scope
13 |         let queue: DispatchQueue
14 |
15 |         init(queue: DispatchQueue) {
   |                     `- error: cannot find type 'DispatchQueue' in scope
16 |             self.queue = queue
17 |         }
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:30:61: error: cannot infer contextual base in reference to member 'main'
28 |         }
29 |
30 |         fileprivate static let main = QueueExecutor(queue: .main)
   |                                                             `- error: cannot infer contextual base in reference to member 'main'
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:31:73: error: cannot infer contextual base in reference to member 'global'
29 |
30 |         fileprivate static let main = QueueExecutor(queue: .main)
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
   |                                                                         `- error: cannot infer contextual base in reference to member 'global'
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:31:86: error: cannot infer contextual base in reference to member 'background'
29 |
30 |         fileprivate static let main = QueueExecutor(queue: .main)
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
   |                                                                                      `- error: cannot infer contextual base in reference to member 'background'
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:32:70: error: cannot infer contextual base in reference to member 'global'
30 |         fileprivate static let main = QueueExecutor(queue: .main)
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
   |                                                                      `- error: cannot infer contextual base in reference to member 'global'
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
34 |         fileprivate static let globalUserInitiated = QueueExecutor(
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:32:83: error: cannot infer contextual base in reference to member 'utility'
30 |         fileprivate static let main = QueueExecutor(queue: .main)
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
   |                                                                                   `- error: cannot infer contextual base in reference to member 'utility'
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
34 |         fileprivate static let globalUserInitiated = QueueExecutor(
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:33:70: error: cannot infer contextual base in reference to member 'global'
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
   |                                                                      `- error: cannot infer contextual base in reference to member 'global'
34 |         fileprivate static let globalUserInitiated = QueueExecutor(
35 |             queue: .global(qos: .userInitiated))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:33:83: error: cannot infer contextual base in reference to member 'default'
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
   |                                                                                   `- error: cannot infer contextual base in reference to member 'default'
34 |         fileprivate static let globalUserInitiated = QueueExecutor(
35 |             queue: .global(qos: .userInitiated))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:35:21: error: cannot infer contextual base in reference to member 'global'
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
34 |         fileprivate static let globalUserInitiated = QueueExecutor(
35 |             queue: .global(qos: .userInitiated))
   |                     `- error: cannot infer contextual base in reference to member 'global'
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:35:34: error: cannot infer contextual base in reference to member 'userInitiated'
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
34 |         fileprivate static let globalUserInitiated = QueueExecutor(
35 |             queue: .global(qos: .userInitiated))
   |                                  `- error: cannot infer contextual base in reference to member 'userInitiated'
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:37:21: error: cannot infer contextual base in reference to member 'global'
35 |             queue: .global(qos: .userInitiated))
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
   |                     `- error: cannot infer contextual base in reference to member 'global'
38 |         fileprivate static let globalUnspecified = QueueExecutor(queue: .global(qos: .unspecified))
39 |     }
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:37:34: error: cannot infer contextual base in reference to member 'userInteractive'
35 |             queue: .global(qos: .userInitiated))
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
   |                                  `- error: cannot infer contextual base in reference to member 'userInteractive'
38 |         fileprivate static let globalUnspecified = QueueExecutor(queue: .global(qos: .unspecified))
39 |     }
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:38:74: error: cannot infer contextual base in reference to member 'global'
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
38 |         fileprivate static let globalUnspecified = QueueExecutor(queue: .global(qos: .unspecified))
   |                                                                          `- error: cannot infer contextual base in reference to member 'global'
39 |     }
40 |
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:38:87: error: cannot infer contextual base in reference to member 'unspecified'
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
38 |         fileprivate static let globalUnspecified = QueueExecutor(queue: .global(qos: .unspecified))
   |                                                                                       `- error: cannot infer contextual base in reference to member 'unspecified'
39 |     }
40 |
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:47:45: error: cannot find type 'DispatchQoS' in scope
45 |         }
46 |
47 |         public static func globalQueue(qos: DispatchQoS.QoSClass = .default) -> QueueExecutor {
   |                                             `- error: cannot find type 'DispatchQoS' in scope
48 |             switch qos {
49 |                 case .background:
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:68:18: error: cannot find type 'DispatchQoS' in scope
66 |         public static func queue(
67 |             label: String,
68 |             qos: DispatchQoS = .unspecified,
   |                  `- error: cannot find type 'DispatchQoS' in scope
69 |             attributes: DispatchQueue.Attributes = [],
70 |             autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency = .inherit,
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:69:25: error: cannot find type 'DispatchQueue' in scope
67 |             label: String,
68 |             qos: DispatchQoS = .unspecified,
69 |             attributes: DispatchQueue.Attributes = [],
   |                         `- error: cannot find type 'DispatchQueue' in scope
70 |             autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency = .inherit,
71 |             target: DispatchQueue? = nil
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:70:35: error: cannot find type 'DispatchQueue' in scope
68 |             qos: DispatchQoS = .unspecified,
69 |             attributes: DispatchQueue.Attributes = [],
70 |             autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency = .inherit,
   |                                   `- error: cannot find type 'DispatchQueue' in scope
71 |             target: DispatchQueue? = nil
72 |         ) -> QueueExecutor {
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:71:21: error: cannot find type 'DispatchQueue' in scope
69 |             attributes: DispatchQueue.Attributes = [],
70 |             autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency = .inherit,
71 |             target: DispatchQueue? = nil
   |                     `- error: cannot find type 'DispatchQueue' in scope
72 |         ) -> QueueExecutor {
73 |             queue(
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:79:43: error: cannot find type 'DispatchQueue' in scope
77 |         }
78 |
79 |         public static func queue(_ queue: DispatchQueue) -> QueueExecutor {
   |                                           `- error: cannot find type 'DispatchQueue' in scope
80 |             QueueExecutor(queue: queue)
81 |         }
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:62:42: error: cannot infer contextual base in reference to member 'global'
60 |                     return .globalUnspecified
61 |                 @unknown default:
62 |                     return .init(queue: .global(qos: qos))
   |                                          `- error: cannot infer contextual base in reference to member 'global'
63 |             }
64 |         }
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:74:17: error: cannot find 'DispatchQueue' in scope
72 |         ) -> QueueExecutor {
73 |             queue(
74 |                 DispatchQueue(
   |                 `- error: cannot find 'DispatchQueue' in scope
75 |                     label: label, qos: qos, attributes: attributes,
76 |                     autoreleaseFrequency: autoreleaseFrequency, target: target))
/host/spi-builder-workspace/Sources/Afluent/Additions/URLSessionAdditions.swift:14:5: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
12 |     #endif
13 |
14 |     extension URLSession {
   |     `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
15 |         /// Returns a deferred data task that wraps a URL session data task for a given URL.
16 |         public func deferredDataTask(from url: URL) -> some AsynchronousUnitOfWork<
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
/host/spi-builder-workspace/Sources/Afluent/Additions/URLSessionAdditions.swift:25:54: error: cannot find type 'URLRequest' in scope
23 |
24 |         /// Returns a deferred data task that wraps a URL session data task for a given URL.
25 |         public func deferredDataTask(for urlRequest: URLRequest) -> some AsynchronousUnitOfWork<
   |                                                      `- error: cannot find type 'URLRequest' in scope
26 |             (data: Data, response: URLResponse)
27 |         > {
[46/109] Compiling Afluent FlatMapSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:121:65: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
119 |
120 | struct ManagedCriticalState<State> {
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                                 `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:123:13: error: type of expression is ambiguous without a type annotation
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |             `- error: type of expression is ambiguous without a type annotation
124 |         }
125 |     }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:130:16: error: type of expression is ambiguous without a type annotation
128 |
129 |     init(_ initial: State) {
130 |         buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |                `- error: type of expression is ambiguous without a type annotation
131 |             buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
132 |             return initial
[47/109] Compiling Afluent GroupBySequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:121:65: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
119 |
120 | struct ManagedCriticalState<State> {
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                                 `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:123:13: error: type of expression is ambiguous without a type annotation
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |             `- error: type of expression is ambiguous without a type annotation
124 |         }
125 |     }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:130:16: error: type of expression is ambiguous without a type annotation
128 |
129 |     init(_ initial: State) {
130 |         buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |                `- error: type of expression is ambiguous without a type annotation
131 |             buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
132 |             return initial
[48/109] Compiling Afluent HandleEventsSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:121:65: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
119 |
120 | struct ManagedCriticalState<State> {
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                                 `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:123:13: error: type of expression is ambiguous without a type annotation
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |             `- error: type of expression is ambiguous without a type annotation
124 |         }
125 |     }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:130:16: error: type of expression is ambiguous without a type annotation
128 |
129 |     init(_ initial: State) {
130 |         buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |                `- error: type of expression is ambiguous without a type annotation
131 |             buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
132 |             return initial
[49/109] Compiling Afluent JustSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:121:65: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
119 |
120 | struct ManagedCriticalState<State> {
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                                 `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:123:13: error: type of expression is ambiguous without a type annotation
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |             `- error: type of expression is ambiguous without a type annotation
124 |         }
125 |     }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:130:16: error: type of expression is ambiguous without a type annotation
128 |
129 |     init(_ initial: State) {
130 |         buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |                `- error: type of expression is ambiguous without a type annotation
131 |             buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
132 |             return initial
[50/109] Compiling Afluent MapErrorSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:121:65: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
119 |
120 | struct ManagedCriticalState<State> {
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                                 `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:123:13: error: type of expression is ambiguous without a type annotation
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |             `- error: type of expression is ambiguous without a type annotation
124 |         }
125 |     }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:130:16: error: type of expression is ambiguous without a type annotation
128 |
129 |     init(_ initial: State) {
130 |         buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |                `- error: type of expression is ambiguous without a type annotation
131 |             buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
132 |             return initial
[51/109] Compiling Afluent MaterializeSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:121:65: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
119 |
120 | struct ManagedCriticalState<State> {
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                                 `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:123:13: error: type of expression is ambiguous without a type annotation
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |             `- error: type of expression is ambiguous without a type annotation
124 |         }
125 |     }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:130:16: error: type of expression is ambiguous without a type annotation
128 |
129 |     init(_ initial: State) {
130 |         buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |                `- error: type of expression is ambiguous without a type annotation
131 |             buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
132 |             return initial
[52/109] Compiling Afluent OutputSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:121:65: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
119 |
120 | struct ManagedCriticalState<State> {
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                                 `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:123:13: error: type of expression is ambiguous without a type annotation
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |             `- error: type of expression is ambiguous without a type annotation
124 |         }
125 |     }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:130:16: error: type of expression is ambiguous without a type annotation
128 |
129 |     init(_ initial: State) {
130 |         buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |                `- error: type of expression is ambiguous without a type annotation
131 |             buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
132 |             return initial
[53/109] Compiling Afluent PlatformLock.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:121:65: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
119 |
120 | struct ManagedCriticalState<State> {
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                                 `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:123:13: error: type of expression is ambiguous without a type annotation
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |             `- error: type of expression is ambiguous without a type annotation
124 |         }
125 |     }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:130:16: error: type of expression is ambiguous without a type annotation
128 |
129 |     init(_ initial: State) {
130 |         buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |                `- error: type of expression is ambiguous without a type annotation
131 |             buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
132 |             return initial
[54/109] Compiling Afluent PrintSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:121:65: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
119 |
120 | struct ManagedCriticalState<State> {
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                                 `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:123:13: error: type of expression is ambiguous without a type annotation
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |             `- error: type of expression is ambiguous without a type annotation
124 |         }
125 |     }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:130:16: error: type of expression is ambiguous without a type annotation
128 |
129 |     init(_ initial: State) {
130 |         buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |                `- error: type of expression is ambiguous without a type annotation
131 |             buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
132 |             return initial
[55/109] Compiling Afluent ReplaceErrorSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:121:65: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
119 |
120 | struct ManagedCriticalState<State> {
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                                 `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:123:13: error: type of expression is ambiguous without a type annotation
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |             `- error: type of expression is ambiguous without a type annotation
124 |         }
125 |     }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:130:16: error: type of expression is ambiguous without a type annotation
128 |
129 |     init(_ initial: State) {
130 |         buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |                `- error: type of expression is ambiguous without a type annotation
131 |             buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
132 |             return initial
[56/109] Compiling Afluent ReplaceNilSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:121:65: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
119 |
120 | struct ManagedCriticalState<State> {
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                                 `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:123:13: error: type of expression is ambiguous without a type annotation
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |             `- error: type of expression is ambiguous without a type annotation
124 |         }
125 |     }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:130:16: error: type of expression is ambiguous without a type annotation
128 |
129 |     init(_ initial: State) {
130 |         buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |                `- error: type of expression is ambiguous without a type annotation
131 |             buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
132 |             return initial
[57/109] Compiling Afluent RetryAfterFlatMappingSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
[58/109] Compiling Afluent RetrySequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
[59/109] Compiling Afluent ScanSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
[60/109] Compiling Afluent ShareFromCacheSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
[61/109] Compiling Afluent ShareSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
[62/109] Compiling Afluent ThrottleSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
[63/109] Compiling Afluent TimerSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
[64/109] Compiling Afluent SerialTaskQueue.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
[65/109] Compiling Afluent AnyCancellable.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
[66/109] Compiling Afluent AssertNoFailure.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[67/109] Emitting module Afluent
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:13:20: error: cannot find type 'DispatchQueue' in scope
11 |     @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
12 |     public final class QueueExecutor: TaskExecutor, Sendable, CustomStringConvertible {
13 |         let queue: DispatchQueue
   |                    `- error: cannot find type 'DispatchQueue' in scope
14 |
15 |         init(queue: DispatchQueue) {
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:15:21: error: cannot find type 'DispatchQueue' in scope
13 |         let queue: DispatchQueue
14 |
15 |         init(queue: DispatchQueue) {
   |                     `- error: cannot find type 'DispatchQueue' in scope
16 |             self.queue = queue
17 |         }
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:30:61: error: cannot infer contextual base in reference to member 'main'
28 |         }
29 |
30 |         fileprivate static let main = QueueExecutor(queue: .main)
   |                                                             `- error: cannot infer contextual base in reference to member 'main'
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:31:73: error: cannot infer contextual base in reference to member 'global'
29 |
30 |         fileprivate static let main = QueueExecutor(queue: .main)
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
   |                                                                         `- error: cannot infer contextual base in reference to member 'global'
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:31:86: error: cannot infer contextual base in reference to member 'background'
29 |
30 |         fileprivate static let main = QueueExecutor(queue: .main)
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
   |                                                                                      `- error: cannot infer contextual base in reference to member 'background'
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:32:70: error: cannot infer contextual base in reference to member 'global'
30 |         fileprivate static let main = QueueExecutor(queue: .main)
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
   |                                                                      `- error: cannot infer contextual base in reference to member 'global'
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
34 |         fileprivate static let globalUserInitiated = QueueExecutor(
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:32:83: error: cannot infer contextual base in reference to member 'utility'
30 |         fileprivate static let main = QueueExecutor(queue: .main)
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
   |                                                                                   `- error: cannot infer contextual base in reference to member 'utility'
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
34 |         fileprivate static let globalUserInitiated = QueueExecutor(
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:33:70: error: cannot infer contextual base in reference to member 'global'
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
   |                                                                      `- error: cannot infer contextual base in reference to member 'global'
34 |         fileprivate static let globalUserInitiated = QueueExecutor(
35 |             queue: .global(qos: .userInitiated))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:33:83: error: cannot infer contextual base in reference to member 'default'
31 |         fileprivate static let globalBackground = QueueExecutor(queue: .global(qos: .background))
32 |         fileprivate static let globalUtility = QueueExecutor(queue: .global(qos: .utility))
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
   |                                                                                   `- error: cannot infer contextual base in reference to member 'default'
34 |         fileprivate static let globalUserInitiated = QueueExecutor(
35 |             queue: .global(qos: .userInitiated))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:35:21: error: cannot infer contextual base in reference to member 'global'
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
34 |         fileprivate static let globalUserInitiated = QueueExecutor(
35 |             queue: .global(qos: .userInitiated))
   |                     `- error: cannot infer contextual base in reference to member 'global'
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:35:34: error: cannot infer contextual base in reference to member 'userInitiated'
33 |         fileprivate static let globalDefault = QueueExecutor(queue: .global(qos: .default))
34 |         fileprivate static let globalUserInitiated = QueueExecutor(
35 |             queue: .global(qos: .userInitiated))
   |                                  `- error: cannot infer contextual base in reference to member 'userInitiated'
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:37:21: error: cannot infer contextual base in reference to member 'global'
35 |             queue: .global(qos: .userInitiated))
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
   |                     `- error: cannot infer contextual base in reference to member 'global'
38 |         fileprivate static let globalUnspecified = QueueExecutor(queue: .global(qos: .unspecified))
39 |     }
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:37:34: error: cannot infer contextual base in reference to member 'userInteractive'
35 |             queue: .global(qos: .userInitiated))
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
   |                                  `- error: cannot infer contextual base in reference to member 'userInteractive'
38 |         fileprivate static let globalUnspecified = QueueExecutor(queue: .global(qos: .unspecified))
39 |     }
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:38:74: error: cannot infer contextual base in reference to member 'global'
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
38 |         fileprivate static let globalUnspecified = QueueExecutor(queue: .global(qos: .unspecified))
   |                                                                          `- error: cannot infer contextual base in reference to member 'global'
39 |     }
40 |
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:38:87: error: cannot infer contextual base in reference to member 'unspecified'
36 |         fileprivate static let globalUserInteractive = QueueExecutor(
37 |             queue: .global(qos: .userInteractive))
38 |         fileprivate static let globalUnspecified = QueueExecutor(queue: .global(qos: .unspecified))
   |                                                                                       `- error: cannot infer contextual base in reference to member 'unspecified'
39 |     }
40 |
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:47:45: error: cannot find type 'DispatchQoS' in scope
45 |         }
46 |
47 |         public static func globalQueue(qos: DispatchQoS.QoSClass = .default) -> QueueExecutor {
   |                                             `- error: cannot find type 'DispatchQoS' in scope
48 |             switch qos {
49 |                 case .background:
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:68:18: error: cannot find type 'DispatchQoS' in scope
66 |         public static func queue(
67 |             label: String,
68 |             qos: DispatchQoS = .unspecified,
   |                  `- error: cannot find type 'DispatchQoS' in scope
69 |             attributes: DispatchQueue.Attributes = [],
70 |             autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency = .inherit,
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:69:25: error: cannot find type 'DispatchQueue' in scope
67 |             label: String,
68 |             qos: DispatchQoS = .unspecified,
69 |             attributes: DispatchQueue.Attributes = [],
   |                         `- error: cannot find type 'DispatchQueue' in scope
70 |             autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency = .inherit,
71 |             target: DispatchQueue? = nil
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:70:35: error: cannot find type 'DispatchQueue' in scope
68 |             qos: DispatchQoS = .unspecified,
69 |             attributes: DispatchQueue.Attributes = [],
70 |             autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency = .inherit,
   |                                   `- error: cannot find type 'DispatchQueue' in scope
71 |             target: DispatchQueue? = nil
72 |         ) -> QueueExecutor {
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:71:21: error: cannot find type 'DispatchQueue' in scope
69 |             attributes: DispatchQueue.Attributes = [],
70 |             autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency = .inherit,
71 |             target: DispatchQueue? = nil
   |                     `- error: cannot find type 'DispatchQueue' in scope
72 |         ) -> QueueExecutor {
73 |             queue(
/host/spi-builder-workspace/Sources/Afluent/Additions/QueueExecutor.swift:79:43: error: cannot find type 'DispatchQueue' in scope
77 |         }
78 |
79 |         public static func queue(_ queue: DispatchQueue) -> QueueExecutor {
   |                                           `- error: cannot find type 'DispatchQueue' in scope
80 |             QueueExecutor(queue: queue)
81 |         }
/host/spi-builder-workspace/Sources/Afluent/Additions/URLSessionAdditions.swift:14:5: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
12 |     #endif
13 |
14 |     extension URLSession {
   |     `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
15 |         /// Returns a deferred data task that wraps a URL session data task for a given URL.
16 |         public func deferredDataTask(from url: URL) -> some AsynchronousUnitOfWork<
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:28:21: error: cannot find 'raise' in scope
26 |             receiveOutput: { output in
27 |                 if try await receiveOutput?(output) == true {
28 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
29 |                 }
30 |             },
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:28:27: error: cannot find 'SIGTRAP' in scope
26 |             receiveOutput: { output in
27 |                 if try await receiveOutput?(output) == true {
28 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
29 |                 }
30 |             },
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:33:21: error: cannot find 'raise' in scope
31 |             receiveError: { error in
32 |                 if try await receiveError?(error) == true {
33 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
34 |                 }
35 |             })
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:33:27: error: cannot find 'SIGTRAP' in scope
31 |             receiveError: { error in
32 |                 if try await receiveError?(error) == true {
33 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
34 |                 }
35 |             })
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:121:65: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
119 |
120 | struct ManagedCriticalState<State> {
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                                 `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
/host/spi-builder-workspace/Sources/Afluent/Workers/Breakpoint.swift:28:21: error: cannot find 'raise' in scope
26 |             receiveOutput: { output in
27 |                 if try await receiveOutput?(output) == true {
28 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
29 |                 }
30 |             },
/host/spi-builder-workspace/Sources/Afluent/Workers/Breakpoint.swift:28:27: error: cannot find 'SIGTRAP' in scope
26 |             receiveOutput: { output in
27 |                 if try await receiveOutput?(output) == true {
28 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
29 |                 }
30 |             },
/host/spi-builder-workspace/Sources/Afluent/Workers/Breakpoint.swift:33:21: error: cannot find 'raise' in scope
31 |             receiveError: { error in
32 |                 if try await receiveError?(error) == true {
33 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
34 |                 }
35 |             })
/host/spi-builder-workspace/Sources/Afluent/Workers/Breakpoint.swift:33:27: error: cannot find 'SIGTRAP' in scope
31 |             receiveError: { error in
32 |                 if try await receiveError?(error) == true {
33 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
34 |                 }
35 |             })
[68/109] Compiling Afluent AssertNoFailureSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:28:21: error: cannot find 'raise' in scope
26 |             receiveOutput: { output in
27 |                 if try await receiveOutput?(output) == true {
28 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
29 |                 }
30 |             },
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:28:27: error: cannot find 'SIGTRAP' in scope
26 |             receiveOutput: { output in
27 |                 if try await receiveOutput?(output) == true {
28 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
29 |                 }
30 |             },
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:33:21: error: cannot find 'raise' in scope
31 |             receiveError: { error in
32 |                 if try await receiveError?(error) == true {
33 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
34 |                 }
35 |             })
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:33:27: error: cannot find 'SIGTRAP' in scope
31 |             receiveError: { error in
32 |                 if try await receiveError?(error) == true {
33 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
34 |                 }
35 |             })
[69/109] Compiling Afluent AsyncSequences.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:28:21: error: cannot find 'raise' in scope
26 |             receiveOutput: { output in
27 |                 if try await receiveOutput?(output) == true {
28 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
29 |                 }
30 |             },
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:28:27: error: cannot find 'SIGTRAP' in scope
26 |             receiveOutput: { output in
27 |                 if try await receiveOutput?(output) == true {
28 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
29 |                 }
30 |             },
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:33:21: error: cannot find 'raise' in scope
31 |             receiveError: { error in
32 |                 if try await receiveError?(error) == true {
33 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
34 |                 }
35 |             })
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:33:27: error: cannot find 'SIGTRAP' in scope
31 |             receiveError: { error in
32 |                 if try await receiveError?(error) == true {
33 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
34 |                 }
35 |             })
[70/109] Compiling Afluent BreakpointSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:28:21: error: cannot find 'raise' in scope
26 |             receiveOutput: { output in
27 |                 if try await receiveOutput?(output) == true {
28 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
29 |                 }
30 |             },
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:28:27: error: cannot find 'SIGTRAP' in scope
26 |             receiveOutput: { output in
27 |                 if try await receiveOutput?(output) == true {
28 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
29 |                 }
30 |             },
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:33:21: error: cannot find 'raise' in scope
31 |             receiveError: { error in
32 |                 if try await receiveError?(error) == true {
33 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
34 |                 }
35 |             })
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:33:27: error: cannot find 'SIGTRAP' in scope
31 |             receiveError: { error in
32 |                 if try await receiveError?(error) == true {
33 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
34 |                 }
35 |             })
[71/109] Compiling Afluent CatchSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:28:21: error: cannot find 'raise' in scope
26 |             receiveOutput: { output in
27 |                 if try await receiveOutput?(output) == true {
28 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
29 |                 }
30 |             },
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:28:27: error: cannot find 'SIGTRAP' in scope
26 |             receiveOutput: { output in
27 |                 if try await receiveOutput?(output) == true {
28 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
29 |                 }
30 |             },
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:33:21: error: cannot find 'raise' in scope
31 |             receiveError: { error in
32 |                 if try await receiveError?(error) == true {
33 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
34 |                 }
35 |             })
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:33:27: error: cannot find 'SIGTRAP' in scope
31 |             receiveError: { error in
32 |                 if try await receiveError?(error) == true {
33 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
34 |                 }
35 |             })
[72/109] Compiling Afluent CollectSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:28:21: error: cannot find 'raise' in scope
26 |             receiveOutput: { output in
27 |                 if try await receiveOutput?(output) == true {
28 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
29 |                 }
30 |             },
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:28:27: error: cannot find 'SIGTRAP' in scope
26 |             receiveOutput: { output in
27 |                 if try await receiveOutput?(output) == true {
28 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
29 |                 }
30 |             },
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:33:21: error: cannot find 'raise' in scope
31 |             receiveError: { error in
32 |                 if try await receiveError?(error) == true {
33 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
34 |                 }
35 |             })
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:33:27: error: cannot find 'SIGTRAP' in scope
31 |             receiveError: { error in
32 |                 if try await receiveError?(error) == true {
33 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
34 |                 }
35 |             })
[73/109] Compiling Afluent DecodeSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:28:21: error: cannot find 'raise' in scope
26 |             receiveOutput: { output in
27 |                 if try await receiveOutput?(output) == true {
28 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
29 |                 }
30 |             },
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:28:27: error: cannot find 'SIGTRAP' in scope
26 |             receiveOutput: { output in
27 |                 if try await receiveOutput?(output) == true {
28 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
29 |                 }
30 |             },
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:33:21: error: cannot find 'raise' in scope
31 |             receiveError: { error in
32 |                 if try await receiveError?(error) == true {
33 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
34 |                 }
35 |             })
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:33:27: error: cannot find 'SIGTRAP' in scope
31 |             receiveError: { error in
32 |                 if try await receiveError?(error) == true {
33 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
34 |                 }
35 |             })
[74/109] Compiling Afluent Deferred.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:28:21: error: cannot find 'raise' in scope
26 |             receiveOutput: { output in
27 |                 if try await receiveOutput?(output) == true {
28 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
29 |                 }
30 |             },
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:28:27: error: cannot find 'SIGTRAP' in scope
26 |             receiveOutput: { output in
27 |                 if try await receiveOutput?(output) == true {
28 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
29 |                 }
30 |             },
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:33:21: error: cannot find 'raise' in scope
31 |             receiveError: { error in
32 |                 if try await receiveError?(error) == true {
33 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
34 |                 }
35 |             })
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:33:27: error: cannot find 'SIGTRAP' in scope
31 |             receiveError: { error in
32 |                 if try await receiveError?(error) == true {
33 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
34 |                 }
35 |             })
[75/109] Compiling Afluent DelaySequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:28:21: error: cannot find 'raise' in scope
26 |             receiveOutput: { output in
27 |                 if try await receiveOutput?(output) == true {
28 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
29 |                 }
30 |             },
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:28:27: error: cannot find 'SIGTRAP' in scope
26 |             receiveOutput: { output in
27 |                 if try await receiveOutput?(output) == true {
28 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
29 |                 }
30 |             },
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:33:21: error: cannot find 'raise' in scope
31 |             receiveError: { error in
32 |                 if try await receiveError?(error) == true {
33 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
34 |                 }
35 |             })
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:33:27: error: cannot find 'SIGTRAP' in scope
31 |             receiveError: { error in
32 |                 if try await receiveError?(error) == true {
33 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
34 |                 }
35 |             })
[76/109] Compiling Afluent DematerializeSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:28:21: error: cannot find 'raise' in scope
26 |             receiveOutput: { output in
27 |                 if try await receiveOutput?(output) == true {
28 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
29 |                 }
30 |             },
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:28:27: error: cannot find 'SIGTRAP' in scope
26 |             receiveOutput: { output in
27 |                 if try await receiveOutput?(output) == true {
28 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
29 |                 }
30 |             },
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:33:21: error: cannot find 'raise' in scope
31 |             receiveError: { error in
32 |                 if try await receiveError?(error) == true {
33 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
34 |                 }
35 |             })
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:33:27: error: cannot find 'SIGTRAP' in scope
31 |             receiveError: { error in
32 |                 if try await receiveError?(error) == true {
33 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
34 |                 }
35 |             })
[77/109] Compiling Afluent DiscardOutputSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:28:21: error: cannot find 'raise' in scope
26 |             receiveOutput: { output in
27 |                 if try await receiveOutput?(output) == true {
28 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
29 |                 }
30 |             },
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:28:27: error: cannot find 'SIGTRAP' in scope
26 |             receiveOutput: { output in
27 |                 if try await receiveOutput?(output) == true {
28 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
29 |                 }
30 |             },
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:33:21: error: cannot find 'raise' in scope
31 |             receiveError: { error in
32 |                 if try await receiveError?(error) == true {
33 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
34 |                 }
35 |             })
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:33:27: error: cannot find 'SIGTRAP' in scope
31 |             receiveError: { error in
32 |                 if try await receiveError?(error) == true {
33 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
34 |                 }
35 |             })
[78/109] Compiling Afluent EncodeSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:28:21: error: cannot find 'raise' in scope
26 |             receiveOutput: { output in
27 |                 if try await receiveOutput?(output) == true {
28 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
29 |                 }
30 |             },
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:28:27: error: cannot find 'SIGTRAP' in scope
26 |             receiveOutput: { output in
27 |                 if try await receiveOutput?(output) == true {
28 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
29 |                 }
30 |             },
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:33:21: error: cannot find 'raise' in scope
31 |             receiveError: { error in
32 |                 if try await receiveError?(error) == true {
33 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
34 |                 }
35 |             })
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:33:27: error: cannot find 'SIGTRAP' in scope
31 |             receiveError: { error in
32 |                 if try await receiveError?(error) == true {
33 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
34 |                 }
35 |             })
[79/109] Compiling Afluent ErrorExtensions.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
[80/109] Compiling Afluent KeyPathExtensions.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
[81/109] Compiling Afluent RecursiveLockExtensions.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
[82/109] Compiling Afluent PassthroughSubject.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
[83/109] Compiling Afluent AsynchronousUnitOfWork.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
[84/109] Compiling Afluent Race.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
[85/109] Compiling Afluent Rethrow.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
[86/109] Compiling Afluent RetryByBackoffStrategy.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
[87/109] Compiling Afluent RetryByCountStrategy.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
[88/109] Compiling Afluent RetryStrategy.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
[89/109] Compiling Afluent AnyAsyncSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
[90/109] Compiling Afluent HandleEvents.swift
[91/109] Compiling Afluent Map.swift
[92/109] Compiling Afluent MapError.swift
[93/109] Compiling Afluent Materialize.swift
[94/109] Compiling Afluent Print.swift
[95/109] Compiling Afluent ReplaceError.swift
[96/109] Compiling Afluent ReplaceNil.swift
[97/109] Compiling Afluent Retain.swift
[98/109] Compiling Afluent Retry.swift
[99/109] Compiling Afluent RetryAfterFlatMapping.swift
[100/109] Compiling Afluent Share.swift
[101/109] Compiling Afluent ShareFromCache.swift
[102/109] Compiling Afluent SingleValueChannel.swift
[103/109] Compiling Afluent SingleValueSubject.swift
[104/109] Compiling Afluent Timeout.swift
[105/109] Compiling Afluent ToAsyncSequence.swift
[106/109] Compiling Afluent UnwrapOrThrow.swift
[107/109] Compiling Afluent WithUnretained.swift
[108/109] Compiling Afluent Workers.swift
[109/109] Compiling Afluent Zip.swift
BUILD FAILURE 6.1 wasm