Build Information
Successful build of OpenAI, reference 0.4.3 (9261cd
), with Swift 6.1 for Android on 31 May 2025 04:08:29 UTC.
Swift 6 data race errors: 1
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MacPaw/OpenAI.git
Reference: 0.4.3
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.3 -> FETCH_HEAD
HEAD is now at 9261cd3 Merge pull request #332 from MacPaw/331-o4-mini-decode-failed
Cloned https://github.com/MacPaw/OpenAI.git
Revision (git rev-parse @):
9261cd39d55a718bcc360fbc29515a331cad5dbb
SUCCESS checkout https://github.com/MacPaw/OpenAI.git at 0.4.3
========================================
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" : [
"ChatResultTests.swift",
"Extensions/AssistantResult+Mock.swift",
"Extensions/AssistantsQuery+Mock.swift",
"Extensions/AudioSpeechQuery+Mock.swift",
"Extensions/ChatResult+Mock.swift",
"Extensions/XCTestCase+Extensions.swift",
"MockServerSentEvent.swift",
"Mocks/ChatCompletionToolParam+Mock.swift",
"Mocks/ChatResult+MockJson.swift",
"Mocks/DataTaskMock.swift",
"Mocks/MockCancellablesFactory.swift",
"Mocks/MockDataTaskPublisher.swift",
"Mocks/MockStreamingSessionFactory.swift",
"Mocks/MockURLSessionFactory.swift",
"Mocks/MovieInfo.swift",
"Mocks/NeverURLSessionMock.swift",
"Mocks/URLSessionMock.swift",
"Mocks/WorkSimulatingMockMiddleware.swift",
"ModelResponseEventsStreamInterpreterTests.swift",
"OpenAIStreamingTests.swift",
"OpenAITests.swift",
"OpenAITestsCombine.swift",
"OpenAITestsDecoder.swift",
"ResponsesEndpointTests.swift",
"ServerSentEventsParserTests.swift",
"ServerSentEventsStreamInterpreterTests.swift",
"ServerSentEventsStreamParserTests.swift",
"StreamingSessionIntegrationTests.swift",
"StreamingSessionTests.swift"
],
"target_dependencies" : [
"OpenAI"
],
"type" : "test"
},
{
"c99name" : "OpenAI",
"module_type" : "SwiftTarget",
"name" : "OpenAI",
"path" : "Sources/OpenAI",
"product_dependencies" : [
"OpenAPIRuntime"
],
"product_memberships" : [
"OpenAI"
],
"sources" : [
"OpenAI+OpenAIAsync.swift",
"OpenAI+OpenAICombine.swift",
"OpenAI.swift",
"Private/AssistantsRequest.swift",
"Private/CancellablesFactory.swift",
"Private/Client/AsyncClient.swift",
"Private/Client/Client.swift",
"Private/Client/CombineClient.swift",
"Private/Client/StreamingClient.swift",
"Private/CodingUserInfoKey+ParsingOptions.swift",
"Private/DataTaskFactory.swift",
"Private/DescribedError.swift",
"Private/DispatchQueue+Static.swift",
"Private/ExecutionSerializer.swift",
"Private/Extensions for generated code/Schemas+Description.swift",
"Private/JSONRequest.swift",
"Private/JSONResponseErrorDecoder.swift",
"Private/KeyedDecodingContainer+ParsingOptions.swift",
"Private/MultipartFormDataBodyBuilder.swift",
"Private/MultipartFormDataBodyEncodable.swift",
"Private/MultipartFormDataEntry.swift",
"Private/MultipartFormDataRequest.swift",
"Private/OpenAI+MakeRequest.swift",
"Private/SSLDelegateProtocol.swift",
"Private/SendablePassthroughSubject.swift",
"Private/StreamableQuery.swift",
"Private/Streaming/AudioSpeechStreamInterpreter.swift",
"Private/Streaming/CodableResultStreamInterpreter.swift",
"Private/Streaming/DataTaskPerformingURLSession.swift",
"Private/Streaming/InvalidatableSession.swift",
"Private/Streaming/ModelResponseEventsStreamInterpreter.swift",
"Private/Streaming/ModelResponseStreamEventType.swift",
"Private/Streaming/PerformableSession.swift",
"Private/Streaming/ServerSentEventsStreamInterpreter.swift",
"Private/Streaming/ServerSentEventsStreamParser.swift",
"Private/Streaming/ServerSentEventsStreamingSessionFactory.swift",
"Private/Streaming/SessionInvalidator.swift",
"Private/Streaming/StreamingError.swift",
"Private/Streaming/StreamingSession.swift",
"Private/URLBuilder.swift",
"Private/URLComponents+.swift",
"Private/URLRequestBuildable.swift",
"Private/URLSessionCombine.swift",
"Private/URLSessionDataDelegateForwarder.swift",
"Private/URLSessionDataTaskProtocol.swift",
"Private/URLSessionDataTaskPublisherProtocol.swift",
"Private/URLSessionDataTaskStore.swift",
"Private/URLSessionDelegateProtocol.swift",
"Private/URLSessionFactory.swift",
"Private/URLSessionProtocol+MakeDataTask.swift",
"Private/URLSessionProtocol.swift",
"Private/URLSessionTaskCanceller.swift",
"Public/Errors/APIError.swift",
"Public/Errors/GeminiAPIError.swift",
"Public/JSONSchema/AnyJSONDocument.swift",
"Public/JSONSchema/AnyJSONSchema.swift",
"Public/JSONSchema/JSONDocument.swift",
"Public/JSONSchema/JSONSchema.swift",
"Public/JSONSchema/JSONSchemaField.swift",
"Public/JSONSchema/JSONSchemaInstanceType.swift",
"Public/Models/AssistantResult.swift",
"Public/Models/AssistantsQuery.swift",
"Public/Models/AssistantsResult.swift",
"Public/Models/AssistantsTool.swift",
"Public/Models/AudioSpeechQuery.swift",
"Public/Models/AudioSpeechResult.swift",
"Public/Models/AudioTranscriptionQuery.swift",
"Public/Models/AudioTranscriptionResult.swift",
"Public/Models/AudioTranscriptionStreamResult.swift",
"Public/Models/AudioTranslationQuery.swift",
"Public/Models/AudioTranslationResult.swift",
"Public/Models/ChatQuery.swift",
"Public/Models/ChatResult.swift",
"Public/Models/ChatStreamResult.swift",
"Public/Models/EmbeddingsQuery.swift",
"Public/Models/EmbeddingsResult.swift",
"Public/Models/FilesQuery.swift",
"Public/Models/FilesResult.swift",
"Public/Models/FunctionDeclaration.swift",
"Public/Models/ImageEditsQuery.swift",
"Public/Models/ImageVariationsQuery.swift",
"Public/Models/ImagesQuery.swift",
"Public/Models/ImagesResult.swift",
"Public/Models/JSONSchemaConvertible.swift",
"Public/Models/JSONSchemaEnumConvertible.swift",
"Public/Models/MessageQuery.swift",
"Public/Models/Models/ModelQuery.swift",
"Public/Models/Models/ModelResult.swift",
"Public/Models/Models/Models.swift",
"Public/Models/Models/ModelsResult.swift",
"Public/Models/ModerationsQuery.swift",
"Public/Models/ModerationsResult.swift",
"Public/Models/Responses/CreateModelResponseQuery.swift",
"Public/Models/Responses/CreateModelResponseQueryInput.swift",
"Public/Models/Responses/DeleteModelResponseQuery.swift",
"Public/Models/Responses/DeleteModelResponseResult.swift",
"Public/Models/Responses/GetModelResponseQuery.swift",
"Public/Models/Responses/ResponseEvent.swift",
"Public/Models/Responses/ResponseObject.swift",
"Public/Models/RunResult.swift",
"Public/Models/RunRetrieveQuery.swift",
"Public/Models/RunRetrieveStepsResult.swift",
"Public/Models/RunToolOutputsQuery.swift",
"Public/Models/RunsQuery.swift",
"Public/Models/ThreadAddMessagesResult.swift",
"Public/Models/ThreadRunQuery.swift",
"Public/Models/ThreadsMessagesResult.swift",
"Public/Models/ThreadsQuery.swift",
"Public/Models/ThreadsResult.swift",
"Public/Protocols/CancellableRequest.swift",
"Public/Protocols/OpenAIAsync.swift",
"Public/Protocols/OpenAICombine.swift",
"Public/Protocols/OpenAIMiddleware.swift",
"Public/Protocols/OpenAIProtocol.swift",
"Public/Protocols/ResponsesEndpointAsync.swift",
"Public/Protocols/ResponsesEndpointCombine.swift",
"Public/Protocols/ResponsesEndpointModern.swift",
"Public/Protocols/ResponsesEndpointProtocol.swift",
"Public/Schemas/Edited/EasyInputMessage.swift",
"Public/Schemas/Edited/FunctionTool.swift",
"Public/Schemas/Edited/InputContent.swift",
"Public/Schemas/Edited/InputImage.swift",
"Public/Schemas/Edited/InputItem.swift",
"Public/Schemas/Edited/ResponseOutputItemAddedEvent.swift",
"Public/Schemas/Edited/ResponseOutputItemDoneEvent.swift",
"Public/Schemas/Edited/Tool.swift",
"Public/Schemas/Facade/OutputItem.swift",
"Public/Schemas/Facade/ResponseStreamEvent.swift",
"Public/Schemas/Generated/Components.swift",
"Public/Utilities/ParsingOptions.swift",
"Public/Utilities/Utilities.swift",
"ResponsesEndpoint+Async.swift",
"ResponsesEndpoint+Combine.swift",
"ResponsesEndpoint.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
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/5679] Fetching swift-openapi-runtime
Fetched https://github.com/apple/swift-openapi-runtime from cache (0.43s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.8.2 (0.95s)
Fetching https://github.com/apple/swift-http-types
[1/904] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types from cache (0.27s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (0.77s)
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 HTTPRequest.swift
[8/13] Compiling HTTPTypes NIOLock.swift
[9/13] Compiling HTTPTypes HTTPParsedFields.swift
[10/13] Compiling HTTPTypes HTTPFieldName.swift
[11/13] Compiling HTTPTypes HTTPField.swift
[12/13] Emitting module HTTPTypes
[13/13] Compiling HTTPTypes HTTPFields.swift
[15/75] Compiling OpenAPIRuntime FoundationExtensions.swift
[16/75] Compiling OpenAPIRuntime ParameterStyles.swift
[17/75] Compiling OpenAPIRuntime ServerVariable.swift
[18/75] Compiling OpenAPIRuntime URLExtensions.swift
[19/75] Compiling OpenAPIRuntime Deprecated.swift
[20/75] Compiling OpenAPIRuntime ClientError.swift
[21/75] Compiling OpenAPIRuntime CodingErrors.swift
[22/75] Compiling OpenAPIRuntime RuntimeError.swift
[23/75] Compiling OpenAPIRuntime ServerError.swift
[24/83] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[25/83] Compiling OpenAPIRuntime CodableExtensions.swift
[26/83] Compiling OpenAPIRuntime Configuration.swift
[27/83] Compiling OpenAPIRuntime Converter+Client.swift
[28/83] Compiling OpenAPIRuntime Converter+Common.swift
[29/83] Compiling OpenAPIRuntime Converter+Server.swift
[30/83] Compiling OpenAPIRuntime Converter.swift
[31/83] Compiling OpenAPIRuntime CurrencyExtensions.swift
[32/83] Compiling OpenAPIRuntime ErrorExtensions.swift
[33/83] Emitting module OpenAPIRuntime
[34/83] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[35/83] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[36/83] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[37/83] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[38/83] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[39/83] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[40/83] Compiling OpenAPIRuntime MultipartValidation.swift
[41/83] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[42/83] Compiling OpenAPIRuntime URICodeCodingKey.swift
[43/83] Compiling OpenAPIRuntime URICoderConfiguration.swift
[44/83] Compiling OpenAPIRuntime URIEncodedNode.swift
[45/83] Compiling OpenAPIRuntime URIParsedTypes.swift
[46/83] Compiling OpenAPIRuntime URIDecoder.swift
[47/83] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[48/83] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[49/83] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[50/83] Compiling OpenAPIRuntime CurrencyTypes.swift
[51/83] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[52/83] Compiling OpenAPIRuntime HTTPBody.swift
[53/83] Compiling OpenAPIRuntime ServerTransport.swift
[54/83] Compiling OpenAPIRuntime UniversalClient.swift
[55/83] Compiling OpenAPIRuntime UniversalServer.swift
[56/83] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[57/83] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[58/83] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[59/83] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[60/83] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[61/83] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[62/83] Compiling OpenAPIRuntime ServerSentEvents.swift
[63/83] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[64/83] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[65/83] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[66/83] Compiling OpenAPIRuntime ClientTransport.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/203] Compiling OpenAI ServerSentEventsStreamParser.swift
[86/203] Compiling OpenAI ServerSentEventsStreamingSessionFactory.swift
[87/203] Compiling OpenAI SessionInvalidator.swift
[88/203] Compiling OpenAI StreamingError.swift
[89/203] Compiling OpenAI StreamingSession.swift
[90/203] Compiling OpenAI URLBuilder.swift
[91/203] Compiling OpenAI URLComponents+.swift
[92/203] Compiling OpenAI URLRequestBuildable.swift
[93/203] Compiling OpenAI URLSessionCombine.swift
[94/203] Compiling OpenAI URLSessionDataDelegateForwarder.swift
[95/203] Compiling OpenAI URLSessionDataTaskProtocol.swift
[96/203] Compiling OpenAI URLSessionDataTaskPublisherProtocol.swift
[97/203] Compiling OpenAI URLSessionDataTaskStore.swift
[98/203] Compiling OpenAI URLSessionDelegateProtocol.swift
[99/203] Compiling OpenAI URLSessionFactory.swift
[100/203] Compiling OpenAI URLSessionProtocol+MakeDataTask.swift
[101/203] Compiling OpenAI URLSessionProtocol.swift
[102/219] Compiling OpenAI OpenAI+OpenAIAsync.swift
[103/219] Compiling OpenAI OpenAI+OpenAICombine.swift
[104/219] Compiling OpenAI OpenAI.swift
[105/219] Compiling OpenAI AssistantsRequest.swift
[106/219] Compiling OpenAI CancellablesFactory.swift
[107/219] Compiling OpenAI AsyncClient.swift
[108/219] Compiling OpenAI Client.swift
[109/219] Compiling OpenAI CombineClient.swift
[110/219] Compiling OpenAI StreamingClient.swift
[111/219] Compiling OpenAI CodingUserInfoKey+ParsingOptions.swift
[112/219] Compiling OpenAI DataTaskFactory.swift
[113/219] Compiling OpenAI DescribedError.swift
[114/219] Compiling OpenAI DispatchQueue+Static.swift
[115/219] Compiling OpenAI ExecutionSerializer.swift
[116/219] Compiling OpenAI Schemas+Description.swift
[117/219] Compiling OpenAI JSONRequest.swift
[118/219] Compiling OpenAI JSONResponseErrorDecoder.swift
[119/219] Compiling OpenAI MessageQuery.swift
[120/219] Compiling OpenAI ModelQuery.swift
[121/219] Compiling OpenAI ModelResult.swift
[122/219] Compiling OpenAI Models.swift
[123/219] Compiling OpenAI ModelsResult.swift
[124/219] Compiling OpenAI ModerationsQuery.swift
[125/219] Compiling OpenAI ModerationsResult.swift
[126/219] Compiling OpenAI CreateModelResponseQuery.swift
[127/219] Compiling OpenAI CreateModelResponseQueryInput.swift
[128/219] Compiling OpenAI DeleteModelResponseQuery.swift
[129/219] Compiling OpenAI DeleteModelResponseResult.swift
[130/219] Compiling OpenAI GetModelResponseQuery.swift
[131/219] Compiling OpenAI ResponseEvent.swift
[132/219] Compiling OpenAI ResponseObject.swift
[133/219] Compiling OpenAI RunResult.swift
[134/219] Compiling OpenAI RunRetrieveQuery.swift
[135/219] Compiling OpenAI RunRetrieveStepsResult.swift
[136/219] Compiling OpenAI RunToolOutputsQuery.swift
[137/219] Compiling OpenAI RunsQuery.swift
[138/219] Compiling OpenAI ThreadAddMessagesResult.swift
[139/219] Compiling OpenAI ThreadRunQuery.swift
[140/219] Compiling OpenAI ThreadsMessagesResult.swift
[141/219] Compiling OpenAI ThreadsQuery.swift
[142/219] Compiling OpenAI ThreadsResult.swift
[143/219] Compiling OpenAI CancellableRequest.swift
[144/219] Compiling OpenAI OpenAIAsync.swift
[145/219] Compiling OpenAI OpenAICombine.swift
[146/219] Compiling OpenAI OpenAIMiddleware.swift
[147/219] Compiling OpenAI OpenAIProtocol.swift
[148/219] Compiling OpenAI ResponsesEndpointAsync.swift
[149/219] Compiling OpenAI ResponsesEndpointCombine.swift
[150/219] Compiling OpenAI ResponsesEndpointModern.swift
[151/219] Compiling OpenAI ResponsesEndpointProtocol.swift
[152/219] Compiling OpenAI KeyedDecodingContainer+ParsingOptions.swift
[153/219] Compiling OpenAI MultipartFormDataBodyBuilder.swift
[154/219] Compiling OpenAI MultipartFormDataBodyEncodable.swift
[155/219] Compiling OpenAI MultipartFormDataEntry.swift
[156/219] Compiling OpenAI MultipartFormDataRequest.swift
[157/219] Compiling OpenAI OpenAI+MakeRequest.swift
[158/219] Compiling OpenAI SSLDelegateProtocol.swift
[159/219] Compiling OpenAI SendablePassthroughSubject.swift
[160/219] Compiling OpenAI StreamableQuery.swift
[161/219] Compiling OpenAI AudioSpeechStreamInterpreter.swift
[162/219] Compiling OpenAI CodableResultStreamInterpreter.swift
[163/219] Compiling OpenAI DataTaskPerformingURLSession.swift
[164/219] Compiling OpenAI InvalidatableSession.swift
[165/219] Compiling OpenAI ModelResponseEventsStreamInterpreter.swift
[166/219] Compiling OpenAI ModelResponseStreamEventType.swift
[167/219] Compiling OpenAI PerformableSession.swift
[168/219] Compiling OpenAI ServerSentEventsStreamInterpreter.swift
[169/219] Compiling OpenAI URLSessionTaskCanceller.swift
[170/219] Compiling OpenAI APIError.swift
[171/219] Compiling OpenAI GeminiAPIError.swift
[172/219] Compiling OpenAI AnyJSONDocument.swift
[173/219] Compiling OpenAI AnyJSONSchema.swift
[174/219] Compiling OpenAI JSONDocument.swift
[175/219] Compiling OpenAI JSONSchema.swift
[176/219] Compiling OpenAI JSONSchemaField.swift
[177/219] Compiling OpenAI JSONSchemaInstanceType.swift
[178/219] Compiling OpenAI AssistantResult.swift
[179/219] Compiling OpenAI AssistantsQuery.swift
[180/219] Compiling OpenAI AssistantsResult.swift
[181/219] Compiling OpenAI AssistantsTool.swift
[182/219] Compiling OpenAI AudioSpeechQuery.swift
[183/219] Compiling OpenAI AudioSpeechResult.swift
[184/219] Compiling OpenAI AudioTranscriptionQuery.swift
[185/219] Compiling OpenAI AudioTranscriptionResult.swift
[186/219] Emitting module OpenAI
/host/spi-builder-workspace/Sources/OpenAI/Public/Models/ImageEditsQuery.swift:20:16: warning: stored property 'images' of 'Sendable'-conforming struct 'ImageEditsQuery' has non-sendable type '[ImageEditsQuery.InputImage]' (aka 'Array<ImagesQuery.InputImage>'); this is an error in the Swift 6 language mode
18 | /// For gpt-image-1, each image should be a png, webp, or jpg file less than 25MB.
19 | /// For dall-e-2, you can only provide one image, and it should be a square png file less than 4MB.
20 | public let images: [InputImage]
| `- warning: stored property 'images' of 'Sendable'-conforming struct 'ImageEditsQuery' has non-sendable type '[ImageEditsQuery.InputImage]' (aka 'Array<ImagesQuery.InputImage>'); this is an error in the Swift 6 language mode
21 |
22 | /// An additional image whose fully transparent areas (e.g. where alpha is zero) indicate where image should be edited. Must be a valid PNG file, less than 4MB, and have the same dimensions as image.
/host/spi-builder-workspace/Sources/OpenAI/Public/Models/ImagesQuery.swift:98:17: note: consider making enum 'InputImage' conform to the 'Sendable' protocol
96 | }
97 |
98 | public enum InputImage {
| `- note: consider making enum 'InputImage' conform to the 'Sendable' protocol
99 | case png(Data)
100 | case jpeg(Data)
[187/219] Compiling OpenAI AudioTranscriptionStreamResult.swift
/host/spi-builder-workspace/Sources/OpenAI/Public/Models/ImageEditsQuery.swift:20:16: warning: stored property 'images' of 'Sendable'-conforming struct 'ImageEditsQuery' has non-sendable type '[ImageEditsQuery.InputImage]' (aka 'Array<ImagesQuery.InputImage>'); this is an error in the Swift 6 language mode
18 | /// For gpt-image-1, each image should be a png, webp, or jpg file less than 25MB.
19 | /// For dall-e-2, you can only provide one image, and it should be a square png file less than 4MB.
20 | public let images: [InputImage]
| `- warning: stored property 'images' of 'Sendable'-conforming struct 'ImageEditsQuery' has non-sendable type '[ImageEditsQuery.InputImage]' (aka 'Array<ImagesQuery.InputImage>'); this is an error in the Swift 6 language mode
21 |
22 | /// An additional image whose fully transparent areas (e.g. where alpha is zero) indicate where image should be edited. Must be a valid PNG file, less than 4MB, and have the same dimensions as image.
/host/spi-builder-workspace/Sources/OpenAI/Public/Models/ImagesQuery.swift:98:17: note: consider making enum 'InputImage' conform to the 'Sendable' protocol
96 | }
97 |
98 | public enum InputImage {
| `- note: consider making enum 'InputImage' conform to the 'Sendable' protocol
99 | case png(Data)
100 | case jpeg(Data)
[188/219] Compiling OpenAI AudioTranslationQuery.swift
/host/spi-builder-workspace/Sources/OpenAI/Public/Models/ImageEditsQuery.swift:20:16: warning: stored property 'images' of 'Sendable'-conforming struct 'ImageEditsQuery' has non-sendable type '[ImageEditsQuery.InputImage]' (aka 'Array<ImagesQuery.InputImage>'); this is an error in the Swift 6 language mode
18 | /// For gpt-image-1, each image should be a png, webp, or jpg file less than 25MB.
19 | /// For dall-e-2, you can only provide one image, and it should be a square png file less than 4MB.
20 | public let images: [InputImage]
| `- warning: stored property 'images' of 'Sendable'-conforming struct 'ImageEditsQuery' has non-sendable type '[ImageEditsQuery.InputImage]' (aka 'Array<ImagesQuery.InputImage>'); this is an error in the Swift 6 language mode
21 |
22 | /// An additional image whose fully transparent areas (e.g. where alpha is zero) indicate where image should be edited. Must be a valid PNG file, less than 4MB, and have the same dimensions as image.
/host/spi-builder-workspace/Sources/OpenAI/Public/Models/ImagesQuery.swift:98:17: note: consider making enum 'InputImage' conform to the 'Sendable' protocol
96 | }
97 |
98 | public enum InputImage {
| `- note: consider making enum 'InputImage' conform to the 'Sendable' protocol
99 | case png(Data)
100 | case jpeg(Data)
[189/219] Compiling OpenAI AudioTranslationResult.swift
/host/spi-builder-workspace/Sources/OpenAI/Public/Models/ImageEditsQuery.swift:20:16: warning: stored property 'images' of 'Sendable'-conforming struct 'ImageEditsQuery' has non-sendable type '[ImageEditsQuery.InputImage]' (aka 'Array<ImagesQuery.InputImage>'); this is an error in the Swift 6 language mode
18 | /// For gpt-image-1, each image should be a png, webp, or jpg file less than 25MB.
19 | /// For dall-e-2, you can only provide one image, and it should be a square png file less than 4MB.
20 | public let images: [InputImage]
| `- warning: stored property 'images' of 'Sendable'-conforming struct 'ImageEditsQuery' has non-sendable type '[ImageEditsQuery.InputImage]' (aka 'Array<ImagesQuery.InputImage>'); this is an error in the Swift 6 language mode
21 |
22 | /// An additional image whose fully transparent areas (e.g. where alpha is zero) indicate where image should be edited. Must be a valid PNG file, less than 4MB, and have the same dimensions as image.
/host/spi-builder-workspace/Sources/OpenAI/Public/Models/ImagesQuery.swift:98:17: note: consider making enum 'InputImage' conform to the 'Sendable' protocol
96 | }
97 |
98 | public enum InputImage {
| `- note: consider making enum 'InputImage' conform to the 'Sendable' protocol
99 | case png(Data)
100 | case jpeg(Data)
[190/219] Compiling OpenAI ChatQuery.swift
/host/spi-builder-workspace/Sources/OpenAI/Public/Models/ImageEditsQuery.swift:20:16: warning: stored property 'images' of 'Sendable'-conforming struct 'ImageEditsQuery' has non-sendable type '[ImageEditsQuery.InputImage]' (aka 'Array<ImagesQuery.InputImage>'); this is an error in the Swift 6 language mode
18 | /// For gpt-image-1, each image should be a png, webp, or jpg file less than 25MB.
19 | /// For dall-e-2, you can only provide one image, and it should be a square png file less than 4MB.
20 | public let images: [InputImage]
| `- warning: stored property 'images' of 'Sendable'-conforming struct 'ImageEditsQuery' has non-sendable type '[ImageEditsQuery.InputImage]' (aka 'Array<ImagesQuery.InputImage>'); this is an error in the Swift 6 language mode
21 |
22 | /// An additional image whose fully transparent areas (e.g. where alpha is zero) indicate where image should be edited. Must be a valid PNG file, less than 4MB, and have the same dimensions as image.
/host/spi-builder-workspace/Sources/OpenAI/Public/Models/ImagesQuery.swift:98:17: note: consider making enum 'InputImage' conform to the 'Sendable' protocol
96 | }
97 |
98 | public enum InputImage {
| `- note: consider making enum 'InputImage' conform to the 'Sendable' protocol
99 | case png(Data)
100 | case jpeg(Data)
[191/219] Compiling OpenAI ChatResult.swift
/host/spi-builder-workspace/Sources/OpenAI/Public/Models/ImageEditsQuery.swift:20:16: warning: stored property 'images' of 'Sendable'-conforming struct 'ImageEditsQuery' has non-sendable type '[ImageEditsQuery.InputImage]' (aka 'Array<ImagesQuery.InputImage>'); this is an error in the Swift 6 language mode
18 | /// For gpt-image-1, each image should be a png, webp, or jpg file less than 25MB.
19 | /// For dall-e-2, you can only provide one image, and it should be a square png file less than 4MB.
20 | public let images: [InputImage]
| `- warning: stored property 'images' of 'Sendable'-conforming struct 'ImageEditsQuery' has non-sendable type '[ImageEditsQuery.InputImage]' (aka 'Array<ImagesQuery.InputImage>'); this is an error in the Swift 6 language mode
21 |
22 | /// An additional image whose fully transparent areas (e.g. where alpha is zero) indicate where image should be edited. Must be a valid PNG file, less than 4MB, and have the same dimensions as image.
/host/spi-builder-workspace/Sources/OpenAI/Public/Models/ImagesQuery.swift:98:17: note: consider making enum 'InputImage' conform to the 'Sendable' protocol
96 | }
97 |
98 | public enum InputImage {
| `- note: consider making enum 'InputImage' conform to the 'Sendable' protocol
99 | case png(Data)
100 | case jpeg(Data)
[192/219] Compiling OpenAI ChatStreamResult.swift
/host/spi-builder-workspace/Sources/OpenAI/Public/Models/ImageEditsQuery.swift:20:16: warning: stored property 'images' of 'Sendable'-conforming struct 'ImageEditsQuery' has non-sendable type '[ImageEditsQuery.InputImage]' (aka 'Array<ImagesQuery.InputImage>'); this is an error in the Swift 6 language mode
18 | /// For gpt-image-1, each image should be a png, webp, or jpg file less than 25MB.
19 | /// For dall-e-2, you can only provide one image, and it should be a square png file less than 4MB.
20 | public let images: [InputImage]
| `- warning: stored property 'images' of 'Sendable'-conforming struct 'ImageEditsQuery' has non-sendable type '[ImageEditsQuery.InputImage]' (aka 'Array<ImagesQuery.InputImage>'); this is an error in the Swift 6 language mode
21 |
22 | /// An additional image whose fully transparent areas (e.g. where alpha is zero) indicate where image should be edited. Must be a valid PNG file, less than 4MB, and have the same dimensions as image.
/host/spi-builder-workspace/Sources/OpenAI/Public/Models/ImagesQuery.swift:98:17: note: consider making enum 'InputImage' conform to the 'Sendable' protocol
96 | }
97 |
98 | public enum InputImage {
| `- note: consider making enum 'InputImage' conform to the 'Sendable' protocol
99 | case png(Data)
100 | case jpeg(Data)
[193/219] Compiling OpenAI EmbeddingsQuery.swift
/host/spi-builder-workspace/Sources/OpenAI/Public/Models/ImageEditsQuery.swift:20:16: warning: stored property 'images' of 'Sendable'-conforming struct 'ImageEditsQuery' has non-sendable type '[ImageEditsQuery.InputImage]' (aka 'Array<ImagesQuery.InputImage>'); this is an error in the Swift 6 language mode
18 | /// For gpt-image-1, each image should be a png, webp, or jpg file less than 25MB.
19 | /// For dall-e-2, you can only provide one image, and it should be a square png file less than 4MB.
20 | public let images: [InputImage]
| `- warning: stored property 'images' of 'Sendable'-conforming struct 'ImageEditsQuery' has non-sendable type '[ImageEditsQuery.InputImage]' (aka 'Array<ImagesQuery.InputImage>'); this is an error in the Swift 6 language mode
21 |
22 | /// An additional image whose fully transparent areas (e.g. where alpha is zero) indicate where image should be edited. Must be a valid PNG file, less than 4MB, and have the same dimensions as image.
/host/spi-builder-workspace/Sources/OpenAI/Public/Models/ImagesQuery.swift:98:17: note: consider making enum 'InputImage' conform to the 'Sendable' protocol
96 | }
97 |
98 | public enum InputImage {
| `- note: consider making enum 'InputImage' conform to the 'Sendable' protocol
99 | case png(Data)
100 | case jpeg(Data)
[194/219] Compiling OpenAI EmbeddingsResult.swift
/host/spi-builder-workspace/Sources/OpenAI/Public/Models/ImageEditsQuery.swift:20:16: warning: stored property 'images' of 'Sendable'-conforming struct 'ImageEditsQuery' has non-sendable type '[ImageEditsQuery.InputImage]' (aka 'Array<ImagesQuery.InputImage>'); this is an error in the Swift 6 language mode
18 | /// For gpt-image-1, each image should be a png, webp, or jpg file less than 25MB.
19 | /// For dall-e-2, you can only provide one image, and it should be a square png file less than 4MB.
20 | public let images: [InputImage]
| `- warning: stored property 'images' of 'Sendable'-conforming struct 'ImageEditsQuery' has non-sendable type '[ImageEditsQuery.InputImage]' (aka 'Array<ImagesQuery.InputImage>'); this is an error in the Swift 6 language mode
21 |
22 | /// An additional image whose fully transparent areas (e.g. where alpha is zero) indicate where image should be edited. Must be a valid PNG file, less than 4MB, and have the same dimensions as image.
/host/spi-builder-workspace/Sources/OpenAI/Public/Models/ImagesQuery.swift:98:17: note: consider making enum 'InputImage' conform to the 'Sendable' protocol
96 | }
97 |
98 | public enum InputImage {
| `- note: consider making enum 'InputImage' conform to the 'Sendable' protocol
99 | case png(Data)
100 | case jpeg(Data)
[195/219] Compiling OpenAI FilesQuery.swift
/host/spi-builder-workspace/Sources/OpenAI/Public/Models/ImageEditsQuery.swift:20:16: warning: stored property 'images' of 'Sendable'-conforming struct 'ImageEditsQuery' has non-sendable type '[ImageEditsQuery.InputImage]' (aka 'Array<ImagesQuery.InputImage>'); this is an error in the Swift 6 language mode
18 | /// For gpt-image-1, each image should be a png, webp, or jpg file less than 25MB.
19 | /// For dall-e-2, you can only provide one image, and it should be a square png file less than 4MB.
20 | public let images: [InputImage]
| `- warning: stored property 'images' of 'Sendable'-conforming struct 'ImageEditsQuery' has non-sendable type '[ImageEditsQuery.InputImage]' (aka 'Array<ImagesQuery.InputImage>'); this is an error in the Swift 6 language mode
21 |
22 | /// An additional image whose fully transparent areas (e.g. where alpha is zero) indicate where image should be edited. Must be a valid PNG file, less than 4MB, and have the same dimensions as image.
/host/spi-builder-workspace/Sources/OpenAI/Public/Models/ImagesQuery.swift:98:17: note: consider making enum 'InputImage' conform to the 'Sendable' protocol
96 | }
97 |
98 | public enum InputImage {
| `- note: consider making enum 'InputImage' conform to the 'Sendable' protocol
99 | case png(Data)
100 | case jpeg(Data)
[196/219] Compiling OpenAI FilesResult.swift
/host/spi-builder-workspace/Sources/OpenAI/Public/Models/ImageEditsQuery.swift:20:16: warning: stored property 'images' of 'Sendable'-conforming struct 'ImageEditsQuery' has non-sendable type '[ImageEditsQuery.InputImage]' (aka 'Array<ImagesQuery.InputImage>'); this is an error in the Swift 6 language mode
18 | /// For gpt-image-1, each image should be a png, webp, or jpg file less than 25MB.
19 | /// For dall-e-2, you can only provide one image, and it should be a square png file less than 4MB.
20 | public let images: [InputImage]
| `- warning: stored property 'images' of 'Sendable'-conforming struct 'ImageEditsQuery' has non-sendable type '[ImageEditsQuery.InputImage]' (aka 'Array<ImagesQuery.InputImage>'); this is an error in the Swift 6 language mode
21 |
22 | /// An additional image whose fully transparent areas (e.g. where alpha is zero) indicate where image should be edited. Must be a valid PNG file, less than 4MB, and have the same dimensions as image.
/host/spi-builder-workspace/Sources/OpenAI/Public/Models/ImagesQuery.swift:98:17: note: consider making enum 'InputImage' conform to the 'Sendable' protocol
96 | }
97 |
98 | public enum InputImage {
| `- note: consider making enum 'InputImage' conform to the 'Sendable' protocol
99 | case png(Data)
100 | case jpeg(Data)
[197/219] Compiling OpenAI FunctionDeclaration.swift
/host/spi-builder-workspace/Sources/OpenAI/Public/Models/ImageEditsQuery.swift:20:16: warning: stored property 'images' of 'Sendable'-conforming struct 'ImageEditsQuery' has non-sendable type '[ImageEditsQuery.InputImage]' (aka 'Array<ImagesQuery.InputImage>'); this is an error in the Swift 6 language mode
18 | /// For gpt-image-1, each image should be a png, webp, or jpg file less than 25MB.
19 | /// For dall-e-2, you can only provide one image, and it should be a square png file less than 4MB.
20 | public let images: [InputImage]
| `- warning: stored property 'images' of 'Sendable'-conforming struct 'ImageEditsQuery' has non-sendable type '[ImageEditsQuery.InputImage]' (aka 'Array<ImagesQuery.InputImage>'); this is an error in the Swift 6 language mode
21 |
22 | /// An additional image whose fully transparent areas (e.g. where alpha is zero) indicate where image should be edited. Must be a valid PNG file, less than 4MB, and have the same dimensions as image.
/host/spi-builder-workspace/Sources/OpenAI/Public/Models/ImagesQuery.swift:98:17: note: consider making enum 'InputImage' conform to the 'Sendable' protocol
96 | }
97 |
98 | public enum InputImage {
| `- note: consider making enum 'InputImage' conform to the 'Sendable' protocol
99 | case png(Data)
100 | case jpeg(Data)
[198/219] Compiling OpenAI ImageEditsQuery.swift
/host/spi-builder-workspace/Sources/OpenAI/Public/Models/ImageEditsQuery.swift:20:16: warning: stored property 'images' of 'Sendable'-conforming struct 'ImageEditsQuery' has non-sendable type '[ImageEditsQuery.InputImage]' (aka 'Array<ImagesQuery.InputImage>'); this is an error in the Swift 6 language mode
18 | /// For gpt-image-1, each image should be a png, webp, or jpg file less than 25MB.
19 | /// For dall-e-2, you can only provide one image, and it should be a square png file less than 4MB.
20 | public let images: [InputImage]
| `- warning: stored property 'images' of 'Sendable'-conforming struct 'ImageEditsQuery' has non-sendable type '[ImageEditsQuery.InputImage]' (aka 'Array<ImagesQuery.InputImage>'); this is an error in the Swift 6 language mode
21 |
22 | /// An additional image whose fully transparent areas (e.g. where alpha is zero) indicate where image should be edited. Must be a valid PNG file, less than 4MB, and have the same dimensions as image.
/host/spi-builder-workspace/Sources/OpenAI/Public/Models/ImagesQuery.swift:98:17: note: consider making enum 'InputImage' conform to the 'Sendable' protocol
96 | }
97 |
98 | public enum InputImage {
| `- note: consider making enum 'InputImage' conform to the 'Sendable' protocol
99 | case png(Data)
100 | case jpeg(Data)
[199/219] Compiling OpenAI ImageVariationsQuery.swift
/host/spi-builder-workspace/Sources/OpenAI/Public/Models/ImageEditsQuery.swift:20:16: warning: stored property 'images' of 'Sendable'-conforming struct 'ImageEditsQuery' has non-sendable type '[ImageEditsQuery.InputImage]' (aka 'Array<ImagesQuery.InputImage>'); this is an error in the Swift 6 language mode
18 | /// For gpt-image-1, each image should be a png, webp, or jpg file less than 25MB.
19 | /// For dall-e-2, you can only provide one image, and it should be a square png file less than 4MB.
20 | public let images: [InputImage]
| `- warning: stored property 'images' of 'Sendable'-conforming struct 'ImageEditsQuery' has non-sendable type '[ImageEditsQuery.InputImage]' (aka 'Array<ImagesQuery.InputImage>'); this is an error in the Swift 6 language mode
21 |
22 | /// An additional image whose fully transparent areas (e.g. where alpha is zero) indicate where image should be edited. Must be a valid PNG file, less than 4MB, and have the same dimensions as image.
/host/spi-builder-workspace/Sources/OpenAI/Public/Models/ImagesQuery.swift:98:17: note: consider making enum 'InputImage' conform to the 'Sendable' protocol
96 | }
97 |
98 | public enum InputImage {
| `- note: consider making enum 'InputImage' conform to the 'Sendable' protocol
99 | case png(Data)
100 | case jpeg(Data)
[200/219] Compiling OpenAI ImagesQuery.swift
/host/spi-builder-workspace/Sources/OpenAI/Public/Models/ImageEditsQuery.swift:20:16: warning: stored property 'images' of 'Sendable'-conforming struct 'ImageEditsQuery' has non-sendable type '[ImageEditsQuery.InputImage]' (aka 'Array<ImagesQuery.InputImage>'); this is an error in the Swift 6 language mode
18 | /// For gpt-image-1, each image should be a png, webp, or jpg file less than 25MB.
19 | /// For dall-e-2, you can only provide one image, and it should be a square png file less than 4MB.
20 | public let images: [InputImage]
| `- warning: stored property 'images' of 'Sendable'-conforming struct 'ImageEditsQuery' has non-sendable type '[ImageEditsQuery.InputImage]' (aka 'Array<ImagesQuery.InputImage>'); this is an error in the Swift 6 language mode
21 |
22 | /// An additional image whose fully transparent areas (e.g. where alpha is zero) indicate where image should be edited. Must be a valid PNG file, less than 4MB, and have the same dimensions as image.
/host/spi-builder-workspace/Sources/OpenAI/Public/Models/ImagesQuery.swift:98:17: note: consider making enum 'InputImage' conform to the 'Sendable' protocol
96 | }
97 |
98 | public enum InputImage {
| `- note: consider making enum 'InputImage' conform to the 'Sendable' protocol
99 | case png(Data)
100 | case jpeg(Data)
[201/219] Compiling OpenAI ImagesResult.swift
/host/spi-builder-workspace/Sources/OpenAI/Public/Models/ImageEditsQuery.swift:20:16: warning: stored property 'images' of 'Sendable'-conforming struct 'ImageEditsQuery' has non-sendable type '[ImageEditsQuery.InputImage]' (aka 'Array<ImagesQuery.InputImage>'); this is an error in the Swift 6 language mode
18 | /// For gpt-image-1, each image should be a png, webp, or jpg file less than 25MB.
19 | /// For dall-e-2, you can only provide one image, and it should be a square png file less than 4MB.
20 | public let images: [InputImage]
| `- warning: stored property 'images' of 'Sendable'-conforming struct 'ImageEditsQuery' has non-sendable type '[ImageEditsQuery.InputImage]' (aka 'Array<ImagesQuery.InputImage>'); this is an error in the Swift 6 language mode
21 |
22 | /// An additional image whose fully transparent areas (e.g. where alpha is zero) indicate where image should be edited. Must be a valid PNG file, less than 4MB, and have the same dimensions as image.
/host/spi-builder-workspace/Sources/OpenAI/Public/Models/ImagesQuery.swift:98:17: note: consider making enum 'InputImage' conform to the 'Sendable' protocol
96 | }
97 |
98 | public enum InputImage {
| `- note: consider making enum 'InputImage' conform to the 'Sendable' protocol
99 | case png(Data)
100 | case jpeg(Data)
[202/219] Compiling OpenAI JSONSchemaConvertible.swift
/host/spi-builder-workspace/Sources/OpenAI/Public/Models/ImageEditsQuery.swift:20:16: warning: stored property 'images' of 'Sendable'-conforming struct 'ImageEditsQuery' has non-sendable type '[ImageEditsQuery.InputImage]' (aka 'Array<ImagesQuery.InputImage>'); this is an error in the Swift 6 language mode
18 | /// For gpt-image-1, each image should be a png, webp, or jpg file less than 25MB.
19 | /// For dall-e-2, you can only provide one image, and it should be a square png file less than 4MB.
20 | public let images: [InputImage]
| `- warning: stored property 'images' of 'Sendable'-conforming struct 'ImageEditsQuery' has non-sendable type '[ImageEditsQuery.InputImage]' (aka 'Array<ImagesQuery.InputImage>'); this is an error in the Swift 6 language mode
21 |
22 | /// An additional image whose fully transparent areas (e.g. where alpha is zero) indicate where image should be edited. Must be a valid PNG file, less than 4MB, and have the same dimensions as image.
/host/spi-builder-workspace/Sources/OpenAI/Public/Models/ImagesQuery.swift:98:17: note: consider making enum 'InputImage' conform to the 'Sendable' protocol
96 | }
97 |
98 | public enum InputImage {
| `- note: consider making enum 'InputImage' conform to the 'Sendable' protocol
99 | case png(Data)
100 | case jpeg(Data)
[203/219] Compiling OpenAI JSONSchemaEnumConvertible.swift
/host/spi-builder-workspace/Sources/OpenAI/Public/Models/ImageEditsQuery.swift:20:16: warning: stored property 'images' of 'Sendable'-conforming struct 'ImageEditsQuery' has non-sendable type '[ImageEditsQuery.InputImage]' (aka 'Array<ImagesQuery.InputImage>'); this is an error in the Swift 6 language mode
18 | /// For gpt-image-1, each image should be a png, webp, or jpg file less than 25MB.
19 | /// For dall-e-2, you can only provide one image, and it should be a square png file less than 4MB.
20 | public let images: [InputImage]
| `- warning: stored property 'images' of 'Sendable'-conforming struct 'ImageEditsQuery' has non-sendable type '[ImageEditsQuery.InputImage]' (aka 'Array<ImagesQuery.InputImage>'); this is an error in the Swift 6 language mode
21 |
22 | /// An additional image whose fully transparent areas (e.g. where alpha is zero) indicate where image should be edited. Must be a valid PNG file, less than 4MB, and have the same dimensions as image.
/host/spi-builder-workspace/Sources/OpenAI/Public/Models/ImagesQuery.swift:98:17: note: consider making enum 'InputImage' conform to the 'Sendable' protocol
96 | }
97 |
98 | public enum InputImage {
| `- note: consider making enum 'InputImage' conform to the 'Sendable' protocol
99 | case png(Data)
100 | case jpeg(Data)
[204/219] Compiling OpenAI EasyInputMessage.swift
[205/219] Compiling OpenAI FunctionTool.swift
[206/219] Compiling OpenAI InputContent.swift
[207/219] Compiling OpenAI InputImage.swift
[208/219] Compiling OpenAI InputItem.swift
[209/219] Compiling OpenAI ResponseOutputItemAddedEvent.swift
[210/219] Compiling OpenAI ResponseOutputItemDoneEvent.swift
[211/219] Compiling OpenAI Tool.swift
[212/219] Compiling OpenAI OutputItem.swift
[213/219] Compiling OpenAI ResponseStreamEvent.swift
[214/219] Compiling OpenAI Components.swift
[215/219] Compiling OpenAI ParsingOptions.swift
[216/219] Compiling OpenAI Utilities.swift
[217/219] Compiling OpenAI ResponsesEndpoint+Async.swift
[218/219] Compiling OpenAI ResponsesEndpoint+Combine.swift
[219/219] Compiling OpenAI ResponsesEndpoint.swift
Build complete! (40.04s)
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" : [
"ChatResultTests.swift",
"Extensions/AssistantResult+Mock.swift",
"Extensions/AssistantsQuery+Mock.swift",
"Extensions/AudioSpeechQuery+Mock.swift",
"Extensions/ChatResult+Mock.swift",
"Extensions/XCTestCase+Extensions.swift",
"MockServerSentEvent.swift",
"Mocks/ChatCompletionToolParam+Mock.swift",
"Mocks/ChatResult+MockJson.swift",
"Mocks/DataTaskMock.swift",
"Mocks/MockCancellablesFactory.swift",
"Mocks/MockDataTaskPublisher.swift",
"Mocks/MockStreamingSessionFactory.swift",
"Mocks/MockURLSessionFactory.swift",
"Mocks/MovieInfo.swift",
"Mocks/NeverURLSessionMock.swift",
"Mocks/URLSessionMock.swift",
"Mocks/WorkSimulatingMockMiddleware.swift",
"ModelResponseEventsStreamInterpreterTests.swift",
"OpenAIStreamingTests.swift",
"OpenAITests.swift",
"OpenAITestsCombine.swift",
"OpenAITestsDecoder.swift",
"ResponsesEndpointTests.swift",
"ServerSentEventsParserTests.swift",
"ServerSentEventsStreamInterpreterTests.swift",
"ServerSentEventsStreamParserTests.swift",
"StreamingSessionIntegrationTests.swift",
"StreamingSessionTests.swift"
],
"target_dependencies" : [
"OpenAI"
],
"type" : "test"
},
{
"c99name" : "OpenAI",
"module_type" : "SwiftTarget",
"name" : "OpenAI",
"path" : "Sources/OpenAI",
"product_dependencies" : [
"OpenAPIRuntime"
],
"product_memberships" : [
"OpenAI"
],
"sources" : [
"OpenAI+OpenAIAsync.swift",
"OpenAI+OpenAICombine.swift",
"OpenAI.swift",
"Private/AssistantsRequest.swift",
"Private/CancellablesFactory.swift",
"Private/Client/AsyncClient.swift",
"Private/Client/Client.swift",
"Private/Client/CombineClient.swift",
"Private/Client/StreamingClient.swift",
"Private/CodingUserInfoKey+ParsingOptions.swift",
"Private/DataTaskFactory.swift",
"Private/DescribedError.swift",
"Private/DispatchQueue+Static.swift",
"Private/ExecutionSerializer.swift",
"Private/Extensions for generated code/Schemas+Description.swift",
"Private/JSONRequest.swift",
"Private/JSONResponseErrorDecoder.swift",
"Private/KeyedDecodingContainer+ParsingOptions.swift",
"Private/MultipartFormDataBodyBuilder.swift",
"Private/MultipartFormDataBodyEncodable.swift",
"Private/MultipartFormDataEntry.swift",
"Private/MultipartFormDataRequest.swift",
"Private/OpenAI+MakeRequest.swift",
"Private/SSLDelegateProtocol.swift",
"Private/SendablePassthroughSubject.swift",
"Private/StreamableQuery.swift",
"Private/Streaming/AudioSpeechStreamInterpreter.swift",
"Private/Streaming/CodableResultStreamInterpreter.swift",
"Private/Streaming/DataTaskPerformingURLSession.swift",
"Private/Streaming/InvalidatableSession.swift",
"Private/Streaming/ModelResponseEventsStreamInterpreter.swift",
"Private/Streaming/ModelResponseStreamEventType.swift",
"Private/Streaming/PerformableSession.swift",
"Private/Streaming/ServerSentEventsStreamInterpreter.swift",
"Private/Streaming/ServerSentEventsStreamParser.swift",
"Private/Streaming/ServerSentEventsStreamingSessionFactory.swift",
"Private/Streaming/SessionInvalidator.swift",
"Private/Streaming/StreamingError.swift",
"Private/Streaming/StreamingSession.swift",
"Private/URLBuilder.swift",
"Private/URLComponents+.swift",
"Private/URLRequestBuildable.swift",
"Private/URLSessionCombine.swift",
"Private/URLSessionDataDelegateForwarder.swift",
"Private/URLSessionDataTaskProtocol.swift",
"Private/URLSessionDataTaskPublisherProtocol.swift",
"Private/URLSessionDataTaskStore.swift",
"Private/URLSessionDelegateProtocol.swift",
"Private/URLSessionFactory.swift",
"Private/URLSessionProtocol+MakeDataTask.swift",
"Private/URLSessionProtocol.swift",
"Private/URLSessionTaskCanceller.swift",
"Public/Errors/APIError.swift",
"Public/Errors/GeminiAPIError.swift",
"Public/JSONSchema/AnyJSONDocument.swift",
"Public/JSONSchema/AnyJSONSchema.swift",
"Public/JSONSchema/JSONDocument.swift",
"Public/JSONSchema/JSONSchema.swift",
"Public/JSONSchema/JSONSchemaField.swift",
"Public/JSONSchema/JSONSchemaInstanceType.swift",
"Public/Models/AssistantResult.swift",
"Public/Models/AssistantsQuery.swift",
"Public/Models/AssistantsResult.swift",
"Public/Models/AssistantsTool.swift",
"Public/Models/AudioSpeechQuery.swift",
"Public/Models/AudioSpeechResult.swift",
"Public/Models/AudioTranscriptionQuery.swift",
"Public/Models/AudioTranscriptionResult.swift",
"Public/Models/AudioTranscriptionStreamResult.swift",
"Public/Models/AudioTranslationQuery.swift",
"Public/Models/AudioTranslationResult.swift",
"Public/Models/ChatQuery.swift",
"Public/Models/ChatResult.swift",
"Public/Models/ChatStreamResult.swift",
"Public/Models/EmbeddingsQuery.swift",
"Public/Models/EmbeddingsResult.swift",
"Public/Models/FilesQuery.swift",
"Public/Models/FilesResult.swift",
"Public/Models/FunctionDeclaration.swift",
"Public/Models/ImageEditsQuery.swift",
"Public/Models/ImageVariationsQuery.swift",
"Public/Models/ImagesQuery.swift",
"Public/Models/ImagesResult.swift",
"Public/Models/JSONSchemaConvertible.swift",
"Public/Models/JSONSchemaEnumConvertible.swift",
"Public/Models/MessageQuery.swift",
"Public/Models/Models/ModelQuery.swift",
"Public/Models/Models/ModelResult.swift",
"Public/Models/Models/Models.swift",
"Public/Models/Models/ModelsResult.swift",
"Public/Models/ModerationsQuery.swift",
"Public/Models/ModerationsResult.swift",
"Public/Models/Responses/CreateModelResponseQuery.swift",
"Public/Models/Responses/CreateModelResponseQueryInput.swift",
"Public/Models/Responses/DeleteModelResponseQuery.swift",
"Public/Models/Responses/DeleteModelResponseResult.swift",
"Public/Models/Responses/GetModelResponseQuery.swift",
"Public/Models/Responses/ResponseEvent.swift",
"Public/Models/Responses/ResponseObject.swift",
"Public/Models/RunResult.swift",
"Public/Models/RunRetrieveQuery.swift",
"Public/Models/RunRetrieveStepsResult.swift",
"Public/Models/RunToolOutputsQuery.swift",
"Public/Models/RunsQuery.swift",
"Public/Models/ThreadAddMessagesResult.swift",
"Public/Models/ThreadRunQuery.swift",
"Public/Models/ThreadsMessagesResult.swift",
"Public/Models/ThreadsQuery.swift",
"Public/Models/ThreadsResult.swift",
"Public/Protocols/CancellableRequest.swift",
"Public/Protocols/OpenAIAsync.swift",
"Public/Protocols/OpenAICombine.swift",
"Public/Protocols/OpenAIMiddleware.swift",
"Public/Protocols/OpenAIProtocol.swift",
"Public/Protocols/ResponsesEndpointAsync.swift",
"Public/Protocols/ResponsesEndpointCombine.swift",
"Public/Protocols/ResponsesEndpointModern.swift",
"Public/Protocols/ResponsesEndpointProtocol.swift",
"Public/Schemas/Edited/EasyInputMessage.swift",
"Public/Schemas/Edited/FunctionTool.swift",
"Public/Schemas/Edited/InputContent.swift",
"Public/Schemas/Edited/InputImage.swift",
"Public/Schemas/Edited/InputItem.swift",
"Public/Schemas/Edited/ResponseOutputItemAddedEvent.swift",
"Public/Schemas/Edited/ResponseOutputItemDoneEvent.swift",
"Public/Schemas/Edited/Tool.swift",
"Public/Schemas/Facade/OutputItem.swift",
"Public/Schemas/Facade/ResponseStreamEvent.swift",
"Public/Schemas/Generated/Components.swift",
"Public/Utilities/ParsingOptions.swift",
"Public/Utilities/Utilities.swift",
"ResponsesEndpoint+Async.swift",
"ResponsesEndpoint+Combine.swift",
"ResponsesEndpoint.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.