Build Information
Failed to build OpenAI, reference main (d6b627
), with Swift 5.10 for Linux on 11 Jun 2025 22:29:03 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MacPaw/OpenAI.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/MacPaw/OpenAI
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at d6b6271 Merge pull request #352 from MacPaw/contributing-code-generation
Cloned https://github.com/MacPaw/OpenAI.git
Revision (git rev-parse @):
d6b6271f3fd7896a7784aaa8037b311ba41b1cf8
SUCCESS checkout https://github.com/MacPaw/OpenAI.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $PWD
https://github.com/MacPaw/OpenAI.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:aa1999fda62728f989ec9f885e6a69f8a206ad63b6efcfc03397a00c96f5855b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/apple/swift-openapi-runtime
[1/5679] Fetching swift-openapi-runtime
Fetched https://github.com/apple/swift-openapi-runtime from cache (1.04s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.8.2 (0.46s)
Fetching https://github.com/apple/swift-http-types
[1/904] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types from cache (0.27s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (0.68s)
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-openapi-runtime
Working copy of https://github.com/apple/swift-openapi-runtime resolved at 1.8.2
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/12] Compiling HTTPTypes ISOLatin1String.swift
[6/13] Compiling HTTPTypes HTTPParsedFields.swift
[7/13] Compiling HTTPTypes HTTPRequest.swift
[8/13] Compiling HTTPTypes HTTPField.swift
[9/13] Emitting module HTTPTypes
[10/13] Compiling HTTPTypes HTTPFields.swift
[11/13] Compiling HTTPTypes HTTPFieldName.swift
[12/13] Compiling HTTPTypes HTTPResponse.swift
[13/13] Compiling HTTPTypes NIOLock.swift
[15/75] Emitting module OpenAPIRuntime
[16/83] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[17/83] Compiling OpenAPIRuntime CodableExtensions.swift
[18/83] Compiling OpenAPIRuntime Configuration.swift
[19/83] Compiling OpenAPIRuntime Converter+Client.swift
[20/83] Compiling OpenAPIRuntime Converter+Common.swift
[21/83] Compiling OpenAPIRuntime Converter+Server.swift
[22/83] Compiling OpenAPIRuntime Converter.swift
[23/83] Compiling OpenAPIRuntime CurrencyExtensions.swift
[24/83] Compiling OpenAPIRuntime ErrorExtensions.swift
[25/83] Compiling OpenAPIRuntime Acceptable.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/OpenAPIValue.swift:19:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.NSNull
~~~~~~~~~~~~~~~~^
[26/83] Compiling OpenAPIRuntime Base64EncodedData.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/OpenAPIValue.swift:19:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.NSNull
~~~~~~~~~~~~~~~~^
[27/83] Compiling OpenAPIRuntime ByteUtilities.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/OpenAPIValue.swift:19:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.NSNull
~~~~~~~~~~~~~~~~^
[28/83] Compiling OpenAPIRuntime ContentDisposition.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/OpenAPIValue.swift:19:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.NSNull
~~~~~~~~~~~~~~~~^
[29/83] Compiling OpenAPIRuntime CopyOnWriteBox.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/OpenAPIValue.swift:19:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.NSNull
~~~~~~~~~~~~~~~~^
[30/83] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/OpenAPIValue.swift:19:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.NSNull
~~~~~~~~~~~~~~~~^
[31/83] Compiling OpenAPIRuntime OpenAPIValue.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/OpenAPIValue.swift:19:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.NSNull
~~~~~~~~~~~~~~~~^
[32/83] Compiling OpenAPIRuntime PrettyStringConvertible.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/OpenAPIValue.swift:19:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.NSNull
~~~~~~~~~~~~~~~~^
[33/83] Compiling OpenAPIRuntime UndocumentedPayload.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/OpenAPIValue.swift:19:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.NSNull
~~~~~~~~~~~~~~~~^
[34/83] Compiling OpenAPIRuntime FoundationExtensions.swift
[35/83] Compiling OpenAPIRuntime ParameterStyles.swift
[36/83] Compiling OpenAPIRuntime ServerVariable.swift
[37/83] Compiling OpenAPIRuntime URLExtensions.swift
[38/83] Compiling OpenAPIRuntime Deprecated.swift
[39/83] Compiling OpenAPIRuntime ClientError.swift
[40/83] Compiling OpenAPIRuntime CodingErrors.swift
[41/83] Compiling OpenAPIRuntime RuntimeError.swift
[42/83] Compiling OpenAPIRuntime ServerError.swift
[43/83] Compiling OpenAPIRuntime JSONLinesDecoding.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONLinesDecoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONDecoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONLinesEncoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONEncoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONSequenceDecoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONDecoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONSequenceEncoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONEncoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/ServerSentEventsDecoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONDecoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/ServerSentEventsEncoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONEncoder
~~~~~~~~~~~~~~~~^
[44/83] Compiling OpenAPIRuntime JSONLinesEncoding.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONLinesDecoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONDecoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONLinesEncoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONEncoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONSequenceDecoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONDecoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONSequenceEncoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONEncoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/ServerSentEventsDecoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONDecoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/ServerSentEventsEncoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONEncoder
~~~~~~~~~~~~~~~~^
[45/83] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONLinesDecoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONDecoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONLinesEncoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONEncoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONSequenceDecoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONDecoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONSequenceEncoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONEncoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/ServerSentEventsDecoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONDecoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/ServerSentEventsEncoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONEncoder
~~~~~~~~~~~~~~~~^
[46/83] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONLinesDecoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONDecoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONLinesEncoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONEncoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONSequenceDecoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONDecoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONSequenceEncoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONEncoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/ServerSentEventsDecoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONDecoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/ServerSentEventsEncoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONEncoder
~~~~~~~~~~~~~~~~^
[47/83] Compiling OpenAPIRuntime ServerSentEvents.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONLinesDecoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONDecoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONLinesEncoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONEncoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONSequenceDecoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONDecoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONSequenceEncoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONEncoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/ServerSentEventsDecoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONDecoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/ServerSentEventsEncoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONEncoder
~~~~~~~~~~~~~~~~^
[48/83] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONLinesDecoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONDecoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONLinesEncoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONEncoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONSequenceDecoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONDecoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONSequenceEncoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONEncoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/ServerSentEventsDecoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONDecoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/ServerSentEventsEncoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONEncoder
~~~~~~~~~~~~~~~~^
[49/83] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONLinesDecoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONDecoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONLinesEncoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONEncoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONSequenceDecoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONDecoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONSequenceEncoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONEncoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/ServerSentEventsDecoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONDecoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/ServerSentEventsEncoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONEncoder
~~~~~~~~~~~~~~~~^
[50/83] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONLinesDecoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONDecoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONLinesEncoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONEncoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONSequenceDecoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONDecoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONSequenceEncoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONEncoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/ServerSentEventsDecoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONDecoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/ServerSentEventsEncoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONEncoder
~~~~~~~~~~~~~~~~^
[51/83] Compiling OpenAPIRuntime ClientTransport.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONLinesDecoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONDecoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONLinesEncoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONEncoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONSequenceDecoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONDecoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONSequenceEncoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONEncoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/ServerSentEventsDecoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONDecoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/ServerSentEventsEncoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONEncoder
~~~~~~~~~~~~~~~~^
[52/83] Compiling OpenAPIRuntime URICodeCodingKey.swift
[53/83] Compiling OpenAPIRuntime URICoderConfiguration.swift
[54/83] Compiling OpenAPIRuntime URIEncodedNode.swift
[55/83] Compiling OpenAPIRuntime URIParsedTypes.swift
[56/83] Compiling OpenAPIRuntime URIDecoder.swift
[57/83] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[58/83] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[59/83] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[60/83] Compiling OpenAPIRuntime CurrencyTypes.swift
[61/83] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[62/83] Compiling OpenAPIRuntime HTTPBody.swift
[63/83] Compiling OpenAPIRuntime ServerTransport.swift
[64/83] Compiling OpenAPIRuntime UniversalClient.swift
[65/83] Compiling OpenAPIRuntime UniversalServer.swift
[66/83] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[67/83] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[68/83] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[69/83] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[70/83] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[71/83] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[72/83] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[73/83] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[74/83] Compiling OpenAPIRuntime MultipartValidation.swift
[75/83] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[76/83] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[77/83] Compiling OpenAPIRuntime URIEncoder.swift
[78/83] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[79/83] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[80/83] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[81/83] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[82/83] Compiling OpenAPIRuntime URIParser.swift
[83/83] Compiling OpenAPIRuntime URISerializer.swift
[85/206] Compiling OpenAI RunToolOutputsQuery.swift
[86/206] Compiling OpenAI RunsQuery.swift
[87/206] Compiling OpenAI ThreadAddMessagesResult.swift
[88/206] Compiling OpenAI ThreadRunQuery.swift
[89/206] Compiling OpenAI ThreadsMessagesResult.swift
[90/206] Compiling OpenAI ThreadsQuery.swift
[91/206] Compiling OpenAI ThreadsResult.swift
[92/206] Compiling OpenAI ChatQueryWebSearchOptions.swift
[93/206] Compiling OpenAI ServiceTier.swift
[94/206] Compiling OpenAI CancellableRequest.swift
[95/206] Compiling OpenAI OpenAIAsync.swift
[96/206] Compiling OpenAI OpenAICombine.swift
[97/206] Compiling OpenAI OpenAIMiddleware.swift
[98/206] Compiling OpenAI OpenAIProtocol.swift
[99/206] Compiling OpenAI ResponsesEndpointAsync.swift
[100/206] Compiling OpenAI ResponsesEndpointCombine.swift
[101/206] Compiling OpenAI ResponsesEndpointModern.swift
[102/223] Compiling OpenAI KeyedDecodingContainer+ParsingOptions.swift
/host/spi-builder-workspace/Sources/OpenAI/Private/MultipartFormDataRequest.swift:16:9: warning: stored property 'url' of 'Sendable'-conforming generic class 'MultipartFormDataRequest' has non-sendable type 'URL'
let url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/MultipartFormDataRequest.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/DataTaskPerformingURLSession.swift:15:17: warning: stored property 'urlRequest' of 'Sendable'-conforming class 'DataTaskPerformingURLSession' has non-sendable type 'URLRequest'
private let urlRequest: URLRequest
^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/DataTaskPerformingURLSession.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
[103/223] Compiling OpenAI MultipartFormDataBodyBuilder.swift
/host/spi-builder-workspace/Sources/OpenAI/Private/MultipartFormDataRequest.swift:16:9: warning: stored property 'url' of 'Sendable'-conforming generic class 'MultipartFormDataRequest' has non-sendable type 'URL'
let url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/MultipartFormDataRequest.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/DataTaskPerformingURLSession.swift:15:17: warning: stored property 'urlRequest' of 'Sendable'-conforming class 'DataTaskPerformingURLSession' has non-sendable type 'URLRequest'
private let urlRequest: URLRequest
^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/DataTaskPerformingURLSession.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
[104/223] Compiling OpenAI MultipartFormDataBodyEncodable.swift
/host/spi-builder-workspace/Sources/OpenAI/Private/MultipartFormDataRequest.swift:16:9: warning: stored property 'url' of 'Sendable'-conforming generic class 'MultipartFormDataRequest' has non-sendable type 'URL'
let url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/MultipartFormDataRequest.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/DataTaskPerformingURLSession.swift:15:17: warning: stored property 'urlRequest' of 'Sendable'-conforming class 'DataTaskPerformingURLSession' has non-sendable type 'URLRequest'
private let urlRequest: URLRequest
^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/DataTaskPerformingURLSession.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
[105/223] Compiling OpenAI MultipartFormDataEntry.swift
/host/spi-builder-workspace/Sources/OpenAI/Private/MultipartFormDataRequest.swift:16:9: warning: stored property 'url' of 'Sendable'-conforming generic class 'MultipartFormDataRequest' has non-sendable type 'URL'
let url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/MultipartFormDataRequest.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/DataTaskPerformingURLSession.swift:15:17: warning: stored property 'urlRequest' of 'Sendable'-conforming class 'DataTaskPerformingURLSession' has non-sendable type 'URLRequest'
private let urlRequest: URLRequest
^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/DataTaskPerformingURLSession.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
[106/223] Compiling OpenAI MultipartFormDataRequest.swift
/host/spi-builder-workspace/Sources/OpenAI/Private/MultipartFormDataRequest.swift:16:9: warning: stored property 'url' of 'Sendable'-conforming generic class 'MultipartFormDataRequest' has non-sendable type 'URL'
let url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/MultipartFormDataRequest.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/DataTaskPerformingURLSession.swift:15:17: warning: stored property 'urlRequest' of 'Sendable'-conforming class 'DataTaskPerformingURLSession' has non-sendable type 'URLRequest'
private let urlRequest: URLRequest
^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/DataTaskPerformingURLSession.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
[107/223] Compiling OpenAI OpenAI+MakeRequest.swift
/host/spi-builder-workspace/Sources/OpenAI/Private/MultipartFormDataRequest.swift:16:9: warning: stored property 'url' of 'Sendable'-conforming generic class 'MultipartFormDataRequest' has non-sendable type 'URL'
let url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/MultipartFormDataRequest.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/DataTaskPerformingURLSession.swift:15:17: warning: stored property 'urlRequest' of 'Sendable'-conforming class 'DataTaskPerformingURLSession' has non-sendable type 'URLRequest'
private let urlRequest: URLRequest
^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/DataTaskPerformingURLSession.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
[108/223] Compiling OpenAI SSLDelegateProtocol.swift
/host/spi-builder-workspace/Sources/OpenAI/Private/MultipartFormDataRequest.swift:16:9: warning: stored property 'url' of 'Sendable'-conforming generic class 'MultipartFormDataRequest' has non-sendable type 'URL'
let url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/MultipartFormDataRequest.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/DataTaskPerformingURLSession.swift:15:17: warning: stored property 'urlRequest' of 'Sendable'-conforming class 'DataTaskPerformingURLSession' has non-sendable type 'URLRequest'
private let urlRequest: URLRequest
^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/DataTaskPerformingURLSession.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
[109/223] Compiling OpenAI SendablePassthroughSubject.swift
/host/spi-builder-workspace/Sources/OpenAI/Private/MultipartFormDataRequest.swift:16:9: warning: stored property 'url' of 'Sendable'-conforming generic class 'MultipartFormDataRequest' has non-sendable type 'URL'
let url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/MultipartFormDataRequest.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/DataTaskPerformingURLSession.swift:15:17: warning: stored property 'urlRequest' of 'Sendable'-conforming class 'DataTaskPerformingURLSession' has non-sendable type 'URLRequest'
private let urlRequest: URLRequest
^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/DataTaskPerformingURLSession.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
[110/223] Compiling OpenAI StreamableQuery.swift
/host/spi-builder-workspace/Sources/OpenAI/Private/MultipartFormDataRequest.swift:16:9: warning: stored property 'url' of 'Sendable'-conforming generic class 'MultipartFormDataRequest' has non-sendable type 'URL'
let url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/MultipartFormDataRequest.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/DataTaskPerformingURLSession.swift:15:17: warning: stored property 'urlRequest' of 'Sendable'-conforming class 'DataTaskPerformingURLSession' has non-sendable type 'URLRequest'
private let urlRequest: URLRequest
^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/DataTaskPerformingURLSession.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
[111/223] Compiling OpenAI AudioSpeechStreamInterpreter.swift
/host/spi-builder-workspace/Sources/OpenAI/Private/MultipartFormDataRequest.swift:16:9: warning: stored property 'url' of 'Sendable'-conforming generic class 'MultipartFormDataRequest' has non-sendable type 'URL'
let url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/MultipartFormDataRequest.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/DataTaskPerformingURLSession.swift:15:17: warning: stored property 'urlRequest' of 'Sendable'-conforming class 'DataTaskPerformingURLSession' has non-sendable type 'URLRequest'
private let urlRequest: URLRequest
^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/DataTaskPerformingURLSession.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
[112/223] Compiling OpenAI CodableResultStreamInterpreter.swift
/host/spi-builder-workspace/Sources/OpenAI/Private/MultipartFormDataRequest.swift:16:9: warning: stored property 'url' of 'Sendable'-conforming generic class 'MultipartFormDataRequest' has non-sendable type 'URL'
let url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/MultipartFormDataRequest.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/DataTaskPerformingURLSession.swift:15:17: warning: stored property 'urlRequest' of 'Sendable'-conforming class 'DataTaskPerformingURLSession' has non-sendable type 'URLRequest'
private let urlRequest: URLRequest
^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/DataTaskPerformingURLSession.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
[113/223] Compiling OpenAI DataTaskPerformingURLSession.swift
/host/spi-builder-workspace/Sources/OpenAI/Private/MultipartFormDataRequest.swift:16:9: warning: stored property 'url' of 'Sendable'-conforming generic class 'MultipartFormDataRequest' has non-sendable type 'URL'
let url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/MultipartFormDataRequest.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/DataTaskPerformingURLSession.swift:15:17: warning: stored property 'urlRequest' of 'Sendable'-conforming class 'DataTaskPerformingURLSession' has non-sendable type 'URLRequest'
private let urlRequest: URLRequest
^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/DataTaskPerformingURLSession.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
[114/223] Compiling OpenAI InvalidatableSession.swift
/host/spi-builder-workspace/Sources/OpenAI/Private/MultipartFormDataRequest.swift:16:9: warning: stored property 'url' of 'Sendable'-conforming generic class 'MultipartFormDataRequest' has non-sendable type 'URL'
let url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/MultipartFormDataRequest.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/DataTaskPerformingURLSession.swift:15:17: warning: stored property 'urlRequest' of 'Sendable'-conforming class 'DataTaskPerformingURLSession' has non-sendable type 'URLRequest'
private let urlRequest: URLRequest
^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/DataTaskPerformingURLSession.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
[115/223] Compiling OpenAI ModelResponseEventsStreamInterpreter.swift
/host/spi-builder-workspace/Sources/OpenAI/Private/MultipartFormDataRequest.swift:16:9: warning: stored property 'url' of 'Sendable'-conforming generic class 'MultipartFormDataRequest' has non-sendable type 'URL'
let url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/MultipartFormDataRequest.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/DataTaskPerformingURLSession.swift:15:17: warning: stored property 'urlRequest' of 'Sendable'-conforming class 'DataTaskPerformingURLSession' has non-sendable type 'URLRequest'
private let urlRequest: URLRequest
^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/DataTaskPerformingURLSession.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
[116/223] Compiling OpenAI ModelResponseStreamEventType.swift
/host/spi-builder-workspace/Sources/OpenAI/Private/MultipartFormDataRequest.swift:16:9: warning: stored property 'url' of 'Sendable'-conforming generic class 'MultipartFormDataRequest' has non-sendable type 'URL'
let url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/MultipartFormDataRequest.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/DataTaskPerformingURLSession.swift:15:17: warning: stored property 'urlRequest' of 'Sendable'-conforming class 'DataTaskPerformingURLSession' has non-sendable type 'URLRequest'
private let urlRequest: URLRequest
^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/DataTaskPerformingURLSession.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
[117/223] Compiling OpenAI PerformableSession.swift
/host/spi-builder-workspace/Sources/OpenAI/Private/MultipartFormDataRequest.swift:16:9: warning: stored property 'url' of 'Sendable'-conforming generic class 'MultipartFormDataRequest' has non-sendable type 'URL'
let url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/MultipartFormDataRequest.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/DataTaskPerformingURLSession.swift:15:17: warning: stored property 'urlRequest' of 'Sendable'-conforming class 'DataTaskPerformingURLSession' has non-sendable type 'URLRequest'
private let urlRequest: URLRequest
^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/DataTaskPerformingURLSession.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
[118/223] Compiling OpenAI ServerSentEventsStreamInterpreter.swift
/host/spi-builder-workspace/Sources/OpenAI/Private/MultipartFormDataRequest.swift:16:9: warning: stored property 'url' of 'Sendable'-conforming generic class 'MultipartFormDataRequest' has non-sendable type 'URL'
let url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/MultipartFormDataRequest.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/DataTaskPerformingURLSession.swift:15:17: warning: stored property 'urlRequest' of 'Sendable'-conforming class 'DataTaskPerformingURLSession' has non-sendable type 'URLRequest'
private let urlRequest: URLRequest
^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/DataTaskPerformingURLSession.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
[119/223] Compiling OpenAI ServerSentEventsStreamParser.swift
/host/spi-builder-workspace/Sources/OpenAI/Private/MultipartFormDataRequest.swift:16:9: warning: stored property 'url' of 'Sendable'-conforming generic class 'MultipartFormDataRequest' has non-sendable type 'URL'
let url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/MultipartFormDataRequest.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/DataTaskPerformingURLSession.swift:15:17: warning: stored property 'urlRequest' of 'Sendable'-conforming class 'DataTaskPerformingURLSession' has non-sendable type 'URLRequest'
private let urlRequest: URLRequest
^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/DataTaskPerformingURLSession.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
[120/223] Compiling OpenAI OpenAI+OpenAIAsync.swift
/host/spi-builder-workspace/Sources/OpenAI/Private/Client/Client.swift:49:17: warning: initialization of immutable value 'interceptedRequest' was never used; consider replacing with assignment to '_' or removing it
let interceptedRequest = middlewares.reduce(urlRequest) { current, middleware in
~~~~^~~~~~~~~~~~~~~~~~
_
/host/spi-builder-workspace/Sources/OpenAI/Private/ExecutionSerializer.swift:15:9: warning: stored property 'queue' of 'Sendable'-conforming struct 'GCDQueueAsyncExecutionSerializer' has non-sendable type 'DispatchQueue'
let queue: DispatchQueue
^
Dispatch.DispatchQueue:1:14: note: class 'DispatchQueue' does not conform to the 'Sendable' protocol
public class DispatchQueue : DispatchObject {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/ExecutionSerializer.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dispatch'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAI/Private/JSONRequest.swift:16:9: warning: stored property 'url' of 'Sendable'-conforming generic class 'JSONRequest' has non-sendable type 'URL'
let url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/JSONRequest.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[121/223] Compiling OpenAI OpenAI+OpenAICombine.swift
/host/spi-builder-workspace/Sources/OpenAI/Private/Client/Client.swift:49:17: warning: initialization of immutable value 'interceptedRequest' was never used; consider replacing with assignment to '_' or removing it
let interceptedRequest = middlewares.reduce(urlRequest) { current, middleware in
~~~~^~~~~~~~~~~~~~~~~~
_
/host/spi-builder-workspace/Sources/OpenAI/Private/ExecutionSerializer.swift:15:9: warning: stored property 'queue' of 'Sendable'-conforming struct 'GCDQueueAsyncExecutionSerializer' has non-sendable type 'DispatchQueue'
let queue: DispatchQueue
^
Dispatch.DispatchQueue:1:14: note: class 'DispatchQueue' does not conform to the 'Sendable' protocol
public class DispatchQueue : DispatchObject {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/ExecutionSerializer.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dispatch'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAI/Private/JSONRequest.swift:16:9: warning: stored property 'url' of 'Sendable'-conforming generic class 'JSONRequest' has non-sendable type 'URL'
let url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/JSONRequest.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[122/223] Compiling OpenAI OpenAI.swift
/host/spi-builder-workspace/Sources/OpenAI/Private/Client/Client.swift:49:17: warning: initialization of immutable value 'interceptedRequest' was never used; consider replacing with assignment to '_' or removing it
let interceptedRequest = middlewares.reduce(urlRequest) { current, middleware in
~~~~^~~~~~~~~~~~~~~~~~
_
/host/spi-builder-workspace/Sources/OpenAI/Private/ExecutionSerializer.swift:15:9: warning: stored property 'queue' of 'Sendable'-conforming struct 'GCDQueueAsyncExecutionSerializer' has non-sendable type 'DispatchQueue'
let queue: DispatchQueue
^
Dispatch.DispatchQueue:1:14: note: class 'DispatchQueue' does not conform to the 'Sendable' protocol
public class DispatchQueue : DispatchObject {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/ExecutionSerializer.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dispatch'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAI/Private/JSONRequest.swift:16:9: warning: stored property 'url' of 'Sendable'-conforming generic class 'JSONRequest' has non-sendable type 'URL'
let url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/JSONRequest.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[123/223] Compiling OpenAI AssistantsRequest.swift
/host/spi-builder-workspace/Sources/OpenAI/Private/Client/Client.swift:49:17: warning: initialization of immutable value 'interceptedRequest' was never used; consider replacing with assignment to '_' or removing it
let interceptedRequest = middlewares.reduce(urlRequest) { current, middleware in
~~~~^~~~~~~~~~~~~~~~~~
_
/host/spi-builder-workspace/Sources/OpenAI/Private/ExecutionSerializer.swift:15:9: warning: stored property 'queue' of 'Sendable'-conforming struct 'GCDQueueAsyncExecutionSerializer' has non-sendable type 'DispatchQueue'
let queue: DispatchQueue
^
Dispatch.DispatchQueue:1:14: note: class 'DispatchQueue' does not conform to the 'Sendable' protocol
public class DispatchQueue : DispatchObject {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/ExecutionSerializer.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dispatch'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAI/Private/JSONRequest.swift:16:9: warning: stored property 'url' of 'Sendable'-conforming generic class 'JSONRequest' has non-sendable type 'URL'
let url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/JSONRequest.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[124/223] Compiling OpenAI CancellablesFactory.swift
/host/spi-builder-workspace/Sources/OpenAI/Private/Client/Client.swift:49:17: warning: initialization of immutable value 'interceptedRequest' was never used; consider replacing with assignment to '_' or removing it
let interceptedRequest = middlewares.reduce(urlRequest) { current, middleware in
~~~~^~~~~~~~~~~~~~~~~~
_
/host/spi-builder-workspace/Sources/OpenAI/Private/ExecutionSerializer.swift:15:9: warning: stored property 'queue' of 'Sendable'-conforming struct 'GCDQueueAsyncExecutionSerializer' has non-sendable type 'DispatchQueue'
let queue: DispatchQueue
^
Dispatch.DispatchQueue:1:14: note: class 'DispatchQueue' does not conform to the 'Sendable' protocol
public class DispatchQueue : DispatchObject {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/ExecutionSerializer.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dispatch'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAI/Private/JSONRequest.swift:16:9: warning: stored property 'url' of 'Sendable'-conforming generic class 'JSONRequest' has non-sendable type 'URL'
let url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/JSONRequest.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[125/223] Compiling OpenAI AsyncClient.swift
/host/spi-builder-workspace/Sources/OpenAI/Private/Client/Client.swift:49:17: warning: initialization of immutable value 'interceptedRequest' was never used; consider replacing with assignment to '_' or removing it
let interceptedRequest = middlewares.reduce(urlRequest) { current, middleware in
~~~~^~~~~~~~~~~~~~~~~~
_
/host/spi-builder-workspace/Sources/OpenAI/Private/ExecutionSerializer.swift:15:9: warning: stored property 'queue' of 'Sendable'-conforming struct 'GCDQueueAsyncExecutionSerializer' has non-sendable type 'DispatchQueue'
let queue: DispatchQueue
^
Dispatch.DispatchQueue:1:14: note: class 'DispatchQueue' does not conform to the 'Sendable' protocol
public class DispatchQueue : DispatchObject {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/ExecutionSerializer.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dispatch'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAI/Private/JSONRequest.swift:16:9: warning: stored property 'url' of 'Sendable'-conforming generic class 'JSONRequest' has non-sendable type 'URL'
let url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/JSONRequest.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[126/223] Compiling OpenAI Client.swift
/host/spi-builder-workspace/Sources/OpenAI/Private/Client/Client.swift:49:17: warning: initialization of immutable value 'interceptedRequest' was never used; consider replacing with assignment to '_' or removing it
let interceptedRequest = middlewares.reduce(urlRequest) { current, middleware in
~~~~^~~~~~~~~~~~~~~~~~
_
/host/spi-builder-workspace/Sources/OpenAI/Private/ExecutionSerializer.swift:15:9: warning: stored property 'queue' of 'Sendable'-conforming struct 'GCDQueueAsyncExecutionSerializer' has non-sendable type 'DispatchQueue'
let queue: DispatchQueue
^
Dispatch.DispatchQueue:1:14: note: class 'DispatchQueue' does not conform to the 'Sendable' protocol
public class DispatchQueue : DispatchObject {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/ExecutionSerializer.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dispatch'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAI/Private/JSONRequest.swift:16:9: warning: stored property 'url' of 'Sendable'-conforming generic class 'JSONRequest' has non-sendable type 'URL'
let url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/JSONRequest.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[127/223] Compiling OpenAI CombineClient.swift
/host/spi-builder-workspace/Sources/OpenAI/Private/Client/Client.swift:49:17: warning: initialization of immutable value 'interceptedRequest' was never used; consider replacing with assignment to '_' or removing it
let interceptedRequest = middlewares.reduce(urlRequest) { current, middleware in
~~~~^~~~~~~~~~~~~~~~~~
_
/host/spi-builder-workspace/Sources/OpenAI/Private/ExecutionSerializer.swift:15:9: warning: stored property 'queue' of 'Sendable'-conforming struct 'GCDQueueAsyncExecutionSerializer' has non-sendable type 'DispatchQueue'
let queue: DispatchQueue
^
Dispatch.DispatchQueue:1:14: note: class 'DispatchQueue' does not conform to the 'Sendable' protocol
public class DispatchQueue : DispatchObject {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/ExecutionSerializer.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dispatch'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAI/Private/JSONRequest.swift:16:9: warning: stored property 'url' of 'Sendable'-conforming generic class 'JSONRequest' has non-sendable type 'URL'
let url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/JSONRequest.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[128/223] Compiling OpenAI StreamingClient.swift
/host/spi-builder-workspace/Sources/OpenAI/Private/Client/Client.swift:49:17: warning: initialization of immutable value 'interceptedRequest' was never used; consider replacing with assignment to '_' or removing it
let interceptedRequest = middlewares.reduce(urlRequest) { current, middleware in
~~~~^~~~~~~~~~~~~~~~~~
_
/host/spi-builder-workspace/Sources/OpenAI/Private/ExecutionSerializer.swift:15:9: warning: stored property 'queue' of 'Sendable'-conforming struct 'GCDQueueAsyncExecutionSerializer' has non-sendable type 'DispatchQueue'
let queue: DispatchQueue
^
Dispatch.DispatchQueue:1:14: note: class 'DispatchQueue' does not conform to the 'Sendable' protocol
public class DispatchQueue : DispatchObject {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/ExecutionSerializer.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dispatch'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAI/Private/JSONRequest.swift:16:9: warning: stored property 'url' of 'Sendable'-conforming generic class 'JSONRequest' has non-sendable type 'URL'
let url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/JSONRequest.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[129/223] Compiling OpenAI CodingUserInfoKey+ParsingOptions.swift
/host/spi-builder-workspace/Sources/OpenAI/Private/Client/Client.swift:49:17: warning: initialization of immutable value 'interceptedRequest' was never used; consider replacing with assignment to '_' or removing it
let interceptedRequest = middlewares.reduce(urlRequest) { current, middleware in
~~~~^~~~~~~~~~~~~~~~~~
_
/host/spi-builder-workspace/Sources/OpenAI/Private/ExecutionSerializer.swift:15:9: warning: stored property 'queue' of 'Sendable'-conforming struct 'GCDQueueAsyncExecutionSerializer' has non-sendable type 'DispatchQueue'
let queue: DispatchQueue
^
Dispatch.DispatchQueue:1:14: note: class 'DispatchQueue' does not conform to the 'Sendable' protocol
public class DispatchQueue : DispatchObject {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/ExecutionSerializer.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dispatch'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAI/Private/JSONRequest.swift:16:9: warning: stored property 'url' of 'Sendable'-conforming generic class 'JSONRequest' has non-sendable type 'URL'
let url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/JSONRequest.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[130/223] Compiling OpenAI DataTaskFactory.swift
/host/spi-builder-workspace/Sources/OpenAI/Private/Client/Client.swift:49:17: warning: initialization of immutable value 'interceptedRequest' was never used; consider replacing with assignment to '_' or removing it
let interceptedRequest = middlewares.reduce(urlRequest) { current, middleware in
~~~~^~~~~~~~~~~~~~~~~~
_
/host/spi-builder-workspace/Sources/OpenAI/Private/ExecutionSerializer.swift:15:9: warning: stored property 'queue' of 'Sendable'-conforming struct 'GCDQueueAsyncExecutionSerializer' has non-sendable type 'DispatchQueue'
let queue: DispatchQueue
^
Dispatch.DispatchQueue:1:14: note: class 'DispatchQueue' does not conform to the 'Sendable' protocol
public class DispatchQueue : DispatchObject {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/ExecutionSerializer.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dispatch'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAI/Private/JSONRequest.swift:16:9: warning: stored property 'url' of 'Sendable'-conforming generic class 'JSONRequest' has non-sendable type 'URL'
let url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/JSONRequest.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[131/223] Compiling OpenAI DescribedError.swift
/host/spi-builder-workspace/Sources/OpenAI/Private/Client/Client.swift:49:17: warning: initialization of immutable value 'interceptedRequest' was never used; consider replacing with assignment to '_' or removing it
let interceptedRequest = middlewares.reduce(urlRequest) { current, middleware in
~~~~^~~~~~~~~~~~~~~~~~
_
/host/spi-builder-workspace/Sources/OpenAI/Private/ExecutionSerializer.swift:15:9: warning: stored property 'queue' of 'Sendable'-conforming struct 'GCDQueueAsyncExecutionSerializer' has non-sendable type 'DispatchQueue'
let queue: DispatchQueue
^
Dispatch.DispatchQueue:1:14: note: class 'DispatchQueue' does not conform to the 'Sendable' protocol
public class DispatchQueue : DispatchObject {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/ExecutionSerializer.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dispatch'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAI/Private/JSONRequest.swift:16:9: warning: stored property 'url' of 'Sendable'-conforming generic class 'JSONRequest' has non-sendable type 'URL'
let url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/JSONRequest.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[132/223] Compiling OpenAI DispatchQueue+Static.swift
/host/spi-builder-workspace/Sources/OpenAI/Private/Client/Client.swift:49:17: warning: initialization of immutable value 'interceptedRequest' was never used; consider replacing with assignment to '_' or removing it
let interceptedRequest = middlewares.reduce(urlRequest) { current, middleware in
~~~~^~~~~~~~~~~~~~~~~~
_
/host/spi-builder-workspace/Sources/OpenAI/Private/ExecutionSerializer.swift:15:9: warning: stored property 'queue' of 'Sendable'-conforming struct 'GCDQueueAsyncExecutionSerializer' has non-sendable type 'DispatchQueue'
let queue: DispatchQueue
^
Dispatch.DispatchQueue:1:14: note: class 'DispatchQueue' does not conform to the 'Sendable' protocol
public class DispatchQueue : DispatchObject {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/ExecutionSerializer.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dispatch'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAI/Private/JSONRequest.swift:16:9: warning: stored property 'url' of 'Sendable'-conforming generic class 'JSONRequest' has non-sendable type 'URL'
let url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/JSONRequest.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[133/223] Compiling OpenAI ExecutionSerializer.swift
/host/spi-builder-workspace/Sources/OpenAI/Private/Client/Client.swift:49:17: warning: initialization of immutable value 'interceptedRequest' was never used; consider replacing with assignment to '_' or removing it
let interceptedRequest = middlewares.reduce(urlRequest) { current, middleware in
~~~~^~~~~~~~~~~~~~~~~~
_
/host/spi-builder-workspace/Sources/OpenAI/Private/ExecutionSerializer.swift:15:9: warning: stored property 'queue' of 'Sendable'-conforming struct 'GCDQueueAsyncExecutionSerializer' has non-sendable type 'DispatchQueue'
let queue: DispatchQueue
^
Dispatch.DispatchQueue:1:14: note: class 'DispatchQueue' does not conform to the 'Sendable' protocol
public class DispatchQueue : DispatchObject {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/ExecutionSerializer.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dispatch'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAI/Private/JSONRequest.swift:16:9: warning: stored property 'url' of 'Sendable'-conforming generic class 'JSONRequest' has non-sendable type 'URL'
let url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/JSONRequest.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[134/223] Compiling OpenAI Schemas+Description.swift
/host/spi-builder-workspace/Sources/OpenAI/Private/Client/Client.swift:49:17: warning: initialization of immutable value 'interceptedRequest' was never used; consider replacing with assignment to '_' or removing it
let interceptedRequest = middlewares.reduce(urlRequest) { current, middleware in
~~~~^~~~~~~~~~~~~~~~~~
_
/host/spi-builder-workspace/Sources/OpenAI/Private/ExecutionSerializer.swift:15:9: warning: stored property 'queue' of 'Sendable'-conforming struct 'GCDQueueAsyncExecutionSerializer' has non-sendable type 'DispatchQueue'
let queue: DispatchQueue
^
Dispatch.DispatchQueue:1:14: note: class 'DispatchQueue' does not conform to the 'Sendable' protocol
public class DispatchQueue : DispatchObject {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/ExecutionSerializer.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dispatch'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAI/Private/JSONRequest.swift:16:9: warning: stored property 'url' of 'Sendable'-conforming generic class 'JSONRequest' has non-sendable type 'URL'
let url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/JSONRequest.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[135/223] Compiling OpenAI JSONRequest.swift
/host/spi-builder-workspace/Sources/OpenAI/Private/Client/Client.swift:49:17: warning: initialization of immutable value 'interceptedRequest' was never used; consider replacing with assignment to '_' or removing it
let interceptedRequest = middlewares.reduce(urlRequest) { current, middleware in
~~~~^~~~~~~~~~~~~~~~~~
_
/host/spi-builder-workspace/Sources/OpenAI/Private/ExecutionSerializer.swift:15:9: warning: stored property 'queue' of 'Sendable'-conforming struct 'GCDQueueAsyncExecutionSerializer' has non-sendable type 'DispatchQueue'
let queue: DispatchQueue
^
Dispatch.DispatchQueue:1:14: note: class 'DispatchQueue' does not conform to the 'Sendable' protocol
public class DispatchQueue : DispatchObject {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/ExecutionSerializer.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dispatch'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAI/Private/JSONRequest.swift:16:9: warning: stored property 'url' of 'Sendable'-conforming generic class 'JSONRequest' has non-sendable type 'URL'
let url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/JSONRequest.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[136/223] Compiling OpenAI JSONResponseDecoder.swift
/host/spi-builder-workspace/Sources/OpenAI/Private/Client/Client.swift:49:17: warning: initialization of immutable value 'interceptedRequest' was never used; consider replacing with assignment to '_' or removing it
let interceptedRequest = middlewares.reduce(urlRequest) { current, middleware in
~~~~^~~~~~~~~~~~~~~~~~
_
/host/spi-builder-workspace/Sources/OpenAI/Private/ExecutionSerializer.swift:15:9: warning: stored property 'queue' of 'Sendable'-conforming struct 'GCDQueueAsyncExecutionSerializer' has non-sendable type 'DispatchQueue'
let queue: DispatchQueue
^
Dispatch.DispatchQueue:1:14: note: class 'DispatchQueue' does not conform to the 'Sendable' protocol
public class DispatchQueue : DispatchObject {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/ExecutionSerializer.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dispatch'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAI/Private/JSONRequest.swift:16:9: warning: stored property 'url' of 'Sendable'-conforming generic class 'JSONRequest' has non-sendable type 'URL'
let url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/JSONRequest.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[137/223] Compiling OpenAI JSONResponseErrorDecoder.swift
/host/spi-builder-workspace/Sources/OpenAI/Private/Client/Client.swift:49:17: warning: initialization of immutable value 'interceptedRequest' was never used; consider replacing with assignment to '_' or removing it
let interceptedRequest = middlewares.reduce(urlRequest) { current, middleware in
~~~~^~~~~~~~~~~~~~~~~~
_
/host/spi-builder-workspace/Sources/OpenAI/Private/ExecutionSerializer.swift:15:9: warning: stored property 'queue' of 'Sendable'-conforming struct 'GCDQueueAsyncExecutionSerializer' has non-sendable type 'DispatchQueue'
let queue: DispatchQueue
^
Dispatch.DispatchQueue:1:14: note: class 'DispatchQueue' does not conform to the 'Sendable' protocol
public class DispatchQueue : DispatchObject {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/ExecutionSerializer.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dispatch'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAI/Private/JSONRequest.swift:16:9: warning: stored property 'url' of 'Sendable'-conforming generic class 'JSONRequest' has non-sendable type 'URL'
let url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/JSONRequest.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
error: emit-module command failed with exit code 1 (use -v to see invocation)
[138/223] Emitting module OpenAI
/host/spi-builder-workspace/Sources/OpenAI/Private/ExecutionSerializer.swift:15:9: warning: stored property 'queue' of 'Sendable'-conforming struct 'GCDQueueAsyncExecutionSerializer' has non-sendable type 'DispatchQueue'
let queue: DispatchQueue
^
Dispatch.DispatchQueue:1:14: note: class 'DispatchQueue' does not conform to the 'Sendable' protocol
public class DispatchQueue : DispatchObject {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/ExecutionSerializer.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dispatch'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAI/Private/JSONRequest.swift:16:9: warning: stored property 'url' of 'Sendable'-conforming generic class 'JSONRequest' has non-sendable type 'URL'
let url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/JSONRequest.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAI/Private/MultipartFormDataRequest.swift:16:9: warning: stored property 'url' of 'Sendable'-conforming generic class 'MultipartFormDataRequest' has non-sendable type 'URL'
let url: URL
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/MultipartFormDataRequest.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/DataTaskPerformingURLSession.swift:15:17: warning: stored property 'urlRequest' of 'Sendable'-conforming class 'DataTaskPerformingURLSession' has non-sendable type 'URLRequest'
private let urlRequest: URLRequest
^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/DataTaskPerformingURLSession.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionDataTaskProtocol.swift:18:1: warning: conformance to 'Sendable' must occur in the same source file as class 'URLSessionTask'; use '@unchecked Sendable' for retroactive conformance
extension URLSessionTask: URLSessionTaskProtocol {}
^
FoundationNetworking.URLSessionTask:2:14: warning: stored property 'countOfBytesClientExpectsToReceive' of 'Sendable'-conforming class 'URLSessionTask' is mutable
open var countOfBytesClientExpectsToReceive: Int64 { get set }
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:21:1: warning: conformance to 'Sendable' must occur in the same source file as class 'URLSession'; use '@unchecked Sendable' for retroactive conformance
extension URLSession: URLSessionProtocol {
^
FoundationNetworking.URLSession (internal):2:18: warning: stored property '_configuration' of 'Sendable'-conforming class 'URLSession' has non-sendable type 'URLSession._Configuration'
internal let _configuration: URLSession._Configuration
^
FoundationNetworking.URLSession (internal):2:21: note: struct '_Configuration' does not conform to the 'Sendable' protocol
internal struct _Configuration {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:10:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
FoundationNetworking.URLSession (fileprivate):3:21: warning: stored property 'multiHandle' of 'Sendable'-conforming class 'URLSession' has non-sendable type 'URLSession._MultiHandle'
fileprivate let multiHandle: URLSession._MultiHandle
^
FoundationNetworking.URLSession (internal):2:26: note: class '_MultiHandle' does not conform to the 'Sendable' protocol
final internal class _MultiHandle {
^
FoundationNetworking.URLSession (fileprivate):4:21: warning: stored property 'nextTaskIdentifier' of 'Sendable'-conforming class 'URLSession' is mutable
fileprivate var nextTaskIdentifier: Int
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:21:1: error: type 'URLSession' does not conform to protocol 'URLSessionProtocol'
extension URLSession: URLSessionProtocol {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:18:10: note: protocol requires function 'data(for:delegate:)' with type '(URLRequest, (any URLSessionTaskDelegate)?) async throws -> (Data, URLResponse)'; add a stub for conformance
func data(for request: URLRequest, delegate: (any URLSessionTaskDelegate)?) async throws -> (Data, URLResponse)
^
/host/spi-builder-workspace/Sources/OpenAI/Public/JSONSchema/JSONDocument.swift:24:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'Decimal'; use '@unchecked Sendable' for retroactive conformance
extension Decimal: JSONDocument {}
^
[139/223] Compiling OpenAI URLSessionTaskCanceller.swift
/host/spi-builder-workspace/Sources/OpenAI/Public/JSONSchema/JSONDocument.swift:24:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'Decimal'; use '@unchecked Sendable' for retroactive conformance
extension Decimal: JSONDocument {}
^
[140/223] Compiling OpenAI APIError.swift
/host/spi-builder-workspace/Sources/OpenAI/Public/JSONSchema/JSONDocument.swift:24:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'Decimal'; use '@unchecked Sendable' for retroactive conformance
extension Decimal: JSONDocument {}
^
[141/223] Compiling OpenAI GeminiAPIError.swift
/host/spi-builder-workspace/Sources/OpenAI/Public/JSONSchema/JSONDocument.swift:24:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'Decimal'; use '@unchecked Sendable' for retroactive conformance
extension Decimal: JSONDocument {}
^
[142/223] Compiling OpenAI AnyJSONDocument.swift
/host/spi-builder-workspace/Sources/OpenAI/Public/JSONSchema/JSONDocument.swift:24:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'Decimal'; use '@unchecked Sendable' for retroactive conformance
extension Decimal: JSONDocument {}
^
[143/223] Compiling OpenAI AnyJSONSchema.swift
/host/spi-builder-workspace/Sources/OpenAI/Public/JSONSchema/JSONDocument.swift:24:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'Decimal'; use '@unchecked Sendable' for retroactive conformance
extension Decimal: JSONDocument {}
^
[144/223] Compiling OpenAI JSONDocument.swift
/host/spi-builder-workspace/Sources/OpenAI/Public/JSONSchema/JSONDocument.swift:24:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'Decimal'; use '@unchecked Sendable' for retroactive conformance
extension Decimal: JSONDocument {}
^
[145/223] Compiling OpenAI JSONSchema.swift
/host/spi-builder-workspace/Sources/OpenAI/Public/JSONSchema/JSONDocument.swift:24:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'Decimal'; use '@unchecked Sendable' for retroactive conformance
extension Decimal: JSONDocument {}
^
[146/223] Compiling OpenAI JSONSchemaField.swift
/host/spi-builder-workspace/Sources/OpenAI/Public/JSONSchema/JSONDocument.swift:24:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'Decimal'; use '@unchecked Sendable' for retroactive conformance
extension Decimal: JSONDocument {}
^
[147/223] Compiling OpenAI JSONSchemaInstanceType.swift
/host/spi-builder-workspace/Sources/OpenAI/Public/JSONSchema/JSONDocument.swift:24:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'Decimal'; use '@unchecked Sendable' for retroactive conformance
extension Decimal: JSONDocument {}
^
[148/223] Compiling OpenAI AssistantResult.swift
/host/spi-builder-workspace/Sources/OpenAI/Public/JSONSchema/JSONDocument.swift:24:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'Decimal'; use '@unchecked Sendable' for retroactive conformance
extension Decimal: JSONDocument {}
^
[149/223] Compiling OpenAI AssistantsQuery.swift
/host/spi-builder-workspace/Sources/OpenAI/Public/JSONSchema/JSONDocument.swift:24:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'Decimal'; use '@unchecked Sendable' for retroactive conformance
extension Decimal: JSONDocument {}
^
[150/223] Compiling OpenAI AssistantsResult.swift
/host/spi-builder-workspace/Sources/OpenAI/Public/JSONSchema/JSONDocument.swift:24:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'Decimal'; use '@unchecked Sendable' for retroactive conformance
extension Decimal: JSONDocument {}
^
[151/223] Compiling OpenAI AssistantsTool.swift
/host/spi-builder-workspace/Sources/OpenAI/Public/JSONSchema/JSONDocument.swift:24:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'Decimal'; use '@unchecked Sendable' for retroactive conformance
extension Decimal: JSONDocument {}
^
[152/223] Compiling OpenAI AudioSpeechQuery.swift
/host/spi-builder-workspace/Sources/OpenAI/Public/JSONSchema/JSONDocument.swift:24:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'Decimal'; use '@unchecked Sendable' for retroactive conformance
extension Decimal: JSONDocument {}
^
[153/223] Compiling OpenAI AudioSpeechResult.swift
/host/spi-builder-workspace/Sources/OpenAI/Public/JSONSchema/JSONDocument.swift:24:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'Decimal'; use '@unchecked Sendable' for retroactive conformance
extension Decimal: JSONDocument {}
^
[154/223] Compiling OpenAI AudioTranscriptionQuery.swift
/host/spi-builder-workspace/Sources/OpenAI/Public/JSONSchema/JSONDocument.swift:24:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'Decimal'; use '@unchecked Sendable' for retroactive conformance
extension Decimal: JSONDocument {}
^
[155/223] Compiling OpenAI AudioTranscriptionResult.swift
/host/spi-builder-workspace/Sources/OpenAI/Public/JSONSchema/JSONDocument.swift:24:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'Decimal'; use '@unchecked Sendable' for retroactive conformance
extension Decimal: JSONDocument {}
^
[156/223] Compiling OpenAI MessageQuery.swift
[157/223] Compiling OpenAI ModelQuery.swift
[158/223] Compiling OpenAI ModelResult.swift
[159/223] Compiling OpenAI Models.swift
[160/223] Compiling OpenAI ModelsResult.swift
[161/223] Compiling OpenAI ModerationsQuery.swift
[162/223] Compiling OpenAI ModerationsResult.swift
[163/223] Compiling OpenAI CreateModelResponseQuery.swift
[164/223] Compiling OpenAI CreateModelResponseQueryInput.swift
[165/223] Compiling OpenAI DeleteModelResponseQuery.swift
[166/223] Compiling OpenAI DeleteModelResponseResult.swift
[167/223] Compiling OpenAI GetModelResponseQuery.swift
[168/223] Compiling OpenAI ResponseEvent.swift
[169/223] Compiling OpenAI ResponseObject.swift
[170/223] Compiling OpenAI RunResult.swift
[171/223] Compiling OpenAI RunRetrieveQuery.swift
[172/223] Compiling OpenAI RunRetrieveStepsResult.swift
[173/223] Compiling OpenAI AudioTranscriptionStreamResult.swift
[174/223] Compiling OpenAI AudioTranslationQuery.swift
[175/223] Compiling OpenAI AudioTranslationResult.swift
[176/223] Compiling OpenAI ChatQuery.swift
[177/223] Compiling OpenAI ChatResult.swift
[178/223] Compiling OpenAI ChatStreamResult.swift
[179/223] Compiling OpenAI EmbeddingsQuery.swift
[180/223] Compiling OpenAI EmbeddingsResult.swift
[181/223] Compiling OpenAI FilesQuery.swift
[182/223] Compiling OpenAI FilesResult.swift
[183/223] Compiling OpenAI FunctionDeclaration.swift
[184/223] Compiling OpenAI ImageEditsQuery.swift
[185/223] Compiling OpenAI ImageVariationsQuery.swift
[186/223] Compiling OpenAI ImagesQuery.swift
[187/223] Compiling OpenAI ImagesResult.swift
[188/223] Compiling OpenAI JSONSchemaConvertible.swift
[189/223] Compiling OpenAI JSONSchemaEnumConvertible.swift
[190/223] Compiling OpenAI ServerSentEventsStreamingSessionFactory.swift
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/StreamingSession.swift:95:83: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
sslDelegate.urlSession(session, didReceive: challenge, completionHandler: completionHandler)
^
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/StreamingSession.swift:92:9: note: parameter 'completionHandler' is implicitly non-sendable
completionHandler: @escaping (URLSession.AuthChallengeDisposition, URLCredential?) -> Void
^
@Sendable
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionDataTaskProtocol.swift:18:1: warning: conformance to 'Sendable' must occur in the same source file as class 'URLSessionTask'; use '@unchecked Sendable' for retroactive conformance
extension URLSessionTask: URLSessionTaskProtocol {}
^
FoundationNetworking.URLSessionTask:2:14: warning: stored property 'countOfBytesClientExpectsToReceive' of 'Sendable'-conforming class 'URLSessionTask' is mutable
open var countOfBytesClientExpectsToReceive: Int64 { get set }
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:21:1: warning: conformance to 'Sendable' must occur in the same source file as class 'URLSession'; use '@unchecked Sendable' for retroactive conformance
extension URLSession: URLSessionProtocol {
^
FoundationNetworking.URLSession (internal):2:18: warning: stored property '_configuration' of 'Sendable'-conforming class 'URLSession' has non-sendable type 'URLSession._Configuration'
internal let _configuration: URLSession._Configuration
^
FoundationNetworking.URLSession (internal):2:21: note: struct '_Configuration' does not conform to the 'Sendable' protocol
internal struct _Configuration {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:10:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
FoundationNetworking.URLSession (fileprivate):3:21: warning: stored property 'multiHandle' of 'Sendable'-conforming class 'URLSession' has non-sendable type 'URLSession._MultiHandle'
fileprivate let multiHandle: URLSession._MultiHandle
^
FoundationNetworking.URLSession (internal):2:26: note: class '_MultiHandle' does not conform to the 'Sendable' protocol
final internal class _MultiHandle {
^
FoundationNetworking.URLSession (fileprivate):4:21: warning: stored property 'nextTaskIdentifier' of 'Sendable'-conforming class 'URLSession' is mutable
fileprivate var nextTaskIdentifier: Int
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:21:1: error: type 'URLSession' does not conform to protocol 'URLSessionProtocol'
extension URLSession: URLSessionProtocol {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:18:10: note: protocol requires function 'data(for:delegate:)' with type '(URLRequest, (any URLSessionTaskDelegate)?) async throws -> (Data, URLResponse)'; add a stub for conformance
func data(for request: URLRequest, delegate: (any URLSessionTaskDelegate)?) async throws -> (Data, URLResponse)
^
[191/223] Compiling OpenAI SessionInvalidator.swift
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/StreamingSession.swift:95:83: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
sslDelegate.urlSession(session, didReceive: challenge, completionHandler: completionHandler)
^
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/StreamingSession.swift:92:9: note: parameter 'completionHandler' is implicitly non-sendable
completionHandler: @escaping (URLSession.AuthChallengeDisposition, URLCredential?) -> Void
^
@Sendable
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionDataTaskProtocol.swift:18:1: warning: conformance to 'Sendable' must occur in the same source file as class 'URLSessionTask'; use '@unchecked Sendable' for retroactive conformance
extension URLSessionTask: URLSessionTaskProtocol {}
^
FoundationNetworking.URLSessionTask:2:14: warning: stored property 'countOfBytesClientExpectsToReceive' of 'Sendable'-conforming class 'URLSessionTask' is mutable
open var countOfBytesClientExpectsToReceive: Int64 { get set }
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:21:1: warning: conformance to 'Sendable' must occur in the same source file as class 'URLSession'; use '@unchecked Sendable' for retroactive conformance
extension URLSession: URLSessionProtocol {
^
FoundationNetworking.URLSession (internal):2:18: warning: stored property '_configuration' of 'Sendable'-conforming class 'URLSession' has non-sendable type 'URLSession._Configuration'
internal let _configuration: URLSession._Configuration
^
FoundationNetworking.URLSession (internal):2:21: note: struct '_Configuration' does not conform to the 'Sendable' protocol
internal struct _Configuration {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:10:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
FoundationNetworking.URLSession (fileprivate):3:21: warning: stored property 'multiHandle' of 'Sendable'-conforming class 'URLSession' has non-sendable type 'URLSession._MultiHandle'
fileprivate let multiHandle: URLSession._MultiHandle
^
FoundationNetworking.URLSession (internal):2:26: note: class '_MultiHandle' does not conform to the 'Sendable' protocol
final internal class _MultiHandle {
^
FoundationNetworking.URLSession (fileprivate):4:21: warning: stored property 'nextTaskIdentifier' of 'Sendable'-conforming class 'URLSession' is mutable
fileprivate var nextTaskIdentifier: Int
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:21:1: error: type 'URLSession' does not conform to protocol 'URLSessionProtocol'
extension URLSession: URLSessionProtocol {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:18:10: note: protocol requires function 'data(for:delegate:)' with type '(URLRequest, (any URLSessionTaskDelegate)?) async throws -> (Data, URLResponse)'; add a stub for conformance
func data(for request: URLRequest, delegate: (any URLSessionTaskDelegate)?) async throws -> (Data, URLResponse)
^
[192/223] Compiling OpenAI StreamingError.swift
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/StreamingSession.swift:95:83: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
sslDelegate.urlSession(session, didReceive: challenge, completionHandler: completionHandler)
^
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/StreamingSession.swift:92:9: note: parameter 'completionHandler' is implicitly non-sendable
completionHandler: @escaping (URLSession.AuthChallengeDisposition, URLCredential?) -> Void
^
@Sendable
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionDataTaskProtocol.swift:18:1: warning: conformance to 'Sendable' must occur in the same source file as class 'URLSessionTask'; use '@unchecked Sendable' for retroactive conformance
extension URLSessionTask: URLSessionTaskProtocol {}
^
FoundationNetworking.URLSessionTask:2:14: warning: stored property 'countOfBytesClientExpectsToReceive' of 'Sendable'-conforming class 'URLSessionTask' is mutable
open var countOfBytesClientExpectsToReceive: Int64 { get set }
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:21:1: warning: conformance to 'Sendable' must occur in the same source file as class 'URLSession'; use '@unchecked Sendable' for retroactive conformance
extension URLSession: URLSessionProtocol {
^
FoundationNetworking.URLSession (internal):2:18: warning: stored property '_configuration' of 'Sendable'-conforming class 'URLSession' has non-sendable type 'URLSession._Configuration'
internal let _configuration: URLSession._Configuration
^
FoundationNetworking.URLSession (internal):2:21: note: struct '_Configuration' does not conform to the 'Sendable' protocol
internal struct _Configuration {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:10:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
FoundationNetworking.URLSession (fileprivate):3:21: warning: stored property 'multiHandle' of 'Sendable'-conforming class 'URLSession' has non-sendable type 'URLSession._MultiHandle'
fileprivate let multiHandle: URLSession._MultiHandle
^
FoundationNetworking.URLSession (internal):2:26: note: class '_MultiHandle' does not conform to the 'Sendable' protocol
final internal class _MultiHandle {
^
FoundationNetworking.URLSession (fileprivate):4:21: warning: stored property 'nextTaskIdentifier' of 'Sendable'-conforming class 'URLSession' is mutable
fileprivate var nextTaskIdentifier: Int
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:21:1: error: type 'URLSession' does not conform to protocol 'URLSessionProtocol'
extension URLSession: URLSessionProtocol {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:18:10: note: protocol requires function 'data(for:delegate:)' with type '(URLRequest, (any URLSessionTaskDelegate)?) async throws -> (Data, URLResponse)'; add a stub for conformance
func data(for request: URLRequest, delegate: (any URLSessionTaskDelegate)?) async throws -> (Data, URLResponse)
^
[193/223] Compiling OpenAI StreamingSession.swift
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/StreamingSession.swift:95:83: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
sslDelegate.urlSession(session, didReceive: challenge, completionHandler: completionHandler)
^
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/StreamingSession.swift:92:9: note: parameter 'completionHandler' is implicitly non-sendable
completionHandler: @escaping (URLSession.AuthChallengeDisposition, URLCredential?) -> Void
^
@Sendable
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionDataTaskProtocol.swift:18:1: warning: conformance to 'Sendable' must occur in the same source file as class 'URLSessionTask'; use '@unchecked Sendable' for retroactive conformance
extension URLSessionTask: URLSessionTaskProtocol {}
^
FoundationNetworking.URLSessionTask:2:14: warning: stored property 'countOfBytesClientExpectsToReceive' of 'Sendable'-conforming class 'URLSessionTask' is mutable
open var countOfBytesClientExpectsToReceive: Int64 { get set }
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:21:1: warning: conformance to 'Sendable' must occur in the same source file as class 'URLSession'; use '@unchecked Sendable' for retroactive conformance
extension URLSession: URLSessionProtocol {
^
FoundationNetworking.URLSession (internal):2:18: warning: stored property '_configuration' of 'Sendable'-conforming class 'URLSession' has non-sendable type 'URLSession._Configuration'
internal let _configuration: URLSession._Configuration
^
FoundationNetworking.URLSession (internal):2:21: note: struct '_Configuration' does not conform to the 'Sendable' protocol
internal struct _Configuration {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:10:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
FoundationNetworking.URLSession (fileprivate):3:21: warning: stored property 'multiHandle' of 'Sendable'-conforming class 'URLSession' has non-sendable type 'URLSession._MultiHandle'
fileprivate let multiHandle: URLSession._MultiHandle
^
FoundationNetworking.URLSession (internal):2:26: note: class '_MultiHandle' does not conform to the 'Sendable' protocol
final internal class _MultiHandle {
^
FoundationNetworking.URLSession (fileprivate):4:21: warning: stored property 'nextTaskIdentifier' of 'Sendable'-conforming class 'URLSession' is mutable
fileprivate var nextTaskIdentifier: Int
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:21:1: error: type 'URLSession' does not conform to protocol 'URLSessionProtocol'
extension URLSession: URLSessionProtocol {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:18:10: note: protocol requires function 'data(for:delegate:)' with type '(URLRequest, (any URLSessionTaskDelegate)?) async throws -> (Data, URLResponse)'; add a stub for conformance
func data(for request: URLRequest, delegate: (any URLSessionTaskDelegate)?) async throws -> (Data, URLResponse)
^
[194/223] Compiling OpenAI URLBuilder.swift
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/StreamingSession.swift:95:83: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
sslDelegate.urlSession(session, didReceive: challenge, completionHandler: completionHandler)
^
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/StreamingSession.swift:92:9: note: parameter 'completionHandler' is implicitly non-sendable
completionHandler: @escaping (URLSession.AuthChallengeDisposition, URLCredential?) -> Void
^
@Sendable
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionDataTaskProtocol.swift:18:1: warning: conformance to 'Sendable' must occur in the same source file as class 'URLSessionTask'; use '@unchecked Sendable' for retroactive conformance
extension URLSessionTask: URLSessionTaskProtocol {}
^
FoundationNetworking.URLSessionTask:2:14: warning: stored property 'countOfBytesClientExpectsToReceive' of 'Sendable'-conforming class 'URLSessionTask' is mutable
open var countOfBytesClientExpectsToReceive: Int64 { get set }
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:21:1: warning: conformance to 'Sendable' must occur in the same source file as class 'URLSession'; use '@unchecked Sendable' for retroactive conformance
extension URLSession: URLSessionProtocol {
^
FoundationNetworking.URLSession (internal):2:18: warning: stored property '_configuration' of 'Sendable'-conforming class 'URLSession' has non-sendable type 'URLSession._Configuration'
internal let _configuration: URLSession._Configuration
^
FoundationNetworking.URLSession (internal):2:21: note: struct '_Configuration' does not conform to the 'Sendable' protocol
internal struct _Configuration {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:10:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
FoundationNetworking.URLSession (fileprivate):3:21: warning: stored property 'multiHandle' of 'Sendable'-conforming class 'URLSession' has non-sendable type 'URLSession._MultiHandle'
fileprivate let multiHandle: URLSession._MultiHandle
^
FoundationNetworking.URLSession (internal):2:26: note: class '_MultiHandle' does not conform to the 'Sendable' protocol
final internal class _MultiHandle {
^
FoundationNetworking.URLSession (fileprivate):4:21: warning: stored property 'nextTaskIdentifier' of 'Sendable'-conforming class 'URLSession' is mutable
fileprivate var nextTaskIdentifier: Int
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:21:1: error: type 'URLSession' does not conform to protocol 'URLSessionProtocol'
extension URLSession: URLSessionProtocol {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:18:10: note: protocol requires function 'data(for:delegate:)' with type '(URLRequest, (any URLSessionTaskDelegate)?) async throws -> (Data, URLResponse)'; add a stub for conformance
func data(for request: URLRequest, delegate: (any URLSessionTaskDelegate)?) async throws -> (Data, URLResponse)
^
[195/223] Compiling OpenAI URLComponents+.swift
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/StreamingSession.swift:95:83: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
sslDelegate.urlSession(session, didReceive: challenge, completionHandler: completionHandler)
^
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/StreamingSession.swift:92:9: note: parameter 'completionHandler' is implicitly non-sendable
completionHandler: @escaping (URLSession.AuthChallengeDisposition, URLCredential?) -> Void
^
@Sendable
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionDataTaskProtocol.swift:18:1: warning: conformance to 'Sendable' must occur in the same source file as class 'URLSessionTask'; use '@unchecked Sendable' for retroactive conformance
extension URLSessionTask: URLSessionTaskProtocol {}
^
FoundationNetworking.URLSessionTask:2:14: warning: stored property 'countOfBytesClientExpectsToReceive' of 'Sendable'-conforming class 'URLSessionTask' is mutable
open var countOfBytesClientExpectsToReceive: Int64 { get set }
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:21:1: warning: conformance to 'Sendable' must occur in the same source file as class 'URLSession'; use '@unchecked Sendable' for retroactive conformance
extension URLSession: URLSessionProtocol {
^
FoundationNetworking.URLSession (internal):2:18: warning: stored property '_configuration' of 'Sendable'-conforming class 'URLSession' has non-sendable type 'URLSession._Configuration'
internal let _configuration: URLSession._Configuration
^
FoundationNetworking.URLSession (internal):2:21: note: struct '_Configuration' does not conform to the 'Sendable' protocol
internal struct _Configuration {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:10:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
FoundationNetworking.URLSession (fileprivate):3:21: warning: stored property 'multiHandle' of 'Sendable'-conforming class 'URLSession' has non-sendable type 'URLSession._MultiHandle'
fileprivate let multiHandle: URLSession._MultiHandle
^
FoundationNetworking.URLSession (internal):2:26: note: class '_MultiHandle' does not conform to the 'Sendable' protocol
final internal class _MultiHandle {
^
FoundationNetworking.URLSession (fileprivate):4:21: warning: stored property 'nextTaskIdentifier' of 'Sendable'-conforming class 'URLSession' is mutable
fileprivate var nextTaskIdentifier: Int
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:21:1: error: type 'URLSession' does not conform to protocol 'URLSessionProtocol'
extension URLSession: URLSessionProtocol {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:18:10: note: protocol requires function 'data(for:delegate:)' with type '(URLRequest, (any URLSessionTaskDelegate)?) async throws -> (Data, URLResponse)'; add a stub for conformance
func data(for request: URLRequest, delegate: (any URLSessionTaskDelegate)?) async throws -> (Data, URLResponse)
^
[196/223] Compiling OpenAI URLRequestBuildable.swift
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/StreamingSession.swift:95:83: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
sslDelegate.urlSession(session, didReceive: challenge, completionHandler: completionHandler)
^
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/StreamingSession.swift:92:9: note: parameter 'completionHandler' is implicitly non-sendable
completionHandler: @escaping (URLSession.AuthChallengeDisposition, URLCredential?) -> Void
^
@Sendable
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionDataTaskProtocol.swift:18:1: warning: conformance to 'Sendable' must occur in the same source file as class 'URLSessionTask'; use '@unchecked Sendable' for retroactive conformance
extension URLSessionTask: URLSessionTaskProtocol {}
^
FoundationNetworking.URLSessionTask:2:14: warning: stored property 'countOfBytesClientExpectsToReceive' of 'Sendable'-conforming class 'URLSessionTask' is mutable
open var countOfBytesClientExpectsToReceive: Int64 { get set }
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:21:1: warning: conformance to 'Sendable' must occur in the same source file as class 'URLSession'; use '@unchecked Sendable' for retroactive conformance
extension URLSession: URLSessionProtocol {
^
FoundationNetworking.URLSession (internal):2:18: warning: stored property '_configuration' of 'Sendable'-conforming class 'URLSession' has non-sendable type 'URLSession._Configuration'
internal let _configuration: URLSession._Configuration
^
FoundationNetworking.URLSession (internal):2:21: note: struct '_Configuration' does not conform to the 'Sendable' protocol
internal struct _Configuration {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:10:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
FoundationNetworking.URLSession (fileprivate):3:21: warning: stored property 'multiHandle' of 'Sendable'-conforming class 'URLSession' has non-sendable type 'URLSession._MultiHandle'
fileprivate let multiHandle: URLSession._MultiHandle
^
FoundationNetworking.URLSession (internal):2:26: note: class '_MultiHandle' does not conform to the 'Sendable' protocol
final internal class _MultiHandle {
^
FoundationNetworking.URLSession (fileprivate):4:21: warning: stored property 'nextTaskIdentifier' of 'Sendable'-conforming class 'URLSession' is mutable
fileprivate var nextTaskIdentifier: Int
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:21:1: error: type 'URLSession' does not conform to protocol 'URLSessionProtocol'
extension URLSession: URLSessionProtocol {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:18:10: note: protocol requires function 'data(for:delegate:)' with type '(URLRequest, (any URLSessionTaskDelegate)?) async throws -> (Data, URLResponse)'; add a stub for conformance
func data(for request: URLRequest, delegate: (any URLSessionTaskDelegate)?) async throws -> (Data, URLResponse)
^
[197/223] Compiling OpenAI URLResponseHandler.swift
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/StreamingSession.swift:95:83: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
sslDelegate.urlSession(session, didReceive: challenge, completionHandler: completionHandler)
^
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/StreamingSession.swift:92:9: note: parameter 'completionHandler' is implicitly non-sendable
completionHandler: @escaping (URLSession.AuthChallengeDisposition, URLCredential?) -> Void
^
@Sendable
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionDataTaskProtocol.swift:18:1: warning: conformance to 'Sendable' must occur in the same source file as class 'URLSessionTask'; use '@unchecked Sendable' for retroactive conformance
extension URLSessionTask: URLSessionTaskProtocol {}
^
FoundationNetworking.URLSessionTask:2:14: warning: stored property 'countOfBytesClientExpectsToReceive' of 'Sendable'-conforming class 'URLSessionTask' is mutable
open var countOfBytesClientExpectsToReceive: Int64 { get set }
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:21:1: warning: conformance to 'Sendable' must occur in the same source file as class 'URLSession'; use '@unchecked Sendable' for retroactive conformance
extension URLSession: URLSessionProtocol {
^
FoundationNetworking.URLSession (internal):2:18: warning: stored property '_configuration' of 'Sendable'-conforming class 'URLSession' has non-sendable type 'URLSession._Configuration'
internal let _configuration: URLSession._Configuration
^
FoundationNetworking.URLSession (internal):2:21: note: struct '_Configuration' does not conform to the 'Sendable' protocol
internal struct _Configuration {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:10:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
FoundationNetworking.URLSession (fileprivate):3:21: warning: stored property 'multiHandle' of 'Sendable'-conforming class 'URLSession' has non-sendable type 'URLSession._MultiHandle'
fileprivate let multiHandle: URLSession._MultiHandle
^
FoundationNetworking.URLSession (internal):2:26: note: class '_MultiHandle' does not conform to the 'Sendable' protocol
final internal class _MultiHandle {
^
FoundationNetworking.URLSession (fileprivate):4:21: warning: stored property 'nextTaskIdentifier' of 'Sendable'-conforming class 'URLSession' is mutable
fileprivate var nextTaskIdentifier: Int
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:21:1: error: type 'URLSession' does not conform to protocol 'URLSessionProtocol'
extension URLSession: URLSessionProtocol {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:18:10: note: protocol requires function 'data(for:delegate:)' with type '(URLRequest, (any URLSessionTaskDelegate)?) async throws -> (Data, URLResponse)'; add a stub for conformance
func data(for request: URLRequest, delegate: (any URLSessionTaskDelegate)?) async throws -> (Data, URLResponse)
^
[198/223] Compiling OpenAI URLSessionCombine.swift
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/StreamingSession.swift:95:83: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
sslDelegate.urlSession(session, didReceive: challenge, completionHandler: completionHandler)
^
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/StreamingSession.swift:92:9: note: parameter 'completionHandler' is implicitly non-sendable
completionHandler: @escaping (URLSession.AuthChallengeDisposition, URLCredential?) -> Void
^
@Sendable
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionDataTaskProtocol.swift:18:1: warning: conformance to 'Sendable' must occur in the same source file as class 'URLSessionTask'; use '@unchecked Sendable' for retroactive conformance
extension URLSessionTask: URLSessionTaskProtocol {}
^
FoundationNetworking.URLSessionTask:2:14: warning: stored property 'countOfBytesClientExpectsToReceive' of 'Sendable'-conforming class 'URLSessionTask' is mutable
open var countOfBytesClientExpectsToReceive: Int64 { get set }
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:21:1: warning: conformance to 'Sendable' must occur in the same source file as class 'URLSession'; use '@unchecked Sendable' for retroactive conformance
extension URLSession: URLSessionProtocol {
^
FoundationNetworking.URLSession (internal):2:18: warning: stored property '_configuration' of 'Sendable'-conforming class 'URLSession' has non-sendable type 'URLSession._Configuration'
internal let _configuration: URLSession._Configuration
^
FoundationNetworking.URLSession (internal):2:21: note: struct '_Configuration' does not conform to the 'Sendable' protocol
internal struct _Configuration {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:10:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
FoundationNetworking.URLSession (fileprivate):3:21: warning: stored property 'multiHandle' of 'Sendable'-conforming class 'URLSession' has non-sendable type 'URLSession._MultiHandle'
fileprivate let multiHandle: URLSession._MultiHandle
^
FoundationNetworking.URLSession (internal):2:26: note: class '_MultiHandle' does not conform to the 'Sendable' protocol
final internal class _MultiHandle {
^
FoundationNetworking.URLSession (fileprivate):4:21: warning: stored property 'nextTaskIdentifier' of 'Sendable'-conforming class 'URLSession' is mutable
fileprivate var nextTaskIdentifier: Int
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:21:1: error: type 'URLSession' does not conform to protocol 'URLSessionProtocol'
extension URLSession: URLSessionProtocol {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:18:10: note: protocol requires function 'data(for:delegate:)' with type '(URLRequest, (any URLSessionTaskDelegate)?) async throws -> (Data, URLResponse)'; add a stub for conformance
func data(for request: URLRequest, delegate: (any URLSessionTaskDelegate)?) async throws -> (Data, URLResponse)
^
[199/223] Compiling OpenAI URLSessionDataDelegateForwarder.swift
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/StreamingSession.swift:95:83: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
sslDelegate.urlSession(session, didReceive: challenge, completionHandler: completionHandler)
^
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/StreamingSession.swift:92:9: note: parameter 'completionHandler' is implicitly non-sendable
completionHandler: @escaping (URLSession.AuthChallengeDisposition, URLCredential?) -> Void
^
@Sendable
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionDataTaskProtocol.swift:18:1: warning: conformance to 'Sendable' must occur in the same source file as class 'URLSessionTask'; use '@unchecked Sendable' for retroactive conformance
extension URLSessionTask: URLSessionTaskProtocol {}
^
FoundationNetworking.URLSessionTask:2:14: warning: stored property 'countOfBytesClientExpectsToReceive' of 'Sendable'-conforming class 'URLSessionTask' is mutable
open var countOfBytesClientExpectsToReceive: Int64 { get set }
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:21:1: warning: conformance to 'Sendable' must occur in the same source file as class 'URLSession'; use '@unchecked Sendable' for retroactive conformance
extension URLSession: URLSessionProtocol {
^
FoundationNetworking.URLSession (internal):2:18: warning: stored property '_configuration' of 'Sendable'-conforming class 'URLSession' has non-sendable type 'URLSession._Configuration'
internal let _configuration: URLSession._Configuration
^
FoundationNetworking.URLSession (internal):2:21: note: struct '_Configuration' does not conform to the 'Sendable' protocol
internal struct _Configuration {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:10:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
FoundationNetworking.URLSession (fileprivate):3:21: warning: stored property 'multiHandle' of 'Sendable'-conforming class 'URLSession' has non-sendable type 'URLSession._MultiHandle'
fileprivate let multiHandle: URLSession._MultiHandle
^
FoundationNetworking.URLSession (internal):2:26: note: class '_MultiHandle' does not conform to the 'Sendable' protocol
final internal class _MultiHandle {
^
FoundationNetworking.URLSession (fileprivate):4:21: warning: stored property 'nextTaskIdentifier' of 'Sendable'-conforming class 'URLSession' is mutable
fileprivate var nextTaskIdentifier: Int
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:21:1: error: type 'URLSession' does not conform to protocol 'URLSessionProtocol'
extension URLSession: URLSessionProtocol {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:18:10: note: protocol requires function 'data(for:delegate:)' with type '(URLRequest, (any URLSessionTaskDelegate)?) async throws -> (Data, URLResponse)'; add a stub for conformance
func data(for request: URLRequest, delegate: (any URLSessionTaskDelegate)?) async throws -> (Data, URLResponse)
^
[200/223] Compiling OpenAI URLSessionDataTaskProtocol.swift
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/StreamingSession.swift:95:83: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
sslDelegate.urlSession(session, didReceive: challenge, completionHandler: completionHandler)
^
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/StreamingSession.swift:92:9: note: parameter 'completionHandler' is implicitly non-sendable
completionHandler: @escaping (URLSession.AuthChallengeDisposition, URLCredential?) -> Void
^
@Sendable
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionDataTaskProtocol.swift:18:1: warning: conformance to 'Sendable' must occur in the same source file as class 'URLSessionTask'; use '@unchecked Sendable' for retroactive conformance
extension URLSessionTask: URLSessionTaskProtocol {}
^
FoundationNetworking.URLSessionTask:2:14: warning: stored property 'countOfBytesClientExpectsToReceive' of 'Sendable'-conforming class 'URLSessionTask' is mutable
open var countOfBytesClientExpectsToReceive: Int64 { get set }
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:21:1: warning: conformance to 'Sendable' must occur in the same source file as class 'URLSession'; use '@unchecked Sendable' for retroactive conformance
extension URLSession: URLSessionProtocol {
^
FoundationNetworking.URLSession (internal):2:18: warning: stored property '_configuration' of 'Sendable'-conforming class 'URLSession' has non-sendable type 'URLSession._Configuration'
internal let _configuration: URLSession._Configuration
^
FoundationNetworking.URLSession (internal):2:21: note: struct '_Configuration' does not conform to the 'Sendable' protocol
internal struct _Configuration {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:10:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
FoundationNetworking.URLSession (fileprivate):3:21: warning: stored property 'multiHandle' of 'Sendable'-conforming class 'URLSession' has non-sendable type 'URLSession._MultiHandle'
fileprivate let multiHandle: URLSession._MultiHandle
^
FoundationNetworking.URLSession (internal):2:26: note: class '_MultiHandle' does not conform to the 'Sendable' protocol
final internal class _MultiHandle {
^
FoundationNetworking.URLSession (fileprivate):4:21: warning: stored property 'nextTaskIdentifier' of 'Sendable'-conforming class 'URLSession' is mutable
fileprivate var nextTaskIdentifier: Int
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:21:1: error: type 'URLSession' does not conform to protocol 'URLSessionProtocol'
extension URLSession: URLSessionProtocol {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:18:10: note: protocol requires function 'data(for:delegate:)' with type '(URLRequest, (any URLSessionTaskDelegate)?) async throws -> (Data, URLResponse)'; add a stub for conformance
func data(for request: URLRequest, delegate: (any URLSessionTaskDelegate)?) async throws -> (Data, URLResponse)
^
[201/223] Compiling OpenAI URLSessionDataTaskPublisherProtocol.swift
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/StreamingSession.swift:95:83: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
sslDelegate.urlSession(session, didReceive: challenge, completionHandler: completionHandler)
^
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/StreamingSession.swift:92:9: note: parameter 'completionHandler' is implicitly non-sendable
completionHandler: @escaping (URLSession.AuthChallengeDisposition, URLCredential?) -> Void
^
@Sendable
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionDataTaskProtocol.swift:18:1: warning: conformance to 'Sendable' must occur in the same source file as class 'URLSessionTask'; use '@unchecked Sendable' for retroactive conformance
extension URLSessionTask: URLSessionTaskProtocol {}
^
FoundationNetworking.URLSessionTask:2:14: warning: stored property 'countOfBytesClientExpectsToReceive' of 'Sendable'-conforming class 'URLSessionTask' is mutable
open var countOfBytesClientExpectsToReceive: Int64 { get set }
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:21:1: warning: conformance to 'Sendable' must occur in the same source file as class 'URLSession'; use '@unchecked Sendable' for retroactive conformance
extension URLSession: URLSessionProtocol {
^
FoundationNetworking.URLSession (internal):2:18: warning: stored property '_configuration' of 'Sendable'-conforming class 'URLSession' has non-sendable type 'URLSession._Configuration'
internal let _configuration: URLSession._Configuration
^
FoundationNetworking.URLSession (internal):2:21: note: struct '_Configuration' does not conform to the 'Sendable' protocol
internal struct _Configuration {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:10:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
FoundationNetworking.URLSession (fileprivate):3:21: warning: stored property 'multiHandle' of 'Sendable'-conforming class 'URLSession' has non-sendable type 'URLSession._MultiHandle'
fileprivate let multiHandle: URLSession._MultiHandle
^
FoundationNetworking.URLSession (internal):2:26: note: class '_MultiHandle' does not conform to the 'Sendable' protocol
final internal class _MultiHandle {
^
FoundationNetworking.URLSession (fileprivate):4:21: warning: stored property 'nextTaskIdentifier' of 'Sendable'-conforming class 'URLSession' is mutable
fileprivate var nextTaskIdentifier: Int
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:21:1: error: type 'URLSession' does not conform to protocol 'URLSessionProtocol'
extension URLSession: URLSessionProtocol {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:18:10: note: protocol requires function 'data(for:delegate:)' with type '(URLRequest, (any URLSessionTaskDelegate)?) async throws -> (Data, URLResponse)'; add a stub for conformance
func data(for request: URLRequest, delegate: (any URLSessionTaskDelegate)?) async throws -> (Data, URLResponse)
^
[202/223] Compiling OpenAI URLSessionDataTaskStore.swift
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/StreamingSession.swift:95:83: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
sslDelegate.urlSession(session, didReceive: challenge, completionHandler: completionHandler)
^
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/StreamingSession.swift:92:9: note: parameter 'completionHandler' is implicitly non-sendable
completionHandler: @escaping (URLSession.AuthChallengeDisposition, URLCredential?) -> Void
^
@Sendable
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionDataTaskProtocol.swift:18:1: warning: conformance to 'Sendable' must occur in the same source file as class 'URLSessionTask'; use '@unchecked Sendable' for retroactive conformance
extension URLSessionTask: URLSessionTaskProtocol {}
^
FoundationNetworking.URLSessionTask:2:14: warning: stored property 'countOfBytesClientExpectsToReceive' of 'Sendable'-conforming class 'URLSessionTask' is mutable
open var countOfBytesClientExpectsToReceive: Int64 { get set }
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:21:1: warning: conformance to 'Sendable' must occur in the same source file as class 'URLSession'; use '@unchecked Sendable' for retroactive conformance
extension URLSession: URLSessionProtocol {
^
FoundationNetworking.URLSession (internal):2:18: warning: stored property '_configuration' of 'Sendable'-conforming class 'URLSession' has non-sendable type 'URLSession._Configuration'
internal let _configuration: URLSession._Configuration
^
FoundationNetworking.URLSession (internal):2:21: note: struct '_Configuration' does not conform to the 'Sendable' protocol
internal struct _Configuration {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:10:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
FoundationNetworking.URLSession (fileprivate):3:21: warning: stored property 'multiHandle' of 'Sendable'-conforming class 'URLSession' has non-sendable type 'URLSession._MultiHandle'
fileprivate let multiHandle: URLSession._MultiHandle
^
FoundationNetworking.URLSession (internal):2:26: note: class '_MultiHandle' does not conform to the 'Sendable' protocol
final internal class _MultiHandle {
^
FoundationNetworking.URLSession (fileprivate):4:21: warning: stored property 'nextTaskIdentifier' of 'Sendable'-conforming class 'URLSession' is mutable
fileprivate var nextTaskIdentifier: Int
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:21:1: error: type 'URLSession' does not conform to protocol 'URLSessionProtocol'
extension URLSession: URLSessionProtocol {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:18:10: note: protocol requires function 'data(for:delegate:)' with type '(URLRequest, (any URLSessionTaskDelegate)?) async throws -> (Data, URLResponse)'; add a stub for conformance
func data(for request: URLRequest, delegate: (any URLSessionTaskDelegate)?) async throws -> (Data, URLResponse)
^
[203/223] Compiling OpenAI URLSessionDelegateProtocol.swift
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/StreamingSession.swift:95:83: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
sslDelegate.urlSession(session, didReceive: challenge, completionHandler: completionHandler)
^
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/StreamingSession.swift:92:9: note: parameter 'completionHandler' is implicitly non-sendable
completionHandler: @escaping (URLSession.AuthChallengeDisposition, URLCredential?) -> Void
^
@Sendable
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionDataTaskProtocol.swift:18:1: warning: conformance to 'Sendable' must occur in the same source file as class 'URLSessionTask'; use '@unchecked Sendable' for retroactive conformance
extension URLSessionTask: URLSessionTaskProtocol {}
^
FoundationNetworking.URLSessionTask:2:14: warning: stored property 'countOfBytesClientExpectsToReceive' of 'Sendable'-conforming class 'URLSessionTask' is mutable
open var countOfBytesClientExpectsToReceive: Int64 { get set }
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:21:1: warning: conformance to 'Sendable' must occur in the same source file as class 'URLSession'; use '@unchecked Sendable' for retroactive conformance
extension URLSession: URLSessionProtocol {
^
FoundationNetworking.URLSession (internal):2:18: warning: stored property '_configuration' of 'Sendable'-conforming class 'URLSession' has non-sendable type 'URLSession._Configuration'
internal let _configuration: URLSession._Configuration
^
FoundationNetworking.URLSession (internal):2:21: note: struct '_Configuration' does not conform to the 'Sendable' protocol
internal struct _Configuration {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:10:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
FoundationNetworking.URLSession (fileprivate):3:21: warning: stored property 'multiHandle' of 'Sendable'-conforming class 'URLSession' has non-sendable type 'URLSession._MultiHandle'
fileprivate let multiHandle: URLSession._MultiHandle
^
FoundationNetworking.URLSession (internal):2:26: note: class '_MultiHandle' does not conform to the 'Sendable' protocol
final internal class _MultiHandle {
^
FoundationNetworking.URLSession (fileprivate):4:21: warning: stored property 'nextTaskIdentifier' of 'Sendable'-conforming class 'URLSession' is mutable
fileprivate var nextTaskIdentifier: Int
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:21:1: error: type 'URLSession' does not conform to protocol 'URLSessionProtocol'
extension URLSession: URLSessionProtocol {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:18:10: note: protocol requires function 'data(for:delegate:)' with type '(URLRequest, (any URLSessionTaskDelegate)?) async throws -> (Data, URLResponse)'; add a stub for conformance
func data(for request: URLRequest, delegate: (any URLSessionTaskDelegate)?) async throws -> (Data, URLResponse)
^
[204/223] Compiling OpenAI URLSessionFactory.swift
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/StreamingSession.swift:95:83: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
sslDelegate.urlSession(session, didReceive: challenge, completionHandler: completionHandler)
^
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/StreamingSession.swift:92:9: note: parameter 'completionHandler' is implicitly non-sendable
completionHandler: @escaping (URLSession.AuthChallengeDisposition, URLCredential?) -> Void
^
@Sendable
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionDataTaskProtocol.swift:18:1: warning: conformance to 'Sendable' must occur in the same source file as class 'URLSessionTask'; use '@unchecked Sendable' for retroactive conformance
extension URLSessionTask: URLSessionTaskProtocol {}
^
FoundationNetworking.URLSessionTask:2:14: warning: stored property 'countOfBytesClientExpectsToReceive' of 'Sendable'-conforming class 'URLSessionTask' is mutable
open var countOfBytesClientExpectsToReceive: Int64 { get set }
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:21:1: warning: conformance to 'Sendable' must occur in the same source file as class 'URLSession'; use '@unchecked Sendable' for retroactive conformance
extension URLSession: URLSessionProtocol {
^
FoundationNetworking.URLSession (internal):2:18: warning: stored property '_configuration' of 'Sendable'-conforming class 'URLSession' has non-sendable type 'URLSession._Configuration'
internal let _configuration: URLSession._Configuration
^
FoundationNetworking.URLSession (internal):2:21: note: struct '_Configuration' does not conform to the 'Sendable' protocol
internal struct _Configuration {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:10:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
FoundationNetworking.URLSession (fileprivate):3:21: warning: stored property 'multiHandle' of 'Sendable'-conforming class 'URLSession' has non-sendable type 'URLSession._MultiHandle'
fileprivate let multiHandle: URLSession._MultiHandle
^
FoundationNetworking.URLSession (internal):2:26: note: class '_MultiHandle' does not conform to the 'Sendable' protocol
final internal class _MultiHandle {
^
FoundationNetworking.URLSession (fileprivate):4:21: warning: stored property 'nextTaskIdentifier' of 'Sendable'-conforming class 'URLSession' is mutable
fileprivate var nextTaskIdentifier: Int
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:21:1: error: type 'URLSession' does not conform to protocol 'URLSessionProtocol'
extension URLSession: URLSessionProtocol {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:18:10: note: protocol requires function 'data(for:delegate:)' with type '(URLRequest, (any URLSessionTaskDelegate)?) async throws -> (Data, URLResponse)'; add a stub for conformance
func data(for request: URLRequest, delegate: (any URLSessionTaskDelegate)?) async throws -> (Data, URLResponse)
^
[205/223] Compiling OpenAI URLSessionProtocol+MakeDataTask.swift
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/StreamingSession.swift:95:83: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
sslDelegate.urlSession(session, didReceive: challenge, completionHandler: completionHandler)
^
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/StreamingSession.swift:92:9: note: parameter 'completionHandler' is implicitly non-sendable
completionHandler: @escaping (URLSession.AuthChallengeDisposition, URLCredential?) -> Void
^
@Sendable
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionDataTaskProtocol.swift:18:1: warning: conformance to 'Sendable' must occur in the same source file as class 'URLSessionTask'; use '@unchecked Sendable' for retroactive conformance
extension URLSessionTask: URLSessionTaskProtocol {}
^
FoundationNetworking.URLSessionTask:2:14: warning: stored property 'countOfBytesClientExpectsToReceive' of 'Sendable'-conforming class 'URLSessionTask' is mutable
open var countOfBytesClientExpectsToReceive: Int64 { get set }
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:21:1: warning: conformance to 'Sendable' must occur in the same source file as class 'URLSession'; use '@unchecked Sendable' for retroactive conformance
extension URLSession: URLSessionProtocol {
^
FoundationNetworking.URLSession (internal):2:18: warning: stored property '_configuration' of 'Sendable'-conforming class 'URLSession' has non-sendable type 'URLSession._Configuration'
internal let _configuration: URLSession._Configuration
^
FoundationNetworking.URLSession (internal):2:21: note: struct '_Configuration' does not conform to the 'Sendable' protocol
internal struct _Configuration {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:10:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
FoundationNetworking.URLSession (fileprivate):3:21: warning: stored property 'multiHandle' of 'Sendable'-conforming class 'URLSession' has non-sendable type 'URLSession._MultiHandle'
fileprivate let multiHandle: URLSession._MultiHandle
^
FoundationNetworking.URLSession (internal):2:26: note: class '_MultiHandle' does not conform to the 'Sendable' protocol
final internal class _MultiHandle {
^
FoundationNetworking.URLSession (fileprivate):4:21: warning: stored property 'nextTaskIdentifier' of 'Sendable'-conforming class 'URLSession' is mutable
fileprivate var nextTaskIdentifier: Int
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:21:1: error: type 'URLSession' does not conform to protocol 'URLSessionProtocol'
extension URLSession: URLSessionProtocol {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:18:10: note: protocol requires function 'data(for:delegate:)' with type '(URLRequest, (any URLSessionTaskDelegate)?) async throws -> (Data, URLResponse)'; add a stub for conformance
func data(for request: URLRequest, delegate: (any URLSessionTaskDelegate)?) async throws -> (Data, URLResponse)
^
[206/223] Compiling OpenAI URLSessionProtocol.swift
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/StreamingSession.swift:95:83: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
sslDelegate.urlSession(session, didReceive: challenge, completionHandler: completionHandler)
^
/host/spi-builder-workspace/Sources/OpenAI/Private/Streaming/StreamingSession.swift:92:9: note: parameter 'completionHandler' is implicitly non-sendable
completionHandler: @escaping (URLSession.AuthChallengeDisposition, URLCredential?) -> Void
^
@Sendable
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionDataTaskProtocol.swift:18:1: warning: conformance to 'Sendable' must occur in the same source file as class 'URLSessionTask'; use '@unchecked Sendable' for retroactive conformance
extension URLSessionTask: URLSessionTaskProtocol {}
^
FoundationNetworking.URLSessionTask:2:14: warning: stored property 'countOfBytesClientExpectsToReceive' of 'Sendable'-conforming class 'URLSessionTask' is mutable
open var countOfBytesClientExpectsToReceive: Int64 { get set }
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:21:1: warning: conformance to 'Sendable' must occur in the same source file as class 'URLSession'; use '@unchecked Sendable' for retroactive conformance
extension URLSession: URLSessionProtocol {
^
FoundationNetworking.URLSession (internal):2:18: warning: stored property '_configuration' of 'Sendable'-conforming class 'URLSession' has non-sendable type 'URLSession._Configuration'
internal let _configuration: URLSession._Configuration
^
FoundationNetworking.URLSession (internal):2:21: note: struct '_Configuration' does not conform to the 'Sendable' protocol
internal struct _Configuration {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:10:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
FoundationNetworking.URLSession (fileprivate):3:21: warning: stored property 'multiHandle' of 'Sendable'-conforming class 'URLSession' has non-sendable type 'URLSession._MultiHandle'
fileprivate let multiHandle: URLSession._MultiHandle
^
FoundationNetworking.URLSession (internal):2:26: note: class '_MultiHandle' does not conform to the 'Sendable' protocol
final internal class _MultiHandle {
^
FoundationNetworking.URLSession (fileprivate):4:21: warning: stored property 'nextTaskIdentifier' of 'Sendable'-conforming class 'URLSession' is mutable
fileprivate var nextTaskIdentifier: Int
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:21:1: error: type 'URLSession' does not conform to protocol 'URLSessionProtocol'
extension URLSession: URLSessionProtocol {
^
/host/spi-builder-workspace/Sources/OpenAI/Private/URLSessionProtocol.swift:18:10: note: protocol requires function 'data(for:delegate:)' with type '(URLRequest, (any URLSessionTaskDelegate)?) async throws -> (Data, URLResponse)'; add a stub for conformance
func data(for request: URLRequest, delegate: (any URLSessionTaskDelegate)?) async throws -> (Data, URLResponse)
^
[207/223] Compiling OpenAI ResponsesEndpointProtocol.swift
/host/spi-builder-workspace/Sources/OpenAI/Public/Schemas/Generated/Components.swift:10:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/OpenAI/Public/Schemas/Generated/Components.swift:11:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/OpenAI/Public/Schemas/Generated/Components.swift:12:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[208/223] Compiling OpenAI EasyInputMessage.swift
/host/spi-builder-workspace/Sources/OpenAI/Public/Schemas/Generated/Components.swift:10:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/OpenAI/Public/Schemas/Generated/Components.swift:11:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/OpenAI/Public/Schemas/Generated/Components.swift:12:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[209/223] Compiling OpenAI FunctionTool.swift
/host/spi-builder-workspace/Sources/OpenAI/Public/Schemas/Generated/Components.swift:10:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/OpenAI/Public/Schemas/Generated/Components.swift:11:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/OpenAI/Public/Schemas/Generated/Components.swift:12:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[210/223] Compiling OpenAI InputContent.swift
/host/spi-builder-workspace/Sources/OpenAI/Public/Schemas/Generated/Components.swift:10:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/OpenAI/Public/Schemas/Generated/Components.swift:11:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/OpenAI/Public/Schemas/Generated/Components.swift:12:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[211/223] Compiling OpenAI InputImage.swift
/host/spi-builder-workspace/Sources/OpenAI/Public/Schemas/Generated/Components.swift:10:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/OpenAI/Public/Schemas/Generated/Components.swift:11:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/OpenAI/Public/Schemas/Generated/Components.swift:12:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[212/223] Compiling OpenAI InputItem.swift
/host/spi-builder-workspace/Sources/OpenAI/Public/Schemas/Generated/Components.swift:10:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/OpenAI/Public/Schemas/Generated/Components.swift:11:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/OpenAI/Public/Schemas/Generated/Components.swift:12:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[213/223] Compiling OpenAI ResponseOutputItemAddedEvent.swift
/host/spi-builder-workspace/Sources/OpenAI/Public/Schemas/Generated/Components.swift:10:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/OpenAI/Public/Schemas/Generated/Components.swift:11:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/OpenAI/Public/Schemas/Generated/Components.swift:12:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[214/223] Compiling OpenAI ResponseOutputItemDoneEvent.swift
/host/spi-builder-workspace/Sources/OpenAI/Public/Schemas/Generated/Components.swift:10:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/OpenAI/Public/Schemas/Generated/Components.swift:11:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/OpenAI/Public/Schemas/Generated/Components.swift:12:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[215/223] Compiling OpenAI Tool.swift
/host/spi-builder-workspace/Sources/OpenAI/Public/Schemas/Generated/Components.swift:10:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/OpenAI/Public/Schemas/Generated/Components.swift:11:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/OpenAI/Public/Schemas/Generated/Components.swift:12:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[216/223] Compiling OpenAI OutputItem.swift
/host/spi-builder-workspace/Sources/OpenAI/Public/Schemas/Generated/Components.swift:10:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/OpenAI/Public/Schemas/Generated/Components.swift:11:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/OpenAI/Public/Schemas/Generated/Components.swift:12:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[217/223] Compiling OpenAI ResponseStreamEvent.swift
/host/spi-builder-workspace/Sources/OpenAI/Public/Schemas/Generated/Components.swift:10:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/OpenAI/Public/Schemas/Generated/Components.swift:11:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/OpenAI/Public/Schemas/Generated/Components.swift:12:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[218/223] Compiling OpenAI Components.swift
/host/spi-builder-workspace/Sources/OpenAI/Public/Schemas/Generated/Components.swift:10:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/OpenAI/Public/Schemas/Generated/Components.swift:11:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/OpenAI/Public/Schemas/Generated/Components.swift:12:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[219/223] Compiling OpenAI ParsingOptions.swift
/host/spi-builder-workspace/Sources/OpenAI/Public/Schemas/Generated/Components.swift:10:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/OpenAI/Public/Schemas/Generated/Components.swift:11:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/OpenAI/Public/Schemas/Generated/Components.swift:12:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[220/223] Compiling OpenAI Utilities.swift
/host/spi-builder-workspace/Sources/OpenAI/Public/Schemas/Generated/Components.swift:10:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/OpenAI/Public/Schemas/Generated/Components.swift:11:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/OpenAI/Public/Schemas/Generated/Components.swift:12:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[221/223] Compiling OpenAI ResponsesEndpoint+Async.swift
/host/spi-builder-workspace/Sources/OpenAI/Public/Schemas/Generated/Components.swift:10:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/OpenAI/Public/Schemas/Generated/Components.swift:11:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/OpenAI/Public/Schemas/Generated/Components.swift:12:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[222/223] Compiling OpenAI ResponsesEndpoint+Combine.swift
/host/spi-builder-workspace/Sources/OpenAI/Public/Schemas/Generated/Components.swift:10:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/OpenAI/Public/Schemas/Generated/Components.swift:11:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/OpenAI/Public/Schemas/Generated/Components.swift:12:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[223/223] Compiling OpenAI ResponsesEndpoint.swift
/host/spi-builder-workspace/Sources/OpenAI/Public/Schemas/Generated/Components.swift:10:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/OpenAI/Public/Schemas/Generated/Components.swift:11:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/OpenAI/Public/Schemas/Generated/Components.swift:12:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
error: fatalError
BUILD FAILURE 5.10 linux