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 BreezeLambdaWebHook, reference main (7ba793), with Swift 6.1 for Linux on 29 Apr 2025 06:59:46 UTC.

Swift 6 data race errors: 2

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-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.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-serverless/BreezeLambdaWebHook.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-serverless/BreezeLambdaWebHook
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7ba793f Merge pull request #2 from swift-serverless/support-alpha.2
Cloned https://github.com/swift-serverless/BreezeLambdaWebHook.git
Revision (git rev-parse @):
7ba793fecf7621f3218141f0637223346020bc94
SUCCESS checkout https://github.com/swift-serverless/BreezeLambdaWebHook.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/swift-serverless/BreezeLambdaWebHook.git
https://github.com/swift-serverless/BreezeLambdaWebHook.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-aws-lambda-runtime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0-alpha.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-aws-lambda-runtime.git"
    },
    {
      "identity" : "swift-aws-lambda-events",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-aws-lambda-events.git"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.11.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    }
  ],
  "manifest_display_name" : "BreezeLambdaWebHook",
  "name" : "BreezeLambdaWebHook",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "BreezeLambdaWebHook",
      "targets" : [
        "BreezeLambdaWebHook"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BreezeLambdaWebHookTests",
      "module_type" : "SwiftTarget",
      "name" : "BreezeLambdaWebHookTests",
      "path" : "Tests/BreezeLambdaWebHookTests",
      "product_dependencies" : [
        "AWSLambdaTesting"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/BreezeLambdaWebHookTests/Fixtures",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "BreezeLambdaWebHookTests.swift",
        "Fixtures.swift",
        "Lambda.swift",
        "MyGetWebHook.swift",
        "MyPostWebHook.swift",
        "Utils.swift"
      ],
      "target_dependencies" : [
        "BreezeLambdaWebHook"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BreezeLambdaWebHook",
      "module_type" : "SwiftTarget",
      "name" : "BreezeLambdaWebHook",
      "path" : "Sources/BreezeLambdaWebHook",
      "product_dependencies" : [
        "AWSLambdaRuntime",
        "AWSLambdaEvents",
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "BreezeLambdaWebHook"
      ],
      "sources" : [
        "APIGatewayV2Request+Extensions.swift",
        "APIGatewayV2Response+Extensions.swift",
        "BreezeLambdaWebHook.swift",
        "BreezeLambdaWebHookError.swift",
        "BreezeLambdaWebHookHandler.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-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.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swift-server/swift-aws-lambda-events.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/swift-server/swift-aws-lambda-runtime.git
[1/2436] Fetching swift-aws-lambda-events
[2364/13950] Fetching swift-aws-lambda-events, swift-aws-lambda-runtime
[3013/27805] Fetching swift-aws-lambda-events, swift-aws-lambda-runtime, async-http-client
Fetched https://github.com/swift-server/swift-aws-lambda-events.git from cache (0.34s)
[1962/25369] Fetching swift-aws-lambda-runtime, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (0.88s)
[8175/11514] Fetching swift-aws-lambda-runtime
Fetched https://github.com/swift-server/swift-aws-lambda-runtime.git from cache (1.40s)
Computing version for https://github.com/swift-server/swift-aws-lambda-events.git
Computed https://github.com/swift-server/swift-aws-lambda-events.git at 0.5.0 (1.89s)
Fetching https://github.com/apple/swift-http-types.git
[1/904] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.38s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.12s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.89s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/2619] Fetching swift-nio-transport-services
[1992/8522] Fetching swift-nio-transport-services, swift-algorithms
[2530/20014] Fetching swift-nio-transport-services, swift-algorithms, swift-nio-http2
[3625/21719] Fetching swift-nio-transport-services, swift-algorithms, swift-nio-http2, swift-atomics
[3740/27381] Fetching swift-nio-transport-services, swift-algorithms, swift-nio-http2, swift-atomics, swift-nio-extras
[5194/31217] Fetching swift-nio-transport-services, swift-algorithms, swift-nio-http2, swift-atomics, swift-nio-extras, swift-log
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.93s)
[19979/28598] Fetching swift-algorithms, swift-nio-http2, swift-atomics, swift-nio-extras, swift-log
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.97s)
[17190/22936] Fetching swift-algorithms, swift-nio-http2, swift-atomics, swift-log
Fetching https://github.com/apple/swift-nio.git
[22937/37729] Fetching swift-algorithms, swift-nio-http2, swift-atomics, swift-log, swift-nio-ssl
[25304/113253] Fetching swift-algorithms, swift-nio-http2, swift-atomics, swift-log, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (1.96s)
[37972/111548] Fetching swift-algorithms, swift-nio-http2, swift-log, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (1.96s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.97s)
[28380/101809] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.98s)
[17480/90317] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.51s)
[54378/75524] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.27s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (8.21s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.59s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.51s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.94s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (1.11s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4364] Fetching swift-system
[2925/20633] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.44s)
[4393/16269] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.23s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (8.83s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (4.74s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (8.01s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.55s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.77s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.70s)
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1127] Fetching swift-http-structured-headers
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.42s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.87s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (1.40s)
Computing version for https://github.com/swift-server/swift-aws-lambda-runtime.git
Computed https://github.com/swift-server/swift-aws-lambda-runtime.git at 1.0.0-alpha.3 (1.07s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
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.4.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/swift-server/swift-aws-lambda-events.git
Working copy of https://github.com/swift-server/swift-aws-lambda-events.git resolved at 0.5.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/swift-server/swift-aws-lambda-runtime.git
Working copy of https://github.com/swift-server/swift-aws-lambda-runtime.git resolved at 1.0.0-alpha.3
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
[1/1] Compiling plugin AWSLambdaPackager
Building for debugging...
[1/445] Write sources
[25/445] Compiling CNIOWindows shim.c
[25/445] Compiling CNIOWindows WSAStartup.c
[26/445] Write sources
[27/445] Compiling CNIOWASI CNIOWASI.c
[29/445] Write sources
[30/445] Compiling CNIOLinux liburing_shims.c
[31/445] Compiling _NumericsShims _NumericsShims.c
[32/445] Compiling CNIOExtrasZlib empty.c
[33/445] Compiling CNIOLLHTTP c_nio_http.c
[34/445] Compiling CNIOLinux shim.c
[35/445] Compiling _AtomicsShims.c
[36/445] Compiling CNIODarwin shim.c
[37/445] Compiling CNIOLLHTTP c_nio_api.c
[38/445] Compiling fiat_curve25519_adx_square.S
[39/445] Compiling fiat_p256_adx_sqr.S
[40/445] Compiling fiat_curve25519_adx_mul.S
[41/445] Compiling fiat_p256_adx_mul.S
[42/445] Write swift-version-24593BA9C3E375BF.txt
[43/445] Compiling CNIOLLHTTP c_nio_llhttp.c
[44/449] Compiling CNIOBoringSSLShims shims.c
[45/451] Compiling tls_record.cc
[46/451] Compiling tls_method.cc
[47/461] Compiling tls13_both.cc
[48/461] Compiling tls13_client.cc
[49/461] Compiling tls13_server.cc
[50/489] Compiling tls13_enc.cc
[52/491] Emitting module InternalCollectionsUtilities
[53/493] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[54/493] Compiling InternalCollectionsUtilities Specialize.swift
[54/493] Compiling t1_enc.cc
[56/493] Emitting module _NIOBase64
[57/493] Compiling _NIOBase64 Base64.swift
[58/493] Compiling RealModule Real.swift
[59/495] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[60/495] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[61/495] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[62/495] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[63/495] Compiling HTTPTypes HTTPParsedFields.swift
[64/495] Compiling HTTPTypes HTTPResponse.swift
[65/495] Compiling HTTPTypes ISOLatin1String.swift
[66/496] Compiling HTTPTypes HTTPRequest.swift
[67/496] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[68/496] Compiling InternalCollectionsUtilities Integer rank.swift
[69/496] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[70/496] Compiling InternalCollectionsUtilities UInt+reversed.swift
[71/496] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[72/496] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[73/496] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[74/496] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[75/496] Compiling RealModule Float16+Real.swift
[76/496] Compiling RealModule Float80+Real.swift
[78/496] Compiling InternalCollectionsUtilities _SortedCollection.swift
[79/496] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[80/496] Compiling InternalCollectionsUtilities Debugging.swift
[81/496] Compiling InternalCollectionsUtilities Descriptions.swift
[84/496] Compiling RealModule ElementaryFunctions.swift
[85/496] Compiling RealModule Float+Real.swift
[86/497] Emitting module RealModule
[89/497] Compiling RealModule RealFunctions.swift
[90/498] Compiling _NIODataStructures PriorityQueue.swift
[91/498] Compiling _NIODataStructures _TinyArray.swift
[93/498] Compiling ssl_x509.cc
[95/513] Compiling Logging MetadataProvider.swift
[96/513] Compiling DequeModule Deque+CustomReflectable.swift
[97/513] Compiling DequeModule Deque+Descriptions.swift
[98/513] Compiling Logging LogHandler.swift
[99/513] Compiling Logging Logging.swift
[100/515] Compiling Logging Locks.swift
[101/515] Emitting module Logging
[102/516] Emitting module _NIODataStructures
[103/516] Compiling _NIODataStructures Heap.swift
[104/516] Compiling HTTPTypes NIOLock.swift
[105/517] Compiling DequeModule _DequeBuffer.swift
[106/517] Compiling DequeModule _DequeBufferHeader.swift
[109/517] Compiling DequeModule Deque+Equatable.swift
[110/517] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[111/517] Compiling DequeModule Deque+Extras.swift
[112/517] Compiling DequeModule Deque+Hashable.swift
[113/517] Compiling DequeModule Deque+Testing.swift
[114/517] Compiling DequeModule Deque._Storage.swift
[115/517] Compiling DequeModule _DequeSlot.swift
[116/517] Compiling DequeModule _UnsafeWrappedBuffer.swift
[117/517] Compiling DequeModule Deque._UnsafeHandle.swift
[118/517] Compiling DequeModule Deque.swift
[118/517] Compiling ssl_stat.cc
[119/517] Compiling ssl_versions.cc
[120/517] Compiling ssl_transcript.cc
[121/517] Compiling ssl_session.cc
[123/517] Compiling DequeModule Deque+Codable.swift
[124/517] Compiling DequeModule Deque+Collection.swift
[125/517] Emitting module DequeModule
[126/518] Compiling ssl_privkey.cc
[128/518] Compiling HTTPTypes HTTPFieldName.swift
[129/518] Compiling HTTPTypes HTTPField.swift
[130/518] Emitting module HTTPTypes
[131/518] Compiling HTTPTypes HTTPFields.swift
[131/519] Compiling ssl_file.cc
[133/519] Compiling ssl_key_share.cc
[134/519] Compiling ssl_cipher.cc
[135/519] Compiling ssl_credential.cc
[136/519] Compiling ssl_lib.cc
[137/538] Compiling ssl_cert.cc
[138/538] Compiling ssl_buffer.cc
[139/538] Compiling ssl_aead_ctx.cc
[140/538] Compiling s3_pkt.cc
[141/538] Compiling ssl_asn1.cc
[142/538] Compiling s3_both.cc
[143/538] Compiling s3_lib.cc
[144/538] Compiling handshake_server.cc
[145/538] Compiling handshake_client.cc
[146/538] Compiling encrypted_client_hello.cc
[148/538] Compiling AWSLambdaEvents SQS.swift
[149/538] Compiling AWSLambdaEvents Base64.swift
[149/540] Compiling handshake.cc
[150/540] Compiling handoff.cc
[151/540] Compiling extensions.cc
[153/540] Compiling AWSLambdaEvents LambdaGatewayProxyEvent.swift
[154/540] Compiling AWSLambdaEvents S3.swift
[155/540] Compiling AWSLambdaEvents SES.swift
[156/540] Compiling AWSLambdaEvents SNS.swift
[156/540] Compiling dtls_record.cc
[157/540] Compiling md5-x86_64-linux.S
[158/540] Compiling md5-x86_64-apple.S
[160/540] Compiling AWSLambdaEvents DateWrappers.swift
[161/540] Compiling AWSLambdaEvents HTTP.swift
[161/540] Compiling md5-586-linux.S
[162/540] Compiling md5-586-apple.S
[164/540] Emitting module AWSLambdaEvents
[164/540] Compiling d1_srtp.cc
[165/540] Compiling err_data.cc
[166/540] Compiling dtls_method.cc
[167/540] Compiling d1_pkt.cc
[168/540] Compiling chacha20_poly1305_x86_64-linux.S
[169/540] Compiling chacha20_poly1305_x86_64-apple.S
[170/540] Compiling chacha20_poly1305_armv8-win.S
[171/540] Compiling chacha20_poly1305_armv8-linux.S
[172/540] Compiling chacha20_poly1305_armv8-apple.S
[173/540] Compiling chacha-x86_64-linux.S
[174/540] Compiling chacha-x86-apple.S
[175/540] Compiling chacha-x86-linux.S
[176/540] Compiling chacha-x86_64-apple.S
[177/540] Compiling bio_ssl.cc
[178/540] Compiling chacha-armv8-win.S
[179/540] Compiling chacha-armv4-linux.S
[180/540] Compiling chacha-armv8-apple.S
[181/540] Compiling chacha-armv8-linux.S
[182/540] Compiling aes128gcmsiv-x86_64-linux.S
[183/540] Compiling aes128gcmsiv-x86_64-apple.S
[184/540] Compiling x86_64-mont5-linux.S
[185/540] Compiling d1_lib.cc
[186/540] Compiling x86_64-mont-linux.S
[187/540] Compiling x86_64-mont5-apple.S
[188/540] Compiling x86_64-mont-apple.S
[189/540] Compiling x86-mont-apple.S
[190/540] Compiling x86-mont-linux.S
[191/540] Compiling vpaes-x86-linux.S
[192/540] Compiling vpaes-x86_64-linux.S
[192/540] Compiling vpaes-x86_64-apple.S
[194/540] Compiling vpaes-x86-apple.S
[195/540] Compiling vpaes-armv8-win.S
[196/540] Compiling vpaes-armv8-linux.S
[197/540] Compiling vpaes-armv8-apple.S
[198/540] Compiling vpaes-armv7-linux.S
[199/540] Compiling sha512-x86_64-apple.S
[200/540] Compiling sha512-x86_64-linux.S
[201/540] Compiling sha512-armv8-win.S
[202/540] Compiling sha512-armv8-linux.S
[203/540] Compiling sha512-armv8-apple.S
[204/540] Compiling sha512-armv4-linux.S
[205/540] Compiling sha512-586-linux.S
[206/540] Compiling sha512-586-apple.S
[207/540] Compiling sha256-x86_64-apple.S
[208/540] Compiling sha256-armv8-linux.S
[209/540] Compiling sha256-armv8-apple.S
[210/540] Compiling sha256-x86_64-linux.S
[211/540] Compiling sha256-armv8-win.S
[212/540] Compiling sha256-armv4-linux.S
[213/540] Compiling sha256-586-linux.S
[214/540] Compiling sha256-586-apple.S
[215/540] Compiling sha1-armv8-win.S
[216/540] Compiling sha1-x86_64-apple.S
[217/540] Compiling sha1-x86_64-linux.S
[218/540] Compiling d1_both.cc
[219/540] Compiling sha1-armv8-linux.S
[220/540] Compiling sha1-armv8-apple.S
[221/540] Compiling sha1-armv4-large-linux.S
[222/540] Compiling sha1-586-linux.S
[223/540] Compiling sha1-586-apple.S
[224/540] Compiling rsaz-avx2-apple.S
[225/540] Compiling rsaz-avx2-linux.S
[225/540] Compiling rdrand-x86_64-apple.S
[227/540] Compiling rdrand-x86_64-linux.S
[228/540] Compiling p256_beeu-x86_64-asm-linux.S
[229/540] Compiling p256_beeu-armv8-asm-win.S
[230/540] Compiling p256_beeu-armv8-asm-linux.S
[231/540] Compiling p256_beeu-x86_64-asm-apple.S
[232/540] Compiling p256_beeu-armv8-asm-apple.S
[233/540] Compiling p256-x86_64-asm-apple.S
[234/540] Compiling p256-x86_64-asm-linux.S
[235/540] Compiling p256-armv8-asm-apple.S
[236/540] Compiling p256-armv8-asm-linux.S
[237/540] Compiling p256-armv8-asm-win.S
[238/540] Compiling ghashv8-armv8-win.S
[240/540] Compiling AWSLambdaEvents APIGatewayLambdaAuthorizers.swift
[241/540] Compiling AWSLambdaEvents AWSRegion.swift
[242/540] Compiling AWSLambdaEvents AppSync.swift
[243/540] Compiling AWSLambdaEvents ALB.swift
[244/540] Compiling AWSLambdaEvents APIGateway+V2.swift
[245/540] Compiling AWSLambdaEvents APIGateway.swift
[245/540] Compiling ghashv8-armv8-linux.S
[246/540] Compiling ghashv8-armv8-apple.S
[247/540] Compiling ghashv8-armv7-linux.S
[248/540] Compiling ghash-x86-linux.S
[249/540] Compiling ghash-x86_64-apple.S
[250/540] Compiling ghash-x86-apple.S
[251/540] Compiling ghash-x86_64-linux.S
[253/540] Compiling AWSLambdaEvents BedrockAgent.swift
[254/540] Compiling AWSLambdaEvents CloudFormation.swift
[255/540] Compiling AWSLambdaEvents Cloudwatch.swift
[256/540] Compiling AWSLambdaEvents Cognito.swift
[257/540] Compiling AWSLambdaEvents DynamoDB.swift
[258/540] Compiling AWSLambdaEvents FunctionURL.swift
[258/540] Compiling ghash-ssse3-x86_64-linux.S
[259/541] Compiling ghash-ssse3-x86_64-apple.S
[260/541] Compiling ghash-ssse3-x86-linux.S
[261/541] Compiling ghash-neon-armv8-apple.S
[262/541] Compiling ghash-neon-armv8-win.S
[263/541] Compiling ghash-ssse3-x86-apple.S
[264/541] Compiling ghash-neon-armv8-linux.S
[265/541] Compiling ghash-armv4-linux.S
[266/541] Compiling co-586-linux.S
[267/541] Compiling bsaes-armv7-linux.S
[268/541] Compiling co-586-apple.S
[269/541] Compiling bn-armv8-win.S
[270/541] Compiling bn-armv8-apple.S
[271/541] Compiling bn-armv8-linux.S
[272/541] Compiling bn-586-linux.S
[274/541] Compiling bn-586-apple.S
[275/541] Compiling armv8-mont-win.S
[276/541] Compiling armv8-mont-linux.S
[277/541] Compiling armv8-mont-apple.S
[278/541] Compiling aesv8-gcm-armv8-win.S
[279/541] Compiling aesv8-gcm-armv8-linux.S
[280/541] Compiling armv4-mont-linux.S
[281/541] Compiling aesv8-gcm-armv8-apple.S
[282/541] Compiling aesv8-armv8-linux.S
[283/541] Compiling aesv8-armv8-win.S
[284/541] Compiling aesv8-armv7-linux.S
[285/541] Compiling aesv8-armv8-apple.S
[286/541] Compiling aesni-x86_64-apple.S
[287/541] Compiling aesni-x86_64-linux.S
[288/541] Compiling aesni-x86-apple.S
[289/541] Compiling aesni-gcm-x86_64-apple.S
[290/541] Compiling aes-gcm-avx2-x86_64-linux.S
[291/541] Compiling aesni-gcm-x86_64-linux.S
[292/541] Compiling aesni-x86-linux.S
[293/541] Compiling aes-gcm-avx2-x86_64-apple.S
[293/541] Compiling aes-gcm-avx10-x86_64-linux.S
[295/541] Compiling aes-gcm-avx10-x86_64-apple.S
[296/541] Compiling x_x509.cc
[297/541] Compiling x_x509a.cc
[298/541] Compiling x_req.cc
[299/541] Compiling x_name.cc
[300/541] Compiling x_spki.cc
[301/541] Compiling x_sig.cc
[302/541] Compiling x_val.cc
[303/541] Compiling x_pubkey.cc
[304/541] Compiling x_crl.cc
[305/541] Compiling x_exten.cc
[306/541] Compiling x509spki.cc
[307/541] Compiling x_attrib.cc
[308/541] Compiling x509rset.cc
[309/541] Compiling x_algor.cc
[310/541] Compiling x_all.cc
[311/541] Compiling x509name.cc
[312/541] Compiling x509cset.cc
[313/541] Compiling x509_vpm.cc
[314/541] Compiling x509_vfy.cc
[315/541] Compiling x509_txt.cc
[316/541] Compiling x509_v3.cc
[317/541] Compiling x509_set.cc
[318/541] Compiling x509_trs.cc
[319/541] Compiling x509_req.cc
[320/541] Compiling x509_obj.cc
[321/541] Compiling x509_lu.cc
[322/541] Compiling x509_ext.cc
[323/541] Compiling x509_def.cc
[324/541] Compiling x509_att.cc
[325/541] Compiling x509_cmp.cc
[326/541] Compiling x509_d2.cc
[327/541] Compiling x509.cc
[328/541] Compiling v3_skey.cc
[329/541] Compiling v3_utl.cc
[330/541] Compiling v3_purp.cc
[331/541] Compiling v3_prn.cc
[332/541] Compiling v3_pmaps.cc
[333/541] Compiling v3_ocsp.cc
[334/541] Compiling v3_pcons.cc
[335/541] Compiling v3_ncons.cc
[336/541] Compiling v3_int.cc
[337/541] Compiling v3_lib.cc
[338/541] Compiling v3_genn.cc
[339/541] Compiling v3_info.cc
[340/541] Compiling v3_ia5.cc
[341/541] Compiling v3_extku.cc
[342/541] Compiling v3_enum.cc
[343/541] Compiling v3_cpols.cc
[344/541] Compiling v3_crld.cc
[345/541] Compiling v3_conf.cc
[346/541] Compiling v3_bcons.cc
[347/541] Compiling v3_alt.cc
[348/541] Compiling v3_bitst.cc
[349/541] Compiling t_x509a.cc
[350/541] Compiling v3_akeya.cc
[351/541] Compiling t_x509.cc
[352/541] Compiling t_req.cc
[353/541] Compiling v3_akey.cc
[354/541] Compiling t_crl.cc
[355/541] Compiling i2d_pr.cc
[356/541] Compiling rsa_pss.cc
[357/541] Compiling name_print.cc
[358/541] Compiling policy.cc
[359/541] Compiling by_file.cc
[360/541] Compiling by_dir.cc
[361/541] Compiling algorithm.cc
[362/541] Compiling asn1_gen.cc
[363/541] Compiling thread_win.cc
[364/541] Compiling a_digest.cc
[365/541] Compiling a_sign.cc
[366/541] Compiling trust_token.cc
[367/541] Compiling pmbtoken.cc
[368/541] Compiling voprf.cc
[369/541] Compiling thread_pthread.cc
[370/541] Compiling a_verify.cc
[371/541] Compiling thread_none.cc
[372/541] Compiling thread.cc
[373/541] Compiling siphash.cc
[374/541] Compiling sha512.cc
[375/541] Compiling stack.cc
[376/541] Compiling sha256.cc
[377/541] Compiling sha1.cc
[378/541] Compiling rsa_print.cc
[379/541] Compiling slhdsa.cc
[380/541] Compiling spake2plus.cc
[381/541] Compiling rsa_extra.cc
[382/541] Compiling rc4.cc
[383/541] Compiling refcount.cc
[384/541] Compiling windows.cc
[384/541] Compiling rsa_crypt.cc
[386/541] Compiling urandom.cc
[387/541] Compiling trusty.cc
[388/541] Compiling rand.cc
[389/541] Compiling rsa_asn1.cc
[390/541] Compiling passive.cc
[391/541] Compiling ios.cc
[392/541] Compiling poly1305_arm_asm.S
[393/541] Compiling getentropy.cc
[394/541] Compiling forkunsafe.cc
[395/541] Compiling deterministic.cc
[396/541] Compiling fork_detect.cc
[397/541] Compiling poly1305_arm.cc
[398/541] Compiling poly1305.cc
[399/541] Compiling poly1305_vec.cc
[400/541] Compiling pool.cc
[401/541] Compiling pkcs7.cc
[402/541] Compiling pkcs7_x509.cc
[403/541] Compiling p5_pbev2.cc
[404/541] Compiling pkcs8_x509.cc
[405/541] Compiling pem_x509.cc
[406/541] Compiling pem_pkey.cc
[407/541] Compiling pkcs8.cc
[408/541] Compiling pem_xaux.cc
[409/541] Compiling pem_pk8.cc
[410/541] Compiling pem_oth.cc
[411/541] Compiling mlkem.cc
[412/541] Compiling obj_xref.cc
[413/541] Compiling mldsa.cc
[414/541] Compiling pem_lib.cc
[415/541] Compiling pem_info.cc
[416/541] Compiling pem_all.cc
[417/541] Compiling mem.cc
[418/541] Compiling obj.cc
[419/541] Compiling md5.cc
[420/541] Compiling fips_shared_support.cc
[421/541] Compiling poly_rq_mul.S
[422/541] Compiling md4.cc
[423/541] Compiling lhash.cc
[424/541] Compiling ex_data.cc
[425/541] Compiling hrss.cc
[426/541] Compiling hpke.cc
[427/541] Compiling sign.cc
[428/541] Compiling kyber.cc
[429/541] Compiling scrypt.cc
[430/541] Compiling print.cc
[431/541] Compiling p_x25519.cc
[432/541] Compiling pbkdf.cc
[433/541] Compiling p_ed25519.cc
[434/541] Compiling p_x25519_asn1.cc
[435/541] Compiling p_rsa_asn1.cc
[436/541] Compiling p_hkdf.cc
[437/541] Compiling p_rsa.cc
[438/541] Compiling p_ed25519_asn1.cc
[439/541] Compiling p_ec_asn1.cc
[440/541] Compiling p_ec.cc
[441/541] Compiling p_dh_asn1.cc
[442/541] Compiling p_dh.cc
[443/541] Compiling evp_ctx.cc
[444/541] Compiling p_dsa_asn1.cc
[445/541] Compiling evp.cc
[446/541] Compiling err.cc
[447/541] Compiling engine.cc
[448/541] Compiling ecdh.cc
[449/541] Compiling evp_asn1.cc
[450/541] Compiling ecdsa_asn1.cc
[451/541] Compiling ec_derive.cc
[452/541] Compiling hash_to_curve.cc
[453/541] Compiling params.cc
[454/541] Compiling ec_asn1.cc
[455/541] Compiling dsa.cc
[456/541] Compiling dsa_asn1.cc
[457/541] Compiling des.cc
[458/541] Compiling x25519-asm-arm.S
[459/541] Compiling digest_extra.cc
[460/541] Compiling dh_asn1.cc
[461/541] Compiling cpu_intel.cc
[462/541] Compiling cpu_arm_linux.cc
[463/541] Compiling crypto.cc
[464/541] Compiling cpu_arm_freebsd.cc
[465/541] Compiling curve25519.cc
[466/541] Compiling spake25519.cc
[467/541] Compiling cpu_aarch64_openbsd.cc
[468/541] Compiling cpu_aarch64_win.cc
[469/541] Compiling cpu_aarch64_sysreg.cc
[470/541] Compiling cpu_aarch64_linux.cc
[471/541] Compiling bcm.cc
[472/541] Compiling cpu_aarch64_fuchsia.cc
[473/541] Compiling curve25519_64_adx.cc
[474/541] Compiling cpu_aarch64_apple.cc
[475/541] Compiling get_cipher.cc
[476/541] Compiling conf.cc
[477/541] Compiling tls_cbc.cc
[478/541] Compiling e_tls.cc
[479/541] Compiling e_rc4.cc
[480/541] Compiling e_rc2.cc
[481/541] Compiling e_null.cc
[482/541] Compiling e_chacha20poly1305.cc
[483/541] Compiling e_des.cc
[484/541] Compiling e_aesgcmsiv.cc
[485/541] Compiling e_aesctrhmac.cc
[486/541] Compiling derive_key.cc
[487/541] Compiling chacha.cc
[488/541] Compiling cbb.cc
[489/541] Compiling unicode.cc
[490/541] Compiling ber.cc
[491/541] Compiling buf.cc
[492/541] Compiling cbs.cc
[493/541] Compiling bn_asn1.cc
[494/541] Compiling asn1_compat.cc
[495/541] Compiling printf.cc
[496/541] Compiling blake2.cc
[497/541] Compiling socket.cc
[498/541] Compiling pair.cc
[499/541] Compiling socket_helper.cc
[500/541] Compiling convert.cc
[501/541] Compiling file.cc
[502/541] Compiling hexdump.cc
[503/541] Compiling fd.cc
[504/541] Compiling errno.cc
[505/541] Compiling base64.cc
[506/541] Compiling connect.cc
[507/541] Compiling bio_mem.cc
[508/541] Compiling bio.cc
[509/541] Compiling tasn_typ.cc
[510/541] Compiling tasn_utl.cc
[511/541] Compiling tasn_fre.cc
[512/541] Compiling tasn_enc.cc
[512/541] Compiling posix_time.cc
[514/541] Compiling f_int.cc
[515/541] Compiling tasn_new.cc
[516/541] Compiling asn_pack.cc
[517/541] Compiling f_string.cc
[517/541] Compiling asn1_par.cc
[519/541] Compiling tasn_dec.cc
[520/541] Compiling a_octet.cc
[521/541] Compiling a_strnid.cc
[522/541] Compiling a_type.cc
[523/541] Compiling a_strex.cc
[524/541] Compiling a_utctm.cc
[525/541] Compiling a_time.cc
[526/541] Compiling asn1_lib.cc
[527/541] Compiling a_object.cc
[528/541] Compiling a_int.cc
[529/541] Compiling a_i2d_fp.cc
[530/541] Compiling a_mbstr.cc
[531/541] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[532/541] Write sources
[533/541] Compiling a_d2i_fp.cc
[534/541] Write sources
[535/541] Compiling a_dup.cc
[536/554] Compiling a_bitstr.cc
[537/585] Compiling a_gentm.cc
[538/585] Compiling a_bool.cc
[540/585] Compiling Algorithms MinMax.swift
[541/585] Compiling Algorithms RandomSample.swift
[542/585] Compiling Algorithms Reductions.swift
[543/585] Compiling Algorithms Rotate.swift
[544/587] Compiling Algorithms Joined.swift
[545/587] Compiling Algorithms Keyed.swift
[546/587] Compiling Algorithms Compacted.swift
[547/587] Compiling Algorithms Cycle.swift
[548/587] Compiling Algorithms EitherSequence.swift
[549/587] Compiling Algorithms Grouped.swift
[550/587] Compiling Algorithms Indexed.swift
[551/587] Compiling Algorithms Intersperse.swift
[552/587] Compiling Atomics IntegerOperations.swift
[553/587] Compiling Atomics Unmanaged extensions.swift
[554/587] Compiling Algorithms Split.swift
[555/587] Compiling Algorithms Stride.swift
[556/587] Compiling Algorithms Suffix.swift
[565/590] Compiling Algorithms Product.swift
[566/590] Compiling Algorithms AdjacentPairs.swift
[567/590] Compiling Algorithms Chain.swift
[568/590] Compiling Algorithms Chunked.swift
[569/590] Compiling Algorithms Combinations.swift
[573/590] Compiling Algorithms FirstNonNil.swift
[574/590] Compiling Algorithms FlattenCollection.swift
[578/590] Compiling Algorithms Trim.swift
[579/590] Compiling Algorithms Unique.swift
[580/590] Compiling Algorithms Windows.swift
[581/590] Emitting module Atomics
[582/590] Emitting module Algorithms
[583/591] Compiling c-nioatomics.c
[591/592] Compiling c-atomics.c
[593/598] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[594/598] Compiling NIOConcurrencyHelpers lock.swift
[595/598] Emitting module NIOConcurrencyHelpers
[596/598] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[597/598] Compiling NIOConcurrencyHelpers atomics.swift
[598/598] Compiling NIOConcurrencyHelpers NIOLock.swift
[600/658] Compiling NIOCore AddressedEnvelope.swift
[601/658] Compiling NIOCore AsyncAwaitSupport.swift
[602/658] Compiling NIOCore AsyncChannel.swift
[603/658] Compiling NIOCore AsyncChannelHandler.swift
[604/658] Compiling NIOCore AsyncChannelInboundStream.swift
[605/658] Compiling NIOCore AsyncChannelOutboundWriter.swift
[606/658] Compiling NIOCore NIOAsyncSequenceProducer.swift
[607/658] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[608/658] Compiling NIOCore NIOAsyncWriter.swift
[609/666] Compiling NIOCore EventLoop.swift
[610/666] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[611/666] Compiling NIOCore EventLoopFuture+Deprecated.swift
[612/666] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[613/666] Compiling NIOCore EventLoopFuture.swift
[614/666] Compiling NIOCore FileDescriptor.swift
[615/666] Compiling NIOCore FileHandle.swift
[616/666] Compiling NIOCore FileRegion.swift
[617/666] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[618/666] Compiling NIOCore BSDSocketAPI.swift
[619/666] Compiling NIOCore ByteBuffer-aux.swift
[620/666] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[621/666] Compiling NIOCore ByteBuffer-conversions.swift
[622/666] Compiling NIOCore ByteBuffer-core.swift
[623/666] Compiling NIOCore ByteBuffer-hex.swift
[624/666] Compiling NIOCore ByteBuffer-int.swift
[625/666] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[626/666] Compiling NIOCore MarkedCircularBuffer.swift
[627/666] Compiling NIOCore MulticastChannel.swift
[628/666] Compiling NIOCore NIOAny.swift
[629/666] Compiling NIOCore NIOCloseOnErrorHandler.swift
[630/666] Compiling NIOCore NIOLoopBound.swift
[631/666] Compiling NIOCore NIOScheduledCallback.swift
[632/666] Compiling NIOCore NIOSendable.swift
[633/666] Compiling NIOCore RecvByteBufferAllocator.swift
[634/666] Compiling NIOCore GlobalSingletons.swift
[635/666] Compiling NIOCore IO.swift
[636/666] Compiling NIOCore IOData.swift
[637/666] Compiling NIOCore IPProtocol.swift
[638/666] Compiling NIOCore IntegerBitPacking.swift
[639/666] Compiling NIOCore IntegerTypes.swift
[640/666] Compiling NIOCore Interfaces.swift
[641/666] Compiling NIOCore Linux.swift
[642/666] Compiling NIOCore ChannelPipeline.swift
[643/666] Compiling NIOCore CircularBuffer.swift
[644/666] Compiling NIOCore Codec.swift
[645/666] Compiling NIOCore ConvenienceOptionSupport.swift
[646/666] Compiling NIOCore DeadChannel.swift
[647/666] Compiling NIOCore DispatchQueue+WithFuture.swift
[648/666] Compiling NIOCore EventLoop+Deprecated.swift
[649/666] Compiling NIOCore EventLoop+SerialExecutor.swift
[650/666] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[651/666] Compiling NIOCore SocketAddresses.swift
[652/666] Compiling NIOCore SocketOptionProvider.swift
[653/666] Compiling NIOCore SystemCallHelpers.swift
[654/666] Compiling NIOCore TimeAmount+Duration.swift
[655/666] Compiling NIOCore TypeAssistedChannelHandler.swift
[656/666] Compiling NIOCore UniversalBootstrapSupport.swift
[657/666] Compiling NIOCore Utilities.swift
[658/666] Compiling NIOCore ByteBuffer-multi-int.swift
[659/666] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[660/666] Compiling NIOCore ByteBuffer-views.swift
[661/666] Compiling NIOCore Channel.swift
[662/666] Compiling NIOCore ChannelHandler.swift
[663/666] Compiling NIOCore ChannelHandlers.swift
[664/666] Compiling NIOCore ChannelInvoker.swift
[665/666] Compiling NIOCore ChannelOption.swift
[666/666] Emitting module NIOCore
[668/718] Compiling NIOEmbedded AsyncTestingChannel.swift
[669/718] Compiling NIOPosix PooledRecvBufferAllocator.swift
[670/718] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[671/718] Compiling NIOPosix PosixSingletons.swift
[672/718] Compiling NIOPosix RawSocketBootstrap.swift
[673/718] Compiling NIOPosix Resolver.swift
[674/718] Compiling NIOPosix Selectable.swift
[675/724] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[676/724] Compiling NIOEmbedded Embedded.swift
[677/724] Emitting module NIOEmbedded
[679/725] Emitting module NIOPosix
[680/725] Compiling NIOPosix ThreadPosix.swift
[681/725] Compiling NIOPosix ThreadWindows.swift
[682/725] Compiling NIOPosix UnsafeTransfer.swift
[683/725] Compiling NIOPosix Utilities.swift
[684/725] Compiling NIOPosix VsockAddress.swift
[685/725] Compiling NIOPosix VsockChannelEvents.swift
[686/725] Compiling NIOPosix SelectableChannel.swift
[687/725] Compiling NIOPosix SelectableEventLoop.swift
[688/725] Compiling NIOPosix SelectorEpoll.swift
[689/725] Compiling NIOPosix SelectorGeneric.swift
[690/725] Compiling NIOPosix SelectorKqueue.swift
[691/725] Compiling NIOPosix SelectorUring.swift
[692/725] Compiling NIOPosix ServerSocket.swift
[693/725] Compiling NIOPosix Socket.swift
[694/725] Compiling NIOPosix SocketChannel.swift
[695/725] Compiling NIOPosix SocketProtocols.swift
[696/725] Compiling NIOPosix System.swift
[697/725] Compiling NIOPosix Thread.swift
[698/725] Compiling NIOPosix BSDSocketAPICommon.swift
[699/725] Compiling NIOPosix BSDSocketAPIPosix.swift
[700/725] Compiling NIOPosix BSDSocketAPIWindows.swift
[701/725] Compiling NIOPosix BaseSocket.swift
[702/725] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[703/725] Compiling NIOPosix BaseSocketChannel.swift
[704/725] Compiling NIOPosix BaseStreamSocketChannel.swift
[705/725] Compiling NIOPosix IO.swift
[706/725] Compiling NIOPosix IntegerBitPacking.swift
[707/725] Compiling NIOPosix IntegerTypes.swift
[708/725] Compiling NIOPosix Linux.swift
[709/725] Compiling NIOPosix LinuxCPUSet.swift
[710/725] Compiling NIOPosix LinuxUring.swift
[711/725] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[712/725] Compiling NIOPosix Bootstrap.swift
[713/725] Compiling NIOPosix ControlMessage.swift
[714/725] Compiling NIOPosix DatagramVectorReadManager.swift
[715/725] Compiling NIOPosix Errors+Any.swift
[716/725] Compiling NIOPosix FileDescriptor.swift
[717/725] Compiling NIOPosix GetaddrinfoResolver.swift
[718/725] Compiling NIOPosix HappyEyeballs.swift
[719/725] Compiling NIOPosix NIOThreadPool.swift
[720/725] Compiling NIOPosix NonBlockingFileIO.swift
[721/725] Compiling NIOPosix PendingDatagramWritesManager.swift
[722/725] Compiling NIOPosix PendingWritesManager.swift
[723/725] Compiling NIOPosix PipeChannel.swift
[724/725] Compiling NIOPosix PipePair.swift
[725/725] Compiling NIOPosix Pool.swift
[727/728] Emitting module NIO
[728/728] Compiling NIO Exports.swift
[730/768] Compiling NIOTLS TLSEvents.swift
[731/768] Compiling NIOTLS SNIHandler.swift
[732/768] Emitting module NIOSOCKS
[733/769] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[734/769] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[735/769] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[736/769] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[737/769] Compiling NIOSOCKS ClientStateMachine.swift
[738/769] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[739/769] Compiling NIOSOCKS SOCKSResponse.swift
[740/769] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[741/769] Emitting module NIOTLS
[742/769] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[744/770] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[745/770] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[746/770] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[747/770] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[748/770] Compiling NIOHTTP1 HTTPEncoder.swift
[749/770] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[750/770] Compiling NIOHTTP1 ByteCollectionUtils.swift
[751/770] Compiling NIOHTTP1 HTTPDecoder.swift
[752/770] Compiling NIOSOCKS ServerStateMachine.swift
[754/800] Emitting module NIOHTTP1
[755/802] Compiling NIOSSL NIOSSLClientHandler.swift
[756/802] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[757/802] Compiling NIOSSL SSLCertificate.swift
[758/802] Compiling NIOSSL SSLCertificateExtensions.swift
[759/802] Compiling NIOSSL ByteBufferBIO.swift
[760/802] Emitting module NIOFoundationCompat
[761/802] Compiling NIOSSL CustomPrivateKey.swift
[762/802] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[764/803] Compiling NIOSSL SSLCallbacks.swift
[765/803] Compiling NIOSSL LinuxCABundle.swift
[766/825] Emitting module NIOTransportServices
[767/827] Compiling NIOTransportServices NIOTSBootstraps.swift
[768/827] Compiling NIOTransportServices NIOTSChannelOptions.swift
[769/827] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[770/827] Compiling NIOTransportServices StateManagedChannel.swift
[771/827] Compiling NIOTransportServices StateManagedListenerChannel.swift
[772/827] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[773/827] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[774/827] Compiling NIOTransportServices NIOTSSingletons.swift
[775/827] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[776/827] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[777/827] Compiling NIOTransportServices NIOTSErrors.swift
[778/827] Compiling NIOTransportServices NIOTSEventLoop.swift
[779/827] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[780/827] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[781/827] Compiling NIOTransportServices NIOTSListenerChannel.swift
[782/827] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[783/827] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[784/827] Compiling NIOTransportServices AcceptHandler.swift
[785/827] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[786/827] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[787/827] Compiling NIOTransportServices NIOTSDatagramListener.swift
[788/827] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[789/827] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[801/862] Emitting module NIOSSL
[802/865] Compiling NIOHPACK IndexedHeaderTable.swift
[803/866] Emitting module NIOHTTPCompression
[804/866] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[805/866] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[806/866] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[807/866] Emitting module AWSLambdaRuntimeCore
[808/868] Compiling NIOHPACK IntegerCoding.swift
[810/868] Compiling NIOHPACK StaticHeaderTable.swift
[813/868] Compiling NIOSSL SSLPrivateKey.swift
[814/868] Compiling NIOSSL NIOSSLSecureBytes.swift
[815/868] Compiling NIOSSL RNG.swift
[816/868] Compiling NIOSSL SafeCompare.swift
[817/868] Compiling NIOSSL Zeroization.swift
[822/868] Compiling NIOHPACK HuffmanTables.swift
[823/868] Compiling NIOHTTPCompression HTTPDecompression.swift
[824/868] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[825/868] Compiling NIOHTTPCompression HTTPCompression.swift
[826/868] Compiling AWSLambdaRuntimeCore LambdaRuntime.swift
[827/868] Compiling AWSLambdaRuntimeCore LambdaRuntimeClient.swift
[828/868] Compiling NIOHPACK DynamicHeaderTable.swift
[829/868] Compiling NIOHPACK HPACKDecoder.swift
[830/869] Compiling NIOHPACK HPACKEncoder.swift
[831/869] Compiling NIOHPACK HPACKErrors.swift
[834/869] Compiling NIOHPACK HuffmanCoding.swift
[835/869] Emitting module NIOHPACK
[839/869] Compiling NIOHPACK HPACKHeader.swift
[840/869] Compiling NIOHPACK HeaderTables.swift
[841/870] Compiling AWSLambdaRuntimeCore Terminator.swift
[842/870] Compiling AWSLambdaRuntimeCore Utils.swift
[844/870] Compiling AWSLambdaRuntimeCore Lambda.swift
[845/870] Compiling AWSLambdaRuntimeCore LambdaConfiguration.swift
[846/870] Compiling AWSLambdaRuntimeCore LambdaRequestID.swift
[847/870] Compiling AWSLambdaRuntimeCore LambdaRunner.swift
[850/870] Compiling AWSLambdaRuntimeCore Lambda+LocalServer.swift
[851/870] Compiling AWSLambdaRuntimeCore Lambda+String.swift
[853/929] Compiling NIOHTTP2 HasRemoteSettings.swift
[854/929] Compiling NIOHTTP2 LocallyQuiescingState.swift
[855/929] Compiling NIOHTTP2 QuiescingState.swift
[856/932] Compiling NIOHTTP2 SendingHeadersState.swift
[857/932] Compiling NIOHTTP2 SendingPushPromiseState.swift
[858/932] Compiling NIOHTTP2 SendingRstStreamState.swift
[859/932] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[860/932] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[861/932] Compiling NIOHTTP2 ReceivingHeadersState.swift
[862/932] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[863/932] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[864/932] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[865/932] Compiling NIOHTTP2 MaySendFrames.swift
[866/932] Compiling NIOHTTP2 SendingDataState.swift
[867/932] Compiling NIOHTTP2 SendingGoawayState.swift
[868/932] Compiling NIOHTTP2 ConnectionStateMachine.swift
[869/932] Compiling NIOHTTP2 ConnectionStreamsState.swift
[870/932] Compiling NIOHTTP2 MayReceiveFrames.swift
[871/932] Compiling NIOHTTP2 ReceivingDataState.swift
[873/933] Emitting module AWSLambdaRuntime
[874/933] Compiling AWSLambdaRuntime Context+Foundation.swift
[875/933] Compiling AWSLambdaRuntime Lambda+Codable.swift
[884/934] Compiling NIOHTTP2 HTTP2SettingsState.swift
[885/942] Compiling NIOHTTP2 InboundWindowManager.swift
[886/942] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[887/942] Compiling NIOHTTP2 StreamChannelFlowController.swift
[888/942] Compiling NIOHTTP2 StreamChannelList.swift
[889/942] Compiling NIOHTTP2 StreamMap.swift
[890/942] Compiling NIOHTTP2 StreamStateMachine.swift
[891/942] Compiling NIOHTTP2 UnsafeTransfer.swift
[892/942] Compiling NIOHTTP2 WatermarkedFlowController.swift
[893/942] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[894/942] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[895/942] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[896/942] Compiling NIOHTTP2 HTTP2StreamID.swift
[897/942] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[898/942] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[899/942] Compiling NIOHTTP2 HTTP2UserEvents.swift
[900/942] Compiling NIOHTTP2 InboundEventBuffer.swift
[901/942] Emitting module NIOHTTP2
[911/942] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[912/942] Compiling NIOHTTP2 HTTP2Frame.swift
[913/942] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[914/942] Compiling NIOHTTP2 HTTP2FrameParser.swift
[915/942] Compiling NIOHTTP2 HTTP2PingData.swift
[916/942] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[917/942] Compiling NIOHTTP2 HTTP2Settings.swift
[918/942] Compiling NIOHTTP2 HTTP2Stream.swift
[919/942] Compiling NIOHTTP2 StateMachineResult.swift
[920/942] Compiling NIOHTTP2 ContentLengthVerifier.swift
[921/942] Compiling NIOHTTP2 DOSHeuristics.swift
[922/942] Compiling NIOHTTP2 Error+Any.swift
[923/942] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[924/942] Compiling NIOHTTP2 ControlFrameBuffer.swift
[925/942] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[926/942] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[927/942] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[928/942] Compiling NIOHTTP2 HasFlowControlWindows.swift
[929/942] Compiling NIOHTTP2 HasLocalSettings.swift
[933/942] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[934/942] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[935/942] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[936/942] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[937/942] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[938/942] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[939/942] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[940/942] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[941/942] Compiling NIOHTTP2 HTTP2Error.swift
[942/942] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[944/1002] Emitting module AsyncHTTPClient
[945/1010] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[946/1010] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[947/1010] Compiling AsyncHTTPClient Transaction.swift
[948/1010] Compiling AsyncHTTPClient Base64.swift
[949/1010] Compiling AsyncHTTPClient BasicAuth.swift
[950/1010] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[951/1010] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[952/1010] Compiling AsyncHTTPClient ConnectionPool.swift
[953/1010] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[954/1010] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[955/1010] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[956/1010] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[957/1010] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[958/1010] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[959/1010] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[960/1010] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[961/1010] Compiling AsyncHTTPClient RequestBodyLength.swift
[962/1010] Compiling AsyncHTTPClient RequestBag.swift
[963/1010] Compiling AsyncHTTPClient RequestValidation.swift
[964/1010] Compiling AsyncHTTPClient SSLContextCache.swift
[965/1010] Compiling AsyncHTTPClient Scheme.swift
[966/1010] Compiling AsyncHTTPClient Singleton.swift
[967/1010] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[968/1010] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[969/1010] Compiling AsyncHTTPClient Utils.swift
[970/1010] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[971/1010] Compiling AsyncHTTPClient RequestOptions.swift
[972/1010] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[973/1010] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[974/1010] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[975/1010] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[976/1010] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[977/1010] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[978/1010] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[979/1010] Compiling AsyncHTTPClient TLSEventsHandler.swift
[980/1010] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[981/1010] Compiling AsyncHTTPClient HTTP1Connection.swift
[982/1010] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[983/1010] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[984/1010] Compiling AsyncHTTPClient HTTP2Connection.swift
[985/1010] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[986/1010] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[987/1010] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[988/1010] Compiling AsyncHTTPClient AsyncLazySequence.swift
[989/1010] Compiling AsyncHTTPClient HTTPClient+execute.swift
[990/1010] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[991/1010] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[992/1010] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[993/1010] Compiling AsyncHTTPClient HTTPClientRequest.swift
[994/1010] Compiling AsyncHTTPClient HTTPClientResponse.swift
[995/1010] Compiling AsyncHTTPClient HTTPClient.swift
[996/1010] Compiling AsyncHTTPClient HTTPHandler.swift
[997/1010] Compiling AsyncHTTPClient LRUCache.swift
[998/1010] Compiling AsyncHTTPClient NWErrorHandler.swift
[999/1010] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1000/1010] Compiling AsyncHTTPClient TLSConfiguration.swift
[1001/1010] Compiling AsyncHTTPClient RedirectState.swift
[1002/1010] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1003/1010] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1004/1010] Compiling AsyncHTTPClient ConnectionTarget.swift
[1005/1010] Compiling AsyncHTTPClient DeconstructedURL.swift
[1006/1010] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1007/1010] Compiling AsyncHTTPClient FoundationExtensions.swift
[1008/1010] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1009/1010] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1010/1010] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1012/1017] Compiling BreezeLambdaWebHook BreezeLambdaWebHookHandler.swift
[1013/1017] Compiling BreezeLambdaWebHook BreezeLambdaWebHook.swift
/host/spi-builder-workspace/Sources/BreezeLambdaWebHook/BreezeLambdaWebHook.swift:23:27: warning: static property 'timeout' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public extension LambdaInitializationContext {
22 |     enum WebHook {
23 |         public static var timeout: Int64 = 30
   |                           |- warning: static property 'timeout' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: convert 'timeout' to a 'let' constant to make 'Sendable' shared state immutable
   |                           |- note: add '@MainActor' to make static property 'timeout' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
24 |     }
25 | }
/host/spi-builder-workspace/Sources/BreezeLambdaWebHook/BreezeLambdaWebHook.swift:58:18: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
56 |             context.logger.info("shutdown: started")
57 |             let promise = eventLoop.makePromise(of: Void.self)
58 |             Task {
   |                  `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
59 |                 do {
60 |                     try await self.handlerContext.httpClient.shutdown()
   |                               `- note: closure captures 'self' which is accessible to code in the current task
61 |                     promise.succeed()
62 |                     context.logger.info("shutdown: succeed")
[1014/1017] Compiling BreezeLambdaWebHook BreezeLambdaWebHookError.swift
[1015/1017] Compiling BreezeLambdaWebHook APIGatewayV2Request+Extensions.swift
[1016/1017] Compiling BreezeLambdaWebHook APIGatewayV2Response+Extensions.swift
/host/spi-builder-workspace/Sources/BreezeLambdaWebHook/APIGatewayV2Response+Extensions.swift:24:16: warning: static property 'defaultHeaders' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
22 |     /// defaultHeaders
23 |     /// Override the headers in APIGatewayV2Response
24 |     static var defaultHeaders = [ "Content-Type": "application/json" ]
   |                |- warning: static property 'defaultHeaders' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'defaultHeaders' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'defaultHeaders' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 |     struct BodyError: Codable {
[1017/1017] Emitting module BreezeLambdaWebHook
/host/spi-builder-workspace/Sources/BreezeLambdaWebHook/APIGatewayV2Response+Extensions.swift:24:16: warning: static property 'defaultHeaders' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
22 |     /// defaultHeaders
23 |     /// Override the headers in APIGatewayV2Response
24 |     static var defaultHeaders = [ "Content-Type": "application/json" ]
   |                |- warning: static property 'defaultHeaders' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'defaultHeaders' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'defaultHeaders' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 |     struct BodyError: Codable {
/host/spi-builder-workspace/Sources/BreezeLambdaWebHook/BreezeLambdaWebHook.swift:23:27: warning: static property 'timeout' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | public extension LambdaInitializationContext {
22 |     enum WebHook {
23 |         public static var timeout: Int64 = 30
   |                           |- warning: static property 'timeout' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: convert 'timeout' to a 'let' constant to make 'Sendable' shared state immutable
   |                           |- note: add '@MainActor' to make static property 'timeout' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
24 |     }
25 | }
Build complete! (187.39s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-aws-lambda-runtime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0-alpha.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-aws-lambda-runtime.git"
    },
    {
      "identity" : "swift-aws-lambda-events",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-aws-lambda-events.git"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.11.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    }
  ],
  "manifest_display_name" : "BreezeLambdaWebHook",
  "name" : "BreezeLambdaWebHook",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "BreezeLambdaWebHook",
      "targets" : [
        "BreezeLambdaWebHook"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BreezeLambdaWebHookTests",
      "module_type" : "SwiftTarget",
      "name" : "BreezeLambdaWebHookTests",
      "path" : "Tests/BreezeLambdaWebHookTests",
      "product_dependencies" : [
        "AWSLambdaTesting"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/BreezeLambdaWebHookTests/Fixtures",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "BreezeLambdaWebHookTests.swift",
        "Fixtures.swift",
        "Lambda.swift",
        "MyGetWebHook.swift",
        "MyPostWebHook.swift",
        "Utils.swift"
      ],
      "target_dependencies" : [
        "BreezeLambdaWebHook"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BreezeLambdaWebHook",
      "module_type" : "SwiftTarget",
      "name" : "BreezeLambdaWebHook",
      "path" : "Sources/BreezeLambdaWebHook",
      "product_dependencies" : [
        "AWSLambdaRuntime",
        "AWSLambdaEvents",
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "BreezeLambdaWebHook"
      ],
      "sources" : [
        "APIGatewayV2Request+Extensions.swift",
        "APIGatewayV2Response+Extensions.swift",
        "BreezeLambdaWebHook.swift",
        "BreezeLambdaWebHookError.swift",
        "BreezeLambdaWebHookHandler.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.