The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build WatsonDeveloperCloud, reference master (f85f16), with Swift 6.1 for Wasm on 28 May 2025 05:22:39 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/watson-developer-cloud/swift-sdk.git
Reference: master
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/watson-developer-cloud/swift-sdk
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at f85f164 chore: deprecation notice (#1077)
Cloned https://github.com/watson-developer-cloud/swift-sdk.git
Revision (git rev-parse @):
f85f1649a1354957284def2ebd6beb4f68d8a61b
SUCCESS checkout https://github.com/watson-developer-cloud/swift-sdk.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/watson-developer-cloud/swift-sdk.git
https://github.com/watson-developer-cloud/swift-sdk.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-sdk-core",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/IBM/swift-sdk-core"
    },
    {
      "identity" : "starscream",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/daltoniam/Starscream"
    }
  ],
  "manifest_display_name" : "WatsonDeveloperCloud",
  "name" : "WatsonDeveloperCloud",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "AssistantV1",
      "targets" : [
        "AssistantV1"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AssistantV2",
      "targets" : [
        "AssistantV2"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DiscoveryV1",
      "targets" : [
        "DiscoveryV1"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DiscoveryV2",
      "targets" : [
        "DiscoveryV2"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LanguageTranslatorV3",
      "targets" : [
        "LanguageTranslatorV3"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NaturalLanguageUnderstandingV1",
      "targets" : [
        "NaturalLanguageUnderstandingV1"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SpeechToTextV1",
      "targets" : [
        "SpeechToTextV1"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TextToSpeechV1",
      "targets" : [
        "TextToSpeechV1"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TextToSpeechV1Tests",
      "module_type" : "SwiftTarget",
      "name" : "TextToSpeechV1Tests",
      "path" : "Tests/TextToSpeechV1Tests",
      "sources" : [
        "TestUtilities.swift",
        "TextToSpeechDecoderTests.swift",
        "TextToSpeechPlaybackTests.swift",
        "TextToSpeechTests.swift"
      ],
      "target_dependencies" : [
        "TextToSpeechV1"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TextToSpeechV1",
      "module_type" : "SwiftTarget",
      "name" : "TextToSpeechV1",
      "path" : "Sources/TextToSpeechV1",
      "product_dependencies" : [
        "IBMSwiftSDKCore"
      ],
      "product_memberships" : [
        "TextToSpeechV1"
      ],
      "sources" : [
        "InsecureConnection.swift",
        "Models/CustomModel.swift",
        "Models/CustomModels.swift",
        "Models/Prompt.swift",
        "Models/PromptMetadata.swift",
        "Models/Prompts.swift",
        "Models/Pronunciation.swift",
        "Models/Speaker.swift",
        "Models/SpeakerCustomModel.swift",
        "Models/SpeakerCustomModels.swift",
        "Models/SpeakerModel.swift",
        "Models/SpeakerPrompt.swift",
        "Models/Speakers.swift",
        "Models/SupportedFeatures.swift",
        "Models/Translation.swift",
        "Models/Voice.swift",
        "Models/Voices.swift",
        "Models/Word.swift",
        "Models/Words.swift",
        "Shared.swift",
        "TextToSpeech.swift",
        "TextToSpeechDecoder.swift",
        "WAVRepair.swift"
      ],
      "target_dependencies" : [
        "Clibogg",
        "Clibopus",
        "Copustools"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SpeechToTextV1Tests",
      "module_type" : "SwiftTarget",
      "name" : "SpeechToTextV1Tests",
      "path" : "Tests/SpeechToTextV1Tests",
      "sources" : [
        "SpeechToTextRecognizeTests.swift",
        "SpeechToTextTests.swift",
        "SpeechToTextUnitTests.swift",
        "TestUtilities.swift"
      ],
      "target_dependencies" : [
        "SpeechToTextV1"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SpeechToTextV1",
      "module_type" : "SwiftTarget",
      "name" : "SpeechToTextV1",
      "path" : "Sources/SpeechToTextV1",
      "product_dependencies" : [
        "IBMSwiftSDKCore",
        "Starscream"
      ],
      "product_memberships" : [
        "SpeechToTextV1"
      ],
      "sources" : [
        "InsecureConnection.swift",
        "Models/AcousticModel.swift",
        "Models/AcousticModels.swift",
        "Models/AudioDetails.swift",
        "Models/AudioListing.swift",
        "Models/AudioMetrics.swift",
        "Models/AudioMetricsDetails.swift",
        "Models/AudioMetricsHistogramBin.swift",
        "Models/AudioResource.swift",
        "Models/AudioResources.swift",
        "Models/Corpora.swift",
        "Models/Corpus.swift",
        "Models/CustomWord.swift",
        "Models/Grammar.swift",
        "Models/Grammars.swift",
        "Models/KeywordResult.swift",
        "Models/LanguageModel.swift",
        "Models/LanguageModels.swift",
        "Models/ProcessedAudio.swift",
        "Models/ProcessingMetrics.swift",
        "Models/RecognitionJob.swift",
        "Models/RecognitionJobs.swift",
        "Models/RegisterStatus.swift",
        "Models/SpeakerLabelsResult.swift",
        "Models/SpeechModel.swift",
        "Models/SpeechModels.swift",
        "Models/SpeechRecognitionAlternative.swift",
        "Models/SpeechRecognitionResult.swift",
        "Models/SpeechRecognitionResults.swift",
        "Models/SupportedFeatures.swift",
        "Models/TrainingResponse.swift",
        "Models/TrainingWarning.swift",
        "Models/Word.swift",
        "Models/WordAlternativeResult.swift",
        "Models/WordAlternativeResults.swift",
        "Models/WordConfidence.swift",
        "Models/WordError.swift",
        "Models/WordTimestamp.swift",
        "Models/Words.swift",
        "Shared.swift",
        "SpeechToText+Recognize.swift",
        "SpeechToText.swift",
        "WebSockets/RecognitionSettings.swift",
        "WebSockets/RecognitionState.swift",
        "WebSockets/RecognitionStop.swift",
        "WebSockets/RecognizeCallback.swift",
        "WebSockets/SpeechRecognitionResultsAccumulator.swift",
        "WebSockets/SpeechToTextEncoder.swift",
        "WebSockets/SpeechToTextRecorder.swift",
        "WebSockets/SpeechToTextSession.swift",
        "WebSockets/SpeechToTextSocket.swift",
        "WebSockets/SpeechToTextState.swift"
      ],
      "target_dependencies" : [
        "Clibogg",
        "Clibopus"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NaturalLanguageUnderstandingV1Tests",
      "module_type" : "SwiftTarget",
      "name" : "NaturalLanguageUnderstandingV1Tests",
      "path" : "Tests/NaturalLanguageUnderstandingV1Tests",
      "sources" : [
        "NaturalLanguageUnderstandingV1Tests.swift",
        "TestUtilities.swift"
      ],
      "target_dependencies" : [
        "NaturalLanguageUnderstandingV1"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NaturalLanguageUnderstandingV1",
      "module_type" : "SwiftTarget",
      "name" : "NaturalLanguageUnderstandingV1",
      "path" : "Sources/NaturalLanguageUnderstandingV1",
      "product_dependencies" : [
        "IBMSwiftSDKCore"
      ],
      "product_memberships" : [
        "NaturalLanguageUnderstandingV1"
      ],
      "sources" : [
        "InsecureConnection.swift",
        "Models/AnalysisResults.swift",
        "Models/AnalysisResultsUsage.swift",
        "Models/Author.swift",
        "Models/CategoriesModel.swift",
        "Models/CategoriesModelList.swift",
        "Models/CategoriesOptions.swift",
        "Models/CategoriesRelevantText.swift",
        "Models/CategoriesResult.swift",
        "Models/CategoriesResultExplanation.swift",
        "Models/ClassificationsModel.swift",
        "Models/ClassificationsModelList.swift",
        "Models/ClassificationsOptions.swift",
        "Models/ClassificationsResult.swift",
        "Models/ConceptsOptions.swift",
        "Models/ConceptsResult.swift",
        "Models/DeleteModelResults.swift",
        "Models/DisambiguationResult.swift",
        "Models/DocumentEmotionResults.swift",
        "Models/DocumentSentimentResults.swift",
        "Models/EmotionOptions.swift",
        "Models/EmotionResult.swift",
        "Models/EmotionScores.swift",
        "Models/EntitiesOptions.swift",
        "Models/EntitiesResult.swift",
        "Models/EntityMention.swift",
        "Models/FeatureSentimentResults.swift",
        "Models/Features.swift",
        "Models/FeaturesResultsMetadata.swift",
        "Models/Feed.swift",
        "Models/KeywordsOptions.swift",
        "Models/KeywordsResult.swift",
        "Models/ListModelsResults.swift",
        "Models/ListSentimentModelsResponse.swift",
        "Models/Model.swift",
        "Models/Notice.swift",
        "Models/RelationArgument.swift",
        "Models/RelationEntity.swift",
        "Models/RelationsOptions.swift",
        "Models/RelationsResult.swift",
        "Models/SemanticRolesEntity.swift",
        "Models/SemanticRolesKeyword.swift",
        "Models/SemanticRolesOptions.swift",
        "Models/SemanticRolesResult.swift",
        "Models/SemanticRolesResultAction.swift",
        "Models/SemanticRolesResultObject.swift",
        "Models/SemanticRolesResultSubject.swift",
        "Models/SemanticRolesVerb.swift",
        "Models/SentenceResult.swift",
        "Models/SentimentModel.swift",
        "Models/SentimentOptions.swift",
        "Models/SentimentResult.swift",
        "Models/SummarizationOptions.swift",
        "Models/SyntaxOptions.swift",
        "Models/SyntaxOptionsTokens.swift",
        "Models/SyntaxResult.swift",
        "Models/TargetedEmotionResults.swift",
        "Models/TargetedSentimentResults.swift",
        "Models/TokenResult.swift",
        "NaturalLanguageUnderstanding.swift",
        "Shared.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LanguageTranslatorV3Tests",
      "module_type" : "SwiftTarget",
      "name" : "LanguageTranslatorV3Tests",
      "path" : "Tests/LanguageTranslatorV3Tests",
      "sources" : [
        "LanguageTranslatorTests.swift",
        "TestUtilities.swift"
      ],
      "target_dependencies" : [
        "LanguageTranslatorV3"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LanguageTranslatorV3",
      "module_type" : "SwiftTarget",
      "name" : "LanguageTranslatorV3",
      "path" : "Sources/LanguageTranslatorV3",
      "product_dependencies" : [
        "IBMSwiftSDKCore"
      ],
      "product_memberships" : [
        "LanguageTranslatorV3"
      ],
      "sources" : [
        "InsecureConnection.swift",
        "LanguageTranslator.swift",
        "Models/DeleteModelResult.swift",
        "Models/DocumentList.swift",
        "Models/DocumentStatus.swift",
        "Models/IdentifiableLanguage.swift",
        "Models/IdentifiableLanguages.swift",
        "Models/IdentifiedLanguage.swift",
        "Models/IdentifiedLanguages.swift",
        "Models/Language.swift",
        "Models/Languages.swift",
        "Models/Translation.swift",
        "Models/TranslationModel.swift",
        "Models/TranslationModels.swift",
        "Models/TranslationResult.swift",
        "Shared.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DiscoveryV2Tests",
      "module_type" : "SwiftTarget",
      "name" : "DiscoveryV2Tests",
      "path" : "Tests/DiscoveryV2Tests",
      "sources" : [
        "DiscoveryV2CPDTests.swift",
        "DiscoveryV2Tests.swift"
      ],
      "target_dependencies" : [
        "DiscoveryV2"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DiscoveryV2",
      "module_type" : "SwiftTarget",
      "name" : "DiscoveryV2",
      "path" : "Sources/DiscoveryV2",
      "product_dependencies" : [
        "IBMSwiftSDKCore"
      ],
      "product_memberships" : [
        "DiscoveryV2"
      ],
      "sources" : [
        "Discovery.swift",
        "InsecureConnection.swift",
        "Models/AnalyzedDocument.swift",
        "Models/AnalyzedResult.swift",
        "Models/ClassifierFederatedModel.swift",
        "Models/ClassifierModelEvaluation.swift",
        "Models/Collection.swift",
        "Models/CollectionDetails.swift",
        "Models/CollectionEnrichment.swift",
        "Models/Completions.swift",
        "Models/ComponentSettingsAggregation.swift",
        "Models/ComponentSettingsFieldsShown.swift",
        "Models/ComponentSettingsFieldsShownBody.swift",
        "Models/ComponentSettingsFieldsShownTitle.swift",
        "Models/ComponentSettingsResponse.swift",
        "Models/CreateDocumentClassifier.swift",
        "Models/CreateEnrichment.swift",
        "Models/DefaultQueryParams.swift",
        "Models/DefaultQueryParamsPassages.swift",
        "Models/DefaultQueryParamsSuggestedRefinements.swift",
        "Models/DefaultQueryParamsTableResults.swift",
        "Models/DeleteDocumentResponse.swift",
        "Models/DocumentAccepted.swift",
        "Models/DocumentAttribute.swift",
        "Models/DocumentClassifier.swift",
        "Models/DocumentClassifierEnrichment.swift",
        "Models/DocumentClassifierModel.swift",
        "Models/DocumentClassifierModels.swift",
        "Models/DocumentClassifiers.swift",
        "Models/Enrichment.swift",
        "Models/EnrichmentOptions.swift",
        "Models/Enrichments.swift",
        "Models/Field.swift",
        "Models/ListCollectionsResponse.swift",
        "Models/ListFieldsResponse.swift",
        "Models/ListProjectsResponse.swift",
        "Models/ModelEvaluationMacroAverage.swift",
        "Models/ModelEvaluationMicroAverage.swift",
        "Models/Notice.swift",
        "Models/PerClassModelEvaluation.swift",
        "Models/ProjectDetails.swift",
        "Models/ProjectListDetails.swift",
        "Models/ProjectListDetailsRelevancyTrainingStatus.swift",
        "Models/QueryAggregation.swift",
        "Models/QueryCalculationAggregation.swift",
        "Models/QueryFilterAggregation.swift",
        "Models/QueryGroupByAggregation.swift",
        "Models/QueryGroupByAggregationResult.swift",
        "Models/QueryHistogramAggregation.swift",
        "Models/QueryHistogramAggregationResult.swift",
        "Models/QueryLargePassages.swift",
        "Models/QueryLargeSuggestedRefinements.swift",
        "Models/QueryLargeTableResults.swift",
        "Models/QueryNestedAggregation.swift",
        "Models/QueryNoticesResponse.swift",
        "Models/QueryResponse.swift",
        "Models/QueryResponsePassage.swift",
        "Models/QueryResult.swift",
        "Models/QueryResultMetadata.swift",
        "Models/QueryResultPassage.swift",
        "Models/QuerySuggestedRefinement.swift",
        "Models/QueryTableResult.swift",
        "Models/QueryTermAggregation.swift",
        "Models/QueryTermAggregationResult.swift",
        "Models/QueryTimesliceAggregation.swift",
        "Models/QueryTimesliceAggregationResult.swift",
        "Models/QueryTopHitsAggregation.swift",
        "Models/QueryTopHitsAggregationResult.swift",
        "Models/ResultPassageAnswer.swift",
        "Models/RetrievalDetails.swift",
        "Models/TableBodyCells.swift",
        "Models/TableCellKey.swift",
        "Models/TableCellValues.swift",
        "Models/TableColumnHeaderIDs.swift",
        "Models/TableColumnHeaderTexts.swift",
        "Models/TableColumnHeaderTextsNormalized.swift",
        "Models/TableColumnHeaders.swift",
        "Models/TableElementLocation.swift",
        "Models/TableHeaders.swift",
        "Models/TableKeyValuePairs.swift",
        "Models/TableResultTable.swift",
        "Models/TableRowHeaderIDs.swift",
        "Models/TableRowHeaderTexts.swift",
        "Models/TableRowHeaderTextsNormalized.swift",
        "Models/TableRowHeaders.swift",
        "Models/TableTextLocation.swift",
        "Models/TrainingExample.swift",
        "Models/TrainingQuery.swift",
        "Models/TrainingQuerySet.swift",
        "Models/UpdateDocumentClassifier.swift",
        "Shared.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DiscoveryV1Tests",
      "module_type" : "SwiftTarget",
      "name" : "DiscoveryV1Tests",
      "path" : "Tests/DiscoveryV1Tests",
      "sources" : [
        "DiscoveryTest+CPD.swift",
        "DiscoveryTests.swift",
        "DiscoveryUnitTests.swift",
        "TestUtilities.swift"
      ],
      "target_dependencies" : [
        "DiscoveryV1"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DiscoveryV1",
      "module_type" : "SwiftTarget",
      "name" : "DiscoveryV1",
      "path" : "Sources/DiscoveryV1",
      "product_dependencies" : [
        "IBMSwiftSDKCore"
      ],
      "product_memberships" : [
        "DiscoveryV1"
      ],
      "sources" : [
        "Discovery.swift",
        "InsecureConnection.swift",
        "Models/AggregationResult.swift",
        "Models/Collection.swift",
        "Models/CollectionCrawlStatus.swift",
        "Models/CollectionDiskUsage.swift",
        "Models/CollectionUsage.swift",
        "Models/Completions.swift",
        "Models/Configuration.swift",
        "Models/Conversions.swift",
        "Models/CreateEventResponse.swift",
        "Models/CredentialDetails.swift",
        "Models/Credentials.swift",
        "Models/CredentialsList.swift",
        "Models/DeleteCollectionResponse.swift",
        "Models/DeleteConfigurationResponse.swift",
        "Models/DeleteCredentials.swift",
        "Models/DeleteDocumentResponse.swift",
        "Models/DeleteEnvironmentResponse.swift",
        "Models/DiskUsage.swift",
        "Models/DocumentAccepted.swift",
        "Models/DocumentCounts.swift",
        "Models/DocumentStatus.swift",
        "Models/Enrichment.swift",
        "Models/EnrichmentOptions.swift",
        "Models/Environment.swift",
        "Models/EnvironmentDocuments.swift",
        "Models/EventData.swift",
        "Models/Expansion.swift",
        "Models/Expansions.swift",
        "Models/Field.swift",
        "Models/FontSetting.swift",
        "Models/Gateway.swift",
        "Models/GatewayDelete.swift",
        "Models/GatewayList.swift",
        "Models/HTMLSettings.swift",
        "Models/IndexCapacity.swift",
        "Models/ListCollectionFieldsResponse.swift",
        "Models/ListCollectionsResponse.swift",
        "Models/ListConfigurationsResponse.swift",
        "Models/ListEnvironmentsResponse.swift",
        "Models/LogQueryResponse.swift",
        "Models/LogQueryResponseResult.swift",
        "Models/LogQueryResponseResultDocuments.swift",
        "Models/LogQueryResponseResultDocumentsResult.swift",
        "Models/MetricAggregation.swift",
        "Models/MetricAggregationResult.swift",
        "Models/MetricResponse.swift",
        "Models/MetricTokenAggregation.swift",
        "Models/MetricTokenAggregationResult.swift",
        "Models/MetricTokenResponse.swift",
        "Models/NluEnrichmentConcepts.swift",
        "Models/NluEnrichmentEmotion.swift",
        "Models/NluEnrichmentEntities.swift",
        "Models/NluEnrichmentFeatures.swift",
        "Models/NluEnrichmentKeywords.swift",
        "Models/NluEnrichmentRelations.swift",
        "Models/NluEnrichmentSemanticRoles.swift",
        "Models/NluEnrichmentSentiment.swift",
        "Models/NormalizationOperation.swift",
        "Models/Notice.swift",
        "Models/PDFHeadingDetection.swift",
        "Models/PDFSettings.swift",
        "Models/QueryAggregation.swift",
        "Models/QueryCalculationAggregation.swift",
        "Models/QueryFilterAggregation.swift",
        "Models/QueryHistogramAggregation.swift",
        "Models/QueryHistogramAggregationResult.swift",
        "Models/QueryNestedAggregation.swift",
        "Models/QueryNoticesResponse.swift",
        "Models/QueryNoticesResult.swift",
        "Models/QueryPassages.swift",
        "Models/QueryResponse.swift",
        "Models/QueryResult.swift",
        "Models/QueryResultMetadata.swift",
        "Models/QueryTermAggregation.swift",
        "Models/QueryTermAggregationResult.swift",
        "Models/QueryTimesliceAggregation.swift",
        "Models/QueryTimesliceAggregationResult.swift",
        "Models/QueryTopHitsAggregation.swift",
        "Models/QueryTopHitsAggregationResult.swift",
        "Models/RetrievalDetails.swift",
        "Models/SduStatus.swift",
        "Models/SduStatusCustomFields.swift",
        "Models/SearchStatus.swift",
        "Models/SegmentSettings.swift",
        "Models/Source.swift",
        "Models/SourceOptions.swift",
        "Models/SourceOptionsBuckets.swift",
        "Models/SourceOptionsFolder.swift",
        "Models/SourceOptionsObject.swift",
        "Models/SourceOptionsSiteColl.swift",
        "Models/SourceOptionsWebCrawl.swift",
        "Models/SourceSchedule.swift",
        "Models/SourceStatus.swift",
        "Models/StatusDetails.swift",
        "Models/TokenDictRule.swift",
        "Models/TokenDictStatusResponse.swift",
        "Models/TopHitsResults.swift",
        "Models/TrainingDataSet.swift",
        "Models/TrainingExample.swift",
        "Models/TrainingExampleList.swift",
        "Models/TrainingQuery.swift",
        "Models/TrainingStatus.swift",
        "Models/WordHeadingDetection.swift",
        "Models/WordSettings.swift",
        "Models/WordStyle.swift",
        "Models/XPathPatterns.swift",
        "Shared.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Copustools",
      "module_type" : "ClangTarget",
      "name" : "Copustools",
      "path" : "Sources/SupportingFiles/Dependencies/Copustools",
      "product_memberships" : [
        "TextToSpeechV1"
      ],
      "sources" : [
        "opus_header.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Clibopus",
      "module_type" : "SystemLibraryTarget",
      "name" : "Clibopus",
      "path" : "Sources/SupportingFiles/Dependencies/Clibopus",
      "product_memberships" : [
        "SpeechToTextV1",
        "TextToSpeechV1"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    },
    {
      "c99name" : "Clibogg",
      "module_type" : "SystemLibraryTarget",
      "name" : "Clibogg",
      "path" : "Sources/SupportingFiles/Dependencies/Clibogg",
      "product_memberships" : [
        "SpeechToTextV1",
        "TextToSpeechV1"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    },
    {
      "c99name" : "AssistantV2Tests",
      "module_type" : "SwiftTarget",
      "name" : "AssistantV2Tests",
      "path" : "Tests/AssistantV2Tests",
      "sources" : [
        "AssistantV2Tests.swift",
        "TestUtilities.swift"
      ],
      "target_dependencies" : [
        "AssistantV2"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AssistantV2",
      "module_type" : "SwiftTarget",
      "name" : "AssistantV2",
      "path" : "Sources/AssistantV2",
      "product_dependencies" : [
        "IBMSwiftSDKCore"
      ],
      "product_memberships" : [
        "AssistantV2"
      ],
      "sources" : [
        "Assistant.swift",
        "InsecureConnection.swift",
        "Models/AgentAvailabilityMessage.swift",
        "Models/BulkClassifyOutput.swift",
        "Models/BulkClassifyResponse.swift",
        "Models/BulkClassifyUtterance.swift",
        "Models/CaptureGroup.swift",
        "Models/ChannelTransferInfo.swift",
        "Models/ChannelTransferTarget.swift",
        "Models/ChannelTransferTargetChat.swift",
        "Models/DialogLogMessage.swift",
        "Models/DialogNodeAction.swift",
        "Models/DialogNodeOutputConnectToAgentTransferInfo.swift",
        "Models/DialogNodeOutputOptionsElement.swift",
        "Models/DialogNodeOutputOptionsElementValue.swift",
        "Models/DialogNodeVisited.swift",
        "Models/DialogSuggestion.swift",
        "Models/DialogSuggestionValue.swift",
        "Models/Log.swift",
        "Models/LogCollection.swift",
        "Models/LogMessageSource.swift",
        "Models/LogMessageSourceAction.swift",
        "Models/LogMessageSourceDialogNode.swift",
        "Models/LogMessageSourceHandler.swift",
        "Models/LogMessageSourceStep.swift",
        "Models/LogPagination.swift",
        "Models/MessageContext.swift",
        "Models/MessageContextGlobal.swift",
        "Models/MessageContextGlobalStateless.swift",
        "Models/MessageContextGlobalSystem.swift",
        "Models/MessageContextSkill.swift",
        "Models/MessageContextSkillSystem.swift",
        "Models/MessageContextStateless.swift",
        "Models/MessageInput.swift",
        "Models/MessageInputAttachment.swift",
        "Models/MessageInputOptions.swift",
        "Models/MessageInputOptionsSpelling.swift",
        "Models/MessageInputOptionsStateless.swift",
        "Models/MessageInputStateless.swift",
        "Models/MessageOutput.swift",
        "Models/MessageOutputDebug.swift",
        "Models/MessageOutputSpelling.swift",
        "Models/MessageRequest.swift",
        "Models/MessageResponse.swift",
        "Models/MessageResponseStateless.swift",
        "Models/ResponseGenericChannel.swift",
        "Models/RuntimeEntity.swift",
        "Models/RuntimeEntityAlternative.swift",
        "Models/RuntimeEntityInterpretation.swift",
        "Models/RuntimeEntityRole.swift",
        "Models/RuntimeIntent.swift",
        "Models/RuntimeResponseGeneric.swift",
        "Models/RuntimeResponseGenericRuntimeResponseTypeAudio.swift",
        "Models/RuntimeResponseGenericRuntimeResponseTypeChannelTransfer.swift",
        "Models/RuntimeResponseGenericRuntimeResponseTypeConnectToAgent.swift",
        "Models/RuntimeResponseGenericRuntimeResponseTypeIframe.swift",
        "Models/RuntimeResponseGenericRuntimeResponseTypeImage.swift",
        "Models/RuntimeResponseGenericRuntimeResponseTypeOption.swift",
        "Models/RuntimeResponseGenericRuntimeResponseTypePause.swift",
        "Models/RuntimeResponseGenericRuntimeResponseTypeSearch.swift",
        "Models/RuntimeResponseGenericRuntimeResponseTypeSuggestion.swift",
        "Models/RuntimeResponseGenericRuntimeResponseTypeText.swift",
        "Models/RuntimeResponseGenericRuntimeResponseTypeUserDefined.swift",
        "Models/RuntimeResponseGenericRuntimeResponseTypeVideo.swift",
        "Models/SearchResult.swift",
        "Models/SearchResultAnswer.swift",
        "Models/SearchResultHighlight.swift",
        "Models/SearchResultMetadata.swift",
        "Models/SessionResponse.swift",
        "Shared.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AssistantV1Tests",
      "module_type" : "SwiftTarget",
      "name" : "AssistantV1Tests",
      "path" : "Tests/AssistantV1Tests",
      "sources" : [
        "AssistantTests.swift",
        "AssistantV1UnitTests.swift",
        "TestUtilities.swift"
      ],
      "target_dependencies" : [
        "AssistantV1"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AssistantV1",
      "module_type" : "SwiftTarget",
      "name" : "AssistantV1",
      "path" : "Sources/AssistantV1",
      "product_dependencies" : [
        "IBMSwiftSDKCore"
      ],
      "product_memberships" : [
        "AssistantV1"
      ],
      "sources" : [
        "Assistant.swift",
        "InsecureConnection.swift",
        "Models/AgentAvailabilityMessage.swift",
        "Models/BulkClassifyOutput.swift",
        "Models/BulkClassifyResponse.swift",
        "Models/BulkClassifyUtterance.swift",
        "Models/CaptureGroup.swift",
        "Models/ChannelTransferInfo.swift",
        "Models/ChannelTransferTarget.swift",
        "Models/ChannelTransferTargetChat.swift",
        "Models/Context.swift",
        "Models/Counterexample.swift",
        "Models/CounterexampleCollection.swift",
        "Models/CreateEntity.swift",
        "Models/CreateIntent.swift",
        "Models/CreateValue.swift",
        "Models/DialogNode.swift",
        "Models/DialogNodeAction.swift",
        "Models/DialogNodeCollection.swift",
        "Models/DialogNodeContext.swift",
        "Models/DialogNodeNextStep.swift",
        "Models/DialogNodeOutput.swift",
        "Models/DialogNodeOutputConnectToAgentTransferInfo.swift",
        "Models/DialogNodeOutputGeneric.swift",
        "Models/DialogNodeOutputGenericDialogNodeOutputResponseTypeAudio.swift",
        "Models/DialogNodeOutputGenericDialogNodeOutputResponseTypeChannelTransfer.swift",
        "Models/DialogNodeOutputGenericDialogNodeOutputResponseTypeConnectToAgent.swift",
        "Models/DialogNodeOutputGenericDialogNodeOutputResponseTypeIframe.swift",
        "Models/DialogNodeOutputGenericDialogNodeOutputResponseTypeImage.swift",
        "Models/DialogNodeOutputGenericDialogNodeOutputResponseTypeOption.swift",
        "Models/DialogNodeOutputGenericDialogNodeOutputResponseTypePause.swift",
        "Models/DialogNodeOutputGenericDialogNodeOutputResponseTypeSearchSkill.swift",
        "Models/DialogNodeOutputGenericDialogNodeOutputResponseTypeText.swift",
        "Models/DialogNodeOutputGenericDialogNodeOutputResponseTypeUserDefined.swift",
        "Models/DialogNodeOutputGenericDialogNodeOutputResponseTypeVideo.swift",
        "Models/DialogNodeOutputModifiers.swift",
        "Models/DialogNodeOutputOptionsElement.swift",
        "Models/DialogNodeOutputOptionsElementValue.swift",
        "Models/DialogNodeOutputTextValuesElement.swift",
        "Models/DialogNodeVisitedDetails.swift",
        "Models/DialogSuggestion.swift",
        "Models/DialogSuggestionValue.swift",
        "Models/Entity.swift",
        "Models/EntityCollection.swift",
        "Models/EntityMention.swift",
        "Models/EntityMentionCollection.swift",
        "Models/Example.swift",
        "Models/ExampleCollection.swift",
        "Models/Intent.swift",
        "Models/IntentCollection.swift",
        "Models/Log.swift",
        "Models/LogCollection.swift",
        "Models/LogMessage.swift",
        "Models/LogMessageSource.swift",
        "Models/LogPagination.swift",
        "Models/Mention.swift",
        "Models/MessageContextMetadata.swift",
        "Models/MessageInput.swift",
        "Models/MessageRequest.swift",
        "Models/MessageResponse.swift",
        "Models/OutputData.swift",
        "Models/Pagination.swift",
        "Models/ResponseGenericChannel.swift",
        "Models/RuntimeEntity.swift",
        "Models/RuntimeEntityAlternative.swift",
        "Models/RuntimeEntityInterpretation.swift",
        "Models/RuntimeEntityRole.swift",
        "Models/RuntimeIntent.swift",
        "Models/RuntimeResponseGeneric.swift",
        "Models/RuntimeResponseGenericRuntimeResponseTypeAudio.swift",
        "Models/RuntimeResponseGenericRuntimeResponseTypeChannelTransfer.swift",
        "Models/RuntimeResponseGenericRuntimeResponseTypeConnectToAgent.swift",
        "Models/RuntimeResponseGenericRuntimeResponseTypeIframe.swift",
        "Models/RuntimeResponseGenericRuntimeResponseTypeImage.swift",
        "Models/RuntimeResponseGenericRuntimeResponseTypeOption.swift",
        "Models/RuntimeResponseGenericRuntimeResponseTypePause.swift",
        "Models/RuntimeResponseGenericRuntimeResponseTypeSuggestion.swift",
        "Models/RuntimeResponseGenericRuntimeResponseTypeText.swift",
        "Models/RuntimeResponseGenericRuntimeResponseTypeUserDefined.swift",
        "Models/RuntimeResponseGenericRuntimeResponseTypeVideo.swift",
        "Models/Synonym.swift",
        "Models/SynonymCollection.swift",
        "Models/Value.swift",
        "Models/ValueCollection.swift",
        "Models/Webhook.swift",
        "Models/WebhookHeader.swift",
        "Models/Workspace.swift",
        "Models/WorkspaceCollection.swift",
        "Models/WorkspaceSystemSettings.swift",
        "Models/WorkspaceSystemSettingsDisambiguation.swift",
        "Models/WorkspaceSystemSettingsOffTopic.swift",
        "Models/WorkspaceSystemSettingsSystemEntities.swift",
        "Models/WorkspaceSystemSettingsTooling.swift",
        "Shared.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
warning: 'spi-builder-workspace': ignoring broken symlink /host/spi-builder-workspace/Tests/AssistantV1Tests/WatsonCredentials.swift
warning: 'spi-builder-workspace': ignoring broken symlink /host/spi-builder-workspace/Tests/AssistantV2Tests/WatsonCredentials.swift
warning: 'spi-builder-workspace': ignoring broken symlink /host/spi-builder-workspace/Tests/DiscoveryV1Tests/WatsonCredentials.swift
warning: 'spi-builder-workspace': ignoring broken symlink /host/spi-builder-workspace/Tests/LanguageTranslatorV3Tests/WatsonCredentials.swift
warning: 'spi-builder-workspace': ignoring broken symlink /host/spi-builder-workspace/Tests/NaturalLanguageUnderstandingV1Tests/WatsonCredentials.swift
warning: 'spi-builder-workspace': ignoring broken symlink /host/spi-builder-workspace/Tests/SpeechToTextV1Tests/WatsonCredentials.swift
warning: 'spi-builder-workspace': ignoring broken symlink /host/spi-builder-workspace/Tests/TextToSpeechV1Tests/WatsonCredentials.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/daltoniam/Starscream
Fetching https://github.com/IBM/swift-sdk-core
[1/988] Fetching swift-sdk-core
[891/6021] Fetching swift-sdk-core, starscream
Fetched https://github.com/IBM/swift-sdk-core from cache (0.43s)
Fetched https://github.com/daltoniam/Starscream from cache (0.43s)
Computing version for https://github.com/IBM/swift-sdk-core
Computed https://github.com/IBM/swift-sdk-core at 1.2.1 (2.90s)
Computing version for https://github.com/daltoniam/Starscream
Computed https://github.com/daltoniam/Starscream at 4.0.8 (0.67s)
Creating working copy for https://github.com/IBM/swift-sdk-core
Working copy of https://github.com/IBM/swift-sdk-core resolved at 1.2.1
Creating working copy for https://github.com/daltoniam/Starscream
Working copy of https://github.com/daltoniam/Starscream resolved at 4.0.8
warning: 'spi-builder-workspace': ignoring broken symlink /host/spi-builder-workspace/Tests/AssistantV1Tests/WatsonCredentials.swift
warning: 'spi-builder-workspace': ignoring broken symlink /host/spi-builder-workspace/Tests/AssistantV2Tests/WatsonCredentials.swift
warning: 'spi-builder-workspace': ignoring broken symlink /host/spi-builder-workspace/Tests/DiscoveryV1Tests/WatsonCredentials.swift
warning: 'spi-builder-workspace': ignoring broken symlink /host/spi-builder-workspace/Tests/LanguageTranslatorV3Tests/WatsonCredentials.swift
warning: 'spi-builder-workspace': ignoring broken symlink /host/spi-builder-workspace/Tests/NaturalLanguageUnderstandingV1Tests/WatsonCredentials.swift
warning: 'spi-builder-workspace': ignoring broken symlink /host/spi-builder-workspace/Tests/SpeechToTextV1Tests/WatsonCredentials.swift
warning: 'spi-builder-workspace': ignoring broken symlink /host/spi-builder-workspace/Tests/TextToSpeechV1Tests/WatsonCredentials.swift
warning: couldn't find pc file for ogg
warning: couldn't find pc file for opus
warning: couldn't find pc file for ogg
warning: couldn't find pc file for opus
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/AssistantV1/README.md
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/AssistantV2/README.md
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/DiscoveryV1/README.md
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/DiscoveryV2/README.md
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/LanguageTranslatorV3/README.md
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/NaturalLanguageUnderstandingV1/README.md
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/SpeechToTextV1/README.md
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/TextToSpeechV1/README.md
warning: 'starscream': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Info.plist
Building for debugging...
[0/13] Write sources
[4/13] Copying PrivacyInfo.xcprivacy
[5/13] Write sources
In file included from /host/spi-builder-workspace/Sources/SupportingFiles/Dependencies/Copustools/opus_header.c:32:
In file included from /host/spi-builder-workspace/Sources/SupportingFiles/Dependencies/Copustools/include/opus_header.h:31:
In file included from /host/spi-builder-workspace/Sources/SupportingFiles/Dependencies/Copustools/include/ogg.h:24:
/host/spi-builder-workspace/Sources/SupportingFiles/Dependencies/Copustools/include/os_types.h:154:12: fatal error: 'ogg/config_types.h' file not found
  154 | #  include <ogg/config_types.h>
      |            ^~~~~~~~~~~~~~~~~~~~
1 error generated.
[11/13] Compiling Copustools opus_header.c
[11/13] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'spi-builder-workspace': ignoring broken symlink /host/spi-builder-workspace/Tests/AssistantV1Tests/WatsonCredentials.swift
warning: 'spi-builder-workspace': ignoring broken symlink /host/spi-builder-workspace/Tests/AssistantV2Tests/WatsonCredentials.swift
warning: 'spi-builder-workspace': ignoring broken symlink /host/spi-builder-workspace/Tests/DiscoveryV1Tests/WatsonCredentials.swift
warning: 'spi-builder-workspace': ignoring broken symlink /host/spi-builder-workspace/Tests/LanguageTranslatorV3Tests/WatsonCredentials.swift
warning: 'spi-builder-workspace': ignoring broken symlink /host/spi-builder-workspace/Tests/NaturalLanguageUnderstandingV1Tests/WatsonCredentials.swift
warning: 'spi-builder-workspace': ignoring broken symlink /host/spi-builder-workspace/Tests/SpeechToTextV1Tests/WatsonCredentials.swift
warning: 'spi-builder-workspace': ignoring broken symlink /host/spi-builder-workspace/Tests/TextToSpeechV1Tests/WatsonCredentials.swift
warning: couldn't find pc file for ogg
warning: couldn't find pc file for opus
warning: couldn't find pc file for ogg
warning: couldn't find pc file for opus
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Tests/TextToSpeechV1Tests/Resources/custom_prompt_audio.wav
    /host/spi-builder-workspace/Tests/TextToSpeechV1Tests/Resources/audio.ogg
warning: 'spi-builder-workspace': found 6 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Tests/SpeechToTextV1Tests/Resources/SpeechSample.wav
    /host/spi-builder-workspace/Tests/SpeechToTextV1Tests/Resources/SpeechSample.ogg
    /host/spi-builder-workspace/Tests/SpeechToTextV1Tests/Resources/StockAnnouncement.wav
    /host/spi-builder-workspace/Tests/SpeechToTextV1Tests/Resources/healthcare-short.txt
    /host/spi-builder-workspace/Tests/SpeechToTextV1Tests/Resources/SpeechSample.flac
    /host/spi-builder-workspace/Tests/SpeechToTextV1Tests/Resources/confirm.abnf
warning: 'spi-builder-workspace': found 4 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Tests/NaturalLanguageUnderstandingV1Tests/Resources/nlu_training_data.csv
    /host/spi-builder-workspace/Tests/NaturalLanguageUnderstandingV1Tests/Resources/nlu_classifications_training.json
    /host/spi-builder-workspace/Tests/NaturalLanguageUnderstandingV1Tests/testArticle.html
    /host/spi-builder-workspace/Tests/NaturalLanguageUnderstandingV1Tests/Resources/nlu_categories_training.json
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Tests/LanguageTranslatorV3Tests/Resources/common-phrases.pptx
    /host/spi-builder-workspace/Tests/LanguageTranslatorV3Tests/Resources/glossary.tmx
warning: 'spi-builder-workspace': found 5 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Tests/DiscoveryV2Tests/Resources/Jeopardy.html
    /host/spi-builder-workspace/Tests/DiscoveryV2Tests/Resources/analyzeDocument.json
    /host/spi-builder-workspace/Tests/DiscoveryV2Tests/Resources/analyzeDocument.txt
    /host/spi-builder-workspace/Tests/DiscoveryV2Tests/Resources/KennedySpeech.html
    /host/spi-builder-workspace/Tests/DiscoveryV2Tests/Resources/TestEnrichments.csv
warning: 'spi-builder-workspace': found 4 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Tests/DiscoveryV1Tests/Resources/KennedySpeech.html
    /host/spi-builder-workspace/Tests/DiscoveryV1Tests/Resources/metadata.json
    /host/spi-builder-workspace/Tests/DiscoveryV1Tests/Resources/discoverySample.json
    /host/spi-builder-workspace/Tests/DiscoveryV1Tests/Resources/stopwords.txt
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/AssistantV1/README.md
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/AssistantV2/README.md
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/DiscoveryV1/README.md
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/DiscoveryV2/README.md
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/LanguageTranslatorV3/README.md
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/NaturalLanguageUnderstandingV1/README.md
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/SpeechToTextV1/README.md
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/TextToSpeechV1/README.md
warning: 'starscream': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Info.plist
[0/1] Planning build
Building for debugging...
In file included from /host/spi-builder-workspace/Sources/SupportingFiles/Dependencies/Copustools/opus_header.c:32:
In file included from /host/spi-builder-workspace/Sources/SupportingFiles/Dependencies/Copustools/include/opus_header.h:31:
In file included from /host/spi-builder-workspace/Sources/SupportingFiles/Dependencies/Copustools/include/ogg.h:24:
/host/spi-builder-workspace/Sources/SupportingFiles/Dependencies/Copustools/include/os_types.h:154:12: fatal error: 'ogg/config_types.h' file not found
  154 | #  include <ogg/config_types.h>
      |            ^~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/2] Compiling Copustools opus_header.c
[0/2] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 wasm