Build Information
Successful build of SmokeAWSGenerate, reference 3.2.1 (bbb08b), with Swift 6.2 for Linux on 20 Jun 2025 11:16:08 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build 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: linux
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-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/amzn/service-model-swift-code-generate.git
Fetching https://github.com/amzn/openapi-swift-code-generate.git
[1/1549] Fetching service-model-swift-code-generate
[1550/1659] Fetching service-model-swift-code-generate, openapi-swift-code-generate
[1659/17039] 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.95s)
Fetched https://github.com/amzn/service-model-swift-code-generate.git from cache (0.95s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.96s)
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.41s)
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
[6994/101081] Fetching swaggerparser, yams, openapikit
Fetched https://github.com/knovichikhin/SwaggerParser.git from cache (5.73s)
Fetched https://github.com/jpsim/Yams.git from cache (5.77s)
Fetched https://github.com/mattpolzin/OpenAPIKit.git from cache (5.82s)
Computing version for https://github.com/knovichikhin/SwaggerParser.git
Computed https://github.com/knovichikhin/SwaggerParser.git at 0.6.4 (9.77s)
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.69s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 4.0.6 (0.79s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.74s)
Computing version for https://github.com/mattpolzin/OpenAPIKit.git
Computed https://github.com/mattpolzin/OpenAPIKit.git at 3.5.2 (0.65s)
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/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/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/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/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 4.0.6
/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] Compiling reader.c
[4/92] Write sources
[27/92] Compiling parser.c
[29/92] Compiling writer.c
[30/92] Compiling api.c
[32/92] Write swift-version-24593BA9C3E375BF.txt
[32/92] Write sources
[42/92] Compiling emitter.c
[44/92] Compiling writer.c
[45/92] Compiling reader.c
[46/252] Compiling scanner.c
[49/269] Emitting module SwaggerParser
[50/274] Compiling OpenAPIKitCore OAuthFlows.swift
[51/274] Compiling OpenAPIKitCore ParameterContextLocation.swift
[52/274] Compiling OpenAPIKitCore ParameterSchemaContextStyle.swift
[53/274] Compiling OpenAPIKitCore Path.swift
[54/274] Compiling OpenAPIKitCore ResponseStatusCode.swift
[55/279] Compiling OpenAPIKitCore URLTemplate+Parsing.swift
[56/279] Compiling OpenAPIKitCore URLTemplate.swift
[57/279] Compiling SwaggerParser ReferenceResolver.swift
[58/279] Compiling SwaggerParser Response.swift
[59/279] Compiling SwaggerParser ObjectMetadata.swift
[65/279] Compiling OpenAPIKitCore SecurityScheme.swift
[66/279] Compiling SwaggerParser ObjectSchema.swift
[67/279] Compiling SwaggerParser OneOfSchema.swift
[68/279] Compiling SwaggerParser OneOrMany.swift
[69/279] Compiling SwaggerParser Operation.swift
[70/279] Compiling SwaggerParser Parameter.swift
[71/279] Compiling Yams Node.Scalar.swift
[72/279] Compiling Yams Node.Sequence.swift
[78/280] Compiling Yams Node.Mapping.swift
[81/280] Compiling Yams Node.swift
[82/280] Compiling Yams Parser.swift
[83/284] Compiling Yams Mark.swift
[85/284] Compiling OpenAPIKitCore Result+Value.swift
[86/284] Compiling OpenAPIKitCore Validatable.swift
[96/288] Compiling Yams YamlError.swift
[97/288] Emitting module ArgumentParserToolInfo
[98/288] Compiling ArgumentParserToolInfo ToolInfo.swift
[100/304] Compiling OpenAPIKitCore Container+DecodeURLAsString.swift
[101/304] Compiling OpenAPIKitCore Optional+Zip.swift
[102/304] Compiling OpenAPIKitCore Result+Value.swift
[103/304] Compiling OpenAPIKitCore Validatable.swift
[104/304] Compiling SwaggerParser StringMetadata.swift
[105/304] Compiling SwaggerParser Structure.swift
[106/304] Compiling SwaggerParser Swagger.swift
[107/304] Compiling SwaggerParser Tag.swift
[108/304] Compiling SwaggerParser Version.swift
[113/304] Compiling Yams Constructor.swift
[114/304] Compiling Yams Decoder.swift
[115/304] Compiling Yams Emitter.swift
[116/304] Compiling Yams Encoder.swift
[117/304] Compiling Yams Mark.swift
[118/304] Compiling Yams Node.Mapping.swift
[119/304] Compiling Yams String+Yams.swift
[120/304] Compiling Yams Tag.swift
[121/304] Compiling Yams Representer.swift
[122/304] Compiling Yams Resolver.swift
[125/304] Compiling OpenAPIKitCore ContentType.swift
[126/304] Compiling OpenAPIKitCore OpenAPIError.swift
[127/304] Compiling OpenAPIKitCore OpenAPIWarning.swift
[128/304] Compiling OpenAPIKitCore RequestDecodingError.swift
[129/304] Compiling OpenAPIKitCore OpenAPIReference.swift
[130/304] Compiling OpenAPIKitCore OrderedDictionary.swift
[131/304] Compiling ServiceModelEntities String+nameConversions.swift
[148/304] Compiling ServiceModelEntities ServiceModel.swift
[149/304] Emitting module OpenAPIKitCore
[159/305] Compiling OpenAPIKitCore Discriminator.swift
[160/305] Compiling OpenAPIKitCore HttpMethod.swift
[161/305] Compiling OpenAPIKitCore JSONSchemaPermissions.swift
[162/305] Compiling OpenAPIKitCore JSONTypeFormat.swift
[163/305] Compiling Yams Node.Scalar.swift
[164/305] Compiling Yams Node.Sequence.swift
[165/305] Compiling Yams Node.swift
[166/305] Compiling Yams Parser.swift
[204/306] Emitting module OpenAPIKitCore
[209/306] Compiling ServiceModelEntities ServiceModel.swift
[216/307] Emitting module SwaggerParser
[223/307] Compiling ServiceModelEntities ServiceModel+getTypeMappings.swift
[244/309] Emitting module Yams
[249/339] Compiling OpenAPIKit30 DocumentInfo.swift
[250/339] Compiling OpenAPIKit30 ResolvedDocument.swift
[250/409] Wrapping AST for SwaggerParser for debugging
[252/409] Emitting module ServiceModelEntities
[253/409] Compiling ServiceModelEntities ModelEntities.swift
[254/409] Compiling ServiceModelEntities ModelOverride.swift
[254/410] Wrapping AST for Yams for debugging
[255/410] Write Objects.LinkFileList
[256/410] Archiving libSwaggerParser.a
[257/428] Wrapping AST for SwaggerParser for debugging
[259/469] Wrapping AST for OpenAPIKitCore for debugging
[261/469] Compiling ServiceModelEntities ModelEntities.swift
[262/469] Compiling ServiceModelEntities ModelOverride.swift
[263/469] Emitting module ServiceModelEntities
[264/483] Write Objects.LinkFileList
[266/483] Compiling Yams YamlError.swift
[266/483] Wrapping AST for ServiceModelEntities for debugging
[267/483] Archiving libSwaggerParser-tool.a
[269/483] Compiling ServiceModelCodeGeneration ApplicationDescription.swift
[270/492] Emitting module ServiceModelCodeGeneration
[271/492] Compiling OpenAPIKit30 Header.swift
[272/492] Compiling OpenAPIKit30 JSONReference.swift
[273/492] Compiling OpenAPIKit30 Link.swift
[274/492] Compiling OpenAPIKit30 OpenAPI.swift
[275/492] Compiling ServiceModelCodeGeneration CodeGenerationCustomizations.swift
[276/492] Compiling ServiceModelCodeGeneration InitializerType.swift
[277/492] Compiling ServiceModelCodeGeneration ModelClientDelegate.swift
[278/492] Compiling ServiceModelCodeGeneration ModelLocation.swift
[279/492] Compiling ServiceModelCodeGeneration ModelErrorsDelegate.swift
[280/492] Emitting module ArgumentParserToolInfo
[281/492] Compiling ArgumentParserToolInfo ToolInfo.swift
[282/493] Compiling ServiceModelCodeGeneration ServiceModelCodeGenerator.swift
[283/493] Compiling ServiceModelCodeGeneration ApplicationDescription.swift
[284/494] Emitting module ServiceModelCodeGeneration
[286/494] Compiling ServiceModelCodeGeneration FileBuilder.swift
[288/500] Compiling ServiceModelCodeGeneration CodeGenerationCustomizations.swift
[289/500] Compiling ServiceModelCodeGeneration FileBuilder.swift
[290/500] Compiling ServiceModelCodeGeneration ModelErrorsDelegate.swift
[291/500] Compiling ServiceModelCodeGeneration ModelLocation.swift
[292/500] Compiling ServiceModelCodeGeneration InitializerType.swift
[293/500] Compiling ServiceModelCodeGeneration ModelClientDelegate.swift
[294/523] Compiling CoralToJSONServiceModel Metadata.swift
[295/523] Compiling CoralToJSONServiceModel ShapeAttributes.swift
[296/538] Compiling ServiceModelCodeGeneration ServiceModelCodeGenerator.swift
[298/539] Emitting module CoralToJSONServiceModel
[299/539] Emitting module ArgumentParser
[300/544] Compiling CoralToJSONServiceModel CoralToJSONServiceModel.swift
[301/544] Compiling CoralToJSONServiceModel HelperStructures.swift
[302/554] Compiling ServiceModelGenerate ModelClientDelegate+common.swift
[303/554] Compiling ServiceModelGenerate ServiceModelCodeGenerator+addGeneratedFileHeader.swift
[305/570] Emitting module CoralToJSONServiceModel
[306/570] Compiling CoralToJSONServiceModel CoralToJSONServiceModel.swift
[307/570] Compiling CoralToJSONServiceModel HelperStructures.swift
[308/595] Emitting module ArgumentParser
[309/600] Compiling ServiceModelGenerate ServiceModelCodeGenerator+generateModelOperationsEnum.swift
[310/600] Compiling ServiceModelGenerate ServiceModelCodeGenerator+generateModelOperationsReporting.swift
[311/600] Compiling ServiceModelGenerate ServiceModelCodeGenerator+generateModelStructures.swift
[312/600] Compiling ServiceModelGenerate ServiceModelCodeGenerator+generateModelTypes.swift
[313/600] Compiling ServiceModelGenerate ServiceModelCodeGenerator+shapeConversion.swift
[314/600] Compiling ServiceModelGenerate ServiceModelCodeGenerator+shapeProtocol.swift
[315/600] Compiling ArgumentParser ParsedValues.swift
[316/600] Compiling ArgumentParser ParserError.swift
[317/608] Compiling ServiceModelGenerate ClientProtocolDelegate.swift
[318/608] Compiling ServiceModelGenerate MockClientDelegate.swift
[319/608] Emitting module Yams
[320/609] Compiling CoralToJSONServiceModel Metadata.swift
[321/609] Compiling CoralToJSONServiceModel ShapeAttributes.swift
[323/610] Wrapping AST for Yams for debugging
[324/610] Wrapping AST for ServiceModelEntities for debugging
[325/610] Wrapping AST for ServiceModelCodeGeneration for debugging
[327/610] Wrapping AST for OpenAPIKitCore for debugging
[328/610] Wrapping AST for CoralToJSONServiceModel for debugging
[329/610] Wrapping AST for ArgumentParserToolInfo for debugging
[331/610] Wrapping AST for CoralToJSONServiceModel for debugging
[335/610] Compiling ServiceModelGenerate ModelClientDelegate+common.swift
[336/610] Compiling ServiceModelGenerate ServiceModelCodeGenerator+addGeneratedFileHeader.swift
[337/610] Compiling ServiceModelGenerate ServiceModelCodeGenerator+addRequestInputStructure.swift
[338/610] Compiling ServiceModelGenerate ServiceModelCodeGenerator+createOutputStructureStubVariable.swift
[339/610] Compiling ArgumentParser ArgumentDefinition.swift
[340/610] Compiling ArgumentParser ArgumentSet.swift
[341/610] Compiling ArgumentParser CommandParser.swift
[342/610] Compiling ArgumentParser InputKey.swift
[343/610] Compiling ArgumentParser InputOrigin.swift
[344/610] Emitting module ServiceModelGenerate
[345/613] Emitting module OpenAPIKit30
[346/613] Compiling ServiceModelGenerate ServiceModelCodeGenerator+generateModelInvocationsReporting.swift
[347/613] Compiling ServiceModelGenerate ServiceModelCodeGenerator+generateModelOperationClientInput.swift
[348/613] Compiling ServiceModelGenerate ServiceModelCodeGenerator+generateModelOperationClientOutput.swift
[355/616] Compiling ServiceModelGenerate ServiceModelCodeGenerator+createStructureJsonVariable.swift
[356/616] Compiling ServiceModelGenerate ServiceModelCodeGenerator+createStructureStubVariable.swift
[357/616] Compiling ServiceModelGenerate ServiceModelCodeGenerator+generateEnumerationDeclaration.swift
[358/616] Compiling ServiceModelGenerate ServiceModelCodeGenerator+generateErrorDefinition.swift
[359/616] Compiling ServiceModelGenerate ServiceModelCodeGenerator+generateModelErrors.swift
[383/616] Compiling ServiceModelGenerate ServiceModelCodeGenerator+formatDocumentation.swift
[384/616] Compiling ServiceModelGenerate ServiceModelCodeGenerator+generateClient.swift
[385/616] Compiling ServiceModelGenerate ServiceModelCodeGenerator+generateConversionFunctions.swift
[386/616] Compiling ServiceModelGenerate ServiceModelCodeGenerator+generateDefaultInstances.swift
[391/616] Emitting module ServiceModelGenerate
[392/616] Compiling ArgumentParser DumpHelpGenerator.swift
[393/616] Compiling ArgumentParser HelpCommand.swift
[394/616] Compiling ArgumentParser HelpGenerator.swift
[395/616] Compiling ArgumentParser MessageInfo.swift
[396/616] Compiling ArgumentParser UsageGenerator.swift
[402/616] Compiling ServiceModelGenerate ServiceModelCodeGenerator+shapeUtilityFunctions.swift
[403/616] Compiling ServiceModelGenerate ServiceModelCodeGenerator+validationFunctions.swift
[404/616] Compiling ServiceModelGenerate ServiceModelGenerate.swift
[405/616] Compiling ArgumentParser CollectionExtensions.swift
[406/616] Compiling ArgumentParser Platform.swift
[407/616] Compiling ArgumentParser SequenceExtensions.swift
[408/616] Compiling ArgumentParser StringExtensions.swift
[409/616] Compiling ArgumentParser Tree.swift
[430/617] Wrapping AST for ServiceModelGenerate for debugging
[435/630] Compiling SmokeAWSModelGenerate APIGatewayClientDelegate.swift
[436/630] Compiling SmokeAWSModelGenerate AWSClientAttributes.swift
[437/630] Compiling SmokeAWSModelGenerate AWSClientDelegate+addAWSClientOperationBody.swift
[438/630] Compiling SmokeAWSModelGenerate AWSClientDelegate+addAWSClientQueryOperationBody.swift
[439/630] Compiling SmokeAWSModelGenerate AWSClientDelegate.swift
[440/630] Compiling SmokeAWSModelGenerate AWSModelErrorsDelegate.swift
[441/630] Compiling SmokeAWSModelGenerate CoralToJSONServiceModel+getAWSClientAttributes.swift
[442/630] Compiling SmokeAWSModelGenerate ModelClientDelegate+addAWSClientDeinitializer.swift
[443/639] Wrapping AST for ServiceModelGenerate for debugging
[445/650] Compiling SmokeAWSModelGenerate ModelClientDelegate+commonAWSFunctions.swift
[446/651] Compiling SmokeAWSModelGenerate ModelClientDelegate+addAWSClientFileHeader.swift
[447/651] Compiling SmokeAWSModelGenerate AWSClientDelegate+addAWSClientOperationBody.swift
[448/651] Compiling SmokeAWSModelGenerate AWSClientDelegate+addAWSClientQueryOperationBody.swift
[464/652] Compiling SmokeAWSModelGenerate APIGatewayClientDelegate.swift
[465/652] Compiling SmokeAWSModelGenerate AWSClientAttributes.swift
[466/653] Compiling SmokeAWSModelGenerate ModelClientDelegate+commonAWSFunctions.swift
[468/653] Compiling SmokeAWSModelGenerate ModelClientDelegate+addAWSClientFileHeader.swift
[469/653] Compiling SmokeAWSModelGenerate CoralToJSONServiceModel+getAWSClientAttributes.swift
[470/653] Compiling SmokeAWSModelGenerate ModelClientDelegate+addAWSClientDeinitializer.swift
[478/653] Wrapping AST for ArgumentParser for debugging
[480/653] Emitting module SmokeAWSModelGenerate
[482/653] Compiling SmokeAWSModelGenerate SmokeAWSModelGenerate.swift
[484/653] Compiling SmokeAWSModelGenerate AWSClientDelegate.swift
[485/653] Compiling SmokeAWSModelGenerate AWSModelErrorsDelegate.swift
[486/653] Compiling SmokeAWSModelGenerate ModelClientDelegate+addAWSClientInitializer.swift
[505/658] Wrapping AST for SmokeAWSModelGenerate for debugging
[507/674] Compiling APIGatewayClientModelGenerate APIGatewayClientModelErrorsDelegate.swift
[519/675] Compiling SmokeAWSGenerate ECSConfiguration.swift
[520/675] Compiling SmokeAWSGenerate RDSConfiguration.swift
[521/675] Compiling SmokeAWSGenerate ECRConfiguration.swift
[523/675] Compiling SmokeAWSGenerate DynamoDBConfiguration.swift
[524/675] Compiling SmokeAWSGenerate EC2Configuration.swift
[525/675] Compiling SmokeAWSGenerate CodeBuildConfiguration.swift
[526/675] Compiling SmokeAWSGenerate CodePipelineConfiguration.swift
[527/675] Compiling SmokeAWSModelGenerate ModelClientDelegate+addAWSClientInitializer.swift
[527/678] Wrapping AST for ArgumentParser for debugging
[529/678] Compiling SmokeAWSGenerate SNSConfiguration.swift
[530/678] Compiling SmokeAWSGenerate STSConfiguration.swift
[531/678] Compiling SmokeAWSGenerate SimpleQueueConfiguration.swift
[532/678] Compiling SmokeAWSGenerate SimpleWorkflowConfiguration.swift
[533/678] Compiling SmokeAWSGenerate RDSDataConfiguration.swift
[534/678] Compiling SmokeAWSGenerate S3Configuration.swift
[536/682] Compiling APIGatewayClientModelGenerate APIGatewayClientCodeGeneration.swift
[536/682] Wrapping AST for SmokeAWSModelGenerate for debugging
[538/682] Compiling APIGatewayClientModelGenerate APIGatewayClientModelErrorsDelegate.swift
[539/682] Compiling APIGatewayClientModelGenerate APIGatewayClientCodeGeneration+generateClientApplicationFiles.swift
[540/682] Emitting module APIGatewayClientModelGenerate
[546/683] Compiling SmokeAWSGenerate CloudFormationConfiguration.swift
[547/683] Compiling SmokeAWSGenerate CloudwatchConfiguration.swift
[548/683] Wrapping AST for APIGatewayClientModelGenerate for debugging
[550/683] Emitting module SmokeAWSGenerate
[551/683] Emitting module OpenAPIKit30
[561/683] Compiling SmokeAWSGenerate main.swift
[570/683] Compiling APIGatewayClientModelGenerate APIGatewayClientCodeGeneration.swift
[571/683] Emitting module APIGatewayClientModelGenerate
[572/683] Compiling APIGatewayClientModelGenerate APIGatewayClientCodeGeneration+generateClientApplicationFiles.swift
[573/684] Wrapping AST for APIGatewayClientModelGenerate for debugging
[575/684] Compiling OpenAPIKit30 Container+DecodeURLAsString.swift
[576/684] Compiling OpenAPIKit30 OrderedDictionry+LocallyDereferenceable.swift
[577/684] Compiling OpenAPIKit30 Validation+Builtins.swift
[578/684] Compiling OpenAPIKit30 Validation.swift
[579/684] Compiling OpenAPIKit30 Validator+Convenience.swift
[580/684] Compiling OpenAPIKit30 Validator.swift
[581/684] Compiling OpenAPIKit30 XML.swift
[582/684] Compiling OpenAPIKit30 _CoreReExport.swift
[598/684] Compiling SmokeAWSGenerate StepFunctionsConfiguration.swift
[601/684] Compiling OpenAPIKit30 Parameter.swift
[602/684] Compiling OpenAPIKit30 ParameterContext.swift
[603/684] Compiling OpenAPIKit30 ParameterSchemaContext.swift
[604/684] Compiling OpenAPIKit30 DereferencedPathItem.swift
[605/684] Compiling OpenAPIKit30 PathItem.swift
[606/684] Compiling OpenAPIKit30 ResolvedRoute.swift
[607/684] Compiling OpenAPIKit30 DereferencedRequest.swift
[608/684] Compiling OpenAPIKit30 Request.swift
/host/spi-builder-workspace/Sources/SmokeAWSGenerate/main.swift:72:10: warning: 'launchPath' is deprecated: renamed to 'executableURL' [#DeprecatedDeclaration]
70 |
71 | let task = Process()
72 | task.launchPath = "/usr/bin/env"
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL' [#DeprecatedDeclaration]
| `- note: use 'executableURL' instead
73 | task.environment = processEnvironment
74 | task.arguments = arguments
/host/spi-builder-workspace/Sources/SmokeAWSGenerate/main.swift:77:10: warning: 'launch()' is deprecated: renamed to 'run' [#DeprecatedDeclaration]
75 | task.standardOutput = outputPipe
76 | task.standardError = errorPipe
77 | task.launch()
| |- warning: 'launch()' is deprecated: renamed to 'run' [#DeprecatedDeclaration]
| `- note: use 'run' instead
78 | task.waitUntilExit()
79 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/host/spi-builder-workspace/Sources/SmokeAWSGenerate/main.swift:72:10: warning: 'launchPath' is deprecated: renamed to 'executableURL' [#DeprecatedDeclaration]
70 |
71 | let task = Process()
72 | task.launchPath = "/usr/bin/env"
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL' [#DeprecatedDeclaration]
| `- note: use 'executableURL' instead
73 | task.environment = processEnvironment
74 | task.arguments = arguments
/host/spi-builder-workspace/Sources/SmokeAWSGenerate/main.swift:77:10: warning: 'launch()' is deprecated: renamed to 'run' [#DeprecatedDeclaration]
75 | task.standardOutput = outputPipe
76 | task.standardError = errorPipe
77 | task.launch()
| |- warning: 'launch()' is deprecated: renamed to 'run' [#DeprecatedDeclaration]
| `- note: use 'run' instead
78 | task.waitUntilExit()
79 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[611/685] Wrapping AST for SmokeAWSGenerate for debugging
[612/685] Write Objects.LinkFileList
[629/685] Linking SmokeAWSGenerate
[647/685] Compiling OpenAPIKit30 DereferencedResponse.swift
[648/685] Compiling OpenAPIKit30 Response.swift
[649/685] Compiling OpenAPIKit30 RuntimeExpression.swift
[650/685] Compiling OpenAPIKit30 SchemaProtocols.swift
[651/685] Compiling OpenAPIKit30 SwiftPrimitiveTypes+OpenAPI.swift
[652/685] Compiling OpenAPIKit30 DereferencedJSONSchema.swift
[653/685] Compiling OpenAPIKit30 JSONSchema+Combining.swift
[654/685] Compiling OpenAPIKit30 JSONSchema.swift
[663/694] Wrapping AST for OpenAPIKit30 for debugging
[665/698] Emitting module OpenAPIServiceModel
[666/698] Compiling OpenAPIServiceModel OpenAPIServiceModel.swift
[667/698] Compiling SwaggerServiceModel SwaggerServiceModel.swift
[668/698] Compiling SwaggerServiceModel SwaggerServiceModel+setOperationOutput.swift
[669/698] Compiling SwaggerServiceModel SwaggerServiceModel+setOperationInput.swift
[670/698] Compiling SwaggerServiceModel SwaggerServiceModel+parseSchemas.swift
[680/699] Compiling OpenAPIServiceModel SetOperationInput.swift
[681/699] Compiling OpenAPIServiceModel SetOperationOutput.swift
[682/699] Compiling OpenAPIServiceModel ParseSchemas.swift
[682/705] Wrapping AST for OpenAPIKit30 for debugging
[684/711] Emitting module SwaggerServiceModel
[685/711] Compiling SwaggerServiceModel SwaggerServiceModel+createSwaggerModel.swift
[687/712] Compiling OpenAPIServiceModel CreateOpenAPIServiceModel.swift
[688/713] Wrapping AST for SwaggerServiceModel for debugging
[689/716] Wrapping AST for OpenAPIServiceModel for debugging
[691/719] Compiling OpenAPIServiceModel SetOperationInput.swift
[692/719] Compiling SwaggerServiceModel SwaggerServiceModel+setOperationOutput.swift
[693/719] Compiling SwaggerServiceModel SwaggerServiceModel+setOperationInput.swift
[694/719] Compiling SwaggerServiceModel SwaggerServiceModel.swift
[695/719] Compiling SwaggerServiceModel SwaggerServiceModel+parseSchemas.swift
[696/719] Compiling APIGatewayClientGenerate APIGatewayClientSwiftCodeGen.swift
[697/719] Compiling OpenAPIServiceModel SetOperationOutput.swift
[698/719] Compiling OpenAPIServiceModel OpenAPIServiceModel.swift
[699/719] Compiling OpenAPIServiceModel ParseSchemas.swift
[700/719] Compiling SwaggerServiceModel SwaggerServiceModel+createSwaggerModel.swift
[701/719] Emitting module SwaggerServiceModel
[703/720] Compiling APIGatewayClientInitialize APIGatewayClientSwiftCodeGen.swift
[704/720] Emitting module APIGatewayClientGenerate
/host/spi-builder-workspace/Sources/APIGatewayClientGenerate/APIGatewayClientGenerateCommand.swift:21:1: warning: extension declares a conformance of imported type 'GenerationType' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'APIGatewayClientModelGenerate' introduce this conformance in the future
19 | }
20 |
21 | extension GenerationType: ExpressibleByArgument {
| |- warning: extension declares a conformance of imported type 'GenerationType' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'APIGatewayClientModelGenerate' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
22 |
23 | }
[705/720] Compiling APIGatewayClientGenerate APIGatewayClientGenerateCommand.swift
/host/spi-builder-workspace/Sources/APIGatewayClientGenerate/APIGatewayClientGenerateCommand.swift:21:1: warning: extension declares a conformance of imported type 'GenerationType' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'APIGatewayClientModelGenerate' introduce this conformance in the future
19 | }
20 |
21 | extension GenerationType: ExpressibleByArgument {
| |- warning: extension declares a conformance of imported type 'GenerationType' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'APIGatewayClientModelGenerate' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
22 |
23 | }
[705/721] Wrapping AST for SwaggerServiceModel for debugging
[708/721] Emitting module APIGatewayClientInitialize
/host/spi-builder-workspace/Sources/APIGatewayClientInitialize/APIGatewayClientInitializeCommand.swift:21:1: warning: extension declares a conformance of imported type 'VersionRequirementType' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'ServiceModelCodeGeneration' introduce this conformance in the future
19 | }
20 |
21 | extension VersionRequirementType: ExpressibleByArgument {
| |- warning: extension declares a conformance of imported type 'VersionRequirementType' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'ServiceModelCodeGeneration' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
22 |
23 | }
[709/721] Compiling APIGatewayClientInitialize APIGatewayClientInitializeCommand.swift
/host/spi-builder-workspace/Sources/APIGatewayClientInitialize/APIGatewayClientInitializeCommand.swift:21:1: warning: extension declares a conformance of imported type 'VersionRequirementType' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'ServiceModelCodeGeneration' introduce this conformance in the future
19 | }
20 |
21 | extension VersionRequirementType: ExpressibleByArgument {
| |- warning: extension declares a conformance of imported type 'VersionRequirementType' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'ServiceModelCodeGeneration' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
22 |
23 | }
[711/722] Emitting module OpenAPIServiceModel
[712/722] Compiling OpenAPIServiceModel CreateOpenAPIServiceModel.swift
[712/723] Wrapping AST for APIGatewayClientGenerate for debugging
[713/723] Write Objects.LinkFileList
[715/723] Wrapping AST for APIGatewayClientInitialize for debugging
[716/723] Write Objects.LinkFileList
[717/726] Wrapping AST for OpenAPIServiceModel for debugging
[719/726] Emitting module APIGatewayClientGenerate
/host/spi-builder-workspace/Sources/APIGatewayClientGenerate/APIGatewayClientGenerateCommand.swift:21:1: warning: extension declares a conformance of imported type 'GenerationType' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'APIGatewayClientModelGenerate' introduce this conformance in the future
19 | }
20 |
21 | extension GenerationType: ExpressibleByArgument {
| |- warning: extension declares a conformance of imported type 'GenerationType' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'APIGatewayClientModelGenerate' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
22 |
23 | }
[720/726] Compiling APIGatewayClientGenerate APIGatewayClientSwiftCodeGen.swift
[720/726] Linking APIGatewayClientGenerate
[721/726] Linking APIGatewayClientInitialize
[723/726] Compiling APIGatewayClientGenerate APIGatewayClientGenerateCommand.swift
/host/spi-builder-workspace/Sources/APIGatewayClientGenerate/APIGatewayClientGenerateCommand.swift:21:1: warning: extension declares a conformance of imported type 'GenerationType' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'APIGatewayClientModelGenerate' introduce this conformance in the future
19 | }
20 |
21 | extension GenerationType: ExpressibleByArgument {
| |- warning: extension declares a conformance of imported type 'GenerationType' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'APIGatewayClientModelGenerate' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
22 |
23 | }
[724/727] Wrapping AST for APIGatewayClientGenerate for debugging
[725/727] Write Objects.LinkFileList
[726/727] Linking APIGatewayClientGenerate-tool
Build complete! (142.45s)
Build complete.
{
"dependencies" : [
{
"identity" : "service-model-swift-code-generate",
"requirement" : {
"range" : [
{
"lower_bound" : "3.1.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/amzn/service-model-swift-code-generate.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "openapi-swift-code-generate",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/amzn/openapi-swift-code-generate.git"
}
],
"manifest_display_name" : "SmokeAWSGenerate",
"name" : "SmokeAWSGenerate",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "10.0"
}
],
"products" : [
{
"name" : "SmokeAWSGenerate",
"targets" : [
"SmokeAWSGenerate"
],
"type" : {
"executable" : null
}
},
{
"name" : "APIGatewayClientGenerate",
"targets" : [
"APIGatewayClientGenerate"
],
"type" : {
"executable" : null
}
},
{
"name" : "APIGatewayClientInitialize",
"targets" : [
"APIGatewayClientInitialize"
],
"type" : {
"executable" : null
}
},
{
"name" : "SmokeAWSModelGenerate",
"targets" : [
"SmokeAWSModelGenerate"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "APIGatewayClientModelGenerate",
"targets" : [
"APIGatewayClientModelGenerate"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CoralToJSONServiceModel",
"targets" : [
"CoralToJSONServiceModel"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "APIGatewaySwiftGenerateModel",
"targets" : [
"APIGatewaySwiftGenerateModel"
],
"type" : {
"plugin" : null
}
},
{
"name" : "APIGatewaySwiftGenerateClient",
"targets" : [
"APIGatewaySwiftGenerateClient"
],
"type" : {
"plugin" : null
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "SmokeAWSModelGenerate",
"module_type" : "SwiftTarget",
"name" : "SmokeAWSModelGenerate",
"path" : "Sources/SmokeAWSModelGenerate",
"product_dependencies" : [
"ServiceModelEntities",
"ServiceModelCodeGeneration",
"ServiceModelGenerate"
],
"product_memberships" : [
"SmokeAWSGenerate",
"APIGatewayClientGenerate",
"APIGatewayClientInitialize",
"SmokeAWSModelGenerate",
"APIGatewayClientModelGenerate",
"APIGatewaySwiftGenerateModel",
"APIGatewaySwiftGenerateClient"
],
"sources" : [
"APIGatewayClientDelegate.swift",
"AWSClientAttributes.swift",
"AWSClientDelegate+addAWSClientOperationBody.swift",
"AWSClientDelegate+addAWSClientQueryOperationBody.swift",
"AWSClientDelegate.swift",
"AWSModelErrorsDelegate.swift",
"CoralToJSONServiceModel+getAWSClientAttributes.swift",
"ModelClientDelegate+addAWSClientDeinitializer.swift",
"ModelClientDelegate+addAWSClientFileHeader.swift",
"ModelClientDelegate+addAWSClientInitializer.swift",
"ModelClientDelegate+commonAWSFunctions.swift",
"SmokeAWSModelGenerate.swift"
],
"target_dependencies" : [
"CoralToJSONServiceModel"
],
"type" : "library"
},
{
"c99name" : "SmokeAWSGenerate",
"module_type" : "SwiftTarget",
"name" : "SmokeAWSGenerate",
"path" : "Sources/SmokeAWSGenerate",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"SmokeAWSGenerate"
],
"sources" : [
"CloudFormationConfiguration.swift",
"CloudwatchConfiguration.swift",
"CodeBuildConfiguration.swift",
"CodePipelineConfiguration.swift",
"DynamoDBConfiguration.swift",
"EC2Configuration.swift",
"ECRConfiguration.swift",
"ECSConfiguration.swift",
"RDSConfiguration.swift",
"RDSDataConfiguration.swift",
"S3Configuration.swift",
"SNSConfiguration.swift",
"STSConfiguration.swift",
"SimpleQueueConfiguration.swift",
"SimpleWorkflowConfiguration.swift",
"StepFunctionsConfiguration.swift",
"main.swift"
],
"target_dependencies" : [
"SmokeAWSModelGenerate"
],
"type" : "executable"
},
{
"c99name" : "CoralToJSONServiceModel",
"module_type" : "SwiftTarget",
"name" : "CoralToJSONServiceModel",
"path" : "Sources/CoralToJSONServiceModel",
"product_dependencies" : [
"ServiceModelEntities"
],
"product_memberships" : [
"SmokeAWSGenerate",
"APIGatewayClientGenerate",
"APIGatewayClientInitialize",
"SmokeAWSModelGenerate",
"APIGatewayClientModelGenerate",
"CoralToJSONServiceModel",
"APIGatewaySwiftGenerateModel",
"APIGatewaySwiftGenerateClient"
],
"sources" : [
"CoralToJSONServiceModel.swift",
"HelperStructures.swift",
"Metadata.swift",
"ShapeAttributes.swift"
],
"type" : "library"
},
{
"c99name" : "APIGatewaySwiftGenerateModel",
"module_type" : "PluginTarget",
"name" : "APIGatewaySwiftGenerateModel",
"path" : "Plugins/APIGatewaySwiftGenerateModel",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"APIGatewaySwiftGenerateModel"
],
"sources" : [
"plugin.swift"
],
"target_dependencies" : [
"APIGatewayClientGenerate"
],
"type" : "plugin"
},
{
"c99name" : "APIGatewaySwiftGenerateClient",
"module_type" : "PluginTarget",
"name" : "APIGatewaySwiftGenerateClient",
"path" : "Plugins/APIGatewaySwiftGenerateClient",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"APIGatewaySwiftGenerateClient"
],
"sources" : [
"plugin.swift"
],
"target_dependencies" : [
"APIGatewayClientGenerate"
],
"type" : "plugin"
},
{
"c99name" : "APIGatewayClientModelGenerate",
"module_type" : "SwiftTarget",
"name" : "APIGatewayClientModelGenerate",
"path" : "Sources/APIGatewayClientModelGenerate",
"product_memberships" : [
"APIGatewayClientGenerate",
"APIGatewayClientInitialize",
"APIGatewayClientModelGenerate",
"APIGatewaySwiftGenerateModel",
"APIGatewaySwiftGenerateClient"
],
"sources" : [
"APIGatewayClientCodeGeneration+generateClientApplicationFiles.swift",
"APIGatewayClientCodeGeneration.swift",
"APIGatewayClientModelErrorsDelegate.swift"
],
"target_dependencies" : [
"SmokeAWSModelGenerate"
],
"type" : "library"
},
{
"c99name" : "APIGatewayClientInitialize",
"module_type" : "SwiftTarget",
"name" : "APIGatewayClientInitialize",
"path" : "Sources/APIGatewayClientInitialize",
"product_dependencies" : [
"ArgumentParser",
"OpenAPIServiceModel",
"SwaggerServiceModel"
],
"product_memberships" : [
"APIGatewayClientInitialize"
],
"sources" : [
"APIGatewayClientInitializeCommand.swift",
"APIGatewayClientSwiftCodeGen.swift"
],
"target_dependencies" : [
"APIGatewayClientModelGenerate"
],
"type" : "executable"
},
{
"c99name" : "APIGatewayClientGenerate",
"module_type" : "SwiftTarget",
"name" : "APIGatewayClientGenerate",
"path" : "Sources/APIGatewayClientGenerate",
"product_dependencies" : [
"ArgumentParser",
"OpenAPIServiceModel",
"SwaggerServiceModel"
],
"product_memberships" : [
"APIGatewayClientGenerate",
"APIGatewaySwiftGenerateModel",
"APIGatewaySwiftGenerateClient"
],
"sources" : [
"APIGatewayClientGenerateCommand.swift",
"APIGatewayClientSwiftCodeGen.swift"
],
"target_dependencies" : [
"APIGatewayClientModelGenerate"
],
"type" : "executable"
}
],
"tools_version" : "5.6"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.