The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SmokeAWSGenerate, reference main (bbb08b), with Swift 6.2 for Android on 20 Jun 2025 11:16:07 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/amzn/smoke-aws-generate.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/amzn/smoke-aws-generate
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at bbb08b2 Update SwaggerParser repository location because original is 404
Cloned https://github.com/amzn/smoke-aws-generate.git
Revision (git rev-parse @):
bbb08b2d148372cf16b003a56d1f99d522dd70ea
SUCCESS checkout https://github.com/amzn/smoke-aws-generate.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/amzn/smoke-aws-generate.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/amzn/service-model-swift-code-generate.git
Fetching https://github.com/amzn/openapi-swift-code-generate.git
Fetching https://github.com/apple/swift-argument-parser
[1/1549] Fetching service-model-swift-code-generate
[17/1659] Fetching service-model-swift-code-generate, openapi-swift-code-generate
Fetched https://github.com/amzn/openapi-swift-code-generate.git from cache (0.31s)
Fetched https://github.com/amzn/service-model-swift-code-generate.git from cache (0.31s)
[1/15380] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.30s)
Computing version for https://github.com/amzn/openapi-swift-code-generate.git
Computed https://github.com/amzn/openapi-swift-code-generate.git at 1.0.3 (2.16s)
Fetching https://github.com/mattpolzin/OpenAPIKit.git
Fetching https://github.com/knovichikhin/SwaggerParser.git
Fetching https://github.com/jpsim/Yams.git
[1/477] Fetching swaggerparser
[478/11336] Fetching swaggerparser, yams
[6777/101081] Fetching swaggerparser, yams, openapikit
Fetched https://github.com/knovichikhin/SwaggerParser.git from cache (2.11s)
[49450/100604] Fetching yams, openapikit
Fetched https://github.com/jpsim/Yams.git from cache (2.17s)
[39488/89745] Fetching openapikit
Fetched https://github.com/mattpolzin/OpenAPIKit.git from cache (7.57s)
Computing version for https://github.com/knovichikhin/SwaggerParser.git
Computed https://github.com/knovichikhin/SwaggerParser.git at 0.6.4 (12.53s)
Computing version for https://github.com/amzn/service-model-swift-code-generate.git
Computed https://github.com/amzn/service-model-swift-code-generate.git at 3.1.1 (0.89s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 4.0.6 (0.83s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.76s)
Computing version for https://github.com/mattpolzin/OpenAPIKit.git
Computed https://github.com/mattpolzin/OpenAPIKit.git at 3.5.2 (0.94s)
Creating working copy for https://github.com/mattpolzin/OpenAPIKit.git
Working copy of https://github.com/mattpolzin/OpenAPIKit.git resolved at 3.5.2
Creating working copy for https://github.com/amzn/service-model-swift-code-generate.git
Working copy of https://github.com/amzn/service-model-swift-code-generate.git resolved at 3.1.1
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 4.0.6
Creating working copy for https://github.com/amzn/openapi-swift-code-generate.git
Working copy of https://github.com/amzn/openapi-swift-code-generate.git resolved at 1.0.3
Creating working copy for https://github.com/knovichikhin/SwaggerParser.git
Working copy of https://github.com/knovichikhin/SwaggerParser.git resolved at 0.6.4
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
/host/spi-builder-workspace/Plugins/APIGatewaySwiftGenerateClient/plugin.swift:9:10: warning: associated value 'sourceModuleTargetRequired(packageName:targetName:type:)' of 'Sendable'-conforming enum 'PluginError' has non-sendable type 'any Target.Type'
  7 |     case unknownModelPackageDependency(packageName: String)
  8 |     case unknownModelTargetDependency(packageName: String, targetName: String)
  9 |     case sourceModuleTargetRequired(packageName: String, targetName: String, type: Target.Type)
    |          `- warning: associated value 'sourceModuleTargetRequired(packageName:targetName:type:)' of 'Sendable'-conforming enum 'PluginError' has non-sendable type 'any Target.Type'
 10 |     case unknownModelFilePath(packageName: String, targetName: String, fileName: String)
 11 |     case missingConfigFile(expectedPath: String)
/host/spi-builder-workspace/Plugins/APIGatewaySwiftGenerateClient/plugin.swift:9:10: warning: associated value 'sourceModuleTargetRequired(packageName:targetName:type:)' of 'Sendable'-conforming enum 'PluginError' has non-sendable type 'any Target.Type'
  7 |     case unknownModelPackageDependency(packageName: String)
  8 |     case unknownModelTargetDependency(packageName: String, targetName: String)
  9 |     case sourceModuleTargetRequired(packageName: String, targetName: String, type: Target.Type)
    |          `- warning: associated value 'sourceModuleTargetRequired(packageName:targetName:type:)' of 'Sendable'-conforming enum 'PluginError' has non-sendable type 'any Target.Type'
 10 |     case unknownModelFilePath(packageName: String, targetName: String, fileName: String)
 11 |     case missingConfigFile(expectedPath: String)
