Build Information
Successful build of OpenAI, reference main (d6b627
), with Swift 6.1 for Linux on 11 Jun 2025 22:29:05 UTC.
Swift 6 data race errors: 1
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 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: 6.1
Building package at path: $PWD
https://github.com/MacPaw/OpenAI.git
https://github.com/MacPaw/OpenAI.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"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" : "/host/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 ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-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 (0.35s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.8.2 (0.88s)
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.30s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (0.86s)
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 HTTPFieldName.swift
[7/13] Emitting module HTTPTypes
[8/13] Compiling HTTPTypes HTTPField.swift
[9/13] Compiling HTTPTypes HTTPParsedFields.swift
[10/13] Compiling HTTPTypes HTTPRequest.swift
[11/13] Compiling HTTPTypes HTTPResponse.swift
[12/13] Compiling HTTPTypes NIOLock.swift
[13/13] Compiling HTTPTypes HTTPFields.swift
[15/75] Emitting module OpenAPIRuntime
[16/83] Compiling OpenAPIRuntime FoundationExtensions.swift
[17/83] Compiling OpenAPIRuntime ParameterStyles.swift
[18/83] Compiling OpenAPIRuntime ServerVariable.swift
[19/83] Compiling OpenAPIRuntime URLExtensions.swift
[20/83] Compiling OpenAPIRuntime Deprecated.swift
[21/83] Compiling OpenAPIRuntime ClientError.swift
[22/83] Compiling OpenAPIRuntime CodingErrors.swift
[23/83] Compiling OpenAPIRuntime RuntimeError.swift
[24/83] Compiling OpenAPIRuntime ServerError.swift
[25/83] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[26/83] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[27/83] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[28/83] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[29/83] Compiling OpenAPIRuntime ServerSentEvents.swift
[30/83] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[31/83] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[32/83] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[33/83] Compiling OpenAPIRuntime ClientTransport.swift
[34/83] Compiling OpenAPIRuntime CurrencyTypes.swift
[35/83] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[36/83] Compiling OpenAPIRuntime HTTPBody.swift
[37/83] Compiling OpenAPIRuntime ServerTransport.swift
[38/83] Compiling OpenAPIRuntime UniversalClient.swift
[39/83] Compiling OpenAPIRuntime UniversalServer.swift
[40/83] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[41/83] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[42/83] Compiling OpenAPIRuntime URICodeCodingKey.swift
[43/83] Compiling OpenAPIRuntime URICoderConfiguration.swift
[44/83] Compiling OpenAPIRuntime URIEncodedNode.swift
[45/83] Compiling OpenAPIRuntime URIParsedTypes.swift
[46/83] Compiling OpenAPIRuntime URIDecoder.swift
[47/83] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[48/83] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[49/83] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[50/83] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[51/83] Compiling OpenAPIRuntime CodableExtensions.swift
[52/83] Compiling OpenAPIRuntime Configuration.swift
[53/83] Compiling OpenAPIRuntime Converter+Client.swift
[54/83] Compiling OpenAPIRuntime Converter+Common.swift
[55/83] Compiling OpenAPIRuntime Converter+Server.swift
[56/83] Compiling OpenAPIRuntime Converter.swift
[57/83] Compiling OpenAPIRuntime CurrencyExtensions.swift
[58/83] Compiling OpenAPIRuntime ErrorExtensions.swift
[59/83] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[60/83] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[61/83] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[62/83] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[63/83] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[64/83] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[65/83] Compiling OpenAPIRuntime MultipartValidation.swift
[66/83] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[67/83] Compiling OpenAPIRuntime Acceptable.swift
[68/83] Compiling OpenAPIRuntime Base64EncodedData.swift
[69/83] Compiling OpenAPIRuntime ByteUtilities.swift
[70/83] Compiling OpenAPIRuntime ContentDisposition.swift
[71/83] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[72/83] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[73/83] Compiling OpenAPIRuntime OpenAPIValue.swift
[74/83] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[75/83] Compiling OpenAPIRuntime UndocumentedPayload.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 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
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 |
[86/206] 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
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 |
[87/206] 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
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 |
[88/206] 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
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 |
[89/206] 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
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 |
[90/206] 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
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 |
[91/206] 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
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 |
[92/206] 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
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 |
[93/206] 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
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 |
[94/206] 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
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 |
[95/206] 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
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 |
[96/206] 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
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 |
[97/206] 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
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 |
[98/206] 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
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 |
[99/206] 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
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 |
[100/206] 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
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 |
[101/206] 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
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 |
[102/223] Compiling OpenAI KeyedDecodingContainer+ParsingOptions.swift
[103/223] Compiling OpenAI MultipartFormDataBodyBuilder.swift
[104/223] Compiling OpenAI MultipartFormDataBodyEncodable.swift
[105/223] Compiling OpenAI MultipartFormDataEntry.swift
[106/223] Compiling OpenAI MultipartFormDataRequest.swift
[107/223] Compiling OpenAI OpenAI+MakeRequest.swift
[108/223] Compiling OpenAI SSLDelegateProtocol.swift
[109/223] Compiling OpenAI SendablePassthroughSubject.swift
[110/223] Compiling OpenAI StreamableQuery.swift
[111/223] Compiling OpenAI AudioSpeechStreamInterpreter.swift
[112/223] Compiling OpenAI CodableResultStreamInterpreter.swift
[113/223] Compiling OpenAI DataTaskPerformingURLSession.swift
[114/223] Compiling OpenAI InvalidatableSession.swift
[115/223] Compiling OpenAI ModelResponseEventsStreamInterpreter.swift
[116/223] Compiling OpenAI ModelResponseStreamEventType.swift
[117/223] Compiling OpenAI PerformableSession.swift
[118/223] Compiling OpenAI ServerSentEventsStreamInterpreter.swift
[119/223] Compiling OpenAI ServerSentEventsStreamParser.swift
[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
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 | }
[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
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 | }
[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
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 | }
[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
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 | }
[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
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 | }
[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
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 | }
[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
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 | }
[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
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 | }
[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
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 | }
[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
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 | }
[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
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 | }
[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
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 | }
[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
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 | }
[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
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 | }
[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
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 | }
[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
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 | }
[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
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 | }
[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
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 | }
[138/223] Compiling OpenAI URLSessionTaskCanceller.swift
[139/223] Compiling OpenAI APIError.swift
[140/223] Compiling OpenAI GeminiAPIError.swift
[141/223] Compiling OpenAI AnyJSONDocument.swift
[142/223] Compiling OpenAI AnyJSONSchema.swift
[143/223] Compiling OpenAI JSONDocument.swift
[144/223] Compiling OpenAI JSONSchema.swift
[145/223] Compiling OpenAI JSONSchemaField.swift
[146/223] Compiling OpenAI JSONSchemaInstanceType.swift
[147/223] Compiling OpenAI AssistantResult.swift
[148/223] Compiling OpenAI AssistantsQuery.swift
[149/223] Compiling OpenAI AssistantsResult.swift
[150/223] Compiling OpenAI AssistantsTool.swift
[151/223] Compiling OpenAI AudioSpeechQuery.swift
[152/223] Compiling OpenAI AudioSpeechResult.swift
[153/223] Compiling OpenAI AudioTranscriptionQuery.swift
[154/223] Compiling OpenAI AudioTranscriptionResult.swift
[155/223] Compiling OpenAI MessageQuery.swift
[156/223] Compiling OpenAI ModelQuery.swift
[157/223] Compiling OpenAI ModelResult.swift
[158/223] Compiling OpenAI Models.swift
[159/223] Compiling OpenAI ModelsResult.swift
[160/223] Compiling OpenAI ModerationsQuery.swift
[161/223] Compiling OpenAI ModerationsResult.swift
[162/223] Compiling OpenAI CreateModelResponseQuery.swift
[163/223] Compiling OpenAI CreateModelResponseQueryInput.swift
[164/223] Compiling OpenAI DeleteModelResponseQuery.swift
[165/223] Compiling OpenAI DeleteModelResponseResult.swift
[166/223] Compiling OpenAI GetModelResponseQuery.swift
[167/223] Compiling OpenAI ResponseEvent.swift
[168/223] Compiling OpenAI ResponseObject.swift
[169/223] Compiling OpenAI RunResult.swift
[170/223] Compiling OpenAI RunRetrieveQuery.swift
[171/223] Compiling OpenAI RunRetrieveStepsResult.swift
[172/223] Compiling OpenAI RunToolOutputsQuery.swift
[173/223] Compiling OpenAI RunsQuery.swift
[174/223] Compiling OpenAI ThreadAddMessagesResult.swift
[175/223] Compiling OpenAI ThreadRunQuery.swift
[176/223] Compiling OpenAI ThreadsMessagesResult.swift
[177/223] Compiling OpenAI ThreadsQuery.swift
[178/223] Compiling OpenAI ThreadsResult.swift
[179/223] Compiling OpenAI ChatQueryWebSearchOptions.swift
[180/223] Compiling OpenAI ServiceTier.swift
[181/223] Compiling OpenAI CancellableRequest.swift
[182/223] Compiling OpenAI OpenAIAsync.swift
[183/223] Compiling OpenAI OpenAICombine.swift
[184/223] Compiling OpenAI OpenAIMiddleware.swift
[185/223] Compiling OpenAI OpenAIProtocol.swift
[186/223] Compiling OpenAI ResponsesEndpointAsync.swift
[187/223] Compiling OpenAI ResponsesEndpointCombine.swift
[188/223] Compiling OpenAI ResponsesEndpointModern.swift
[189/223] Emitting module OpenAI
/host/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 }
[190/223] Compiling OpenAI AudioTranscriptionStreamResult.swift
/host/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 }
[191/223] Compiling OpenAI AudioTranslationQuery.swift
/host/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 }
[192/223] Compiling OpenAI AudioTranslationResult.swift
/host/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 }
[193/223] Compiling OpenAI ChatQuery.swift
/host/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 }
[194/223] Compiling OpenAI ChatResult.swift
/host/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 }
[195/223] Compiling OpenAI ChatStreamResult.swift
/host/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/223] Compiling OpenAI EmbeddingsQuery.swift
/host/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/223] Compiling OpenAI EmbeddingsResult.swift
/host/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/223] Compiling OpenAI FilesQuery.swift
/host/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/223] Compiling OpenAI FilesResult.swift
/host/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/223] Compiling OpenAI FunctionDeclaration.swift
/host/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/223] Compiling OpenAI ImageEditsQuery.swift
/host/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/223] Compiling OpenAI ImageVariationsQuery.swift
/host/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/223] Compiling OpenAI ImagesQuery.swift
/host/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/223] Compiling OpenAI ImagesResult.swift
/host/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/223] Compiling OpenAI JSONSchemaConvertible.swift
/host/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/223] Compiling OpenAI JSONSchemaEnumConvertible.swift
/host/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/223] Compiling OpenAI ResponsesEndpointProtocol.swift
[208/223] Compiling OpenAI EasyInputMessage.swift
[209/223] Compiling OpenAI FunctionTool.swift
[210/223] Compiling OpenAI InputContent.swift
[211/223] Compiling OpenAI InputImage.swift
[212/223] Compiling OpenAI InputItem.swift
[213/223] Compiling OpenAI ResponseOutputItemAddedEvent.swift
[214/223] Compiling OpenAI ResponseOutputItemDoneEvent.swift
[215/223] Compiling OpenAI Tool.swift
[216/223] Compiling OpenAI OutputItem.swift
[217/223] Compiling OpenAI ResponseStreamEvent.swift
[218/223] Compiling OpenAI Components.swift
[219/223] Compiling OpenAI ParsingOptions.swift
[220/223] Compiling OpenAI Utilities.swift
[221/223] Compiling OpenAI ResponsesEndpoint+Async.swift
[222/223] Compiling OpenAI ResponsesEndpoint+Combine.swift
[223/223] Compiling OpenAI ResponsesEndpoint.swift
Build complete! (58.13s)
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" : "/host/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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.