Build Information
Successful build of SmokeAWSGenerate, reference main (bbb08b), with Swift 6.3 for Linux on 13 Apr 2026 20:41:00 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.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.3
Building package at path: $PWD
https://github.com/amzn/smoke-aws-generate.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/amzn/openapi-swift-code-generate.git
Fetching https://github.com/amzn/service-model-swift-code-generate.git
Fetching https://github.com/apple/swift-argument-parser
[1/110] Fetching openapi-swift-code-generate
[15/1659] Fetching openapi-swift-code-generate, service-model-swift-code-generate
[1660/19182] Fetching openapi-swift-code-generate, service-model-swift-code-generate, swift-argument-parser
Fetched https://github.com/amzn/service-model-swift-code-generate.git from cache (0.25s)
[987/17633] Fetching openapi-swift-code-generate, swift-argument-parser
Fetched https://github.com/amzn/openapi-swift-code-generate.git from cache (0.71s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.72s)
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.18s)
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/knovichikhin/SwaggerParser.git
Fetching https://github.com/mattpolzin/OpenAPIKit.git
[1/477] Fetching swaggerparser
[478/12028] Fetching swaggerparser, yams
[9488/157395] Fetching swaggerparser, yams, openapikit
Fetched https://github.com/jpsim/Yams.git from cache (1.62s)
[23736/145844] Fetching swaggerparser, openapikit
Fetched https://github.com/knovichikhin/SwaggerParser.git from cache (8.20s)
Fetched https://github.com/mattpolzin/OpenAPIKit.git from cache (8.36s)
Computing version for https://github.com/knovichikhin/SwaggerParser.git
Computed https://github.com/knovichikhin/SwaggerParser.git at 0.6.4 (10.64s)
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.42s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 4.0.6 (0.44s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (0.45s)
Computing version for https://github.com/mattpolzin/OpenAPIKit.git
Computed https://github.com/mattpolzin/OpenAPIKit.git at 3.9.0 (0.45s)
Creating working copy for https://github.com/amzn/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.7.1
Creating working copy for https://github.com/amzn/openapi-swift-code-generate.git
Working copy of https://github.com/amzn/openapi-swift-code-generate.git resolved at 1.0.3
Creating working copy for https://github.com/mattpolzin/OpenAPIKit.git
Working copy of https://github.com/mattpolzin/OpenAPIKit.git resolved at 3.9.0
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/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] Compiling reader.c
[5/93] Write sources
[6/93] Compiling parser.c
[7/93] Write sources
[8/93] Write swift-version-24593BA9C3E375BF.txt
[9/93] Compiling parser.c
[11/93] Write sources
[22/93] Compiling api.c
[23/93] Write sources
[26/93] Compiling api.c
[27/93] Write sources
[31/93] Compiling emitter.c
[32/93] Write sources
[34/93] Compiling emitter.c
[35/101] Compiling writer.c
[37/253] Compiling scanner.c
[39/268] Compiling reader.c
[40/268] Write sources
[42/283] Emitting module ServiceModelEntities
[43/283] Emitting module SwaggerParser
[44/288] Emitting module OpenAPIKitCore
[45/292] Emitting module SwaggerParser
[46/297] Compiling SwaggerParser IntegerItem.swift
[47/297] Compiling SwaggerParser Items.swift
[48/297] Compiling SwaggerParser ItemsType.swift
[49/297] Compiling SwaggerParser KeyedDecodingContainer+Extensions.swift
[50/301] Compiling Yams Constructor.swift
[51/301] Compiling Yams Decoder.swift
[52/301] Compiling Yams Emitter.swift
[53/301] Compiling Yams Encoder.swift
[54/301] Compiling Yams Node.Scalar.swift
[55/301] Compiling Yams Node.Sequence.swift
[56/301] Compiling SwaggerParser Path.swift
[57/301] Compiling SwaggerParser Pointer.swift
[58/301] Compiling OpenAPIKitCore Container+DecodeURLAsString.swift
[59/301] Compiling OpenAPIKitCore Optional+Zip.swift
[60/301] Compiling OpenAPIKitCore Result+Value.swift
[61/301] Compiling SwaggerParser NumberItem.swift
[62/301] Compiling SwaggerParser NumericMetadata.swift
[63/301] Compiling SwaggerParser Oauth2Schema.swift
[64/301] Compiling SwaggerParser FixedParameterFields.swift
[65/301] Compiling SwaggerParser Information.swift
[66/301] Compiling OpenAPIKitCore Validatable.swift
[67/301] Compiling SwaggerParser SchemaType.swift
[68/301] Compiling SwaggerParser SecuritySchema.swift
[69/301] Compiling SwaggerParser StringFormat.swift
[70/301] Compiling SwaggerParser StringItem.swift
[74/302] Compiling SwaggerParser ObjectMetadata.swift
[75/302] Compiling SwaggerParser ObjectSchema.swift
[76/302] Compiling SwaggerParser OneOfSchema.swift
[77/302] Compiling SwaggerParser OneOrMany.swift
[78/302] Compiling SwaggerParser Operation.swift
[89/302] Compiling SwaggerParser Parameter.swift
[90/302] Compiling Yams Mark.swift
[91/302] Compiling Yams Node.Mapping.swift
[92/302] Compiling Yams Node.swift
[93/302] Compiling Yams Parser.swift
[94/302] Compiling Yams String+Yams.swift
[107/302] Compiling Yams Tag.swift
[108/302] Compiling Yams Representer.swift
[109/302] Compiling Yams Resolver.swift
[110/302] Compiling SwaggerParser Metadata.swift
[111/302] Compiling Yams YamlError.swift
[130/302] Compiling ServiceModelEntities ServiceModel.swift
[131/302] Compiling ServiceModelEntities String+nameConversions.swift
[138/302] Compiling ServiceModelEntities ServiceModel.swift
[152/303] Emitting module OpenAPIKitCore
[193/303] Compiling ServiceModelEntities ServiceModel+getTypeMappings.swift
[208/305] Emitting module Yams
[219/305] Compiling SwaggerParser StringMetadata.swift
[220/305] Compiling SwaggerParser Structure.swift
[221/305] Compiling SwaggerParser Swagger.swift
[222/305] Compiling SwaggerParser Tag.swift
[223/305] Compiling SwaggerParser Version.swift
[225/306] Compiling ServiceModelEntities ServiceModel+getTypeMappings.swift
[231/306] Emitting module ServiceModelEntities
[232/306] Compiling ServiceModelEntities ModelEntities.swift
[233/306] Compiling ServiceModelEntities ModelOverride.swift
[234/307] Emitting module Yams
[245/307] Compiling ServiceModelEntities ModelOverride.swift
[252/307] Compiling ServiceModelEntities String+nameConversions.swift
[253/307] Compiling ServiceModelEntities ModelEntities.swift
[254/307] Compiling Yams YamlError.swift
[259/312] Wrapping AST for SwaggerParser for debugging
[260/314] Wrapping AST for OpenAPIKitCore for debugging
[261/380] Wrapping AST for Yams for debugging
[264/457] Compiling ServiceModelCodeGeneration ApplicationDescription.swift
[264/458] Wrapping AST for SwaggerParser for debugging
[265/458] Write Objects.LinkFileList
[266/458] Archiving libSwaggerParser.a
[267/458] Write Objects.LinkFileList
[268/458] Archiving libSwaggerParser-tool.a
[270/458] Compiling ServiceModelCodeGeneration ModelErrorsDelegate.swift
[271/459] Emitting module ArgumentParserToolInfo
[271/459] Wrapping AST for ServiceModelEntities for debugging
[273/459] Compiling ServiceModelCodeGeneration CodeGenerationCustomizations.swift
[273/459] Wrapping AST for ServiceModelEntities for debugging
[275/459] Compiling ServiceModelCodeGeneration ModelErrorsDelegate.swift
[276/459] Compiling ServiceModelCodeGeneration ModelLocation.swift
[276/459] Wrapping AST for OpenAPIKitCore for debugging
[277/459] Write sources
[279/459] Emitting module ServiceModelCodeGeneration
[280/460] Compiling ServiceModelCodeGeneration ApplicationDescription.swift
[281/460] Compiling ServiceModelCodeGeneration CodeGenerationCustomizations.swift
[282/461] Emitting module ServiceModelCodeGeneration
[283/461] Compiling ServiceModelCodeGeneration ServiceModelCodeGenerator.swift
[284/461] Compiling ServiceModelCodeGeneration ModelLocation.swift
[285/461] Compiling ServiceModelCodeGeneration InitializerType.swift
[286/461] Compiling ServiceModelCodeGeneration ModelClientDelegate.swift
[287/461] Compiling ServiceModelCodeGeneration FileBuilder.swift
[289/462] Compiling ServiceModelCodeGeneration InitializerType.swift
[290/462] Compiling ServiceModelCodeGeneration ModelClientDelegate.swift
[291/462] Compiling ServiceModelCodeGeneration ServiceModelCodeGenerator.swift
[293/463] Write sources
[295/464] Compiling CoralToJSONServiceModel Metadata.swift
[296/464] Compiling CoralToJSONServiceModel ShapeAttributes.swift
[297/464] Compiling CoralToJSONServiceModel Metadata.swift
[298/464] Compiling CoralToJSONServiceModel ShapeAttributes.swift
[299/489] Compiling CoralToJSONServiceModel HelperStructures.swift
[300/513] Emitting module CoralToJSONServiceModel
[302/513] Compiling CoralToJSONServiceModel CoralToJSONServiceModel.swift
[303/513] Compiling CoralToJSONServiceModel HelperStructures.swift
[304/513] Compiling CoralToJSONServiceModel CoralToJSONServiceModel.swift
[306/515] Wrapping AST for ServiceModelCodeGeneration for debugging
[308/515] Wrapping AST for CoralToJSONServiceModel for debugging
[309/515] Write sources
[310/515] Wrapping AST for CoralToJSONServiceModel for debugging
[311/515] Write sources
[317/515] Emitting module ServiceModelGenerate
[318/518] Compiling ServiceModelGenerate ServiceModelCodeGenerator+generateEnumerationDeclaration.swift
[319/518] Compiling ServiceModelGenerate ServiceModelCodeGenerator+generateErrorDefinition.swift
[320/518] Compiling ServiceModelGenerate ServiceModelCodeGenerator+generateModelErrors.swift
[321/521] Emitting module OpenAPIKit30
[322/521] Compiling ServiceModelGenerate ServiceModelCodeGenerator+addRequestInputStructure.swift
[323/521] Compiling ServiceModelGenerate ServiceModelCodeGenerator+createOutputStructureStubVariable.swift
[324/521] Compiling ServiceModelGenerate ServiceModelCodeGenerator+createStructureJsonVariable.swift
[325/521] Compiling ServiceModelGenerate ClientProtocolDelegate.swift
[326/521] Compiling ServiceModelGenerate MockClientDelegate.swift
[327/521] Compiling ServiceModelGenerate ModelClientDelegate+common.swift
[328/521] Compiling ServiceModelGenerate ServiceModelCodeGenerator+addGeneratedFileHeader.swift
[329/529] Compiling ServiceModelGenerate ServiceModelCodeGenerator+generateModelInvocationsReporting.swift
[330/529] Compiling ServiceModelGenerate ServiceModelCodeGenerator+generateModelOperationClientInput.swift
[331/529] Compiling ServiceModelGenerate ServiceModelCodeGenerator+generateModelOperationClientOutput.swift
[332/529] Compiling ArgumentParserToolInfo ToolInfo.swift
[334/530] Emitting module OpenAPIKit30
[335/538] Compiling ServiceModelGenerate ServiceModelCodeGenerator+generateModelTypes.swift
[336/538] Compiling ServiceModelGenerate ServiceModelCodeGenerator+shapeConversion.swift
[337/538] Compiling ServiceModelGenerate ServiceModelCodeGenerator+shapeProtocol.swift
[338/538] Emitting module ServiceModelGenerate
[339/538] Compiling ServiceModelGenerate ServiceModelCodeGenerator+generateModelOperationsEnum.swift
[340/538] Compiling ServiceModelGenerate ServiceModelCodeGenerator+generateModelOperationsReporting.swift
[341/538] Compiling ServiceModelGenerate ServiceModelCodeGenerator+generateModelStructures.swift
[344/538] Wrapping AST for ArgumentParserToolInfo for debugging
[345/538] Compiling ServiceModelGenerate ServiceModelCodeGenerator+createStructureStubVariable.swift
[357/539] Compiling ServiceModelGenerate ServiceModelCodeGenerator+formatDocumentation.swift
[358/539] Compiling ServiceModelGenerate ServiceModelCodeGenerator+generateClient.swift
[359/539] Compiling ServiceModelGenerate ServiceModelCodeGenerator+generateConversionFunctions.swift
[360/539] Compiling ServiceModelGenerate ServiceModelCodeGenerator+generateDefaultInstances.swift
[361/539] Emitting module ArgumentParserToolInfo
[362/539] Compiling ArgumentParserToolInfo ToolInfo.swift
[363/585] Wrapping AST for ArgumentParserToolInfo for debugging
[365/586] Compiling ArgumentParser UsageGenerator.swift
[366/586] Compiling ArgumentParser CollectionExtensions.swift
[367/586] Compiling ArgumentParser ParentCommand.swift
[368/593] Compiling ArgumentParser HelpCommand.swift
[369/593] Compiling ArgumentParser HelpGenerator.swift
[370/593] Compiling ArgumentParser MessageInfo.swift
[371/631] Compiling ArgumentParser Flag.swift
[372/631] Compiling ArgumentParser NameSpecification.swift
[373/631] Compiling ArgumentParser Option.swift
[374/631] Compiling ArgumentParser OptionGroup.swift
[375/631] Compiling ArgumentParser ParentCommand.swift
[376/631] Compiling ArgumentParser AsyncParsableCommand.swift
[377/631] Compiling ArgumentParser CommandConfiguration.swift
[378/631] Compiling ArgumentParser CommandGroup.swift
[380/632] Compiling ArgumentParser ArgumentSet.swift
[381/632] Compiling ArgumentParser CommandParser.swift
[382/632] Compiling ArgumentParser InputKey.swift
[382/633] Wrapping AST for ServiceModelGenerate for debugging
[385/645] Compiling SmokeAWSModelGenerate APIGatewayClientDelegate.swift
[386/645] Compiling SmokeAWSModelGenerate AWSClientAttributes.swift
[387/645] Compiling SmokeAWSModelGenerate AWSClientDelegate+addAWSClientOperationBody.swift
[388/645] Compiling SmokeAWSModelGenerate AWSClientDelegate+addAWSClientQueryOperationBody.swift
[389/645] Compiling SmokeAWSModelGenerate AWSClientDelegate.swift
[390/645] Compiling SmokeAWSModelGenerate AWSModelErrorsDelegate.swift
[391/645] Compiling SmokeAWSModelGenerate CoralToJSONServiceModel+getAWSClientAttributes.swift
[392/645] Compiling SmokeAWSModelGenerate ModelClientDelegate+addAWSClientDeinitializer.swift
[393/645] Compiling ArgumentParser CompletionKind.swift
[393/645] Wrapping AST for ServiceModelGenerate for debugging
[395/657] Compiling SmokeAWSModelGenerate ModelClientDelegate+commonAWSFunctions.swift
[397/659] Compiling SmokeAWSModelGenerate SmokeAWSModelGenerate.swift
[399/659] Compiling SmokeAWSModelGenerate AWSClientDelegate.swift
[400/659] Compiling SmokeAWSModelGenerate AWSModelErrorsDelegate.swift
[401/659] Compiling SmokeAWSModelGenerate AWSClientDelegate+addAWSClientOperationBody.swift
[402/659] Compiling SmokeAWSModelGenerate AWSClientDelegate+addAWSClientQueryOperationBody.swift
[403/659] Emitting module SmokeAWSModelGenerate
[404/659] Compiling SmokeAWSModelGenerate APIGatewayClientDelegate.swift
[405/659] Compiling SmokeAWSModelGenerate AWSClientAttributes.swift
[410/659] Emitting module SmokeAWSModelGenerate
[413/659] Emitting module ArgumentParser
[414/665] Compiling ArgumentParser UniqueNamesValidator.swift
[415/665] Compiling OpenAPIKit30 Response.swift
[416/665] Compiling OpenAPIKit30 RuntimeExpression.swift
[417/665] Compiling OpenAPIKit30 SchemaProtocols.swift
[418/665] Compiling OpenAPIKit30 SwiftPrimitiveTypes+OpenAPI.swift
[419/665] Compiling OpenAPIKit30 DereferencedJSONSchema.swift
[420/665] Compiling OpenAPIKit30 JSONSchema+Combining.swift
[421/665] Compiling OpenAPIKit30 JSONSchema.swift
[422/665] Compiling ArgumentParser InputOrigin.swift
[423/665] Compiling ArgumentParser Name.swift
[424/665] Compiling ArgumentParser Parsed.swift
[425/665] Compiling ArgumentParser ParsedValues.swift
[426/665] Compiling ArgumentParser ParserError.swift
[427/665] Compiling ArgumentParser SplitArguments.swift
[428/665] Compiling ArgumentParser Foundation.swift
[429/665] Compiling ArgumentParser Mutex.swift
[430/665] Compiling ArgumentParser Platform.swift
[431/665] Compiling ArgumentParser SequenceExtensions.swift
[432/665] Compiling ArgumentParser StringExtensions.swift
[433/665] Compiling ArgumentParser SwiftExtensions.swift
[435/665] Compiling ArgumentParser DumpHelpGenerator.swift
[436/665] Compiling ArgumentParser HelpCommand.swift
[437/665] Compiling ArgumentParser HelpGenerator.swift
[438/665] Compiling ArgumentParser MessageInfo.swift
[439/665] Compiling ArgumentParser UsageGenerator.swift
[440/665] Compiling ArgumentParser CollectionExtensions.swift
[441/665] Compiling SmokeAWSModelGenerate CoralToJSONServiceModel+getAWSClientAttributes.swift
[442/665] Compiling SmokeAWSModelGenerate ModelClientDelegate+addAWSClientDeinitializer.swift
[443/665] Compiling SmokeAWSModelGenerate ModelClientDelegate+addAWSClientInitializer.swift
[444/665] Compiling SmokeAWSModelGenerate ModelClientDelegate+addAWSClientFileHeader.swift
[448/666] Compiling ArgumentParser Tree.swift
[449/666] Compiling ArgumentParser CodingKeyValidator.swift
[450/666] Compiling ArgumentParser NonsenseFlagsValidator.swift
[451/666] Compiling ArgumentParser ParsableArgumentsValidation.swift
[452/666] Compiling ArgumentParser PositionalArgumentsValidator.swift
[463/666] Compiling ArgumentParser Errors.swift
[472/666] Emitting module ArgumentParser
[472/666] Wrapping AST for SmokeAWSModelGenerate for debugging
[474/676] Compiling SmokeAWSModelGenerate ModelClientDelegate+addAWSClientFileHeader.swift
[475/676] Compiling SmokeAWSModelGenerate ModelClientDelegate+addAWSClientInitializer.swift
[485/677] Compiling OpenAPIKit30 Container+DecodeURLAsString.swift
[486/677] Compiling OpenAPIKit30 OrderedDictionry+LocallyDereferenceable.swift
[487/677] Compiling OpenAPIKit30 Validation+Builtins.swift
[488/677] Compiling OpenAPIKit30 Validation.swift
[489/677] Compiling OpenAPIKit30 Validator+Convenience.swift
[490/677] Compiling OpenAPIKit30 Validator.swift
[491/677] Compiling OpenAPIKit30 XML.swift
[492/677] Compiling OpenAPIKit30 _CoreReExport.swift
[493/677] Compiling APIGatewayClientModelGenerate APIGatewayClientModelErrorsDelegate.swift
[493/677] Wrapping AST for SmokeAWSModelGenerate for debugging
[495/678] Compiling ArgumentParser ParsableArguments.swift
[496/678] Compiling ArgumentParser ParsableCommand.swift
[497/678] Compiling ArgumentParser ArgumentDecoder.swift
[498/678] Compiling ArgumentParser ArgumentDefinition.swift
[512/681] Compiling ArgumentParser Tree.swift
[513/681] Compiling ArgumentParser CodingKeyValidator.swift
[514/681] Compiling ArgumentParser NonsenseFlagsValidator.swift
[515/681] Compiling ArgumentParser ParsableArgumentsValidation.swift
[516/681] Compiling ArgumentParser PositionalArgumentsValidator.swift
[522/681] Compiling ArgumentParser EnumerableFlag.swift
[523/681] Compiling ArgumentParser ExpressibleByArgument.swift
[524/681] Compiling APIGatewayClientModelGenerate APIGatewayClientModelErrorsDelegate.swift
[539/681] Compiling APIGatewayClientModelGenerate APIGatewayClientCodeGeneration+generateClientApplicationFiles.swift
[540/681] Emitting module APIGatewayClientModelGenerate
[541/681] Compiling APIGatewayClientModelGenerate APIGatewayClientCodeGeneration.swift
[542/682] Emitting module APIGatewayClientModelGenerate
[544/682] Compiling APIGatewayClientModelGenerate APIGatewayClientCodeGeneration+generateClientApplicationFiles.swift
[545/682] Compiling APIGatewayClientModelGenerate APIGatewayClientCodeGeneration.swift
[554/683] Wrapping AST for APIGatewayClientModelGenerate for debugging
[562/683] Compiling ArgumentParser UniqueNamesValidator.swift
[635/684] Wrapping AST for OpenAPIKit30 for debugging
[662/698] Compiling SwaggerServiceModel SwaggerServiceModel.swift
[663/698] Compiling SwaggerServiceModel SwaggerServiceModel+parseSchemas.swift
[663/698] Wrapping AST for ArgumentParser for debugging
[664/698] Wrapping AST for OpenAPIKit30 for debugging
[666/699] Compiling SwaggerServiceModel SwaggerServiceModel+setOperationInput.swift
[667/699] Compiling SwaggerServiceModel SwaggerServiceModel+setOperationOutput.swift
[674/727] Compiling OpenAPIServiceModel OpenAPIServiceModel.swift
[675/727] Compiling OpenAPIServiceModel ParseSchemas.swift
[676/727] Compiling OpenAPIServiceModel SetOperationOutput.swift
[677/727] Compiling OpenAPIServiceModel SetOperationInput.swift
[678/727] Wrapping AST for ArgumentParser for debugging
[680/727] Emitting module SwaggerServiceModel
[681/727] Compiling SwaggerServiceModel SwaggerServiceModel+createSwaggerModel.swift
[682/728] Compiling SwaggerServiceModel SwaggerServiceModel+parseSchemas.swift
[683/728] Compiling SwaggerServiceModel SwaggerServiceModel+setOperationOutput.swift
[684/728] Compiling SwaggerServiceModel SwaggerServiceModel+setOperationInput.swift
[685/728] Compiling SwaggerServiceModel SwaggerServiceModel.swift
[687/728] Compiling SmokeAWSGenerate RDSDataConfiguration.swift
[688/728] Compiling SmokeAWSGenerate S3Configuration.swift
[689/730] Compiling SmokeAWSGenerate EC2Configuration.swift
[690/730] Compiling SmokeAWSGenerate ECRConfiguration.swift
[691/730] Compiling SmokeAWSGenerate ECSConfiguration.swift
[692/730] Compiling SmokeAWSGenerate RDSConfiguration.swift
[693/730] Compiling SwaggerServiceModel SwaggerServiceModel+createSwaggerModel.swift
[694/730] Emitting module SwaggerServiceModel
[695/730] Compiling SmokeAWSGenerate CloudFormationConfiguration.swift
[696/730] Compiling SmokeAWSGenerate CloudwatchConfiguration.swift
[697/730] Compiling SmokeAWSGenerate CodeBuildConfiguration.swift
[698/730] Compiling SmokeAWSGenerate CodePipelineConfiguration.swift
[699/730] Compiling SmokeAWSGenerate DynamoDBConfiguration.swift
[700/731] Compiling SmokeAWSGenerate SimpleQueueConfiguration.swift
[701/731] Compiling SmokeAWSGenerate SimpleWorkflowConfiguration.swift
[702/731] Compiling SmokeAWSGenerate SNSConfiguration.swift
[703/731] Compiling SmokeAWSGenerate STSConfiguration.swift
[704/731] Compiling OpenAPIServiceModel OpenAPIServiceModel.swift
[705/731] Wrapping AST for SwaggerServiceModel for debugging
[707/731] Emitting module SmokeAWSGenerate
[707/731] Wrapping AST for SwaggerServiceModel for debugging
[709/731] Compiling OpenAPIServiceModel CreateOpenAPIServiceModel.swift
[710/731] Emitting module OpenAPIServiceModel
[711/732] Compiling OpenAPIServiceModel SetOperationOutput.swift
[712/732] Compiling OpenAPIServiceModel SetOperationInput.swift
[713/732] Compiling OpenAPIServiceModel ParseSchemas.swift
[714/732] Wrapping AST for OpenAPIServiceModel for debugging
[716/735] 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>
[717/735] 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>
[719/736] Emitting module OpenAPIServiceModel
[720/736] Compiling OpenAPIServiceModel CreateOpenAPIServiceModel.swift
[720/737] Wrapping AST for SmokeAWSGenerate for debugging
[722/737] Compiling APIGatewayClientGenerate APIGatewayClientSwiftCodeGen.swift
[722/737] Write Objects.LinkFileList
[724/737] Wrapping AST for OpenAPIServiceModel for debugging
[726/743] 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 | }
[727/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 | }
[728/744] Wrapping AST for APIGatewayClientGenerate for debugging
[729/744] Linking SmokeAWSGenerate
[730/744] Write Objects.LinkFileList
[732/744] Compiling APIGatewayClientInitialize APIGatewayClientSwiftCodeGen.swift
[733/744] Compiling APIGatewayClientGenerate APIGatewayClientSwiftCodeGen.swift
[734/744] 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 | }
[735/744] 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 | }
[737/745] 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 | }
[738/745] 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 | }
[738/745] Wrapping AST for APIGatewayClientGenerate for debugging
[739/746] Write Objects.LinkFileList
[741/746] Wrapping AST for APIGatewayClientInitialize for debugging
[742/746] Write Objects.LinkFileList
[743/746] Linking APIGatewayClientGenerate-tool
[744/746] Linking APIGatewayClientGenerate
[745/746] Linking APIGatewayClientInitialize
Build complete! (122.61s)
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.