Build Information
Successful build of swift-aws-lambda-events, reference main (02b0e3), with Swift 6.0 for macOS (SPM) on 1 Dec 2025 07:51:11 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/awslabs/swift-aws-lambda-events.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/awslabs/swift-aws-lambda-events
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 02b0e34 Modernize CI and use Swiftlang's GitHub actions instead of Swift NIO's (#109)
Cloned https://github.com/awslabs/swift-aws-lambda-events.git
Revision (git rev-parse @):
02b0e3455e2850fb8b1d6d018e700d06703a979b
SUCCESS checkout https://github.com/awslabs/swift-aws-lambda-events.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/awslabs/swift-aws-lambda-events.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/13] Emitting module HTTPTypes
[5/13] Compiling HTTPTypes NIOLock.swift
[6/13] Compiling HTTPTypes HTTPField.swift
[7/13] Compiling HTTPTypes HTTPFieldName.swift
[8/13] Compiling HTTPTypes HTTPRequest.swift
[9/13] Compiling HTTPTypes ISOLatin1String.swift
[10/13] Compiling HTTPTypes HTTPParsedFields.swift
[11/13] Compiling HTTPTypes HTTPResponse.swift
[12/13] Compiling HTTPTypes HTTPFields.swift
[13/13] Compiling HTTPTypes HTTPRequest+URL.swift
[14/38] Compiling AWSLambdaEvents Base64.swift
[15/38] Compiling AWSLambdaEvents DateWrappers.swift
[16/40] Emitting module AWSLambdaEvents
[17/40] Compiling AWSLambdaEvents S3.swift
[18/40] Compiling AWSLambdaEvents SES.swift
[19/40] Compiling AWSLambdaEvents AWSRegion.swift
[20/40] Compiling AWSLambdaEvents AppSync.swift
[21/40] Compiling AWSLambdaEvents BedrockAgent.swift
[22/40] Compiling AWSLambdaEvents ALB.swift
[23/40] Compiling AWSLambdaEvents APIGateway+Encodable.swift
[24/40] Compiling AWSLambdaEvents APIGateway+V2.swift
[25/40] Compiling AWSLambdaEvents HTTP.swift
[26/40] Compiling AWSLambdaEvents RFC5322DateParseStrategy.swift
[27/40] Compiling AWSLambdaEvents SNS.swift
[28/40] Compiling AWSLambdaEvents SQS.swift
[29/40] Compiling AWSLambdaEvents EncodableResponse.swift
[30/40] Compiling AWSLambdaEvents SQS+Decode.swift
[31/40] Compiling AWSLambdaEvents Cognito.swift
[32/40] Compiling AWSLambdaEvents APIGateway+WebSockets.swift
[33/40] Compiling AWSLambdaEvents APIGateway.swift
[34/40] Compiling AWSLambdaEvents APIGatewayLambdaAuthorizers.swift
[35/40] Compiling AWSLambdaEvents DynamoDB.swift
[36/40] Compiling AWSLambdaEvents FunctionURL.swift
[37/40] Compiling AWSLambdaEvents LambdaGatewayProxyEvent.swift
[38/40] Compiling AWSLambdaEvents CloudFormation.swift
[39/40] Compiling AWSLambdaEvents Cloudwatch.swift
[40/40] Compiling AWSLambdaEvents DecodableRequest.swift
Build complete! (10.31s)
Fetching https://github.com/apple/swift-http-types.git
[1/943] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.85s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.45s)
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
Build complete.
{
"dependencies" : [
{
"identity" : "swift-http-types",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-http-types.git"
}
],
"manifest_display_name" : "swift-aws-lambda-events",
"name" : "swift-aws-lambda-events",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "AWSLambdaEvents",
"targets" : [
"AWSLambdaEvents"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AWSLambdaEventsTests",
"module_type" : "SwiftTarget",
"name" : "AWSLambdaEventsTests",
"path" : "Tests/AWSLambdaEventsTests",
"sources" : [
"ALBTests.swift",
"APIGateway+EncodableTests.swift",
"APIGateway+V2IAMTests.swift",
"APIGateway+V2Tests.swift",
"APIGateway+WebsocketsTests.swift",
"APIGatewayLambdaAuthorizerTest.swift",
"APIGatewayTests.swift",
"AppSyncTests.swift",
"BedrockAgentTests.swift",
"CloudFormationTests.swift",
"CloudwatchTests.swift",
"CodableHelpersTests.swift",
"CognitoTests.swift",
"DynamoDBTests.swift",
"FunctionURLTests.swift",
"LambdaGatewayProxyEventTests.swift",
"S3Tests.swift",
"SESTests.swift",
"SNSTests.swift",
"SQSTests.swift",
"Utils/Base64Tests.swift",
"Utils/DateWrapperTests.swift",
"Utils/HTTPHeadersTests.swift",
"Utils/IteratorTests.swift",
"Utils/RFC5322DateParseStrategyTests.swift"
],
"target_dependencies" : [
"AWSLambdaEvents"
],
"type" : "test"
},
{
"c99name" : "AWSLambdaEvents",
"module_type" : "SwiftTarget",
"name" : "AWSLambdaEvents",
"path" : "Sources/AWSLambdaEvents",
"product_dependencies" : [
"HTTPTypes"
],
"product_memberships" : [
"AWSLambdaEvents"
],
"sources" : [
"ALB.swift",
"APIGateway+Encodable.swift",
"APIGateway+V2.swift",
"APIGateway+WebSockets.swift",
"APIGateway.swift",
"APIGatewayLambdaAuthorizers.swift",
"AWSRegion.swift",
"AppSync.swift",
"BedrockAgent.swift",
"CloudFormation.swift",
"Cloudwatch.swift",
"Codable Helpers/DecodableRequest.swift",
"Codable Helpers/EncodableResponse.swift",
"Codable Helpers/SQS+Decode.swift",
"Cognito.swift",
"DynamoDB.swift",
"FunctionURL.swift",
"LambdaGatewayProxyEvent.swift",
"S3.swift",
"SES.swift",
"SNS.swift",
"SQS.swift",
"Utils/Base64.swift",
"Utils/DateWrappers.swift",
"Utils/HTTP.swift",
"Utils/RFC5322DateParseStrategy.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.