The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of OpenAI, reference 0.4.6 (80045f), with Swift 6.1 for Android on 9 Aug 2025 22:38:03 UTC.

Swift 6 data race errors: 1

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MacPaw/OpenAI.git
Reference: 0.4.6
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
 * tag               0.4.6      -> FETCH_HEAD
HEAD is now at 80045fc Merge pull request #374 from piscue/add-gpt-5-models
Cloned https://github.com/MacPaw/OpenAI.git
Revision (git rev-parse @):
80045fcda7ba727a327eb0a525e983fd7a796c70
SUCCESS checkout https://github.com/MacPaw/OpenAI.git at 0.4.6
========================================
Build
========================================
Selected platform:         android
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" : [
        "AsyncClientTests.swift",
        "ChatQueryCodingTests.swift",
        "ChatResultTests.swift",
        "ChatStreamResultTests.swift",
        "ClientTests.swift",
        "CombineClientTests.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/MockMiddleware.swift",
        "Mocks/MockStreamingSessionFactory.swift",
        "Mocks/MockURLSessionFactory.swift",
        "Mocks/MovieInfo.swift",
        "Mocks/NeverURLSessionMock.swift",
        "Mocks/NoDispatchExecutionSerializer.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",
        "StreamingClientTests.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/PropertyValue.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/JSONDocument.swift",
        "Public/JSONSchema/JSONSchema.swift",
        "Public/JSONSchema/JSONSchemaField.swift",
        "Public/JSONSchema/JSONSchemaInstanceType.swift",
        "Public/JSONSchemaConvertible/JSONSchemaConvertationError.swift",
        "Public/JSONSchemaConvertible/JSONSchemaConvertible.swift",
        "Public/JSONSchemaConvertible/JSONSchemaEnumConvertible.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/AudioTranscriptionVerboseResult.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/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 API/CreateModelResponseQuery+TextResponseConfigurationOptions.swift",
        "Public/Models/Responses API/CreateModelResponseQuery.swift",
        "Public/Models/Responses API/CreateModelResponseQueryInput.swift",
        "Public/Models/Responses API/DeleteModelResponseQuery.swift",
        "Public/Models/Responses API/DeleteModelResponseResult.swift",
        "Public/Models/Responses API/GetModelResponseQuery.swift",
        "Public/Models/Responses API/ResponseEvent.swift",
        "Public/Models/Responses API/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/JSONSchemaDefinition.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/ResponseMCPCallArgumentsDeltaEvent.swift",
        "Public/Schemas/Edited/ResponseMCPCallArgumentsDoneEvent.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-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-openapi-runtime