[1/1] Compiling plugin APIGatewaySwiftGenerateClient
/host/spi-builder-workspace/Plugins/APIGatewaySwiftGenerateModel/plugin.swift:9:10: warning: associated value 'sourceModuleTargetRequired(packageName:targetName:type:)' of 'Sendable'-conforming enum 'PluginError' has non-sendable type 'any Target.Type'
  7 |     case unknownModelPackageDependency(packageName: String)
  8 |     case unknownModelTargetDependency(packageName: String, targetName: String)
  9 |     case sourceModuleTargetRequired(packageName: String, targetName: String, type: Target.Type)
    |          `- warning: associated value 'sourceModuleTargetRequired(packageName:targetName:type:)' of 'Sendable'-conforming enum 'PluginError' has non-sendable type 'any Target.Type'
 10 |     case unknownModelFilePath(packageName: String, targetName: String, fileName: String)
 11 |     case missingConfigFile(expectedPath: String)
/host/spi-builder-workspace/Plugins/APIGatewaySwiftGenerateModel/plugin.swift:9:10: warning: associated value 'sourceModuleTargetRequired(packageName:targetName:type:)' of 'Sendable'-conforming enum 'PluginError' has non-sendable type 'any Target.Type'
  7 |     case unknownModelPackageDependency(packageName: String)
  8 |     case unknownModelTargetDependency(packageName: String, targetName: String)
  9 |     case sourceModuleTargetRequired(packageName: String, targetName: String, type: Target.Type)
    |          `- warning: associated value 'sourceModuleTargetRequired(packageName:targetName:type:)' of 'Sendable'-conforming enum 'PluginError' has non-sendable type 'any Target.Type'
 10 |     case unknownModelFilePath(packageName: String, targetName: String, fileName: String)
 11 |     case missingConfigFile(expectedPath: String)
