Build Information
Successful build of OpenAI, reference main (d6b627
), with Swift 6.1 for macOS (SPM) on 11 Jun 2025 22:34:15 UTC.
Swift 6 data race errors: 1
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
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 /Users/admin/builder/spi-builder-workspace/.git/
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
Fetching https://github.com/apple/swift-openapi-runtime
Fetching https://github.com/apple/swift-http-types from cache
[1/5679] Fetching swift-openapi-runtime
Fetched https://github.com/apple/swift-openapi-runtime from cache (1.04s)
Fetched https://github.com/apple/swift-http-types from cache (1.04s)
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
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.3.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "openai",
"name": "OpenAI",
"url": "https://github.com/MacPaw/OpenAI.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/OpenAI",
"dependencies": [
{
"identity": "swift-openapi-runtime",
"name": "swift-openapi-runtime",
"url": "https://github.com/apple/swift-openapi-runtime",
"version": "1.8.2",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-openapi-runtime",
"dependencies": [
{
"identity": "swift-http-types",
"name": "swift-http-types",
"url": "https://github.com/apple/swift-http-types",
"version": "1.4.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-http-types",
"dependencies": [
]
}
]
}
]
}
]
}
Fetching https://github.com/MacPaw/OpenAI.git
[1/7040] Fetching openai
Fetched https://github.com/MacPaw/OpenAI.git from cache (1.07s)
Fetching https://github.com/apple/swift-openapi-runtime from cache
Fetched https://github.com/apple/swift-openapi-runtime from cache (0.44s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.8.2 (0.92s)
Fetching https://github.com/apple/swift-http-types from cache
Fetched https://github.com/apple/swift-http-types from cache (0.61s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (1.11s)
Creating working copy for https://github.com/MacPaw/OpenAI.git
Working copy of https://github.com/MacPaw/OpenAI.git resolved at main (d6b6271)
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
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
warning: '.resolve-product-dependencies': dependency 'openai' is not used by any target
Found 1 product dependencies
- swift-openapi-runtime
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/MacPaw/OpenAI.git
https://github.com/MacPaw/OpenAI.git
{
"dependencies" : [
{
"identity" : "swift-openapi-runtime",
"requirement" : {
"range" : [
{
"lower_bound" : "1.8.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-openapi-runtime"
}
],
"manifest_display_name" : "OpenAI",
"name" : "OpenAI",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "OpenAI",
"targets" : [
"OpenAI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OpenAITests",
"module_type" : "SwiftTarget",
"name" : "OpenAITests",
"path" : "Tests/OpenAITests",
"sources" : [
"ChatQueryCodingTests.swift",
"ChatResultTests.swift",
"ChatStreamResultTests.swift",
"Extensions/AssistantResult+Mock.swift",
"Extensions/AssistantsQuery+Mock.swift",
"Extensions/AudioSpeechQuery+Mock.swift",
"Extensions/ChatResult+Mock.swift",
"Extensions/XCTestCase+Extensions.swift",
"MockServerSentEvent.swift",
"Mocks/ChatCompletionToolParam+Mock.swift",
"Mocks/ChatResult+MockJson.swift",
"Mocks/DataTaskMock.swift",
"Mocks/MockCancellablesFactory.swift",
"Mocks/MockDataTaskPublisher.swift",
"Mocks/MockStreamingSessionFactory.swift",
"Mocks/MockURLSessionFactory.swift",
"Mocks/MovieInfo.swift",
"Mocks/NeverURLSessionMock.swift",
"Mocks/URLSessionMock.swift",
"Mocks/WorkSimulatingMockMiddleware.swift",
"ModelResponseEventsStreamInterpreterTests.swift",
"OpenAIStreamingTests.swift",
"OpenAITests.swift",
"OpenAITestsCombine.swift",
"OpenAITestsDecoder.swift",
"ResponsesEndpointTests.swift",
"ServerSentEventsParserTests.swift",
"ServerSentEventsStreamInterpreterTests.swift",
"ServerSentEventsStreamParserTests.swift",
"StreamingSessionIntegrationTests.swift",
"StreamingSessionTests.swift"
],
"target_dependencies" : [
"OpenAI"
],
"type" : "test"
},
{
"c99name" : "OpenAI",
"module_type" : "SwiftTarget",
"name" : "OpenAI",
"path" : "Sources/OpenAI",
"product_dependencies" : [
"OpenAPIRuntime"
],
"product_memberships" : [
"OpenAI"
],
"sources" : [
"OpenAI+OpenAIAsync.swift",
"OpenAI+OpenAICombine.swift",
"OpenAI.swift",
"Private/AssistantsRequest.swift",
"Private/CancellablesFactory.swift",
"Private/Client/AsyncClient.swift",
"Private/Client/Client.swift",
"Private/Client/CombineClient.swift",
"Private/Client/StreamingClient.swift",
"Private/CodingUserInfoKey+ParsingOptions.swift",
"Private/DataTaskFactory.swift",
"Private/DescribedError.swift",
"Private/DispatchQueue+Static.swift",
"Private/ExecutionSerializer.swift",
"Private/Extensions for generated code/Schemas+Description.swift",
"Private/JSONRequest.swift",
"Private/JSONResponseDecoder.swift",
"Private/JSONResponseErrorDecoder.swift",
"Private/KeyedDecodingContainer+ParsingOptions.swift",
"Private/MultipartFormDataBodyBuilder.swift",
"Private/MultipartFormDataBodyEncodable.swift",
"Private/MultipartFormDataEntry.swift",
"Private/MultipartFormDataRequest.swift",
"Private/OpenAI+MakeRequest.swift",
"Private/SSLDelegateProtocol.swift",
"Private/SendablePassthroughSubject.swift",
"Private/StreamableQuery.swift",
"Private/Streaming/AudioSpeechStreamInterpreter.swift",
"Private/Streaming/CodableResultStreamInterpreter.swift",
"Private/Streaming/DataTaskPerformingURLSession.swift",
"Private/Streaming/InvalidatableSession.swift",
"Private/Streaming/ModelResponseEventsStreamInterpreter.swift",
"Private/Streaming/ModelResponseStreamEventType.swift",
"Private/Streaming/PerformableSession.swift",
"Private/Streaming/ServerSentEventsStreamInterpreter.swift",
"Private/Streaming/ServerSentEventsStreamParser.swift",
"Private/Streaming/ServerSentEventsStreamingSessionFactory.swift",
"Private/Streaming/SessionInvalidator.swift",
"Private/Streaming/StreamingError.swift",
"Private/Streaming/StreamingSession.swift",
"Private/URLBuilder.swift",
"Private/URLComponents+.swift",
"Private/URLRequestBuildable.swift",
"Private/URLResponseHandler.swift",
"Private/URLSessionCombine.swift",
"Private/URLSessionDataDelegateForwarder.swift",
"Private/URLSessionDataTaskProtocol.swift",
"Private/URLSessionDataTaskPublisherProtocol.swift",
"Private/URLSessionDataTaskStore.swift",
"Private/URLSessionDelegateProtocol.swift",
"Private/URLSessionFactory.swift",
"Private/URLSessionProtocol+MakeDataTask.swift",
"Private/URLSessionProtocol.swift",
"Private/URLSessionTaskCanceller.swift",
"Public/Errors/APIError.swift",
"Public/Errors/GeminiAPIError.swift",
"Public/JSONSchema/AnyJSONDocument.swift",
"Public/JSONSchema/AnyJSONSchema.swift",
"Public/JSONSchema/JSONDocument.swift",
"Public/JSONSchema/JSONSchema.swift",
"Public/JSONSchema/JSONSchemaField.swift",
"Public/JSONSchema/JSONSchemaInstanceType.swift",
"Public/Models/AssistantResult.swift",
"Public/Models/AssistantsQuery.swift",
"Public/Models/AssistantsResult.swift",
"Public/Models/AssistantsTool.swift",
"Public/Models/AudioSpeechQuery.swift",
"Public/Models/AudioSpeechResult.swift",
"Public/Models/AudioTranscriptionQuery.swift",
"Public/Models/AudioTranscriptionResult.swift",
"Public/Models/AudioTranscriptionStreamResult.swift",
"Public/Models/AudioTranslationQuery.swift",
"Public/Models/AudioTranslationResult.swift",
"Public/Models/ChatQuery.swift",
"Public/Models/ChatResult.swift",
"Public/Models/ChatStreamResult.swift",
"Public/Models/EmbeddingsQuery.swift",
"Public/Models/EmbeddingsResult.swift",
"Public/Models/FilesQuery.swift",
"Public/Models/FilesResult.swift",
"Public/Models/FunctionDeclaration.swift",
"Public/Models/ImageEditsQuery.swift",
"Public/Models/ImageVariationsQuery.swift",
"Public/Models/ImagesQuery.swift",
"Public/Models/ImagesResult.swift",
"Public/Models/JSONSchemaConvertible.swift",
"Public/Models/JSONSchemaEnumConvertible.swift",
"Public/Models/MessageQuery.swift",
"Public/Models/Models/ModelQuery.swift",
"Public/Models/Models/ModelResult.swift",
"Public/Models/Models/Models.swift",
"Public/Models/Models/ModelsResult.swift",
"Public/Models/ModerationsQuery.swift",
"Public/Models/ModerationsResult.swift",
"Public/Models/Responses/CreateModelResponseQuery.swift",
"Public/Models/Responses/CreateModelResponseQueryInput.swift",
"Public/Models/Responses/DeleteModelResponseQuery.swift",
"Public/Models/Responses/DeleteModelResponseResult.swift",
"Public/Models/Responses/GetModelResponseQuery.swift",
"Public/Models/Responses/ResponseEvent.swift",
"Public/Models/Responses/ResponseObject.swift",
"Public/Models/RunResult.swift",
"Public/Models/RunRetrieveQuery.swift",
"Public/Models/RunRetrieveStepsResult.swift",
"Public/Models/RunToolOutputsQuery.swift",
"Public/Models/RunsQuery.swift",
"Public/Models/ThreadAddMessagesResult.swift",
"Public/Models/ThreadRunQuery.swift",
"Public/Models/ThreadsMessagesResult.swift",
"Public/Models/ThreadsQuery.swift",
"Public/Models/ThreadsResult.swift",
"Public/Models/Types/ChatQueryWebSearchOptions.swift",
"Public/Models/Types/ServiceTier.swift",
"Public/Protocols/CancellableRequest.swift",
"Public/Protocols/OpenAIAsync.swift",
"Public/Protocols/OpenAICombine.swift",
"Public/Protocols/OpenAIMiddleware.swift",
"Public/Protocols/OpenAIProtocol.swift",
"Public/Protocols/ResponsesEndpointAsync.swift",
"Public/Protocols/ResponsesEndpointCombine.swift",
"Public/Protocols/ResponsesEndpointModern.swift",
"Public/Protocols/ResponsesEndpointProtocol.swift",
"Public/Schemas/Edited/EasyInputMessage.swift",
"Public/Schemas/Edited/FunctionTool.swift",
"Public/Schemas/Edited/InputContent.swift",
"Public/Schemas/Edited/InputImage.swift",
"Public/Schemas/Edited/InputItem.swift",
"Public/Schemas/Edited/ResponseOutputItemAddedEvent.swift",
"Public/Schemas/Edited/ResponseOutputItemDoneEvent.swift",
"Public/Schemas/Edited/Tool.swift",
"Public/Schemas/Facade/OutputItem.swift",
"Public/Schemas/Facade/ResponseStreamEvent.swift",
"Public/Schemas/Generated/Components.swift",
"Public/Utilities/ParsingOptions.swift",
"Public/Utilities/Utilities.swift",
"ResponsesEndpoint+Async.swift",
"ResponsesEndpoint+Combine.swift",
"ResponsesEndpoint.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/13] Compiling HTTPTypes HTTPRequest.swift
[6/13] Compiling HTTPTypes ISOLatin1String.swift
[7/13] Compiling HTTPTypes HTTPResponse.swift
[8/13] Compiling HTTPTypes HTTPParsedFields.swift
[9/13] Compiling HTTPTypes NIOLock.swift
[10/13] Compiling HTTPTypes HTTPFieldName.swift
[11/13] Compiling HTTPTypes HTTPFields.swift
[12/13] Compiling HTTPTypes HTTPField.swift
[13/13] Emitting module HTTPTypes
[14/76] Emitting module OpenAPIRuntime
[15/76] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[16/76] Compiling OpenAPIRuntime UndocumentedPayload.swift
[17/76] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[18/76] Compiling OpenAPIRuntime CodableExtensions.swift
[19/76] Compiling OpenAPIRuntime Configuration.swift
[20/76] Compiling OpenAPIRuntime Converter+Client.swift
[21/76] Compiling OpenAPIRuntime Converter+Common.swift
[22/82] Compiling OpenAPIRuntime URIDecoder.swift
[23/82] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[24/82] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[25/82] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[26/82] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[27/82] Compiling OpenAPIRuntime URIEncoder.swift
[28/82] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[29/82] Compiling OpenAPIRuntime MultipartValidation.swift
[30/82] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[31/82] Compiling OpenAPIRuntime URICodeCodingKey.swift
[32/82] Compiling OpenAPIRuntime URICoderConfiguration.swift
[33/82] Compiling OpenAPIRuntime URIEncodedNode.swift
[34/82] Compiling OpenAPIRuntime URIParsedTypes.swift
[35/82] Compiling OpenAPIRuntime Acceptable.swift
[36/82] Compiling OpenAPIRuntime Base64EncodedData.swift
[37/82] Compiling OpenAPIRuntime ByteUtilities.swift
[38/82] Compiling OpenAPIRuntime ContentDisposition.swift
[39/82] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[40/82] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[41/82] Compiling OpenAPIRuntime OpenAPIValue.swift
[42/82] Compiling OpenAPIRuntime URLExtensions.swift
[43/82] Compiling OpenAPIRuntime Deprecated.swift
[44/82] Compiling OpenAPIRuntime ClientError.swift
[45/82] Compiling OpenAPIRuntime CodingErrors.swift
[46/82] Compiling OpenAPIRuntime RuntimeError.swift
[47/82] Compiling OpenAPIRuntime ServerError.swift
[48/82] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[49/82] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[50/82] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[51/82] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[52/82] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[53/82] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[54/82] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[55/82] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[56/82] Compiling OpenAPIRuntime ClientTransport.swift
[57/82] Compiling OpenAPIRuntime CurrencyTypes.swift
[58/82] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[59/82] Compiling OpenAPIRuntime HTTPBody.swift
[60/82] Compiling OpenAPIRuntime ServerTransport.swift
[61/82] Compiling OpenAPIRuntime UniversalClient.swift
[62/82] Compiling OpenAPIRuntime UniversalServer.swift
[63/82] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[64/82] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[65/82] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[66/82] Compiling OpenAPIRuntime ServerSentEvents.swift
[67/82] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[68/82] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[69/82] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[70/82] Compiling OpenAPIRuntime Converter+Server.swift
[71/82] Compiling OpenAPIRuntime Converter.swift
[72/82] Compiling OpenAPIRuntime CurrencyExtensions.swift
[73/82] Compiling OpenAPIRuntime ErrorExtensions.swift
[74/82] Compiling OpenAPIRuntime FoundationExtensions.swift
[75/82] Compiling OpenAPIRuntime ParameterStyles.swift
[76/82] Compiling OpenAPIRuntime ServerVariable.swift
[77/82] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[78/82] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[79/82] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[80/82] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[81/82] Compiling OpenAPIRuntime URIParser.swift
[82/82] Compiling OpenAPIRuntime URISerializer.swift
[83/208] Compiling OpenAI Schemas+Description.swift
[84/208] Compiling OpenAI JSONRequest.swift
[85/208] Compiling OpenAI JSONResponseDecoder.swift
[86/208] Compiling OpenAI JSONResponseErrorDecoder.swift
[87/208] Compiling OpenAI KeyedDecodingContainer+ParsingOptions.swift
[88/208] Compiling OpenAI MultipartFormDataBodyBuilder.swift
[89/208] Compiling OpenAI MultipartFormDataBodyEncodable.swift
[90/208] Compiling OpenAI MultipartFormDataEntry.swift
[91/208] Compiling OpenAI MultipartFormDataRequest.swift
[92/208] Compiling OpenAI OpenAI+MakeRequest.swift
[93/208] Compiling OpenAI SSLDelegateProtocol.swift
[94/208] Compiling OpenAI SendablePassthroughSubject.swift
[95/208] Compiling OpenAI StreamableQuery.swift
[96/208] Compiling OpenAI AudioSpeechStreamInterpreter.swift
[97/221] Compiling OpenAI URLRequestBuildable.swift
[98/221] Compiling OpenAI URLResponseHandler.swift
[99/221] Compiling OpenAI URLSessionCombine.swift
[100/221] Compiling OpenAI URLSessionDataDelegateForwarder.swift
[101/221] Compiling OpenAI URLSessionDataTaskProtocol.swift
[102/221] Compiling OpenAI URLSessionDataTaskPublisherProtocol.swift
[103/221] Compiling OpenAI URLSessionDataTaskStore.swift
[104/221] Compiling OpenAI URLSessionDelegateProtocol.swift
[105/221] Compiling OpenAI URLSessionFactory.swift
[106/221] Compiling OpenAI URLSessionProtocol+MakeDataTask.swift
[107/221] Compiling OpenAI URLSessionProtocol.swift
[108/221] Compiling OpenAI URLSessionTaskCanceller.swift
[109/221] Compiling OpenAI APIError.swift
[110/221] Compiling OpenAI GeminiAPIError.swift
[111/221] Compiling OpenAI CodableResultStreamInterpreter.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenAI/Private/Streaming/StreamingSession.swift:95:83: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
90 | _ session: URLSession,
91 | didReceive challenge: URLAuthenticationChallenge,
92 | completionHandler: @escaping (URLSession.AuthChallengeDisposition, URLCredential?) -> Void
| `- note: parameter 'completionHandler' is implicitly non-sendable
93 | ) {
94 | guard let sslDelegate else { return completionHandler(.performDefaultHandling, nil) }
95 | sslDelegate.urlSession(session, didReceive: challenge, completionHandler: completionHandler)
| `- warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
96 | }
97 |
[112/221] Compiling OpenAI DataTaskPerformingURLSession.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenAI/Private/Streaming/StreamingSession.swift:95:83: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
90 | _ session: URLSession,
91 | didReceive challenge: URLAuthenticationChallenge,
92 | completionHandler: @escaping (URLSession.AuthChallengeDisposition, URLCredential?) -> Void
| `- note: parameter 'completionHandler' is implicitly non-sendable
93 | ) {
94 | guard let sslDelegate else { return completionHandler(.performDefaultHandling, nil) }
95 | sslDelegate.urlSession(session, didReceive: challenge, completionHandler: completionHandler)
| `- warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
96 | }
97 |
[113/221] Compiling OpenAI InvalidatableSession.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenAI/Private/Streaming/StreamingSession.swift:95:83: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
90 | _ session: URLSession,
91 | didReceive challenge: URLAuthenticationChallenge,
92 | completionHandler: @escaping (URLSession.AuthChallengeDisposition, URLCredential?) -> Void
| `- note: parameter 'completionHandler' is implicitly non-sendable
93 | ) {
94 | guard let sslDelegate else { return completionHandler(.performDefaultHandling, nil) }
95 | sslDelegate.urlSession(session, didReceive: challenge, completionHandler: completionHandler)
| `- warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
96 | }
97 |
[114/221] Compiling OpenAI ModelResponseEventsStreamInterpreter.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenAI/Private/Streaming/StreamingSession.swift:95:83: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
90 | _ session: URLSession,
91 | didReceive challenge: URLAuthenticationChallenge,
92 | completionHandler: @escaping (URLSession.AuthChallengeDisposition, URLCredential?) -> Void
| `- note: parameter 'completionHandler' is implicitly non-sendable
93 | ) {
94 | guard let sslDelegate else { return completionHandler(.performDefaultHandling, nil) }
95 | sslDelegate.urlSession(session, didReceive: challenge, completionHandler: completionHandler)
| `- warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
96 | }
97 |
[115/221] Compiling OpenAI ModelResponseStreamEventType.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenAI/Private/Streaming/StreamingSession.swift:95:83: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
90 | _ session: URLSession,
91 | didReceive challenge: URLAuthenticationChallenge,
92 | completionHandler: @escaping (URLSession.AuthChallengeDisposition, URLCredential?) -> Void
| `- note: parameter 'completionHandler' is implicitly non-sendable
93 | ) {
94 | guard let sslDelegate else { return completionHandler(.performDefaultHandling, nil) }
95 | sslDelegate.urlSession(session, didReceive: challenge, completionHandler: completionHandler)
| `- warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
96 | }
97 |
[116/221] Compiling OpenAI PerformableSession.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenAI/Private/Streaming/StreamingSession.swift:95:83: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
90 | _ session: URLSession,
91 | didReceive challenge: URLAuthenticationChallenge,
92 | completionHandler: @escaping (URLSession.AuthChallengeDisposition, URLCredential?) -> Void
| `- note: parameter 'completionHandler' is implicitly non-sendable
93 | ) {
94 | guard let sslDelegate else { return completionHandler(.performDefaultHandling, nil) }
95 | sslDelegate.urlSession(session, didReceive: challenge, completionHandler: completionHandler)
| `- warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
96 | }
97 |
[117/221] Compiling OpenAI ServerSentEventsStreamInterpreter.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenAI/Private/Streaming/StreamingSession.swift:95:83: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
90 | _ session: URLSession,
91 | didReceive challenge: URLAuthenticationChallenge,
92 | completionHandler: @escaping (URLSession.AuthChallengeDisposition, URLCredential?) -> Void
| `- note: parameter 'completionHandler' is implicitly non-sendable
93 | ) {
94 | guard let sslDelegate else { return completionHandler(.performDefaultHandling, nil) }
95 | sslDelegate.urlSession(session, didReceive: challenge, completionHandler: completionHandler)
| `- warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
96 | }
97 |
[118/221] Compiling OpenAI ServerSentEventsStreamParser.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenAI/Private/Streaming/StreamingSession.swift:95:83: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
90 | _ session: URLSession,
91 | didReceive challenge: URLAuthenticationChallenge,
92 | completionHandler: @escaping (URLSession.AuthChallengeDisposition, URLCredential?) -> Void
| `- note: parameter 'completionHandler' is implicitly non-sendable
93 | ) {
94 | guard let sslDelegate else { return completionHandler(.performDefaultHandling, nil) }
95 | sslDelegate.urlSession(session, didReceive: challenge, completionHandler: completionHandler)
| `- warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
96 | }
97 |
[119/221] Compiling OpenAI ServerSentEventsStreamingSessionFactory.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenAI/Private/Streaming/StreamingSession.swift:95:83: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
90 | _ session: URLSession,
91 | didReceive challenge: URLAuthenticationChallenge,
92 | completionHandler: @escaping (URLSession.AuthChallengeDisposition, URLCredential?) -> Void
| `- note: parameter 'completionHandler' is implicitly non-sendable
93 | ) {
94 | guard let sslDelegate else { return completionHandler(.performDefaultHandling, nil) }
95 | sslDelegate.urlSession(session, didReceive: challenge, completionHandler: completionHandler)
| `- warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
96 | }
97 |
[120/221] Compiling OpenAI SessionInvalidator.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenAI/Private/Streaming/StreamingSession.swift:95:83: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
90 | _ session: URLSession,
91 | didReceive challenge: URLAuthenticationChallenge,
92 | completionHandler: @escaping (URLSession.AuthChallengeDisposition, URLCredential?) -> Void
| `- note: parameter 'completionHandler' is implicitly non-sendable
93 | ) {
94 | guard let sslDelegate else { return completionHandler(.performDefaultHandling, nil) }
95 | sslDelegate.urlSession(session, didReceive: challenge, completionHandler: completionHandler)
| `- warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
96 | }
97 |
[121/221] Compiling OpenAI StreamingError.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenAI/Private/Streaming/StreamingSession.swift:95:83: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
90 | _ session: URLSession,
91 | didReceive challenge: URLAuthenticationChallenge,
92 | completionHandler: @escaping (URLSession.AuthChallengeDisposition, URLCredential?) -> Void
| `- note: parameter 'completionHandler' is implicitly non-sendable
93 | ) {
94 | guard let sslDelegate else { return completionHandler(.performDefaultHandling, nil) }
95 | sslDelegate.urlSession(session, didReceive: challenge, completionHandler: completionHandler)
| `- warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
96 | }
97 |
[122/221] Compiling OpenAI StreamingSession.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenAI/Private/Streaming/StreamingSession.swift:95:83: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
90 | _ session: URLSession,
91 | didReceive challenge: URLAuthenticationChallenge,
92 | completionHandler: @escaping (URLSession.AuthChallengeDisposition, URLCredential?) -> Void
| `- note: parameter 'completionHandler' is implicitly non-sendable
93 | ) {
94 | guard let sslDelegate else { return completionHandler(.performDefaultHandling, nil) }
95 | sslDelegate.urlSession(session, didReceive: challenge, completionHandler: completionHandler)
| `- warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
96 | }
97 |
[123/221] Compiling OpenAI URLBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenAI/Private/Streaming/StreamingSession.swift:95:83: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
90 | _ session: URLSession,
91 | didReceive challenge: URLAuthenticationChallenge,
92 | completionHandler: @escaping (URLSession.AuthChallengeDisposition, URLCredential?) -> Void
| `- note: parameter 'completionHandler' is implicitly non-sendable
93 | ) {
94 | guard let sslDelegate else { return completionHandler(.performDefaultHandling, nil) }
95 | sslDelegate.urlSession(session, didReceive: challenge, completionHandler: completionHandler)
| `- warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
96 | }
97 |
[124/221] Compiling OpenAI URLComponents+.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenAI/Private/Streaming/StreamingSession.swift:95:83: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
90 | _ session: URLSession,
91 | didReceive challenge: URLAuthenticationChallenge,
92 | completionHandler: @escaping (URLSession.AuthChallengeDisposition, URLCredential?) -> Void
| `- note: parameter 'completionHandler' is implicitly non-sendable
93 | ) {
94 | guard let sslDelegate else { return completionHandler(.performDefaultHandling, nil) }
95 | sslDelegate.urlSession(session, didReceive: challenge, completionHandler: completionHandler)
| `- warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
96 | }
97 |
[125/221] Compiling OpenAI AnyJSONDocument.swift
[126/221] Compiling OpenAI AnyJSONSchema.swift
[127/221] Compiling OpenAI JSONDocument.swift
[128/221] Compiling OpenAI JSONSchema.swift
[129/221] Compiling OpenAI JSONSchemaField.swift
[130/221] Compiling OpenAI JSONSchemaInstanceType.swift
[131/221] Compiling OpenAI AssistantResult.swift
[132/221] Compiling OpenAI AssistantsQuery.swift
[133/221] Compiling OpenAI AssistantsResult.swift
[134/221] Compiling OpenAI AssistantsTool.swift
[135/221] Compiling OpenAI AudioSpeechQuery.swift
[136/221] Compiling OpenAI AudioSpeechResult.swift
[137/221] Compiling OpenAI AudioTranscriptionQuery.swift
[138/221] Compiling OpenAI AudioTranscriptionResult.swift
[139/221] Compiling OpenAI ImagesResult.swift
[140/221] Compiling OpenAI JSONSchemaConvertible.swift
[141/221] Compiling OpenAI JSONSchemaEnumConvertible.swift
[142/221] Compiling OpenAI MessageQuery.swift
[143/221] Compiling OpenAI ModelQuery.swift
[144/221] Compiling OpenAI ModelResult.swift
[145/221] Compiling OpenAI Models.swift
[146/221] Compiling OpenAI ModelsResult.swift
[147/221] Compiling OpenAI ModerationsQuery.swift
[148/221] Compiling OpenAI ModerationsResult.swift
[149/221] Compiling OpenAI CreateModelResponseQuery.swift
[150/221] Compiling OpenAI CreateModelResponseQueryInput.swift
[151/221] Compiling OpenAI DeleteModelResponseQuery.swift
[152/221] Compiling OpenAI DeleteModelResponseResult.swift
[153/221] Compiling OpenAI ServiceTier.swift
[154/221] Compiling OpenAI CancellableRequest.swift
[155/221] Compiling OpenAI OpenAIAsync.swift
[156/221] Compiling OpenAI OpenAICombine.swift
[157/221] Compiling OpenAI OpenAIMiddleware.swift
[158/221] Compiling OpenAI OpenAIProtocol.swift
[159/221] Compiling OpenAI ResponsesEndpointAsync.swift
[160/221] Compiling OpenAI ResponsesEndpointCombine.swift
[161/221] Compiling OpenAI ResponsesEndpointModern.swift
[162/221] Compiling OpenAI ResponsesEndpointProtocol.swift
[163/221] Compiling OpenAI EasyInputMessage.swift
[164/221] Compiling OpenAI FunctionTool.swift
[165/221] Compiling OpenAI InputContent.swift
[166/221] Compiling OpenAI GetModelResponseQuery.swift
[167/221] Compiling OpenAI ResponseEvent.swift
[168/221] Compiling OpenAI ResponseObject.swift
[169/221] Compiling OpenAI RunResult.swift
[170/221] Compiling OpenAI RunRetrieveQuery.swift
[171/221] Compiling OpenAI RunRetrieveStepsResult.swift
[172/221] Compiling OpenAI RunToolOutputsQuery.swift
[173/221] Compiling OpenAI RunsQuery.swift
[174/221] Compiling OpenAI ThreadAddMessagesResult.swift
[175/221] Compiling OpenAI ThreadRunQuery.swift
[176/221] Compiling OpenAI ThreadsMessagesResult.swift
[177/221] Compiling OpenAI ThreadsQuery.swift
[178/221] Compiling OpenAI ThreadsResult.swift
[179/221] Compiling OpenAI ChatQueryWebSearchOptions.swift
[180/221] Emitting module OpenAI
/Users/admin/builder/spi-builder-workspace/Sources/OpenAI/Public/Models/ChatResult.swift:315:14: warning: associated value 'unableToDecodeNeitherOfPossibleTypes' of 'Sendable'-conforming enum 'ContentDecodingError' has non-sendable type 'any Decoder'; this is an error in the Swift 6 language mode
313 | extension ChatQuery.ChatCompletionMessageParam.UserMessageParam.Content {
314 | enum ContentDecodingError: Error {
315 | case unableToDecodeNeitherOfPossibleTypes(Decoder, [Error])
| `- warning: associated value 'unableToDecodeNeitherOfPossibleTypes' of 'Sendable'-conforming enum 'ContentDecodingError' has non-sendable type 'any Decoder'; this is an error in the Swift 6 language mode
316 | }
317 |
Swift.Decoder:1:17: note: protocol 'Decoder' does not conform to the 'Sendable' protocol
1 | public protocol Decoder {
| `- note: protocol 'Decoder' does not conform to the 'Sendable' protocol
2 | var codingPath: [any CodingKey] { get }
3 | var userInfo: [CodingUserInfoKey : Any] { get }
[181/221] Compiling OpenAI OpenAI+OpenAIAsync.swift
/Users/admin/builder/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
47 | do {
48 | let urlRequest = try request.build(configuration: configuration)
49 | let interceptedRequest = middlewares.reduce(urlRequest) { current, middleware in
| `- warning: initialization of immutable value 'interceptedRequest' was never used; consider replacing with assignment to '_' or removing it
50 | middleware.intercept(request: current)
51 | }
[182/221] Compiling OpenAI OpenAI+OpenAICombine.swift
/Users/admin/builder/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
47 | do {
48 | let urlRequest = try request.build(configuration: configuration)
49 | let interceptedRequest = middlewares.reduce(urlRequest) { current, middleware in
| `- warning: initialization of immutable value 'interceptedRequest' was never used; consider replacing with assignment to '_' or removing it
50 | middleware.intercept(request: current)
51 | }
[183/221] Compiling OpenAI OpenAI.swift
/Users/admin/builder/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
47 | do {
48 | let urlRequest = try request.build(configuration: configuration)
49 | let interceptedRequest = middlewares.reduce(urlRequest) { current, middleware in
| `- warning: initialization of immutable value 'interceptedRequest' was never used; consider replacing with assignment to '_' or removing it
50 | middleware.intercept(request: current)
51 | }
[184/221] Compiling OpenAI AssistantsRequest.swift
/Users/admin/builder/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
47 | do {
48 | let urlRequest = try request.build(configuration: configuration)
49 | let interceptedRequest = middlewares.reduce(urlRequest) { current, middleware in
| `- warning: initialization of immutable value 'interceptedRequest' was never used; consider replacing with assignment to '_' or removing it
50 | middleware.intercept(request: current)
51 | }
[185/221] Compiling OpenAI CancellablesFactory.swift
/Users/admin/builder/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
47 | do {
48 | let urlRequest = try request.build(configuration: configuration)
49 | let interceptedRequest = middlewares.reduce(urlRequest) { current, middleware in
| `- warning: initialization of immutable value 'interceptedRequest' was never used; consider replacing with assignment to '_' or removing it
50 | middleware.intercept(request: current)
51 | }
[186/221] Compiling OpenAI AsyncClient.swift
/Users/admin/builder/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
47 | do {
48 | let urlRequest = try request.build(configuration: configuration)
49 | let interceptedRequest = middlewares.reduce(urlRequest) { current, middleware in
| `- warning: initialization of immutable value 'interceptedRequest' was never used; consider replacing with assignment to '_' or removing it
50 | middleware.intercept(request: current)
51 | }
[187/221] Compiling OpenAI Client.swift
/Users/admin/builder/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
47 | do {
48 | let urlRequest = try request.build(configuration: configuration)
49 | let interceptedRequest = middlewares.reduce(urlRequest) { current, middleware in
| `- warning: initialization of immutable value 'interceptedRequest' was never used; consider replacing with assignment to '_' or removing it
50 | middleware.intercept(request: current)
51 | }
[188/221] Compiling OpenAI CombineClient.swift
/Users/admin/builder/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
47 | do {
48 | let urlRequest = try request.build(configuration: configuration)
49 | let interceptedRequest = middlewares.reduce(urlRequest) { current, middleware in
| `- warning: initialization of immutable value 'interceptedRequest' was never used; consider replacing with assignment to '_' or removing it
50 | middleware.intercept(request: current)
51 | }
[189/221] Compiling OpenAI StreamingClient.swift
/Users/admin/builder/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
47 | do {
48 | let urlRequest = try request.build(configuration: configuration)
49 | let interceptedRequest = middlewares.reduce(urlRequest) { current, middleware in
| `- warning: initialization of immutable value 'interceptedRequest' was never used; consider replacing with assignment to '_' or removing it
50 | middleware.intercept(request: current)
51 | }
[190/221] Compiling OpenAI CodingUserInfoKey+ParsingOptions.swift
/Users/admin/builder/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
47 | do {
48 | let urlRequest = try request.build(configuration: configuration)
49 | let interceptedRequest = middlewares.reduce(urlRequest) { current, middleware in
| `- warning: initialization of immutable value 'interceptedRequest' was never used; consider replacing with assignment to '_' or removing it
50 | middleware.intercept(request: current)
51 | }
[191/221] Compiling OpenAI DataTaskFactory.swift
/Users/admin/builder/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
47 | do {
48 | let urlRequest = try request.build(configuration: configuration)
49 | let interceptedRequest = middlewares.reduce(urlRequest) { current, middleware in
| `- warning: initialization of immutable value 'interceptedRequest' was never used; consider replacing with assignment to '_' or removing it
50 | middleware.intercept(request: current)
51 | }
[192/221] Compiling OpenAI DescribedError.swift
/Users/admin/builder/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
47 | do {
48 | let urlRequest = try request.build(configuration: configuration)
49 | let interceptedRequest = middlewares.reduce(urlRequest) { current, middleware in
| `- warning: initialization of immutable value 'interceptedRequest' was never used; consider replacing with assignment to '_' or removing it
50 | middleware.intercept(request: current)
51 | }
[193/221] Compiling OpenAI DispatchQueue+Static.swift
/Users/admin/builder/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
47 | do {
48 | let urlRequest = try request.build(configuration: configuration)
49 | let interceptedRequest = middlewares.reduce(urlRequest) { current, middleware in
| `- warning: initialization of immutable value 'interceptedRequest' was never used; consider replacing with assignment to '_' or removing it
50 | middleware.intercept(request: current)
51 | }
[194/221] Compiling OpenAI ExecutionSerializer.swift
/Users/admin/builder/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
47 | do {
48 | let urlRequest = try request.build(configuration: configuration)
49 | let interceptedRequest = middlewares.reduce(urlRequest) { current, middleware in
| `- warning: initialization of immutable value 'interceptedRequest' was never used; consider replacing with assignment to '_' or removing it
50 | middleware.intercept(request: current)
51 | }
[195/221] Compiling OpenAI AudioTranscriptionStreamResult.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenAI/Public/Models/ChatResult.swift:315:14: warning: associated value 'unableToDecodeNeitherOfPossibleTypes' of 'Sendable'-conforming enum 'ContentDecodingError' has non-sendable type 'any Decoder'; this is an error in the Swift 6 language mode
313 | extension ChatQuery.ChatCompletionMessageParam.UserMessageParam.Content {
314 | enum ContentDecodingError: Error {
315 | case unableToDecodeNeitherOfPossibleTypes(Decoder, [Error])
| `- warning: associated value 'unableToDecodeNeitherOfPossibleTypes' of 'Sendable'-conforming enum 'ContentDecodingError' has non-sendable type 'any Decoder'; this is an error in the Swift 6 language mode
316 | }
317 |
Swift.Decoder:1:17: note: protocol 'Decoder' does not conform to the 'Sendable' protocol
1 | public protocol Decoder {
| `- note: protocol 'Decoder' does not conform to the 'Sendable' protocol
2 | var codingPath: [any CodingKey] { get }
3 | var userInfo: [CodingUserInfoKey : Any] { get }
[196/221] Compiling OpenAI AudioTranslationQuery.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenAI/Public/Models/ChatResult.swift:315:14: warning: associated value 'unableToDecodeNeitherOfPossibleTypes' of 'Sendable'-conforming enum 'ContentDecodingError' has non-sendable type 'any Decoder'; this is an error in the Swift 6 language mode
313 | extension ChatQuery.ChatCompletionMessageParam.UserMessageParam.Content {
314 | enum ContentDecodingError: Error {
315 | case unableToDecodeNeitherOfPossibleTypes(Decoder, [Error])
| `- warning: associated value 'unableToDecodeNeitherOfPossibleTypes' of 'Sendable'-conforming enum 'ContentDecodingError' has non-sendable type 'any Decoder'; this is an error in the Swift 6 language mode
316 | }
317 |
Swift.Decoder:1:17: note: protocol 'Decoder' does not conform to the 'Sendable' protocol
1 | public protocol Decoder {
| `- note: protocol 'Decoder' does not conform to the 'Sendable' protocol
2 | var codingPath: [any CodingKey] { get }
3 | var userInfo: [CodingUserInfoKey : Any] { get }
[197/221] Compiling OpenAI AudioTranslationResult.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenAI/Public/Models/ChatResult.swift:315:14: warning: associated value 'unableToDecodeNeitherOfPossibleTypes' of 'Sendable'-conforming enum 'ContentDecodingError' has non-sendable type 'any Decoder'; this is an error in the Swift 6 language mode
313 | extension ChatQuery.ChatCompletionMessageParam.UserMessageParam.Content {
314 | enum ContentDecodingError: Error {
315 | case unableToDecodeNeitherOfPossibleTypes(Decoder, [Error])
| `- warning: associated value 'unableToDecodeNeitherOfPossibleTypes' of 'Sendable'-conforming enum 'ContentDecodingError' has non-sendable type 'any Decoder'; this is an error in the Swift 6 language mode
316 | }
317 |
Swift.Decoder:1:17: note: protocol 'Decoder' does not conform to the 'Sendable' protocol
1 | public protocol Decoder {
| `- note: protocol 'Decoder' does not conform to the 'Sendable' protocol
2 | var codingPath: [any CodingKey] { get }
3 | var userInfo: [CodingUserInfoKey : Any] { get }
[198/221] Compiling OpenAI ChatQuery.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenAI/Public/Models/ChatResult.swift:315:14: warning: associated value 'unableToDecodeNeitherOfPossibleTypes' of 'Sendable'-conforming enum 'ContentDecodingError' has non-sendable type 'any Decoder'; this is an error in the Swift 6 language mode
313 | extension ChatQuery.ChatCompletionMessageParam.UserMessageParam.Content {
314 | enum ContentDecodingError: Error {
315 | case unableToDecodeNeitherOfPossibleTypes(Decoder, [Error])
| `- warning: associated value 'unableToDecodeNeitherOfPossibleTypes' of 'Sendable'-conforming enum 'ContentDecodingError' has non-sendable type 'any Decoder'; this is an error in the Swift 6 language mode
316 | }
317 |
Swift.Decoder:1:17: note: protocol 'Decoder' does not conform to the 'Sendable' protocol
1 | public protocol Decoder {
| `- note: protocol 'Decoder' does not conform to the 'Sendable' protocol
2 | var codingPath: [any CodingKey] { get }
3 | var userInfo: [CodingUserInfoKey : Any] { get }
[199/221] Compiling OpenAI ChatResult.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenAI/Public/Models/ChatResult.swift:315:14: warning: associated value 'unableToDecodeNeitherOfPossibleTypes' of 'Sendable'-conforming enum 'ContentDecodingError' has non-sendable type 'any Decoder'; this is an error in the Swift 6 language mode
313 | extension ChatQuery.ChatCompletionMessageParam.UserMessageParam.Content {
314 | enum ContentDecodingError: Error {
315 | case unableToDecodeNeitherOfPossibleTypes(Decoder, [Error])
| `- warning: associated value 'unableToDecodeNeitherOfPossibleTypes' of 'Sendable'-conforming enum 'ContentDecodingError' has non-sendable type 'any Decoder'; this is an error in the Swift 6 language mode
316 | }
317 |
Swift.Decoder:1:17: note: protocol 'Decoder' does not conform to the 'Sendable' protocol
1 | public protocol Decoder {
| `- note: protocol 'Decoder' does not conform to the 'Sendable' protocol
2 | var codingPath: [any CodingKey] { get }
3 | var userInfo: [CodingUserInfoKey : Any] { get }
[200/221] Compiling OpenAI ChatStreamResult.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenAI/Public/Models/ChatResult.swift:315:14: warning: associated value 'unableToDecodeNeitherOfPossibleTypes' of 'Sendable'-conforming enum 'ContentDecodingError' has non-sendable type 'any Decoder'; this is an error in the Swift 6 language mode
313 | extension ChatQuery.ChatCompletionMessageParam.UserMessageParam.Content {
314 | enum ContentDecodingError: Error {
315 | case unableToDecodeNeitherOfPossibleTypes(Decoder, [Error])
| `- warning: associated value 'unableToDecodeNeitherOfPossibleTypes' of 'Sendable'-conforming enum 'ContentDecodingError' has non-sendable type 'any Decoder'; this is an error in the Swift 6 language mode
316 | }
317 |
Swift.Decoder:1:17: note: protocol 'Decoder' does not conform to the 'Sendable' protocol
1 | public protocol Decoder {
| `- note: protocol 'Decoder' does not conform to the 'Sendable' protocol
2 | var codingPath: [any CodingKey] { get }
3 | var userInfo: [CodingUserInfoKey : Any] { get }
[201/221] Compiling OpenAI EmbeddingsQuery.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenAI/Public/Models/ChatResult.swift:315:14: warning: associated value 'unableToDecodeNeitherOfPossibleTypes' of 'Sendable'-conforming enum 'ContentDecodingError' has non-sendable type 'any Decoder'; this is an error in the Swift 6 language mode
313 | extension ChatQuery.ChatCompletionMessageParam.UserMessageParam.Content {
314 | enum ContentDecodingError: Error {
315 | case unableToDecodeNeitherOfPossibleTypes(Decoder, [Error])
| `- warning: associated value 'unableToDecodeNeitherOfPossibleTypes' of 'Sendable'-conforming enum 'ContentDecodingError' has non-sendable type 'any Decoder'; this is an error in the Swift 6 language mode
316 | }
317 |
Swift.Decoder:1:17: note: protocol 'Decoder' does not conform to the 'Sendable' protocol
1 | public protocol Decoder {
| `- note: protocol 'Decoder' does not conform to the 'Sendable' protocol
2 | var codingPath: [any CodingKey] { get }
3 | var userInfo: [CodingUserInfoKey : Any] { get }
[202/221] Compiling OpenAI EmbeddingsResult.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenAI/Public/Models/ChatResult.swift:315:14: warning: associated value 'unableToDecodeNeitherOfPossibleTypes' of 'Sendable'-conforming enum 'ContentDecodingError' has non-sendable type 'any Decoder'; this is an error in the Swift 6 language mode
313 | extension ChatQuery.ChatCompletionMessageParam.UserMessageParam.Content {
314 | enum ContentDecodingError: Error {
315 | case unableToDecodeNeitherOfPossibleTypes(Decoder, [Error])
| `- warning: associated value 'unableToDecodeNeitherOfPossibleTypes' of 'Sendable'-conforming enum 'ContentDecodingError' has non-sendable type 'any Decoder'; this is an error in the Swift 6 language mode
316 | }
317 |
Swift.Decoder:1:17: note: protocol 'Decoder' does not conform to the 'Sendable' protocol
1 | public protocol Decoder {
| `- note: protocol 'Decoder' does not conform to the 'Sendable' protocol
2 | var codingPath: [any CodingKey] { get }
3 | var userInfo: [CodingUserInfoKey : Any] { get }
[203/221] Compiling OpenAI FilesQuery.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenAI/Public/Models/ChatResult.swift:315:14: warning: associated value 'unableToDecodeNeitherOfPossibleTypes' of 'Sendable'-conforming enum 'ContentDecodingError' has non-sendable type 'any Decoder'; this is an error in the Swift 6 language mode
313 | extension ChatQuery.ChatCompletionMessageParam.UserMessageParam.Content {
314 | enum ContentDecodingError: Error {
315 | case unableToDecodeNeitherOfPossibleTypes(Decoder, [Error])
| `- warning: associated value 'unableToDecodeNeitherOfPossibleTypes' of 'Sendable'-conforming enum 'ContentDecodingError' has non-sendable type 'any Decoder'; this is an error in the Swift 6 language mode
316 | }
317 |
Swift.Decoder:1:17: note: protocol 'Decoder' does not conform to the 'Sendable' protocol
1 | public protocol Decoder {
| `- note: protocol 'Decoder' does not conform to the 'Sendable' protocol
2 | var codingPath: [any CodingKey] { get }
3 | var userInfo: [CodingUserInfoKey : Any] { get }
[204/221] Compiling OpenAI FilesResult.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenAI/Public/Models/ChatResult.swift:315:14: warning: associated value 'unableToDecodeNeitherOfPossibleTypes' of 'Sendable'-conforming enum 'ContentDecodingError' has non-sendable type 'any Decoder'; this is an error in the Swift 6 language mode
313 | extension ChatQuery.ChatCompletionMessageParam.UserMessageParam.Content {
314 | enum ContentDecodingError: Error {
315 | case unableToDecodeNeitherOfPossibleTypes(Decoder, [Error])
| `- warning: associated value 'unableToDecodeNeitherOfPossibleTypes' of 'Sendable'-conforming enum 'ContentDecodingError' has non-sendable type 'any Decoder'; this is an error in the Swift 6 language mode
316 | }
317 |
Swift.Decoder:1:17: note: protocol 'Decoder' does not conform to the 'Sendable' protocol
1 | public protocol Decoder {
| `- note: protocol 'Decoder' does not conform to the 'Sendable' protocol
2 | var codingPath: [any CodingKey] { get }
3 | var userInfo: [CodingUserInfoKey : Any] { get }
[205/221] Compiling OpenAI FunctionDeclaration.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenAI/Public/Models/ChatResult.swift:315:14: warning: associated value 'unableToDecodeNeitherOfPossibleTypes' of 'Sendable'-conforming enum 'ContentDecodingError' has non-sendable type 'any Decoder'; this is an error in the Swift 6 language mode
313 | extension ChatQuery.ChatCompletionMessageParam.UserMessageParam.Content {
314 | enum ContentDecodingError: Error {
315 | case unableToDecodeNeitherOfPossibleTypes(Decoder, [Error])
| `- warning: associated value 'unableToDecodeNeitherOfPossibleTypes' of 'Sendable'-conforming enum 'ContentDecodingError' has non-sendable type 'any Decoder'; this is an error in the Swift 6 language mode
316 | }
317 |
Swift.Decoder:1:17: note: protocol 'Decoder' does not conform to the 'Sendable' protocol
1 | public protocol Decoder {
| `- note: protocol 'Decoder' does not conform to the 'Sendable' protocol
2 | var codingPath: [any CodingKey] { get }
3 | var userInfo: [CodingUserInfoKey : Any] { get }
[206/221] Compiling OpenAI ImageEditsQuery.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenAI/Public/Models/ChatResult.swift:315:14: warning: associated value 'unableToDecodeNeitherOfPossibleTypes' of 'Sendable'-conforming enum 'ContentDecodingError' has non-sendable type 'any Decoder'; this is an error in the Swift 6 language mode
313 | extension ChatQuery.ChatCompletionMessageParam.UserMessageParam.Content {
314 | enum ContentDecodingError: Error {
315 | case unableToDecodeNeitherOfPossibleTypes(Decoder, [Error])
| `- warning: associated value 'unableToDecodeNeitherOfPossibleTypes' of 'Sendable'-conforming enum 'ContentDecodingError' has non-sendable type 'any Decoder'; this is an error in the Swift 6 language mode
316 | }
317 |
Swift.Decoder:1:17: note: protocol 'Decoder' does not conform to the 'Sendable' protocol
1 | public protocol Decoder {
| `- note: protocol 'Decoder' does not conform to the 'Sendable' protocol
2 | var codingPath: [any CodingKey] { get }
3 | var userInfo: [CodingUserInfoKey : Any] { get }
[207/221] Compiling OpenAI ImageVariationsQuery.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenAI/Public/Models/ChatResult.swift:315:14: warning: associated value 'unableToDecodeNeitherOfPossibleTypes' of 'Sendable'-conforming enum 'ContentDecodingError' has non-sendable type 'any Decoder'; this is an error in the Swift 6 language mode
313 | extension ChatQuery.ChatCompletionMessageParam.UserMessageParam.Content {
314 | enum ContentDecodingError: Error {
315 | case unableToDecodeNeitherOfPossibleTypes(Decoder, [Error])
| `- warning: associated value 'unableToDecodeNeitherOfPossibleTypes' of 'Sendable'-conforming enum 'ContentDecodingError' has non-sendable type 'any Decoder'; this is an error in the Swift 6 language mode
316 | }
317 |
Swift.Decoder:1:17: note: protocol 'Decoder' does not conform to the 'Sendable' protocol
1 | public protocol Decoder {
| `- note: protocol 'Decoder' does not conform to the 'Sendable' protocol
2 | var codingPath: [any CodingKey] { get }
3 | var userInfo: [CodingUserInfoKey : Any] { get }
[208/221] Compiling OpenAI ImagesQuery.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenAI/Public/Models/ChatResult.swift:315:14: warning: associated value 'unableToDecodeNeitherOfPossibleTypes' of 'Sendable'-conforming enum 'ContentDecodingError' has non-sendable type 'any Decoder'; this is an error in the Swift 6 language mode
313 | extension ChatQuery.ChatCompletionMessageParam.UserMessageParam.Content {
314 | enum ContentDecodingError: Error {
315 | case unableToDecodeNeitherOfPossibleTypes(Decoder, [Error])
| `- warning: associated value 'unableToDecodeNeitherOfPossibleTypes' of 'Sendable'-conforming enum 'ContentDecodingError' has non-sendable type 'any Decoder'; this is an error in the Swift 6 language mode
316 | }
317 |
Swift.Decoder:1:17: note: protocol 'Decoder' does not conform to the 'Sendable' protocol
1 | public protocol Decoder {
| `- note: protocol 'Decoder' does not conform to the 'Sendable' protocol
2 | var codingPath: [any CodingKey] { get }
3 | var userInfo: [CodingUserInfoKey : Any] { get }
[209/221] Compiling OpenAI InputImage.swift
[210/221] Compiling OpenAI InputItem.swift
[211/221] Compiling OpenAI ResponseOutputItemAddedEvent.swift
[212/221] Compiling OpenAI ResponseOutputItemDoneEvent.swift
[213/221] Compiling OpenAI Tool.swift
[214/221] Compiling OpenAI OutputItem.swift
[215/221] Compiling OpenAI ResponseStreamEvent.swift
[216/221] Compiling OpenAI Components.swift
[217/221] Compiling OpenAI ParsingOptions.swift
[218/221] Compiling OpenAI Utilities.swift
[219/221] Compiling OpenAI ResponsesEndpoint+Async.swift
[220/221] Compiling OpenAI ResponsesEndpoint+Combine.swift
[221/221] Compiling OpenAI ResponsesEndpoint.swift
Build complete! (16.85s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-openapi-runtime",
"requirement" : {
"range" : [
{
"lower_bound" : "1.8.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-openapi-runtime"
}
],
"manifest_display_name" : "OpenAI",
"name" : "OpenAI",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "OpenAI",
"targets" : [
"OpenAI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OpenAITests",
"module_type" : "SwiftTarget",
"name" : "OpenAITests",
"path" : "Tests/OpenAITests",
"sources" : [
"ChatQueryCodingTests.swift",
"ChatResultTests.swift",
"ChatStreamResultTests.swift",
"Extensions/AssistantResult+Mock.swift",
"Extensions/AssistantsQuery+Mock.swift",
"Extensions/AudioSpeechQuery+Mock.swift",
"Extensions/ChatResult+Mock.swift",
"Extensions/XCTestCase+Extensions.swift",
"MockServerSentEvent.swift",
"Mocks/ChatCompletionToolParam+Mock.swift",
"Mocks/ChatResult+MockJson.swift",
"Mocks/DataTaskMock.swift",
"Mocks/MockCancellablesFactory.swift",
"Mocks/MockDataTaskPublisher.swift",
"Mocks/MockStreamingSessionFactory.swift",
"Mocks/MockURLSessionFactory.swift",
"Mocks/MovieInfo.swift",
"Mocks/NeverURLSessionMock.swift",
"Mocks/URLSessionMock.swift",
"Mocks/WorkSimulatingMockMiddleware.swift",
"ModelResponseEventsStreamInterpreterTests.swift",
"OpenAIStreamingTests.swift",
"OpenAITests.swift",
"OpenAITestsCombine.swift",
"OpenAITestsDecoder.swift",
"ResponsesEndpointTests.swift",
"ServerSentEventsParserTests.swift",
"ServerSentEventsStreamInterpreterTests.swift",
"ServerSentEventsStreamParserTests.swift",
"StreamingSessionIntegrationTests.swift",
"StreamingSessionTests.swift"
],
"target_dependencies" : [
"OpenAI"
],
"type" : "test"
},
{
"c99name" : "OpenAI",
"module_type" : "SwiftTarget",
"name" : "OpenAI",
"path" : "Sources/OpenAI",
"product_dependencies" : [
"OpenAPIRuntime"
],
"product_memberships" : [
"OpenAI"
],
"sources" : [
"OpenAI+OpenAIAsync.swift",
"OpenAI+OpenAICombine.swift",
"OpenAI.swift",
"Private/AssistantsRequest.swift",
"Private/CancellablesFactory.swift",
"Private/Client/AsyncClient.swift",
"Private/Client/Client.swift",
"Private/Client/CombineClient.swift",
"Private/Client/StreamingClient.swift",
"Private/CodingUserInfoKey+ParsingOptions.swift",
"Private/DataTaskFactory.swift",
"Private/DescribedError.swift",
"Private/DispatchQueue+Static.swift",
"Private/ExecutionSerializer.swift",
"Private/Extensions for generated code/Schemas+Description.swift",
"Private/JSONRequest.swift",
"Private/JSONResponseDecoder.swift",
"Private/JSONResponseErrorDecoder.swift",
"Private/KeyedDecodingContainer+ParsingOptions.swift",
"Private/MultipartFormDataBodyBuilder.swift",
"Private/MultipartFormDataBodyEncodable.swift",
"Private/MultipartFormDataEntry.swift",
"Private/MultipartFormDataRequest.swift",
"Private/OpenAI+MakeRequest.swift",
"Private/SSLDelegateProtocol.swift",
"Private/SendablePassthroughSubject.swift",
"Private/StreamableQuery.swift",
"Private/Streaming/AudioSpeechStreamInterpreter.swift",
"Private/Streaming/CodableResultStreamInterpreter.swift",
"Private/Streaming/DataTaskPerformingURLSession.swift",
"Private/Streaming/InvalidatableSession.swift",
"Private/Streaming/ModelResponseEventsStreamInterpreter.swift",
"Private/Streaming/ModelResponseStreamEventType.swift",
"Private/Streaming/PerformableSession.swift",
"Private/Streaming/ServerSentEventsStreamInterpreter.swift",
"Private/Streaming/ServerSentEventsStreamParser.swift",
"Private/Streaming/ServerSentEventsStreamingSessionFactory.swift",
"Private/Streaming/SessionInvalidator.swift",
"Private/Streaming/StreamingError.swift",
"Private/Streaming/StreamingSession.swift",
"Private/URLBuilder.swift",
"Private/URLComponents+.swift",
"Private/URLRequestBuildable.swift",
"Private/URLResponseHandler.swift",
"Private/URLSessionCombine.swift",
"Private/URLSessionDataDelegateForwarder.swift",
"Private/URLSessionDataTaskProtocol.swift",
"Private/URLSessionDataTaskPublisherProtocol.swift",
"Private/URLSessionDataTaskStore.swift",
"Private/URLSessionDelegateProtocol.swift",
"Private/URLSessionFactory.swift",
"Private/URLSessionProtocol+MakeDataTask.swift",
"Private/URLSessionProtocol.swift",
"Private/URLSessionTaskCanceller.swift",
"Public/Errors/APIError.swift",
"Public/Errors/GeminiAPIError.swift",
"Public/JSONSchema/AnyJSONDocument.swift",
"Public/JSONSchema/AnyJSONSchema.swift",
"Public/JSONSchema/JSONDocument.swift",
"Public/JSONSchema/JSONSchema.swift",
"Public/JSONSchema/JSONSchemaField.swift",
"Public/JSONSchema/JSONSchemaInstanceType.swift",
"Public/Models/AssistantResult.swift",
"Public/Models/AssistantsQuery.swift",
"Public/Models/AssistantsResult.swift",
"Public/Models/AssistantsTool.swift",
"Public/Models/AudioSpeechQuery.swift",
"Public/Models/AudioSpeechResult.swift",
"Public/Models/AudioTranscriptionQuery.swift",
"Public/Models/AudioTranscriptionResult.swift",
"Public/Models/AudioTranscriptionStreamResult.swift",
"Public/Models/AudioTranslationQuery.swift",
"Public/Models/AudioTranslationResult.swift",
"Public/Models/ChatQuery.swift",
"Public/Models/ChatResult.swift",
"Public/Models/ChatStreamResult.swift",
"Public/Models/EmbeddingsQuery.swift",
"Public/Models/EmbeddingsResult.swift",
"Public/Models/FilesQuery.swift",
"Public/Models/FilesResult.swift",
"Public/Models/FunctionDeclaration.swift",
"Public/Models/ImageEditsQuery.swift",
"Public/Models/ImageVariationsQuery.swift",
"Public/Models/ImagesQuery.swift",
"Public/Models/ImagesResult.swift",
"Public/Models/JSONSchemaConvertible.swift",
"Public/Models/JSONSchemaEnumConvertible.swift",
"Public/Models/MessageQuery.swift",
"Public/Models/Models/ModelQuery.swift",
"Public/Models/Models/ModelResult.swift",
"Public/Models/Models/Models.swift",
"Public/Models/Models/ModelsResult.swift",
"Public/Models/ModerationsQuery.swift",
"Public/Models/ModerationsResult.swift",
"Public/Models/Responses/CreateModelResponseQuery.swift",
"Public/Models/Responses/CreateModelResponseQueryInput.swift",
"Public/Models/Responses/DeleteModelResponseQuery.swift",
"Public/Models/Responses/DeleteModelResponseResult.swift",
"Public/Models/Responses/GetModelResponseQuery.swift",
"Public/Models/Responses/ResponseEvent.swift",
"Public/Models/Responses/ResponseObject.swift",
"Public/Models/RunResult.swift",
"Public/Models/RunRetrieveQuery.swift",
"Public/Models/RunRetrieveStepsResult.swift",
"Public/Models/RunToolOutputsQuery.swift",
"Public/Models/RunsQuery.swift",
"Public/Models/ThreadAddMessagesResult.swift",
"Public/Models/ThreadRunQuery.swift",
"Public/Models/ThreadsMessagesResult.swift",
"Public/Models/ThreadsQuery.swift",
"Public/Models/ThreadsResult.swift",
"Public/Models/Types/ChatQueryWebSearchOptions.swift",
"Public/Models/Types/ServiceTier.swift",
"Public/Protocols/CancellableRequest.swift",
"Public/Protocols/OpenAIAsync.swift",
"Public/Protocols/OpenAICombine.swift",
"Public/Protocols/OpenAIMiddleware.swift",
"Public/Protocols/OpenAIProtocol.swift",
"Public/Protocols/ResponsesEndpointAsync.swift",
"Public/Protocols/ResponsesEndpointCombine.swift",
"Public/Protocols/ResponsesEndpointModern.swift",
"Public/Protocols/ResponsesEndpointProtocol.swift",
"Public/Schemas/Edited/EasyInputMessage.swift",
"Public/Schemas/Edited/FunctionTool.swift",
"Public/Schemas/Edited/InputContent.swift",
"Public/Schemas/Edited/InputImage.swift",
"Public/Schemas/Edited/InputItem.swift",
"Public/Schemas/Edited/ResponseOutputItemAddedEvent.swift",
"Public/Schemas/Edited/ResponseOutputItemDoneEvent.swift",
"Public/Schemas/Edited/Tool.swift",
"Public/Schemas/Facade/OutputItem.swift",
"Public/Schemas/Facade/ResponseStreamEvent.swift",
"Public/Schemas/Generated/Components.swift",
"Public/Utilities/ParsingOptions.swift",
"Public/Utilities/Utilities.swift",
"ResponsesEndpoint+Async.swift",
"ResponsesEndpoint+Combine.swift",
"ResponsesEndpoint.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Done.