The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SmokeAWSGenerate, reference 3.2.1 (bbb08b), with Swift 6.3 for Linux on 13 Apr 2026 20:42:32 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 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:         linux
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-4606859-1":/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:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-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/110] Fetching openapi-swift-code-generate
[111/1659] Fetching openapi-swift-code-generate, service-model-swift-code-generate
[1227/19182] Fetching openapi-swift-code-generate, service-model-swift-code-generate, swift-argument-parser
Fetched https://github.com/amzn/openapi-swift-code-generate.git from cache (0.36s)
[5930/19072] Fetching service-model-swift-code-generate, swift-argument-parser
Fetched https://github.com/amzn/service-model-swift-code-generate.git from cache (0.38s)
[4556/17523] Fetching swift-argument-parser
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.62s)
Fetching https://github.com/mattpolzin/OpenAPIKit.git
[1/145367] Fetching openapikit
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/knovichikhin/SwaggerParser.git
Fetched https://github.com/mattpolzin/OpenAPIKit.git from cache (12.28s)
[1/477] Fetching swaggerparser
[478/12028] Fetching swaggerparser, yams
Fetched https://github.com/knovichikhin/SwaggerParser.git from cache (2.86s)
Fetched https://github.com/jpsim/Yams.git from cache (2.91s)
Computing version for https://github.com/knovichikhin/SwaggerParser.git
Computed https://github.com/knovichikhin/SwaggerParser.git at 0.6.4 (20.43s)
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 (1.00s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 4.0.6 (1.08s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (0.66s)
Computing version for https://github.com/mattpolzin/OpenAPIKit.git
Computed https://github.com/mattpolzin/OpenAPIKit.git at 3.9.0 (0.52s)
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
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/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
/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
[16/93] Compiling parser.c
[18/93] Compiling api.c
[20/93] Write sources
[20/93] Write swift-version-24593BA9C3E375BF.txt
[23/93] Write sources
[31/93] Compiling emitter.c
[32/93] Write sources
[33/93] Compiling emitter.c
[34/187] Compiling writer.c
[35/221] Compiling reader.c
[36/221] Compiling writer.c
[37/221] Compiling scanner.c
[39/268] Compiling reader.c
[41/283] Emitting module OpenAPIKitCore
[43/291] Emitting module SwaggerParser
[45/301] Emitting module Yams
[46/302] Compiling Yams Emitter.swift
[47/302] Compiling Yams Encoder.swift
[48/302] Compiling Yams Constructor.swift
[49/302] Compiling Yams Decoder.swift
[50/302] Compiling Yams Mark.swift
[51/302] Compiling Yams Node.Mapping.swift
[52/302] Compiling Yams Representer.swift
[53/302] Compiling Yams Resolver.swift
[54/302] Compiling Yams String+Yams.swift
[55/302] Compiling Yams Tag.swift
[56/302] Compiling OpenAPIKitCore OrderedDictionary.swift
[57/302] Compiling OpenAPIKitCore ParameterSchemaContextStyle.swift
[58/302] Compiling OpenAPIKitCore Path.swift
[59/302] Compiling OpenAPIKitCore Container+DecodeURLAsString.swift
[60/302] Compiling OpenAPIKitCore Optional+Zip.swift
[61/302] Compiling OpenAPIKitCore Result+Value.swift
[62/302] Compiling OpenAPIKitCore Discriminator.swift
[63/302] Compiling OpenAPIKitCore HttpMethod.swift
[64/302] Compiling OpenAPIKitCore JSONSchemaPermissions.swift
[65/302] Compiling OpenAPIKitCore JSONTypeFormat.swift
[66/302] Compiling OpenAPIKitCore Validatable.swift
[67/302] Compiling SwaggerParser SchemaType.swift
[68/302] Compiling SwaggerParser SecuritySchema.swift
[69/302] Compiling SwaggerParser StringFormat.swift
[70/302] Compiling SwaggerParser StringItem.swift
[71/302] Compiling OpenAPIKitCore ResponseStatusCode.swift
[72/302] Compiling OpenAPIKitCore SecurityScheme.swift
[73/302] Compiling OpenAPIKitCore URLTemplate+Parsing.swift
[74/302] Compiling OpenAPIKitCore URLTemplate.swift
[89/302] Compiling Yams Node.Scalar.swift
[90/302] Compiling Yams Node.Sequence.swift
[91/302] Compiling Yams Node.swift
[92/302] Compiling Yams Parser.swift
[98/303] Compiling OpenAPIKitCore StringConvertibleHintProvider.swift
[99/303] Compiling OpenAPIKitCore Shared.swift
[100/303] Compiling OpenAPIKitCore CallbackURL.swift
[110/303] Compiling OpenAPIKitCore ComponentKey.swift
[111/303] Compiling OpenAPIKitCore ContentType.swift
[117/303] Compiling Yams YamlError.swift
[127/303] Compiling OpenAPIKitCore OAuthFlows.swift
[128/303] Compiling OpenAPIKitCore ParameterContextLocation.swift
[149/303] Compiling ServiceModelEntities ServiceModel.swift
[150/303] Compiling ServiceModelEntities String+nameConversions.swift
[168/303] Compiling ServiceModelEntities ServiceModel.swift
[191/303] Compiling ServiceModelEntities ServiceModel+getTypeMappings.swift
[200/304] Compiling ServiceModelEntities String+nameConversions.swift
[207/304] Compiling SwaggerParser StringMetadata.swift
[208/304] Compiling SwaggerParser Structure.swift
[209/304] Compiling SwaggerParser Swagger.swift
[210/304] Compiling SwaggerParser Tag.swift
[211/304] Compiling SwaggerParser Version.swift
[244/307] Emitting module Yams
[248/319] Wrapping AST for SwaggerParser for debugging
[249/326] Write Objects.LinkFileList
[250/340] Wrapping AST for SwaggerParser for debugging
[252/350] Write Objects.LinkFileList
[253/353] Archiving libSwaggerParser-tool.a
[255/368] Archiving libSwaggerParser.a
[256/368] Wrapping AST for OpenAPIKitCore for debugging
[257/368] Write sources
[258/368] Wrapping AST for OpenAPIKitCore for debugging
[259/368] Write sources
[261/368] Emitting module ServiceModelEntities
[261/368] Write sources
[262/368] Wrapping AST for Yams for debugging
[264/368] Write sources
[271/403] Compiling ServiceModelEntities ModelEntities.swift
[272/403] Compiling ServiceModelEntities ModelOverride.swift
[273/409] Emitting module ServiceModelEntities
[274/412] Compiling ServiceModelEntities ModelOverride.swift
[275/412] Compiling ServiceModelEntities ModelEntities.swift
[277/433] Wrapping AST for ServiceModelEntities for debugging
[279/459] Compiling ServiceModelCodeGeneration ModelErrorsDelegate.swift
[280/460] Emitting module ServiceModelCodeGeneration
[281/461] Compiling ServiceModelCodeGeneration ModelLocation.swift
[282/461] Emitting module ServiceModelCodeGeneration
[283/461] Compiling ServiceModelCodeGeneration ApplicationDescription.swift
[285/461] Compiling ServiceModelCodeGeneration FileBuilder.swift
[286/461] Compiling ServiceModelCodeGeneration InitializerType.swift
[287/461] Compiling ServiceModelCodeGeneration CodeGenerationCustomizations.swift
[288/461] Compiling ServiceModelCodeGeneration ModelErrorsDelegate.swift
[289/461] Compiling ServiceModelCodeGeneration ModelClientDelegate.swift
[290/461] Compiling ServiceModelCodeGeneration ModelLocation.swift
[291/461] Compiling ServiceModelCodeGeneration InitializerType.swift
[292/461] Compiling ServiceModelCodeGeneration FileBuilder.swift
[293/461] Compiling ServiceModelCodeGeneration ModelClientDelegate.swift
[294/461] Compiling ServiceModelCodeGeneration CodeGenerationCustomizations.swift
[295/461] Compiling CoralToJSONServiceModel Metadata.swift
[297/461] Compiling ServiceModelCodeGeneration ServiceModelCodeGenerator.swift
[299/462] Compiling CoralToJSONServiceModel ShapeAttributes.swift
[300/462] Compiling ServiceModelCodeGeneration ServiceModelCodeGenerator.swift
[302/463] Compiling CoralToJSONServiceModel ShapeAttributes.swift
[302/488] Wrapping AST for ServiceModelEntities for debugging
[304/488] Compiling CoralToJSONServiceModel HelperStructures.swift
[305/488] Compiling CoralToJSONServiceModel CoralToJSONServiceModel.swift
[306/488] Emitting module CoralToJSONServiceModel
[308/490] Compiling CoralToJSONServiceModel CoralToJSONServiceModel.swift
[309/500] Emitting module CoralToJSONServiceModel
[310/500] Compiling CoralToJSONServiceModel HelperStructures.swift
[311/515] Wrapping AST for ServiceModelCodeGeneration for debugging
[312/515] Wrapping AST for CoralToJSONServiceModel for debugging
[313/515] Wrapping AST for ServiceModelCodeGeneration for debugging
[314/515] Wrapping AST for CoralToJSONServiceModel for debugging
[316/515] Emitting module ServiceModelGenerate
[318/521] Emitting module ArgumentParserToolInfo
[319/521] Compiling ArgumentParserToolInfo ToolInfo.swift
[320/522] Wrapping AST for ArgumentParserToolInfo for debugging
[322/522] Emitting module ArgumentParserToolInfo
[323/522] Compiling ArgumentParserToolInfo ToolInfo.swift
[325/569] Compiling ArgumentParser Argument.swift
[326/569] Compiling ArgumentParser ArgumentDiscussion.swift
[327/569] Compiling ArgumentParser ArgumentHelp.swift
[328/569] Compiling ArgumentParser BashCompletionsGenerator.swift
[329/569] Compiling ArgumentParser CompletionsGenerator.swift
[330/569] Compiling ArgumentParser FishCompletionsGenerator.swift
[331/569] Compiling ArgumentParser ZshCompletionsGenerator.swift
[331/569] Wrapping AST for ArgumentParserToolInfo for debugging
[333/569] Compiling ArgumentParser NameSpecification.swift
[334/569] Compiling ArgumentParser Option.swift
[335/569] Compiling ArgumentParser OptionGroup.swift
[339/569] Compiling ArgumentParser ArgumentVisibility.swift
[340/569] Compiling ArgumentParser CompletionKind.swift
[341/569] Compiling ArgumentParser Errors.swift
[342/569] Compiling ArgumentParser Flag.swift
[346/570] Compiling ArgumentParser ParentCommand.swift
[347/570] Compiling ArgumentParser EnumerableFlag.swift
[348/570] Compiling ArgumentParser ExpressibleByArgument.swift
[349/570] Compiling ArgumentParser ParsableArguments.swift
[350/570] Compiling ArgumentParser ParsableCommand.swift
[351/570] Compiling ArgumentParser ArgumentDecoder.swift
[352/570] Compiling ArgumentParser ArgumentDefinition.swift
[357/615] Compiling ArgumentParser CompletionKind.swift
[358/615] Compiling ArgumentParser Errors.swift
[359/615] Compiling ArgumentParser Flag.swift
[360/615] Compiling ArgumentParser ArgumentVisibility.swift
[364/615] Compiling ArgumentParser UsageGenerator.swift
[365/615] Compiling ArgumentParser CollectionExtensions.swift
[366/615] Compiling ArgumentParser Foundation.swift
[368/616] Compiling ArgumentParser CommandParser.swift
[369/616] Compiling ArgumentParser InputKey.swift
[370/616] Compiling ArgumentParser DumpHelpGenerator.swift
[371/616] Compiling ArgumentParser HelpCommand.swift
[372/616] Compiling ArgumentParser HelpGenerator.swift
[373/616] Compiling ArgumentParser MessageInfo.swift
[375/624] Wrapping AST for ServiceModelGenerate for debugging
[383/636] Compiling ArgumentParser NameSpecification.swift
[384/636] Compiling ArgumentParser Option.swift
[385/636] Compiling ArgumentParser OptionGroup.swift
[386/636] Compiling ArgumentParser ParsableCommand.swift
[387/636] Compiling ArgumentParser ArgumentDecoder.swift
[388/636] Compiling ArgumentParser ArgumentDefinition.swift
[389/636] Compiling ArgumentParser ArgumentSet.swift
[391/637] Compiling SmokeAWSModelGenerate ModelClientDelegate+commonAWSFunctions.swift
[391/638] Wrapping AST for ServiceModelGenerate for debugging
[393/638] Emitting module ArgumentParser
[394/656] Compiling SmokeAWSModelGenerate ModelClientDelegate+commonAWSFunctions.swift
[395/657] Compiling SmokeAWSModelGenerate CoralToJSONServiceModel+getAWSClientAttributes.swift
[396/657] Compiling SmokeAWSModelGenerate ModelClientDelegate+addAWSClientDeinitializer.swift
[397/657] Compiling SmokeAWSModelGenerate SmokeAWSModelGenerate.swift
[398/657] Compiling SmokeAWSModelGenerate AWSClientDelegate+addAWSClientOperationBody.swift
[399/657] Compiling SmokeAWSModelGenerate AWSClientDelegate+addAWSClientQueryOperationBody.swift
[400/657] Compiling SmokeAWSModelGenerate APIGatewayClientDelegate.swift
[401/657] Compiling SmokeAWSModelGenerate AWSClientAttributes.swift
[402/657] Emitting module SmokeAWSModelGenerate
[403/657] Compiling SmokeAWSModelGenerate AWSClientDelegate.swift
[404/657] Compiling SmokeAWSModelGenerate AWSModelErrorsDelegate.swift
[407/657] Compiling ArgumentParser AsyncParsableCommand.swift
[408/657] Compiling ArgumentParser CommandConfiguration.swift
[409/657] Compiling ArgumentParser CommandGroup.swift
[410/657] Compiling ArgumentParser EnumerableFlag.swift
[411/657] Compiling ArgumentParser ExpressibleByArgument.swift
[412/657] Compiling ArgumentParser ParsableArguments.swift
[413/657] Emitting module SmokeAWSModelGenerate
[421/657] Compiling SmokeAWSModelGenerate SmokeAWSModelGenerate.swift
[422/657] Emitting module ArgumentParser
[436/671] Compiling ArgumentParser Mutex.swift
[437/671] Compiling ArgumentParser Platform.swift
[438/671] Compiling ArgumentParser SequenceExtensions.swift
[439/671] Compiling ArgumentParser StringExtensions.swift
[440/671] Compiling ArgumentParser SwiftExtensions.swift
[446/671] Compiling ArgumentParser InputOrigin.swift
[447/671] Compiling SmokeAWSModelGenerate ModelClientDelegate+addAWSClientFileHeader.swift
[448/671] Compiling SmokeAWSModelGenerate ModelClientDelegate+addAWSClientInitializer.swift
[449/672] Compiling SmokeAWSModelGenerate ModelClientDelegate+addAWSClientFileHeader.swift
[452/672] Compiling SmokeAWSModelGenerate ModelClientDelegate+addAWSClientInitializer.swift
[455/673] Compiling ArgumentParser ParentCommand.swift
[461/673] Wrapping AST for SmokeAWSModelGenerate for debugging
[464/673] Compiling ArgumentParser Name.swift
[465/673] Compiling ArgumentParser Parsed.swift
[466/673] Compiling ArgumentParser ParsedValues.swift
[467/673] Compiling ArgumentParser ParserError.swift
[468/673] Compiling ArgumentParser SplitArguments.swift
[468/676] Wrapping AST for SmokeAWSModelGenerate for debugging
[491/681] Compiling APIGatewayClientModelGenerate APIGatewayClientModelErrorsDelegate.swift
[492/681] Compiling ArgumentParser Tree.swift
[493/681] Compiling ArgumentParser CodingKeyValidator.swift
[494/681] Compiling ArgumentParser NonsenseFlagsValidator.swift
[495/681] Compiling ArgumentParser ParsableArgumentsValidation.swift
[496/681] Compiling ArgumentParser PositionalArgumentsValidator.swift
[497/681] Compiling ArgumentParser UniqueNamesValidator.swift
[498/681] Compiling APIGatewayClientModelGenerate APIGatewayClientModelErrorsDelegate.swift
[499/681] Compiling APIGatewayClientModelGenerate APIGatewayClientCodeGeneration.swift
[518/681] Emitting module OpenAPIKit30
[538/681] Emitting module APIGatewayClientModelGenerate
[539/681] Compiling APIGatewayClientModelGenerate APIGatewayClientCodeGeneration+generateClientApplicationFiles.swift
[541/681] Emitting module APIGatewayClientModelGenerate
[542/681] Compiling APIGatewayClientModelGenerate APIGatewayClientCodeGeneration.swift
[564/683] Wrapping AST for APIGatewayClientModelGenerate for debugging
[584/683] Compiling OpenAPIKit30 SimplifiedJSONSchema.swift
[585/683] Compiling OpenAPIKit30 TypesAndFormats.swift
[586/683] Compiling OpenAPIKit30 DereferencedSecurityRequirement.swift
[587/683] Compiling OpenAPIKit30 SecurityScheme.swift
[588/683] Compiling OpenAPIKit30 Server.swift
[589/683] Compiling OpenAPIKit30 Tag.swift
[590/683] Compiling OpenAPIKit30 URLTemplate+Validatable.swift
[626/684] Wrapping AST for ArgumentParser for debugging
[628/700] Compiling SmokeAWSGenerate SimpleWorkflowConfiguration.swift
[634/701] Compiling OpenAPIKit30 Container+DecodeURLAsString.swift
[635/701] Compiling OpenAPIKit30 OrderedDictionry+LocallyDereferenceable.swift
[636/701] Compiling OpenAPIKit30 Validation+Builtins.swift
[637/701] Compiling OpenAPIKit30 Validation.swift
[638/701] Compiling OpenAPIKit30 Validator+Convenience.swift
[639/701] Compiling OpenAPIKit30 Validator.swift
[640/701] Compiling OpenAPIKit30 XML.swift
[641/701] Compiling OpenAPIKit30 _CoreReExport.swift
[643/701] Emitting module SmokeAWSGenerate
[643/703] Wrapping AST for ArgumentParser for debugging
[645/703] Compiling SmokeAWSGenerate CodePipelineConfiguration.swift
[646/703] Compiling SmokeAWSGenerate DynamoDBConfiguration.swift
[647/703] Compiling SmokeAWSGenerate RDSDataConfiguration.swift
[648/703] Compiling SmokeAWSGenerate S3Configuration.swift
[649/703] Compiling SmokeAWSGenerate SNSConfiguration.swift
[650/703] Compiling SmokeAWSGenerate STSConfiguration.swift
[651/703] Compiling SmokeAWSGenerate CloudFormationConfiguration.swift
[652/703] Compiling SmokeAWSGenerate CloudwatchConfiguration.swift
[653/703] Compiling SmokeAWSGenerate CodeBuildConfiguration.swift
[654/703] Compiling SmokeAWSGenerate ECSConfiguration.swift
[655/703] Compiling SmokeAWSGenerate RDSConfiguration.swift
[656/703] Compiling SmokeAWSGenerate EC2Configuration.swift
[657/703] Compiling SmokeAWSGenerate ECRConfiguration.swift
[658/703] Compiling SmokeAWSGenerate SimpleQueueConfiguration.swift
[685/705] Wrapping AST for OpenAPIKit30 for debugging
[687/715] 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>
[688/715] 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>
[689/718] Wrapping AST for OpenAPIKit30 for debugging
[690/730] Wrapping AST for SmokeAWSGenerate for debugging
[692/730] Compiling SwaggerServiceModel SwaggerServiceModel+setOperationInput.swift
[692/730] Write Objects.LinkFileList
[694/730] Emitting module SwaggerServiceModel
[695/730] Compiling SwaggerServiceModel SwaggerServiceModel.swift
[696/730] Compiling OpenAPIServiceModel SetOperationInput.swift
[696/730] Linking SmokeAWSGenerate
[698/730] Emitting module OpenAPIServiceModel
[699/730] Compiling OpenAPIServiceModel SetOperationInput.swift
[700/730] Compiling SwaggerServiceModel SwaggerServiceModel.swift
[701/730] Compiling SwaggerServiceModel SwaggerServiceModel+setOperationInput.swift
[702/730] Compiling SwaggerServiceModel SwaggerServiceModel+parseSchemas.swift
[703/730] Compiling SwaggerServiceModel SwaggerServiceModel+setOperationOutput.swift
[704/730] Compiling SwaggerServiceModel SwaggerServiceModel+parseSchemas.swift
[705/730] Compiling SwaggerServiceModel SwaggerServiceModel+setOperationOutput.swift
[706/730] Compiling OpenAPIServiceModel SetOperationOutput.swift
[707/730] Compiling OpenAPIServiceModel CreateOpenAPIServiceModel.swift
[708/730] Compiling OpenAPIServiceModel OpenAPIServiceModel.swift
[709/730] Compiling OpenAPIServiceModel ParseSchemas.swift
[710/730] Compiling OpenAPIServiceModel SetOperationOutput.swift
[712/731] Compiling OpenAPIServiceModel ParseSchemas.swift
[713/731] Compiling OpenAPIServiceModel OpenAPIServiceModel.swift
[714/731] Emitting module SwaggerServiceModel
[715/731] Compiling SwaggerServiceModel SwaggerServiceModel+createSwaggerModel.swift
[715/731] Wrapping AST for OpenAPIServiceModel for debugging
[718/732] Compiling SwaggerServiceModel SwaggerServiceModel+createSwaggerModel.swift
[718/733] Wrapping AST for SwaggerServiceModel for debugging
[722/739] Emitting module OpenAPIServiceModel
[723/739] Compiling OpenAPIServiceModel CreateOpenAPIServiceModel.swift
[724/740] Emitting module APIGatewayClientInitialize
/host/spi-builder-workspace/Sources/APIGatewayClientInitialize/APIGatewayClientInitializeCommand.swift:21:1: warning: extension declares a conformance of imported type 'VersionRequirementType' to imported protocols 'ExpressibleByArgument', '_SendableMetatype'; 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 protocols 'ExpressibleByArgument', '_SendableMetatype'; 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 | }
[726/740] Emitting module APIGatewayClientGenerate
/host/spi-builder-workspace/Sources/APIGatewayClientGenerate/APIGatewayClientGenerateCommand.swift:21:1: warning: extension declares a conformance of imported type 'GenerationType' to imported protocols 'ExpressibleByArgument', '_SendableMetatype'; 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 protocols 'ExpressibleByArgument', '_SendableMetatype'; 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 | }
[726/740] Wrapping AST for OpenAPIServiceModel for debugging
[728/743] Compiling APIGatewayClientInitialize APIGatewayClientSwiftCodeGen.swift
[729/743] Compiling APIGatewayClientGenerate APIGatewayClientSwiftCodeGen.swift
[730/743] 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 protocols 'ExpressibleByArgument', '_SendableMetatype'; 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 protocols 'ExpressibleByArgument', '_SendableMetatype'; 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 | }
[731/744] Wrapping AST for APIGatewayClientGenerate for debugging
[732/744] Write Objects.LinkFileList
[734/744] 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 protocols 'ExpressibleByArgument', '_SendableMetatype'; 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 protocols 'ExpressibleByArgument', '_SendableMetatype'; 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 | }
[735/745] Wrapping AST for APIGatewayClientInitialize for debugging
[736/745] Write Objects.LinkFileList
[738/745] Compiling APIGatewayClientGenerate APIGatewayClientSwiftCodeGen.swift
[739/745] Emitting module APIGatewayClientGenerate
/host/spi-builder-workspace/Sources/APIGatewayClientGenerate/APIGatewayClientGenerateCommand.swift:21:1: warning: extension declares a conformance of imported type 'GenerationType' to imported protocols 'ExpressibleByArgument', '_SendableMetatype'; 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 protocols 'ExpressibleByArgument', '_SendableMetatype'; 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 | }
[740/745] 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 protocols 'ExpressibleByArgument', '_SendableMetatype'; 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 protocols 'ExpressibleByArgument', '_SendableMetatype'; 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 | }
[741/746] Wrapping AST for APIGatewayClientGenerate for debugging
[742/746] Write Objects.LinkFileList
[743/746] Linking APIGatewayClientGenerate
[744/746] Linking APIGatewayClientInitialize
[745/746] Linking APIGatewayClientGenerate-tool
Build complete! (205.32s)
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.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.