[2/2] Compiling plugin APIGatewaySwiftGenerateModel
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/92] Write sources
[30/92] Compiling writer.c
[31/92] Compiling reader.c
[33/92] Compiling api.c
[34/92] Compiling reader.c
[35/92] Compiling parser.c
[36/92] Write sources
[41/92] Compiling emitter.c
[42/92] Compiling parser.c
[43/92] Write swift-version-8C5A4AE7A8CE2BA.txt
[44/92] Compiling scanner.c
[45/92] Compiling api.c
[46/92] Compiling scanner.c
[47/137] Compiling emitter.c
[49/269] Emitting module ArgumentParserToolInfo
[50/269] Emitting module ServiceModelEntities
[51/269] Compiling SwaggerParser ArraySchema.swift
[52/269] Compiling SwaggerParser Builder.swift
[53/270] Compiling SwaggerParser ObjectMetadata.swift
[54/270] Compiling SwaggerParser ObjectSchema.swift
[55/270] Compiling SwaggerParser OneOfSchema.swift
[56/270] Compiling SwaggerParser OneOrMany.swift
[57/270] Compiling SwaggerParser Operation.swift
[58/270] Compiling SwaggerParser Parameter.swift
[59/275] Compiling SwaggerParser Metadata.swift
[60/275] Compiling SwaggerParser NumberItem.swift
[61/275] Compiling SwaggerParser NumericMetadata.swift
[62/275] Compiling SwaggerParser Oauth2Schema.swift
[63/279] Compiling SwaggerParser APIKeySchema.swift
[64/279] Compiling SwaggerParser AllOfSchema.swift
[65/279] Compiling SwaggerParser ArrayItem.swift
[66/279] Compiling SwaggerParser ArrayMetadata.swift
[69/279] Compiling SwaggerParser Path.swift
[70/279] Compiling SwaggerParser Pointer.swift
[71/279] Compiling OpenAPIKitCore Container+DecodeURLAsString.swift
[72/279] Compiling OpenAPIKitCore Optional+Zip.swift
[73/279] Compiling OpenAPIKitCore Result+Value.swift
[74/279] Compiling OpenAPIKitCore Validatable.swift
[75/279] Compiling SwaggerParser SchemaType.swift
[76/279] Compiling SwaggerParser SecuritySchema.swift
[77/279] Compiling SwaggerParser StringFormat.swift
[78/279] Compiling SwaggerParser StringItem.swift
[84/279] Compiling Yams YamlError.swift
[85/279] Compiling ArgumentParserToolInfo ToolInfo.swift
[91/295] Emitting module OpenAPIKitCore
[92/295] Compiling Yams Encoder.swift
[93/295] Compiling Yams Node.Scalar.swift
[94/295] Compiling Yams Node.Sequence.swift
[95/295] Compiling Yams Representer.swift
[96/295] Compiling Yams Resolver.swift
[101/295] Compiling SwaggerParser KeyedEncodingContainer+Extensions.swift
[102/295] Compiling SwaggerParser License.swift
[107/295] Emitting module SwaggerParser
[112/295] Compiling Yams Node.swift
[113/295] Compiling Yams Parser.swift
[114/295] Compiling Yams String+Yams.swift
[115/295] Compiling Yams Tag.swift
[116/295] Compiling SwaggerParser IntegerItem.swift
[117/295] Compiling SwaggerParser Items.swift
[118/295] Compiling SwaggerParser ItemsType.swift
[119/295] Compiling SwaggerParser KeyedDecodingContainer+Extensions.swift
[120/295] Compiling Yams Mark.swift
[121/295] Compiling Yams Node.Mapping.swift
[138/295] Compiling ServiceModelEntities ServiceModel.swift
[139/296] Compiling ServiceModelEntities String+nameConversions.swift
[140/296] Compiling ServiceModelEntities ServiceModel+getTypeMappings.swift
[148/296] Emitting module Yams
[149/296] Compiling Yams Constructor.swift
[150/296] Compiling Yams Decoder.swift
[151/297] Compiling SwaggerParser StringMetadata.swift
[152/297] Compiling SwaggerParser Structure.swift
[153/297] Compiling SwaggerParser Swagger.swift
[154/297] Compiling SwaggerParser Tag.swift
[155/297] Compiling SwaggerParser Version.swift
[158/359] Compiling ServiceModelEntities ModelOverride.swift
[159/359] Compiling ServiceModelEntities ModelEntities.swift
[160/398] Wrapping AST for Yams for debugging
[162/406] Emitting module ServiceModelCodeGeneration
[163/407] Compiling ServiceModelCodeGeneration InitializerType.swift
[164/407] Compiling ServiceModelCodeGeneration ModelClientDelegate.swift
[165/407] Compiling ServiceModelCodeGeneration CodeGenerationCustomizations.swift
[166/407] Compiling ServiceModelCodeGeneration FileBuilder.swift
[167/407] Compiling ServiceModelCodeGeneration ApplicationDescription.swift
[168/407] Compiling ServiceModelCodeGeneration ModelErrorsDelegate.swift
[169/407] Compiling ServiceModelCodeGeneration ModelLocation.swift
[170/407] Compiling ServiceModelCodeGeneration ServiceModelCodeGenerator.swift
[172/433] Emitting module ServiceModelGenerate
[173/436] Emitting module ArgumentParser
[174/441] Compiling ServiceModelGenerate ModelClientDelegate+common.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
 17 | #else
 18 | import CoreFoundation
 19 | import Glibc
    |        `- error: no such module 'Glibc'
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
 21 | #endif
[175/441] Compiling ServiceModelGenerate ServiceModelCodeGenerator+addGeneratedFileHeader.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
 17 | #else
 18 | import CoreFoundation
 19 | import Glibc
    |        `- error: no such module 'Glibc'
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
 21 | #endif
