The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of swift-aws-lambda-events, reference main (0025b1), with Swift 6.0 for Linux on 21 Dec 2024 13:07:16 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.60.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-server/swift-aws-lambda-events.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/swift-server/swift-aws-lambda-events
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0025b1a Add an encodable version of the APIGatewayResponse (#86)
Cloned https://github.com/swift-server/swift-aws-lambda-events.git
Revision (git rev-parse @):
0025b1a409aa4d3fe9900aff1339ac403343ccd5
SUCCESS checkout https://github.com/swift-server/swift-aws-lambda-events.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/swift-server/swift-aws-lambda-events.git
https://github.com/swift-server/swift-aws-lambda-events.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-http-types",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "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" : "/host/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",
        "APIGatewayLambdaAuthorizerTest.swift",
        "APIGatewayTests.swift",
        "AppSyncTests.swift",
        "BedrockAgentTests.swift",
        "CloudFormationTests.swift",
        "CloudwatchTests.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.swift",
        "APIGatewayLambdaAuthorizers.swift",
        "AWSRegion.swift",
        "AppSync.swift",
        "BedrockAgent.swift",
        "CloudFormation.swift",
        "Cloudwatch.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" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-docc-plugin
[1/734] Fetching swift-http-types
[24/2778] Fetching swift-http-types, swift-docc-plugin
Fetched https://github.com/apple/swift-http-types.git from cache (0.67s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.68s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.3.1 (2.30s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.65s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3243] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.35s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.67s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
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.3.1
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/13] Compiling HTTPTypes ISOLatin1String.swift
[7/14] Compiling HTTPTypes HTTPRequest.swift
[8/14] Compiling HTTPTypes HTTPField.swift
[9/14] Emitting module HTTPTypes
[10/14] Compiling HTTPTypes HTTPResponse.swift
[11/14] Compiling HTTPTypes HTTPParsedFields.swift
[12/14] Compiling HTTPTypes NIOLock.swift
[13/14] Compiling HTTPTypes HTTPFieldName.swift
[14/14] Compiling HTTPTypes HTTPFields.swift
[16/36] Compiling AWSLambdaEvents AppSync.swift
[17/36] Compiling AWSLambdaEvents BedrockAgent.swift
[18/36] Compiling AWSLambdaEvents CloudFormation.swift
[19/36] Compiling AWSLambdaEvents Base64.swift
[20/36] Compiling AWSLambdaEvents DateWrappers.swift
[21/38] Compiling AWSLambdaEvents ALB.swift
[22/38] Compiling AWSLambdaEvents APIGateway+Encodable.swift
[23/38] Compiling AWSLambdaEvents APIGateway+V2.swift
[24/38] Compiling AWSLambdaEvents SES.swift
[25/38] Compiling AWSLambdaEvents SNS.swift
[26/38] Compiling AWSLambdaEvents SQS.swift
[27/38] Emitting module AWSLambdaEvents
[28/38] Compiling AWSLambdaEvents HTTP.swift
[29/38] Compiling AWSLambdaEvents RFC5322DateParseStrategy.swift
[30/38] Compiling AWSLambdaEvents Cloudwatch.swift
[31/38] Compiling AWSLambdaEvents Cognito.swift
[32/38] Compiling AWSLambdaEvents DynamoDB.swift
[33/38] Compiling AWSLambdaEvents APIGateway.swift
[34/38] Compiling AWSLambdaEvents APIGatewayLambdaAuthorizers.swift
[35/38] Compiling AWSLambdaEvents AWSRegion.swift
[36/38] Compiling AWSLambdaEvents FunctionURL.swift
[37/38] Compiling AWSLambdaEvents LambdaGatewayProxyEvent.swift
[38/38] Compiling AWSLambdaEvents S3.swift
Build complete! (36.72s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-http-types",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "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" : "/host/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",
        "APIGatewayLambdaAuthorizerTest.swift",
        "APIGatewayTests.swift",
        "AppSyncTests.swift",
        "BedrockAgentTests.swift",
        "CloudFormationTests.swift",
        "CloudwatchTests.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.swift",
        "APIGatewayLambdaAuthorizers.swift",
        "AWSRegion.swift",
        "AppSync.swift",
        "BedrockAgent.swift",
        "CloudFormation.swift",
        "Cloudwatch.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" : "5.8"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.