Build Information
Successful build of soto-smithy, reference main (fcbbf5
), with Swift 5.9 for macOS (SPM) on 24 Jan 2025 13:21:17 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/soto-project/soto-smithy.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/soto-project/soto-smithy
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at fcbbf56 Add AwsHttpChecksumTrait.Algorithm.crc64NVME
Cloned https://github.com/soto-project/soto-smithy.git
Revision (git rev-parse @):
fcbbf56b66cb5d9fb817067ebb80d9dee986c939
SUCCESS checkout https://github.com/soto-project/soto-smithy.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/soto-project/soto-smithy.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/38] Emitting module SotoSmithy
[2/42] Compiling SotoSmithy ProtocolTraits.swift
[3/42] Compiling SotoSmithy ResourceTraits.swift
[4/42] Compiling SotoSmithy RulesTraits.swift
[5/42] Compiling SotoSmithy StreamingTraits.swift
[6/42] Compiling SotoSmithy SelectorParser.swift
[7/42] Compiling SotoSmithy AggregateShapes.swift
[8/42] Compiling SotoSmithy ApplyShape.swift
[9/42] Compiling SotoSmithy DecodableShape.swift
[10/42] Compiling SotoSmithy ServiceShapes.swift
[11/42] Compiling SotoSmithy Shape.swift
[12/42] Compiling SotoSmithy SimpleShapes.swift
[13/42] Compiling SotoSmithy CustomTrait.swift
[14/42] Compiling SotoSmithy SingleValueTrait.swift
[15/42] Compiling SotoSmithy StaticTrait.swift
[16/42] Compiling SotoSmithy Trait.swift
[17/42] Compiling SotoSmithy TraitList.swift
[18/42] Compiling SotoSmithy BasicSelectors.swift
[19/42] Compiling SotoSmithy DecodableSelector.swift
[20/42] Compiling SotoSmithy LogicalSelectors.swift
[21/42] Compiling SotoSmithy Selector.swift
[22/42] Compiling SotoSmithy AuthenticationTraits.swift
[23/42] Compiling SotoSmithy BehaviourTraits.swift
[24/42] Compiling SotoSmithy ConstraintTraits.swift
[25/42] Compiling SotoSmithy DocumentationTraits.swift
[26/42] Compiling SotoSmithy SuppressTrait.swift
[27/42] Compiling SotoSmithy TypeRefinementTraits.swift
[28/42] Compiling SotoSmithy WaitersTraits.swift
[29/42] Compiling SotoSmithy XmlBindingTraits.swift
[30/42] Compiling SotoSmithy Document.swift
[31/42] Compiling SotoSmithy Errors.swift
[32/42] Compiling SotoSmithy Model.swift
[33/42] Compiling SotoSmithy ShapeId.swift
[34/42] Compiling SotoSmithy Smithy.swift
[35/42] Compiling SotoSmithy EndpointTraits.swift
[36/42] Compiling SotoSmithy HttpProtocolBindingTraits.swift
[37/42] Compiling SotoSmithy HttpProtocolComplianceTraits.swift
[38/42] Compiling SotoSmithy MqttProtocolBindingTraits.swift
[39/42] Compiling SotoSmithy Parser.swift
[40/42] Compiling SotoSmithy Smithy+Parse.swift
[41/42] Compiling SotoSmithy TokenParser.swift
[42/42] Compiling SotoSmithy Tokenizer.swift
[43/51] Compiling SotoSmithyAWS AwsS3Traits.swift
[44/51] Compiling SotoSmithyAWS AwsProtocolTraits.swift
[45/51] Compiling SotoSmithyAWS AwsIAMTraits.swift
[46/51] Compiling SotoSmithyAWS AwsApiGatewayTraits.swift
[47/51] Compiling SotoSmithyAWS AwsAuthenticationTraits.swift
[48/51] Compiling SotoSmithyAWS AwsCloudFormationTraits.swift
[49/51] Emitting module SotoSmithyAWS
[50/51] Compiling SotoSmithyAWS AwsCoreTraits.swift
[51/51] Compiling SotoSmithyAWS Smithy.swift
Build complete! (8.06s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "soto-smithy",
"name" : "soto-smithy",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SotoSmithy",
"targets" : [
"SotoSmithy"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SotoSmithyAWS",
"targets" : [
"SotoSmithyAWS"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SotoSmithyTests",
"module_type" : "SwiftTarget",
"name" : "SotoSmithyTests",
"path" : "Tests/SotoSmithyTests",
"sources" : [
"AWSTests.swift",
"ModelTests.swift",
"ParserTests.swift",
"SelectorTests.swift",
"ShapeIdTests.swift",
"ShapeTests.swift",
"TokenizerTests.swift",
"TraitTests.swift"
],
"target_dependencies" : [
"SotoSmithy",
"SotoSmithyAWS"
],
"type" : "test"
},
{
"c99name" : "SotoSmithyAWS",
"module_type" : "SwiftTarget",
"name" : "SotoSmithyAWS",
"path" : "Sources/SotoSmithyAWS",
"product_memberships" : [
"SotoSmithyAWS"
],
"sources" : [
"Smithy.swift",
"Traits/AwsApiGatewayTraits.swift",
"Traits/AwsAuthenticationTraits.swift",
"Traits/AwsCloudFormationTraits.swift",
"Traits/AwsCoreTraits.swift",
"Traits/AwsIAMTraits.swift",
"Traits/AwsProtocolTraits.swift",
"Traits/AwsS3Traits.swift"
],
"target_dependencies" : [
"SotoSmithy"
],
"type" : "library"
},
{
"c99name" : "SotoSmithy",
"module_type" : "SwiftTarget",
"name" : "SotoSmithy",
"path" : "Sources/SotoSmithy",
"product_memberships" : [
"SotoSmithy",
"SotoSmithyAWS"
],
"sources" : [
"Core/Document.swift",
"Core/Errors.swift",
"Core/Model.swift",
"Core/ShapeId.swift",
"Core/Smithy.swift",
"Parser/Parser.swift",
"Parser/Smithy+Parse.swift",
"Parser/TokenParser.swift",
"Parser/Tokenizer.swift",
"Selectors/BasicSelectors.swift",
"Selectors/DecodableSelector.swift",
"Selectors/LogicalSelectors.swift",
"Selectors/Selector.swift",
"Selectors/SelectorParser.swift",
"Shapes/AggregateShapes.swift",
"Shapes/ApplyShape.swift",
"Shapes/DecodableShape.swift",
"Shapes/ServiceShapes.swift",
"Shapes/Shape.swift",
"Shapes/SimpleShapes.swift",
"Traits/CustomTrait.swift",
"Traits/SingleValueTrait.swift",
"Traits/StaticTrait.swift",
"Traits/Trait.swift",
"Traits/TraitList.swift",
"Traits/Types/AuthenticationTraits.swift",
"Traits/Types/BehaviourTraits.swift",
"Traits/Types/ConstraintTraits.swift",
"Traits/Types/DocumentationTraits.swift",
"Traits/Types/EndpointTraits.swift",
"Traits/Types/HttpProtocolBindingTraits.swift",
"Traits/Types/HttpProtocolComplianceTraits.swift",
"Traits/Types/MqttProtocolBindingTraits.swift",
"Traits/Types/ProtocolTraits.swift",
"Traits/Types/ResourceTraits.swift",
"Traits/Types/RulesTraits.swift",
"Traits/Types/StreamingTraits.swift",
"Traits/Types/SuppressTrait.swift",
"Traits/Types/TypeRefinementTraits.swift",
"Traits/Types/WaitersTraits.swift",
"Traits/Types/XmlBindingTraits.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.