[176/442] Compiling ArgumentParser MessageInfo.swift
[177/442] Compiling ArgumentParser UsageGenerator.swift
[178/442] Compiling ArgumentParser CollectionExtensions.swift
[179/442] Compiling ArgumentParser Platform.swift
[180/442] Compiling ArgumentParser SequenceExtensions.swift
[181/442] Compiling ArgumentParser ParserError.swift
[182/442] Compiling ArgumentParser SplitArguments.swift
[183/442] Compiling ArgumentParser DumpHelpGenerator.swift
[184/442] Compiling ArgumentParser HelpCommand.swift
[185/442] Compiling ArgumentParser HelpGenerator.swift
[186/447] Compiling ServiceModelGenerate ServiceModelCodeGenerator+generateModelInvocationsReporting.swift
[187/447] Compiling ServiceModelGenerate ServiceModelCodeGenerator+generateModelOperationClientInput.swift
[188/447] Compiling ServiceModelGenerate ServiceModelCodeGenerator+generateModelOperationClientOutput.swift
[189/447] Compiling ServiceModelGenerate ServiceModelCodeGenerator+generateEnumerationDeclaration.swift
[190/447] Compiling ServiceModelGenerate ServiceModelCodeGenerator+generateErrorDefinition.swift
[191/447] Compiling ServiceModelGenerate ServiceModelCodeGenerator+generateModelErrors.swift
[192/447] Compiling ServiceModelGenerate ClientProtocolDelegate.swift
[193/447] Compiling ServiceModelGenerate MockClientDelegate.swift
[196/447] Compiling ServiceModelGenerate ServiceModelCodeGenerator+addRequestInputStructure.swift
[197/447] Compiling ServiceModelGenerate ServiceModelCodeGenerator+createOutputStructureStubVariable.swift
[203/451] Compiling ServiceModelGenerate ServiceModelCodeGenerator+shapeUtilityFunctions.swift
[204/451] Compiling ServiceModelGenerate ServiceModelCodeGenerator+validationFunctions.swift
[205/451] Compiling ServiceModelGenerate ServiceModelGenerate.swift
[206/451] Compiling ArgumentParser Name.swift
[207/451] Compiling ArgumentParser Parsed.swift
[208/451] Compiling ArgumentParser ParsedValues.swift
[212/451] Compiling SwaggerParser StringMetadata.swift
[213/451] Compiling SwaggerParser Structure.swift
[214/451] Compiling Yams YamlError.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
 17 | #else
 18 | import CoreFoundation
 19 | import Glibc
    |        `- error: no such module 'Glibc'
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
 21 | #endif
[218/451] Compiling ServiceModelGenerate ServiceModelCodeGenerator+generateModelTypes.swift
[219/451] Compiling ServiceModelGenerate ServiceModelCodeGenerator+shapeConversion.swift
[220/451] Compiling ServiceModelGenerate ServiceModelCodeGenerator+shapeProtocol.swift
[221/451] Emitting module ArgumentParserToolInfo
[222/451] Compiling ArgumentParserToolInfo ToolInfo.swift
[228/452] Compiling ServiceModelGenerate ServiceModelCodeGenerator+generateModelOperationsEnum.swift
[229/452] Compiling ServiceModelGenerate ServiceModelCodeGenerator+generateModelOperationsReporting.swift
[230/452] Compiling ServiceModelGenerate ServiceModelCodeGenerator+generateModelStructures.swift
[237/457] Emitting module CoralToJSONServiceModel
[238/457] Compiling ServiceModelGenerate ServiceModelCodeGenerator+createStructureJsonVariable.swift
[239/457] Compiling ServiceModelGenerate ServiceModelCodeGenerator+createStructureStubVariable.swift
[240/457] Compiling ServiceModelGenerate ServiceModelCodeGenerator+formatDocumentation.swift
[241/457] Compiling ServiceModelGenerate ServiceModelCodeGenerator+generateClient.swift
[242/457] Compiling ServiceModelGenerate ServiceModelCodeGenerator+generateConversionFunctions.swift
[243/457] Compiling ServiceModelGenerate ServiceModelCodeGenerator+generateDefaultInstances.swift
[267/489] Compiling CoralToJSONServiceModel Metadata.swift
[268/489] Compiling CoralToJSONServiceModel ShapeAttributes.swift
[269/504] Emitting module OpenAPIKit30
[270/504] Compiling CoralToJSONServiceModel CoralToJSONServiceModel.swift
[271/504] Compiling CoralToJSONServiceModel HelperStructures.swift
[273/505] Compiling ArgumentParser ExpressibleByArgument.swift
[274/505] Compiling ArgumentParser ParsableArguments.swift
[275/505] Compiling ArgumentParser ParsableArgumentsValidation.swift
[276/505] Compiling ArgumentParser ParsableCommand.swift
[277/505] Compiling ArgumentParser ArgumentDecoder.swift
[278/517] Compiling ArgumentParser OptionGroup.swift
[279/517] Compiling ArgumentParser AsyncParsableCommand.swift
[280/517] Compiling ArgumentParser CommandConfiguration.swift
[281/517] Compiling ArgumentParser CommandGroup.swift
[282/517] Compiling ArgumentParser EnumerableFlag.swift
[283/517] Compiling ArgumentParser ArgumentDefinition.swift
[284/517] Compiling ArgumentParser ArgumentSet.swift
[285/517] Compiling ArgumentParser CommandParser.swift
[286/517] Compiling ArgumentParser InputKey.swift
[287/517] Compiling ArgumentParser InputOrigin.swift
[288/517] Compiling ArgumentParser DumpHelpGenerator.swift
[289/517] Compiling ArgumentParser HelpCommand.swift
[290/517] Compiling ArgumentParser HelpGenerator.swift
[291/517] Compiling ArgumentParser MessageInfo.swift
[292/517] Compiling ArgumentParser UsageGenerator.swift
[293/517] Compiling ArgumentParser Name.swift
[294/517] Compiling ArgumentParser Parsed.swift
[295/517] Compiling ArgumentParser ParsedValues.swift
[296/517] Compiling ArgumentParser ParserError.swift
[297/517] Compiling ArgumentParser SplitArguments.swift
[298/518] Wrapping AST for SwaggerParser for debugging
[299/518] Write Objects.LinkFileList
[300/518] Archiving libSwaggerParser-tool.a
[302/518] Compiling SmokeAWSModelGenerate ModelClientDelegate+commonAWSFunctions.swift
[302/519] Wrapping AST for ServiceModelGenerate for debugging
[304/519] Compiling SmokeAWSModelGenerate AWSClientDelegate.swift
[305/519] Compiling SmokeAWSModelGenerate AWSModelErrorsDelegate.swift
[305/519] Wrapping AST for ServiceModelEntities for debugging
[307/519] Compiling SmokeAWSModelGenerate AWSClientDelegate+addAWSClientOperationBody.swift
[308/519] Compiling SmokeAWSModelGenerate AWSClientDelegate+addAWSClientQueryOperationBody.swift
[308/519] Wrapping AST for ServiceModelCodeGeneration for debugging
[309/519] Wrapping AST for OpenAPIKitCore for debugging
[311/519] Emitting module SmokeAWSModelGenerate
[312/519] Compiling SmokeAWSModelGenerate APIGatewayClientDelegate.swift
[313/519] Compiling SmokeAWSModelGenerate AWSClientAttributes.swift
[313/519] Wrapping AST for CoralToJSONServiceModel for debugging
[314/519] Wrapping AST for ArgumentParserToolInfo for debugging
[316/519] Emitting module ArgumentParser
[317/519] Compiling SmokeAWSModelGenerate SmokeAWSModelGenerate.swift
[317/524] Wrapping AST for ArgumentParser for debugging
[318/524] Wrapping AST for ArgumentParserToolInfo for debugging
[320/524] Compiling ArgumentParser Errors.swift
[321/524] Compiling ArgumentParser Flag.swift
[322/524] Compiling ArgumentParser NameSpecification.swift
[323/524] Compiling ArgumentParser Option.swift
[346/524] Compiling SmokeAWSModelGenerate ModelClientDelegate+addAWSClientFileHeader.swift
[347/524] Compiling SmokeAWSModelGenerate CoralToJSONServiceModel+getAWSClientAttributes.swift
[348/524] Compiling SmokeAWSModelGenerate ModelClientDelegate+addAWSClientDeinitializer.swift
[349/524] Compiling SmokeAWSModelGenerate ModelClientDelegate+addAWSClientInitializer.swift
[350/525] Wrapping AST for SmokeAWSModelGenerate for debugging
[352/525] Emitting module SwaggerParser
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
 17 | #else
 18 | import CoreFoundation
 19 | import Glibc
    |        `- error: no such module 'Glibc'
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
 21 | #endif
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
 17 | #else
 18 | import CoreFoundation
 19 | import Glibc
    |        `- error: no such module 'Glibc'
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
 21 | #endif
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
 17 | #else
 18 | import CoreFoundation
 19 | import Glibc
    |        `- error: no such module 'Glibc'
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
 21 | #endif
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
 17 | #else
 18 | import CoreFoundation
 19 | import Glibc
    |        `- error: no such module 'Glibc'
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
 21 | #endif
error: emit-module command failed with exit code 1 (use -v to see invocation)
[363/529] Emitting module Yams
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
 17 | #else
 18 | import CoreFoundation
 19 | import Glibc
    |        `- error: no such module 'Glibc'
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
 21 | #endif
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
 17 | #else
 18 | import CoreFoundation
 19 | import Glibc
    |        `- error: no such module 'Glibc'
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
 21 | #endif
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
 17 | #else
 18 | import CoreFoundation
 19 | import Glibc
    |        `- error: no such module 'Glibc'
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
 21 | #endif
