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