Build Information
Successful build of URLRequestOperation, reference 2.0.0-alpha.14.2 (f33309
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 22:58:30 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/happn-app/URLRequestOperation.git
Reference: 2.0.0-alpha.14.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/happn-app/URLRequestOperation
* tag 2.0.0-alpha.14.2 -> FETCH_HEAD
HEAD is now at f33309a Create and use RetryCountsHolder
Cloned https://github.com/happn-app/URLRequestOperation.git
Revision (git rev-parse @):
f33309a783db53b59a2e4426b89fd6be280438b2
SUCCESS checkout https://github.com/happn-app/URLRequestOperation.git at 2.0.0-alpha.14.2
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/happn-app/URLRequestOperation.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/13] Write sources
[3/13] Write URLRequestOperationManualTest-entitlement.plist
[3/13] Write sources
[9/13] Write swift-version-1EA4D86E10B52AF.txt
[11/31] Emitting module Logging
[12/31] Compiling Logging LogHandler.swift
[13/31] Compiling Logging MetadataProvider.swift
[14/31] Compiling Logging Locks.swift
[15/31] Compiling Logging Logging.swift
[16/36] Compiling MediaType Scanner+LinuxCompat.swift
[17/36] Compiling FormURLEncodedCoder URLQueryFragmentConvertible.swift
[18/36] Compiling RecursiveSyncDispatch RecursiveSyncDispatch.swift
[19/36] Emitting module RecursiveSyncDispatch
[20/36] Compiling FormURLEncodedCoder FormURLEncodedSerializer.swift
[21/36] Compiling FormURLEncodedCoder FormURLEncodedParser.swift
[22/36] Compiling FormURLEncodedCoder FormURLEncodedEncodingErrors.swift
[23/36] Compiling RetryingOperation WrappedRetryingOperation.swift
[24/36] Compiling RetryingOperation RetryingOperationConfig.swift
[25/36] Compiling FormURLEncodedCoder FormURLEncodedData.swift
[26/36] Emitting module MediaType
[27/36] Compiling MediaType MediaType.swift
[28/40] Emitting module RetryingOperation
[29/40] Compiling RetryingOperation RetryingOperation.swift
[30/40] Compiling RetryingOperation RetryHelper.swift
[31/40] Compiling FormURLEncodedCoder FormURLEncodedEncoder.swift
[32/40] Compiling FormURLEncodedCoder FormURLEncodedDecoder.swift
[33/40] Emitting module FormURLEncodedCoder
[34/40] Compiling SemiSingleton SemiSingletonConfig.swift
[35/40] Emitting module SemiSingleton
[36/40] Compiling SemiSingleton LinuxStrongToWeakMapTable.swift
[37/40] Compiling SemiSingleton SemiSingletonStore.swift
[38/91] Compiling URLRequestOperation BlockDispatcher.swift
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Glue/BlockDispatcher.swift:41:56: warning: conformance of 'OperationQueue' to protocol 'Sendable' was already stated in the type's module 'Foundation'
39 |
40 | /* @unchecked Sendable: https://forums.swift.org/t/sendable-in-foundation/59577 */
41 | extension OperationQueue : BlockDispatcher, @unchecked Sendable {
| `- warning: conformance of 'OperationQueue' to protocol 'Sendable' was already stated in the type's module 'Foundation'
42 |
43 | public func execute(_ work: @Sendable @escaping () -> Void) {
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:107:12: note: 'OperationQueue' implicitly conforms to protocol 'Sendable' here
105 | NS_SWIFT_SENDABLE
106 | API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0))
107 | @interface NSOperationQueue : NSObject <NSProgressReporting>
| `- note: 'OperationQueue' implicitly conforms to protocol 'Sendable' here
108 |
109 | /// @property progress
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Glue/BlockDispatcher.swift:51:55: warning: conformance of 'DispatchQueue' to protocol 'Sendable' was already stated in the type's module 'Dispatch'
49 |
50 | /* @unchecked Sendable: https://forums.swift.org/t/capture-of-self-with-non-sendable-closure/55540/6 */
51 | extension DispatchQueue : BlockDispatcher, @unchecked Sendable {
| `- warning: conformance of 'DispatchQueue' to protocol 'Sendable' was already stated in the type's module 'Dispatch'
52 |
53 | public func execute(_ work: @Sendable @escaping () -> Void) {
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/dispatch/queue.h:70:1: note: 'DispatchQueue' implicitly conforms to protocol 'Sendable' here
68 | * queue have been released, the queue will be deallocated by the system.
69 | */
70 | DISPATCH_DECL_FACTORY_CLASS_SWIFT(dispatch_queue, DispatchQueue);
| `- note: 'DispatchQueue' implicitly conforms to protocol 'Sendable' here
71 |
72 | /*!
[39/91] Compiling URLRequestOperation HTTPContentCoder+FormURLEncodedEncoding.swift
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Glue/BlockDispatcher.swift:41:56: warning: conformance of 'OperationQueue' to protocol 'Sendable' was already stated in the type's module 'Foundation'
39 |
40 | /* @unchecked Sendable: https://forums.swift.org/t/sendable-in-foundation/59577 */
41 | extension OperationQueue : BlockDispatcher, @unchecked Sendable {
| `- warning: conformance of 'OperationQueue' to protocol 'Sendable' was already stated in the type's module 'Foundation'
42 |
43 | public func execute(_ work: @Sendable @escaping () -> Void) {
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:107:12: note: 'OperationQueue' implicitly conforms to protocol 'Sendable' here
105 | NS_SWIFT_SENDABLE
106 | API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0))
107 | @interface NSOperationQueue : NSObject <NSProgressReporting>
| `- note: 'OperationQueue' implicitly conforms to protocol 'Sendable' here
108 |
109 | /// @property progress
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Glue/BlockDispatcher.swift:51:55: warning: conformance of 'DispatchQueue' to protocol 'Sendable' was already stated in the type's module 'Dispatch'
49 |
50 | /* @unchecked Sendable: https://forums.swift.org/t/capture-of-self-with-non-sendable-closure/55540/6 */
51 | extension DispatchQueue : BlockDispatcher, @unchecked Sendable {
| `- warning: conformance of 'DispatchQueue' to protocol 'Sendable' was already stated in the type's module 'Dispatch'
52 |
53 | public func execute(_ work: @Sendable @escaping () -> Void) {
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/dispatch/queue.h:70:1: note: 'DispatchQueue' implicitly conforms to protocol 'Sendable' here
68 | * queue have been released, the queue will be deallocated by the system.
69 | */
70 | DISPATCH_DECL_FACTORY_CLASS_SWIFT(dispatch_queue, DispatchQueue);
| `- note: 'DispatchQueue' implicitly conforms to protocol 'Sendable' here
71 |
72 | /*!
[40/91] Compiling URLRequestOperation HTTPContentCoder+JSON.swift
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Glue/BlockDispatcher.swift:41:56: warning: conformance of 'OperationQueue' to protocol 'Sendable' was already stated in the type's module 'Foundation'
39 |
40 | /* @unchecked Sendable: https://forums.swift.org/t/sendable-in-foundation/59577 */
41 | extension OperationQueue : BlockDispatcher, @unchecked Sendable {
| `- warning: conformance of 'OperationQueue' to protocol 'Sendable' was already stated in the type's module 'Foundation'
42 |
43 | public func execute(_ work: @Sendable @escaping () -> Void) {
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:107:12: note: 'OperationQueue' implicitly conforms to protocol 'Sendable' here
105 | NS_SWIFT_SENDABLE
106 | API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0))
107 | @interface NSOperationQueue : NSObject <NSProgressReporting>
| `- note: 'OperationQueue' implicitly conforms to protocol 'Sendable' here
108 |
109 | /// @property progress
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Glue/BlockDispatcher.swift:51:55: warning: conformance of 'DispatchQueue' to protocol 'Sendable' was already stated in the type's module 'Dispatch'
49 |
50 | /* @unchecked Sendable: https://forums.swift.org/t/capture-of-self-with-non-sendable-closure/55540/6 */
51 | extension DispatchQueue : BlockDispatcher, @unchecked Sendable {
| `- warning: conformance of 'DispatchQueue' to protocol 'Sendable' was already stated in the type's module 'Dispatch'
52 |
53 | public func execute(_ work: @Sendable @escaping () -> Void) {
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/dispatch/queue.h:70:1: note: 'DispatchQueue' implicitly conforms to protocol 'Sendable' here
68 | * queue have been released, the queue will be deallocated by the system.
69 | */
70 | DISPATCH_DECL_FACTORY_CLASS_SWIFT(dispatch_queue, DispatchQueue);
| `- note: 'DispatchQueue' implicitly conforms to protocol 'Sendable' here
71 |
72 | /*!
[41/91] Compiling URLRequestOperation HTTPContentCoder.swift
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Glue/BlockDispatcher.swift:41:56: warning: conformance of 'OperationQueue' to protocol 'Sendable' was already stated in the type's module 'Foundation'
39 |
40 | /* @unchecked Sendable: https://forums.swift.org/t/sendable-in-foundation/59577 */
41 | extension OperationQueue : BlockDispatcher, @unchecked Sendable {
| `- warning: conformance of 'OperationQueue' to protocol 'Sendable' was already stated in the type's module 'Foundation'
42 |
43 | public func execute(_ work: @Sendable @escaping () -> Void) {
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:107:12: note: 'OperationQueue' implicitly conforms to protocol 'Sendable' here
105 | NS_SWIFT_SENDABLE
106 | API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0))
107 | @interface NSOperationQueue : NSObject <NSProgressReporting>
| `- note: 'OperationQueue' implicitly conforms to protocol 'Sendable' here
108 |
109 | /// @property progress
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Glue/BlockDispatcher.swift:51:55: warning: conformance of 'DispatchQueue' to protocol 'Sendable' was already stated in the type's module 'Dispatch'
49 |
50 | /* @unchecked Sendable: https://forums.swift.org/t/capture-of-self-with-non-sendable-closure/55540/6 */
51 | extension DispatchQueue : BlockDispatcher, @unchecked Sendable {
| `- warning: conformance of 'DispatchQueue' to protocol 'Sendable' was already stated in the type's module 'Dispatch'
52 |
53 | public func execute(_ work: @Sendable @escaping () -> Void) {
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/dispatch/queue.h:70:1: note: 'DispatchQueue' implicitly conforms to protocol 'Sendable' here
68 | * queue have been released, the queue will be deallocated by the system.
69 | */
70 | DISPATCH_DECL_FACTORY_CLASS_SWIFT(dispatch_queue, DispatchQueue);
| `- note: 'DispatchQueue' implicitly conforms to protocol 'Sendable' here
71 |
72 | /*!
[42/91] Compiling URLRequestOperation HTTPURLResponse+Utils.swift
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Glue/BlockDispatcher.swift:41:56: warning: conformance of 'OperationQueue' to protocol 'Sendable' was already stated in the type's module 'Foundation'
39 |
40 | /* @unchecked Sendable: https://forums.swift.org/t/sendable-in-foundation/59577 */
41 | extension OperationQueue : BlockDispatcher, @unchecked Sendable {
| `- warning: conformance of 'OperationQueue' to protocol 'Sendable' was already stated in the type's module 'Foundation'
42 |
43 | public func execute(_ work: @Sendable @escaping () -> Void) {
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:107:12: note: 'OperationQueue' implicitly conforms to protocol 'Sendable' here
105 | NS_SWIFT_SENDABLE
106 | API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0))
107 | @interface NSOperationQueue : NSObject <NSProgressReporting>
| `- note: 'OperationQueue' implicitly conforms to protocol 'Sendable' here
108 |
109 | /// @property progress
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Glue/BlockDispatcher.swift:51:55: warning: conformance of 'DispatchQueue' to protocol 'Sendable' was already stated in the type's module 'Dispatch'
49 |
50 | /* @unchecked Sendable: https://forums.swift.org/t/capture-of-self-with-non-sendable-closure/55540/6 */
51 | extension DispatchQueue : BlockDispatcher, @unchecked Sendable {
| `- warning: conformance of 'DispatchQueue' to protocol 'Sendable' was already stated in the type's module 'Dispatch'
52 |
53 | public func execute(_ work: @Sendable @escaping () -> Void) {
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/dispatch/queue.h:70:1: note: 'DispatchQueue' implicitly conforms to protocol 'Sendable' here
68 | * queue have been released, the queue will be deallocated by the system.
69 | */
70 | DISPATCH_DECL_FACTORY_CLASS_SWIFT(dispatch_queue, DispatchQueue);
| `- note: 'DispatchQueue' implicitly conforms to protocol 'Sendable' here
71 |
72 | /*!
[43/91] Compiling URLRequestOperation LinuxWeakToWeakMapTable.swift
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Glue/BlockDispatcher.swift:41:56: warning: conformance of 'OperationQueue' to protocol 'Sendable' was already stated in the type's module 'Foundation'
39 |
40 | /* @unchecked Sendable: https://forums.swift.org/t/sendable-in-foundation/59577 */
41 | extension OperationQueue : BlockDispatcher, @unchecked Sendable {
| `- warning: conformance of 'OperationQueue' to protocol 'Sendable' was already stated in the type's module 'Foundation'
42 |
43 | public func execute(_ work: @Sendable @escaping () -> Void) {
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:107:12: note: 'OperationQueue' implicitly conforms to protocol 'Sendable' here
105 | NS_SWIFT_SENDABLE
106 | API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0))
107 | @interface NSOperationQueue : NSObject <NSProgressReporting>
| `- note: 'OperationQueue' implicitly conforms to protocol 'Sendable' here
108 |
109 | /// @property progress
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Glue/BlockDispatcher.swift:51:55: warning: conformance of 'DispatchQueue' to protocol 'Sendable' was already stated in the type's module 'Dispatch'
49 |
50 | /* @unchecked Sendable: https://forums.swift.org/t/capture-of-self-with-non-sendable-closure/55540/6 */
51 | extension DispatchQueue : BlockDispatcher, @unchecked Sendable {
| `- warning: conformance of 'DispatchQueue' to protocol 'Sendable' was already stated in the type's module 'Dispatch'
52 |
53 | public func execute(_ work: @Sendable @escaping () -> Void) {
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/dispatch/queue.h:70:1: note: 'DispatchQueue' implicitly conforms to protocol 'Sendable' here
68 | * queue have been released, the queue will be deallocated by the system.
69 | */
70 | DISPATCH_DECL_FACTORY_CLASS_SWIFT(dispatch_queue, DispatchQueue);
| `- note: 'DispatchQueue' implicitly conforms to protocol 'Sendable' here
71 |
72 | /*!
[44/96] Emitting module URLRequestOperation
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Glue/BlockDispatcher.swift:41:56: warning: conformance of 'OperationQueue' to protocol 'Sendable' was already stated in the type's module 'Foundation'
39 |
40 | /* @unchecked Sendable: https://forums.swift.org/t/sendable-in-foundation/59577 */
41 | extension OperationQueue : BlockDispatcher, @unchecked Sendable {
| `- warning: conformance of 'OperationQueue' to protocol 'Sendable' was already stated in the type's module 'Foundation'
42 |
43 | public func execute(_ work: @Sendable @escaping () -> Void) {
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:107:12: note: 'OperationQueue' implicitly conforms to protocol 'Sendable' here
105 | NS_SWIFT_SENDABLE
106 | API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0))
107 | @interface NSOperationQueue : NSObject <NSProgressReporting>
| `- note: 'OperationQueue' implicitly conforms to protocol 'Sendable' here
108 |
109 | /// @property progress
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Glue/BlockDispatcher.swift:51:55: warning: conformance of 'DispatchQueue' to protocol 'Sendable' was already stated in the type's module 'Dispatch'
49 |
50 | /* @unchecked Sendable: https://forums.swift.org/t/capture-of-self-with-non-sendable-closure/55540/6 */
51 | extension DispatchQueue : BlockDispatcher, @unchecked Sendable {
| `- warning: conformance of 'DispatchQueue' to protocol 'Sendable' was already stated in the type's module 'Dispatch'
52 |
53 | public func execute(_ work: @Sendable @escaping () -> Void) {
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/dispatch/queue.h:70:1: note: 'DispatchQueue' implicitly conforms to protocol 'Sendable' here
68 | * queue have been released, the queue will be deallocated by the system.
69 | */
70 | DISPATCH_DECL_FACTORY_CLASS_SWIFT(dispatch_queue, DispatchQueue);
| `- note: 'DispatchQueue' implicitly conforms to protocol 'Sendable' here
71 |
72 | /*!
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Reachability/SockaddrWrapper.swift:44:6: warning: stored property 'rawPointer' of 'Sendable'-conforming class 'SockAddrWrapper' has non-sendable type 'UnsafeMutableRawPointer'; this is an error in the Swift 6 language mode
42 | #endif
43 | let family: sa_family_t
44 | let rawPointer: UnsafeMutableRawPointer
| `- warning: stored property 'rawPointer' of 'Sendable'-conforming class 'SockAddrWrapper' has non-sendable type 'UnsafeMutableRawPointer'; this is an error in the Swift 6 language mode
45 |
46 | public convenience init(ipV4AddressStr: String) throws {
Swift.UnsafeMutableRawPointer:1:23: note: struct 'UnsafeMutableRawPointer' does not conform to the 'Sendable' protocol
1 | @frozen public struct UnsafeMutableRawPointer : @unsafe _Pointer {
| `- note: struct 'UnsafeMutableRawPointer' does not conform to the 'Sendable' protocol
2 | public typealias Pointee = UInt8
3 | public let _rawValue: Builtin.RawPointer
[45/96] Compiling URLRequestOperation LogMetadataKeys.swift
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Glue/URL+Utils.swift:25:10: warning: TODO: Modify the URLQueryEncoder to encode to an array of URLQueryItem instead of a String and use this array to add the query parameters. This will allow using appending(queryItems:) for iOS 16+ and co, or URLComponents for iOS 15-.
23 |
24 | internal func appendingQueryParameters<Parameters : Encodable>(from parameters: Parameters, encoder: URLQueryEncoder = Conf.defaultAPIRequestParametersEncoder) throws -> URL {
25 | #warning("TODO: Modify the URLQueryEncoder to encode to an array of URLQueryItem instead of a String and use this array to add the query parameters. This will allow using appending(queryItems:) for iOS 16+ and co, or URLComponents for iOS 15-.")
| `- warning: TODO: Modify the URLQueryEncoder to encode to an array of URLQueryItem instead of a String and use this array to add the query parameters. This will allow using appending(queryItems:) for iOS 16+ and co, or URLComponents for iOS 15-.
26 | let encoded: String = try encoder.encode(parameters)
27 | /* We do the URL/URLComponents trip, because otherwise it’s annoying to manage the fragment.
[46/96] Compiling URLRequestOperation Result+Utils.swift
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Glue/URL+Utils.swift:25:10: warning: TODO: Modify the URLQueryEncoder to encode to an array of URLQueryItem instead of a String and use this array to add the query parameters. This will allow using appending(queryItems:) for iOS 16+ and co, or URLComponents for iOS 15-.
23 |
24 | internal func appendingQueryParameters<Parameters : Encodable>(from parameters: Parameters, encoder: URLQueryEncoder = Conf.defaultAPIRequestParametersEncoder) throws -> URL {
25 | #warning("TODO: Modify the URLQueryEncoder to encode to an array of URLQueryItem instead of a String and use this array to add the query parameters. This will allow using appending(queryItems:) for iOS 16+ and co, or URLComponents for iOS 15-.")
| `- warning: TODO: Modify the URLQueryEncoder to encode to an array of URLQueryItem instead of a String and use this array to add the query parameters. This will allow using appending(queryItems:) for iOS 16+ and co, or URLComponents for iOS 15-.
26 | let encoded: String = try encoder.encode(parameters)
27 | /* We do the URL/URLComponents trip, because otherwise it’s annoying to manage the fragment.
[47/96] Compiling URLRequestOperation RetryCountsHolder.swift
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Glue/URL+Utils.swift:25:10: warning: TODO: Modify the URLQueryEncoder to encode to an array of URLQueryItem instead of a String and use this array to add the query parameters. This will allow using appending(queryItems:) for iOS 16+ and co, or URLComponents for iOS 15-.
23 |
24 | internal func appendingQueryParameters<Parameters : Encodable>(from parameters: Parameters, encoder: URLQueryEncoder = Conf.defaultAPIRequestParametersEncoder) throws -> URL {
25 | #warning("TODO: Modify the URLQueryEncoder to encode to an array of URLQueryItem instead of a String and use this array to add the query parameters. This will allow using appending(queryItems:) for iOS 16+ and co, or URLComponents for iOS 15-.")
| `- warning: TODO: Modify the URLQueryEncoder to encode to an array of URLQueryItem instead of a String and use this array to add the query parameters. This will allow using appending(queryItems:) for iOS 16+ and co, or URLComponents for iOS 15-.
26 | let encoded: String = try encoder.encode(parameters)
27 | /* We do the URL/URLComponents trip, because otherwise it’s annoying to manage the fragment.
[48/96] Compiling URLRequestOperation SafeGlobal.swift
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Glue/URL+Utils.swift:25:10: warning: TODO: Modify the URLQueryEncoder to encode to an array of URLQueryItem instead of a String and use this array to add the query parameters. This will allow using appending(queryItems:) for iOS 16+ and co, or URLComponents for iOS 15-.
23 |
24 | internal func appendingQueryParameters<Parameters : Encodable>(from parameters: Parameters, encoder: URLQueryEncoder = Conf.defaultAPIRequestParametersEncoder) throws -> URL {
25 | #warning("TODO: Modify the URLQueryEncoder to encode to an array of URLQueryItem instead of a String and use this array to add the query parameters. This will allow using appending(queryItems:) for iOS 16+ and co, or URLComponents for iOS 15-.")
| `- warning: TODO: Modify the URLQueryEncoder to encode to an array of URLQueryItem instead of a String and use this array to add the query parameters. This will allow using appending(queryItems:) for iOS 16+ and co, or URLComponents for iOS 15-.
26 | let encoded: String = try encoder.encode(parameters)
27 | /* We do the URL/URLComponents trip, because otherwise it’s annoying to manage the fragment.
[49/96] Compiling URLRequestOperation String+Utils.swift
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Glue/URL+Utils.swift:25:10: warning: TODO: Modify the URLQueryEncoder to encode to an array of URLQueryItem instead of a String and use this array to add the query parameters. This will allow using appending(queryItems:) for iOS 16+ and co, or URLComponents for iOS 15-.
23 |
24 | internal func appendingQueryParameters<Parameters : Encodable>(from parameters: Parameters, encoder: URLQueryEncoder = Conf.defaultAPIRequestParametersEncoder) throws -> URL {
25 | #warning("TODO: Modify the URLQueryEncoder to encode to an array of URLQueryItem instead of a String and use this array to add the query parameters. This will allow using appending(queryItems:) for iOS 16+ and co, or URLComponents for iOS 15-.")
| `- warning: TODO: Modify the URLQueryEncoder to encode to an array of URLQueryItem instead of a String and use this array to add the query parameters. This will allow using appending(queryItems:) for iOS 16+ and co, or URLComponents for iOS 15-.
26 | let encoded: String = try encoder.encode(parameters)
27 | /* We do the URL/URLComponents trip, because otherwise it’s annoying to manage the fragment.
[50/96] Compiling URLRequestOperation URL+Utils.swift
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Glue/URL+Utils.swift:25:10: warning: TODO: Modify the URLQueryEncoder to encode to an array of URLQueryItem instead of a String and use this array to add the query parameters. This will allow using appending(queryItems:) for iOS 16+ and co, or URLComponents for iOS 15-.
23 |
24 | internal func appendingQueryParameters<Parameters : Encodable>(from parameters: Parameters, encoder: URLQueryEncoder = Conf.defaultAPIRequestParametersEncoder) throws -> URL {
25 | #warning("TODO: Modify the URLQueryEncoder to encode to an array of URLQueryItem instead of a String and use this array to add the query parameters. This will allow using appending(queryItems:) for iOS 16+ and co, or URLComponents for iOS 15-.")
| `- warning: TODO: Modify the URLQueryEncoder to encode to an array of URLQueryItem instead of a String and use this array to add the query parameters. This will allow using appending(queryItems:) for iOS 16+ and co, or URLComponents for iOS 15-.
26 | let encoded: String = try encoder.encode(parameters)
27 | /* We do the URL/URLComponents trip, because otherwise it’s annoying to manage the fragment.
[51/96] Compiling URLRequestOperation URLRequestOperationSessionDelegateProxy.swift
[52/96] Compiling URLRequestOperation URLSessionDelegates.swift
[53/96] Compiling URLRequestOperation NotifNameGetter.swift
[54/96] Compiling URLRequestOperation ReachabilityObserver.swift
[55/96] Compiling URLRequestOperation ReachabilitySubscriber.swift
[56/96] Compiling URLRequestOperation SockaddrWrapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Reachability/SockaddrWrapper.swift:44:6: warning: stored property 'rawPointer' of 'Sendable'-conforming class 'SockAddrWrapper' has non-sendable type 'UnsafeMutableRawPointer'; this is an error in the Swift 6 language mode
42 | #endif
43 | let family: sa_family_t
44 | let rawPointer: UnsafeMutableRawPointer
| `- warning: stored property 'rawPointer' of 'Sendable'-conforming class 'SockAddrWrapper' has non-sendable type 'UnsafeMutableRawPointer'; this is an error in the Swift 6 language mode
45 |
46 | public convenience init(ipV4AddressStr: String) throws {
Swift.UnsafeMutableRawPointer:1:23: note: struct 'UnsafeMutableRawPointer' does not conform to the 'Sendable' protocol
1 | @frozen public struct UnsafeMutableRawPointer : @unsafe _Pointer {
| `- note: struct 'UnsafeMutableRawPointer' does not conform to the 'Sendable' protocol
2 | public typealias Pointee = UInt8
3 | public let _rawValue: Builtin.RawPointer
[57/96] Compiling URLRequestOperation URLRequestOperation.swift
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Reachability/SockaddrWrapper.swift:44:6: warning: stored property 'rawPointer' of 'Sendable'-conforming class 'SockAddrWrapper' has non-sendable type 'UnsafeMutableRawPointer'; this is an error in the Swift 6 language mode
42 | #endif
43 | let family: sa_family_t
44 | let rawPointer: UnsafeMutableRawPointer
| `- warning: stored property 'rawPointer' of 'Sendable'-conforming class 'SockAddrWrapper' has non-sendable type 'UnsafeMutableRawPointer'; this is an error in the Swift 6 language mode
45 |
46 | public convenience init(ipV4AddressStr: String) throws {
Swift.UnsafeMutableRawPointer:1:23: note: struct 'UnsafeMutableRawPointer' does not conform to the 'Sendable' protocol
1 | @frozen public struct UnsafeMutableRawPointer : @unsafe _Pointer {
| `- note: struct 'UnsafeMutableRawPointer' does not conform to the 'Sendable' protocol
2 | public typealias Pointee = UInt8
3 | public let _rawValue: Builtin.RawPointer
[58/96] Compiling URLRequestOperation URLRequestOperationConfig.swift
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Reachability/SockaddrWrapper.swift:44:6: warning: stored property 'rawPointer' of 'Sendable'-conforming class 'SockAddrWrapper' has non-sendable type 'UnsafeMutableRawPointer'; this is an error in the Swift 6 language mode
42 | #endif
43 | let family: sa_family_t
44 | let rawPointer: UnsafeMutableRawPointer
| `- warning: stored property 'rawPointer' of 'Sendable'-conforming class 'SockAddrWrapper' has non-sendable type 'UnsafeMutableRawPointer'; this is an error in the Swift 6 language mode
45 |
46 | public convenience init(ipV4AddressStr: String) throws {
Swift.UnsafeMutableRawPointer:1:23: note: struct 'UnsafeMutableRawPointer' does not conform to the 'Sendable' protocol
1 | @frozen public struct UnsafeMutableRawPointer : @unsafe _Pointer {
| `- note: struct 'UnsafeMutableRawPointer' does not conform to the 'Sendable' protocol
2 | public typealias Pointee = UInt8
3 | public let _rawValue: Builtin.RawPointer
[59/96] Compiling URLRequestOperation URLRequestOperationErrors.swift
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Reachability/SockaddrWrapper.swift:44:6: warning: stored property 'rawPointer' of 'Sendable'-conforming class 'SockAddrWrapper' has non-sendable type 'UnsafeMutableRawPointer'; this is an error in the Swift 6 language mode
42 | #endif
43 | let family: sa_family_t
44 | let rawPointer: UnsafeMutableRawPointer
| `- warning: stored property 'rawPointer' of 'Sendable'-conforming class 'SockAddrWrapper' has non-sendable type 'UnsafeMutableRawPointer'; this is an error in the Swift 6 language mode
45 |
46 | public convenience init(ipV4AddressStr: String) throws {
Swift.UnsafeMutableRawPointer:1:23: note: struct 'UnsafeMutableRawPointer' does not conform to the 'Sendable' protocol
1 | @frozen public struct UnsafeMutableRawPointer : @unsafe _Pointer {
| `- note: struct 'UnsafeMutableRawPointer' does not conform to the 'Sendable' protocol
2 | public typealias Pointee = UInt8
3 | public let _rawValue: Builtin.RawPointer
[60/96] Compiling URLRequestOperation URLRequestOperationResult.swift
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Reachability/SockaddrWrapper.swift:44:6: warning: stored property 'rawPointer' of 'Sendable'-conforming class 'SockAddrWrapper' has non-sendable type 'UnsafeMutableRawPointer'; this is an error in the Swift 6 language mode
42 | #endif
43 | let family: sa_family_t
44 | let rawPointer: UnsafeMutableRawPointer
| `- warning: stored property 'rawPointer' of 'Sendable'-conforming class 'SockAddrWrapper' has non-sendable type 'UnsafeMutableRawPointer'; this is an error in the Swift 6 language mode
45 |
46 | public convenience init(ipV4AddressStr: String) throws {
Swift.UnsafeMutableRawPointer:1:23: note: struct 'UnsafeMutableRawPointer' does not conform to the 'Sendable' protocol
1 | @frozen public struct UnsafeMutableRawPointer : @unsafe _Pointer {
| `- note: struct 'UnsafeMutableRawPointer' does not conform to the 'Sendable' protocol
2 | public typealias Pointee = UInt8
3 | public let _rawValue: Builtin.RawPointer
[61/96] Compiling URLRequestOperation URLRequestDownloadOperation+Open.swift
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDownloadOperation.swift:128:10: warning: TODO: Properly manage resume data
126 | }
127 |
128 | #warning("TODO: Properly manage resume data")
| `- warning: TODO: Properly manage resume data
129 | resumeData = nil
130 |
[62/96] Compiling URLRequestOperation URLRequestDownloadOperation+Save.swift
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDownloadOperation.swift:128:10: warning: TODO: Properly manage resume data
126 | }
127 |
128 | #warning("TODO: Properly manage resume data")
| `- warning: TODO: Properly manage resume data
129 | resumeData = nil
130 |
[63/96] Compiling URLRequestOperation URLRequestDownloadOperation.swift
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDownloadOperation.swift:128:10: warning: TODO: Properly manage resume data
126 | }
127 |
128 | #warning("TODO: Properly manage resume data")
| `- warning: TODO: Properly manage resume data
129 | resumeData = nil
130 |
[64/96] Compiling URLRequestOperation URLRequestStreamOperation.swift
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDownloadOperation.swift:128:10: warning: TODO: Properly manage resume data
126 | }
127 |
128 | #warning("TODO: Properly manage resume data")
| `- warning: TODO: Properly manage resume data
129 | resumeData = nil
130 |
[65/96] Compiling URLRequestOperation URLRequestOperationSessionDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDownloadOperation.swift:128:10: warning: TODO: Properly manage resume data
126 | }
127 |
128 | #warning("TODO: Properly manage resume data")
| `- warning: TODO: Properly manage resume data
129 | resumeData = nil
130 |
[66/96] Compiling URLRequestOperation RetryProvider.swift
[67/96] Compiling URLRequestOperation URLResponseValidator.swift
[68/96] Compiling URLRequestOperation AsyncBlockRequestProcessor.swift
[69/96] Compiling URLRequestOperation BlockRequestProcessor.swift
[70/96] Compiling URLRequestOperation AnyResultProcessor.swift
[71/96] Compiling URLRequestOperation DecodeDataResultProcessor.swift
[72/96] Compiling URLRequestOperation URLRequestDataOperation+APIs-UntypedError.swift
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDataOperation.swift:244:10: warning: TODO
242 | assert(result.failure?.isCancelledOrNotFinishedError ?? false)
243 |
244 | #warning("TODO")
| `- warning: TODO
245 | // currentTask = streamTask
246 | // if let delegate = session.delegate as? URLRequestOperationSessionDelegate {
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDataOperation.swift:261:10: warning: TODO
259 | assert(result.failure?.isCancelledOrNotFinishedError ?? false)
260 |
261 | #warning("TODO")
| `- warning: TODO
262 | // currentTask = downloadTask
263 | // if let delegate = session.delegate as? URLRequestOperationSessionDelegate {
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDataOperation+Images.swift:40:10: warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
38 | retryProviders: [RetryProvider] = URLRequestOperationConfig.defaultImageRetryProviders
39 | ) -> URLRequestDataOperation<ResultType> where ResultType == Image {
40 | return URLRequestDataOperation<Image>(
| `- warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
41 | request: urlRequest, session: session, requestProcessors: requestProcessors,
42 | urlResponseValidators: [HTTPStatusCodeURLResponseValidator()],
:1:1: note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
1 | @_nonSendable(_assumed)
| `- note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDataOperation+Images.swift:40:39: warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
38 | retryProviders: [RetryProvider] = URLRequestOperationConfig.defaultImageRetryProviders
39 | ) -> URLRequestDataOperation<ResultType> where ResultType == Image {
40 | return URLRequestDataOperation<Image>(
| `- warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
41 | request: urlRequest, session: session, requestProcessors: requestProcessors,
42 | urlResponseValidators: [HTTPStatusCodeURLResponseValidator()],
:1:1: note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
1 | @_nonSendable(_assumed)
| `- note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDataOperation+Images.swift:43:21: warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
41 | request: urlRequest, session: session, requestProcessors: requestProcessors,
42 | urlResponseValidators: [HTTPStatusCodeURLResponseValidator()],
43 | resultProcessor: DecodeDataResultProcessor(decoder: dataToImage, processingQueue: resultProcessingDispatcher).erased,
| `- warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
44 | retryProviders: [UnretriedErrorsRetryProvider.forWhitelistedStatusCodes(retryableStatusCodes), UnretriedErrorsRetryProvider.forDataConversion()] + retryProviders
45 | )
:1:1: note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
1 | @_nonSendable(_assumed)
| `- note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDataOperation+Images.swift:43:21: warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
41 | request: urlRequest, session: session, requestProcessors: requestProcessors,
42 | urlResponseValidators: [HTTPStatusCodeURLResponseValidator()],
43 | resultProcessor: DecodeDataResultProcessor(decoder: dataToImage, processingQueue: resultProcessingDispatcher).erased,
| `- warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
44 | retryProviders: [UnretriedErrorsRetryProvider.forWhitelistedStatusCodes(retryableStatusCodes), UnretriedErrorsRetryProvider.forDataConversion()] + retryProviders
45 | )
:1:1: note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
1 | @_nonSendable(_assumed)
| `- note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDataOperation+Images.swift:43:56: warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
41 | request: urlRequest, session: session, requestProcessors: requestProcessors,
42 | urlResponseValidators: [HTTPStatusCodeURLResponseValidator()],
43 | resultProcessor: DecodeDataResultProcessor(decoder: dataToImage, processingQueue: resultProcessingDispatcher).erased,
| `- warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
44 | retryProviders: [UnretriedErrorsRetryProvider.forWhitelistedStatusCodes(retryableStatusCodes), UnretriedErrorsRetryProvider.forDataConversion()] + retryProviders
45 | )
:1:1: note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
1 | @_nonSendable(_assumed)
| `- note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDataOperation+Images.swift:43:114: warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
41 | request: urlRequest, session: session, requestProcessors: requestProcessors,
42 | urlResponseValidators: [HTTPStatusCodeURLResponseValidator()],
43 | resultProcessor: DecodeDataResultProcessor(decoder: dataToImage, processingQueue: resultProcessingDispatcher).erased,
| `- warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
44 | retryProviders: [UnretriedErrorsRetryProvider.forWhitelistedStatusCodes(retryableStatusCodes), UnretriedErrorsRetryProvider.forDataConversion()] + retryProviders
45 | )
:1:1: note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
1 | @_nonSendable(_assumed)
| `- note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDataOperation+Images.swift:57:10: warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
55 | var request = URLRequest(url: url, cachePolicy: cachePolicy)
56 | for (key, val) in headers {request.setValue(val, forHTTPHeaderField: key)}
57 | return Self.forImage(
| `- warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
58 | urlRequest: request, session: session,
59 | resultProcessingDispatcher: resultProcessingDispatcher,
:1:1: note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
1 | @_nonSendable(_assumed)
| `- note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
[73/96] Compiling URLRequestOperation URLRequestDataOperation+Data.swift
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDataOperation.swift:244:10: warning: TODO
242 | assert(result.failure?.isCancelledOrNotFinishedError ?? false)
243 |
244 | #warning("TODO")
| `- warning: TODO
245 | // currentTask = streamTask
246 | // if let delegate = session.delegate as? URLRequestOperationSessionDelegate {
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDataOperation.swift:261:10: warning: TODO
259 | assert(result.failure?.isCancelledOrNotFinishedError ?? false)
260 |
261 | #warning("TODO")
| `- warning: TODO
262 | // currentTask = downloadTask
263 | // if let delegate = session.delegate as? URLRequestOperationSessionDelegate {
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDataOperation+Images.swift:40:10: warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
38 | retryProviders: [RetryProvider] = URLRequestOperationConfig.defaultImageRetryProviders
39 | ) -> URLRequestDataOperation<ResultType> where ResultType == Image {
40 | return URLRequestDataOperation<Image>(
| `- warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
41 | request: urlRequest, session: session, requestProcessors: requestProcessors,
42 | urlResponseValidators: [HTTPStatusCodeURLResponseValidator()],
:1:1: note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
1 | @_nonSendable(_assumed)
| `- note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDataOperation+Images.swift:40:39: warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
38 | retryProviders: [RetryProvider] = URLRequestOperationConfig.defaultImageRetryProviders
39 | ) -> URLRequestDataOperation<ResultType> where ResultType == Image {
40 | return URLRequestDataOperation<Image>(
| `- warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
41 | request: urlRequest, session: session, requestProcessors: requestProcessors,
42 | urlResponseValidators: [HTTPStatusCodeURLResponseValidator()],
:1:1: note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
1 | @_nonSendable(_assumed)
| `- note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDataOperation+Images.swift:43:21: warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
41 | request: urlRequest, session: session, requestProcessors: requestProcessors,
42 | urlResponseValidators: [HTTPStatusCodeURLResponseValidator()],
43 | resultProcessor: DecodeDataResultProcessor(decoder: dataToImage, processingQueue: resultProcessingDispatcher).erased,
| `- warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
44 | retryProviders: [UnretriedErrorsRetryProvider.forWhitelistedStatusCodes(retryableStatusCodes), UnretriedErrorsRetryProvider.forDataConversion()] + retryProviders
45 | )
:1:1: note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
1 | @_nonSendable(_assumed)
| `- note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDataOperation+Images.swift:43:21: warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
41 | request: urlRequest, session: session, requestProcessors: requestProcessors,
42 | urlResponseValidators: [HTTPStatusCodeURLResponseValidator()],
43 | resultProcessor: DecodeDataResultProcessor(decoder: dataToImage, processingQueue: resultProcessingDispatcher).erased,
| `- warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
44 | retryProviders: [UnretriedErrorsRetryProvider.forWhitelistedStatusCodes(retryableStatusCodes), UnretriedErrorsRetryProvider.forDataConversion()] + retryProviders
45 | )
:1:1: note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
1 | @_nonSendable(_assumed)
| `- note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDataOperation+Images.swift:43:56: warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
41 | request: urlRequest, session: session, requestProcessors: requestProcessors,
42 | urlResponseValidators: [HTTPStatusCodeURLResponseValidator()],
43 | resultProcessor: DecodeDataResultProcessor(decoder: dataToImage, processingQueue: resultProcessingDispatcher).erased,
| `- warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
44 | retryProviders: [UnretriedErrorsRetryProvider.forWhitelistedStatusCodes(retryableStatusCodes), UnretriedErrorsRetryProvider.forDataConversion()] + retryProviders
45 | )
:1:1: note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
1 | @_nonSendable(_assumed)
| `- note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDataOperation+Images.swift:43:114: warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
41 | request: urlRequest, session: session, requestProcessors: requestProcessors,
42 | urlResponseValidators: [HTTPStatusCodeURLResponseValidator()],
43 | resultProcessor: DecodeDataResultProcessor(decoder: dataToImage, processingQueue: resultProcessingDispatcher).erased,
| `- warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
44 | retryProviders: [UnretriedErrorsRetryProvider.forWhitelistedStatusCodes(retryableStatusCodes), UnretriedErrorsRetryProvider.forDataConversion()] + retryProviders
45 | )
:1:1: note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
1 | @_nonSendable(_assumed)
| `- note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDataOperation+Images.swift:57:10: warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
55 | var request = URLRequest(url: url, cachePolicy: cachePolicy)
56 | for (key, val) in headers {request.setValue(val, forHTTPHeaderField: key)}
57 | return Self.forImage(
| `- warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
58 | urlRequest: request, session: session,
59 | resultProcessingDispatcher: resultProcessingDispatcher,
:1:1: note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
1 | @_nonSendable(_assumed)
| `- note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
[74/96] Compiling URLRequestOperation URLRequestDataOperation+Images.swift
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDataOperation.swift:244:10: warning: TODO
242 | assert(result.failure?.isCancelledOrNotFinishedError ?? false)
243 |
244 | #warning("TODO")
| `- warning: TODO
245 | // currentTask = streamTask
246 | // if let delegate = session.delegate as? URLRequestOperationSessionDelegate {
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDataOperation.swift:261:10: warning: TODO
259 | assert(result.failure?.isCancelledOrNotFinishedError ?? false)
260 |
261 | #warning("TODO")
| `- warning: TODO
262 | // currentTask = downloadTask
263 | // if let delegate = session.delegate as? URLRequestOperationSessionDelegate {
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDataOperation+Images.swift:40:10: warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
38 | retryProviders: [RetryProvider] = URLRequestOperationConfig.defaultImageRetryProviders
39 | ) -> URLRequestDataOperation<ResultType> where ResultType == Image {
40 | return URLRequestDataOperation<Image>(
| `- warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
41 | request: urlRequest, session: session, requestProcessors: requestProcessors,
42 | urlResponseValidators: [HTTPStatusCodeURLResponseValidator()],
:1:1: note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
1 | @_nonSendable(_assumed)
| `- note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDataOperation+Images.swift:40:39: warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
38 | retryProviders: [RetryProvider] = URLRequestOperationConfig.defaultImageRetryProviders
39 | ) -> URLRequestDataOperation<ResultType> where ResultType == Image {
40 | return URLRequestDataOperation<Image>(
| `- warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
41 | request: urlRequest, session: session, requestProcessors: requestProcessors,
42 | urlResponseValidators: [HTTPStatusCodeURLResponseValidator()],
:1:1: note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
1 | @_nonSendable(_assumed)
| `- note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDataOperation+Images.swift:43:21: warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
41 | request: urlRequest, session: session, requestProcessors: requestProcessors,
42 | urlResponseValidators: [HTTPStatusCodeURLResponseValidator()],
43 | resultProcessor: DecodeDataResultProcessor(decoder: dataToImage, processingQueue: resultProcessingDispatcher).erased,
| `- warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
44 | retryProviders: [UnretriedErrorsRetryProvider.forWhitelistedStatusCodes(retryableStatusCodes), UnretriedErrorsRetryProvider.forDataConversion()] + retryProviders
45 | )
:1:1: note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
1 | @_nonSendable(_assumed)
| `- note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDataOperation+Images.swift:43:21: warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
41 | request: urlRequest, session: session, requestProcessors: requestProcessors,
42 | urlResponseValidators: [HTTPStatusCodeURLResponseValidator()],
43 | resultProcessor: DecodeDataResultProcessor(decoder: dataToImage, processingQueue: resultProcessingDispatcher).erased,
| `- warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
44 | retryProviders: [UnretriedErrorsRetryProvider.forWhitelistedStatusCodes(retryableStatusCodes), UnretriedErrorsRetryProvider.forDataConversion()] + retryProviders
45 | )
:1:1: note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
1 | @_nonSendable(_assumed)
| `- note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDataOperation+Images.swift:43:56: warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
41 | request: urlRequest, session: session, requestProcessors: requestProcessors,
42 | urlResponseValidators: [HTTPStatusCodeURLResponseValidator()],
43 | resultProcessor: DecodeDataResultProcessor(decoder: dataToImage, processingQueue: resultProcessingDispatcher).erased,
| `- warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
44 | retryProviders: [UnretriedErrorsRetryProvider.forWhitelistedStatusCodes(retryableStatusCodes), UnretriedErrorsRetryProvider.forDataConversion()] + retryProviders
45 | )
:1:1: note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
1 | @_nonSendable(_assumed)
| `- note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDataOperation+Images.swift:43:114: warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
41 | request: urlRequest, session: session, requestProcessors: requestProcessors,
42 | urlResponseValidators: [HTTPStatusCodeURLResponseValidator()],
43 | resultProcessor: DecodeDataResultProcessor(decoder: dataToImage, processingQueue: resultProcessingDispatcher).erased,
| `- warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
44 | retryProviders: [UnretriedErrorsRetryProvider.forWhitelistedStatusCodes(retryableStatusCodes), UnretriedErrorsRetryProvider.forDataConversion()] + retryProviders
45 | )
:1:1: note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
1 | @_nonSendable(_assumed)
| `- note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDataOperation+Images.swift:57:10: warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
55 | var request = URLRequest(url: url, cachePolicy: cachePolicy)
56 | for (key, val) in headers {request.setValue(val, forHTTPHeaderField: key)}
57 | return Self.forImage(
| `- warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
58 | urlRequest: request, session: session,
59 | resultProcessingDispatcher: resultProcessingDispatcher,
:1:1: note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
1 | @_nonSendable(_assumed)
| `- note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
[75/96] Compiling URLRequestOperation URLRequestDataOperation+String.swift
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDataOperation.swift:244:10: warning: TODO
242 | assert(result.failure?.isCancelledOrNotFinishedError ?? false)
243 |
244 | #warning("TODO")
| `- warning: TODO
245 | // currentTask = streamTask
246 | // if let delegate = session.delegate as? URLRequestOperationSessionDelegate {
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDataOperation.swift:261:10: warning: TODO
259 | assert(result.failure?.isCancelledOrNotFinishedError ?? false)
260 |
261 | #warning("TODO")
| `- warning: TODO
262 | // currentTask = downloadTask
263 | // if let delegate = session.delegate as? URLRequestOperationSessionDelegate {
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDataOperation+Images.swift:40:10: warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
38 | retryProviders: [RetryProvider] = URLRequestOperationConfig.defaultImageRetryProviders
39 | ) -> URLRequestDataOperation<ResultType> where ResultType == Image {
40 | return URLRequestDataOperation<Image>(
| `- warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
41 | request: urlRequest, session: session, requestProcessors: requestProcessors,
42 | urlResponseValidators: [HTTPStatusCodeURLResponseValidator()],
:1:1: note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
1 | @_nonSendable(_assumed)
| `- note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDataOperation+Images.swift:40:39: warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
38 | retryProviders: [RetryProvider] = URLRequestOperationConfig.defaultImageRetryProviders
39 | ) -> URLRequestDataOperation<ResultType> where ResultType == Image {
40 | return URLRequestDataOperation<Image>(
| `- warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
41 | request: urlRequest, session: session, requestProcessors: requestProcessors,
42 | urlResponseValidators: [HTTPStatusCodeURLResponseValidator()],
:1:1: note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
1 | @_nonSendable(_assumed)
| `- note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDataOperation+Images.swift:43:21: warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
41 | request: urlRequest, session: session, requestProcessors: requestProcessors,
42 | urlResponseValidators: [HTTPStatusCodeURLResponseValidator()],
43 | resultProcessor: DecodeDataResultProcessor(decoder: dataToImage, processingQueue: resultProcessingDispatcher).erased,
| `- warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
44 | retryProviders: [UnretriedErrorsRetryProvider.forWhitelistedStatusCodes(retryableStatusCodes), UnretriedErrorsRetryProvider.forDataConversion()] + retryProviders
45 | )
:1:1: note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
1 | @_nonSendable(_assumed)
| `- note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDataOperation+Images.swift:43:21: warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
41 | request: urlRequest, session: session, requestProcessors: requestProcessors,
42 | urlResponseValidators: [HTTPStatusCodeURLResponseValidator()],
43 | resultProcessor: DecodeDataResultProcessor(decoder: dataToImage, processingQueue: resultProcessingDispatcher).erased,
| `- warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
44 | retryProviders: [UnretriedErrorsRetryProvider.forWhitelistedStatusCodes(retryableStatusCodes), UnretriedErrorsRetryProvider.forDataConversion()] + retryProviders
45 | )
:1:1: note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
1 | @_nonSendable(_assumed)
| `- note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDataOperation+Images.swift:43:56: warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
41 | request: urlRequest, session: session, requestProcessors: requestProcessors,
42 | urlResponseValidators: [HTTPStatusCodeURLResponseValidator()],
43 | resultProcessor: DecodeDataResultProcessor(decoder: dataToImage, processingQueue: resultProcessingDispatcher).erased,
| `- warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
44 | retryProviders: [UnretriedErrorsRetryProvider.forWhitelistedStatusCodes(retryableStatusCodes), UnretriedErrorsRetryProvider.forDataConversion()] + retryProviders
45 | )
:1:1: note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
1 | @_nonSendable(_assumed)
| `- note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDataOperation+Images.swift:43:114: warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
41 | request: urlRequest, session: session, requestProcessors: requestProcessors,
42 | urlResponseValidators: [HTTPStatusCodeURLResponseValidator()],
43 | resultProcessor: DecodeDataResultProcessor(decoder: dataToImage, processingQueue: resultProcessingDispatcher).erased,
| `- warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
44 | retryProviders: [UnretriedErrorsRetryProvider.forWhitelistedStatusCodes(retryableStatusCodes), UnretriedErrorsRetryProvider.forDataConversion()] + retryProviders
45 | )
:1:1: note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
1 | @_nonSendable(_assumed)
| `- note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDataOperation+Images.swift:57:10: warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
55 | var request = URLRequest(url: url, cachePolicy: cachePolicy)
56 | for (key, val) in headers {request.setValue(val, forHTTPHeaderField: key)}
57 | return Self.forImage(
| `- warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
58 | urlRequest: request, session: session,
59 | resultProcessingDispatcher: resultProcessingDispatcher,
:1:1: note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
1 | @_nonSendable(_assumed)
| `- note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
[76/96] Compiling URLRequestOperation URLRequestDataOperation.swift
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDataOperation.swift:244:10: warning: TODO
242 | assert(result.failure?.isCancelledOrNotFinishedError ?? false)
243 |
244 | #warning("TODO")
| `- warning: TODO
245 | // currentTask = streamTask
246 | // if let delegate = session.delegate as? URLRequestOperationSessionDelegate {
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDataOperation.swift:261:10: warning: TODO
259 | assert(result.failure?.isCancelledOrNotFinishedError ?? false)
260 |
261 | #warning("TODO")
| `- warning: TODO
262 | // currentTask = downloadTask
263 | // if let delegate = session.delegate as? URLRequestOperationSessionDelegate {
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDataOperation+Images.swift:40:10: warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
38 | retryProviders: [RetryProvider] = URLRequestOperationConfig.defaultImageRetryProviders
39 | ) -> URLRequestDataOperation<ResultType> where ResultType == Image {
40 | return URLRequestDataOperation<Image>(
| `- warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
41 | request: urlRequest, session: session, requestProcessors: requestProcessors,
42 | urlResponseValidators: [HTTPStatusCodeURLResponseValidator()],
:1:1: note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
1 | @_nonSendable(_assumed)
| `- note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDataOperation+Images.swift:40:39: warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
38 | retryProviders: [RetryProvider] = URLRequestOperationConfig.defaultImageRetryProviders
39 | ) -> URLRequestDataOperation<ResultType> where ResultType == Image {
40 | return URLRequestDataOperation<Image>(
| `- warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
41 | request: urlRequest, session: session, requestProcessors: requestProcessors,
42 | urlResponseValidators: [HTTPStatusCodeURLResponseValidator()],
:1:1: note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
1 | @_nonSendable(_assumed)
| `- note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDataOperation+Images.swift:43:21: warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
41 | request: urlRequest, session: session, requestProcessors: requestProcessors,
42 | urlResponseValidators: [HTTPStatusCodeURLResponseValidator()],
43 | resultProcessor: DecodeDataResultProcessor(decoder: dataToImage, processingQueue: resultProcessingDispatcher).erased,
| `- warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
44 | retryProviders: [UnretriedErrorsRetryProvider.forWhitelistedStatusCodes(retryableStatusCodes), UnretriedErrorsRetryProvider.forDataConversion()] + retryProviders
45 | )
:1:1: note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
1 | @_nonSendable(_assumed)
| `- note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDataOperation+Images.swift:43:21: warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
41 | request: urlRequest, session: session, requestProcessors: requestProcessors,
42 | urlResponseValidators: [HTTPStatusCodeURLResponseValidator()],
43 | resultProcessor: DecodeDataResultProcessor(decoder: dataToImage, processingQueue: resultProcessingDispatcher).erased,
| `- warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
44 | retryProviders: [UnretriedErrorsRetryProvider.forWhitelistedStatusCodes(retryableStatusCodes), UnretriedErrorsRetryProvider.forDataConversion()] + retryProviders
45 | )
:1:1: note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
1 | @_nonSendable(_assumed)
| `- note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDataOperation+Images.swift:43:56: warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
41 | request: urlRequest, session: session, requestProcessors: requestProcessors,
42 | urlResponseValidators: [HTTPStatusCodeURLResponseValidator()],
43 | resultProcessor: DecodeDataResultProcessor(decoder: dataToImage, processingQueue: resultProcessingDispatcher).erased,
| `- warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
44 | retryProviders: [UnretriedErrorsRetryProvider.forWhitelistedStatusCodes(retryableStatusCodes), UnretriedErrorsRetryProvider.forDataConversion()] + retryProviders
45 | )
:1:1: note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
1 | @_nonSendable(_assumed)
| `- note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDataOperation+Images.swift:43:114: warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
41 | request: urlRequest, session: session, requestProcessors: requestProcessors,
42 | urlResponseValidators: [HTTPStatusCodeURLResponseValidator()],
43 | resultProcessor: DecodeDataResultProcessor(decoder: dataToImage, processingQueue: resultProcessingDispatcher).erased,
| `- warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
44 | retryProviders: [UnretriedErrorsRetryProvider.forWhitelistedStatusCodes(retryableStatusCodes), UnretriedErrorsRetryProvider.forDataConversion()] + retryProviders
45 | )
:1:1: note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
1 | @_nonSendable(_assumed)
| `- note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
/Users/admin/builder/spi-builder-workspace/Sources/URLRequestOperation/Operations/URLRequestDataOperation+Images.swift:57:10: warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
55 | var request = URLRequest(url: url, cachePolicy: cachePolicy)
56 | for (key, val) in headers {request.setValue(val, forHTTPHeaderField: key)}
57 | return Self.forImage(
| `- warning: conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
58 | urlRequest: request, session: session,
59 | resultProcessingDispatcher: resultProcessingDispatcher,
:1:1: note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
1 | @_nonSendable(_assumed)
| `- note: conformance of 'NSImage' to 'Sendable' has been explicitly marked unavailable here
[77/96] Compiling URLRequestOperation ReachabilityRetryHelper.swift
[78/96] Compiling URLRequestOperation NetworkErrorRetryProvider.swift
[79/96] Compiling URLRequestOperation UnretriedErrorsRetryProvider.swift
[80/96] Compiling URLRequestOperation HTTPStatusCodeURLResponseValidator.swift
[81/96] Compiling URLRequestOperation URLRequestDataOperation+APIs-TypedError.swift
[82/96] Compiling URLRequestOperation DecodeHTTPContentResultProcessor.swift
[83/96] Compiling URLRequestOperation HTTPStatusCodeCheckResultProcessor.swift
[84/96] Compiling URLRequestOperation RecoverHTTPStatusCodeCheckErrorResultProcessor.swift
[85/96] Compiling URLRequestOperation URLMoveResultProcessor.swift
[86/96] Compiling URLRequestOperation URLToFileHandleResultProcessor.swift
[87/96] Compiling URLRequestOperation OtherSuccessRetryHelper.swift
[88/96] Compiling URLRequestOperation URLQueryCoder+HTTPContentCoder+FormURLEncodedEncoding.swift
[89/96] Compiling URLRequestOperation URLQueryCoder.swift
[90/96] Compiling URLRequestOperation URLRequest+Utils.swift
[91/96] Compiling URLRequestOperation URLSession+Linux.swift
[92/96] Compiling URLRequestOperation RequestProcessor.swift
[93/96] Compiling URLRequestOperation ResultProcessor.swift
[94/98] Compiling URLRequestOperationManualTest main.swift
[95/98] Emitting module URLRequestOperationManualTest
[95/98] Write Objects.LinkFileList
[96/98] Linking URLRequestOperationManualTest
[97/98] Applying URLRequestOperationManualTest
Build complete! (19.75s)
Fetching https://github.com/happn-app/HTTPCoders.git
Fetching https://github.com/happn-app/SemiSingleton.git
Fetching https://github.com/happn-app/RetryingOperation.git
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
[193/4257] Fetching swift-log, semisingleton
[324/4652] Fetching swift-log, semisingleton, retryingoperation
[446/4723] Fetching swift-log, semisingleton, retryingoperation, httpcoders
Fetched https://github.com/happn-app/SemiSingleton.git from cache (1.00s)
Fetched https://github.com/happn-app/HTTPCoders.git from cache (1.00s)
Fetched https://github.com/happn-app/RetryingOperation.git from cache (1.00s)
Fetched https://github.com/apple/swift-log.git from cache (1.00s)
Computing version for https://github.com/happn-app/RetryingOperation.git
Computed https://github.com/happn-app/RetryingOperation.git at 1.1.8 (1.50s)
Computing version for https://github.com/happn-app/HTTPCoders.git
Computed https://github.com/happn-app/HTTPCoders.git at 0.1.2 (0.50s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/Frizlab/stream-reader.git
[1/1051] Fetching stream-reader
[317/17691] Fetching stream-reader, swift-collections
Fetched https://github.com/Frizlab/stream-reader.git from cache (0.85s)
[666/16640] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.73s)
Computing version for https://github.com/Frizlab/stream-reader.git
Computed https://github.com/Frizlab/stream-reader.git at 3.6.1 (2.18s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.38s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.51s)
Computing version for https://github.com/happn-app/SemiSingleton.git
Computed https://github.com/happn-app/SemiSingleton.git at 2.1.0-beta.1 (0.52s)
Fetching https://github.com/happn-app/RecursiveSyncDispatch.git
[1/178] Fetching recursivesyncdispatch
Fetched https://github.com/happn-app/RecursiveSyncDispatch.git from cache (0.65s)
Computing version for https://github.com/happn-app/RecursiveSyncDispatch.git
Computed https://github.com/happn-app/RecursiveSyncDispatch.git at 1.0.1 (1.13s)
Creating working copy for https://github.com/happn-app/HTTPCoders.git
Working copy of https://github.com/happn-app/HTTPCoders.git resolved at 0.1.2
Creating working copy for https://github.com/happn-app/RecursiveSyncDispatch.git
Working copy of https://github.com/happn-app/RecursiveSyncDispatch.git resolved at 1.0.1
Creating working copy for https://github.com/happn-app/RetryingOperation.git
Working copy of https://github.com/happn-app/RetryingOperation.git resolved at 1.1.8
Creating working copy for https://github.com/Frizlab/stream-reader.git
Working copy of https://github.com/Frizlab/stream-reader.git resolved at 3.6.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/happn-app/SemiSingleton.git
Working copy of https://github.com/happn-app/SemiSingleton.git resolved at 2.1.0-beta.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Build complete.
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "httpcoders",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/happn-app/HTTPCoders.git"
},
{
"identity" : "retryingoperation",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.6",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/happn-app/RetryingOperation.git"
},
{
"identity" : "semisingleton",
"requirement" : {
"range" : [
{
"lower_bound" : "2.1.0-beta.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/happn-app/SemiSingleton.git"
}
],
"manifest_display_name" : "URLRequestOperation",
"name" : "URLRequestOperation",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "MediaType",
"targets" : [
"MediaType"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "URLRequestOperation",
"targets" : [
"URLRequestOperation"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "URLRequestOperationManualTest",
"targets" : [
"URLRequestOperationManualTest"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "URLRequestOperationTests",
"module_type" : "SwiftTarget",
"name" : "URLRequestOperationTests",
"path" : "Tests/URLRequestOperationTests",
"sources" : [
"IPUtilsTests.swift",
"ReachabilityTests.swift",
"URLRequestOperationTests.swift"
],
"target_dependencies" : [
"URLRequestOperation"
],
"type" : "test"
},
{
"c99name" : "URLRequestOperationManualTest",
"module_type" : "SwiftTarget",
"name" : "URLRequestOperationManualTest",
"path" : "Sources/URLRequestOperationManualTest",
"product_memberships" : [
"URLRequestOperationManualTest"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"URLRequestOperation"
],
"type" : "executable"
},
{
"c99name" : "URLRequestOperation",
"module_type" : "SwiftTarget",
"name" : "URLRequestOperation",
"path" : "Sources/URLRequestOperation",
"product_dependencies" : [
"FormURLEncodedCoder",
"Logging",
"RetryingOperation",
"SemiSingleton"
],
"product_memberships" : [
"URLRequestOperation",
"URLRequestOperationManualTest"
],
"sources" : [
"Glue/BlockDispatcher.swift",
"Glue/HTTPContentCoder+FormURLEncodedEncoding.swift",
"Glue/HTTPContentCoder+JSON.swift",
"Glue/HTTPContentCoder.swift",
"Glue/HTTPURLResponse+Utils.swift",
"Glue/LinuxWeakToWeakMapTable.swift",
"Glue/LogMetadataKeys.swift",
"Glue/Result+Utils.swift",
"Glue/RetryCountsHolder.swift",
"Glue/SafeGlobal.swift",
"Glue/String+Utils.swift",
"Glue/URL+Utils.swift",
"Glue/URLQueryCoder+HTTPContentCoder+FormURLEncodedEncoding.swift",
"Glue/URLQueryCoder.swift",
"Glue/URLRequest+Utils.swift",
"Glue/URLSession+Linux.swift",
"Operations/Helper Protocols/RequestProcessor.swift",
"Operations/Helper Protocols/ResultProcessor.swift",
"Operations/Helper Protocols/RetryProvider.swift",
"Operations/Helper Protocols/URLResponseValidator.swift",
"Operations/Helpers/Request Processors/AsyncBlockRequestProcessor.swift",
"Operations/Helpers/Request Processors/BlockRequestProcessor.swift",
"Operations/Helpers/Result Processors/AnyResultProcessor.swift",
"Operations/Helpers/Result Processors/DecodeDataResultProcessor.swift",
"Operations/Helpers/Result Processors/DecodeHTTPContentResultProcessor.swift",
"Operations/Helpers/Result Processors/HTTPStatusCodeCheckResultProcessor.swift",
"Operations/Helpers/Result Processors/RecoverHTTPStatusCodeCheckErrorResultProcessor.swift",
"Operations/Helpers/Result Processors/URLMoveResultProcessor.swift",
"Operations/Helpers/Result Processors/URLToFileHandleResultProcessor.swift",
"Operations/Helpers/Retry Helpers/OtherSuccessRetryHelper.swift",
"Operations/Helpers/Retry Helpers/ReachabilityRetryHelper.swift",
"Operations/Helpers/Retry Providers/NetworkErrorRetryProvider.swift",
"Operations/Helpers/Retry Providers/UnretriedErrorsRetryProvider.swift",
"Operations/Helpers/URL Response Validators/HTTPStatusCodeURLResponseValidator.swift",
"Operations/URLRequestDataOperation+APIs-TypedError.swift",
"Operations/URLRequestDataOperation+APIs-UntypedError.swift",
"Operations/URLRequestDataOperation+Data.swift",
"Operations/URLRequestDataOperation+Images.swift",
"Operations/URLRequestDataOperation+String.swift",
"Operations/URLRequestDataOperation.swift",
"Operations/URLRequestDownloadOperation+Open.swift",
"Operations/URLRequestDownloadOperation+Save.swift",
"Operations/URLRequestDownloadOperation.swift",
"Operations/URLRequestStreamOperation.swift",
"Public Session Delegate/URLRequestOperationSessionDelegate.swift",
"Public Session Delegate/URLRequestOperationSessionDelegateProxy.swift",
"Public Session Delegate/URLSessionDelegates.swift",
"Reachability/NotifNameGetter.swift",
"Reachability/ReachabilityObserver.swift",
"Reachability/ReachabilitySubscriber.swift",
"Reachability/SockaddrWrapper.swift",
"URLRequestOperation.swift",
"URLRequestOperationConfig.swift",
"URLRequestOperationErrors.swift",
"URLRequestOperationResult.swift"
],
"target_dependencies" : [
"MediaType"
],
"type" : "library"
},
{
"c99name" : "MediaTypeTests",
"module_type" : "SwiftTarget",
"name" : "MediaTypeTests",
"path" : "Tests/MediaTypeTests",
"sources" : [
"MediaTypeTests.swift"
],
"target_dependencies" : [
"MediaType"
],
"type" : "test"
},
{
"c99name" : "MediaType",
"module_type" : "SwiftTarget",
"name" : "MediaType",
"path" : "Sources/MediaType",
"product_memberships" : [
"MediaType",
"URLRequestOperation",
"URLRequestOperationManualTest"
],
"sources" : [
"MediaType.swift",
"Scanner+LinuxCompat.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.