The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftAISDK, reference main (4a643d), with Swift 6.1 for Linux on 26 Apr 2026 21:18:06 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/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/teunlao/swift-ai-sdk.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/teunlao/swift-ai-sdk
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4a643d5 Merge pull request #29 from bunchjesse/remove-fine-grained-tool-streaming-beta-v2
Cloned https://github.com/teunlao/swift-ai-sdk.git
Revision (git rev-parse @):
4a643d5adb9f7c1e289c3779cff4d944f88f4aac
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/teunlao/swift-ai-sdk.git at main
========================================
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
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/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:a7bfd71e9384436264431030299dc8a2d42d0664a168cfa1a5dd84c9bc592ccf
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-argument-parser
[1/17464] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.70s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (1.31s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.1
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/96] Write sources
[49/96] Write swift-version-24593BA9C3E375BF.txt
[51/181] Emitting module ArgumentParserToolInfo
[52/181] Compiling ArgumentParserToolInfo ToolInfo.swift
[53/182] Wrapping AST for ArgumentParserToolInfo for debugging
[55/228] Compiling AISDKProvider ProviderV3.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling AISDKProvider RerankingModelV3.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling AISDKProvider SharedV2Headers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling AISDKProvider SharedV2ProviderMetadata.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling AISDKProvider SharedV2ProviderOptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling AISDKProvider SharedV3Headers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling AISDKProvider SharedV3ProviderMetadata.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling AISDKProvider SharedV3ProviderOptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling AISDKProvider SharedV3Warning.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling AISDKProvider SpeechModelV2.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling AISDKProvider SpeechModelV2CallOptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[66/239] Emitting module AISDKProvider
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/239] Compiling EventSourceParser Stream.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[68/239] Compiling EventSourceParser Types.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[69/239] Compiling EventSourceParser Parser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[70/239] Emitting module EventSourceParser
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[71/240] Compiling ArgumentParser ExpressibleByArgument.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/240] Compiling ArgumentParser ParsableArguments.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/240] Compiling ArgumentParser DumpHelpGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/240] Compiling ArgumentParser HelpCommand.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/240] Compiling ArgumentParser HelpGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/240] Compiling ArgumentParser MessageInfo.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/240] Compiling ArgumentParser UsageGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/240] Compiling ArgumentParser CollectionExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/240] Compiling ArgumentParser ArgumentVisibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/240] Compiling ArgumentParser CompletionKind.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/240] Compiling ArgumentParser Errors.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/240] Compiling AISDKProvider LanguageModelV3Reasoning.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/240] Compiling AISDKProvider LanguageModelV3ResponseMetadata.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/240] Compiling AISDKProvider LanguageModelV3Source.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/240] Compiling AISDKProvider LanguageModelV3StreamPart.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/240] Compiling AISDKProvider LanguageModelV3Text.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/240] Compiling AISDKProvider LanguageModelV3Tool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/240] Compiling AISDKProvider LanguageModelV3ToolApprovalRequest.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/240] Compiling AISDKProvider LanguageModelV3ToolCall.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/240] Compiling AISDKProvider LanguageModelV3ToolChoice.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/240] Compiling AISDKProvider LanguageModelV3ToolResult.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/240] Compiling AISDKProvider ProviderV2.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/240] Compiling ArgumentParser BashCompletionsGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/240] Compiling ArgumentParser CompletionsGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/240] Compiling ArgumentParser FishCompletionsGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/240] Compiling ArgumentParser ZshCompletionsGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/240] Compiling ArgumentParser Argument.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/240] Compiling ArgumentParser ArgumentDiscussion.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/240] Compiling ArgumentParser ArgumentHelp.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/240] Compiling ArgumentParser ParentCommand.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/240] Compiling ArgumentParser AsyncParsableCommand.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/240] Compiling ArgumentParser CommandConfiguration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/240] Compiling ArgumentParser CommandGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/240] Compiling ArgumentParser EnumerableFlag.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/240] Compiling AISDKProvider LanguageModelV2ToolChoice.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/240] Compiling AISDKProvider LanguageModelV2ToolResult.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/240] Compiling AISDKProvider LanguageModelV3.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/240] Compiling AISDKProvider LanguageModelV3CallOptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/240] Compiling AISDKProvider LanguageModelV3Content.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/240] Compiling AISDKProvider LanguageModelV3DataContent.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/240] Compiling AISDKProvider LanguageModelV3File.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/240] Compiling AISDKProvider LanguageModelV3FinishReason.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/240] Compiling AISDKProvider LanguageModelV3FunctionTool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/240] Compiling AISDKProvider LanguageModelV3Prompt.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/240] Compiling AISDKProvider LanguageModelV3ProviderTool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/240] Compiling ArgumentParser ArgumentDecoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/240] Compiling ArgumentParser ArgumentDefinition.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/240] Compiling ArgumentParser ArgumentSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/240] Compiling ArgumentParser CommandParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/240] Compiling ArgumentParser InputKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/240] Compiling ArgumentParser Foundation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/240] Compiling ArgumentParser Mutex.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/240] Compiling ArgumentParser Platform.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/240] Compiling ArgumentParser SequenceExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/240] Compiling ArgumentParser StringExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/240] Compiling ArgumentParser SwiftExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/240] Wrapping AST for EventSourceParser for debugging
[129/240] Compiling AISDKProvider SpeechModelV2CallWarning.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/240] Compiling AISDKProvider SpeechModelV3.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/240] Compiling AISDKProvider SpeechModelV3CallOptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/240] Compiling AISDKProvider TranscriptionModelV2.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 |
[133/240] Compiling AISDKProvider TranscriptionModelV2CallOptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 |
[134/240] Compiling AISDKProvider TranscriptionModelV2CallWarning.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 |
[135/240] Compiling AISDKProvider TranscriptionModelV3.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 |
[136/240] Compiling AISDKProvider TranscriptionModelV3CallOptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 |
[137/240] Compiling AISDKProvider VideoModelV3.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 |
[138/240] Compiling AISDKProvider VideoModelV3CallOptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 |
[139/240] Compiling AISDKProvider VideoModelV3File.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 |
[140/240] Compiling ArgumentParser Flag.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 |
[141/240] Compiling ArgumentParser NameSpecification.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 |
[142/240] Compiling ArgumentParser Option.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 |
[143/240] Compiling ArgumentParser OptionGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 |
[144/240] Compiling ArgumentParser InputOrigin.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 |
[145/240] Compiling ArgumentParser Name.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 |
[146/240] Compiling ArgumentParser Parsed.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 |
[147/240] Compiling ArgumentParser ParsedValues.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 |
[148/240] Compiling ArgumentParser ParserError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 |
[149/240] Compiling ArgumentParser SplitArguments.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 |
[150/240] Compiling ArgumentParser ParsableCommand.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:a7bfd71e9384436264431030299dc8a2d42d0664a168cfa1a5dd84c9bc592ccf
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/49] Write swift-version-24593BA9C3E375BF.txt
[4/134] 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 |
[5/134] Compiling AISDKProvider RerankingModelV3.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 |
[6/134] 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 |
[7/134] 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 |
[8/134] 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 |
[9/134] 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 |
[10/134] 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 |
[11/134] 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 |
[12/134] Compiling AISDKProvider SharedV3Warning.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/134] 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 |
[14/134] 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 |
[15/145] Compiling EventSourceParser Parser.swift
[16/145] Compiling EventSourceParser Types.swift
[17/145] Emitting module EventSourceParser
[18/145] Compiling EventSourceParser Stream.swift
[19/146] 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 |
[20/146] 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 |
[21/146] 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 |
[22/146] 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 |
[23/146] 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 |
[24/146] 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 |
[25/146] 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 |
[26/146] 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 |
[27/146] 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 |
[28/146] 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 |
[29/146] 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 |
[30/146] 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 |
[31/146] 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 |
[32/146] 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 |
[33/146] 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 |
[34/146] 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 |
[35/146] 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 |
[36/146] 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 |
[37/146] 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 |
[38/146] 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 |
[39/146] 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 |
[40/146] 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 |
[41/146] 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 |
[42/146] 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 |
[43/146] Compiling AISDKProvider ImageModelV3File.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/146] Compiling AISDKProvider ImageModelV3Usage.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/146] 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 |
[46/146] 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 |
[47/146] 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 |
[48/146] 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 |
[49/146] 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 |
[50/146] 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 |
[51/146] 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 |
[52/146] 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 |
[53/146] 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 |
[54/146] 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 |
[55/146] 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 |
[56/146] 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 |
[57/146] 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 |
[58/146] Compiling AISDKProvider LanguageModelV3Tool.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/146] Compiling AISDKProvider LanguageModelV3ToolApprovalRequest.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/146] 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 |
[61/146] 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 |
[62/146] 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 |
[63/146] 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 |
[65/146] 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 |
[66/146] 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 |
[67/146] 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 |
[68/146] 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 |
[69/146] 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 |
[70/146] 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 |
[71/146] 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 |
[72/146] 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 |
[73/146] Compiling AISDKProvider VideoModelV3.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/146] Compiling AISDKProvider VideoModelV3CallOptions.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/146] Compiling AISDKProvider VideoModelV3File.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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[76/146] 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 |
[77/145] 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 |
[78/145] 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 |
[79/145] 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 |
[80/145] 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 |
[81/145] 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 |
[82/145] 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 |
[83/145] 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 |
[84/145] Compiling AISDKProvider LanguageModelV3FinishReason.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/145] 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 |
[86/145] 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 |
[87/145] Compiling AISDKProvider LanguageModelV3ProviderTool.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/145] 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 |
[89/145] 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 |
[90/145] 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 |
[91/145] 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 |
[92/145] 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 |
[93/145] 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 |
[94/145] 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 |
[95/145] 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 |
[96/145] 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 |
[97/145] 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 |
[98/145] 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 |
[99/145] Compiling ArgumentParserToolInfo ToolInfo.swift
[100/145] Emitting module ArgumentParserToolInfo
BUILD FAILURE 6.1 linux