[1/5698] 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.83s)
Fetching https://github.com/apple/swift-http-types
[1/917] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types from cache (0.27s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (1.34s)
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
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/12] Compiling HTTPTypes ISOLatin1String.swift
[6/12] Compiling HTTPTypes HTTPResponse.swift
[7/13] Compiling HTTPTypes HTTPParsedFields.swift
[8/13] Emitting module HTTPTypes
[9/13] Compiling HTTPTypes HTTPRequest.swift
[10/13] Compiling HTTPTypes NIOLock.swift
[11/13] Compiling HTTPTypes HTTPFieldName.swift
[12/13] Compiling HTTPTypes HTTPFields.swift
[13/13] Compiling HTTPTypes HTTPField.swift
[15/75] Emitting module OpenAPIRuntime
[16/83] Compiling OpenAPIRuntime URICodeCodingKey.swift
[17/83] Compiling OpenAPIRuntime URICoderConfiguration.swift
[18/83] Compiling OpenAPIRuntime URIEncodedNode.swift
[19/83] Compiling OpenAPIRuntime URIParsedTypes.swift
[20/83] Compiling OpenAPIRuntime URIDecoder.swift
[21/83] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[22/83] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[23/83] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[24/83] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[25/83] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[26/83] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[27/83] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[28/83] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[29/83] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[30/83] Compiling OpenAPIRuntime MultipartValidation.swift
[31/83] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[32/83] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[33/83] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[34/83] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[35/83] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[36/83] Compiling OpenAPIRuntime ServerSentEvents.swift
[37/83] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[38/83] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[39/83] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[40/83] Compiling OpenAPIRuntime ClientTransport.swift
[41/83] Compiling OpenAPIRuntime CurrencyTypes.swift
[42/83] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[43/83] Compiling OpenAPIRuntime HTTPBody.swift
[44/83] Compiling OpenAPIRuntime ServerTransport.swift
[45/83] Compiling OpenAPIRuntime UniversalClient.swift
[46/83] Compiling OpenAPIRuntime UniversalServer.swift
[47/83] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[48/83] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[49/83] Compiling OpenAPIRuntime FoundationExtensions.swift
[50/83] Compiling OpenAPIRuntime ParameterStyles.swift
[51/83] Compiling OpenAPIRuntime ServerVariable.swift
[52/83] Compiling OpenAPIRuntime URLExtensions.swift
[53/83] Compiling OpenAPIRuntime Deprecated.swift
[54/83] Compiling OpenAPIRuntime ClientError.swift
[55/83] Compiling OpenAPIRuntime CodingErrors.swift
[56/83] Compiling OpenAPIRuntime RuntimeError.swift
[57/83] Compiling OpenAPIRuntime ServerError.swift
[58/83] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[59/83] Compiling OpenAPIRuntime CodableExtensions.swift
[60/83] Compiling OpenAPIRuntime Configuration.swift
[61/83] Compiling OpenAPIRuntime Converter+Client.swift
[62/83] Compiling OpenAPIRuntime Converter+Common.swift
[63/83] Compiling OpenAPIRuntime Converter+Server.swift
[64/83] Compiling OpenAPIRuntime Converter.swift
[65/83] Compiling OpenAPIRuntime CurrencyExtensions.swift
[66/83] Compiling OpenAPIRuntime ErrorExtensions.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/211] Compiling OpenAI ServerSentEventsStreamParser.swift
[86/211] Compiling OpenAI ServerSentEventsStreamingSessionFactory.swift
[87/211] Compiling OpenAI SessionInvalidator.swift
[88/211] Compiling OpenAI StreamingError.swift
[89/211] Compiling OpenAI StreamingSession.swift
[90/211] Compiling OpenAI URLBuilder.swift
[91/211] Compiling OpenAI URLComponents+.swift
[92/211] Compiling OpenAI URLRequestBuildable.swift
[93/211] Compiling OpenAI URLResponseHandler.swift
[94/211] Compiling OpenAI URLSessionCombine.swift
[95/211] Compiling OpenAI URLSessionDataDelegateForwarder.swift
[96/211] Compiling OpenAI URLSessionDataTaskProtocol.swift
[97/211] Compiling OpenAI URLSessionDataTaskPublisherProtocol.swift
[98/211] Compiling OpenAI URLSessionDataTaskStore.swift
[99/211] Compiling OpenAI URLSessionDelegateProtocol.swift
[100/211] Compiling OpenAI URLSessionFactory.swift
[101/211] Compiling OpenAI URLSessionProtocol+MakeDataTask.swift
[102/211] Compiling OpenAI URLSessionProtocol.swift
[103/229] Compiling OpenAI OpenAI+OpenAIAsync.swift
[104/229] Compiling OpenAI OpenAI+OpenAICombine.swift
[105/229] Compiling OpenAI OpenAI.swift
[106/229] Compiling OpenAI AssistantsRequest.swift
[107/229] Compiling OpenAI CancellablesFactory.swift
[108/229] Compiling OpenAI AsyncClient.swift
[109/229] Compiling OpenAI Client.swift
[110/229] Compiling OpenAI CombineClient.swift
[111/229] Compiling OpenAI StreamingClient.swift
[112/229] Compiling OpenAI CodingUserInfoKey+ParsingOptions.swift
[113/229] Compiling OpenAI DataTaskFactory.swift
[114/229] Compiling OpenAI DescribedError.swift
[115/229] Compiling OpenAI DispatchQueue+Static.swift
[116/229] Compiling OpenAI ExecutionSerializer.swift
[117/229] Compiling OpenAI Schemas+Description.swift
[118/229] Compiling OpenAI JSONRequest.swift
[119/229] Compiling OpenAI JSONResponseDecoder.swift
[120/229] Compiling OpenAI JSONResponseErrorDecoder.swift
[121/229] 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 }
[122/229] Compiling OpenAI RunsQuery.swift
[123/229] Compiling OpenAI ThreadAddMessagesResult.swift
[124/229] Compiling OpenAI ThreadRunQuery.swift
[125/229] Compiling OpenAI ThreadsMessagesResult.swift
[126/229] Compiling OpenAI ThreadsQuery.swift
[127/229] Compiling OpenAI ThreadsResult.swift
[128/229] Compiling OpenAI ChatQueryWebSearchOptions.swift
[129/229] Compiling OpenAI JSONSchemaDefinition.swift
[130/229] Compiling OpenAI ServiceTier.swift
[131/229] Compiling OpenAI CancellableRequest.swift
[132/229] Compiling OpenAI OpenAIAsync.swift
[133/229] Compiling OpenAI OpenAICombine.swift
[134/229] Compiling OpenAI OpenAIMiddleware.swift
[135/229] Compiling OpenAI OpenAIProtocol.swift
[136/229] Compiling OpenAI ResponsesEndpointAsync.swift
[137/229] Compiling OpenAI ResponsesEndpointCombine.swift
[138/229] Compiling OpenAI ResponsesEndpointModern.swift
[139/229] Compiling OpenAI ResponsesEndpointProtocol.swift
[140/229] Compiling OpenAI KeyedDecodingContainer+ParsingOptions.swift
[141/229] Compiling OpenAI MultipartFormDataBodyBuilder.swift
[142/229] Compiling OpenAI MultipartFormDataBodyEncodable.swift
[143/229] Compiling OpenAI MultipartFormDataEntry.swift
[144/229] Compiling OpenAI MultipartFormDataRequest.swift
[145/229] Compiling OpenAI OpenAI+MakeRequest.swift
[146/229] Compiling OpenAI PropertyValue.swift
[147/229] Compiling OpenAI SSLDelegateProtocol.swift
[148/229] Compiling OpenAI SendablePassthroughSubject.swift
[149/229] Compiling OpenAI StreamableQuery.swift
[150/229] Compiling OpenAI AudioSpeechStreamInterpreter.swift
[151/229] Compiling OpenAI CodableResultStreamInterpreter.swift
[152/229] Compiling OpenAI DataTaskPerformingURLSession.swift
[153/229] Compiling OpenAI InvalidatableSession.swift
[154/229] Compiling OpenAI ModelResponseEventsStreamInterpreter.swift
[155/229] Compiling OpenAI ModelResponseStreamEventType.swift
[156/229] Compiling OpenAI PerformableSession.swift
[157/229] Compiling OpenAI ServerSentEventsStreamInterpreter.swift
[158/229] Compiling OpenAI ModelQuery.swift
[159/229] Compiling OpenAI ModelResult.swift
[160/229] Compiling OpenAI Models.swift
[161/229] Compiling OpenAI ModelsResult.swift
[162/229] Compiling OpenAI ModerationsQuery.swift
[163/229] Compiling OpenAI ModerationsResult.swift
[164/229] Compiling OpenAI CreateModelResponseQuery+TextResponseConfigurationOptions.swift
[165/229] Compiling OpenAI CreateModelResponseQuery.swift
[166/229] Compiling OpenAI CreateModelResponseQueryInput.swift
[167/229] Compiling OpenAI DeleteModelResponseQuery.swift
[168/229] Compiling OpenAI DeleteModelResponseResult.swift
[169/229] Compiling OpenAI GetModelResponseQuery.swift
[170/229] Compiling OpenAI ResponseEvent.swift
[171/229] Compiling OpenAI ResponseObject.swift
[172/229] Compiling OpenAI RunResult.swift
[173/229] Compiling OpenAI RunRetrieveQuery.swift
[174/229] Compiling OpenAI RunRetrieveStepsResult.swift
[175/229] Compiling OpenAI RunToolOutputsQuery.swift
[176/229] Compiling OpenAI URLSessionTaskCanceller.swift
[177/229] Compiling OpenAI APIError.swift
[178/229] Compiling OpenAI GeminiAPIError.swift
[179/229] Compiling OpenAI AnyJSONDocument.swift
[180/229] Compiling OpenAI JSONDocument.swift
[181/229] Compiling OpenAI JSONSchema.swift
[182/229] Compiling OpenAI JSONSchemaField.swift
[183/229] Compiling OpenAI JSONSchemaInstanceType.swift
[184/229] Compiling OpenAI JSONSchemaConvertationError.swift
[185/229] Compiling OpenAI JSONSchemaConvertible.swift
[186/229] Compiling OpenAI JSONSchemaEnumConvertible.swift
[187/229] Compiling OpenAI AssistantResult.swift
[188/229] Compiling OpenAI AssistantsQuery.swift
[189/229] Compiling OpenAI AssistantsResult.swift
[190/229] Compiling OpenAI AssistantsTool.swift
[191/229] Compiling OpenAI AudioSpeechQuery.swift
[192/229] Compiling OpenAI AudioSpeechResult.swift
[193/229] Compiling OpenAI AudioTranscriptionQuery.swift
[194/229] Compiling OpenAI AudioTranscriptionResult.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/229] 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 }
[196/229] Compiling OpenAI AudioTranscriptionVerboseResult.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/229] 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 }
[198/229] 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 }
[199/229] 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 }
[200/229] 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 }
[201/229] 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 }
[202/229] 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 }
[203/229] 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 }
[204/229] 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 }
[205/229] 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 }
[206/229] 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 }
[207/229] 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 }
[208/229] 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 }
[209/229] 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 }
[210/229] 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 }
[211/229] Compiling OpenAI MessageQuery.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 }
[212/229] Compiling OpenAI EasyInputMessage.swift
[213/229] Compiling OpenAI FunctionTool.swift
[214/229] Compiling OpenAI InputContent.swift
[215/229] Compiling OpenAI InputImage.swift
[216/229] Compiling OpenAI InputItem.swift
[217/229] Compiling OpenAI ResponseMCPCallArgumentsDeltaEvent.swift
[218/229] Compiling OpenAI ResponseMCPCallArgumentsDoneEvent.swift
[219/229] Compiling OpenAI ResponseOutputItemAddedEvent.swift
[220/229] Compiling OpenAI ResponseOutputItemDoneEvent.swift
[221/229] Compiling OpenAI Tool.swift
[222/229] Compiling OpenAI OutputItem.swift
[223/229] Compiling OpenAI ResponseStreamEvent.swift
[224/229] Compiling OpenAI Components.swift
[225/229] Compiling OpenAI ParsingOptions.swift
[226/229] Compiling OpenAI Utilities.swift
[227/229] Compiling OpenAI ResponsesEndpoint+Async.swift
[228/229] Compiling OpenAI ResponsesEndpoint+Combine.swift
[229/229] Compiling OpenAI ResponsesEndpoint.swift
Build complete! (61.60s)
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" : [
        "AsyncClientTests.swift",
        "ChatQueryCodingTests.swift",
        "ChatResultTests.swift",
        "ChatStreamResultTests.swift",
        "ClientTests.swift",
        "CombineClientTests.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/MockMiddleware.swift",
        "Mocks/MockStreamingSessionFactory.swift",
        "Mocks/MockURLSessionFactory.swift",
        "Mocks/MovieInfo.swift",
        "Mocks/NeverURLSessionMock.swift",
        "Mocks/NoDispatchExecutionSerializer.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",
        "StreamingClientTests.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/PropertyValue.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/JSONDocument.swift",
        "Public/JSONSchema/JSONSchema.swift",
        "Public/JSONSchema/JSONSchemaField.swift",
        "Public/JSONSchema/JSONSchemaInstanceType.swift",
        "Public/JSONSchemaConvertible/JSONSchemaConvertationError.swift",
        "Public/JSONSchemaConvertible/JSONSchemaConvertible.swift",
        "Public/JSONSchemaConvertible/JSONSchemaEnumConvertible.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/AudioTranscriptionVerboseResult.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/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 API/CreateModelResponseQuery+TextResponseConfigurationOptions.swift",
        "Public/Models/Responses API/CreateModelResponseQuery.swift",
        "Public/Models/Responses API/CreateModelResponseQueryInput.swift",
        "Public/Models/Responses API/DeleteModelResponseQuery.swift",
        "Public/Models/Responses API/DeleteModelResponseResult.swift",
        "Public/Models/Responses API/GetModelResponseQuery.swift",
        "Public/Models/Responses API/ResponseEvent.swift",
        "Public/Models/Responses API/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/JSONSchemaDefinition.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/ResponseMCPCallArgumentsDeltaEvent.swift",
        "Public/Schemas/Edited/ResponseMCPCallArgumentsDoneEvent.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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.