The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SmokeAWSGenerate, reference main (bbb08b), with Swift 6.2 for Linux on 20 Jun 2025 11:16:17 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/amzn/smoke-aws-generate.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/amzn/smoke-aws-generate
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at bbb08b2 Update SwaggerParser repository location because original is 404
Cloned https://github.com/amzn/smoke-aws-generate.git
Revision (git rev-parse @):
bbb08b2d148372cf16b003a56d1f99d522dd70ea
SUCCESS checkout https://github.com/amzn/smoke-aws-generate.git at main
========================================
Build
========================================
Selected platform:         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-4609320-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
Fetched https://github.com/amzn/openapi-swift-code-generate.git from cache (0.31s)
Fetched https://github.com/amzn/service-model-swift-code-generate.git from cache (0.31s)
[1/15380] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (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.33s)
Fetching https://github.com/jpsim/Yams.git
[1/10859] Fetching yams
Fetching https://github.com/mattpolzin/OpenAPIKit.git
Fetching https://github.com/knovichikhin/SwaggerParser.git
Fetched https://github.com/jpsim/Yams.git from cache (2.96s)
[1/477] Fetching swaggerparser
[478/90222] Fetching swaggerparser, openapikit
Fetched https://github.com/knovichikhin/SwaggerParser.git from cache (3.55s)
Fetched https://github.com/mattpolzin/OpenAPIKit.git from cache (3.63s)
Computing version for https://github.com/knovichikhin/SwaggerParser.git
Computed https://github.com/knovichikhin/SwaggerParser.git at 0.6.4 (9.29s)
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.47s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 4.0.6 (0.53s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.46s)
Computing version for https://github.com/mattpolzin/OpenAPIKit.git
Computed https://github.com/mattpolzin/OpenAPIKit.git at 3.5.2 (0.51s)
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/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/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/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
/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
[26/92] Compiling writer.c
[27/92] Write swift-version-24593BA9C3E375BF.txt
[28/92] Compiling reader.c
[29/92] Compiling writer.c
[30/92] Compiling parser.c
[31/92] Compiling api.c
[32/133] Compiling emitter.c
[34/252] Compiling scanner.c
[36/252] Compiling reader.c
[37/267] Compiling parser.c
[38/267] Compiling api.c
[40/282] Emitting module ServiceModelEntities
[41/282] Emitting module SwaggerParser
[42/287] Compiling Yams Mark.swift
[43/287] Compiling Yams Node.Mapping.swift
[44/288] Compiling Yams Node.Scalar.swift
[45/288] Compiling Yams Node.Sequence.swift
[48/288] Compiling Yams Node.swift
[49/288] Compiling Yams Parser.swift
[50/288] Compiling Yams String+Yams.swift
[51/288] Compiling Yams Tag.swift
[52/288] Compiling OpenAPIKitCore OrderedDictionary.swift
[56/288] Compiling Yams Representer.swift
[57/288] Compiling Yams Resolver.swift
[63/297] Compiling OpenAPIKitCore ComponentKey.swift
[64/297] Compiling OpenAPIKitCore ContentType.swift
[65/297] Compiling OpenAPIKitCore Container+DecodeURLAsString.swift
[66/297] Compiling OpenAPIKitCore Optional+Zip.swift
[67/297] Compiling OpenAPIKitCore Result+Value.swift
[68/297] Compiling OpenAPIKitCore Validatable.swift
[69/297] Compiling SwaggerParser SchemaType.swift
[70/297] Compiling SwaggerParser SecuritySchema.swift
[71/297] Compiling SwaggerParser StringFormat.swift
[72/297] Compiling SwaggerParser StringItem.swift
[73/297] Compiling OpenAPIKitCore CallbackURL.swift
[78/302] Compiling OpenAPIKitCore SecurityScheme.swift
[79/302] Compiling OpenAPIKitCore URLTemplate+Parsing.swift
[80/302] Compiling OpenAPIKitCore URLTemplate.swift
[81/302] Compiling OpenAPIKitCore StringConvertibleHintProvider.swift
[82/302] Compiling OpenAPIKitCore Shared.swift
[84/302] Compiling Yams YamlError.swift
[86/302] Compiling OpenAPIKitCore ResponseStatusCode.swift
[90/302] Emitting module OpenAPIKitCore
[91/302] Compiling Yams Emitter.swift
[92/302] Compiling Yams Encoder.swift
[93/302] Compiling Yams Constructor.swift
[94/302] Compiling Yams Decoder.swift
[96/302] Emitting module OpenAPIKitCore
[108/302] Compiling SwaggerParser StringMetadata.swift
[109/302] Compiling SwaggerParser Structure.swift
[110/302] Compiling SwaggerParser Swagger.swift
[111/302] Compiling SwaggerParser Tag.swift
[112/302] Compiling SwaggerParser Version.swift
[117/302] Compiling ServiceModelEntities String+nameConversions.swift
[118/302] Compiling OpenAPIKitCore Discriminator.swift
[119/302] Compiling OpenAPIKitCore HttpMethod.swift
[120/302] Compiling OpenAPIKitCore JSONSchemaPermissions.swift
[121/302] Compiling OpenAPIKitCore JSONTypeFormat.swift
[122/302] Compiling OpenAPIKitCore OAuthFlows.swift
[123/302] Compiling OpenAPIKitCore ParameterContextLocation.swift
[124/302] Compiling OpenAPIKitCore ParameterSchemaContextStyle.swift
[125/302] Compiling OpenAPIKitCore Path.swift
[133/303] Compiling ServiceModelEntities ServiceModel.swift
[134/303] Compiling ServiceModelEntities String+nameConversions.swift
[142/303] Compiling ServiceModelEntities ServiceModel+getTypeMappings.swift
[155/303] Compiling ServiceModelEntities ServiceModel.swift
[170/303] Emitting module Yams
[173/303] Compiling ServiceModelEntities ServiceModel+getTypeMappings.swift
[175/304] Emitting module SwaggerParser
[190/304] Emitting module Yams
[210/364] Compiling OpenAPIKit30 DereferencedParameter.swift
[211/364] Compiling OpenAPIKit30 DereferencedSchemaContext.swift
[212/364] Compiling OpenAPIKit30 JSONSchemaContext.swift
[213/364] Compiling OpenAPIKit30 SimplifiedJSONSchema.swift
[214/364] Compiling OpenAPIKit30 TypesAndFormats.swift
[215/364] Emitting module ServiceModelEntities
[216/364] Compiling ServiceModelEntities ModelEntities.swift
[216/364] Wrapping AST for OpenAPIKitCore for debugging
[218/364] Compiling OpenAPIKit30 DereferencedDocument.swift
[219/364] Compiling OpenAPIKit30 Document.swift
[220/364] Compiling OpenAPIKit30 DereferencedContent.swift
[221/364] Compiling OpenAPIKit30 DereferencedContentEncoding.swift
[224/364] Compiling OpenAPIKit30 DocumentInfo.swift
[225/364] Compiling OpenAPIKit30 ResolvedDocument.swift
[228/364] Compiling OpenAPIKit30 Link.swift
[229/364] Compiling OpenAPIKit30 OpenAPI.swift
[230/364] Compiling OpenAPIKit30 DereferencedOperation.swift
[231/364] Compiling OpenAPIKit30 Operation.swift
[232/364] Compiling OpenAPIKit30 ResolvedEndpoint.swift
[233/364] Compiling OpenAPIKit30 OrderedDictionary+Validatable.swift
[236/364] Compiling OpenAPIKit30 Either+Convenience.swift
[237/364] Compiling OpenAPIKit30 Either+LocallyDereferenceable.swift
[238/364] Compiling OpenAPIKit30 Either+Validatable.swift
[239/364] Compiling OpenAPIKit30 DocumentDecodingError.swift
[240/364] Compiling OpenAPIKit30 DereferencedResponse.swift
[241/364] Compiling OpenAPIKit30 Response.swift
[242/364] Compiling OpenAPIKit30 RuntimeExpression.swift
[243/364] Compiling OpenAPIKit30 SchemaProtocols.swift
[244/364] Compiling OpenAPIKit30 SwiftPrimitiveTypes+OpenAPI.swift
[245/364] Compiling OpenAPIKit30 DereferencedJSONSchema.swift
[246/364] Compiling OpenAPIKit30 JSONSchema+Combining.swift
[247/364] Compiling OpenAPIKit30 JSONSchema.swift
[248/364] Compiling OpenAPIKit30 Parameter.swift
[249/364] Compiling OpenAPIKit30 ParameterContext.swift
[250/364] Compiling OpenAPIKit30 ParameterSchemaContext.swift
[250/364] Wrapping AST for SwaggerParser for debugging
[254/426] Wrapping AST for OpenAPIKitCore for debugging
[255/426] Write Objects.LinkFileList
[255/426] Write sources
[259/426] Wrapping AST for SwaggerParser for debugging
[259/426] Archiving libSwaggerParser-tool.a
[262/426] Compiling ServiceModelEntities ModelOverride.swift
[263/429] Wrapping AST for Yams for debugging
[265/429] Write Objects.LinkFileList
[266/439] Wrapping AST for ServiceModelEntities for debugging
[267/439] Archiving libSwaggerParser.a
[268/439] Write sources
[275/444] Compiling ServiceModelEntities ModelOverride.swift
[276/444] Compiling ServiceModelEntities ModelEntities.swift
[277/445] Compiling ServiceModelCodeGeneration ApplicationDescription.swift
[278/445] Emitting module ServiceModelCodeGeneration
[280/446] Compiling ServiceModelCodeGeneration ModelLocation.swift
[281/446] Compiling ServiceModelCodeGeneration ModelErrorsDelegate.swift
[282/459] Compiling ServiceModelCodeGeneration ModelClientDelegate.swift
[283/459] Compiling ServiceModelCodeGeneration InitializerType.swift
[284/459] Compiling ServiceModelCodeGeneration ApplicationDescription.swift
[285/460] Compiling ServiceModelCodeGeneration ModelErrorsDelegate.swift
[286/460] Compiling ServiceModelCodeGeneration ServiceModelCodeGenerator.swift
[287/460] Compiling ServiceModelCodeGeneration CodeGenerationCustomizations.swift
[288/460] Compiling ServiceModelCodeGeneration FileBuilder.swift
[290/461] Emitting module ServiceModelCodeGeneration
[290/461] Wrapping AST for ServiceModelEntities for debugging
[292/461] Compiling ServiceModelCodeGeneration ModelLocation.swift
[293/461] Compiling CoralToJSONServiceModel Metadata.swift
[294/461] Compiling ServiceModelCodeGeneration InitializerType.swift
[295/461] Compiling ServiceModelCodeGeneration ModelClientDelegate.swift
[296/466] Compiling CoralToJSONServiceModel ShapeAttributes.swift
[297/474] Compiling ServiceModelCodeGeneration FileBuilder.swift
[298/474] Compiling ServiceModelCodeGeneration CodeGenerationCustomizations.swift
[299/486] Compiling ServiceModelCodeGeneration ServiceModelCodeGenerator.swift
[301/487] Compiling CoralToJSONServiceModel Metadata.swift
[302/487] Compiling CoralToJSONServiceModel ShapeAttributes.swift
[303/487] Compiling CoralToJSONServiceModel CoralToJSONServiceModel.swift
[304/487] Emitting module CoralToJSONServiceModel
[305/487] Compiling CoralToJSONServiceModel HelperStructures.swift
[306/513] Wrapping AST for ServiceModelCodeGeneration for debugging
[308/513] Compiling CoralToJSONServiceModel CoralToJSONServiceModel.swift
[309/513] Emitting module CoralToJSONServiceModel
[309/513] Wrapping AST for ServiceModelCodeGeneration for debugging
[311/513] Compiling CoralToJSONServiceModel HelperStructures.swift
[311/514] Wrapping AST for CoralToJSONServiceModel for debugging
[313/514] Emitting module ArgumentParserToolInfo
[314/514] Compiling ArgumentParserToolInfo ToolInfo.swift
[316/515] Wrapping AST for CoralToJSONServiceModel for debugging
[317/515] Wrapping AST for ArgumentParserToolInfo for debugging
[319/516] Emitting module ArgumentParserToolInfo
[320/516] Compiling ArgumentParserToolInfo ToolInfo.swift
[321/554] Wrapping AST for ArgumentParserToolInfo for debugging
[323/592] Emitting module OpenAPIKit30
[324/600] Compiling ArgumentParser Errors.swift
[325/600] Compiling ArgumentParser Flag.swift
[326/600] Compiling ArgumentParser NameSpecification.swift
[327/600] Compiling ArgumentParser Option.swift
[328/603] Compiling ArgumentParser OptionGroup.swift
[329/603] Compiling ArgumentParser AsyncParsableCommand.swift
[330/603] Compiling ArgumentParser CommandConfiguration.swift
[334/606] Compiling ArgumentParser ParsableArguments.swift
[335/606] Compiling ArgumentParser ParsableArgumentsValidation.swift
[336/606] Compiling ArgumentParser ParsableCommand.swift
[337/606] Compiling ArgumentParser CommandGroup.swift
[338/606] Compiling ArgumentParser EnumerableFlag.swift
[339/606] Compiling ArgumentParser ExpressibleByArgument.swift
[340/606] Compiling ArgumentParser ArgumentDecoder.swift
[341/606] Compiling ArgumentParser ArgumentDefinition.swift
[342/606] Compiling ArgumentParser ArgumentSet.swift
[347/606] Compiling ArgumentParser Argument.swift
[348/606] Compiling ArgumentParser ArgumentHelp.swift
[349/606] Compiling ArgumentParser ArgumentVisibility.swift
[350/606] Compiling ArgumentParser CompletionKind.swift
[358/606] Emitting module ServiceModelGenerate
[359/606] Compiling ArgumentParser BashCompletionsGenerator.swift
[360/606] Compiling ArgumentParser CompletionsGenerator.swift
[361/606] Compiling ArgumentParser FishCompletionsGenerator.swift
[362/606] Compiling ArgumentParser ZshCompletionsGenerator.swift
[373/606] Emitting module ServiceModelGenerate
[374/606] Compiling ServiceModelGenerate ServiceModelCodeGenerator+shapeUtilityFunctions.swift
[375/606] Compiling ServiceModelGenerate ServiceModelCodeGenerator+validationFunctions.swift
[376/606] Compiling ServiceModelGenerate ServiceModelGenerate.swift
[377/607] Wrapping AST for ServiceModelGenerate for debugging
[379/619] Emitting module ArgumentParser
[380/624] Compiling SmokeAWSModelGenerate APIGatewayClientDelegate.swift
[381/624] Compiling SmokeAWSModelGenerate AWSClientAttributes.swift
[382/624] Compiling SmokeAWSModelGenerate AWSClientDelegate+addAWSClientOperationBody.swift
[383/624] Compiling SmokeAWSModelGenerate AWSClientDelegate+addAWSClientQueryOperationBody.swift
[384/624] Compiling SmokeAWSModelGenerate AWSClientDelegate.swift
[385/624] Compiling SmokeAWSModelGenerate AWSModelErrorsDelegate.swift
[386/624] Compiling SmokeAWSModelGenerate CoralToJSONServiceModel+getAWSClientAttributes.swift
[387/624] Compiling SmokeAWSModelGenerate ModelClientDelegate+addAWSClientDeinitializer.swift
[389/624] Compiling OpenAPIKit30 JSONSchemaContext.swift
[390/624] Compiling OpenAPIKit30 SimplifiedJSONSchema.swift
[391/624] Compiling OpenAPIKit30 TypesAndFormats.swift
[392/624] Compiling OpenAPIKit30 DereferencedSecurityRequirement.swift
[393/624] Compiling OpenAPIKit30 SecurityScheme.swift
[394/624] Compiling OpenAPIKit30 Server.swift
[395/624] Compiling OpenAPIKit30 Tag.swift
[396/624] Compiling OpenAPIKit30 URLTemplate+Validatable.swift
[397/624] Compiling SmokeAWSModelGenerate ModelClientDelegate+commonAWSFunctions.swift
[401/626] Wrapping AST for ServiceModelGenerate for debugging
[407/638] Compiling ArgumentParser Name.swift
[408/638] Compiling ArgumentParser Parsed.swift
[409/638] Compiling ArgumentParser ParsedValues.swift
[410/638] Compiling ArgumentParser ParserError.swift
[411/638] Compiling ArgumentParser SplitArguments.swift
[412/638] Emitting module SmokeAWSModelGenerate
[413/638] Compiling SmokeAWSModelGenerate APIGatewayClientDelegate.swift
[414/638] Compiling SmokeAWSModelGenerate AWSClientAttributes.swift
[415/638] Compiling SmokeAWSModelGenerate SmokeAWSModelGenerate.swift
[416/638] Compiling SmokeAWSModelGenerate AWSClientDelegate+addAWSClientOperationBody.swift
[417/638] Compiling SmokeAWSModelGenerate AWSClientDelegate+addAWSClientQueryOperationBody.swift
[418/639] Compiling SmokeAWSModelGenerate ModelClientDelegate+commonAWSFunctions.swift
[433/639] Compiling ArgumentParser DumpHelpGenerator.swift
[434/639] Compiling ArgumentParser HelpCommand.swift
[435/647] Compiling SmokeAWSModelGenerate CoralToJSONServiceModel+getAWSClientAttributes.swift
[436/647] Compiling SmokeAWSModelGenerate ModelClientDelegate+addAWSClientDeinitializer.swift
[437/647] Emitting module OpenAPIKit30
[438/647] Compiling SmokeAWSModelGenerate AWSClientDelegate.swift
[439/647] Compiling SmokeAWSModelGenerate AWSModelErrorsDelegate.swift
[446/647] Compiling SmokeAWSModelGenerate SmokeAWSModelGenerate.swift
[447/647] Emitting module SmokeAWSModelGenerate
[456/652] Compiling SmokeAWSModelGenerate ModelClientDelegate+addAWSClientFileHeader.swift
[459/652] Compiling SmokeAWSModelGenerate ModelClientDelegate+addAWSClientInitializer.swift
[466/653] Wrapping AST for SmokeAWSModelGenerate for debugging
[468/655] Compiling SmokeAWSModelGenerate ModelClientDelegate+addAWSClientInitializer.swift
[469/655] Compiling SmokeAWSModelGenerate ModelClientDelegate+addAWSClientFileHeader.swift
[476/658] Emitting module ArgumentParser
[498/658] Compiling ArgumentParser HelpGenerator.swift
[499/658] Compiling ArgumentParser MessageInfo.swift
[500/658] Compiling ArgumentParser UsageGenerator.swift
[511/658] Compiling APIGatewayClientModelGenerate APIGatewayClientModelErrorsDelegate.swift
[511/658] Wrapping AST for SmokeAWSModelGenerate for debugging
[513/662] Compiling APIGatewayClientModelGenerate APIGatewayClientCodeGeneration.swift
[519/662] Emitting module APIGatewayClientModelGenerate
[520/662] Compiling APIGatewayClientModelGenerate APIGatewayClientCodeGeneration+generateClientApplicationFiles.swift
[546/663] Compiling APIGatewayClientModelGenerate APIGatewayClientModelErrorsDelegate.swift
[547/663] Compiling OpenAPIKit30 DereferencedResponse.swift
[548/663] Compiling OpenAPIKit30 Response.swift
[549/663] Compiling OpenAPIKit30 RuntimeExpression.swift
[550/663] Compiling OpenAPIKit30 SchemaProtocols.swift
[551/663] Compiling OpenAPIKit30 SwiftPrimitiveTypes+OpenAPI.swift
[552/663] Compiling OpenAPIKit30 DereferencedJSONSchema.swift
[553/663] Compiling OpenAPIKit30 JSONSchema+Combining.swift
[554/663] Compiling OpenAPIKit30 JSONSchema.swift
[554/663] Wrapping AST for APIGatewayClientModelGenerate for debugging
[556/663] Compiling ArgumentParser CollectionExtensions.swift
[557/663] Compiling ArgumentParser Platform.swift
[558/663] Compiling ArgumentParser SequenceExtensions.swift
[559/663] Compiling ArgumentParser StringExtensions.swift
[560/663] Compiling ArgumentParser Tree.swift
[561/663] Emitting module APIGatewayClientModelGenerate
[563/664] Compiling APIGatewayClientModelGenerate APIGatewayClientCodeGeneration.swift
[564/664] Compiling APIGatewayClientModelGenerate APIGatewayClientCodeGeneration+generateClientApplicationFiles.swift
[573/665] Wrapping AST for ArgumentParser for debugging
[590/666] Compiling OpenAPIKit30 Container+DecodeURLAsString.swift
[591/666] Compiling OpenAPIKit30 OrderedDictionry+LocallyDereferenceable.swift
[592/666] Compiling OpenAPIKit30 Validation+Builtins.swift
[593/666] Compiling OpenAPIKit30 Validation.swift
[594/666] Compiling OpenAPIKit30 Validator+Convenience.swift
[595/666] Compiling OpenAPIKit30 Validator.swift
[596/666] Compiling OpenAPIKit30 XML.swift
[597/666] Compiling OpenAPIKit30 _CoreReExport.swift
[639/667] Wrapping AST for APIGatewayClientModelGenerate for debugging
[640/667] Wrapping AST for ArgumentParser for debugging
[641/683] Wrapping AST for OpenAPIKit30 for debugging
[651/692] Compiling SmokeAWSGenerate RDSDataConfiguration.swift
[652/692] Compiling SmokeAWSGenerate S3Configuration.swift
[653/692] Compiling SmokeAWSGenerate ECSConfiguration.swift
[654/692] Compiling SmokeAWSGenerate RDSConfiguration.swift
[655/692] Compiling SmokeAWSGenerate SNSConfiguration.swift
[656/692] Compiling SmokeAWSGenerate STSConfiguration.swift
[657/692] Compiling SmokeAWSGenerate CodePipelineConfiguration.swift
[658/692] Compiling SmokeAWSGenerate DynamoDBConfiguration.swift
[659/698] Compiling SmokeAWSGenerate CloudFormationConfiguration.swift
[660/698] Compiling SmokeAWSGenerate CloudwatchConfiguration.swift
[661/698] Compiling SmokeAWSGenerate CodeBuildConfiguration.swift
[663/698] Compiling SmokeAWSGenerate SimpleQueueConfiguration.swift
[664/698] Compiling SmokeAWSGenerate SimpleWorkflowConfiguration.swift
[665/698] Compiling SmokeAWSGenerate EC2Configuration.swift
[666/698] Compiling SmokeAWSGenerate ECRConfiguration.swift
[667/698] Emitting module SmokeAWSGenerate
[668/698] Compiling SwaggerServiceModel SwaggerServiceModel+parseSchemas.swift
[669/698] Compiling SwaggerServiceModel SwaggerServiceModel.swift
[670/698] Compiling SwaggerServiceModel SwaggerServiceModel+setOperationInput.swift
[671/698] Compiling SwaggerServiceModel SwaggerServiceModel+setOperationOutput.swift
[671/698] Wrapping AST for OpenAPIKit30 for debugging
[673/699] Compiling OpenAPIServiceModel OpenAPIServiceModel.swift
[674/700] Compiling OpenAPIServiceModel SetOperationOutput.swift
[675/701] Compiling OpenAPIServiceModel SetOperationInput.swift
[676/701] Compiling OpenAPIServiceModel ParseSchemas.swift
[677/710] Compiling SmokeAWSGenerate StepFunctionsConfiguration.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>
[678/710] Compiling SmokeAWSGenerate main.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>
[680/711] Compiling SwaggerServiceModel SwaggerServiceModel+setOperationInput.swift
[681/711] Emitting module OpenAPIServiceModel
[682/711] Emitting module SwaggerServiceModel
[683/711] Compiling SwaggerServiceModel SwaggerServiceModel+createSwaggerModel.swift
[684/712] Compiling SwaggerServiceModel SwaggerServiceModel.swift
[685/712] Wrapping AST for SmokeAWSGenerate for debugging
[686/712] Write Objects.LinkFileList
[688/712] Emitting module OpenAPIServiceModel
[689/712] Compiling OpenAPIServiceModel CreateOpenAPIServiceModel.swift
[690/713] Compiling SwaggerServiceModel SwaggerServiceModel+setOperationOutput.swift
[692/713] Compiling SwaggerServiceModel SwaggerServiceModel+parseSchemas.swift
[692/713] Wrapping AST for SwaggerServiceModel for debugging
[694/713] Compiling OpenAPIServiceModel ParseSchemas.swift
[695/713] Compiling OpenAPIServiceModel OpenAPIServiceModel.swift
[696/713] Compiling OpenAPIServiceModel SetOperationOutput.swift
[697/713] Compiling OpenAPIServiceModel SetOperationInput.swift
[697/713] Wrapping AST for OpenAPIServiceModel for debugging
[698/716] Linking SmokeAWSGenerate
[700/716] Emitting module SwaggerServiceModel
[701/716] Compiling SwaggerServiceModel SwaggerServiceModel+createSwaggerModel.swift
[702/717] Wrapping AST for SwaggerServiceModel for debugging
[704/717] Compiling APIGatewayClientGenerate APIGatewayClientSwiftCodeGen.swift
[705/717] Compiling OpenAPIServiceModel CreateOpenAPIServiceModel.swift
[707/718] 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 | }
[708/718] 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 | }
[708/724] Wrapping AST for OpenAPIServiceModel for debugging
[710/725] Wrapping AST for APIGatewayClientGenerate for debugging
[711/725] Write Objects.LinkFileList
[713/725] Compiling APIGatewayClientGenerate APIGatewayClientSwiftCodeGen.swift
[714/725] Compiling APIGatewayClientInitialize APIGatewayClientSwiftCodeGen.swift
[715/725] 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 | }
[716/725] 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 | }
[716/726] Linking APIGatewayClientGenerate-tool
[718/726] 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 | }
[719/726] 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 | }
[721/727] Wrapping AST for APIGatewayClientInitialize for debugging
[722/727] Write Objects.LinkFileList
[723/727] Wrapping AST for APIGatewayClientGenerate for debugging
[724/727] Write Objects.LinkFileList
[725/727] Linking APIGatewayClientInitialize
[726/727] Linking APIGatewayClientGenerate
Build complete! (155.99s)
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.