The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SmokeAWSGenerate, reference 3.2.1 (bbb08b), with Swift 6.3 for Android on 13 Apr 2026 20:40:24 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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.3
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-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/amzn/openapi-swift-code-generate.git
Fetching https://github.com/amzn/service-model-swift-code-generate.git
[1/1549] Fetching service-model-swift-code-generate
[652/1659] Fetching service-model-swift-code-generate, openapi-swift-code-generate
[1599/19182] Fetching service-model-swift-code-generate, openapi-swift-code-generate, swift-argument-parser
Fetched https://github.com/amzn/openapi-swift-code-generate.git from cache (0.29s)
[2776/19072] Fetching service-model-swift-code-generate, swift-argument-parser
Fetched https://github.com/amzn/service-model-swift-code-generate.git from cache (0.30s)
[2103/17523] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.74s)
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.20s)
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/mattpolzin/OpenAPIKit.git
Fetching https://github.com/knovichikhin/SwaggerParser.git
[1/477] Fetching swaggerparser
Fetched https://github.com/knovichikhin/SwaggerParser.git from cache (0.26s)
[1/11551] Fetching yams
[11552/156918] Fetching yams, openapikit
Fetched https://github.com/jpsim/Yams.git from cache (1.39s)
[14537/145367] Fetching openapikit
Fetched https://github.com/mattpolzin/OpenAPIKit.git from cache (9.19s)
Computing version for https://github.com/knovichikhin/SwaggerParser.git
Computed https://github.com/knovichikhin/SwaggerParser.git at 0.6.4 (11.45s)
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.44s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 4.0.6 (0.45s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (0.44s)
Computing version for https://github.com/mattpolzin/OpenAPIKit.git
Computed https://github.com/mattpolzin/OpenAPIKit.git at 3.9.0 (0.45s)
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/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 4.0.6
Creating working copy for https://github.com/mattpolzin/OpenAPIKit.git
Working copy of https://github.com/mattpolzin/OpenAPIKit.git resolved at 3.9.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.1
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/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
/host/spi-builder-workspace/Plugins/APIGatewaySwiftGenerateClient/plugin.swift:9:10: warning: associated value 'sourceModuleTargetRequired(packageName:targetName:type:)' of 'Sendable'-conforming enum 'PluginError' contains 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' contains 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' contains 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' contains 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' contains 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' contains 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' contains 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' contains 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
[4/4] Compiling plugin GenerateDoccReference
Building for debugging...
[4/93] Write sources
[15/93] Compiling reader.c
[16/93] Compiling emitter.c
[17/93] Write sources
[21/93] Compiling writer.c
[22/93] Write sources
[24/93] Compiling api.c
[25/93] Write sources
[25/93] Write swift-version--4F562202D5529B1.txt
[25/93] Write sources
[32/93] Compiling api.c
[33/93] Compiling parser.c
[34/93] Compiling scanner.c
[35/93] Write sources
[36/122] Compiling emitter.c
[37/130] Write sources
[39/270] Emitting module ServiceModelEntities
[40/270] Emitting module SwaggerParser
[41/275] Emitting module OpenAPIKitCore
[43/279] Emitting module SwaggerParser
[44/288] Compiling OpenAPIKitCore Discriminator.swift
[45/288] Compiling OpenAPIKitCore HttpMethod.swift
[46/288] Compiling OpenAPIKitCore JSONSchemaPermissions.swift
[47/288] Compiling OpenAPIKitCore JSONTypeFormat.swift
[48/288] Compiling OpenAPIKitCore DecodingErrorExtensions.swift
[49/288] Compiling OpenAPIKitCore Validatable.swift
[50/288] Compiling SwaggerParser Pointer.swift
[51/288] Compiling SwaggerParser Reference.swift
[52/288] Compiling SwaggerParser ReferenceResolver.swift
[53/288] Compiling SwaggerParser Response.swift
[54/288] Compiling OpenAPIKitCore ParameterContextLocation.swift
[55/288] Compiling OpenAPIKitCore ParameterSchemaContextStyle.swift
[56/288] Compiling OpenAPIKitCore Path.swift
[57/288] Compiling OpenAPIKitCore OpenAPIError.swift
[58/288] Compiling OpenAPIKitCore OpenAPIWarning.swift
[59/288] Compiling OpenAPIKitCore RequestDecodingError.swift
[60/288] Compiling OpenAPIKitCore OpenAPIReference.swift
[61/288] Compiling OpenAPIKitCore OrderedDictionary.swift
[62/288] Compiling OpenAPIKitCore Container+DecodeURLAsString.swift
[63/288] Compiling OpenAPIKitCore Optional+Zip.swift
[64/288] Compiling OpenAPIKitCore Result+Value.swift
[65/288] Compiling OpenAPIKitCore AnyCodable.swift
[66/288] Compiling OpenAPIKitCore Either+Codable.swift
[67/288] Compiling OpenAPIKitCore Either+CustomStringConvertible.swift
[68/288] Compiling OpenAPIKitCore Either.swift
[69/288] Compiling OpenAPIKitCore CodingPathError.swift
[72/289] Compiling Yams YamlError.swift
[73/289] Emitting module ArgumentParserToolInfo
[74/289] Compiling ArgumentParserToolInfo ToolInfo.swift
[75/290] Write sources
[77/336] Emitting module ArgumentParser
[78/342] Compiling ArgumentParser Foundation.swift
[79/342] Compiling ArgumentParser Mutex.swift
[80/342] Compiling ArgumentParser Platform.swift
[81/342] Compiling ArgumentParser SequenceExtensions.swift
[82/342] Compiling ArgumentParser StringExtensions.swift
[83/342] Compiling ArgumentParser SwiftExtensions.swift
[84/342] Compiling ArgumentParser AsyncParsableCommand.swift
[85/342] Compiling ArgumentParser CommandConfiguration.swift
[86/342] Compiling ArgumentParser CommandGroup.swift
[87/342] Compiling ArgumentParser EnumerableFlag.swift
[88/342] Compiling ArgumentParser ExpressibleByArgument.swift
[89/342] Compiling ArgumentParser SplitArguments.swift
[90/342] Compiling ArgumentParser ParsableCommand.swift
[91/342] Compiling ArgumentParser ArgumentDecoder.swift
[92/342] Compiling ArgumentParser ArgumentDefinition.swift
[93/342] Compiling ServiceModelEntities String+nameConversions.swift
[94/342] Compiling ArgumentParser ArgumentHelp.swift
[95/342] Compiling ArgumentParser ArgumentVisibility.swift
[96/342] Compiling ArgumentParser Option.swift
[97/342] Compiling ArgumentParser OptionGroup.swift
[100/342] Compiling ArgumentParser ParsableArguments.swift
[101/342] Compiling ArgumentParser DumpHelpGenerator.swift
[102/342] Compiling ArgumentParser HelpCommand.swift
[103/342] Compiling ArgumentParser HelpGenerator.swift
[104/342] Compiling ServiceModelEntities ServiceModel.swift
[105/342] Compiling ArgumentParser BashCompletionsGenerator.swift
[106/342] Compiling ArgumentParser CompletionsGenerator.swift
[107/342] Emitting module Yams
[108/342] Compiling ArgumentParser Argument.swift
[109/342] Compiling ArgumentParser ArgumentDiscussion.swift
[110/342] Compiling ArgumentParser Flag.swift
[111/342] Compiling ArgumentParser NameSpecification.swift
[112/342] Compiling ArgumentParser CompletionKind.swift
[113/342] Compiling ArgumentParser Errors.swift
[116/342] Compiling ArgumentParser FishCompletionsGenerator.swift
[117/342] Compiling ArgumentParser ZshCompletionsGenerator.swift
[128/342] Compiling ArgumentParser ParentCommand.swift
[132/342] Compiling ArgumentParser Name.swift
[133/342] Compiling ArgumentParser Parsed.swift
[134/342] Compiling ArgumentParser ParsedValues.swift
[135/342] Compiling ArgumentParser ParserError.swift
[145/343] Compiling ArgumentParser MessageInfo.swift
[146/343] Compiling ArgumentParser UsageGenerator.swift
[147/343] Compiling ArgumentParser CollectionExtensions.swift
[148/343] Compiling ArgumentParser InputOrigin.swift
[155/345] Compiling ServiceModelEntities ServiceModel+getTypeMappings.swift
[157/345] Wrapping AST for Yams for debugging
[158/345] Wrapping AST for ArgumentParserToolInfo for debugging
[159/345] Wrapping AST for SwaggerParser for debugging
[160/345] Write Objects.LinkFileList
[161/345] Write sources
[162/345] Archiving libSwaggerParser-tool.a
[164/345] Compiling ServiceModelEntities ModelEntities.swift
[165/345] Compiling ServiceModelEntities ModelOverride.swift
[165/345] Wrapping AST for OpenAPIKitCore for debugging
[167/405] Compiling writer.c
[168/405] Compiling reader.c
[169/405] Compiling parser.c
[171/412] Compiling OpenAPIKit30 Parameter.swift
[172/412] Compiling OpenAPIKit30 ParameterContext.swift
[173/412] Compiling OpenAPIKit30 ParameterSchemaContext.swift
[174/412] Compiling OpenAPIKit30 DereferencedPathItem.swift
[175/412] Compiling OpenAPIKit30 PathItem.swift
[176/412] Compiling OpenAPIKit30 ResolvedRoute.swift
[177/412] Compiling OpenAPIKit30 DereferencedRequest.swift
[178/418] Compiling OpenAPIKit30 Request.swift
[179/418] Compiling OpenAPIKit30 AnyCodable+Validatable.swift
[180/418] Compiling OpenAPIKit30 Callbacks.swift
[181/418] Compiling OpenAPIKit30 CodableVendorExtendable.swift
[182/418] Compiling OpenAPIKit30 Components+JSONReference.swift
[183/418] Compiling OpenAPIKit30 Components+Locatable.swift
[184/418] Compiling OpenAPIKit30 Components.swift
[185/418] Compiling ServiceModelCodeGeneration ApplicationDescription.swift
[185/419] Compiling scanner.c
[187/419] Compiling ServiceModelCodeGeneration ModelErrorsDelegate.swift
[188/419] Compiling ServiceModelCodeGeneration InitializerType.swift
[189/419] Compiling ServiceModelCodeGeneration ModelClientDelegate.swift
[190/419] Compiling OpenAPIKit30 DereferencedSecurityRequirement.swift
[191/419] Compiling OpenAPIKit30 SecurityScheme.swift
[192/419] Compiling OpenAPIKit30 Server.swift
[193/419] Compiling OpenAPIKit30 Tag.swift
[194/419] Compiling OpenAPIKit30 URLTemplate+Validatable.swift
[195/419] Compiling OpenAPIKit30 Link.swift
[196/434] Emitting module ServiceModelCodeGeneration
[197/434] Compiling ServiceModelCodeGeneration CodeGenerationCustomizations.swift
[198/434] Compiling ServiceModelCodeGeneration ModelLocation.swift
[199/434] Compiling ServiceModelCodeGeneration FileBuilder.swift
[200/434] Compiling ServiceModelCodeGeneration ServiceModelCodeGenerator.swift
[201/435] Wrapping AST for ServiceModelEntities for debugging
[203/435] Compiling CoralToJSONServiceModel ShapeAttributes.swift
[204/435] Compiling CoralToJSONServiceModel Metadata.swift
[205/460] Compiling CoralToJSONServiceModel CoralToJSONServiceModel.swift
[206/460] Emitting module CoralToJSONServiceModel
[207/460] Compiling CoralToJSONServiceModel HelperStructures.swift
[208/461] Wrapping AST for ServiceModelCodeGeneration for debugging
[209/461] Wrapping AST for CoralToJSONServiceModel for debugging
[210/461] Write sources
[212/463] Compiling OpenAPIKit30 Response.swift
[213/463] Compiling OpenAPIKit30 RuntimeExpression.swift
[214/463] Compiling OpenAPIKit30 SchemaProtocols.swift
[215/463] Compiling OpenAPIKit30 SwiftPrimitiveTypes+OpenAPI.swift
[216/463] Compiling OpenAPIKit30 DereferencedJSONSchema.swift
[217/463] Compiling OpenAPIKit30 ExternalDocumentation.swift
[218/463] Compiling OpenAPIKit30 DereferencedHeader.swift
[219/463] Compiling OpenAPIKit30 Header.swift
[220/463] Compiling OpenAPIKit30 JSONReference.swift
[221/463] Compiling OpenAPIKit30 DereferencedResponse.swift
[222/463] Emitting module ArgumentParserToolInfo
[223/463] Compiling OpenAPIKit30 PathDecodingError.swift
[224/463] Compiling OpenAPIKit30 ResponseDecodingError.swift
[225/463] Compiling OpenAPIKit30 Example.swift
[228/463] Compiling ServiceModelGenerate ServiceModelCodeGenerator+generateModelOperationsEnum.swift
[229/463] Compiling ServiceModelGenerate ServiceModelCodeGenerator+generateModelOperationsReporting.swift
[230/463] Compiling ServiceModelGenerate ServiceModelCodeGenerator+generateModelStructures.swift
[231/463] Compiling ServiceModelGenerate ServiceModelCodeGenerator+generateModelTypes.swift
[232/463] Compiling ServiceModelGenerate ServiceModelCodeGenerator+shapeConversion.swift
[233/463] Compiling ServiceModelGenerate ServiceModelCodeGenerator+shapeProtocol.swift
[234/463] Compiling ServiceModelGenerate ServiceModelCodeGenerator+createOutputStructureStubVariable.swift
[235/463] Compiling ServiceModelGenerate ServiceModelCodeGenerator+createStructureJsonVariable.swift
[236/463] Compiling ServiceModelGenerate ServiceModelCodeGenerator+createStructureStubVariable.swift
[237/463] Compiling ServiceModelGenerate ServiceModelCodeGenerator+generateEnumerationDeclaration.swift
[238/463] Compiling ServiceModelGenerate ClientProtocolDelegate.swift
[239/463] Compiling ServiceModelGenerate MockClientDelegate.swift
[240/463] Compiling ServiceModelGenerate ModelClientDelegate+common.swift
[241/463] Compiling ServiceModelGenerate ServiceModelCodeGenerator+addGeneratedFileHeader.swift
[242/463] Compiling ServiceModelGenerate ServiceModelCodeGenerator+addRequestInputStructure.swift
[244/463] Emitting module ServiceModelGenerate
error: emit-module command failed with exit code 1 (use -v to see invocation)
[245/466] 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
[246/467] Compiling ServiceModelGenerate ServiceModelCodeGenerator+generateModelInvocationsReporting.swift
[247/467] Compiling ServiceModelGenerate ServiceModelCodeGenerator+generateModelOperationClientInput.swift
[248/467] Compiling ServiceModelGenerate ServiceModelCodeGenerator+generateModelOperationClientOutput.swift
[256/467] Emitting module OpenAPIKit30
[261/467] 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
[262/475] Compiling ServiceModelGenerate ServiceModelCodeGenerator+shapeUtilityFunctions.swift
[263/475] Compiling ServiceModelGenerate ServiceModelCodeGenerator+validationFunctions.swift
[264/475] Compiling ServiceModelGenerate ServiceModelGenerate.swift
[286/475] Compiling ServiceModelGenerate ServiceModelCodeGenerator+generateDefaultInstances.swift
[293/476] Write sources
[294/476] Wrapping AST for ArgumentParser for debugging
[295/476] Write sources
[300/476] Compiling ServiceModelGenerate ServiceModelCodeGenerator+generateErrorDefinition.swift
[301/476] Compiling ServiceModelGenerate ServiceModelCodeGenerator+generateModelErrors.swift
[302/476] Compiling ServiceModelGenerate ServiceModelCodeGenerator+formatDocumentation.swift
[303/476] Compiling ServiceModelGenerate ServiceModelCodeGenerator+generateClient.swift
[304/476] Compiling ServiceModelGenerate ServiceModelCodeGenerator+generateConversionFunctions.swift
[306/478] Wrapping AST for ServiceModelGenerate for debugging
[317/489] Compiling SmokeAWSModelGenerate ModelClientDelegate+commonAWSFunctions.swift
[318/490] Compiling SmokeAWSModelGenerate SmokeAWSModelGenerate.swift
[319/490] Compiling SmokeAWSModelGenerate CoralToJSONServiceModel+getAWSClientAttributes.swift
[320/490] Compiling SmokeAWSModelGenerate ModelClientDelegate+addAWSClientDeinitializer.swift
[321/490] Compiling ArgumentParserToolInfo ToolInfo.swift
[322/491] Wrapping AST for ArgumentParserToolInfo for debugging
[324/492] Emitting module SmokeAWSModelGenerate
[325/492] Compiling SmokeAWSModelGenerate APIGatewayClientDelegate.swift
[326/492] Compiling SmokeAWSModelGenerate AWSClientAttributes.swift
[327/492] Compiling SmokeAWSModelGenerate AWSClientDelegate.swift
[328/492] Compiling SmokeAWSModelGenerate AWSModelErrorsDelegate.swift
[329/492] Compiling SmokeAWSModelGenerate AWSClientDelegate+addAWSClientOperationBody.swift
[330/492] Compiling SmokeAWSModelGenerate AWSClientDelegate+addAWSClientQueryOperationBody.swift
[331/537] Compiling ArgumentParser BashCompletionsGenerator.swift
[332/537] Compiling ArgumentParser CompletionsGenerator.swift
[333/537] Compiling ArgumentParser FishCompletionsGenerator.swift
[334/537] Compiling ArgumentParser ZshCompletionsGenerator.swift
[335/537] Compiling ArgumentParser Argument.swift
[336/537] Compiling ArgumentParser ArgumentDiscussion.swift
[337/537] Compiling ArgumentParser ArgumentHelp.swift
[338/537] Compiling ArgumentParser ArgumentVisibility.swift
[339/537] Compiling SmokeAWSModelGenerate ModelClientDelegate+addAWSClientInitializer.swift
[340/537] Compiling SmokeAWSModelGenerate ModelClientDelegate+addAWSClientFileHeader.swift
[343/538] Compiling OpenAPIKit30 OpenAPI.swift
[344/538] Compiling OpenAPIKit30 DereferencedOperation.swift
[345/538] Compiling OpenAPIKit30 Operation.swift
[346/538] Compiling OpenAPIKit30 ResolvedEndpoint.swift
[347/538] Compiling OpenAPIKit30 OrderedDictionary+Validatable.swift
[348/538] Compiling OpenAPIKit30 DereferencedParameter.swift
[349/538] Compiling OpenAPIKit30 DereferencedSchemaContext.swift
[350/538] Compiling ArgumentParser ParsedValues.swift
[351/538] Compiling ArgumentParser ParserError.swift
[352/538] Compiling ArgumentParser SplitArguments.swift
[357/542] Wrapping AST for SmokeAWSModelGenerate for debugging
[359/542] Compiling ArgumentParser ArgumentSet.swift
[360/542] Compiling ArgumentParser CommandParser.swift
[361/542] Compiling ArgumentParser InputKey.swift
[362/542] Compiling ArgumentParser Foundation.swift
[363/542] Compiling ArgumentParser Mutex.swift
[364/542] Compiling ArgumentParser Platform.swift
[365/542] Compiling ArgumentParser SequenceExtensions.swift
[366/542] Compiling ArgumentParser StringExtensions.swift
[367/542] Compiling ArgumentParser SwiftExtensions.swift
[368/542] Compiling APIGatewayClientModelGenerate APIGatewayClientModelErrorsDelegate.swift
[369/542] Compiling APIGatewayClientModelGenerate APIGatewayClientCodeGeneration.swift
[370/542] Emitting module APIGatewayClientModelGenerate
[371/542] Compiling APIGatewayClientModelGenerate APIGatewayClientCodeGeneration+generateClientApplicationFiles.swift
[372/543] Emitting module ArgumentParser
[375/543] Compiling ArgumentParser ParentCommand.swift
[376/543] Compiling ArgumentParser AsyncParsableCommand.swift
[377/543] Compiling ArgumentParser CommandConfiguration.swift
[378/543] Compiling ArgumentParser CommandGroup.swift
[379/543] Compiling ArgumentParser Option.swift
[380/543] Compiling ArgumentParser OptionGroup.swift
[381/543] Compiling ArgumentParser ParsableCommand.swift
[382/543] Compiling ArgumentParser ArgumentDecoder.swift
[383/543] Compiling ArgumentParser ArgumentDefinition.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
[388/549] Compiling ArgumentParser ParsableArguments.swift
[389/549] Compiling ArgumentParser DumpHelpGenerator.swift
[390/549] Compiling ArgumentParser HelpCommand.swift
[391/549] Compiling ArgumentParser HelpGenerator.swift
[392/549] Compiling ArgumentParser CompletionKind.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
[393/549] Compiling ArgumentParser Errors.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
[393/549] Wrapping AST for APIGatewayClientModelGenerate for debugging
[395/549] Compiling ServiceModelEntities String+nameConversions.swift
[396/549] Compiling ServiceModelEntities ServiceModel.swift
[397/549] Compiling ArgumentParser Flag.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
[398/549] Compiling ArgumentParser NameSpecification.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
/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
[405/549] 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
[423/549] Compiling ArgumentParser Name.swift
[424/549] Compiling ArgumentParser Parsed.swift
[433/549] Emitting module ServiceModelEntities
error: cancelled
BUILD FAILURE 6.3 android