Build Information
Failed to build swift-lambda-runtime, reference master (bd06ee
), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 25 Apr 2025 05:00:21 UTC.
Build Command
No build command. This typically means the build failed at an early stage where we determine the build command.
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fabianfett/swift-lambda-runtime.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fabianfett/swift-lambda-runtime
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at bd06eed Link to new `swift-aws-lambda-runtime` (#34)
Cloned https://github.com/fabianfett/swift-lambda-runtime.git
Revision (git rev-parse @):
bd06eed3708bc02db6c4efe62dc9bad4fd64ac7d
SUCCESS checkout https://github.com/fabianfett/swift-lambda-runtime.git at master
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 6.1
Building package at path: $PWD
https://github.com/fabianfett/swift-lambda-runtime.git
https://github.com/fabianfett/swift-lambda-runtime.git
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.13.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client.git"
},
{
"identity" : "swift-base64-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/fabianfett/swift-base64-kit.git"
}
],
"manifest_display_name" : "swift-lambda-runtime",
"name" : "swift-lambda-runtime",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "LambdaRuntime",
"targets" : [
"LambdaRuntime"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "LambdaEvents",
"targets" : [
"LambdaEvents"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "LambdaRuntimeTestUtils",
"targets" : [
"LambdaRuntimeTestUtils"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LambdaRuntimeTests",
"module_type" : "SwiftTarget",
"name" : "LambdaRuntimeTests",
"path" : "Tests/LambdaRuntimeTests",
"product_dependencies" : [
"NIO",
"NIOTestUtils",
"Logging"
],
"sources" : [
"AWSNumberTests.swift",
"ContextTests.swift",
"Events/ALBTests.swift",
"Events/APIGatewayTests.swift",
"Events/CloudwatchTests.swift",
"Events/DecodableBodyTests.swift",
"Events/DynamoDB+AttributeValueTests.swift",
"Events/DynamoDBTests.swift",
"Events/S3Tests.swift",
"Events/SNSTests.swift",
"Events/SQSTests.swift",
"Runtime+CodableTests.swift",
"RuntimeAPIClientTests.swift",
"RuntimeTests.swift",
"Utils/MockLambdaRuntimeAPI.swift"
],
"target_dependencies" : [
"LambdaEvents",
"LambdaRuntime",
"LambdaRuntimeTestUtils"
],
"type" : "test"
},
{
"c99name" : "LambdaRuntimeTestUtils",
"module_type" : "SwiftTarget",
"name" : "LambdaRuntimeTestUtils",
"path" : "Sources/LambdaRuntimeTestUtils",
"product_dependencies" : [
"NIOHTTP1"
],
"product_memberships" : [
"LambdaRuntimeTestUtils"
],
"sources" : [
"Environment+TestUtils.swift",
"Invocation+TestUtils.swift"
],
"target_dependencies" : [
"LambdaRuntime"
],
"type" : "library"
},
{
"c99name" : "LambdaRuntime",
"module_type" : "SwiftTarget",
"name" : "LambdaRuntime",
"path" : "Sources/LambdaRuntime",
"product_dependencies" : [
"AsyncHTTPClient",
"NIO",
"NIOHTTP1",
"NIOFoundationCompat",
"Logging"
],
"product_memberships" : [
"LambdaRuntime",
"LambdaRuntimeTestUtils"
],
"sources" : [
"Context.swift",
"Environment.swift",
"Runtime+ALB.swift",
"Runtime+APIGateway.swift",
"Runtime+Codable.swift",
"Runtime.swift",
"RuntimeAPIClient.swift",
"RuntimeError.swift"
],
"target_dependencies" : [
"LambdaEvents"
],
"type" : "library"
},
{
"c99name" : "LambdaEvents",
"module_type" : "SwiftTarget",
"name" : "LambdaEvents",
"path" : "Sources/LambdaEvents",
"product_dependencies" : [
"NIO",
"NIOHTTP1",
"NIOFoundationCompat",
"Base64Kit"
],
"product_memberships" : [
"LambdaRuntime",
"LambdaEvents",
"LambdaRuntimeTestUtils"
],
"sources" : [
"ALB.swift",
"APIGateway.swift",
"AWSNumber.swift",
"Cloudwatch.swift",
"DynamoDB+AttributeValue.swift",
"DynamoDB.swift",
"S3.swift",
"SNS.swift",
"SQS.swift",
"Utils/DecodableBody.swift",
"Utils/HTTPHeaders+Codable.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/fabianfett/swift-base64-kit.git
Fetching from https://github.com/apple/swift-nio.git (cached)
Fetching from https://github.com/apple/swift-log.git (cached)
Fetching from https://github.com/swift-server/async-http-client.git (cached)
Fetching from https://github.com/apple/swift-nio-transport-services.git (cached)
Fetching from https://github.com/apple/swift-nio-http2.git (cached)
Fetching from https://github.com/apple/swift-atomics.git (cached)
Fetching from https://github.com/apple/swift-nio-ssl.git (cached)
Fetching from https://github.com/apple/swift-algorithms.git (cached)
Fetching from https://github.com/apple/swift-nio-extras.git (cached)
Fetching from https://github.com/apple/swift-numerics.git (cached)
Fetching from https://github.com/apple/swift-collections.git (cached)
Fetching from https://github.com/apple/swift-system.git (cached)
Fetching from https://github.com/apple/swift-http-structured-headers.git (cached)
Fetching from https://github.com/apple/swift-http-types.git (cached)
Creating working copy of package ‘swift-algorithms’
Checking out 1.2.1 of package ‘swift-algorithms’
Creating working copy of package ‘swift-nio-ssl’
Checking out 2.30.0 of package ‘swift-nio-ssl’
Creating working copy of package ‘async-http-client’
Checking out 1.25.2 of package ‘async-http-client’
Creating working copy of package ‘swift-log’
Checking out 1.6.3 of package ‘swift-log’
Creating working copy of package ‘swift-atomics’
Checking out 1.2.0 of package ‘swift-atomics’
Creating working copy of package ‘swift-system’
Checking out 1.4.2 of package ‘swift-system’
Creating working copy of package ‘swift-nio-extras’
Checking out 1.26.0 of package ‘swift-nio-extras’
Creating working copy of package ‘swift-http-structured-headers’
Checking out 1.2.2 of package ‘swift-http-structured-headers’
Creating working copy of package ‘swift-http-types’
Checking out 1.4.0 of package ‘swift-http-types’
Creating working copy of package ‘swift-nio’
Checking out 2.82.0 of package ‘swift-nio’
Creating working copy of package ‘swift-nio-http2’
Checking out 1.36.0 of package ‘swift-nio-http2’
Creating working copy of package ‘swift-base64-kit’
Checking out 0.7.0 of package ‘swift-base64-kit’
Creating working copy of package ‘swift-nio-transport-services’
Checking out 1.24.0 of package ‘swift-nio-transport-services’
Creating working copy of package ‘swift-collections’
Checking out 1.1.4 of package ‘swift-collections’
Creating working copy of package ‘swift-numerics’
Checking out 1.0.3 of package ‘swift-numerics’
product 'Base64Kit' required by package 'spi-builder-workspace' target 'LambdaEvents' not found in package 'swift-base64-kit'. Did you mean '_NIOBase64'?Resolve Package Graph
product 'Base64Kit' required by package 'spi-builder-workspace' target 'LambdaEvents' not found in package 'swift-base64-kit'. Did you mean '_NIOBase64'?
Resolved source packages:
spi-builder-workspace: (null)
2025-04-24 22:00:20.508 xcodebuild[515:2883] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-24-04_22-00-0020.xcresult
xcodebuild: error: Could not resolve package dependencies:
product 'Base64Kit' required by package 'spi-builder-workspace' target 'LambdaEvents' not found in package 'swift-base64-kit'. Did you mean '_NIOBase64'?
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
product 'Base64Kit' required by package 'spi-builder-workspace' target 'LambdaEvents' not found in package 'swift-base64-kit'. Did you mean '_NIOBase64'?
Resolved source packages:
spi-builder-workspace: (null)
2025-04-24 22:00:21.353 xcodebuild[1182:5534] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-24-04_22-00-0021.xcresult
xcodebuild: error: Could not resolve package dependencies:
product 'Base64Kit' required by package 'spi-builder-workspace' target 'LambdaEvents' not found in package 'swift-base64-kit'. Did you mean '_NIOBase64'?
BUILD FAILURE 6.1 macosXcodebuild