Build Information
Failed to build Hume, reference main (d6acfb), with Swift 6.1 for Linux on 24 Feb 2026 23:19:58 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/humeai/hume-swift-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/humeai/hume-swift-sdk
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at d6acfbe Document build and test commands (#25)
Cloned https://github.com/humeai/hume-swift-sdk.git
Revision (git rev-parse @):
d6acfbef2eb7fe1d1b944a51967f2f5de6c7c97f
SUCCESS checkout https://github.com/humeai/hume-swift-sdk.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/humeai/hume-swift-sdk.git
https://github.com/humeai/hume-swift-sdk.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "Hume",
"name" : "Hume",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "Hume",
"targets" : [
"Hume"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HumeTestingUtils",
"targets" : [
"HumeTestingUtils"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HumeTests",
"module_type" : "SwiftTarget",
"name" : "HumeTests",
"path" : "Tests/HumeTests",
"sources" : [
"Api/EmpathicVoice/Client/StreamSocketTest.swift",
"Api/EmpathicVoice/Resources/Chat/Types/SubscribeEventTest.swift",
"Api/EmpathicVoice/Types/AssistantEndTest.swift",
"Api/EmpathicVoice/Types/AssistantMessageTest.swift",
"Api/EmpathicVoice/Types/AudioOutputTest.swift",
"Api/EmpathicVoice/Types/UserInputTest.swift",
"Api/EmpathicVoice/Types/UserMessageTest.swift",
"Api/EmpathicVoice/Types/WebSocketErrorTest.swift",
"HumeClientTests.swift"
],
"target_dependencies" : [
"Hume"
],
"type" : "test"
},
{
"c99name" : "HumeTestingUtils",
"module_type" : "SwiftTarget",
"name" : "HumeTestingUtils",
"path" : "Sources/HumeTestingUtils",
"product_memberships" : [
"HumeTestingUtils"
],
"sources" : [
"Mocks/MockExpressionMeasurement.swift",
"Mocks/MockMicrophoneMode.swift",
"Services/MockVoiceProvider.swift"
],
"target_dependencies" : [
"Hume"
],
"type" : "library"
},
{
"c99name" : "Hume",
"module_type" : "SwiftTarget",
"name" : "Hume",
"path" : "Sources/Hume",
"product_memberships" : [
"Hume",
"HumeTestingUtils"
],
"sources" : [
"API/EmpathicVoice/Client/EmpathicVoiceClient.swift",
"API/EmpathicVoice/Client/StreamSocket.swift",
"API/EmpathicVoice/Models/AssistantEnd.swift",
"API/EmpathicVoice/Models/AssistantInput.swift",
"API/EmpathicVoice/Models/AssistantMessage.swift",
"API/EmpathicVoice/Models/AssistantProsody.swift",
"API/EmpathicVoice/Models/AssistantProsodyMessage.swift",
"API/EmpathicVoice/Models/AudioConfiguration.swift",
"API/EmpathicVoice/Models/AudioInput.swift",
"API/EmpathicVoice/Models/AudioOutput.swift",
"API/EmpathicVoice/Models/Authorization.swift",
"API/EmpathicVoice/Models/BuiltInTool.swift",
"API/EmpathicVoice/Models/BuiltinToolConfig.swift",
"API/EmpathicVoice/Models/ChatConnectOptions.swift",
"API/EmpathicVoice/Models/ChatMessage.swift",
"API/EmpathicVoice/Models/ChatMessageToolResult.swift",
"API/EmpathicVoice/Models/ChatMetadata.swift",
"API/EmpathicVoice/Models/Context.swift",
"API/EmpathicVoice/Models/ContextType.swift",
"API/EmpathicVoice/Models/EmotionScores.swift",
"API/EmpathicVoice/Models/Encoding.swift",
"API/EmpathicVoice/Models/ErrorLevel.swift",
"API/EmpathicVoice/Models/EviConfig.swift",
"API/EmpathicVoice/Models/Inference.swift",
"API/EmpathicVoice/Models/MillisecondInterval.swift",
"API/EmpathicVoice/Models/PaginationDirection.swift",
"API/EmpathicVoice/Models/PauseAssistantMessage.swift",
"API/EmpathicVoice/Models/ProsodyInference.swift",
"API/EmpathicVoice/Models/ResumeAssistantMessage.swift",
"API/EmpathicVoice/Models/Role.swift",
"API/EmpathicVoice/Models/SessionSettings.swift",
"API/EmpathicVoice/Models/Tool.swift",
"API/EmpathicVoice/Models/ToolCallMessage.swift",
"API/EmpathicVoice/Models/ToolErrorMessage.swift",
"API/EmpathicVoice/Models/ToolResponseMessage.swift",
"API/EmpathicVoice/Models/ToolType.swift",
"API/EmpathicVoice/Models/UserInput.swift",
"API/EmpathicVoice/Models/UserInterruption.swift",
"API/EmpathicVoice/Models/UserMessage.swift",
"API/EmpathicVoice/Models/WebSearch/OpenGraph.swift",
"API/EmpathicVoice/Models/WebSearch/WebSearchContent.swift",
"API/EmpathicVoice/Models/WebSearch/WebSearchReference.swift",
"API/EmpathicVoice/Models/WebSocketError.swift",
"API/EmpathicVoice/Resources/Chat/ChatClient.swift",
"API/EmpathicVoice/Resources/Chat/Types/PublishEvent.swift",
"API/EmpathicVoice/Resources/Chat/Types/SubscribeEvent.swift",
"API/TTS/Client/TTSClient.swift",
"API/TTS/Models/AudioEncoding.swift",
"API/TTS/Models/AudioFormatType.swift",
"API/TTS/Models/Format.swift",
"API/TTS/Models/FormatMp3.swift",
"API/TTS/Models/FormatPcm.swift",
"API/TTS/Models/FormatWav.swift",
"API/TTS/Models/HttpValidationError.swift",
"API/TTS/Models/OctaveVersion.swift",
"API/TTS/Models/PostedContextWithGenerationId.swift",
"API/TTS/Models/PostedContextWithUtterances.swift",
"API/TTS/Models/PostedTts.swift",
"API/TTS/Models/PostedTtsContext.swift",
"API/TTS/Models/PostedUtterance.swift",
"API/TTS/Models/PostedUtteranceVoiceWithId.swift",
"API/TTS/Models/PostedUtteranceVoiceWithName.swift",
"API/TTS/Models/ReturnGeneration.swift",
"API/TTS/Models/ReturnTts.swift",
"API/TTS/Models/Snippet.swift",
"API/TTS/Models/SnippetAudioChunk.swift",
"API/TTS/Models/TTSMillisecondInterval.swift",
"API/TTS/Models/TTSVoiceProvider.swift",
"API/TTS/Models/Timestamp.swift",
"API/TTS/Models/TimestampMessage.swift",
"API/TTS/Models/TimestampType.swift",
"API/TTS/Models/TtsVoiceRef.swift",
"API/TTS/Models/ValidationError.swift",
"API/TTS/Resources/TTS/TTS.swift",
"Extensions/AVAdditions.swift",
"Extensions/AnyPublisher+Additions.swift",
"Extensions/AssistantInput+Extensions.swift",
"Extensions/AudioOutput+Extensions.swift",
"Extensions/Data+Additions.swift",
"Extensions/DecodingError+Additions.swift",
"Extensions/EmotionScores+Extensions.swift",
"Extensions/SessionSettings+Copy.swift",
"Extensions/UserInput+Convenience.swift",
"Extensions/WebSocketError+Extensions.swift",
"HumeClient.swift",
"Services/Networking/AccessTokenResolver.swift",
"Services/Networking/Endpoint.swift",
"Services/Networking/HTTPMethod.swift",
"Services/Networking/HumeAuth.swift",
"Services/Networking/NetworkClient.swift",
"Services/Networking/NetworkError.swift",
"Services/Networking/NetworkService.swift",
"Services/Networking/NetworkStreamingClient.swift",
"Services/Networking/NetworkingServiceSession.swift",
"Services/Networking/RequestBuilder.swift",
"Services/Networking/TokenProvidable.swift",
"Util/AsyncLock.swift",
"Util/Constants.swift",
"Util/Defaults.swift",
"Util/HumeError.swift",
"Util/Logger.swift",
"Util/SDKConfiguration.swift",
"Widget/Audio/AudioBufferProcessor.swift",
"Widget/Audio/AudioFormat.swift",
"Widget/Audio/AudioHub/AudioHub.swift",
"Widget/Audio/AudioHub/AudioHubError.swift",
"Widget/Audio/AudioHub/AudioHubState.swift",
"Widget/Audio/AudioHubConfiguration.swift",
"Widget/Audio/Microphone.swift",
"Widget/Audio/MicrophoneMode.swift",
"Widget/Audio/Nodes/MeteredAudioSourceNode.swift",
"Widget/Audio/Nodes/RawAudioPlayer.swift",
"Widget/Audio/Resampler.swift",
"Widget/Audio/Session/AVAudioSessionNotificationHandler.swift",
"Widget/Audio/Session/AudioSession.swift",
"Widget/Audio/Session/AudioSessionError.swift",
"Widget/Audio/Session/AudioSessionIO.swift",
"Widget/Audio/SoundPlayer.swift",
"Widget/Models/SoundClip.swift",
"Widget/Models/VoiceProviderError.swift",
"Widget/Models/WAVHeader.swift",
"Widget/TTSPlayer.swift",
"Widget/VoiceProvider/VoiceProvidable.swift",
"Widget/VoiceProvider/VoiceProvider.swift",
"Widget/VoiceProvider/VoiceProviderDelegate.swift",
"Widget/VoiceProvider/VoiceProviderFactory.swift",
"Widget/VoiceProvider/VoiceProviderState.swift",
"Widget/VoiceProvider/VoiceProviderStateActor.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/116] Compiling Hume ToolCallMessage.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[5/116] Compiling Hume ToolErrorMessage.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[6/116] Compiling Hume ToolResponseMessage.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[7/116] Compiling Hume ToolType.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[8/116] Compiling Hume UserInput.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[9/116] Compiling Hume UserInterruption.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[10/116] Compiling Hume UserMessage.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[11/116] Compiling Hume OpenGraph.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[12/116] Compiling Hume WebSearchContent.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[13/116] Compiling Hume WebSearchReference.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[14/116] Compiling Hume WebSocketError.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[15/116] Compiling Hume ChatClient.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[16/116] Compiling Hume PublishEvent.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[17/116] Compiling Hume SubscribeEvent.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[18/116] Compiling Hume TTSClient.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[19/116] Compiling Hume AudioEncoding.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[20/132] Compiling Hume ChatMetadata.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[21/132] Compiling Hume Context.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[22/132] Compiling Hume ContextType.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[23/132] Compiling Hume EmotionScores.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[24/132] Compiling Hume Encoding.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[25/132] Compiling Hume ErrorLevel.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[26/132] Compiling Hume EviConfig.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[27/132] Compiling Hume Inference.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[28/132] Compiling Hume MillisecondInterval.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[29/132] Compiling Hume PaginationDirection.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[30/132] Compiling Hume PauseAssistantMessage.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[31/132] Compiling Hume ProsodyInference.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[32/132] Compiling Hume ResumeAssistantMessage.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[33/132] Compiling Hume Role.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[34/132] Compiling Hume SessionSettings.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[35/132] Compiling Hume Tool.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
error: emit-module command failed with exit code 1 (use -v to see invocation)
[36/132] Emitting module Hume
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[37/132] Compiling Hume EmpathicVoiceClient.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[38/132] Compiling Hume StreamSocket.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[39/132] Compiling Hume AssistantEnd.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[40/132] Compiling Hume AssistantInput.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[41/132] Compiling Hume AssistantMessage.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[42/132] Compiling Hume AssistantProsody.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[43/132] Compiling Hume AssistantProsodyMessage.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[44/132] Compiling Hume AudioConfiguration.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[45/132] Compiling Hume AudioInput.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[46/132] Compiling Hume AudioOutput.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[47/132] Compiling Hume Authorization.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[48/132] Compiling Hume BuiltInTool.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[49/132] Compiling Hume BuiltinToolConfig.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[50/132] Compiling Hume ChatConnectOptions.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[51/132] Compiling Hume ChatMessage.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[52/132] Compiling Hume ChatMessageToolResult.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[53/132] Compiling Hume AudioFormatType.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[54/132] Compiling Hume Format.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[55/132] Compiling Hume FormatMp3.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[56/132] Compiling Hume FormatPcm.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[57/132] Compiling Hume FormatWav.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[58/132] Compiling Hume HttpValidationError.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[59/132] Compiling Hume OctaveVersion.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[60/132] Compiling Hume PostedContextWithGenerationId.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[61/132] Compiling Hume PostedContextWithUtterances.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[62/132] Compiling Hume PostedTts.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[63/132] Compiling Hume PostedTtsContext.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[64/132] Compiling Hume PostedUtterance.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[65/132] Compiling Hume PostedUtteranceVoiceWithId.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[66/132] Compiling Hume PostedUtteranceVoiceWithName.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[67/132] Compiling Hume ReturnGeneration.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[68/132] Compiling Hume ReturnTts.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[69/132] Compiling Hume Snippet.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[70/132] Compiling Hume SnippetAudioChunk.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[71/132] Compiling Hume TTSMillisecondInterval.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[72/132] Compiling Hume TTSVoiceProvider.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[73/132] Compiling Hume Timestamp.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[74/132] Compiling Hume TimestampMessage.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[75/132] Compiling Hume TimestampType.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[76/132] Compiling Hume TtsVoiceRef.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[77/132] Compiling Hume ValidationError.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[78/132] Compiling Hume TTS.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[79/132] Compiling Hume AVAdditions.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[80/132] Compiling Hume AnyPublisher+Additions.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[81/132] Compiling Hume AssistantInput+Extensions.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[82/132] Compiling Hume AudioOutput+Extensions.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[83/132] Compiling Hume Data+Additions.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[84/132] Compiling Hume DecodingError+Additions.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[85/132] Compiling Hume EmotionScores+Extensions.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[86/132] Compiling Hume SessionSettings+Copy.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[87/132] Compiling Hume UserInput+Convenience.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[88/132] Compiling Hume WebSocketError+Extensions.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[89/132] Compiling Hume HumeClient.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[90/132] Compiling Hume AccessTokenResolver.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[91/132] Compiling Hume Endpoint.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[92/132] Compiling Hume HTTPMethod.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[93/132] Compiling Hume HumeAuth.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[94/132] Compiling Hume NetworkClient.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[95/132] Compiling Hume NetworkError.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[96/132] Compiling Hume NetworkService.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[97/132] Compiling Hume NetworkStreamingClient.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[98/132] Compiling Hume NetworkingServiceSession.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[99/132] Compiling Hume RequestBuilder.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[100/132] Compiling Hume TokenProvidable.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[101/132] Compiling Hume AsyncLock.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[102/132] Compiling Hume Constants.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[103/132] Compiling Hume Defaults.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[104/132] Compiling Hume HumeError.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[105/132] Compiling Hume Logger.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[106/132] Compiling Hume SDKConfiguration.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[107/132] Compiling Hume AudioBufferProcessor.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[108/132] Compiling Hume AudioFormat.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[109/132] Compiling Hume AudioHub.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[110/132] Compiling Hume AudioHubError.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[111/132] Compiling Hume AudioHubState.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[112/132] Compiling Hume AudioHubConfiguration.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[113/132] Compiling Hume Microphone.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[114/132] Compiling Hume MicrophoneMode.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[115/132] Compiling Hume MeteredAudioSourceNode.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[116/132] Compiling Hume RawAudioPlayer.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[117/132] Compiling Hume Resampler.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[118/132] Compiling Hume AVAudioSessionNotificationHandler.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[119/132] Compiling Hume AudioSession.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[120/132] Compiling Hume AudioSessionError.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[121/132] Compiling Hume AudioSessionIO.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[122/132] Compiling Hume SoundPlayer.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[123/132] Compiling Hume SoundClip.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[124/132] Compiling Hume VoiceProviderError.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[125/132] Compiling Hume WAVHeader.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[126/132] Compiling Hume TTSPlayer.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[127/132] Compiling Hume VoiceProvidable.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[128/132] Compiling Hume VoiceProvider.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[129/132] Compiling Hume VoiceProviderDelegate.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[130/132] Compiling Hume VoiceProviderFactory.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[131/132] Compiling Hume VoiceProviderState.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[132/132] Compiling Hume VoiceProviderStateActor.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/114] Compiling Hume Snippet.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[3/114] Compiling Hume SnippetAudioChunk.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[4/114] Compiling Hume TTSMillisecondInterval.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[5/114] Compiling Hume TTSVoiceProvider.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[6/114] Compiling Hume Timestamp.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[7/114] Compiling Hume TimestampMessage.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[8/114] Compiling Hume TimestampType.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[9/114] Compiling Hume TtsVoiceRef.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[10/114] Compiling Hume ValidationError.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[11/114] Compiling Hume TTS.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[12/114] Compiling Hume AVAdditions.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[13/114] Compiling Hume AnyPublisher+Additions.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[14/114] Compiling Hume AssistantInput+Extensions.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[15/114] Compiling Hume AudioOutput+Extensions.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[16/114] Compiling Hume Data+Additions.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[17/114] Compiling Hume DecodingError+Additions.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[18/114] Compiling Hume AsyncLock.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[19/114] Compiling Hume Constants.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[20/114] Compiling Hume Defaults.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[21/114] Compiling Hume HumeError.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[22/114] Compiling Hume Logger.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[23/114] Compiling Hume SDKConfiguration.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[24/114] Compiling Hume AudioBufferProcessor.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[25/114] Compiling Hume AudioFormat.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[26/114] Compiling Hume AudioHub.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[27/114] Compiling Hume AudioHubError.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[28/114] Compiling Hume AudioHubState.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[29/114] Compiling Hume AudioHubConfiguration.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[30/114] Compiling Hume Microphone.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[31/114] Compiling Hume MicrophoneMode.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[32/114] Compiling Hume MeteredAudioSourceNode.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[33/114] Compiling Hume RawAudioPlayer.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[34/114] Compiling Hume AudioFormatType.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[35/114] Compiling Hume Format.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[36/114] Compiling Hume FormatMp3.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[37/114] Compiling Hume FormatPcm.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[38/114] Compiling Hume FormatWav.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[39/114] Compiling Hume HttpValidationError.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[40/114] Compiling Hume OctaveVersion.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[41/114] Compiling Hume PostedContextWithGenerationId.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[42/114] Compiling Hume PostedContextWithUtterances.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[43/114] Compiling Hume PostedTts.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[44/114] Compiling Hume PostedTtsContext.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[45/114] Compiling Hume PostedUtterance.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[46/114] Compiling Hume PostedUtteranceVoiceWithId.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[47/114] Compiling Hume PostedUtteranceVoiceWithName.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[48/114] Compiling Hume ReturnGeneration.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[49/114] Compiling Hume ReturnTts.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[50/114] Compiling Hume ToolCallMessage.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[51/114] Compiling Hume ToolErrorMessage.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[52/114] Compiling Hume ToolResponseMessage.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[53/114] Compiling Hume ToolType.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[54/114] Compiling Hume UserInput.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[55/114] Compiling Hume UserInterruption.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[56/114] Compiling Hume UserMessage.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[57/114] Compiling Hume OpenGraph.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[58/114] Compiling Hume WebSearchContent.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[59/114] Compiling Hume WebSearchReference.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[60/114] Compiling Hume WebSocketError.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[61/114] Compiling Hume ChatClient.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[62/114] Compiling Hume PublishEvent.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[63/114] Compiling Hume SubscribeEvent.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[64/114] Compiling Hume TTSClient.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[65/114] Compiling Hume AudioEncoding.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[66/114] Compiling Hume ChatMetadata.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[67/114] Compiling Hume Context.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[68/114] Compiling Hume ContextType.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[69/114] Compiling Hume EmotionScores.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[70/114] Compiling Hume Encoding.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[71/114] Compiling Hume ErrorLevel.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[72/114] Compiling Hume EviConfig.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[73/114] Compiling Hume Inference.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[74/114] Compiling Hume MillisecondInterval.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[75/114] Compiling Hume PaginationDirection.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[76/114] Compiling Hume PauseAssistantMessage.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[77/114] Compiling Hume ProsodyInference.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[78/114] Compiling Hume ResumeAssistantMessage.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[79/114] Compiling Hume Role.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[80/114] Compiling Hume SessionSettings.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[81/114] Compiling Hume Tool.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[82/130] Compiling Hume Resampler.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[83/130] Compiling Hume AVAudioSessionNotificationHandler.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[84/130] Compiling Hume AudioSession.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[85/130] Compiling Hume AudioSessionError.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[86/130] Compiling Hume AudioSessionIO.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[87/130] Compiling Hume SoundPlayer.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[88/130] Compiling Hume SoundClip.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[89/130] Compiling Hume VoiceProviderError.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[90/130] Compiling Hume WAVHeader.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[91/130] Compiling Hume TTSPlayer.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[92/130] Compiling Hume VoiceProvidable.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[93/130] Compiling Hume VoiceProvider.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[94/130] Compiling Hume VoiceProviderDelegate.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[95/130] Compiling Hume VoiceProviderFactory.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[96/130] Compiling Hume VoiceProviderState.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[97/130] Compiling Hume VoiceProviderStateActor.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[98/130] Compiling Hume EmotionScores+Extensions.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[99/130] Compiling Hume SessionSettings+Copy.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[100/130] Compiling Hume UserInput+Convenience.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[101/130] Compiling Hume WebSocketError+Extensions.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[102/130] Compiling Hume HumeClient.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[103/130] Compiling Hume AccessTokenResolver.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[104/130] Compiling Hume Endpoint.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[105/130] Compiling Hume HTTPMethod.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[106/130] Compiling Hume HumeAuth.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[107/130] Compiling Hume NetworkClient.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[108/130] Compiling Hume NetworkError.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[109/130] Compiling Hume NetworkService.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[110/130] Compiling Hume NetworkStreamingClient.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[111/130] Compiling Hume NetworkingServiceSession.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[112/130] Compiling Hume RequestBuilder.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[113/130] Compiling Hume TokenProvidable.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
error: emit-module command failed with exit code 1 (use -v to see invocation)
[114/130] Emitting module Hume
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[115/130] Compiling Hume EmpathicVoiceClient.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[116/130] Compiling Hume StreamSocket.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[117/130] Compiling Hume AssistantEnd.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[118/130] Compiling Hume AssistantInput.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[119/130] Compiling Hume AssistantMessage.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[120/130] Compiling Hume AssistantProsody.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[121/130] Compiling Hume AssistantProsodyMessage.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[122/130] Compiling Hume AudioConfiguration.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[123/130] Compiling Hume AudioInput.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[124/130] Compiling Hume AudioOutput.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[125/130] Compiling Hume Authorization.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[126/130] Compiling Hume BuiltInTool.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[127/130] Compiling Hume BuiltinToolConfig.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[128/130] Compiling Hume ChatConnectOptions.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[129/130] Compiling Hume ChatMessage.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
[130/130] Compiling Hume ChatMessageToolResult.swift
/host/spi-builder-workspace/Sources/Hume/Extensions/AVAdditions.swift:8:8: error: no such module 'AVFoundation'
6 | //
7 |
8 | import AVFoundation
| `- error: no such module 'AVFoundation'
9 |
10 | #if HUME_IOS
BUILD FAILURE 6.1 linux