You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fetched https://github.com/swift-server/swift-aws-lambda-runtime (4.19s)
error: package 'swift-aws-lambda-runtime' @ 0af509b24399d7887327dd7dd72290ba25e068df is using Swift tools version 6.0.0 but the installed version is 5.9.1 in https://github.com/swift-server/swift-aws-lambda-runtime
make: *** [builder-bot] Error 1
Thanks for bringing this to my attention. Upgrading to Swift6 will require additional changes in the project. I will take a look and post an update soon.
I have updated the projects to use Swift 6.0 and Swift Lambda Runtime v2. The code is also now compiled using the swift package archive plugin instead of the makefile.
Build failure because "swift-aws-lambda-runtime" requires Swift 6, but the latest public ECR Docker image supports Swift 5.9.1.
The "swift-aws-lambda-runtime" repo has required Swift 6 since this pull request, which was merged on August 28th.
Build failure:
There is support for Swift 6 in the Swift Docker repo, but it hasn't yet appeared on Amazon's Docker library.
The text was updated successfully, but these errors were encountered: