Build Information
Successful build of OpenAI, reference main (80045f
), with Swift 6.1 for Linux on 9 Aug 2025 22:36:49 UTC.
Swift 6 data race errors: 1
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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.65.0
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 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 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" : [
"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-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:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
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/5698] Fetching swift-openapi-runtime
Fetched https://github.com/apple/swift-openapi-runtime from cache (0.31s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.8.2 (0.85s)
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.21s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (0.69s)
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/13] Compiling HTTPTypes HTTPRequest.swift
[7/13] Compiling HTTPTypes HTTPParsedFields.swift
[8/13] Compiling HTTPTypes HTTPResponse.swift
[9/13] Compiling HTTPTypes NIOLock.swift
[10/13] Compiling HTTPTypes HTTPField.swift
[11/13] Emitting module HTTPTypes
[12/13] Compiling HTTPTypes HTTPFields.swift
[13/13] Compiling HTTPTypes HTTPFieldName.swift
[15/75] Emitting module OpenAPIRuntime
[16/83] Compiling OpenAPIRuntime Acceptable.swift
[17/83] Compiling OpenAPIRuntime Base64EncodedData.swift
[18/83] Compiling OpenAPIRuntime ByteUtilities.swift
[19/83] Compiling OpenAPIRuntime ContentDisposition.swift
[20/83] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[21/83] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[22/83] Compiling OpenAPIRuntime OpenAPIValue.swift
[23/83] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[24/83] Compiling OpenAPIRuntime UndocumentedPayload.swift
[25/83] Compiling OpenAPIRuntime CurrencyTypes.swift
[26/83] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[27/83] Compiling OpenAPIRuntime HTTPBody.swift
[28/83] Compiling OpenAPIRuntime ServerTransport.swift
[29/83] Compiling OpenAPIRuntime UniversalClient.swift
[30/83] Compiling OpenAPIRuntime UniversalServer.swift
[31/83] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[32/83] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[33/83] Compiling OpenAPIRuntime URICodeCodingKey.swift
[34/83] Compiling OpenAPIRuntime URICoderConfiguration.swift
[35/83] Compiling OpenAPIRuntime URIEncodedNode.swift
[36/83] Compiling OpenAPIRuntime URIParsedTypes.swift
[37/83] Compiling OpenAPIRuntime URIDecoder.swift
[38/83] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[39/83] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[40/83] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[41/83] Compiling OpenAPIRuntime FoundationExtensions.swift
[42/83] Compiling OpenAPIRuntime ParameterStyles.swift
[43/83] Compiling OpenAPIRuntime ServerVariable.swift
[44/83] Compiling OpenAPIRuntime URLExtensions.swift
[45/83] Compiling OpenAPIRuntime Deprecated.swift
[46/83] Compiling OpenAPIRuntime ClientError.swift
[47/83] Compiling OpenAPIRuntime CodingErrors.swift
[48/83] Compiling OpenAPIRuntime RuntimeError.swift
[49/83] Compiling OpenAPIRuntime ServerError.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 JSONLinesDecoding.swift
[60/83] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[61/83] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[62/83] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[63/83] Compiling OpenAPIRuntime ServerSentEvents.swift
[64/83] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[65/83] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[66/83] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[67/83] Compiling OpenAPIRuntime ClientTransport.swift
[68/83] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[69/83] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[70/83] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[71/83] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[72/83] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[73/83] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[74/83] Compiling OpenAPIRuntime MultipartValidation.swift
[75/83] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[76/83] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[77/83] Compiling OpenAPIRuntime URIEncoder.swift
[78/83] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[79/83] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[80/83] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[81/83] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[82/83] Compiling OpenAPIRuntime URIParser.swift
[83/83] Compiling OpenAPIRuntime URISerializer.swift
[85/211] Compiling OpenAI OpenAI+OpenAIAsync.swift
[86/211] Compiling OpenAI OpenAI+OpenAICombine.swift
[87/211] Compiling OpenAI OpenAI.swift
[88/211] Compiling OpenAI AssistantsRequest.swift
[89/211] Compiling OpenAI CancellablesFactory.swift
[90/211] Compiling OpenAI AsyncClient.swift
[91/211] Compiling OpenAI Client.swift
[92/211] Compiling OpenAI CombineClient.swift
[93/211] Compiling OpenAI StreamingClient.swift
[94/211] Compiling OpenAI CodingUserInfoKey+ParsingOptions.swift
[95/211] Compiling OpenAI DataTaskFactory.swift
[96/211] Compiling OpenAI DescribedError.swift
[97/211] Compiling OpenAI DispatchQueue+Static.swift
[98/211] Compiling OpenAI ExecutionSerializer.swift
[99/211] Compiling OpenAI Schemas+Description.swift
[100/211] Compiling OpenAI JSONRequest.swift
[101/211] Compiling OpenAI JSONResponseDecoder.swift
[102/211] Compiling OpenAI JSONResponseErrorDecoder.swift
[103/229] Compiling OpenAI URLSessionTaskCanceller.swift
[104/229] Compiling OpenAI APIError.swift
[105/229] Compiling OpenAI GeminiAPIError.swift
[106/229] Compiling OpenAI AnyJSONDocument.swift
[107/229] Compiling OpenAI JSONDocument.swift
[108/229] Compiling OpenAI JSONSchema.swift
[109/229] Compiling OpenAI JSONSchemaField.swift
[110/229] Compiling OpenAI JSONSchemaInstanceType.swift
[111/229] Compiling OpenAI JSONSchemaConvertationError.swift
[112/229] Compiling OpenAI JSONSchemaConvertible.swift
[113/229] Compiling OpenAI JSONSchemaEnumConvertible.swift
[114/229] Compiling OpenAI AssistantResult.swift
[115/229] Compiling OpenAI AssistantsQuery.swift
[116/229] Compiling OpenAI AssistantsResult.swift
[117/229] Compiling OpenAI AssistantsTool.swift
[118/229] Compiling OpenAI AudioSpeechQuery.swift
[119/229] Compiling OpenAI AudioSpeechResult.swift
[120/229] Compiling OpenAI AudioTranscriptionQuery.swift
[121/229] Compiling OpenAI RunsQuery.swift
[122/229] Compiling OpenAI ThreadAddMessagesResult.swift
[123/229] Compiling OpenAI ThreadRunQuery.swift
[124/229] Compiling OpenAI ThreadsMessagesResult.swift
[125/229] Compiling OpenAI ThreadsQuery.swift
[126/229] Compiling OpenAI ThreadsResult.swift
[127/229] Compiling OpenAI ChatQueryWebSearchOptions.swift
[128/229] Compiling OpenAI JSONSchemaDefinition.swift
[129/229] Compiling OpenAI ServiceTier.swift
[130/229] Compiling OpenAI CancellableRequest.swift
[131/229] Compiling OpenAI OpenAIAsync.swift
[132/229] Compiling OpenAI OpenAICombine.swift
[133/229] Compiling OpenAI OpenAIMiddleware.swift
[134/229] Compiling OpenAI OpenAIProtocol.swift
[135/229] Compiling OpenAI ResponsesEndpointAsync.swift
[136/229] Compiling OpenAI ResponsesEndpointCombine.swift
[137/229] Compiling OpenAI ResponsesEndpointModern.swift
[138/229] Compiling OpenAI ResponsesEndpointProtocol.swift
[139/229] Compiling OpenAI ModelQuery.swift
[140/229] Compiling OpenAI ModelResult.swift
[141/229] Compiling OpenAI Models.swift
[142/229] Compiling OpenAI ModelsResult.swift
[143/229] Compiling OpenAI ModerationsQuery.swift
[144/229] Compiling OpenAI ModerationsResult.swift
[145/229] Compiling OpenAI CreateModelResponseQuery+TextResponseConfigurationOptions.swift
[146/229] Compiling OpenAI CreateModelResponseQuery.swift
[147/229] Compiling OpenAI CreateModelResponseQueryInput.swift
[148/229] Compiling OpenAI DeleteModelResponseQuery.swift
[149/229] Compiling OpenAI DeleteModelResponseResult.swift
[150/229] Compiling OpenAI GetModelResponseQuery.swift
[151/229] Compiling OpenAI ResponseEvent.swift
[152/229] Compiling OpenAI ResponseObject.swift
[153/229] Compiling OpenAI RunResult.swift
[154/229] Compiling OpenAI RunRetrieveQuery.swift
[155/229] Compiling OpenAI RunRetrieveStepsResult.swift
[156/229] Compiling OpenAI RunToolOutputsQuery.swift
[157/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 }
[158/229] Compiling OpenAI ServerSentEventsStreamParser.swift
[159/229] Compiling OpenAI ServerSentEventsStreamingSessionFactory.swift
[160/229] Compiling OpenAI SessionInvalidator.swift
[161/229] Compiling OpenAI StreamingError.swift
[162/229] Compiling OpenAI StreamingSession.swift
[163/229] Compiling OpenAI URLBuilder.swift
[164/229] Compiling OpenAI URLComponents+.swift
[165/229] Compiling OpenAI URLRequestBuildable.swift
[166/229] Compiling OpenAI URLResponseHandler.swift
[167/229] Compiling OpenAI URLSessionCombine.swift
[168/229] Compiling OpenAI URLSessionDataDelegateForwarder.swift
[169/229] Compiling OpenAI URLSessionDataTaskProtocol.swift
[170/229] Compiling OpenAI URLSessionDataTaskPublisherProtocol.swift
[171/229] Compiling OpenAI URLSessionDataTaskStore.swift
[172/229] Compiling OpenAI URLSessionDelegateProtocol.swift
[173/229] Compiling OpenAI URLSessionFactory.swift
[174/229] Compiling OpenAI URLSessionProtocol+MakeDataTask.swift
[175/229] Compiling OpenAI URLSessionProtocol.swift
[176/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 }
[177/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 }
[178/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 }
[179/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 }
[180/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 }
[181/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 }
[182/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 }
[183/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 }
[184/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 }
[185/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 }
[186/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 }
[187/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 }
[188/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 }
[189/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 }
[190/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 }
[191/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 }
[192/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 }
[193/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 }
[194/229] Compiling OpenAI KeyedDecodingContainer+ParsingOptions.swift
[195/229] Compiling OpenAI MultipartFormDataBodyBuilder.swift
[196/229] Compiling OpenAI MultipartFormDataBodyEncodable.swift
[197/229] Compiling OpenAI MultipartFormDataEntry.swift
[198/229] Compiling OpenAI MultipartFormDataRequest.swift
[199/229] Compiling OpenAI OpenAI+MakeRequest.swift
[200/229] Compiling OpenAI PropertyValue.swift
[201/229] Compiling OpenAI SSLDelegateProtocol.swift
[202/229] Compiling OpenAI SendablePassthroughSubject.swift
[203/229] Compiling OpenAI StreamableQuery.swift
[204/229] Compiling OpenAI AudioSpeechStreamInterpreter.swift
[205/229] Compiling OpenAI CodableResultStreamInterpreter.swift
[206/229] Compiling OpenAI DataTaskPerformingURLSession.swift
[207/229] Compiling OpenAI InvalidatableSession.swift
[208/229] Compiling OpenAI ModelResponseEventsStreamInterpreter.swift
[209/229] Compiling OpenAI ModelResponseStreamEventType.swift
[210/229] Compiling OpenAI PerformableSession.swift
[211/229] Compiling OpenAI ServerSentEventsStreamInterpreter.swift
[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! (70.73s)
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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.