The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build SwiftAISDK, reference v0.5.1 (c81025), with Swift 6.1 for Linux on 1 Dec 2025 20:07:51 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/teunlao/swift-ai-sdk.git
Reference: v0.5.1
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/teunlao/swift-ai-sdk
 * tag               v0.5.1     -> FETCH_HEAD
HEAD is now at c81025b fix: add missing EventSourceParser dependency to AISDKProviderUtils
Cloned https://github.com/teunlao/swift-ai-sdk.git
Revision (git rev-parse @):
c81025b053fc87822dd0cef04bfa0af81acdfd91
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/teunlao/swift-ai-sdk.git at v0.5.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/teunlao/swift-ai-sdk.git
https://github.com/teunlao/swift-ai-sdk.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    }
  ],
  "manifest_display_name" : "SwiftAISDK",
  "name" : "SwiftAISDK",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "AISDKProvider",
      "targets" : [
        "AISDKProvider"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AISDKProviderUtils",
      "targets" : [
        "AISDKProviderUtils"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftAISDK",
      "targets" : [
        "SwiftAISDK"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "OpenAIProvider",
      "targets" : [
        "OpenAIProvider"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "OpenAICompatibleProvider",
      "targets" : [
        "OpenAICompatibleProvider"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AnthropicProvider",
      "targets" : [
        "AnthropicProvider"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AmazonBedrockProvider",
      "targets" : [
        "AmazonBedrockProvider"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GatewayProvider",
      "targets" : [
        "GatewayProvider"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GoogleProvider",
      "targets" : [
        "GoogleProvider"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GoogleVertexProvider",
      "targets" : [
        "GoogleVertexProvider"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AzureProvider",
      "targets" : [
        "AzureProvider"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GroqProvider",
      "targets" : [
        "GroqProvider"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "MistralProvider",
      "targets" : [
        "MistralProvider"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PerplexityProvider",
      "targets" : [
        "PerplexityProvider"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CohereProvider",
      "targets" : [
        "CohereProvider"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DeepgramProvider",
      "targets" : [
        "DeepgramProvider"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DeepInfraProvider",
      "targets" : [
        "DeepInfraProvider"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ElevenLabsProvider",
      "targets" : [
        "ElevenLabsProvider"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FalProvider",
      "targets" : [
        "FalProvider"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FireworksProvider",
      "targets" : [
        "FireworksProvider"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GladiaProvider",
      "targets" : [
        "GladiaProvider"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HuggingFaceProvider",
      "targets" : [
        "HuggingFaceProvider"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HumeProvider",
      "targets" : [
        "HumeProvider"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AssemblyAIProvider",
      "targets" : [
        "AssemblyAIProvider"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CerebrasProvider",
      "targets" : [
        "CerebrasProvider"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DeepSeekProvider",
      "targets" : [
        "DeepSeekProvider"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BasetenProvider",
      "targets" : [
        "BasetenProvider"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ReplicateProvider",
      "targets" : [
        "ReplicateProvider"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "XAIProvider",
      "targets" : [
        "XAIProvider"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LMNTProvider",
      "targets" : [
        "LMNTProvider"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LumaProvider",
      "targets" : [
        "LumaProvider"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AISDKJSONSchema",
      "targets" : [
        "AISDKJSONSchema"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "EventSourceParser",
      "targets" : [
        "EventSourceParser"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AISDKZodAdapter",
      "targets" : [
        "AISDKZodAdapter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "playground",
      "targets" : [
        "SwiftAISDKPlayground"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XAIProviderTests",
      "module_type" : "SwiftTarget",
      "name" : "XAIProviderTests",
      "path" : "Tests/XAIProviderTests",
      "sources" : [
        "ConvertToXAIChatMessagesTests.swift",
        "XAIChatLanguageModelTests.swift",
        "XAIProviderTests.swift"
      ],
      "target_dependencies" : [
        "XAIProvider",
        "AISDKProvider",
        "AISDKProviderUtils"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XAIProvider",
      "module_type" : "SwiftTarget",
      "name" : "XAIProvider",
      "path" : "Sources/XAIProvider",
      "product_memberships" : [
        "XAIProvider",
        "playground"
      ],
      "sources" : [
        "ConvertToXAIChatMessages.swift",
        "MapXAIFinishReason.swift",
        "XAIChatLanguageModel.swift",
        "XAIChatPrompt.swift",
        "XAIError.swift",
        "XAIModelIds.swift",
        "XAIPrepareTools.swift",
        "XAIProvider.swift",
        "XAIProviderOptions.swift",
        "XAIResponseMetadata.swift",
        "XAIVersion.swift"
      ],
      "target_dependencies" : [
        "AISDKProvider",
        "AISDKProviderUtils",
        "OpenAICompatibleProvider"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftAISDKTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftAISDKTests",
      "path" : "Tests/SwiftAISDKTests",
      "sources" : [
        "Agent/AgentTests.swift",
        "Embed/EmbedManyTests.swift",
        "Embed/EmbedTests.swift",
        "Error/VerifyNoObjectGeneratedError.swift",
        "GenerateImage/GenerateImageTests.swift",
        "GenerateObject/GenerateObjectTests.swift",
        "GenerateObject/InjectJSONInstructionTests.swift",
        "GenerateObject/StreamObjectTests.swift",
        "GenerateSpeech/GenerateSpeechTests.swift",
        "GenerateText/CollectToolApprovalsTests.swift",
        "GenerateText/GenerateTextAdvancedTests.swift",
        "GenerateText/GenerateTextResultTests.swift",
        "GenerateText/GenerateTextTests.swift",
        "GenerateText/OutputTests.swift",
        "GenerateText/ParseToolCallTests.swift",
        "GenerateText/RunToolsTransformationTests.swift",
        "GenerateText/SmoothStreamTests.swift",
        "GenerateText/StreamTextApprovalIntegrationTests.swift",
        "GenerateText/StreamTextApprovalResolverTests.swift",
        "GenerateText/StreamTextConcurrencyTests.swift",
        "GenerateText/StreamTextErrorAndReplayTests.swift",
        "GenerateText/StreamTextEventsTests.swift",
        "GenerateText/StreamTextLoggingTests.swift",
        "GenerateText/StreamTextSSEIntegrationTests.swift",
        "GenerateText/StreamTextTests.swift",
        "GenerateText/ToResponseMessagesTests.swift",
        "Middleware/DefaultSettingsMiddlewareTests.swift",
        "Middleware/WrapLanguageModelTests.swift",
        "Model/ProviderRegistryTests.swift",
        "Model/ResolveModelTests.swift",
        "OpenAI/OpenAIChatLanguageModelTests.swift",
        "OpenAI/OpenAIChatMessagesConverterTests.swift",
        "OpenAI/OpenAIChatPrepareToolsTests.swift",
        "OpenAI/OpenAIChatStreamingTests.swift",
        "OpenAI/OpenAICompletionLanguageModelTests.swift",
        "OpenAI/OpenAIEmbeddingModelTests.swift",
        "OpenAI/OpenAIErrorTests.swift",
        "OpenAI/OpenAIImageModelTests.swift",
        "OpenAI/OpenAIProviderTests.swift",
        "OpenAI/OpenAIResponsesInputBuilderTests.swift",
        "OpenAI/OpenAIResponsesLanguageModelTests.swift",
        "OpenAI/OpenAIResponsesPrepareToolsTests.swift",
        "OpenAI/OpenAISpeechModelTests.swift",
        "OpenAI/OpenAITranscriptionModelTests.swift",
        "Prompt/ConvertToLanguageModelPromptTests.swift",
        "Prompt/CreateToolModelOutputTests.swift",
        "Prompt/PrepareCallSettingsTests.swift",
        "Prompt/PrepareToolsAndToolChoiceTests.swift",
        "Prompt/ResponseMessageConversionsTests.swift",
        "Prompt/StandardizePromptTests.swift",
        "Prompt/WrapGatewayErrorTests.swift",
        "Streams/CreateTextStreamResponseTests.swift",
        "Streams/PipeTextStreamToResponseTests.swift",
        "Streams/SimulateReadableStreamTests.swift",
        "SwiftAISDKTests.swift",
        "Telemetry/SelectTelemetryAttributesTests.swift",
        "Telemetry/StringifyForTelemetryTests.swift",
        "Test/MockLanguageModelTests.swift",
        "TestSupport/AsyncStreamUtilities.swift",
        "TestSupport/LogWarningsTestLock.swift",
        "TestSupport/MockStreamTextResponseWriter.swift",
        "TestSupport/MockTracer.swift",
        "TestSupport/TestEmbeddingModel.swift",
        "TestSupport/TestEnvironment.swift",
        "Tool/MCP/JSONRPCMessageTests.swift",
        "Tool/MCP/MCPTransportTests.swift",
        "Tool/MCP/MCPTypesTests.swift",
        "Tool/MCP/MockMCPTransportTests.swift",
        "Tool/TypedToolTests.swift",
        "Transcribe/TranscribeTests.swift",
        "UI/ConvertToModelMessagesTests.swift",
        "UI/TransformFullToUIMessageStreamTests.swift",
        "UI/TransformTextToUIMessageStreamTests.swift",
        "UI/UIMessageHelpersTests.swift",
        "UI/ValidateUIMessagesTests.swift",
        "UIMessageStream/CreateUIMessageStreamResponseTests.swift",
        "UIMessageStream/GetResponseUIMessageIDTests.swift",
        "UIMessageStream/HandleUIMessageStreamFinishTests.swift",
        "UIMessageStream/JsonToSSETransformStreamTests.swift",
        "UIMessageStream/PipeUIMessageStreamToResponseTests.swift",
        "UIMessageStream/ReadUIMessageStreamTests.swift",
        "UIMessageStream/Writer/UIMessageChunkTests.swift",
        "Util/AsArrayTests.swift",
        "Util/ConsumeStreamTests.swift",
        "Util/CosineSimilarityTests.swift",
        "Util/CreateResolvablePromiseTests.swift",
        "Util/DetectMediaTypeTests.swift",
        "Util/Download/DownloadTests.swift",
        "Util/FixJsonTests.swift",
        "Util/IsDeepEqualDataTests.swift",
        "Util/IsNonEmptyObjectTests.swift",
        "Util/MergeObjectsTests.swift",
        "Util/ParsePartialJsonTests.swift",
        "Util/PrepareHeadersTests.swift",
        "Util/PrepareRetriesTests.swift",
        "Util/SerialJobExecutorTests.swift",
        "Util/SplitArrayTests.swift"
      ],
      "target_dependencies" : [
        "SwiftAISDK",
        "OpenAIProvider",
        "OpenAICompatibleProvider"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftAISDKPlayground",
      "module_type" : "SwiftTarget",
      "name" : "SwiftAISDKPlayground",
      "path" : "Sources/SwiftAISDKPlayground",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "playground"
      ],
      "sources" : [
        "Commands/ChatCommand.swift",
        "Environment/EnvironmentLoader.swift",
        "Environment/PlaygroundConfiguration.swift",
        "Main.swift",
        "PlaygroundCLI.swift",
        "Providers/Gateway/GatewayLanguageModel.swift",
        "Providers/OpenAI/OpenAILanguageModel.swift",
        "Providers/ProviderFactory.swift",
        "Utils/PlaygroundLogger.swift",
        "Utils/PlaygroundVersion.swift"
      ],
      "target_dependencies" : [
        "SwiftAISDK",
        "AISDKProvider",
        "AISDKProviderUtils",
        "OpenAIProvider",
        "GoogleProvider",
        "GoogleVertexProvider",
        "AzureProvider",
        "GroqProvider",
        "MistralProvider",
        "PerplexityProvider",
        "CohereProvider",
        "DeepgramProvider",
        "DeepInfraProvider",
        "ElevenLabsProvider",
        "FalProvider",
        "FireworksProvider",
        "GladiaProvider",
        "HuggingFaceProvider",
        "HumeProvider",
        "AssemblyAIProvider",
        "CerebrasProvider",
        "DeepSeekProvider",
        "ReplicateProvider",
        "LMNTProvider",
        "LumaProvider",
        "XAIProvider"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SwiftAISDK",
      "module_type" : "SwiftTarget",
      "name" : "SwiftAISDK",
      "path" : "Sources/SwiftAISDK",
      "product_memberships" : [
        "SwiftAISDK",
        "playground"
      ],
      "sources" : [
        "Agent/Agent.swift",
        "Agent/AgentInference.swift",
        "Agent/AgentSettings.swift",
        "Embed/Embed.swift",
        "Embed/EmbedMany.swift",
        "Embed/EmbedManyResult.swift",
        "Embed/EmbedResult.swift",
        "Embed/EmbedShared.swift",
        "Error/InvalidArgumentError.swift",
        "Error/InvalidStreamPartError.swift",
        "Error/InvalidToolInputError.swift",
        "Error/MCPClientError.swift",
        "Error/MessageConversionError.swift",
        "Error/NoImageGeneratedError.swift",
        "Error/NoObjectGeneratedError.swift",
        "Error/NoOutputGeneratedError.swift",
        "Error/NoOutputSpecifiedError.swift",
        "Error/NoSpeechGeneratedError.swift",
        "Error/NoSuchToolError.swift",
        "Error/NoTranscriptGeneratedError.swift",
        "Error/ToolCallRepairError.swift",
        "Error/UnsupportedModelVersionError.swift",
        "GenerateImage/Exports.swift",
        "GenerateImage/GenerateImage.swift",
        "GenerateImage/GenerateImageResult.swift",
        "GenerateObject/GenerateObject.swift",
        "GenerateObject/GenerateObjectInternalOptions.swift",
        "GenerateObject/GenerateObjectOutputKind.swift",
        "GenerateObject/GenerateObjectOutputSpec.swift",
        "GenerateObject/GenerateObjectResult+Encodable.swift",
        "GenerateObject/GenerateObjectResult.swift",
        "GenerateObject/GenerateObjectShared.swift",
        "GenerateObject/GenerateObjectTelemetry.swift",
        "GenerateObject/InjectJSONInstruction.swift",
        "GenerateObject/OutputStrategy.swift",
        "GenerateObject/ParseAndValidate.swift",
        "GenerateObject/RepairText.swift",
        "GenerateObject/StreamObject.swift",
        "GenerateObject/StreamObjectResult.swift",
        "GenerateObject/ValidateObjectGenerationInput.swift",
        "GenerateSpeech/GenerateSpeech.swift",
        "GenerateSpeech/GenerateSpeechResult.swift",
        "GenerateSpeech/GeneratedAudioFile.swift",
        "GenerateSpeech/Index.swift",
        "GenerateText/ApprovalAction.swift",
        "GenerateText/CollectToolApprovals.swift",
        "GenerateText/ExecuteToolCall.swift",
        "GenerateText/ExecuteTools.swift",
        "GenerateText/ExtractReasoningContent.swift",
        "GenerateText/ExtractTextContent.swift",
        "GenerateText/GenerateText.swift",
        "GenerateText/GenerateTextContent.swift",
        "GenerateText/GenerateTextResult+Encodable.swift",
        "GenerateText/GenerateTextResult.swift",
        "GenerateText/GeneratedFile.swift",
        "GenerateText/IsApprovalNeeded.swift",
        "GenerateText/Output.swift",
        "GenerateText/ParseToolCall.swift",
        "GenerateText/PrepareStep.swift",
        "GenerateText/Reasoning.swift",
        "GenerateText/ReasoningOutput.swift",
        "GenerateText/ResponseMessage.swift",
        "GenerateText/RunToolsTransformation.swift",
        "GenerateText/SingleRequestTextStreamPart.swift",
        "GenerateText/SmoothStream.swift",
        "GenerateText/StepResult.swift",
        "GenerateText/StopCondition.swift",
        "GenerateText/StreamText.swift",
        "GenerateText/StreamTextActor.swift",
        "GenerateText/StreamTextEventRecorder.swift",
        "GenerateText/StreamTextEvents.swift",
        "GenerateText/StreamTextLogging.swift",
        "GenerateText/StreamTextResult.swift",
        "GenerateText/StreamTextSSE.swift",
        "GenerateText/TextStreamPart.swift",
        "GenerateText/ToResponseMessages.swift",
        "GenerateText/ToolApprovalRequestOutput.swift",
        "GenerateText/ToolCall.swift",
        "GenerateText/ToolCallRepairFunction.swift",
        "GenerateText/ToolError.swift",
        "GenerateText/ToolOutput.swift",
        "GenerateText/ToolOutputDenied.swift",
        "GenerateText/ToolOutputHelpers.swift",
        "GenerateText/ToolResult.swift",
        "GenerateText/ToolSet.swift",
        "JSON/JSONValue+Serialization.swift",
        "LanguageModelConvenience.swift",
        "Logger/LogWarnings.swift",
        "Middleware/DefaultSettingsMiddleware.swift",
        "Middleware/ExtractReasoningMiddleware.swift",
        "Middleware/SimulateStreamingMiddleware.swift",
        "Middleware/WrapLanguageModel.swift",
        "Model/ResolveModel.swift",
        "ModuleExports.swift",
        "Prompt/CallSettings.swift",
        "Prompt/ConvertToLanguageModelPrompt.swift",
        "Prompt/CreateToolModelOutput.swift",
        "Prompt/DataContentUtilities.swift",
        "Prompt/InvalidDataContentError.swift",
        "Prompt/InvalidMessageRoleError.swift",
        "Prompt/ModelMessageConvenience.swift",
        "Prompt/PrepareCallSettings.swift",
        "Prompt/PrepareToolsAndToolChoice.swift",
        "Prompt/Prompt.swift",
        "Prompt/ResponseMessageConversions.swift",
        "Prompt/StandardizePrompt.swift",
        "Prompt/WrapGatewayError.swift",
        "Registry/CustomProvider.swift",
        "Registry/NoSuchProviderError.swift",
        "Registry/ProviderRegistry.swift",
        "Streams/AsyncIterableStream.swift",
        "Streams/AsyncStreamBroadcaster.swift",
        "Streams/CreateTextStreamResponse.swift",
        "Streams/PipeTextStreamToResponse.swift",
        "Streams/SimulateReadableStream.swift",
        "Streams/StitchableStream.swift",
        "Streams/TextStream.swift",
        "SwiftAISDK.swift",
        "Telemetry/AssembleOperationName.swift",
        "Telemetry/GetBaseTelemetryAttributes.swift",
        "Telemetry/GetTracer.swift",
        "Telemetry/NoopTracer.swift",
        "Telemetry/OpenTelemetry/AttributeValue.swift",
        "Telemetry/OpenTelemetry/Span.swift",
        "Telemetry/OpenTelemetry/Tracer.swift",
        "Telemetry/RecordSpan.swift",
        "Telemetry/SelectTelemetryAttributes.swift",
        "Telemetry/StringifyForTelemetry.swift",
        "Telemetry/TelemetrySettings.swift",
        "Test/MockImageModelV3.swift",
        "Test/MockLanguageModelV2.swift",
        "Test/MockLanguageModelV3.swift",
        "Test/MockValues.swift",
        "Test/NotImplemented.swift",
        "Tool/MCP/JSONRPCMessage.swift",
        "Tool/MCP/MCPClient.swift",
        "Tool/MCP/MCPTransport.swift",
        "Tool/MCP/MCPTypes.swift",
        "Tool/MCP/MockMCPTransport.swift",
        "Tool/MCP/SseMCPTransport.swift",
        "Tool/TypedTool.swift",
        "Transcribe/Transcribe.swift",
        "Transcribe/TranscribeResult.swift",
        "Types/EmbeddingModel.swift",
        "Types/ImageModel.swift",
        "Types/ImageModelResponseMetadata.swift",
        "Types/LanguageModel.swift",
        "Types/LanguageModelRequestMetadata.swift",
        "Types/LanguageModelResponseMetadata.swift",
        "Types/ProviderMetadata.swift",
        "Types/SpeechModel.swift",
        "Types/SpeechModelResponseMetadata.swift",
        "Types/TranscriptionModel.swift",
        "Types/TranscriptionModelResponseMetadata.swift",
        "Types/Usage.swift",
        "UI/Processing/ConvertToModelMessages.swift",
        "UI/Processing/ProcessUIMessageStream.swift",
        "UI/Transforms/TransformFullToUIMessageStream.swift",
        "UI/Transforms/TransformTextToUIMessageStream.swift",
        "UI/Types/UIMessage.swift",
        "UI/Validation/ValidateUIMessages.swift",
        "UIMessageStream/CreateUIMessageStream.swift",
        "UIMessageStream/CreateUIMessageStreamResponse.swift",
        "UIMessageStream/GetResponseUIMessageID.swift",
        "UIMessageStream/HandleUIMessageStreamFinish.swift",
        "UIMessageStream/JsonToSSETransformStream.swift",
        "UIMessageStream/ReadUIMessageStream.swift",
        "UIMessageStream/TeeAsyncThrowingStream.swift",
        "UIMessageStream/UIMessageChunkEncoding.swift",
        "UIMessageStream/UIMessageStreamOnFinishCallback.swift",
        "UIMessageStream/Writer/UIMessageChunks.swift",
        "UIMessageStream/Writer/UIMessageStreamHeaders.swift",
        "UIMessageStream/Writer/UIMessageStreamWriter.swift",
        "Util/AsArray.swift",
        "Util/ConsumeStream.swift",
        "Util/CosineSimilarity.swift",
        "Util/CreateResolvablePromise.swift",
        "Util/DelayedPromise.swift",
        "Util/DetectMediaType.swift",
        "Util/Download/Download.swift",
        "Util/Download/DownloadError.swift",
        "Util/Download/DownloadFunction.swift",
        "Util/ErrorHandler.swift",
        "Util/FixJson.swift",
        "Util/GetPotentialStartIndex.swift",
        "Util/IsDeepEqualData.swift",
        "Util/IsNonEmptyObject.swift",
        "Util/Job.swift",
        "Util/MergeObjects.swift",
        "Util/Now.swift",
        "Util/ParsePartialJson.swift",
        "Util/PrepareHeaders.swift",
        "Util/PrepareRetries.swift",
        "Util/RetryError.swift",
        "Util/RetryFunction.swift",
        "Util/RetryWithExponentialBackoff.swift",
        "Util/SerialJobExecutor.swift",
        "Util/SplitArray.swift",
        "Version.swift"
      ],
      "target_dependencies" : [
        "AISDKProvider",
        "AISDKProviderUtils",
        "AISDKJSONSchema",
        "EventSourceParser",
        "GatewayProvider"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ReplicateProviderTests",
      "module_type" : "SwiftTarget",
      "name" : "ReplicateProviderTests",
      "path" : "Tests/ReplicateProviderTests",
      "sources" : [
        "ReplicateImageModelTests.swift",
        "ReplicateProviderTests.swift"
      ],
      "target_dependencies" : [
        "ReplicateProvider",
        "AISDKProvider",
        "AISDKProviderUtils"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ReplicateProvider",
      "module_type" : "SwiftTarget",
      "name" : "ReplicateProvider",
      "path" : "Sources/ReplicateProvider",
      "product_memberships" : [
        "ReplicateProvider",
        "playground"
      ],
      "sources" : [
        "ReplicateError.swift",
        "ReplicateImageModel.swift",
        "ReplicateImageModelId.swift",
        "ReplicateProvider.swift",
        "ReplicateVersion.swift"
      ],
      "target_dependencies" : [
        "AISDKProvider",
        "AISDKProviderUtils"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PerplexityProvider",
      "module_type" : "SwiftTarget",
      "name" : "PerplexityProvider",
      "path" : "Sources/PerplexityProvider",
      "product_memberships" : [
        "PerplexityProvider",
        "playground"
      ],
      "sources" : [
        "ConvertToPerplexityMessages.swift",
        "MapPerplexityFinishReason.swift",
        "PerplexityError.swift",
        "PerplexityLanguageModel.swift",
        "PerplexityModelIds.swift",
        "PerplexityPrompt.swift",
        "PerplexityProvider.swift",
        "PerplexityVersion.swift"
      ],
      "target_dependencies" : [
        "AISDKProvider",
        "AISDKProviderUtils",
        "EventSourceParser"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OpenAIProvider",
      "module_type" : "SwiftTarget",
      "name" : "OpenAIProvider",
      "path" : "Sources/OpenAIProvider",
      "product_memberships" : [
        "OpenAIProvider",
        "AzureProvider",
        "playground"
      ],
      "sources" : [
        "Chat/OpenAIChatAPI.swift",
        "Chat/OpenAIChatFinishReason.swift",
        "Chat/OpenAIChatLanguageModel.swift",
        "Chat/OpenAIChatOptions.swift",
        "Chat/OpenAIChatPrepareTools.swift",
        "Chat/OpenAIChatPrompt.swift",
        "Completion/OpenAICompletionAPI.swift",
        "Completion/OpenAICompletionFinishReason.swift",
        "Completion/OpenAICompletionLanguageModel.swift",
        "Completion/OpenAICompletionMetadata.swift",
        "Completion/OpenAICompletionOptions.swift",
        "Completion/OpenAICompletionPrompt.swift",
        "Embedding/OpenAIEmbeddingAPI.swift",
        "Embedding/OpenAIEmbeddingModel.swift",
        "Embedding/OpenAIEmbeddingOptions.swift",
        "Embedding/OpenAIEmbeddingRequestBody.swift",
        "Image/OpenAIImageAPI.swift",
        "Image/OpenAIImageModel.swift",
        "Image/OpenAIImageOptions.swift",
        "OpenAIConfig.swift",
        "OpenAIError.swift",
        "OpenAIModelIds.swift",
        "OpenAIProvider.swift",
        "OpenAIProviderOptionsFacade.swift",
        "OpenAIProviderOptionsHelpers.swift",
        "OpenAIResponsesAPI.swift",
        "OpenAIResponsesFinishReason.swift",
        "OpenAIResponsesInput.swift",
        "OpenAIResponsesModel.swift",
        "OpenAIResponsesModelConfig.swift",
        "OpenAIResponsesOptions.swift",
        "OpenAIResponsesPrepareTools.swift",
        "OpenAIResponsesRequestBody.swift",
        "OpenAITools.swift",
        "OpenAIVersion.swift",
        "Speech/OpenAISpeechAPI.swift",
        "Speech/OpenAISpeechModel.swift",
        "Speech/OpenAISpeechOptions.swift",
        "Tool/OpenAICodeInterpreterTool.swift",
        "Tool/OpenAIFileSearchTool.swift",
        "Tool/OpenAIImageGenerationTool.swift",
        "Tool/OpenAILocalShellTool.swift",
        "Tool/OpenAIWebSearchPreviewTool.swift",
        "Tool/OpenAIWebSearchTool.swift",
        "Transcription/OpenAITranscriptionAPI.swift",
        "Transcription/OpenAITranscriptionModel.swift",
        "Transcription/OpenAITranscriptionOptions.swift"
      ],
      "target_dependencies" : [
        "AISDKProvider",
        "AISDKProviderUtils",
        "EventSourceParser"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OpenAICompatibleProviderTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenAICompatibleProviderTests",
      "path" : "Tests/OpenAICompatibleProviderTests",
      "sources" : [
        "OpenAICompatibleChatLanguageModelTests.swift",
        "OpenAICompatibleChatMessagesConverterTests.swift",
        "OpenAICompatibleCompletionLanguageModelTests.swift",
        "OpenAICompatibleEmbeddingModelTests.swift",
        "OpenAICompatibleImageModelTests.swift",
        "OpenAICompatibleProviderTests.swift"
      ],
      "target_dependencies" : [
        "OpenAICompatibleProvider",
        "AISDKProvider",
        "AISDKProviderUtils"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenAICompatibleProvider",
      "module_type" : "SwiftTarget",
      "name" : "OpenAICompatibleProvider",
      "path" : "Sources/OpenAICompatibleProvider",
      "product_memberships" : [
        "OpenAICompatibleProvider",
        "DeepInfraProvider",
        "FireworksProvider",
        "CerebrasProvider",
        "DeepSeekProvider",
        "BasetenProvider",
        "XAIProvider",
        "playground"
      ],
      "sources" : [
        "Chat/ConvertToOpenAICompatibleChatMessages.swift",
        "Chat/GetResponseMetadata.swift",
        "Chat/MapOpenAICompatibleFinishReason.swift",
        "Chat/OpenAICompatibleChatLanguageModel.swift",
        "Chat/OpenAICompatibleChatOptions.swift",
        "Chat/OpenAICompatibleMetadataExtractor.swift",
        "Chat/OpenAICompatiblePrepareTools.swift",
        "Completion/ConvertToOpenAICompatibleCompletionPrompt.swift",
        "Completion/OpenAICompatibleCompletionLanguageModel.swift",
        "Completion/OpenAICompatibleCompletionOptions.swift",
        "Embedding/OpenAICompatibleEmbeddingModel.swift",
        "Embedding/OpenAICompatibleEmbeddingOptions.swift",
        "Image/OpenAICompatibleImageModel.swift",
        "OpenAICompatibleConfig.swift",
        "OpenAICompatibleError.swift",
        "OpenAICompatibleModelIds.swift",
        "OpenAICompatibleProvider.swift",
        "OpenAICompatibleVersion.swift"
      ],
      "target_dependencies" : [
        "AISDKProvider",
        "AISDKProviderUtils"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MistralProviderTests",
      "module_type" : "SwiftTarget",
      "name" : "MistralProviderTests",
      "path" : "Tests/MistralProviderTests",
      "sources" : [
        "ConvertToMistralChatMessagesTests.swift",
        "MistralChatLanguageModelTests.swift",
        "MistralEmbeddingModelTests.swift",
        "TestHelpers.swift"
      ],
      "target_dependencies" : [
        "MistralProvider",
        "AISDKProvider",
        "AISDKProviderUtils"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MistralProvider",
      "module_type" : "SwiftTarget",
      "name" : "MistralProvider",
      "path" : "Sources/MistralProvider",
      "product_memberships" : [
        "MistralProvider",
        "playground"
      ],
      "sources" : [
        "ConvertToMistralChatMessages.swift",
        "MapMistralFinishReason.swift",
        "MistralChatLanguageModel.swift",
        "MistralEmbeddingModel.swift",
        "MistralError.swift",
        "MistralModelIds.swift",
        "MistralPrepareTools.swift",
        "MistralProvider.swift",
        "MistralProviderOptions.swift",
        "MistralResponseMetadata.swift",
        "MistralVersion.swift"
      ],
      "target_dependencies" : [
        "AISDKProvider",
        "AISDKProviderUtils",
        "EventSourceParser"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LumaProvider",
      "module_type" : "SwiftTarget",
      "name" : "LumaProvider",
      "path" : "Sources/LumaProvider",
      "product_memberships" : [
        "LumaProvider",
        "playground"
      ],
      "sources" : [
        "LumaError.swift",
        "LumaImageModel.swift",
        "LumaImageSettings.swift",
        "LumaModelIds.swift",
        "LumaProvider.swift",
        "LumaVersion.swift"
      ],
      "target_dependencies" : [
        "AISDKProvider",
        "AISDKProviderUtils"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LMNTProviderTests",
      "module_type" : "SwiftTarget",
      "name" : "LMNTProviderTests",
      "path" : "Tests/LMNTProviderTests",
      "sources" : [
        "LMNTErrorTests.swift",
        "LMNTSpeechModelTests.swift"
      ],
      "target_dependencies" : [
        "LMNTProvider",
        "AISDKProvider",
        "AISDKProviderUtils"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LMNTProvider",
      "module_type" : "SwiftTarget",
      "name" : "LMNTProvider",
      "path" : "Sources/LMNTProvider",
      "product_memberships" : [
        "LMNTProvider",
        "playground"
      ],
      "sources" : [
        "LMNTError.swift",
        "LMNTProvider.swift",
        "LMNTSpeechModel.swift",
        "LMNTSpeechModelId.swift",
        "LMNTVersion.swift"
      ],
      "target_dependencies" : [
        "AISDKProvider",
        "AISDKProviderUtils"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HumeProvider",
      "module_type" : "SwiftTarget",
      "name" : "HumeProvider",
      "path" : "Sources/HumeProvider",
      "product_memberships" : [
        "HumeProvider",
        "playground"
      ],
      "sources" : [
        "HumeConfig.swift",
        "HumeError.swift",
        "HumeModelIds.swift",
        "HumeProvider.swift",
        "HumeSpeechAPITypes.swift",
        "HumeSpeechModel.swift",
        "HumeVersion.swift"
      ],
      "target_dependencies" : [
        "AISDKProvider",
        "AISDKProviderUtils"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HuggingFaceProvider",
      "module_type" : "SwiftTarget",
      "name" : "HuggingFaceProvider",
      "path" : "Sources/HuggingFaceProvider",
      "product_memberships" : [
        "HuggingFaceProvider",
        "playground"
      ],
      "sources" : [
        "ConvertToHuggingFaceResponsesMessages.swift",
        "HuggingFaceConfig.swift",
        "HuggingFaceError.swift",
        "HuggingFaceProvider.swift",
        "HuggingFaceResponsesLanguageModel.swift",
        "HuggingFaceResponsesModelId.swift",
        "HuggingFaceResponsesPrepareTools.swift",
        "HuggingFaceResponsesProviderOptions.swift",
        "HuggingFaceVersion.swift",
        "MapHuggingFaceResponsesFinishReason.swift"
      ],
      "target_dependencies" : [
        "AISDKProvider",
        "AISDKProviderUtils"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GroqProviderTests",
      "module_type" : "SwiftTarget",
      "name" : "GroqProviderTests",
      "path" : "Tests/GroqProviderTests",
      "sources" : [
        "ConvertToGroqChatMessagesTests.swift",
        "GroqChatLanguageModelTests.swift",
        "GroqPrepareToolsTests.swift",
        "GroqTranscriptionModelTests.swift"
      ],
      "target_dependencies" : [
        "GroqProvider",
        "AISDKProvider",
        "AISDKProviderUtils"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GroqProvider",
      "module_type" : "SwiftTarget",
      "name" : "GroqProvider",
      "path" : "Sources/GroqProvider",
      "product_memberships" : [
        "GroqProvider",
        "playground"
      ],
      "sources" : [
        "ConvertToGroqChatMessages.swift",
        "GroqChatLanguageModel.swift",
        "GroqError.swift",
        "GroqModelIds.swift",
        "GroqPrepareTools.swift",
        "GroqProvider.swift",
        "GroqProviderOptions.swift",
        "GroqResponseMetadata.swift",
        "GroqTools.swift",
        "GroqTranscriptionModel.swift",
        "GroqVersion.swift",
        "MapGroqFinishReason.swift",
        "Tool/GroqBrowserSearchTool.swift"
      ],
      "target_dependencies" : [
        "AISDKProvider",
        "AISDKProviderUtils",
        "EventSourceParser"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GoogleVertexProvider",
      "module_type" : "SwiftTarget",
      "name" : "GoogleVertexProvider",
      "path" : "Sources/GoogleVertexProvider",
      "product_memberships" : [
        "GoogleVertexProvider",
        "playground"
      ],
      "sources" : [
        "GoogleVertexEmbeddingModel.swift",
        "GoogleVertexEmbeddingOptions.swift",
        "GoogleVertexError.swift",
        "GoogleVertexImageModel.swift",
        "GoogleVertexModelIds.swift",
        "GoogleVertexProvider.swift",
        "GoogleVertexTools.swift",
        "GoogleVertexVersion.swift"
      ],
      "target_dependencies" : [
        "AISDKProvider",
        "AISDKProviderUtils",
        "GoogleProvider"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GoogleProviderTests",
      "module_type" : "SwiftTarget",
      "name" : "GoogleProviderTests",
      "path" : "Tests/GoogleProviderTests",
      "sources" : [
        "ConvertJSONSchemaToOpenAPISchemaTests.swift",
        "ConvertToGoogleGenerativeAIMessagesTests.swift",
        "GetModelPathTests.swift",
        "GoogleGenerativeAIEmbeddingModelTests.swift",
        "GoogleGenerativeAIImageModelTests.swift",
        "GoogleGenerativeAILanguageModelTests.swift",
        "GooglePrepareToolsTests.swift",
        "GoogleProviderTests.swift",
        "GoogleSupportedFileURLTests.swift",
        "UtilityFunctionTests.swift"
      ],
      "target_dependencies" : [
        "GoogleProvider",
        "AISDKProvider",
        "AISDKProviderUtils"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GoogleProvider",
      "module_type" : "SwiftTarget",
      "name" : "GoogleProvider",
      "path" : "Sources/GoogleProvider",
      "product_memberships" : [
        "GoogleProvider",
        "GoogleVertexProvider",
        "playground"
      ],
      "sources" : [
        "ConvertJSONSchemaToOpenAPISchema.swift",
        "ConvertToGoogleGenerativeAIMessages.swift",
        "GetModelPath.swift",
        "GoogleError.swift",
        "GoogleGenerativeAIEmbeddingModel.swift",
        "GoogleGenerativeAIEmbeddingProviderOptions.swift",
        "GoogleGenerativeAIImageModel.swift",
        "GoogleGenerativeAIImageProviderOptions.swift",
        "GoogleGenerativeAIImageSettings.swift",
        "GoogleGenerativeAILanguageModel.swift",
        "GoogleGenerativeAIPrompt.swift",
        "GoogleModelIds.swift",
        "GooglePrepareTools.swift",
        "GoogleProvider.swift",
        "GoogleProviderOptions.swift",
        "GoogleSupportedFileURL.swift",
        "GoogleTools.swift",
        "GoogleVersion.swift",
        "MapGoogleGenerativeAIFinishReason.swift",
        "Tool/GoogleCodeExecutionTool.swift",
        "Tool/GoogleSearchTool.swift",
        "Tool/GoogleURLContextTool.swift"
      ],
      "target_dependencies" : [
        "AISDKProvider",
        "AISDKProviderUtils",
        "EventSourceParser"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GladiaProvider",
      "module_type" : "SwiftTarget",
      "name" : "GladiaProvider",
      "path" : "Sources/GladiaProvider",
      "product_memberships" : [
        "GladiaProvider",
        "playground"
      ],
      "sources" : [
        "GladiaConfig.swift",
        "GladiaError.swift",
        "GladiaProvider.swift",
        "GladiaTranscriptionModel.swift",
        "GladiaTranscriptionOptions.swift",
        "GladiaVersion.swift"
      ],
      "target_dependencies" : [
        "AISDKProvider",
        "AISDKProviderUtils"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GatewayProvider",
      "module_type" : "SwiftTarget",
      "name" : "GatewayProvider",
      "path" : "Sources/GatewayProvider",
      "product_memberships" : [
        "SwiftAISDK",
        "GatewayProvider",
        "playground"
      ],
      "sources" : [
        "AsGatewayError.swift",
        "ExtractApiCallResponse.swift",
        "GatewayAuthenticationError.swift",
        "GatewayConfig.swift",
        "GatewayEmbeddingModel.swift",
        "GatewayEnvironment.swift",
        "GatewayError.swift",
        "GatewayErrorHandling.swift",
        "GatewayFetchMetadata.swift",
        "GatewayInternalServerError.swift",
        "GatewayInvalidRequestError.swift",
        "GatewayLanguageModel.swift",
        "GatewayModelEntry.swift",
        "GatewayModelIds.swift",
        "GatewayModelNotFoundError.swift",
        "GatewayProvider.swift",
        "GatewayProviderOptions.swift",
        "GatewayRateLimitError.swift",
        "GatewayResponseError.swift",
        "GatewayVersion.swift",
        "ParseAuthMethod.swift"
      ],
      "target_dependencies" : [
        "AISDKProvider",
        "AISDKProviderUtils"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FireworksProvider",
      "module_type" : "SwiftTarget",
      "name" : "FireworksProvider",
      "path" : "Sources/FireworksProvider",
      "product_memberships" : [
        "FireworksProvider",
        "playground"
      ],
      "sources" : [
        "FireworksError.swift",
        "FireworksImageModel.swift",
        "FireworksModelIds.swift",
        "FireworksProvider.swift",
        "FireworksVersion.swift"
      ],
      "target_dependencies" : [
        "AISDKProvider",
        "AISDKProviderUtils",
        "OpenAICompatibleProvider"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FalProvider",
      "module_type" : "SwiftTarget",
      "name" : "FalProvider",
      "path" : "Sources/FalProvider",
      "product_memberships" : [
        "FalProvider",
        "playground"
      ],
      "sources" : [
        "FalApiTypes.swift",
        "FalConfig.swift",
        "FalError.swift",
        "FalImageModel.swift",
        "FalModelIds.swift",
        "FalProvider.swift",
        "FalSpeechModel.swift",
        "FalSpeechOptions.swift",
        "FalTranscriptionModel.swift",
        "FalTranscriptionOptions.swift",
        "FalVersion.swift"
      ],
      "target_dependencies" : [
        "AISDKProvider",
        "AISDKProviderUtils"
      ],
      "type" : "library"
    },
    {
      "c99name" : "EventSourceParserTests",
      "module_type" : "SwiftTarget",
      "name" : "EventSourceParserTests",
      "path" : "Tests/EventSourceParserTests",
      "sources" : [
        "ParserTests.swift",
        "StreamTests.swift"
      ],
      "target_dependencies" : [
        "EventSourceParser"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EventSourceParser",
      "module_type" : "SwiftTarget",
      "name" : "EventSourceParser",
      "path" : "Sources/EventSourceParser",
      "product_memberships" : [
        "AISDKProviderUtils",
        "SwiftAISDK",
        "OpenAIProvider",
        "OpenAICompatibleProvider",
        "AnthropicProvider",
        "AmazonBedrockProvider",
        "GatewayProvider",
        "GoogleProvider",
        "GoogleVertexProvider",
        "AzureProvider",
        "GroqProvider",
        "MistralProvider",
        "PerplexityProvider",
        "CohereProvider",
        "DeepgramProvider",
        "DeepInfraProvider",
        "ElevenLabsProvider",
        "FalProvider",
        "FireworksProvider",
        "GladiaProvider",
        "HuggingFaceProvider",
        "HumeProvider",
        "AssemblyAIProvider",
        "CerebrasProvider",
        "DeepSeekProvider",
        "BasetenProvider",
        "ReplicateProvider",
        "XAIProvider",
        "LMNTProvider",
        "LumaProvider",
        "AISDKJSONSchema",
        "EventSourceParser",
        "playground"
      ],
      "sources" : [
        "Parser.swift",
        "Stream.swift",
        "Types.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ElevenLabsProvider",
      "module_type" : "SwiftTarget",
      "name" : "ElevenLabsProvider",
      "path" : "Sources/ElevenLabsProvider",
      "product_memberships" : [
        "ElevenLabsProvider",
        "playground"
      ],
      "sources" : [
        "ElevenLabsConfig.swift",
        "ElevenLabsError.swift",
        "ElevenLabsModelIds.swift",
        "ElevenLabsProvider.swift",
        "ElevenLabsSpeechModel.swift",
        "ElevenLabsSpeechOptions.swift",
        "ElevenLabsTranscriptionModel.swift",
        "ElevenLabsTranscriptionOptions.swift",
        "ElevenLabsVersion.swift"
      ],
      "target_dependencies" : [
        "AISDKProvider",
        "AISDKProviderUtils"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DeepgramProvider",
      "module_type" : "SwiftTarget",
      "name" : "DeepgramProvider",
      "path" : "Sources/DeepgramProvider",
      "product_memberships" : [
        "DeepgramProvider",
        "playground"
      ],
      "sources" : [
        "DeepgramError.swift",
        "DeepgramModelIds.swift",
        "DeepgramProvider.swift",
        "DeepgramTranscriptionModel.swift",
        "DeepgramTranscriptionOptions.swift",
        "DeepgramVersion.swift"
      ],
      "target_dependencies" : [
        "AISDKProvider",
        "AISDKProviderUtils"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DeepSeekProviderTests",
      "module_type" : "SwiftTarget",
      "name" : "DeepSeekProviderTests",
      "path" : "Tests/DeepSeekProviderTests",
      "sources" : [
        "DeepSeekMetadataExtractorTests.swift",
        "DeepSeekProviderTests.swift"
      ],
      "target_dependencies" : [
        "DeepSeekProvider",
        "AISDKProvider",
        "AISDKProviderUtils",
        "OpenAICompatibleProvider"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DeepSeekProvider",
      "module_type" : "SwiftTarget",
      "name" : "DeepSeekProvider",
      "path" : "Sources/DeepSeekProvider",
      "product_memberships" : [
        "DeepSeekProvider",
        "playground"
      ],
      "sources" : [
        "DeepSeekChatModelId.swift",
        "DeepSeekMetadataExtractor.swift",
        "DeepSeekProvider.swift",
        "DeepSeekVersion.swift"
      ],
      "target_dependencies" : [
        "AISDKProvider",
        "AISDKProviderUtils",
        "OpenAICompatibleProvider"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DeepInfraProvider",
      "module_type" : "SwiftTarget",
      "name" : "DeepInfraProvider",
      "path" : "Sources/DeepInfraProvider",
      "product_memberships" : [
        "DeepInfraProvider",
        "playground"
      ],
      "sources" : [
        "DeepInfraImageModel.swift",
        "DeepInfraModelIds.swift",
        "DeepInfraProvider.swift",
        "DeepInfraVersion.swift"
      ],
      "target_dependencies" : [
        "AISDKProvider",
        "AISDKProviderUtils",
        "OpenAICompatibleProvider"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CohereProvider",
      "module_type" : "SwiftTarget",
      "name" : "CohereProvider",
      "path" : "Sources/CohereProvider",
      "product_memberships" : [
        "CohereProvider",
        "playground"
      ],
      "sources" : [
        "CohereChatLanguageModel.swift",
        "CohereChatOptions.swift",
        "CohereChatPrompt.swift",
        "CohereEmbeddingModel.swift",
        "CohereEmbeddingOptions.swift",
        "CohereError.swift",
        "CohereModelIds.swift",
        "CoherePrepareTools.swift",
        "CohereProvider.swift",
        "CohereVersion.swift",
        "ConvertToCohereChatPrompt.swift",
        "MapCohereFinishReason.swift"
      ],
      "target_dependencies" : [
        "AISDKProvider",
        "AISDKProviderUtils",
        "EventSourceParser"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CerebrasProviderTests",
      "module_type" : "SwiftTarget",
      "name" : "CerebrasProviderTests",
      "path" : "Tests/CerebrasProviderTests",
      "sources" : [
        "CerebrasProviderTests.swift"
      ],
      "target_dependencies" : [
        "CerebrasProvider",
        "AISDKProvider",
        "AISDKProviderUtils",
        "OpenAICompatibleProvider"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CerebrasProvider",
      "module_type" : "SwiftTarget",
      "name" : "CerebrasProvider",
      "path" : "Sources/CerebrasProvider",
      "product_memberships" : [
        "CerebrasProvider",
        "playground"
      ],
      "sources" : [
        "CerebrasChatModelId.swift",
        "CerebrasError.swift",
        "CerebrasProvider.swift",
        "CerebrasVersion.swift"
      ],
      "target_dependencies" : [
        "AISDKProvider",
        "AISDKProviderUtils",
        "OpenAICompatibleProvider"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BasetenProviderTests",
      "module_type" : "SwiftTarget",
      "name" : "BasetenProviderTests",
      "path" : "Tests/BasetenProviderTests",
      "sources" : [
        "BasetenProviderTests.swift"
      ],
      "target_dependencies" : [
        "BasetenProvider",
        "AISDKProvider",
        "AISDKProviderUtils",
        "OpenAICompatibleProvider"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BasetenProvider",
      "module_type" : "SwiftTarget",
      "name" : "BasetenProvider",
      "path" : "Sources/BasetenProvider",
      "product_memberships" : [
        "BasetenProvider"
      ],
      "sources" : [
        "BasetenChatModelId.swift",
        "BasetenEmbeddingModel.swift",
        "BasetenEmbeddingModelId.swift",
        "BasetenError.swift",
        "BasetenProvider.swift",
        "BasetenVersion.swift"
      ],
      "target_dependencies" : [
        "AISDKProvider",
        "AISDKProviderUtils",
        "OpenAICompatibleProvider"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AzureProviderTests",
      "module_type" : "SwiftTarget",
      "name" : "AzureProviderTests",
      "path" : "Tests/AzureProviderTests",
      "sources" : [
        "AzureProviderTests.swift"
      ],
      "target_dependencies" : [
        "AzureProvider",
        "AISDKProvider",
        "AISDKProviderUtils",
        "OpenAIProvider"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AzureProvider",
      "module_type" : "SwiftTarget",
      "name" : "AzureProvider",
      "path" : "Sources/AzureProvider",
      "product_memberships" : [
        "AzureProvider",
        "playground"
      ],
      "sources" : [
        "AzureProvider.swift",
        "AzureTools.swift",
        "AzureVersion.swift"
      ],
      "target_dependencies" : [
        "AISDKProvider",
        "AISDKProviderUtils",
        "OpenAIProvider"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AssemblyAIProvider",
      "module_type" : "SwiftTarget",
      "name" : "AssemblyAIProvider",
      "path" : "Sources/AssemblyAIProvider",
      "product_memberships" : [
        "AssemblyAIProvider",
        "playground"
      ],
      "sources" : [
        "AssemblyAIError.swift",
        "AssemblyAIProvider.swift",
        "AssemblyAITranscriptionModel.swift",
        "AssemblyAITranscriptionModelId.swift",
        "AssemblyAITranscriptionOptions.swift",
        "AssemblyAIVersion.swift"
      ],
      "target_dependencies" : [
        "AISDKProvider",
        "AISDKProviderUtils"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AnthropicProviderTests",
      "module_type" : "SwiftTarget",
      "name" : "AnthropicProviderTests",
      "path" : "Tests/AnthropicProviderTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/AnthropicProviderTests/Fixtures",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AnthropicErrorTests.swift",
        "AnthropicMessagesLanguageModelStreamAdvancedTests.swift",
        "AnthropicMessagesLanguageModelTests.swift",
        "AnthropicPrepareToolsTests.swift",
        "AnthropicProviderPlaceholderTests.swift",
        "ConvertToAnthropicMessagesPromptTests.swift"
      ],
      "target_dependencies" : [
        "AnthropicProvider",
        "AISDKProvider",
        "AISDKProviderUtils"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AnthropicProvider",
      "module_type" : "SwiftTarget",
      "name" : "AnthropicProvider",
      "path" : "Sources/AnthropicProvider",
      "product_memberships" : [
        "AnthropicProvider",
        "AmazonBedrockProvider"
      ],
      "sources" : [
        "AnthropicError.swift",
        "AnthropicMessagesAPI.swift",
        "AnthropicMessagesLanguageModel.swift",
        "AnthropicModelIds.swift",
        "AnthropicPrepareTools.swift",
        "AnthropicProvider.swift",
        "AnthropicProviderOptions.swift",
        "AnthropicTools.swift",
        "AnthropicVersion.swift",
        "ConvertToAnthropicMessagesPrompt.swift",
        "GetCacheControl.swift",
        "MapAnthropicStopReason.swift",
        "Tool/AnthropicBashTool.swift",
        "Tool/AnthropicCodeExecutionTool.swift",
        "Tool/AnthropicComputerTool.swift",
        "Tool/AnthropicTextEditor20250728.swift",
        "Tool/AnthropicTextEditorTools.swift",
        "Tool/AnthropicWebTools.swift"
      ],
      "target_dependencies" : [
        "AISDKProvider",
        "AISDKProviderUtils",
        "EventSourceParser"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AmazonBedrockProvider",
      "module_type" : "SwiftTarget",
      "name" : "AmazonBedrockProvider",
      "path" : "Sources/AmazonBedrockProvider",
      "product_memberships" : [
        "AmazonBedrockProvider"
      ],
      "sources" : [
        "AmazonBedrockVersion.swift",
        "BedrockChatLanguageModel.swift",
        "BedrockChatOptions.swift",
        "BedrockEmbeddingModel.swift",
        "BedrockEmbeddingOptions.swift",
        "BedrockError.swift",
        "BedrockEventStreamResponseHandler.swift",
        "BedrockImageModel.swift",
        "BedrockImageSettings.swift",
        "BedrockModelIds.swift",
        "BedrockPrepareTools.swift",
        "BedrockProvider.swift",
        "BedrockSigV4Fetch.swift",
        "ConvertToBedrockChatMessages.swift",
        "MapBedrockFinishReason.swift"
      ],
      "target_dependencies" : [
        "AISDKProvider",
        "AISDKProviderUtils",
        "AnthropicProvider"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AISDKZodAdapter",
      "module_type" : "SwiftTarget",
      "name" : "AISDKZodAdapter",
      "path" : "Sources/AISDKZodAdapter",
      "product_memberships" : [
        "AISDKProviderUtils",
        "SwiftAISDK",
        "OpenAIProvider",
        "OpenAICompatibleProvider",
        "AnthropicProvider",
        "AmazonBedrockProvider",
        "GatewayProvider",
        "GoogleProvider",
        "GoogleVertexProvider",
        "AzureProvider",
        "GroqProvider",
        "MistralProvider",
        "PerplexityProvider",
        "CohereProvider",
        "DeepgramProvider",
        "DeepInfraProvider",
        "ElevenLabsProvider",
        "FalProvider",
        "FireworksProvider",
        "GladiaProvider",
        "HuggingFaceProvider",
        "HumeProvider",
        "AssemblyAIProvider",
        "CerebrasProvider",
        "DeepSeekProvider",
        "BasetenProvider",
        "ReplicateProvider",
        "XAIProvider",
        "LMNTProvider",
        "LumaProvider",
        "AISDKJSONSchema",
        "AISDKZodAdapter",
        "playground"
      ],
      "sources" : [
        "ArkTypeToJSONSchema.swift",
        "EffectToJSONSchema.swift",
        "JSONValueCompat.swift",
        "PublicBuilders.swift",
        "ValibotToJSONSchema.swift",
        "ZLikeDSL.swift",
        "Zod3/Zod3Options.swift",
        "Zod3/Zod3ParseDef.swift",
        "Zod3/Zod3Parsers.swift",
        "Zod3/Zod3ToJSONSchema.swift",
        "Zod3/Zod3Types.swift"
      ],
      "target_dependencies" : [
        "AISDKProvider"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AISDKProviderUtilsTests",
      "module_type" : "SwiftTarget",
      "name" : "AISDKProviderUtilsTests",
      "path" : "Tests/AISDKProviderUtilsTests",
      "sources" : [
        "AsyncStreamBridgeTests.swift",
        "CombineHeadersTests.swift",
        "ConvertAsyncIteratorToReadableStreamTests.swift",
        "DelayTests.swift",
        "ExecuteToolTests.swift",
        "ExtractResponseHeadersTests.swift",
        "GenerateIDTests.swift",
        "GetFromAPITests.swift",
        "HTTPUtilsTests.swift",
        "IsUrlSupportedTests.swift",
        "LoadSettingsTests.swift",
        "MediaTypeToExtensionTests.swift",
        "ParseJSONTests.swift",
        "ParseJsonEventStreamTests.swift",
        "PostToAPITests.swift",
        "ProviderDefinedToolFactoryTests.swift",
        "ResponseHandlerTests.swift",
        "SchemaTests.swift",
        "SecureJsonParseTests.swift",
        "ToJSONSchema/ArrayParserTests.swift",
        "ToJSONSchema/BigIntParserTests.swift",
        "ToJSONSchema/BrandedParserTests.swift",
        "ToJSONSchema/CatchParserTests.swift",
        "ToJSONSchema/NumberParserTests.swift",
        "ToJSONSchema/StringParserTests.swift",
        "ToJSONSchema/TestHelpers.swift",
        "ToJSONSchema/ZodTestBuilders.swift",
        "ToolExecutionResultTests.swift",
        "ToolTests.swift",
        "UserAgentTests.swift",
        "ValidateTypesTests.swift"
      ],
      "target_dependencies" : [
        "AISDKProviderUtils",
        "AISDKZodAdapter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AISDKProviderUtils",
      "module_type" : "SwiftTarget",
      "name" : "AISDKProviderUtils",
      "path" : "Sources/AISDKProviderUtils",
      "product_memberships" : [
        "AISDKProviderUtils",
        "SwiftAISDK",
        "OpenAIProvider",
        "OpenAICompatibleProvider",
        "AnthropicProvider",
        "AmazonBedrockProvider",
        "GatewayProvider",
        "GoogleProvider",
        "GoogleVertexProvider",
        "AzureProvider",
        "GroqProvider",
        "MistralProvider",
        "PerplexityProvider",
        "CohereProvider",
        "DeepgramProvider",
        "DeepInfraProvider",
        "ElevenLabsProvider",
        "FalProvider",
        "FireworksProvider",
        "GladiaProvider",
        "HuggingFaceProvider",
        "HumeProvider",
        "AssemblyAIProvider",
        "CerebrasProvider",
        "DeepSeekProvider",
        "BasetenProvider",
        "ReplicateProvider",
        "XAIProvider",
        "LMNTProvider",
        "LumaProvider",
        "AISDKJSONSchema",
        "playground"
      ],
      "sources" : [
        "CombineHeaders.swift",
        "ContentPart.swift",
        "ConvertAsyncIteratorToReadableStream.swift",
        "DataContent.swift",
        "Delay.swift",
        "ExecuteTool.swift",
        "ExtractResponseHeaders.swift",
        "FetchFunction.swift",
        "GenerateID.swift",
        "GetErrorMessage.swift",
        "GetFromAPI.swift",
        "GetRuntimeEnvironmentUserAgent.swift",
        "HandleFetchError.swift",
        "InjectJSONInstructionIntoMessages.swift",
        "IsAbortError.swift",
        "IsAsyncIterable.swift",
        "IsUrlSupported.swift",
        "JSONValue/JSONValueToFoundation.swift",
        "LoadAPIKey.swift",
        "LoadOptionalSetting.swift",
        "LoadSetting.swift",
        "MediaTypeToExtension.swift",
        "ModelMessage.swift",
        "MultipartFormDataBuilder.swift",
        "ParseJSON.swift",
        "ParseJsonEventStream.swift",
        "ParseProviderOptions.swift",
        "PostToAPI.swift",
        "ProviderDefinedToolFactory.swift",
        "ProviderHTTPResponse.swift",
        "RemoveUndefinedEntries.swift",
        "Resolve.swift",
        "ResponseHandler.swift",
        "Schema/JSONSchemaValidator.swift",
        "Schema/Schema.swift",
        "Schema/ZodAdapters.swift",
        "SecureJsonParse.swift",
        "SplitDataUrl.swift",
        "TestSupport/ConvertArrayToAsyncIterable.swift",
        "TestSupport/ConvertArrayToReadableStream.swift",
        "TestSupport/ConvertAsyncIterableToArray.swift",
        "TestSupport/ConvertReadableStreamToArray.swift",
        "TestSupport/ConvertResponseStreamToArray.swift",
        "TestSupport/TestSupportIndex.swift",
        "Tool.swift",
        "Uint8Utils.swift",
        "ValidateTypes.swift",
        "Version.swift",
        "Versioning/SDKReleaseVersion.swift",
        "WithUserAgentSuffix.swift",
        "WithoutTrailingSlash.swift"
      ],
      "target_dependencies" : [
        "AISDKProvider",
        "AISDKZodAdapter",
        "EventSourceParser"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AISDKProviderTests",
      "module_type" : "SwiftTarget",
      "name" : "AISDKProviderTests",
      "path" : "Tests/AISDKProviderTests",
      "sources" : [
        "JSONValue/IsJSONTests.swift",
        "JSONValueTests.swift",
        "LanguageModelMiddlewareTests.swift",
        "LanguageModelV2CallOptionsTests.swift",
        "LanguageModelV2CallWarningTests.swift",
        "LanguageModelV2ContentTests.swift",
        "LanguageModelV2DataContentTests.swift",
        "LanguageModelV2PromptTests.swift",
        "LanguageModelV2ResponseInfoTests.swift",
        "LanguageModelV2ResponseMetadataTests.swift",
        "LanguageModelV2StreamPartTests.swift",
        "LanguageModelV2ToolTests.swift",
        "LanguageModelV3CallOptionsTests.swift",
        "LanguageModelV3CallWarningTests.swift",
        "LanguageModelV3ContentTests.swift",
        "LanguageModelV3DataContentTests.swift",
        "LanguageModelV3PromptTests.swift",
        "LanguageModelV3ResponseInfoTests.swift",
        "LanguageModelV3ResponseMetadataTests.swift",
        "LanguageModelV3StreamPartTests.swift",
        "LanguageModelV3ToolResultTests.swift",
        "LanguageModelV3ToolTests.swift",
        "ProviderErrorsTests.swift"
      ],
      "target_dependencies" : [
        "AISDKProvider"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AISDKProvider",
      "module_type" : "SwiftTarget",
      "name" : "AISDKProvider",
      "path" : "Sources/AISDKProvider",
      "product_memberships" : [
        "AISDKProvider",
        "AISDKProviderUtils",
        "SwiftAISDK",
        "OpenAIProvider",
        "OpenAICompatibleProvider",
        "AnthropicProvider",
        "AmazonBedrockProvider",
        "GatewayProvider",
        "GoogleProvider",
        "GoogleVertexProvider",
        "AzureProvider",
        "GroqProvider",
        "MistralProvider",
        "PerplexityProvider",
        "CohereProvider",
        "DeepgramProvider",
        "DeepInfraProvider",
        "ElevenLabsProvider",
        "FalProvider",
        "FireworksProvider",
        "GladiaProvider",
        "HuggingFaceProvider",
        "HumeProvider",
        "AssemblyAIProvider",
        "CerebrasProvider",
        "DeepSeekProvider",
        "BasetenProvider",
        "ReplicateProvider",
        "XAIProvider",
        "LMNTProvider",
        "LumaProvider",
        "AISDKJSONSchema",
        "AISDKZodAdapter",
        "playground"
      ],
      "sources" : [
        "EmbeddingModel/EmbeddingModelV2.swift",
        "EmbeddingModel/EmbeddingModelV2Embedding.swift",
        "EmbeddingModel/EmbeddingModelV3.swift",
        "EmbeddingModel/EmbeddingModelV3Embedding.swift",
        "Errors/AISDKError.swift",
        "Errors/APICallError.swift",
        "Errors/EmptyResponseBodyError.swift",
        "Errors/GetErrorMessage.swift",
        "Errors/InvalidArgumentError.swift",
        "Errors/InvalidPromptError.swift",
        "Errors/InvalidResponseDataError.swift",
        "Errors/JSONParseError.swift",
        "Errors/LoadAPIKeyError.swift",
        "Errors/LoadSettingError.swift",
        "Errors/NoContentGeneratedError.swift",
        "Errors/NoSuchModelError.swift",
        "Errors/TooManyEmbeddingValuesForCallError.swift",
        "Errors/TypeValidationError.swift",
        "Errors/UnsupportedFunctionalityError.swift",
        "ImageModel/ImageModelV2.swift",
        "ImageModel/ImageModelV2CallOptions.swift",
        "ImageModel/ImageModelV2CallWarning.swift",
        "ImageModel/ImageModelV3.swift",
        "ImageModel/ImageModelV3CallOptions.swift",
        "ImageModel/ImageModelV3CallWarning.swift",
        "JSONValue/IsJSON.swift",
        "JSONValue/JSONValue.swift",
        "LanguageModel/Middleware/LanguageModelV2Middleware.swift",
        "LanguageModel/Middleware/LanguageModelV3Middleware.swift",
        "LanguageModel/V2/LanguageModelV2.swift",
        "LanguageModel/V2/LanguageModelV2CallOptions.swift",
        "LanguageModel/V2/LanguageModelV2CallWarning.swift",
        "LanguageModel/V2/LanguageModelV2Content.swift",
        "LanguageModel/V2/LanguageModelV2DataContent.swift",
        "LanguageModel/V2/LanguageModelV2File.swift",
        "LanguageModel/V2/LanguageModelV2FunctionTool.swift",
        "LanguageModel/V2/LanguageModelV2Prompt.swift",
        "LanguageModel/V2/LanguageModelV2ProviderDefinedTool.swift",
        "LanguageModel/V2/LanguageModelV2Reasoning.swift",
        "LanguageModel/V2/LanguageModelV2ResponseMetadata.swift",
        "LanguageModel/V2/LanguageModelV2Source.swift",
        "LanguageModel/V2/LanguageModelV2StreamPart.swift",
        "LanguageModel/V2/LanguageModelV2Text.swift",
        "LanguageModel/V2/LanguageModelV2ToolCall.swift",
        "LanguageModel/V2/LanguageModelV2ToolChoice.swift",
        "LanguageModel/V2/LanguageModelV2ToolResult.swift",
        "LanguageModel/V3/LanguageModelV3.swift",
        "LanguageModel/V3/LanguageModelV3CallOptions.swift",
        "LanguageModel/V3/LanguageModelV3CallWarning.swift",
        "LanguageModel/V3/LanguageModelV3Content.swift",
        "LanguageModel/V3/LanguageModelV3DataContent.swift",
        "LanguageModel/V3/LanguageModelV3File.swift",
        "LanguageModel/V3/LanguageModelV3FunctionTool.swift",
        "LanguageModel/V3/LanguageModelV3Prompt.swift",
        "LanguageModel/V3/LanguageModelV3ProviderDefinedTool.swift",
        "LanguageModel/V3/LanguageModelV3Reasoning.swift",
        "LanguageModel/V3/LanguageModelV3ResponseMetadata.swift",
        "LanguageModel/V3/LanguageModelV3Source.swift",
        "LanguageModel/V3/LanguageModelV3StreamPart.swift",
        "LanguageModel/V3/LanguageModelV3Text.swift",
        "LanguageModel/V3/LanguageModelV3ToolCall.swift",
        "LanguageModel/V3/LanguageModelV3ToolChoice.swift",
        "LanguageModel/V3/LanguageModelV3ToolResult.swift",
        "ProviderV2.swift",
        "ProviderV3.swift",
        "Shared/V2/SharedV2Headers.swift",
        "Shared/V2/SharedV2ProviderMetadata.swift",
        "Shared/V2/SharedV2ProviderOptions.swift",
        "Shared/V3/SharedV3Headers.swift",
        "Shared/V3/SharedV3ProviderMetadata.swift",
        "Shared/V3/SharedV3ProviderOptions.swift",
        "SpeechModel/SpeechModelV2.swift",
        "SpeechModel/SpeechModelV2CallOptions.swift",
        "SpeechModel/SpeechModelV2CallWarning.swift",
        "SpeechModel/SpeechModelV3.swift",
        "SpeechModel/SpeechModelV3CallOptions.swift",
        "SpeechModel/SpeechModelV3CallWarning.swift",
        "TranscriptionModel/TranscriptionModelV2.swift",
        "TranscriptionModel/TranscriptionModelV2CallOptions.swift",
        "TranscriptionModel/TranscriptionModelV2CallWarning.swift",
        "TranscriptionModel/TranscriptionModelV3.swift",
        "TranscriptionModel/TranscriptionModelV3CallOptions.swift",
        "TranscriptionModel/TranscriptionModelV3CallWarning.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AISDKJSONSchemaTests",
      "module_type" : "SwiftTarget",
      "name" : "AISDKJSONSchemaTests",
      "path" : "Tests/AISDKJSONSchemaTests",
      "sources" : [
        "ISO8601DecodingTests.swift",
        "SchemaGeneratorBasicTests.swift"
      ],
      "target_dependencies" : [
        "AISDKJSONSchema",
        "AISDKProviderUtils"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AISDKJSONSchema",
      "module_type" : "SwiftTarget",
      "name" : "AISDKJSONSchema",
      "path" : "Sources/AISDKJSONSchema",
      "product_memberships" : [
        "SwiftAISDK",
        "AISDKJSONSchema",
        "playground"
      ],
      "sources" : [
        "DefaultValueFactory.swift",
        "FlexibleSchema+Auto.swift",
        "JSONSchemaGenerator.swift"
      ],
      "target_dependencies" : [
        "AISDKProviderUtils",
        "AISDKZodAdapter"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-argument-parser
[1/16877] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.86s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (1.47s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.2
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/76] Write sources
[39/76] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[41/156] Emitting module AISDKProvider
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[42/166] Compiling ArgumentParserToolInfo ToolInfo.swift
[43/166] Emitting module ArgumentParserToolInfo
[44/167] Wrapping AST for ArgumentParserToolInfo for debugging
[46/211] Compiling ArgumentParser OptionGroup.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[47/211] Compiling ArgumentParser AsyncParsableCommand.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[48/211] Compiling ArgumentParser CommandConfiguration.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[49/211] Compiling ArgumentParser CommandGroup.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[50/211] Compiling ArgumentParser EnumerableFlag.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[51/211] Compiling ArgumentParser ExpressibleByArgument.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[52/211] Compiling ArgumentParser ParsableArguments.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[53/211] Compiling ArgumentParser ParsableCommand.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[54/211] Compiling ArgumentParser ArgumentDecoder.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[55/211] Compiling ArgumentParser ArgumentDefinition.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[56/211] Compiling ArgumentParser ArgumentSet.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[57/211] Compiling ArgumentParser CommandParser.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[58/211] Compiling ArgumentParser BashCompletionsGenerator.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[59/211] Compiling ArgumentParser CompletionsGenerator.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[60/211] Compiling ArgumentParser FishCompletionsGenerator.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[61/211] Compiling ArgumentParser ZshCompletionsGenerator.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[62/211] Compiling ArgumentParser Argument.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[63/211] Compiling ArgumentParser ArgumentDiscussion.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[64/211] Compiling ArgumentParser ArgumentHelp.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[65/211] Compiling ArgumentParser ArgumentVisibility.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[66/211] Compiling ArgumentParser CompletionKind.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[67/211] Compiling ArgumentParser Errors.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[68/211] Compiling EventSourceParser Types.swift
[69/211] Emitting module EventSourceParser
[70/211] Compiling EventSourceParser Parser.swift
[71/211] Compiling EventSourceParser Stream.swift
[72/211] Compiling AISDKProvider SpeechModelV2CallWarning.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[73/211] Compiling AISDKProvider SpeechModelV3.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[74/211] Compiling AISDKProvider SpeechModelV3CallOptions.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[75/211] Compiling AISDKProvider SpeechModelV3CallWarning.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[76/211] Compiling AISDKProvider TranscriptionModelV2.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[77/211] Compiling AISDKProvider TranscriptionModelV2CallOptions.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[78/211] Compiling AISDKProvider TranscriptionModelV2CallWarning.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[79/211] Compiling AISDKProvider TranscriptionModelV3.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[80/211] Compiling AISDKProvider TranscriptionModelV3CallOptions.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[81/211] Compiling AISDKProvider TranscriptionModelV3CallWarning.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[82/212] Compiling ArgumentParser HelpCommand.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[83/212] Compiling ArgumentParser HelpGenerator.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[84/212] Compiling ArgumentParser MessageInfo.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[85/212] Compiling ArgumentParser UsageGenerator.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[86/212] Compiling ArgumentParser CollectionExtensions.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[87/212] Compiling ArgumentParser Mutex.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[88/212] Compiling ArgumentParser Platform.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[89/212] Compiling ArgumentParser SequenceExtensions.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[90/212] Compiling ArgumentParser StringExtensions.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[91/212] Compiling ArgumentParser SwiftExtensions.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[92/212] Compiling ArgumentParser Flag.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[93/212] Compiling ArgumentParser NameSpecification.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[94/212] Compiling ArgumentParser Option.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[95/212] Compiling ArgumentParser InputKey.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[96/212] Compiling ArgumentParser InputOrigin.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[97/212] Compiling ArgumentParser Name.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[98/212] Compiling ArgumentParser Parsed.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[99/212] Compiling ArgumentParser ParsedValues.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[100/212] Compiling ArgumentParser ParserError.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[101/212] Compiling ArgumentParser SplitArguments.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[102/212] Compiling ArgumentParser DumpHelpGenerator.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[103/212] Compiling AISDKProvider LanguageModelV3Prompt.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[104/212] Compiling AISDKProvider LanguageModelV3ProviderDefinedTool.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[105/212] Compiling AISDKProvider LanguageModelV3Reasoning.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[106/212] Compiling AISDKProvider LanguageModelV3ResponseMetadata.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[107/212] Compiling AISDKProvider LanguageModelV3Source.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[108/212] Compiling AISDKProvider LanguageModelV3StreamPart.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[109/212] Compiling AISDKProvider LanguageModelV3Text.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[110/212] Compiling AISDKProvider LanguageModelV3ToolCall.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[111/212] Compiling AISDKProvider LanguageModelV3ToolChoice.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[112/212] Compiling AISDKProvider LanguageModelV3ToolResult.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[113/212] Compiling AISDKProvider ProviderV2.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[114/212] Compiling AISDKProvider ProviderV3.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[115/212] Compiling AISDKProvider SharedV2Headers.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[116/212] Compiling AISDKProvider SharedV2ProviderMetadata.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[117/212] Compiling AISDKProvider SharedV2ProviderOptions.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[118/212] Compiling AISDKProvider SharedV3Headers.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[119/212] Compiling AISDKProvider SharedV3ProviderMetadata.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[120/212] Compiling AISDKProvider SharedV3ProviderOptions.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[121/212] Compiling AISDKProvider SpeechModelV2.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[122/212] Compiling AISDKProvider SpeechModelV2CallOptions.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[123/212] Compiling AISDKProvider LanguageModelV2ToolCall.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[124/212] Compiling AISDKProvider LanguageModelV2ToolChoice.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[125/212] Compiling AISDKProvider LanguageModelV2ToolResult.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[126/212] Compiling AISDKProvider LanguageModelV3.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[127/212] Compiling AISDKProvider LanguageModelV3CallOptions.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[128/212] Compiling AISDKProvider LanguageModelV3CallWarning.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[129/212] Compiling AISDKProvider LanguageModelV3Content.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[130/212] Compiling AISDKProvider LanguageModelV3DataContent.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[131/212] Compiling AISDKProvider LanguageModelV3File.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[132/212] Compiling AISDKProvider LanguageModelV3FunctionTool.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/39] Write swift-version-24593BA9C3E375BF.txt
[4/119] Compiling EventSourceParser Types.swift
[5/119] Compiling EventSourceParser Stream.swift
[6/119] Compiling AISDKProvider ProviderV2.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[7/119] Compiling AISDKProvider ProviderV3.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[8/119] Compiling AISDKProvider SharedV2Headers.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[9/119] Compiling AISDKProvider SharedV2ProviderMetadata.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[10/119] Compiling AISDKProvider SharedV2ProviderOptions.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[11/119] Compiling AISDKProvider SharedV3Headers.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[12/119] Compiling AISDKProvider SharedV3ProviderMetadata.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[13/119] Compiling AISDKProvider SharedV3ProviderOptions.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[14/119] Compiling AISDKProvider SpeechModelV2.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[15/119] Compiling AISDKProvider SpeechModelV2CallOptions.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[16/119] Compiling AISDKProvider EmbeddingModelV2.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[17/119] Compiling AISDKProvider EmbeddingModelV2Embedding.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[18/119] Compiling AISDKProvider EmbeddingModelV3.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[19/119] Compiling AISDKProvider EmbeddingModelV3Embedding.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[20/119] Compiling AISDKProvider AISDKError.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[21/119] Compiling AISDKProvider APICallError.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[22/119] Compiling AISDKProvider EmptyResponseBodyError.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[23/119] Compiling AISDKProvider GetErrorMessage.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[24/119] Compiling AISDKProvider InvalidArgumentError.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[25/119] Compiling AISDKProvider InvalidPromptError.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[26/119] Compiling AISDKProvider InvalidResponseDataError.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[27/129] Emitting module EventSourceParser
[28/129] Compiling EventSourceParser Parser.swift
[29/130] Compiling AISDKProvider ImageModelV3.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[30/130] Compiling AISDKProvider ImageModelV3CallOptions.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[31/130] Compiling AISDKProvider ImageModelV3CallWarning.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[32/130] Compiling AISDKProvider IsJSON.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[33/130] Compiling AISDKProvider JSONValue.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[34/130] Compiling AISDKProvider LanguageModelV2Middleware.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[35/130] Compiling AISDKProvider LanguageModelV3Middleware.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[36/130] Compiling AISDKProvider LanguageModelV2.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[37/130] Compiling AISDKProvider LanguageModelV2CallOptions.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[38/130] Compiling AISDKProvider LanguageModelV2CallWarning.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[39/130] Compiling AISDKProvider LanguageModelV2Content.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[40/130] Compiling AISDKProvider JSONParseError.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[41/130] Compiling AISDKProvider LoadAPIKeyError.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[42/130] Compiling AISDKProvider LoadSettingError.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[43/130] Compiling AISDKProvider NoContentGeneratedError.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[44/130] Compiling AISDKProvider NoSuchModelError.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[45/130] Compiling AISDKProvider TooManyEmbeddingValuesForCallError.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[46/130] Compiling AISDKProvider TypeValidationError.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[47/130] Compiling AISDKProvider UnsupportedFunctionalityError.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[48/130] Compiling AISDKProvider ImageModelV2.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[49/130] Compiling AISDKProvider ImageModelV2CallOptions.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[50/130] Compiling AISDKProvider ImageModelV2CallWarning.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[52/130] Compiling AISDKProvider SpeechModelV2CallWarning.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[53/130] Compiling AISDKProvider SpeechModelV3.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[54/130] Compiling AISDKProvider SpeechModelV3CallOptions.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[55/130] Compiling AISDKProvider SpeechModelV3CallWarning.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[56/130] Compiling AISDKProvider TranscriptionModelV2.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[57/130] Compiling AISDKProvider TranscriptionModelV2CallOptions.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[58/130] Compiling AISDKProvider TranscriptionModelV2CallWarning.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[59/130] Compiling AISDKProvider TranscriptionModelV3.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[60/130] Compiling AISDKProvider TranscriptionModelV3CallOptions.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[61/130] Compiling AISDKProvider TranscriptionModelV3CallWarning.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[61/130] Wrapping AST for EventSourceParser for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[63/130] Emitting module AISDKProvider
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[64/130] Compiling AISDKProvider LanguageModelV2DataContent.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[65/130] Compiling AISDKProvider LanguageModelV2File.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[66/130] Compiling AISDKProvider LanguageModelV2FunctionTool.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[67/130] Compiling AISDKProvider LanguageModelV2Prompt.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[68/130] Compiling AISDKProvider LanguageModelV2ProviderDefinedTool.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[69/130] Compiling AISDKProvider LanguageModelV2Reasoning.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[70/130] Compiling AISDKProvider LanguageModelV2ResponseMetadata.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[71/130] Compiling AISDKProvider LanguageModelV2Source.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[72/130] Compiling AISDKProvider LanguageModelV2StreamPart.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[73/130] Compiling AISDKProvider LanguageModelV2Text.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[74/130] Compiling AISDKProvider LanguageModelV2ToolCall.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[75/130] Compiling AISDKProvider LanguageModelV2ToolChoice.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[76/130] Compiling AISDKProvider LanguageModelV2ToolResult.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[77/130] Compiling AISDKProvider LanguageModelV3.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[78/130] Compiling AISDKProvider LanguageModelV3CallOptions.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[79/130] Compiling AISDKProvider LanguageModelV3CallWarning.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[80/130] Compiling AISDKProvider LanguageModelV3Content.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[81/130] Compiling AISDKProvider LanguageModelV3DataContent.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[82/130] Compiling AISDKProvider LanguageModelV3File.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[83/130] Compiling AISDKProvider LanguageModelV3FunctionTool.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[84/130] Compiling AISDKProvider LanguageModelV3Prompt.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[85/130] Compiling AISDKProvider LanguageModelV3ProviderDefinedTool.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[86/130] Compiling AISDKProvider LanguageModelV3Reasoning.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[87/130] Compiling AISDKProvider LanguageModelV3ResponseMetadata.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[88/130] Compiling AISDKProvider LanguageModelV3Source.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[89/130] Compiling AISDKProvider LanguageModelV3StreamPart.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[90/130] Compiling AISDKProvider LanguageModelV3Text.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[91/130] Compiling AISDKProvider LanguageModelV3ToolCall.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[92/130] Compiling AISDKProvider LanguageModelV3ToolChoice.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[93/130] Compiling AISDKProvider LanguageModelV3ToolResult.swift
/host/spi-builder-workspace/Sources/AISDKProvider/JSONValue/IsJSON.swift:2:8: error: no such module 'CoreGraphics'
  1 | import CoreFoundation
  2 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  3 | import Foundation
  4 |
[94/130] Emitting module ArgumentParserToolInfo
BUILD FAILURE 6.1 linux