[372/529] Compiling ArgumentParser StringExtensions.swift
[373/529] Compiling ArgumentParser Tree.swift
[374/529] Compiling SwaggerParser Swagger.swift
[375/529] Compiling SwaggerParser Tag.swift
[376/529] Compiling SwaggerParser Version.swift
[377/529] Compiling APIGatewayClientModelGenerate APIGatewayClientModelErrorsDelegate.swift
[392/530] Emitting module APIGatewayClientModelGenerate
[393/530] Compiling ServiceModelEntities ServiceModel.swift
[395/530] Compiling ServiceModelEntities String+nameConversions.swift
[396/530] Emitting module OpenAPIKitCore
[402/530] Compiling ServiceModelEntities ServiceModel+getTypeMappings.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
 17 | #else
 18 | import CoreFoundation
 19 | import Glibc
    |        `- error: no such module 'Glibc'
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
 21 | #endif
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
 17 | #else
 18 | import CoreFoundation
 19 | import Glibc
    |        `- error: no such module 'Glibc'
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
 21 | #endif
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
 17 | #else
 18 | import CoreFoundation
 19 | import Glibc
    |        `- error: no such module 'Glibc'
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
 21 | #endif
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
 17 | #else
 18 | import CoreFoundation
 19 | import Glibc
    |        `- error: no such module 'Glibc'
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
 21 | #endif
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
 17 | #else
 18 | import CoreFoundation
 19 | import Glibc
    |        `- error: no such module 'Glibc'
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
 21 | #endif
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
 17 | #else
 18 | import CoreFoundation
 19 | import Glibc
    |        `- error: no such module 'Glibc'
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
 21 | #endif
[408/530] Wrapping AST for SwaggerParser for debugging
[409/530] Write Objects.LinkFileList
[410/530] Archiving libSwaggerParser.a
[429/530] Compiling ServiceModelEntities ModelEntities.swift
[430/530] Emitting module ServiceModelEntities
BUILD FAILURE 6.2 android