The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Afluent, reference main (f90d0f), with Swift 6.1 for Wasm on 24 Nov 2025 07:13:00 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

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 |         > {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[46/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:38:21: error: cannot find 'raise' in scope
36 |             receiveOutput: { output in
37 |                 if try await receiveOutput?(output) == true {
38 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
39 |                 }
40 |             },
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:38:27: error: cannot find 'SIGTRAP' in scope
36 |             receiveOutput: { output in
37 |                 if try await receiveOutput?(output) == true {
38 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
39 |                 }
40 |             },
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:43:21: error: cannot find 'raise' in scope
41 |             receiveError: { error in
42 |                 if try await receiveError?(error) == true {
43 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
44 |                 }
45 |             })
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:43:27: error: cannot find 'SIGTRAP' in scope
41 |             receiveError: { error in
42 |                 if try await receiveError?(error) == true {
43 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
44 |                 }
45 |             })
/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:60:21: error: cannot find 'raise' in scope
58 |             receiveOutput: { output in
59 |                 if try await receiveOutput?(output) == true {
60 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
61 |                 }
62 |             },
/host/spi-builder-workspace/Sources/Afluent/Workers/Breakpoint.swift:60:27: error: cannot find 'SIGTRAP' in scope
58 |             receiveOutput: { output in
59 |                 if try await receiveOutput?(output) == true {
60 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
61 |                 }
62 |             },
/host/spi-builder-workspace/Sources/Afluent/Workers/Breakpoint.swift:65:21: error: cannot find 'raise' in scope
63 |             receiveError: { error in
64 |                 if try await receiveError?(error) == true {
65 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
66 |                 }
67 |             })
/host/spi-builder-workspace/Sources/Afluent/Workers/Breakpoint.swift:65:27: error: cannot find 'SIGTRAP' in scope
63 |             receiveError: { error in
64 |                 if try await receiveError?(error) == true {
65 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
66 |                 }
67 |             })
[47/109] Compiling Afluent HandleEvents.swift
[48/109] Compiling Afluent Map.swift
[49/109] Compiling Afluent MapError.swift
[50/109] Compiling Afluent Materialize.swift
[51/109] Compiling Afluent Print.swift
[52/109] Compiling Afluent ReplaceError.swift
[53/109] Compiling Afluent ReplaceNil.swift
[54/109] Compiling Afluent Retain.swift
[55/109] Compiling Afluent Retry.swift
[56/109] Compiling Afluent RetryAfterFlatMapping.swift
[57/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 |
[58/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 |
[59/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 |
[60/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 |
[61/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 |
[62/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 |
[63/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 |
[64/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 |
[65/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 |
[66/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 |
[67/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 |
[68/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
[69/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
[70/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
[71/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
[72/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
[73/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
[74/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
[75/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
[76/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
[77/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
[78/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
[79/109] Compiling Afluent Assign.swift
/host/spi-builder-workspace/Sources/Afluent/Workers/Breakpoint.swift:60:21: error: cannot find 'raise' in scope
58 |             receiveOutput: { output in
59 |                 if try await receiveOutput?(output) == true {
60 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
61 |                 }
62 |             },
/host/spi-builder-workspace/Sources/Afluent/Workers/Breakpoint.swift:60:27: error: cannot find 'SIGTRAP' in scope
58 |             receiveOutput: { output in
59 |                 if try await receiveOutput?(output) == true {
60 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
61 |                 }
62 |             },
/host/spi-builder-workspace/Sources/Afluent/Workers/Breakpoint.swift:65:21: error: cannot find 'raise' in scope
63 |             receiveError: { error in
64 |                 if try await receiveError?(error) == true {
65 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
66 |                 }
67 |             })
/host/spi-builder-workspace/Sources/Afluent/Workers/Breakpoint.swift:65:27: error: cannot find 'SIGTRAP' in scope
63 |             receiveError: { error in
64 |                 if try await receiveError?(error) == true {
65 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
66 |                 }
67 |             })
[80/109] Compiling Afluent Breakpoint.swift
/host/spi-builder-workspace/Sources/Afluent/Workers/Breakpoint.swift:60:21: error: cannot find 'raise' in scope
58 |             receiveOutput: { output in
59 |                 if try await receiveOutput?(output) == true {
60 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
61 |                 }
62 |             },
/host/spi-builder-workspace/Sources/Afluent/Workers/Breakpoint.swift:60:27: error: cannot find 'SIGTRAP' in scope
58 |             receiveOutput: { output in
59 |                 if try await receiveOutput?(output) == true {
60 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
61 |                 }
62 |             },
/host/spi-builder-workspace/Sources/Afluent/Workers/Breakpoint.swift:65:21: error: cannot find 'raise' in scope
63 |             receiveError: { error in
64 |                 if try await receiveError?(error) == true {
65 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
66 |                 }
67 |             })
/host/spi-builder-workspace/Sources/Afluent/Workers/Breakpoint.swift:65:27: error: cannot find 'SIGTRAP' in scope
63 |             receiveError: { error in
64 |                 if try await receiveError?(error) == true {
65 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
66 |                 }
67 |             })
[81/109] Compiling Afluent Catch.swift
/host/spi-builder-workspace/Sources/Afluent/Workers/Breakpoint.swift:60:21: error: cannot find 'raise' in scope
58 |             receiveOutput: { output in
59 |                 if try await receiveOutput?(output) == true {
60 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
61 |                 }
62 |             },
/host/spi-builder-workspace/Sources/Afluent/Workers/Breakpoint.swift:60:27: error: cannot find 'SIGTRAP' in scope
58 |             receiveOutput: { output in
59 |                 if try await receiveOutput?(output) == true {
60 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
61 |                 }
62 |             },
/host/spi-builder-workspace/Sources/Afluent/Workers/Breakpoint.swift:65:21: error: cannot find 'raise' in scope
63 |             receiveError: { error in
64 |                 if try await receiveError?(error) == true {
65 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
66 |                 }
67 |             })
/host/spi-builder-workspace/Sources/Afluent/Workers/Breakpoint.swift:65:27: error: cannot find 'SIGTRAP' in scope
63 |             receiveError: { error in
64 |                 if try await receiveError?(error) == true {
65 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
66 |                 }
67 |             })
[82/109] Compiling Afluent Decode.swift
/host/spi-builder-workspace/Sources/Afluent/Workers/Breakpoint.swift:60:21: error: cannot find 'raise' in scope
58 |             receiveOutput: { output in
59 |                 if try await receiveOutput?(output) == true {
60 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
61 |                 }
62 |             },
/host/spi-builder-workspace/Sources/Afluent/Workers/Breakpoint.swift:60:27: error: cannot find 'SIGTRAP' in scope
58 |             receiveOutput: { output in
59 |                 if try await receiveOutput?(output) == true {
60 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
61 |                 }
62 |             },
/host/spi-builder-workspace/Sources/Afluent/Workers/Breakpoint.swift:65:21: error: cannot find 'raise' in scope
63 |             receiveError: { error in
64 |                 if try await receiveError?(error) == true {
65 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
66 |                 }
67 |             })
/host/spi-builder-workspace/Sources/Afluent/Workers/Breakpoint.swift:65:27: error: cannot find 'SIGTRAP' in scope
63 |             receiveError: { error in
64 |                 if try await receiveError?(error) == true {
65 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
66 |                 }
67 |             })
[83/109] Compiling Afluent Delay.swift
/host/spi-builder-workspace/Sources/Afluent/Workers/Breakpoint.swift:60:21: error: cannot find 'raise' in scope
58 |             receiveOutput: { output in
59 |                 if try await receiveOutput?(output) == true {
60 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
61 |                 }
62 |             },
/host/spi-builder-workspace/Sources/Afluent/Workers/Breakpoint.swift:60:27: error: cannot find 'SIGTRAP' in scope
58 |             receiveOutput: { output in
59 |                 if try await receiveOutput?(output) == true {
60 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
61 |                 }
62 |             },
/host/spi-builder-workspace/Sources/Afluent/Workers/Breakpoint.swift:65:21: error: cannot find 'raise' in scope
63 |             receiveError: { error in
64 |                 if try await receiveError?(error) == true {
65 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
66 |                 }
67 |             })
/host/spi-builder-workspace/Sources/Afluent/Workers/Breakpoint.swift:65:27: error: cannot find 'SIGTRAP' in scope
63 |             receiveError: { error in
64 |                 if try await receiveError?(error) == true {
65 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
66 |                 }
67 |             })
[84/109] Compiling Afluent Dematerialize.swift
/host/spi-builder-workspace/Sources/Afluent/Workers/Breakpoint.swift:60:21: error: cannot find 'raise' in scope
58 |             receiveOutput: { output in
59 |                 if try await receiveOutput?(output) == true {
60 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
61 |                 }
62 |             },
/host/spi-builder-workspace/Sources/Afluent/Workers/Breakpoint.swift:60:27: error: cannot find 'SIGTRAP' in scope
58 |             receiveOutput: { output in
59 |                 if try await receiveOutput?(output) == true {
60 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
61 |                 }
62 |             },
/host/spi-builder-workspace/Sources/Afluent/Workers/Breakpoint.swift:65:21: error: cannot find 'raise' in scope
63 |             receiveError: { error in
64 |                 if try await receiveError?(error) == true {
65 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
66 |                 }
67 |             })
/host/spi-builder-workspace/Sources/Afluent/Workers/Breakpoint.swift:65:27: error: cannot find 'SIGTRAP' in scope
63 |             receiveError: { error in
64 |                 if try await receiveError?(error) == true {
65 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
66 |                 }
67 |             })
[85/109] Compiling Afluent DiscardOutput.swift
/host/spi-builder-workspace/Sources/Afluent/Workers/Breakpoint.swift:60:21: error: cannot find 'raise' in scope
58 |             receiveOutput: { output in
59 |                 if try await receiveOutput?(output) == true {
60 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
61 |                 }
62 |             },
/host/spi-builder-workspace/Sources/Afluent/Workers/Breakpoint.swift:60:27: error: cannot find 'SIGTRAP' in scope
58 |             receiveOutput: { output in
59 |                 if try await receiveOutput?(output) == true {
60 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
61 |                 }
62 |             },
/host/spi-builder-workspace/Sources/Afluent/Workers/Breakpoint.swift:65:21: error: cannot find 'raise' in scope
63 |             receiveError: { error in
64 |                 if try await receiveError?(error) == true {
65 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
66 |                 }
67 |             })
/host/spi-builder-workspace/Sources/Afluent/Workers/Breakpoint.swift:65:27: error: cannot find 'SIGTRAP' in scope
63 |             receiveError: { error in
64 |                 if try await receiveError?(error) == true {
65 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
66 |                 }
67 |             })
[86/109] Compiling Afluent Encode.swift
/host/spi-builder-workspace/Sources/Afluent/Workers/Breakpoint.swift:60:21: error: cannot find 'raise' in scope
58 |             receiveOutput: { output in
59 |                 if try await receiveOutput?(output) == true {
60 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
61 |                 }
62 |             },
/host/spi-builder-workspace/Sources/Afluent/Workers/Breakpoint.swift:60:27: error: cannot find 'SIGTRAP' in scope
58 |             receiveOutput: { output in
59 |                 if try await receiveOutput?(output) == true {
60 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
61 |                 }
62 |             },
/host/spi-builder-workspace/Sources/Afluent/Workers/Breakpoint.swift:65:21: error: cannot find 'raise' in scope
63 |             receiveError: { error in
64 |                 if try await receiveError?(error) == true {
65 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
66 |                 }
67 |             })
/host/spi-builder-workspace/Sources/Afluent/Workers/Breakpoint.swift:65:27: error: cannot find 'SIGTRAP' in scope
63 |             receiveError: { error in
64 |                 if try await receiveError?(error) == true {
65 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
66 |                 }
67 |             })
[87/109] Compiling Afluent EraseToAnyAsynchronousUnitOfWork.swift
/host/spi-builder-workspace/Sources/Afluent/Workers/Breakpoint.swift:60:21: error: cannot find 'raise' in scope
58 |             receiveOutput: { output in
59 |                 if try await receiveOutput?(output) == true {
60 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
61 |                 }
62 |             },
/host/spi-builder-workspace/Sources/Afluent/Workers/Breakpoint.swift:60:27: error: cannot find 'SIGTRAP' in scope
58 |             receiveOutput: { output in
59 |                 if try await receiveOutput?(output) == true {
60 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
61 |                 }
62 |             },
/host/spi-builder-workspace/Sources/Afluent/Workers/Breakpoint.swift:65:21: error: cannot find 'raise' in scope
63 |             receiveError: { error in
64 |                 if try await receiveError?(error) == true {
65 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
66 |                 }
67 |             })
/host/spi-builder-workspace/Sources/Afluent/Workers/Breakpoint.swift:65:27: error: cannot find 'SIGTRAP' in scope
63 |             receiveError: { error in
64 |                 if try await receiveError?(error) == true {
65 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
66 |                 }
67 |             })
[88/109] Compiling Afluent FlatMap.swift
/host/spi-builder-workspace/Sources/Afluent/Workers/Breakpoint.swift:60:21: error: cannot find 'raise' in scope
58 |             receiveOutput: { output in
59 |                 if try await receiveOutput?(output) == true {
60 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
61 |                 }
62 |             },
/host/spi-builder-workspace/Sources/Afluent/Workers/Breakpoint.swift:60:27: error: cannot find 'SIGTRAP' in scope
58 |             receiveOutput: { output in
59 |                 if try await receiveOutput?(output) == true {
60 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
61 |                 }
62 |             },
/host/spi-builder-workspace/Sources/Afluent/Workers/Breakpoint.swift:65:21: error: cannot find 'raise' in scope
63 |             receiveError: { error in
64 |                 if try await receiveError?(error) == true {
65 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
66 |                 }
67 |             })
/host/spi-builder-workspace/Sources/Afluent/Workers/Breakpoint.swift:65:27: error: cannot find 'SIGTRAP' in scope
63 |             receiveError: { error in
64 |                 if try await receiveError?(error) == true {
65 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
66 |                 }
67 |             })
[89/109] Compiling Afluent AssertNoFailureSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:38:21: error: cannot find 'raise' in scope
36 |             receiveOutput: { output in
37 |                 if try await receiveOutput?(output) == true {
38 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
39 |                 }
40 |             },
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:38:27: error: cannot find 'SIGTRAP' in scope
36 |             receiveOutput: { output in
37 |                 if try await receiveOutput?(output) == true {
38 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
39 |                 }
40 |             },
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:43:21: error: cannot find 'raise' in scope
41 |             receiveError: { error in
42 |                 if try await receiveError?(error) == true {
43 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
44 |                 }
45 |             })
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:43:27: error: cannot find 'SIGTRAP' in scope
41 |             receiveError: { error in
42 |                 if try await receiveError?(error) == true {
43 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
44 |                 }
45 |             })
[90/109] Compiling Afluent AsyncSequences.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:38:21: error: cannot find 'raise' in scope
36 |             receiveOutput: { output in
37 |                 if try await receiveOutput?(output) == true {
38 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
39 |                 }
40 |             },
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:38:27: error: cannot find 'SIGTRAP' in scope
36 |             receiveOutput: { output in
37 |                 if try await receiveOutput?(output) == true {
38 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
39 |                 }
40 |             },
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:43:21: error: cannot find 'raise' in scope
41 |             receiveError: { error in
42 |                 if try await receiveError?(error) == true {
43 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
44 |                 }
45 |             })
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:43:27: error: cannot find 'SIGTRAP' in scope
41 |             receiveError: { error in
42 |                 if try await receiveError?(error) == true {
43 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
44 |                 }
45 |             })
[91/109] Compiling Afluent BreakpointSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:38:21: error: cannot find 'raise' in scope
36 |             receiveOutput: { output in
37 |                 if try await receiveOutput?(output) == true {
38 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
39 |                 }
40 |             },
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:38:27: error: cannot find 'SIGTRAP' in scope
36 |             receiveOutput: { output in
37 |                 if try await receiveOutput?(output) == true {
38 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
39 |                 }
40 |             },
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:43:21: error: cannot find 'raise' in scope
41 |             receiveError: { error in
42 |                 if try await receiveError?(error) == true {
43 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
44 |                 }
45 |             })
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:43:27: error: cannot find 'SIGTRAP' in scope
41 |             receiveError: { error in
42 |                 if try await receiveError?(error) == true {
43 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
44 |                 }
45 |             })
[92/109] Compiling Afluent CatchSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:38:21: error: cannot find 'raise' in scope
36 |             receiveOutput: { output in
37 |                 if try await receiveOutput?(output) == true {
38 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
39 |                 }
40 |             },
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:38:27: error: cannot find 'SIGTRAP' in scope
36 |             receiveOutput: { output in
37 |                 if try await receiveOutput?(output) == true {
38 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
39 |                 }
40 |             },
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:43:21: error: cannot find 'raise' in scope
41 |             receiveError: { error in
42 |                 if try await receiveError?(error) == true {
43 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
44 |                 }
45 |             })
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:43:27: error: cannot find 'SIGTRAP' in scope
41 |             receiveError: { error in
42 |                 if try await receiveError?(error) == true {
43 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
44 |                 }
45 |             })
[93/109] Compiling Afluent CollectSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:38:21: error: cannot find 'raise' in scope
36 |             receiveOutput: { output in
37 |                 if try await receiveOutput?(output) == true {
38 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
39 |                 }
40 |             },
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:38:27: error: cannot find 'SIGTRAP' in scope
36 |             receiveOutput: { output in
37 |                 if try await receiveOutput?(output) == true {
38 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
39 |                 }
40 |             },
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:43:21: error: cannot find 'raise' in scope
41 |             receiveError: { error in
42 |                 if try await receiveError?(error) == true {
43 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
44 |                 }
45 |             })
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:43:27: error: cannot find 'SIGTRAP' in scope
41 |             receiveError: { error in
42 |                 if try await receiveError?(error) == true {
43 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
44 |                 }
45 |             })
[94/109] Compiling Afluent DecodeSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:38:21: error: cannot find 'raise' in scope
36 |             receiveOutput: { output in
37 |                 if try await receiveOutput?(output) == true {
38 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
39 |                 }
40 |             },
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:38:27: error: cannot find 'SIGTRAP' in scope
36 |             receiveOutput: { output in
37 |                 if try await receiveOutput?(output) == true {
38 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
39 |                 }
40 |             },
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:43:21: error: cannot find 'raise' in scope
41 |             receiveError: { error in
42 |                 if try await receiveError?(error) == true {
43 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
44 |                 }
45 |             })
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:43:27: error: cannot find 'SIGTRAP' in scope
41 |             receiveError: { error in
42 |                 if try await receiveError?(error) == true {
43 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
44 |                 }
45 |             })
[95/109] Compiling Afluent Deferred.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:38:21: error: cannot find 'raise' in scope
36 |             receiveOutput: { output in
37 |                 if try await receiveOutput?(output) == true {
38 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
39 |                 }
40 |             },
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:38:27: error: cannot find 'SIGTRAP' in scope
36 |             receiveOutput: { output in
37 |                 if try await receiveOutput?(output) == true {
38 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
39 |                 }
40 |             },
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:43:21: error: cannot find 'raise' in scope
41 |             receiveError: { error in
42 |                 if try await receiveError?(error) == true {
43 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
44 |                 }
45 |             })
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:43:27: error: cannot find 'SIGTRAP' in scope
41 |             receiveError: { error in
42 |                 if try await receiveError?(error) == true {
43 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
44 |                 }
45 |             })
[96/109] Compiling Afluent DelaySequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:38:21: error: cannot find 'raise' in scope
36 |             receiveOutput: { output in
37 |                 if try await receiveOutput?(output) == true {
38 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
39 |                 }
40 |             },
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:38:27: error: cannot find 'SIGTRAP' in scope
36 |             receiveOutput: { output in
37 |                 if try await receiveOutput?(output) == true {
38 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
39 |                 }
40 |             },
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:43:21: error: cannot find 'raise' in scope
41 |             receiveError: { error in
42 |                 if try await receiveError?(error) == true {
43 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
44 |                 }
45 |             })
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:43:27: error: cannot find 'SIGTRAP' in scope
41 |             receiveError: { error in
42 |                 if try await receiveError?(error) == true {
43 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
44 |                 }
45 |             })
[97/109] Compiling Afluent DematerializeSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:38:21: error: cannot find 'raise' in scope
36 |             receiveOutput: { output in
37 |                 if try await receiveOutput?(output) == true {
38 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
39 |                 }
40 |             },
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:38:27: error: cannot find 'SIGTRAP' in scope
36 |             receiveOutput: { output in
37 |                 if try await receiveOutput?(output) == true {
38 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
39 |                 }
40 |             },
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:43:21: error: cannot find 'raise' in scope
41 |             receiveError: { error in
42 |                 if try await receiveError?(error) == true {
43 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
44 |                 }
45 |             })
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:43:27: error: cannot find 'SIGTRAP' in scope
41 |             receiveError: { error in
42 |                 if try await receiveError?(error) == true {
43 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
44 |                 }
45 |             })
[98/109] Compiling Afluent DiscardOutputSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:38:21: error: cannot find 'raise' in scope
36 |             receiveOutput: { output in
37 |                 if try await receiveOutput?(output) == true {
38 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
39 |                 }
40 |             },
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:38:27: error: cannot find 'SIGTRAP' in scope
36 |             receiveOutput: { output in
37 |                 if try await receiveOutput?(output) == true {
38 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
39 |                 }
40 |             },
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:43:21: error: cannot find 'raise' in scope
41 |             receiveError: { error in
42 |                 if try await receiveError?(error) == true {
43 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
44 |                 }
45 |             })
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:43:27: error: cannot find 'SIGTRAP' in scope
41 |             receiveError: { error in
42 |                 if try await receiveError?(error) == true {
43 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
44 |                 }
45 |             })
[99/109] Compiling Afluent EncodeSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:38:21: error: cannot find 'raise' in scope
36 |             receiveOutput: { output in
37 |                 if try await receiveOutput?(output) == true {
38 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
39 |                 }
40 |             },
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:38:27: error: cannot find 'SIGTRAP' in scope
36 |             receiveOutput: { output in
37 |                 if try await receiveOutput?(output) == true {
38 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
39 |                 }
40 |             },
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:43:21: error: cannot find 'raise' in scope
41 |             receiveError: { error in
42 |                 if try await receiveError?(error) == true {
43 |                     raise(SIGTRAP)
   |                     `- error: cannot find 'raise' in scope
44 |                 }
45 |             })
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/BreakpointSequence.swift:43:27: error: cannot find 'SIGTRAP' in scope
41 |             receiveError: { error in
42 |                 if try await receiveError?(error) == true {
43 |                     raise(SIGTRAP)
   |                           `- error: cannot find 'SIGTRAP' in scope
44 |                 }
45 |             })
[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