The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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: 3.2.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/amzn/smoke-aws-generate
 * tag               3.2.1      -> FETCH_HEAD
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 3.2.1
========================================
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-4609320-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/apple/swift-argument-parser
Fetching https://github.com/amzn/openapi-swift-code-generate.git
[1/110] Fetching openapi-swift-code-generate
[111/1659] Fetching openapi-swift-code-generate, service-model-swift-code-generate
Fetched https://github.com/amzn/openapi-swift-code-generate.git from cache (0.24s)
[1/15380] Fetching swift-argument-parser
Fetched https://github.com/amzn/service-model-swift-code-generate.git from cache (0.85s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.86s)
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 (1.40s)
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/knovichikhin/SwaggerParser.git
Fetching https://github.com/mattpolzin/OpenAPIKit.git
[1/477] Fetching swaggerparser
[478/11336] Fetching swaggerparser, yams
[7102/101081] Fetching swaggerparser, yams, openapikit
Fetched https://github.com/knovichikhin/SwaggerParser.git from cache (1.33s)
[43168/100604] Fetching yams, openapikit
Fetched https://github.com/jpsim/Yams.git from cache (1.38s)
[34104/89745] Fetching openapikit
Fetched https://github.com/mattpolzin/OpenAPIKit.git from cache (6.90s)
Computing version for https://github.com/knovichikhin/SwaggerParser.git
Computed https://github.com/knovichikhin/SwaggerParser.git at 0.6.4 (10.86s)
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.87s)
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.80s)
Computing version for https://github.com/mattpolzin/OpenAPIKit.git
Computed https://github.com/mattpolzin/OpenAPIKit.git at 3.5.2 (0.99s)
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/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/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
Creating working copy for https://github.com/knovichikhin/SwaggerParser.git
Working copy of https://github.com/knovichikhin/SwaggerParser.git resolved at 0.6.4
/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
[32/92] Compiling reader.c
[33/92] Compiling parser.c
[34/92] Compiling api.c
[35/92] Compiling reader.c
[35/92] Write sources
[41/92] Compiling parser.c
[42/92] Write swift-version-8C5A4AE7A8CE2BA.txt
[42/92] Compiling emitter.c
[44/92] Compiling api.c
[45/186] Compiling scanner.c
[46/186] Compiling emitter.c
[47/267] Compiling scanner.c
[49/269] Emitting module SwaggerParser
[50/274] Compiling OpenAPIKitCore Discriminator.swift
[51/274] Compiling OpenAPIKitCore HttpMethod.swift
[52/274] Compiling OpenAPIKitCore JSONSchemaPermissions.swift
[53/274] Compiling OpenAPIKitCore JSONTypeFormat.swift
[54/278] Compiling OpenAPIKitCore URLTemplate+Parsing.swift
[55/278] Compiling OpenAPIKitCore URLTemplate.swift
[56/278] Compiling OpenAPIKitCore Container+DecodeURLAsString.swift
[57/278] Compiling OpenAPIKitCore Optional+Zip.swift
[58/278] Compiling OpenAPIKitCore Result+Value.swift
[59/283] Compiling OpenAPIKitCore AnyCodable.swift
[60/283] Compiling OpenAPIKitCore Either+Codable.swift
[61/283] Compiling OpenAPIKitCore Either+CustomStringConvertible.swift
[62/283] Compiling OpenAPIKitCore Either.swift
[63/283] Compiling OpenAPIKitCore CodingPathError.swift
[64/283] Compiling OpenAPIKitCore Validatable.swift
[65/283] Compiling SwaggerParser SchemaType.swift
[66/283] Compiling SwaggerParser SecuritySchema.swift
[67/283] Compiling SwaggerParser StringFormat.swift
[68/283] Compiling SwaggerParser StringItem.swift
[69/283] Compiling OpenAPIKitCore OAuthFlows.swift
[70/283] Compiling OpenAPIKitCore ParameterContextLocation.swift
[71/283] Compiling OpenAPIKitCore ParameterSchemaContextStyle.swift
[72/283] Compiling OpenAPIKitCore Path.swift
[73/283] Compiling OpenAPIKitCore ResponseStatusCode.swift
[74/283] Compiling OpenAPIKitCore SecurityScheme.swift
[75/283] Compiling ArgumentParserToolInfo ToolInfo.swift
[76/283] Emitting module ArgumentParserToolInfo
[78/299] Compiling OpenAPIKitCore StringConvertibleHintProvider.swift
[79/299] Compiling OpenAPIKitCore Shared.swift
[80/299] Compiling OpenAPIKitCore CallbackURL.swift
[81/299] Compiling OpenAPIKitCore ComponentKey.swift
[82/299] Compiling OpenAPIKitCore ContentType.swift
[83/299] Compiling Yams Representer.swift
[84/299] Compiling Yams Resolver.swift
[85/299] Compiling Yams String+Yams.swift
[86/299] Compiling Yams Tag.swift
[87/299] Compiling OpenAPIKitCore OrderedDictionary.swift
[100/299] Compiling Yams Node.Scalar.swift
[101/299] Compiling Yams Node.Sequence.swift
[102/299] Compiling Yams Node.swift
[103/299] Compiling Yams Parser.swift
[106/299] Compiling Yams Constructor.swift
[107/299] Compiling Yams Decoder.swift
[108/299] Compiling Yams Emitter.swift
[109/299] Compiling Yams Encoder.swift
[110/299] Compiling Yams Mark.swift
[111/299] Compiling Yams Node.Mapping.swift
[112/299] Emitting module SwaggerParser
[113/299] Emitting module OpenAPIKitCore
[125/300] Emitting module Yams
[128/300] Compiling ServiceModelEntities ServiceModel.swift
[129/300] Compiling ServiceModelEntities String+nameConversions.swift
[130/300] Compiling ServiceModelEntities ServiceModel+getTypeMappings.swift
[146/301] Emitting module ServiceModelEntities
[147/301] Compiling Yams YamlError.swift
[148/301] Compiling SwaggerParser StringMetadata.swift
[149/301] Compiling SwaggerParser Structure.swift
[150/301] Compiling SwaggerParser Swagger.swift
[151/301] Compiling SwaggerParser Tag.swift
[152/301] Compiling SwaggerParser Version.swift
[158/362] Compiling ServiceModelEntities ModelEntities.swift
[159/362] Compiling ServiceModelEntities ModelOverride.swift
[161/365] Wrapping AST for Yams for debugging
[163/411] Compiling ServiceModelCodeGeneration ModelLocation.swift
[164/411] Compiling ServiceModelCodeGeneration ApplicationDescription.swift
[165/411] Emitting module ServiceModelCodeGeneration
[166/412] Compiling ServiceModelCodeGeneration ModelErrorsDelegate.swift
[167/412] Compiling ServiceModelCodeGeneration CodeGenerationCustomizations.swift
[168/412] Compiling ServiceModelCodeGeneration InitializerType.swift
[169/412] Compiling ServiceModelCodeGeneration ModelClientDelegate.swift
[170/412] Compiling ServiceModelCodeGeneration FileBuilder.swift
[171/412] Compiling ServiceModelCodeGeneration ServiceModelCodeGenerator.swift
[172/413] Compiling ArgumentParser OptionGroup.swift
[173/413] Compiling ArgumentParser AsyncParsableCommand.swift
[174/413] Compiling ArgumentParser CommandConfiguration.swift
[175/413] Compiling ArgumentParser CommandGroup.swift
[176/413] Compiling ArgumentParser EnumerableFlag.swift
[178/423] Compiling CoralToJSONServiceModel Metadata.swift
[179/423] Compiling CoralToJSONServiceModel ShapeAttributes.swift
[180/423] Emitting module CoralToJSONServiceModel
[181/423] Compiling CoralToJSONServiceModel CoralToJSONServiceModel.swift
[182/423] Compiling CoralToJSONServiceModel HelperStructures.swift
[184/424] Emitting module OpenAPIKit30
[185/457] Compiling ServiceModelGenerate ServiceModelCodeGenerator+addRequestInputStructure.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
[186/457] Compiling ServiceModelGenerate ServiceModelCodeGenerator+createOutputStructureStubVariable.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
[187/458] Compiling ArgumentParser InputKey.swift
[188/458] Compiling ArgumentParser InputOrigin.swift
[189/458] Compiling ArgumentParser Name.swift
[190/458] Compiling ArgumentParser Parsed.swift
[191/458] Compiling ArgumentParser ParsedValues.swift
[192/458] Compiling ArgumentParser ParserError.swift
[193/458] Compiling ArgumentParser SplitArguments.swift
[194/458] Compiling ArgumentParser CollectionExtensions.swift
[195/458] Compiling ArgumentParser Platform.swift
[196/458] Compiling ArgumentParser SequenceExtensions.swift
[197/458] Compiling ServiceModelGenerate ServiceModelCodeGenerator+generateModelStructures.swift
[198/458] Compiling ServiceModelGenerate ServiceModelCodeGenerator+generateModelTypes.swift
[199/458] Compiling ServiceModelGenerate ServiceModelCodeGenerator+shapeConversion.swift
[200/458] Compiling ServiceModelGenerate ServiceModelCodeGenerator+shapeProtocol.swift
[201/458] Compiling ServiceModelGenerate ClientProtocolDelegate.swift
[202/458] Compiling ServiceModelGenerate MockClientDelegate.swift
[203/458] Compiling ServiceModelGenerate ModelClientDelegate+common.swift
[204/458] Compiling ServiceModelGenerate ServiceModelCodeGenerator+addGeneratedFileHeader.swift
[206/462] Compiling ArgumentParser HelpGenerator.swift
[207/462] Compiling ArgumentParser MessageInfo.swift
[208/462] Compiling ArgumentParser UsageGenerator.swift
[209/462] Compiling ArgumentParser ArgumentDefinition.swift
[210/462] Compiling ArgumentParser ArgumentSet.swift
[211/462] Compiling ArgumentParser CommandParser.swift
[218/462] Emitting module ArgumentParser
[219/462] 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
[223/462] Compiling ArgumentParser StringExtensions.swift
[224/462] Compiling ArgumentParser Tree.swift
[225/462] Emitting module ArgumentParserToolInfo
[226/462] Compiling ArgumentParserToolInfo ToolInfo.swift
[228/501] Compiling ArgumentParser ExpressibleByArgument.swift
[229/501] Compiling ArgumentParser ParsableArguments.swift
[230/501] Compiling ArgumentParser ParsableArgumentsValidation.swift
[231/504] Compiling ArgumentParser DumpHelpGenerator.swift
[232/504] Compiling ArgumentParser HelpCommand.swift
[233/504] Compiling ArgumentParser HelpGenerator.swift
[234/504] Compiling ArgumentParser MessageInfo.swift
[235/504] Compiling ArgumentParser UsageGenerator.swift
[236/504] Compiling ArgumentParser ArgumentDefinition.swift
[237/504] Compiling ArgumentParser ArgumentSet.swift
[238/504] Compiling ServiceModelGenerate ServiceModelCodeGenerator+shapeUtilityFunctions.swift
[239/504] Compiling ServiceModelGenerate ServiceModelCodeGenerator+validationFunctions.swift
[240/504] Compiling ServiceModelGenerate ServiceModelGenerate.swift
[241/504] Compiling ArgumentParser ParsableCommand.swift
[242/504] Compiling ArgumentParser ArgumentDecoder.swift
[243/504] Compiling ArgumentParser OptionGroup.swift
[244/504] Compiling ArgumentParser AsyncParsableCommand.swift
[245/504] Compiling ArgumentParser CommandConfiguration.swift
[246/504] Compiling ArgumentParser CommandGroup.swift
[247/504] Compiling ArgumentParser EnumerableFlag.swift
[250/504] Emitting module ServiceModelGenerate
[251/504] Compiling ArgumentParser Option.swift
[262/504] Compiling ArgumentParser Name.swift
[263/504] Compiling ArgumentParser Parsed.swift
[264/504] Compiling ArgumentParser ParsedValues.swift
[265/504] Compiling ArgumentParser ParserError.swift
[266/504] Compiling ArgumentParser SplitArguments.swift
[268/505] Compiling ArgumentParser BashCompletionsGenerator.swift
[269/505] Compiling ArgumentParser CompletionsGenerator.swift
[270/505] Compiling ArgumentParser FishCompletionsGenerator.swift
[271/505] Compiling ArgumentParser ZshCompletionsGenerator.swift
[272/505] Compiling ArgumentParser Argument.swift
[273/505] Compiling ArgumentParser ArgumentHelp.swift
[274/505] Compiling ArgumentParser ArgumentVisibility.swift
[275/505] Compiling ArgumentParser CompletionKind.swift
[276/505] Compiling ArgumentParser Errors.swift
[276/505] Wrapping AST for SwaggerParser for debugging
[277/505] Write Objects.LinkFileList
[278/505] Archiving libSwaggerParser-tool.a
[279/505] Wrapping AST for ServiceModelEntities for debugging
[280/505] Wrapping AST for ServiceModelCodeGeneration for debugging
[281/505] Wrapping AST for OpenAPIKitCore for debugging
[282/505] Wrapping AST for CoralToJSONServiceModel for debugging
[283/505] Wrapping AST for ArgumentParserToolInfo for debugging
[284/505] Wrapping AST for ArgumentParser for debugging
[285/505] Wrapping AST for ArgumentParserToolInfo for debugging
[304/505] Compiling ArgumentParser Flag.swift
[305/505] Compiling ArgumentParser NameSpecification.swift
[319/506] Wrapping AST for ServiceModelGenerate for debugging
[321/518] Compiling SmokeAWSModelGenerate ModelClientDelegate+commonAWSFunctions.swift
[322/519] Compiling SmokeAWSModelGenerate AWSClientDelegate+addAWSClientOperationBody.swift
[323/519] Compiling SmokeAWSModelGenerate AWSClientDelegate+addAWSClientQueryOperationBody.swift
[336/519] Emitting module SmokeAWSModelGenerate
[337/519] Compiling SmokeAWSModelGenerate APIGatewayClientDelegate.swift
[338/519] Compiling SmokeAWSModelGenerate AWSClientAttributes.swift
[339/519] Compiling OpenAPIKit30 JSONSchemaContext.swift
[340/519] Compiling OpenAPIKit30 SimplifiedJSONSchema.swift
[341/519] Compiling OpenAPIKit30 TypesAndFormats.swift
[342/519] Compiling OpenAPIKit30 DereferencedSecurityRequirement.swift
[343/519] Compiling OpenAPIKit30 SecurityScheme.swift
[344/519] Compiling OpenAPIKit30 Server.swift
[345/519] Compiling OpenAPIKit30 Tag.swift
[346/519] Compiling OpenAPIKit30 URLTemplate+Validatable.swift
[347/519] Compiling SmokeAWSModelGenerate SmokeAWSModelGenerate.swift
[348/519] Compiling SmokeAWSModelGenerate ModelClientDelegate+addAWSClientFileHeader.swift
[349/519] Compiling SmokeAWSModelGenerate AWSClientDelegate.swift
[350/519] Compiling SmokeAWSModelGenerate AWSModelErrorsDelegate.swift
[351/519] Compiling SmokeAWSModelGenerate CoralToJSONServiceModel+getAWSClientAttributes.swift
[352/519] Compiling SmokeAWSModelGenerate ModelClientDelegate+addAWSClientDeinitializer.swift
[353/519] Compiling SmokeAWSModelGenerate ModelClientDelegate+addAWSClientInitializer.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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[385/521] 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
[388/524] Compiling ServiceModelEntities String+nameConversions.swift
[389/524] Compiling ServiceModelEntities ServiceModel.swift
[390/524] Compiling ServiceModelEntities ServiceModel+getTypeMappings.swift
[391/524] Emitting module OpenAPIKitCore
[399/524] Compiling OpenAPIKit30 Parameter.swift
[400/524] Compiling OpenAPIKit30 ParameterContext.swift
[401/524] Compiling OpenAPIKit30 ParameterSchemaContext.swift
[401/524] Wrapping AST for SmokeAWSModelGenerate for debugging
/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
[430/531] Wrapping AST for SwaggerParser for debugging
[431/531] Write Objects.LinkFileList
[432/531] Archiving libSwaggerParser.a
[434/531] Compiling APIGatewayClientModelGenerate APIGatewayClientModelErrorsDelegate.swift
[434/531] Wrapping AST for OpenAPIKitCore for debugging
/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
[438/531] Emitting module ArgumentParser
[439/531] Emitting module ServiceModelEntities
BUILD FAILURE 6.2 android