Build Information
Successful build of vapor-aws-lambda-runtime, reference 0.6.2 (610aae
), with Swift 6.1 for Linux on 26 Apr 2025 13:00:45 UTC.
Swift 6 data race errors: 6
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/vapor-community/vapor-aws-lambda-runtime.git
Reference: 0.6.2
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/vapor-community/vapor-aws-lambda-runtime
* tag 0.6.2 -> FETCH_HEAD
HEAD is now at 610aaed Update CI and fix build errors for Swift 5.5 (#18)
Cloned https://github.com/vapor-community/vapor-aws-lambda-runtime.git
Revision (git rev-parse @):
610aaed1cdd7ef434ed23bc7006000948a221527
SUCCESS checkout https://github.com/vapor-community/vapor-aws-lambda-runtime.git at 0.6.2
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/vapor-community/vapor-aws-lambda-runtime.git
https://github.com/vapor-community/vapor-aws-lambda-runtime.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"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-aws-lambda-runtime",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-aws-lambda-runtime.git"
},
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "swift-extras-base64",
"requirement" : {
"range" : [
{
"lower_bound" : "0.4.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-extras/swift-extras-base64"
}
],
"manifest_display_name" : "vapor-aws-lambda-runtime",
"name" : "vapor-aws-lambda-runtime",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "VaporAWSLambdaRuntime",
"targets" : [
"VaporAWSLambdaRuntime"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "VaporAWSLambdaRuntimeTests",
"module_type" : "SwiftTarget",
"name" : "VaporAWSLambdaRuntimeTests",
"path" : "Tests/VaporAWSLambdaRuntimeTests",
"product_dependencies" : [
"AWSLambdaTesting"
],
"sources" : [
"APIGatewayTests.swift",
"APIGatewayV2Tests.swift"
],
"target_dependencies" : [
"VaporAWSLambdaRuntime"
],
"type" : "test"
},
{
"c99name" : "VaporAWSLambdaRuntime",
"module_type" : "SwiftTarget",
"name" : "VaporAWSLambdaRuntime",
"path" : "Sources/VaporAWSLambdaRuntime",
"product_dependencies" : [
"Vapor",
"AWSLambdaRuntime",
"AWSLambdaEvents",
"NIO",
"NIOHTTP1",
"ExtrasBase64"
],
"product_memberships" : [
"VaporAWSLambdaRuntime"
],
"sources" : [
"APIGateway.swift",
"APIGatewayV2.swift",
"LambdaServer.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/apple/swift-nio.git
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/swift-server/swift-aws-lambda-runtime.git
Fetching https://github.com/swift-extras/swift-extras-base64
[1/833] Fetching swift-extras-base64
[834/12347] Fetching swift-extras-base64, swift-aws-lambda-runtime
[1410/86660] Fetching swift-extras-base64, swift-aws-lambda-runtime, vapor
[1411/162091] Fetching swift-extras-base64, swift-aws-lambda-runtime, vapor, swift-nio
Fetched https://github.com/swift-extras/swift-extras-base64 from cache (1.21s)
[113995/161258] Fetching swift-aws-lambda-runtime, vapor, swift-nio
Fetched https://github.com/swift-server/swift-aws-lambda-runtime.git from cache (1.28s)
[114404/149744] Fetching vapor, swift-nio
Fetched https://github.com/vapor/vapor.git from cache (4.37s)
Fetched https://github.com/apple/swift-nio.git from cache (4.43s)
Computing version for https://github.com/swift-extras/swift-extras-base64
Computed https://github.com/swift-extras/swift-extras-base64 at 0.7.0 (4.98s)
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 0.5.2 (0.57s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/swift-server/swift-backtrace.git
[1/631] Fetching swift-backtrace
[632/4467] Fetching swift-backtrace, swift-log
Fetched https://github.com/swift-server/swift-backtrace.git from cache (0.33s)
Fetched https://github.com/apple/swift-log.git from cache (0.33s)
Computing version for https://github.com/swift-server/swift-backtrace.git
Computed https://github.com/swift-server/swift-backtrace.git at 1.3.5 (0.89s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.51s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (0.83s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/1705] Fetching swift-atomics
[19/6058] Fetching swift-atomics, swift-system
[4155/22300] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.05s)
Fetched https://github.com/apple/swift-system.git from cache (1.05s)
Fetched https://github.com/apple/swift-collections.git from cache (1.07s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.61s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.50s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.77s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (0.62s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-metrics.git
[1/1059] Fetching swift-service-context
[520/3646] Fetching swift-service-context, websocket-kit
[656/6854] Fetching swift-service-context, websocket-kit, multipart-kit
[2090/9054] Fetching swift-service-context, websocket-kit, multipart-kit, swift-metrics
[2259/14024] Fetching swift-service-context, websocket-kit, multipart-kit, swift-metrics, swift-distributed-tracing
[8029/19927] Fetching swift-service-context, websocket-kit, multipart-kit, swift-metrics, swift-distributed-tracing, swift-algorithms
Fetched https://github.com/apple/swift-metrics.git from cache (0.36s)
[13958/17727] Fetching swift-service-context, websocket-kit, multipart-kit, swift-distributed-tracing, swift-algorithms
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.45s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/vapor/websocket-kit.git from cache (0.47s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.47s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/vapor/routing-kit.git
[2151/9929] Fetching swift-service-context, multipart-kit, swift-nio-extras
[5719/30652] Fetching swift-service-context, multipart-kit, swift-nio-extras, routing-kit
[10244/42144] Fetching swift-service-context, multipart-kit, swift-nio-extras, routing-kit, swift-nio-http2
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.49s)
Fetching https://github.com/apple/swift-crypto.git
[20751/36482] Fetching swift-service-context, multipart-kit, routing-kit, swift-nio-http2
[20867/51275] Fetching swift-service-context, multipart-kit, routing-kit, swift-nio-http2, swift-nio-ssl
[35076/65059] Fetching swift-service-context, multipart-kit, routing-kit, swift-nio-http2, swift-nio-ssl, swift-crypto
Fetched https://github.com/apple/swift-service-context.git from cache (1.79s)
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/vapor/routing-kit.git from cache (1.33s)
[31299/43277] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, swift-crypto
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/vapor/multipart-kit.git from cache (1.86s)
[30310/40069] Fetching swift-nio-http2, swift-nio-ssl, swift-crypto
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.41s)
Fetching https://github.com/swift-server/async-http-client.git
[18966/28577] Fetching swift-nio-ssl, swift-crypto
[23203/34062] Fetching swift-nio-ssl, swift-crypto, console-kit
[23671/36432] Fetching swift-nio-ssl, swift-crypto, console-kit, async-kit
[33263/50219] Fetching swift-nio-ssl, swift-crypto, console-kit, async-kit, async-http-client
Fetched https://github.com/vapor/async-kit.git from cache (0.38s)
[33099/47849] Fetching swift-nio-ssl, swift-crypto, console-kit, async-http-client
Fetched https://github.com/vapor/console-kit.git from cache (0.42s)
[29819/42364] Fetching swift-nio-ssl, swift-crypto, async-http-client
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.29s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.01s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.03s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.1 (3.38s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.15.0 (0.56s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2619] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.31s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.82s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.54s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.40s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (0.93s)
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.59s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/904] Fetching swift-http-types
[905/2031] Fetching swift-http-types, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-types.git from cache (0.26s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.26s)
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.78s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.51s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.56s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.54s)
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.56s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.54s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.56s)
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.63s)
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 (0.51s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.54s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.53s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.78s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.26s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.83s)
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 0.5.2
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.15.0
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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/swift-extras/swift-extras-base64
Working copy of https://github.com/swift-extras/swift-extras-base64 resolved at 0.7.0
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.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-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/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.1
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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.1
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/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
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/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.114.1
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/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-backtrace.git
Working copy of https://github.com/swift-server/swift-backtrace.git resolved at 1.3.5
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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Building for debugging...
[0/849] Write sources
[39/849] Compiling CNIOWindows shim.c
[40/849] Compiling CNIOWASI CNIOWASI.c
[41/849] Write sources
[43/849] Compiling CNIOWindows WSAStartup.c
[43/849] Write sources
[51/849] Compiling _NumericsShims _NumericsShims.c
[52/849] Compiling _AtomicsShims.c
[53/849] Compiling CVaporBcrypt bcrypt.c
[54/849] Compiling CNIOSHA1 c_nio_sha1.c
[55/849] Compiling CNIOLinux liburing_shims.c
[56/849] Compiling CVaporBcrypt blf.c
[57/849] Compiling CSystem shims.c
[58/849] Compiling CNIOExtrasZlib empty.c
[59/849] Compiling CNIOLLHTTP c_nio_http.c
[60/849] Compiling CNIODarwin shim.c
[61/849] Compiling CNIOLinux shim.c
[62/849] Compiling fiat_curve25519_adx_square.S
[63/849] Compiling fiat_p256_adx_mul.S
[64/849] Compiling CNIOLLHTTP c_nio_api.c
[65/849] Compiling fiat_curve25519_adx_mul.S
[66/849] Compiling fiat_p256_adx_sqr.S
[67/849] Write swift-version-24593BA9C3E375BF.txt
[68/849] Compiling CNIOLLHTTP c_nio_llhttp.c
[69/849] Compiling CNIOBoringSSLShims shims.c
[70/855] Compiling tls_record.cc
[71/855] Compiling tls_method.cc
[72/883] Compiling tls13_client.cc
[73/883] Compiling tls13_server.cc
[74/886] Compiling tls13_enc.cc
[75/893] Compiling tls13_both.cc
[77/921] Emitting module Logging
[78/921] Emitting module InternalCollectionsUtilities
[79/923] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[80/923] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[81/923] Compiling ServiceContextModule ServiceContextKey.swift
[82/923] Emitting module ServiceContextModule
[83/923] Compiling ServiceContextModule ServiceContext.swift
[84/924] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[85/924] Compiling InternalCollectionsUtilities Specialize.swift
[86/924] Compiling RealModule Real.swift
[87/924] Compiling _NIODataStructures _TinyArray.swift
[88/925] Compiling SystemPackage MachPort.swift
[89/925] Compiling SystemPackage PlatformString.swift
[90/925] Compiling SystemPackage SystemString.swift
[91/928] Compiling InternalCollectionsUtilities UInt+reversed.swift
[92/928] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[93/928] Compiling RealModule Float16+Real.swift
[94/928] Emitting module RealModule
[95/928] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[96/928] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[97/928] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[98/928] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[99/928] Compiling InternalCollectionsUtilities _SortedCollection.swift
[100/928] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[101/928] Compiling InternalCollectionsUtilities Debugging.swift
[102/928] Compiling InternalCollectionsUtilities Descriptions.swift
[103/928] Compiling RealModule Float80+Real.swift
[108/928] Compiling InternalCollectionsUtilities Integer rank.swift
[109/928] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[110/928] Emitting module _NIOBase64
[111/928] Compiling _NIOBase64 Base64.swift
[112/928] Compiling RealModule ElementaryFunctions.swift
[113/928] Compiling RealModule Float+Real.swift
[114/929] Emitting module SystemPackage
[123/929] Compiling _NIODataStructures PriorityQueue.swift
[133/929] Compiling RealModule RealFunctions.swift
[136/930] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[137/930] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[139/940] Compiling Instrumentation NoOpInstrument.swift
[140/940] Compiling Instrumentation Instrument.swift
[141/940] Emitting module Instrumentation
[142/940] Compiling SystemPackage Util+StringArray.swift
[143/940] Compiling SystemPackage Util.swift
[144/940] Compiling SystemPackage UtilConsumers.swift
[145/940] Compiling Instrumentation MultiplexInstrument.swift
[146/940] Compiling Logging MetadataProvider.swift
[147/940] Compiling Instrumentation InstrumentationSystem.swift
[148/940] Compiling Instrumentation Locks.swift
[149/940] Compiling SystemPackage Mocking.swift
[150/940] Compiling SystemPackage RawBuffer.swift
[151/940] Compiling SystemPackage Syscalls.swift
[152/940] Compiling SystemPackage WindowsSyscallAdapters.swift
[155/940] Compiling SystemPackage Constants.swift
[156/940] Compiling SystemPackage Exports.swift
[157/941] Emitting module _NIODataStructures
[158/942] Compiling _NIODataStructures Heap.swift
[159/942] Compiling Logging LogHandler.swift
[160/942] Compiling Logging Logging.swift
[161/943] Compiling Logging Locks.swift
[166/1081] Compiling CoreMetrics Locks.swift
[167/1081] Compiling CoreMetrics Metrics.swift
[168/1081] Emitting module CoreMetrics
[169/1082] Compiling Tracing TracingTime.swift
[170/1082] Compiling Tracing TracerProtocol.swift
[172/1082] Compiling Tracing Tracer.swift
[173/1082] Compiling Tracing TracerProtocol+Legacy.swift
[174/1082] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[175/1082] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[176/1082] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[177/1082] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[178/1082] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[179/1082] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[180/1082] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[181/1089] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[182/1089] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[183/1089] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[184/1089] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[185/1089] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[186/1089] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[187/1089] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[188/1096] Compiling Tracing NoOpTracer.swift
[189/1096] Compiling Tracing SpanProtocol.swift
[190/1096] Compiling Tracing InstrumentationSystem+Tracing.swift
[191/1096] Emitting module Tracing
[192/1097] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[193/1097] Compiling _RopeModule BigString+Chunk+Splitting.swift
[194/1097] Compiling _RopeModule BigString+Chunk.swift
[195/1097] Compiling _RopeModule BigString+BidirectionalCollection.swift
[196/1097] Compiling _RopeModule BigString+Comparable.swift
[197/1097] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[198/1097] Compiling _RopeModule BigString+CustomStringConvertible.swift
[199/1097] Compiling OrderedCollections OrderedSet+Hashable.swift
[200/1097] Compiling OrderedCollections OrderedSet+Initializers.swift
[201/1097] Compiling OrderedCollections OrderedSet+Insertions.swift
[202/1097] Compiling OrderedCollections OrderedSet+Invariants.swift
[203/1097] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[204/1097] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[205/1097] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[206/1097] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[207/1097] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[207/1097] Compiling t1_enc.cc
[210/1097] Compiling HeapModule Heap+Invariants.swift
[211/1097] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[212/1097] Compiling HeapModule Heap+Descriptions.swift
[213/1097] Compiling OrderedCollections OrderedDictionary+Codable.swift
[214/1097] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[215/1097] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[216/1097] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[217/1097] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[218/1097] Compiling OrderedCollections OrderedDictionary+Elements.swift
[219/1097] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[220/1097] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[221/1097] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[222/1097] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[223/1097] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[224/1097] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[225/1097] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[226/1097] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[227/1097] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[228/1097] Compiling OrderedCollections OrderedDictionary+Values.swift
[229/1099] Compiling HeapModule _HeapNode.swift
[230/1099] Compiling HeapModule Heap.swift
[231/1099] Compiling HeapModule Heap+UnsafeHandle.swift
[242/1130] Emitting module HeapModule
[242/1185] Compiling ssl_x509.cc
[245/1194] Compiling DequeModule Deque+Codable.swift
[246/1194] Compiling DequeModule Deque+Collection.swift
[247/1194] Compiling DequeModule Deque+CustomReflectable.swift
[248/1194] Compiling DequeModule Deque+Descriptions.swift
[249/1194] Compiling DequeModule Deque+Equatable.swift
[250/1194] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[251/1194] Compiling DequeModule Deque+Extras.swift
[252/1194] Compiling DequeModule Deque+Hashable.swift
[255/1202] Compiling DequeModule Deque._UnsafeHandle.swift
[256/1202] Compiling DequeModule Deque.swift
[257/1202] Compiling DequeModule _DequeBuffer.swift
[258/1202] Compiling DequeModule _DequeBufferHeader.swift
[259/1202] Compiling DequeModule _DequeSlot.swift
[260/1202] Compiling DequeModule _UnsafeWrappedBuffer.swift
[261/1202] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[262/1202] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[263/1202] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[264/1202] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[267/1202] Compiling HashTreeCollections TreeSet+Hashable.swift
[268/1202] Compiling HashTreeCollections TreeSet+Sendable.swift
[269/1202] Compiling HashTreeCollections TreeSet+Sequence.swift
[270/1202] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[271/1202] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[272/1202] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[273/1202] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[274/1202] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[275/1202] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[276/1202] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[277/1212] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[278/1212] Compiling HashTreeCollections TreeSet+Debugging.swift
[279/1212] Compiling HashTreeCollections TreeSet+Descriptions.swift
[280/1212] Compiling HashTreeCollections TreeSet+Equatable.swift
[281/1212] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[282/1212] Compiling HashTreeCollections TreeSet+Extras.swift
[283/1212] Compiling HashTreeCollections TreeSet+Filter.swift
[286/1212] Compiling HashTreeCollections TreeDictionary+Keys.swift
[287/1212] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[288/1212] Compiling HashTreeCollections TreeDictionary+Merge.swift
[289/1212] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[290/1212] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[291/1212] Compiling HashTreeCollections TreeDictionary+Values.swift
[292/1212] Compiling HashTreeCollections TreeDictionary.swift
[293/1212] Compiling HashTreeCollections TreeSet+Codable.swift
[294/1212] Compiling HashTreeCollections TreeSet+Collection.swift
[304/1212] Compiling RoutingKit PathComponent.swift
[315/1212] Compiling DequeModule Deque+Testing.swift
[316/1212] Compiling DequeModule Deque._Storage.swift
[317/1212] Compiling RoutingKit TrieRouter.swift
[318/1212] Compiling RoutingKit Router.swift
[331/1212] Emitting module OrderedCollections
[332/1213] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[333/1213] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[334/1213] Compiling HashTreeCollections TreeDictionary+Filter.swift
[335/1213] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[336/1213] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[348/1213] Emitting module DequeModule
[349/1213] Compiling HashTreeCollections _HashTreeIterator.swift
[350/1213] Compiling HashTreeCollections _HashTreeStatistics.swift
[351/1213] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[352/1213] Compiling HashTreeCollections _RawHashNode.swift
[353/1213] Compiling HashTreeCollections _UnmanagedHashNode.swift
[354/1213] Compiling HashTreeCollections _UnsafePath.swift
[355/1213] Compiling HashTreeCollections TreeDictionary+Codable.swift
[356/1213] Compiling HashTreeCollections TreeDictionary+Collection.swift
[357/1213] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[358/1213] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[359/1213] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[363/1214] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[364/1214] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[365/1214] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[366/1214] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[367/1214] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[368/1214] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[369/1214] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[370/1214] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[371/1214] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[372/1214] Compiling HashTreeCollections TreeSet.swift
[372/1214] Compiling ssl_versions.cc
[374/1214] Compiling RoutingKit AnyRouter.swift
[375/1214] Compiling RoutingKit Parameters.swift
[376/1214] Emitting module RoutingKit
[377/1215] Emitting module _RopeModule
[379/1215] Emitting module Metrics
[380/1215] Compiling Metrics Metrics.swift
[391/1216] Compiling HashTreeCollections _HashNodeHeader.swift
[392/1216] Compiling HashTreeCollections _HashSlot.swift
[393/1216] Compiling HashTreeCollections _HashStack.swift
[422/1217] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[423/1217] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[424/1217] Compiling HashTreeCollections _HashNode+Structural union.swift
[425/1217] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[426/1217] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[427/1217] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[428/1217] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[429/1217] Compiling HashTreeCollections _HashNode.swift
[442/1217] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[443/1217] Compiling HashTreeCollections _HashNode+Structural merge.swift
[443/1217] Compiling ssl_stat.cc
[444/1217] Compiling ssl_transcript.cc
[446/1217] Emitting module HashTreeCollections
[447/1218] Compiling ssl_privkey.cc
[448/1218] Compiling ssl_session.cc
[449/1218] Compiling ssl_lib.cc
[450/1218] Compiling ssl_file.cc
[452/1218] Emitting module ExtrasBase64
[452/1218] Compiling ssl_credential.cc
[454/1218] Compiling ExtrasBase64 Base64.swift
[455/1218] Compiling ExtrasBase64 Base32.swift
[455/1219] Compiling ssl_key_share.cc
[457/1219] Compiling ssl_cipher.cc
[458/1219] Compiling ssl_buffer.cc
[459/1219] Compiling ssl_cert.cc
[460/1219] Compiling s3_lib.cc
[461/1219] Compiling ssl_aead_ctx.cc
[462/1219] Compiling s3_pkt.cc
[463/1219] Compiling ssl_asn1.cc
[464/1219] Compiling s3_both.cc
[465/1219] Compiling handshake_server.cc
[466/1219] Compiling handshake.cc
[467/1219] Compiling handshake_client.cc
[468/1219] Compiling dtls_record.cc
[468/1219] Compiling handoff.cc
[470/1219] Compiling encrypted_client_hello.cc
[471/1219] Compiling extensions.cc
[472/1219] Compiling dtls_method.cc
[473/1219] Compiling md5-x86_64-linux.S
[474/1219] Compiling md5-x86_64-apple.S
[475/1219] Compiling md5-586-apple.S
[476/1219] Compiling md5-586-linux.S
[477/1219] Compiling chacha20_poly1305_x86_64-apple.S
[478/1219] Compiling chacha20_poly1305_x86_64-linux.S
[479/1219] Compiling chacha20_poly1305_armv8-win.S
[480/1219] Compiling chacha20_poly1305_armv8-linux.S
[481/1219] Compiling err_data.cc
[482/1219] Compiling chacha20_poly1305_armv8-apple.S
[483/1219] Compiling chacha-x86_64-apple.S
[484/1219] Compiling chacha-x86_64-linux.S
[485/1219] Compiling chacha-x86-linux.S
[486/1219] Compiling chacha-x86-apple.S
[487/1219] Compiling chacha-armv8-win.S
[488/1219] Compiling chacha-armv8-linux.S
[489/1219] Compiling chacha-armv4-linux.S
[490/1219] Compiling chacha-armv8-apple.S
[491/1219] Compiling aes128gcmsiv-x86_64-linux.S
[492/1219] Compiling aes128gcmsiv-x86_64-apple.S
[493/1219] Compiling x86_64-mont5-linux.S
[494/1219] Compiling x86_64-mont5-apple.S
[495/1219] Compiling x86_64-mont-linux.S
[496/1219] Compiling x86_64-mont-apple.S
[497/1219] Compiling x86-mont-linux.S
[498/1219] Compiling d1_srtp.cc
[499/1219] Compiling d1_pkt.cc
[500/1219] Compiling bio_ssl.cc
[501/1219] Compiling x86-mont-apple.S
[502/1219] Compiling vpaes-x86_64-apple.S
[503/1219] Compiling vpaes-armv8-linux.S
[504/1219] Compiling vpaes-x86-apple.S
[504/1219] Compiling vpaes-x86_64-linux.S
[504/1219] Compiling vpaes-x86-linux.S
[507/1219] Compiling vpaes-armv8-win.S
[508/1219] Compiling vpaes-armv8-apple.S
[509/1219] Compiling vpaes-armv7-linux.S
[509/1219] Compiling sha512-x86_64-linux.S
[511/1219] Compiling sha512-armv8-apple.S
[512/1219] Compiling sha512-x86_64-apple.S
[513/1219] Compiling sha512-armv8-win.S
[514/1219] Compiling sha512-armv8-linux.S
[515/1219] Compiling d1_lib.cc
[516/1219] Compiling sha512-armv4-linux.S
[517/1219] Compiling sha512-586-apple.S
[517/1219] Compiling sha512-586-linux.S
[519/1219] Compiling sha256-x86_64-apple.S
[520/1219] Compiling sha256-armv8-win.S
[521/1219] Compiling sha256-x86_64-linux.S
[522/1219] Compiling sha256-armv8-linux.S
[523/1219] Compiling sha256-armv8-apple.S
[524/1219] Compiling sha256-586-linux.S
[525/1219] Compiling sha256-586-apple.S
[526/1219] Compiling sha256-armv4-linux.S
[527/1219] Compiling sha1-x86_64-apple.S
[528/1219] Compiling sha1-armv8-win.S
[529/1219] Compiling sha1-x86_64-linux.S
[530/1219] Compiling sha1-armv8-apple.S
[531/1219] Compiling sha1-586-linux.S
[532/1219] Compiling sha1-armv8-linux.S
[533/1219] Compiling sha1-armv4-large-linux.S
[534/1219] Compiling rsaz-avx2-apple.S
[535/1219] Compiling rsaz-avx2-linux.S
[536/1219] Compiling rdrand-x86_64-apple.S
[537/1219] Compiling sha1-586-apple.S
[538/1219] Compiling p256_beeu-x86_64-asm-apple.S
[539/1219] Compiling rdrand-x86_64-linux.S
[540/1219] Compiling p256_beeu-x86_64-asm-linux.S
[541/1219] Compiling d1_both.cc
[542/1219] Compiling p256_beeu-armv8-asm-apple.S
[543/1219] Compiling p256_beeu-armv8-asm-win.S
[544/1219] Compiling p256_beeu-armv8-asm-linux.S
[545/1219] Compiling p256-x86_64-asm-apple.S
[546/1219] Compiling p256-armv8-asm-win.S
[547/1219] Compiling p256-armv8-asm-linux.S
[548/1219] Compiling p256-armv8-asm-apple.S
[549/1219] Compiling p256-x86_64-asm-linux.S
[550/1219] Compiling ghashv8-armv8-linux.S
[551/1219] Compiling ghashv8-armv8-win.S
[552/1219] Compiling ghashv8-armv8-apple.S
[553/1219] Compiling ghashv8-armv7-linux.S
[554/1219] Compiling ghash-x86_64-linux.S
[554/1219] Compiling ghash-x86_64-apple.S
[556/1219] Compiling ghash-x86-apple.S
[557/1219] Compiling ghash-x86-linux.S
[558/1219] Compiling ghash-ssse3-x86_64-linux.S
[559/1219] Compiling ghash-neon-armv8-apple.S
[560/1219] Compiling ghash-ssse3-x86-apple.S
[560/1219] Compiling ghash-neon-armv8-linux.S
[562/1219] Compiling ghash-ssse3-x86_64-apple.S
[563/1219] Compiling ghash-neon-armv8-win.S
[564/1219] Compiling ghash-ssse3-x86-linux.S
[565/1219] Compiling ghash-armv4-linux.S
[566/1219] Compiling bsaes-armv7-linux.S
[567/1219] Compiling bn-armv8-win.S
[568/1219] Compiling co-586-linux.S
[569/1219] Compiling co-586-apple.S
[570/1219] Compiling bn-586-linux.S
[571/1219] Compiling bn-armv8-linux.S
[572/1219] Compiling bn-armv8-apple.S
[573/1219] Compiling bn-586-apple.S
[574/1219] Compiling armv8-mont-win.S
[575/1219] Compiling armv8-mont-apple.S
[576/1219] Compiling armv4-mont-linux.S
[577/1219] Compiling aesv8-gcm-armv8-apple.S
[577/1219] Compiling armv8-mont-linux.S
[579/1219] Compiling aesv8-gcm-armv8-win.S
[580/1219] Compiling aesv8-gcm-armv8-linux.S
[581/1219] Compiling aesv8-armv8-win.S
[582/1219] Compiling aesv8-armv8-linux.S
[583/1219] Compiling aesv8-armv7-linux.S
[584/1219] Compiling aesv8-armv8-apple.S
[585/1219] Compiling aesni-x86-apple.S
[586/1219] Compiling aesni-x86_64-linux.S
[587/1219] Compiling aesni-x86-linux.S
[588/1219] Compiling aesni-x86_64-apple.S
[589/1219] Compiling aesni-gcm-x86_64-linux.S
[590/1219] Compiling aes-gcm-avx2-x86_64-linux.S
[591/1219] Compiling aesni-gcm-x86_64-apple.S
[592/1219] Compiling aes-gcm-avx2-x86_64-apple.S
[593/1219] Compiling aes-gcm-avx10-x86_64-linux.S
[594/1219] Compiling aes-gcm-avx10-x86_64-apple.S
[595/1219] Compiling x_val.cc
[596/1219] Compiling x_sig.cc
[597/1219] Compiling x_x509.cc
[598/1219] Compiling x_spki.cc
[599/1219] Compiling x_req.cc
[600/1219] Compiling x_x509a.cc
[601/1219] Compiling x_name.cc
[602/1219] Compiling x_pubkey.cc
[603/1219] Compiling x_crl.cc
[604/1219] Compiling x_exten.cc
[605/1219] Compiling x_all.cc
[606/1219] Compiling x509spki.cc
[607/1219] Compiling x_attrib.cc
[608/1219] Compiling x509rset.cc
[608/1219] Compiling x_algor.cc
[610/1219] Compiling x509cset.cc
[611/1219] Compiling x509name.cc
[612/1219] Compiling x509_v3.cc
[613/1219] Compiling x509_txt.cc
[614/1219] Compiling x509_vfy.cc
[615/1219] Compiling x509_vpm.cc
[616/1219] Compiling x509_set.cc
[617/1219] Compiling x509_trs.cc
[618/1219] Compiling x509_req.cc
[619/1219] Compiling x509_obj.cc
[620/1219] Compiling x509_lu.cc
[621/1219] Compiling x509_def.cc
[622/1219] Compiling x509_d2.cc
[623/1219] Compiling x509_ext.cc
[624/1219] Compiling x509_cmp.cc
[625/1219] Compiling x509_att.cc
[626/1219] Compiling x509.cc
[627/1219] Compiling v3_skey.cc
[628/1219] Compiling v3_purp.cc
[629/1219] Compiling v3_utl.cc
[630/1219] Compiling v3_prn.cc
[631/1219] Compiling v3_pmaps.cc
[632/1219] Compiling v3_ocsp.cc
[633/1219] Compiling v3_ncons.cc
[634/1219] Compiling v3_pcons.cc
[635/1219] Compiling v3_info.cc
[636/1219] Compiling v3_lib.cc
[637/1219] Compiling v3_ia5.cc
[638/1219] Compiling v3_genn.cc
[639/1219] Compiling v3_int.cc
[640/1219] Compiling v3_crld.cc
[641/1219] Compiling v3_cpols.cc
[642/1219] Compiling v3_extku.cc
[643/1219] Compiling v3_enum.cc
[644/1219] Compiling v3_bitst.cc
[645/1219] Compiling v3_conf.cc
[646/1219] Compiling v3_bcons.cc
[646/1219] Compiling v3_alt.cc
[648/1219] Compiling t_x509.cc
[649/1219] Compiling v3_akey.cc
[649/1219] Compiling v3_akeya.cc
[651/1219] Compiling t_x509a.cc
[652/1219] Compiling t_req.cc
[653/1219] Compiling t_crl.cc
[654/1219] Compiling rsa_pss.cc
[655/1219] Compiling i2d_pr.cc
[656/1219] Compiling policy.cc
[657/1219] Compiling name_print.cc
[658/1219] Compiling by_file.cc
[658/1219] Compiling by_dir.cc
[660/1219] Compiling asn1_gen.cc
[661/1219] Compiling algorithm.cc
[662/1219] Compiling a_sign.cc
[663/1219] Compiling a_verify.cc
[664/1219] Compiling trust_token.cc
[665/1219] Compiling a_digest.cc
[666/1219] Compiling pmbtoken.cc
[666/1219] Compiling voprf.cc
[668/1219] Compiling thread_win.cc
[669/1219] Compiling thread.cc
[670/1219] Compiling thread_pthread.cc
[671/1219] Compiling thread_none.cc
[672/1219] Compiling stack.cc
[673/1219] Compiling sha512.cc
[674/1219] Compiling sha1.cc
[675/1219] Compiling siphash.cc
[676/1219] Compiling rsa_print.cc
[677/1219] Compiling sha256.cc
[678/1219] Compiling slhdsa.cc
[679/1219] Compiling rsa_extra.cc
[680/1219] Compiling refcount.cc
[681/1219] Compiling windows.cc
[682/1219] Compiling rc4.cc
[683/1219] Compiling spake2plus.cc
[684/1219] Compiling rsa_crypt.cc
[685/1219] Compiling urandom.cc
[686/1219] Compiling rand.cc
[687/1219] Compiling rsa_asn1.cc
[688/1219] Compiling trusty.cc
[689/1219] Compiling getentropy.cc
[690/1219] Compiling passive.cc
[691/1219] Compiling ios.cc
[692/1219] Compiling poly1305_arm_asm.S
[693/1219] Compiling deterministic.cc
[694/1219] Compiling forkunsafe.cc
[695/1219] Compiling poly1305_arm.cc
[696/1219] Compiling fork_detect.cc
[697/1219] Compiling poly1305.cc
[698/1219] Compiling poly1305_vec.cc
[699/1219] Compiling pool.cc
[700/1219] Compiling p5_pbev2.cc
[701/1219] Compiling pkcs7.cc
[702/1219] Compiling pkcs8.cc
[703/1219] Compiling pkcs8_x509.cc
[704/1219] Compiling pem_x509.cc
[705/1219] Compiling pkcs7_x509.cc
[706/1219] Compiling pem_xaux.cc
[707/1219] Compiling pem_pkey.cc
[708/1219] Compiling mlkem.cc
[709/1219] Compiling obj_xref.cc
[710/1219] Compiling pem_oth.cc
[711/1219] Compiling pem_lib.cc
[712/1219] Compiling pem_info.cc
[713/1219] Compiling mldsa.cc
[714/1219] Compiling obj.cc
[715/1219] Compiling pem_all.cc
[716/1219] Compiling pem_pk8.cc
[717/1219] Compiling md5.cc
[718/1219] Compiling fips_shared_support.cc
[719/1219] Compiling poly_rq_mul.S
[720/1219] Compiling md4.cc
[721/1219] Compiling lhash.cc
[722/1219] Compiling mem.cc
[723/1219] Compiling ex_data.cc
[724/1219] Compiling hrss.cc
[725/1219] Compiling sign.cc
[726/1219] Compiling kyber.cc
[727/1219] Compiling scrypt.cc
[728/1219] Compiling print.cc
[729/1219] Compiling hpke.cc
[730/1219] Compiling p_x25519.cc
[731/1219] Compiling pbkdf.cc
[732/1219] Compiling p_x25519_asn1.cc
[733/1219] Compiling p_rsa_asn1.cc
[734/1219] Compiling p_rsa.cc
[735/1219] Compiling p_ed25519.cc
[736/1219] Compiling p_ed25519_asn1.cc
[737/1219] Compiling p_ec_asn1.cc
[738/1219] Compiling p_hkdf.cc
[739/1219] Compiling p_dh_asn1.cc
[740/1219] Compiling p_ec.cc
[741/1219] Compiling p_dh.cc
[742/1219] Compiling p_dsa_asn1.cc
[743/1219] Compiling evp_ctx.cc
[744/1219] Compiling evp.cc
[745/1219] Compiling engine.cc
[746/1219] Compiling err.cc
[747/1219] Compiling evp_asn1.cc
[748/1219] Compiling ecdh.cc
[749/1219] Compiling ecdsa_asn1.cc
[750/1219] Compiling hash_to_curve.cc
[751/1219] Compiling ec_derive.cc
[752/1219] Compiling dsa.cc
[753/1219] Compiling dsa_asn1.cc
[754/1219] Compiling params.cc
[755/1219] Compiling ec_asn1.cc
[756/1219] Compiling x25519-asm-arm.S
[757/1219] Compiling des.cc
[758/1219] Compiling dh_asn1.cc
[759/1219] Compiling crypto.cc
[760/1219] Compiling bcm.cc
[761/1219] Compiling digest_extra.cc
[762/1219] Compiling curve25519.cc
[763/1219] Compiling spake25519.cc
[764/1219] Compiling cpu_arm_linux.cc
[764/1219] Compiling cpu_intel.cc
[766/1219] Compiling cpu_arm_freebsd.cc
[767/1219] Compiling cpu_aarch64_openbsd.cc
[768/1219] Compiling cpu_aarch64_sysreg.cc
[769/1219] Compiling cpu_aarch64_win.cc
[770/1219] Compiling cpu_aarch64_apple.cc
[771/1219] Compiling conf.cc
[772/1219] Compiling cpu_aarch64_linux.cc
[773/1219] Compiling cpu_aarch64_fuchsia.cc
[774/1219] Compiling curve25519_64_adx.cc
[775/1219] Compiling get_cipher.cc
[776/1219] Compiling e_rc4.cc
[777/1219] Compiling e_rc2.cc
[778/1219] Compiling e_tls.cc
[779/1219] Compiling tls_cbc.cc
[780/1219] Compiling e_des.cc
[781/1219] Compiling e_null.cc
[782/1219] Compiling e_chacha20poly1305.cc
[783/1219] Compiling e_aesgcmsiv.cc
[784/1219] Compiling e_aesctrhmac.cc
[785/1219] Compiling derive_key.cc
[786/1219] Compiling chacha.cc
[787/1219] Compiling unicode.cc
[788/1219] Compiling cbb.cc
[789/1219] Compiling buf.cc
[790/1219] Compiling blake2.cc
[791/1219] Compiling ber.cc
[792/1219] Compiling socket_helper.cc
[793/1219] Compiling bn_asn1.cc
[794/1219] Compiling asn1_compat.cc
[794/1219] Compiling convert.cc
[796/1219] Compiling cbs.cc
[797/1219] Compiling socket.cc
[798/1219] Compiling hexdump.cc
[799/1219] Compiling printf.cc
[800/1219] Compiling errno.cc
[801/1219] Compiling pair.cc
[802/1219] Compiling fd.cc
[803/1219] Compiling file.cc
[804/1219] Compiling connect.cc
[805/1219] Compiling bio_mem.cc
[806/1219] Compiling base64.cc
[807/1219] Compiling tasn_typ.cc
[808/1219] Compiling tasn_fre.cc
[809/1219] Compiling bio.cc
[810/1219] Compiling tasn_utl.cc
[811/1219] Compiling tasn_enc.cc
[812/1219] Compiling tasn_new.cc
[813/1219] Compiling posix_time.cc
[814/1219] Compiling f_string.cc
[815/1219] Compiling f_int.cc
[816/1219] Compiling asn_pack.cc
[817/1219] Compiling asn1_par.cc
[818/1219] Compiling tasn_dec.cc
[819/1219] Compiling a_type.cc
[820/1219] Compiling a_utctm.cc
[821/1219] Compiling asn1_lib.cc
[822/1219] Compiling a_octet.cc
[823/1219] Compiling a_time.cc
[824/1219] Compiling a_strnid.cc
[825/1219] Compiling a_strex.cc
[826/1219] Compiling a_object.cc
[827/1219] Compiling a_dup.cc
[828/1219] Compiling a_i2d_fp.cc
[829/1219] Compiling a_d2i_fp.cc
[830/1219] Compiling a_mbstr.cc
[831/1219] Compiling fiat_p256_adx_sqr.S
[832/1219] Compiling a_int.cc
[833/1219] Compiling a_gentm.cc
[834/1219] Compiling a_bitstr.cc
[835/1219] Compiling fiat_p256_adx_mul.S
[836/1219] Compiling fiat_curve25519_adx_square.S
[837/1219] Compiling a_bool.cc
[838/1219] Compiling fiat_curve25519_adx_mul.S
[839/1219] Compiling md5-x86_64-apple.S
[840/1219] Compiling md5-586-linux.S
[841/1219] Compiling md5-x86_64-linux.S
[842/1219] Compiling md5-586-apple.S
[843/1219] Compiling CCryptoBoringSSLShims shims.c
[844/1219] Compiling chacha20_poly1305_x86_64-apple.S
[845/1219] Compiling chacha20_poly1305_x86_64-linux.S
[846/1219] Compiling chacha20_poly1305_armv8-linux.S
[847/1219] Compiling chacha20_poly1305_armv8-apple.S
[848/1219] Compiling chacha20_poly1305_armv8-win.S
[849/1219] Compiling chacha-x86_64-linux.S
[850/1219] Compiling chacha-x86-linux.S
[851/1219] Compiling chacha-x86_64-apple.S
[852/1219] Compiling chacha-armv8-win.S
[853/1219] Compiling chacha-x86-apple.S
[854/1219] Compiling chacha-armv8-linux.S
[855/1219] Compiling chacha-armv8-apple.S
[856/1219] Compiling chacha-armv4-linux.S
[857/1219] Compiling err_data.cc
[858/1219] Compiling x86_64-mont5-linux.S
[859/1219] Compiling aes128gcmsiv-x86_64-linux.S
[860/1219] Compiling aes128gcmsiv-x86_64-apple.S
[861/1219] Compiling x86_64-mont-linux.S
[862/1219] Compiling x86-mont-apple.S
[863/1219] Compiling x86_64-mont5-apple.S
[863/1219] Compiling x86_64-mont-apple.S
[865/1219] Compiling vpaes-x86_64-apple.S
[866/1219] Compiling x86-mont-linux.S
[867/1219] Compiling vpaes-x86_64-linux.S
[867/1219] Compiling vpaes-x86-apple.S
[869/1219] Compiling vpaes-x86-linux.S
[870/1219] Compiling vpaes-armv8-win.S
[871/1219] Compiling vpaes-armv8-linux.S
[872/1219] Compiling vpaes-armv7-linux.S
[873/1219] Compiling sha512-x86_64-linux.S
[874/1219] Compiling vpaes-armv8-apple.S
[875/1219] Compiling sha512-x86_64-apple.S
[876/1219] Compiling sha512-armv8-linux.S
[877/1219] Compiling sha512-586-apple.S
[878/1219] Compiling sha512-armv8-apple.S
[879/1219] Compiling sha512-armv8-win.S
[880/1219] Compiling sha512-armv4-linux.S
[881/1219] Compiling sha512-586-linux.S
[882/1219] Compiling sha256-x86_64-linux.S
[883/1219] Compiling sha256-armv8-win.S
[884/1219] Compiling sha256-x86_64-apple.S
[885/1219] Compiling sha256-armv8-linux.S
[886/1219] Compiling sha256-armv8-apple.S
[887/1219] Compiling sha256-armv4-linux.S
[888/1219] Compiling sha256-586-linux.S
[889/1219] Compiling sha1-x86_64-apple.S
[890/1219] Compiling sha256-586-apple.S
[891/1219] Compiling sha1-x86_64-linux.S
[892/1219] Compiling sha1-armv8-linux.S
[893/1219] Compiling sha1-armv4-large-linux.S
[894/1219] Compiling sha1-armv8-apple.S
[894/1219] Compiling sha1-armv8-win.S
[896/1219] Compiling sha1-586-apple.S
[897/1219] Compiling sha1-586-linux.S
[898/1219] Compiling rsaz-avx2-apple.S
[899/1219] Compiling rdrand-x86_64-linux.S
[900/1219] Compiling p256_beeu-x86_64-asm-linux.S
[901/1219] Compiling rsaz-avx2-linux.S
[902/1219] Compiling rdrand-x86_64-apple.S
[903/1219] Compiling p256_beeu-x86_64-asm-apple.S
[904/1219] Compiling p256_beeu-armv8-asm-linux.S
[905/1219] Compiling p256_beeu-armv8-asm-apple.S
[906/1219] Compiling p256-x86_64-asm-linux.S
[907/1219] Compiling p256_beeu-armv8-asm-win.S
[908/1219] Compiling p256-armv8-asm-win.S
[909/1219] Compiling p256-x86_64-asm-apple.S
[910/1219] Compiling ghashv8-armv8-win.S
[911/1219] Compiling p256-armv8-asm-apple.S
[912/1219] Compiling p256-armv8-asm-linux.S
[913/1219] Compiling ghashv8-armv8-apple.S
[914/1219] Compiling ghashv8-armv7-linux.S
[915/1219] Compiling ghashv8-armv8-linux.S
[916/1219] Compiling ghash-x86_64-apple.S
[917/1219] Compiling ghash-x86_64-linux.S
[918/1219] Compiling ghash-x86-linux.S
[919/1219] Compiling ghash-x86-apple.S
[920/1219] Compiling ghash-ssse3-x86_64-linux.S
[921/1219] Compiling ghash-neon-armv8-win.S
[922/1219] Compiling ghash-ssse3-x86_64-apple.S
[923/1219] Compiling ghash-neon-armv8-linux.S
[923/1219] Compiling ghash-ssse3-x86-apple.S
[923/1219] Compiling ghash-ssse3-x86-linux.S
[926/1219] Compiling ghash-neon-armv8-apple.S
[927/1219] Compiling co-586-linux.S
[928/1219] Compiling co-586-apple.S
[929/1219] Compiling ghash-armv4-linux.S
[930/1219] Compiling bsaes-armv7-linux.S
[931/1219] Compiling bn-armv8-win.S
[932/1219] Compiling bn-armv8-linux.S
[933/1219] Compiling armv8-mont-linux.S
[934/1219] Compiling bn-586-linux.S
[935/1219] Compiling bn-armv8-apple.S
[936/1219] Compiling armv8-mont-win.S
[936/1219] Compiling bn-586-apple.S
[936/1219] Compiling armv8-mont-apple.S
[939/1219] Compiling armv4-mont-linux.S
[940/1219] Compiling aesv8-gcm-armv8-win.S
[941/1219] Compiling aesv8-gcm-armv8-apple.S
[942/1219] Compiling aesv8-gcm-armv8-linux.S
[943/1219] Compiling aesv8-armv8-win.S
[944/1219] Compiling aesv8-armv8-linux.S
[945/1219] Compiling aesv8-armv8-apple.S
[946/1219] Compiling aesv8-armv7-linux.S
[947/1219] Compiling aesni-x86-linux.S
[948/1219] Compiling aesni-x86_64-linux.S
[949/1219] Compiling aesni-x86_64-apple.S
[950/1219] Compiling aesni-x86-apple.S
[951/1219] Compiling aesni-gcm-x86_64-linux.S
[952/1219] Compiling aesni-gcm-x86_64-apple.S
[953/1219] Compiling aes-gcm-avx10-x86_64-apple.S
[954/1219] Compiling aes-gcm-avx10-x86_64-linux.S
[955/1219] Compiling x_val.cc
[956/1219] Compiling x_spki.cc
[957/1219] Compiling x_sig.cc
[958/1219] Compiling x_x509.cc
[959/1219] Compiling c-nioatomics.c
[960/1219] Compiling c-atomics.c
[961/1219] Compiling x_x509a.cc
[962/1219] Compiling x_req.cc
[963/1225] Compiling x_name.cc
[964/1225] Compiling x_exten.cc
[965/1225] Compiling x_pubkey.cc
[966/1225] Compiling x_algor.cc
[968/1225] Compiling NIOConcurrencyHelpers lock.swift
[968/1225] Compiling x_attrib.cc
[970/1225] Emitting module NIOConcurrencyHelpers
[971/1225] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[972/1225] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[973/1225] Compiling NIOConcurrencyHelpers NIOLock.swift
[974/1225] Compiling NIOConcurrencyHelpers atomics.swift
[974/1226] Compiling x509spki.cc
[975/1226] Compiling x_all.cc
[976/1226] Compiling x509rset.cc
[978/1226] Compiling x_crl.cc
[979/1252] Compiling x509name.cc
[980/1252] Compiling x509cset.cc
[981/1252] Compiling x509_v3.cc
[982/1252] Compiling x509_vpm.cc
[984/1252] Compiling ConsoleKitTerminal Console+Confirm.swift
[985/1252] Compiling ConsoleKitTerminal Console+Input.swift
[986/1252] Compiling ConsoleKitTerminal Console+Center.swift
[987/1252] Compiling ConsoleKitTerminal Console+Output.swift
[988/1255] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[989/1255] Compiling ConsoleKitTerminal ConsoleClear.swift
[990/1255] Compiling ConsoleKitTerminal Console+Ask.swift
[991/1255] Compiling ConsoleKitTerminal Console+Choose.swift
[992/1255] Emitting module ConsoleKitTerminal
[992/1255] Compiling x509_vfy.cc
[994/1255] Compiling ConsoleKitTerminal Console+Wait.swift
[995/1255] Compiling ConsoleKitTerminal ConsoleColor.swift
[996/1255] Compiling ConsoleKitTerminal ConsoleStyle.swift
[996/1255] Compiling x509_txt.cc
[997/1255] Compiling x509_trs.cc
[999/1255] Compiling ConsoleKitTerminal ActivityBar.swift
[1000/1255] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1001/1255] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1002/1255] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1003/1255] Compiling ConsoleKitTerminal CustomActivity.swift
[1004/1255] Compiling ConsoleKitTerminal LoadingBar.swift
[1005/1255] Compiling ConsoleKitTerminal ProgressBar.swift
[1006/1255] Compiling ConsoleKitTerminal Console+Clear.swift
[1006/1255] Compiling x509_set.cc
[1007/1255] Compiling x509_req.cc
[1009/1255] Compiling ConsoleKitTerminal Console.swift
[1010/1255] Compiling ConsoleKitTerminal Terminal.swift
[1011/1255] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1012/1255] Compiling ConsoleKitTerminal ConsoleText.swift
[1013/1255] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1014/1255] Compiling ConsoleKitTerminal ANSI.swift
[1014/1255] Compiling x509_obj.cc
[1015/1255] Compiling x509_d2.cc
[1016/1255] Compiling x509_ext.cc
[1017/1255] Compiling x509_lu.cc
[1018/1255] Compiling x509_def.cc
[1020/1255] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1021/1255] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1022/1255] Compiling ConsoleKitTerminal LoggerFragment.swift
[1022/1256] Compiling x509_cmp.cc
[1024/1256] Compiling x509_att.cc
[1025/1257] Compiling v3_utl.cc
[1026/1257] Compiling x509.cc
[1027/1269] Compiling v3_skey.cc
[1028/1274] Compiling v3_prn.cc
[1029/1278] Compiling v3_purp.cc
[1030/1278] Compiling v3_pmaps.cc
[1032/1278] Emitting module ConsoleKitCommands
[1032/1280] Compiling v3_pcons.cc
[1033/1280] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1034/1280] Compiling ConsoleKitCommands AsyncCommand.swift
[1035/1280] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1036/1280] Compiling v3_lib.cc
[1038/1280] Compiling ConsoleKitCommands CommandGroup.swift
[1039/1280] Compiling ConsoleKitCommands CommandInput.swift
[1040/1280] Compiling ConsoleKitCommands Commands.swift
[1040/1280] Compiling v3_ocsp.cc
[1042/1280] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1043/1280] Compiling ConsoleKitCommands Utilities.swift
[1044/1280] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1045/1280] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1046/1280] Compiling ConsoleKitCommands Argument.swift
[1047/1280] Compiling ConsoleKitCommands CommandSignature.swift
[1048/1280] Compiling ConsoleKitCommands Flag.swift
[1049/1280] Compiling ConsoleKitCommands Option.swift
[1050/1280] Compiling ConsoleKitCommands Command.swift
[1051/1280] Compiling ConsoleKitCommands CommandContext.swift
[1052/1280] Compiling ConsoleKitCommands CommandError.swift
[1052/1280] Compiling v3_info.cc
[1053/1280] Compiling v3_int.cc
[1054/1280] Compiling v3_genn.cc
[1055/1280] Compiling v3_ncons.cc
[1056/1280] Compiling v3_enum.cc
[1057/1280] Compiling v3_ia5.cc
[1058/1280] Compiling v3_extku.cc
[1059/1280] Compiling v3_crld.cc
[1060/1280] Compiling v3_cpols.cc
[1061/1280] Compiling v3_bitst.cc
[1062/1280] Compiling v3_conf.cc
[1064/1280] Compiling ConsoleKitCommands Console+Run.swift
[1065/1280] Compiling ConsoleKitCommands ConsoleError.swift
[1066/1280] Compiling ConsoleKitCommands Completion.swift
[1067/1280] Compiling ConsoleKitCommands AsyncCommands.swift
[1068/1280] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1069/1280] Compiling ConsoleKitCommands AnyCommand.swift
[1069/1281] Compiling v3_alt.cc
[1071/1281] Compiling v3_akeya.cc
[1072/1281] Compiling v3_bcons.cc
[1073/1281] Compiling t_x509a.cc
[1074/1283] Compiling t_req.cc
[1075/1283] Compiling t_x509.cc
[1076/1283] Compiling v3_akey.cc
[1078/1283] Compiling ConsoleKit Exports.swift
[1079/1283] Emitting module ConsoleKit
[1080/1284] Compiling rsa_pss.cc
[1081/1284] Compiling name_print.cc
[1082/1284] Compiling i2d_pr.cc
[1083/1284] Compiling t_crl.cc
[1084/1284] Compiling by_dir.cc
[1085/1284] Compiling policy.cc
[1086/1284] Compiling by_file.cc
[1087/1284] Compiling a_digest.cc
[1088/1284] Compiling algorithm.cc
[1089/1284] Compiling asn1_gen.cc
[1090/1284] Compiling voprf.cc
[1091/1284] Compiling trust_token.cc
[1092/1284] Compiling pmbtoken.cc
[1093/1284] Compiling thread_pthread.cc
[1094/1284] Compiling a_sign.cc
[1095/1284] Compiling a_verify.cc
[1096/1284] Compiling thread_win.cc
[1097/1284] Compiling stack.cc
[1098/1284] Compiling thread_none.cc
[1099/1284] Compiling thread.cc
[1100/1284] Compiling wots.cc
[1101/1284] Compiling thash.cc
[1102/1284] Compiling fors.cc
[1103/1284] Compiling merkle.cc
[1103/1284] Compiling slhdsa.cc
[1105/1284] Compiling sha256.cc
[1106/1284] Compiling sha512.cc
[1107/1284] Compiling siphash.cc
[1108/1284] Compiling sha1.cc
[1109/1284] Compiling rsa_extra.cc
[1110/1284] Compiling rsa_print.cc
[1111/1284] Compiling refcount.cc
[1112/1284] Compiling windows.cc
[1112/1284] Compiling rc4.cc
[1114/1284] Compiling rsa_crypt.cc
[1115/1284] Compiling trusty.cc
[1116/1284] Compiling rsa_asn1.cc
[1117/1284] Compiling forkunsafe.cc
[1118/1284] Compiling rand_extra.cc
[1119/1284] Compiling deterministic.cc
[1120/1284] Compiling poly1305_arm_asm.S
[1121/1284] Compiling urandom.cc
[1122/1284] Compiling fork_detect.cc
[1123/1284] Compiling getentropy.cc
[1124/1284] Compiling ios.cc
[1125/1284] Compiling passive.cc
[1126/1284] Compiling pool.cc
[1127/1284] Compiling poly1305.cc
[1128/1284] Compiling poly1305_vec.cc
[1129/1284] Compiling poly1305_arm.cc
[1130/1284] Compiling pkcs7.cc
[1131/1284] Compiling pkcs8_x509.cc
[1132/1284] Compiling pkcs8.cc
[1133/1284] Compiling p5_pbev2.cc
[1134/1284] Compiling pem_xaux.cc
[1135/1284] Compiling pem_x509.cc
[1136/1284] Compiling pkcs7_x509.cc
[1137/1284] Compiling pem_oth.cc
[1137/1284] Compiling pem_info.cc
[1137/1284] Compiling pem_pk8.cc
[1140/1284] Compiling pem_pkey.cc
[1141/1284] Compiling pem_lib.cc
[1142/1284] Compiling obj_xref.cc
[1143/1284] Compiling obj.cc
[1144/1284] Compiling mldsa.cc
[1145/1284] Compiling md5.cc
[1146/1284] Compiling mem.cc
[1147/1284] Compiling md4.cc
[1148/1284] Compiling pem_all.cc
[1149/1284] Compiling fips_shared_support.cc
[1150/1284] Compiling lhash.cc
[1151/1284] Compiling mlkem.cc
[1152/1284] Compiling poly_rq_mul.S
[1153/1284] Compiling kyber.cc
[1154/1284] Compiling sign.cc
[1155/1284] Compiling ex_data.cc
[1156/1284] Compiling hrss.cc
[1157/1284] Compiling hpke.cc
[1158/1284] Compiling scrypt.cc
[1159/1284] Compiling print.cc
[1160/1284] Compiling pbkdf.cc
[1161/1284] Compiling p_x25519.cc
[1162/1284] Compiling p_x25519_asn1.cc
[1163/1284] Compiling p_rsa_asn1.cc
[1164/1284] Compiling p_rsa.cc
[1165/1284] Compiling p_hkdf.cc
[1166/1284] Compiling p_ed25519.cc
[1167/1284] Compiling p_ed25519_asn1.cc
[1168/1284] Compiling p_ec_asn1.cc
[1169/1284] Compiling p_ec.cc
[1170/1284] Compiling p_dsa_asn1.cc
[1171/1284] Compiling p_dh.cc
[1172/1284] Compiling p_dh_asn1.cc
[1173/1284] Compiling evp_ctx.cc
[1174/1284] Compiling evp.cc
[1175/1284] Compiling evp_asn1.cc
[1176/1284] Compiling ecdh_extra.cc
[1177/1284] Compiling err.cc
[1178/1284] Compiling ecdsa_asn1.cc
[1179/1284] Compiling hash_to_curve.cc
[1179/1284] Compiling ec_derive.cc
[1181/1284] Compiling engine.cc
[1182/1284] Compiling ec_asn1.cc
[1183/1284] Compiling dsa_asn1.cc
[1184/1284] Compiling dsa.cc
[1185/1284] Compiling dh_asn1.cc
[1186/1284] Compiling params.cc
[1187/1284] Compiling x25519-asm-arm.S
[1188/1284] Compiling spake25519.cc
[1189/1284] Compiling digest_extra.cc
[1190/1284] Compiling des.cc
[1191/1284] Compiling crypto.cc
[1192/1284] Compiling cpu_aarch64_win.cc
[1193/1284] Compiling cpu_intel.cc
[1194/1284] Compiling cpu_arm_freebsd.cc
[1195/1284] Compiling cpu_arm_linux.cc
[1196/1284] Compiling curve25519.cc
[1197/1284] Compiling cpu_aarch64_sysreg.cc
[1198/1284] Compiling cpu_aarch64_openbsd.cc
[1199/1284] Compiling cpu_aarch64_linux.cc
[1200/1284] Compiling bcm.cc
[1201/1284] Compiling cpu_aarch64_apple.cc
[1202/1284] Compiling curve25519_64_adx.cc
[1203/1284] Compiling cpu_aarch64_fuchsia.cc
[1204/1284] Compiling conf.cc
[1205/1284] Compiling tls_cbc.cc
[1206/1284] Compiling e_tls.cc
[1207/1284] Compiling e_des.cc
[1208/1284] Compiling e_null.cc
[1209/1284] Compiling e_rc2.cc
[1210/1284] Compiling e_chacha20poly1305.cc
[1211/1284] Compiling e_aesgcmsiv.cc
[1212/1284] Compiling e_rc4.cc
[1213/1284] Compiling derive_key.cc
[1214/1284] Compiling e_aesctrhmac.cc
[1215/1284] Compiling chacha.cc
[1216/1284] Compiling unicode.cc
[1217/1284] Compiling ber.cc
[1218/1284] Compiling cipher_extra.cc
[1219/1284] Compiling cbb.cc
[1220/1284] Compiling asn1_compat.cc
[1221/1284] Compiling cbs.cc
[1222/1284] Compiling buf.cc
[1223/1284] Compiling printf.cc
[1224/1284] Compiling blake2.cc
[1225/1284] Compiling bn_asn1.cc
[1226/1284] Compiling convert.cc
[1227/1284] Compiling pair.cc
[1228/1284] Compiling hexdump.cc
[1229/1284] Compiling file.cc
[1230/1284] Compiling fd.cc
[1231/1284] Compiling errno.cc
[1232/1284] Compiling bio_mem.cc
[1233/1284] Compiling base64.cc
[1234/1284] Compiling bio.cc
[1235/1284] Compiling tasn_typ.cc
[1236/1284] Compiling tasn_utl.cc
[1237/1284] Compiling tasn_fre.cc
[1238/1284] Compiling tasn_new.cc
[1239/1284] Compiling tasn_enc.cc
[1240/1284] Compiling tasn_dec.cc
[1241/1284] Compiling f_int.cc
[1242/1284] Compiling posix_time.cc
[1243/1284] Compiling f_string.cc
[1244/1284] Compiling asn1_par.cc
[1245/1284] Compiling asn_pack.cc
[1246/1284] Compiling asn1_lib.cc
[1246/1284] Compiling a_utctm.cc
[1248/1284] Compiling a_time.cc
[1249/1284] Compiling a_strnid.cc
[1250/1284] Compiling a_type.cc
[1251/1284] Compiling a_octet.cc
[1252/1284] Compiling a_strex.cc
[1253/1284] Compiling a_object.cc
[1254/1284] Compiling a_i2d_fp.cc
[1255/1284] Compiling a_mbstr.cc
[1256/1284] Compiling CBacktrace state.c
[1257/1284] Compiling a_int.cc
[1258/1284] Compiling a_dup.cc
[1259/1284] Compiling CBacktrace print.c
[1260/1284] Compiling a_gentm.cc
[1261/1284] Compiling CBacktrace sort.c
[1262/1284] Compiling CBacktrace simple.c
[1263/1284] Compiling a_d2i_fp.cc
[1264/1284] Compiling CBacktrace posix.c
[1265/1284] Compiling CBacktrace mmapio.c
[1266/1284] Compiling CBacktrace atomic.c
[1266/1284] Compiling CBacktrace fileline.c
[1267/1284] Write sources
[1271/1284] Compiling CBacktrace mmap.c
[1272/1284] Compiling CBacktrace backtrace.c
[1273/1284] Write sources
[1276/1284] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1277/1284] Write sources
[1280/1284] Compiling a_bool.cc
[1281/1284] Compiling CBacktrace dwarf.c
[1282/1284] Compiling CBacktrace elf.c
[1283/1285] Compiling a_bitstr.cc
[1285/1398] Compiling Backtrace Demangle.swift
[1286/1398] Emitting module Backtrace
[1287/1398] Compiling Backtrace Backtrace.swift
[1288/1407] Compiling Atomics UnsafeAtomic.swift
[1289/1407] Compiling Atomics UnsafeAtomicLazyReference.swift
[1291/1409] Compiling AWSLambdaEvents SNS.swift
[1292/1409] Compiling AWSLambdaEvents SQS.swift
[1293/1409] Compiling AWSLambdaEvents DateWrappers.swift
[1294/1410] Compiling AWSLambdaEvents Base64.swift
[1295/1410] Compiling Atomics DoubleWord.swift
[1296/1410] Compiling AWSLambdaEvents S3.swift
[1297/1410] Compiling AWSLambdaEvents ALB.swift
[1298/1410] Compiling AWSLambdaEvents APIGateway+V2.swift
[1299/1410] Compiling AWSLambdaEvents AppSync.swift
[1300/1410] Compiling AWSLambdaEvents Cloudwatch.swift
[1301/1410] Compiling AWSLambdaEvents SES.swift
[1302/1410] Compiling Atomics IntegerOperations.swift
[1303/1410] Compiling Atomics Unmanaged extensions.swift
[1304/1410] Compiling AWSLambdaEvents HTTP.swift
[1307/1410] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1308/1410] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1309/1410] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1310/1410] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1311/1410] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1312/1410] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1313/1410] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1314/1410] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1315/1410] Compiling BitCollections BitSet+CustomReflectable.swift
[1316/1410] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1317/1410] Compiling BitCollections BitSet+Equatable.swift
[1318/1410] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1319/1410] Compiling BitCollections BitSet+Extras.swift
[1320/1410] Compiling BitCollections BitSet+Hashable.swift
[1321/1410] Compiling BitCollections BitSet+Initializers.swift
[1322/1410] Compiling BitCollections BitSet+Invariants.swift
[1323/1410] Compiling BitCollections BitSet+Random.swift
[1324/1410] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1325/1410] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1326/1410] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1327/1410] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1328/1410] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1329/1410] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1330/1410] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1331/1410] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1332/1410] Compiling BitCollections BitSet+SetAlgebra union.swift
[1333/1410] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1334/1410] Compiling BitCollections BitSet.Counted.swift
[1335/1417] Compiling CryptoBoringWrapper RandomBytes.swift
[1336/1417] Compiling BitCollections BitArray.swift
[1337/1417] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1338/1417] Compiling BitCollections BitSet+Codable.swift
[1341/1420] Compiling BitCollections BitArray._UnsafeHandle.swift
[1344/1420] Emitting module CryptoBoringWrapper
[1345/1420] Emitting module BitCollections
[1346/1420] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1347/1420] Compiling Atomics IntegerConformances.swift
[1348/1420] Compiling Atomics PointerConformances.swift
[1349/1420] Compiling Atomics Primitives.native.swift
[1353/1420] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1354/1420] Compiling CryptoBoringWrapper EllipticCurve.swift
[1355/1420] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1356/1420] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1357/1420] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1374/1421] Compiling AWSLambdaEvents APIGateway.swift
[1375/1421] Compiling AWSLambdaEvents AWSRegion.swift
[1376/1421] Compiling AWSLambdaEvents DynamoDB.swift
[1391/1421] Compiling Algorithms Trim.swift
[1392/1421] Compiling Algorithms Unique.swift
[1393/1421] Compiling Algorithms Windows.swift
[1394/1421] Compiling BitCollections BitSet.Index.swift
[1395/1421] Compiling BitCollections BitSet._UnsafeHandle.swift
[1396/1421] Compiling BitCollections BitSet.swift
[1397/1421] Compiling BitCollections Range+Utilities.swift
[1398/1421] Compiling BitCollections Slice+Utilities.swift
[1399/1421] Compiling BitCollections UInt+Tricks.swift
[1400/1421] Compiling BitCollections _Word.swift
[1401/1455] Compiling Crypto Cipher.swift
[1402/1455] Compiling Crypto Nonces.swift
[1403/1455] Compiling Crypto ASN1.swift
[1404/1455] Compiling Crypto ASN1Any.swift
[1407/1484] Compiling Crypto AES-GCM.swift
[1408/1484] Compiling Crypto AES-GCM_boring.swift
[1411/1484] Emitting module AWSLambdaEvents
[1412/1484] Compiling Crypto ChaChaPoly_boring.swift
[1413/1485] Compiling Crypto ChaChaPoly.swift
[1416/1494] Emitting module Atomics
[1420/1496] Compiling Crypto Digest.swift
[1421/1496] Compiling Crypto Digests.swift
[1422/1496] Compiling Crypto HashFunctions.swift
[1423/1497] Emitting module Collections
[1424/1497] Compiling Collections Collections.swift
[1427/1557] Emitting module Algorithms
[1429/1558] Emitting module Crypto
[1430/1567] Compiling NIOCore MarkedCircularBuffer.swift
[1431/1567] Compiling NIOCore MulticastChannel.swift
[1432/1567] Compiling NIOCore NIOAny.swift
[1433/1567] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1434/1567] Compiling NIOCore NIOLoopBound.swift
[1435/1567] Compiling NIOCore NIOScheduledCallback.swift
[1436/1567] Compiling NIOCore NIOSendable.swift
[1437/1567] Compiling NIOCore RecvByteBufferAllocator.swift
[1438/1567] Compiling Crypto NISTCurvesKeys.swift
[1439/1567] Compiling Crypto X25519Keys.swift
[1440/1567] Compiling Crypto SymmetricKeys.swift
[1441/1567] Compiling Crypto HMAC.swift
[1442/1567] Compiling Crypto MACFunctions.swift
[1443/1567] Compiling Crypto MessageAuthenticationCode.swift
[1444/1567] Compiling Crypto AES.swift
[1445/1567] Compiling Crypto ECDSASignature_boring.swift
[1446/1567] Compiling Crypto ECDSA_boring.swift
[1447/1567] Compiling Crypto EdDSA_boring.swift
[1448/1567] Compiling Crypto ECDSA.swift
[1449/1567] Compiling Crypto Ed25519.swift
[1450/1567] Compiling NIOCore AddressedEnvelope.swift
[1451/1567] Compiling NIOCore AsyncAwaitSupport.swift
[1452/1567] Compiling NIOCore AsyncChannel.swift
[1453/1567] Compiling NIOCore AsyncChannelHandler.swift
[1454/1567] Compiling NIOCore AsyncChannelInboundStream.swift
[1455/1567] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1456/1567] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1457/1567] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1458/1567] Compiling NIOCore NIOAsyncWriter.swift
[1459/1567] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1460/1567] Compiling NIOCore DeadChannel.swift
[1461/1567] Compiling NIOCore DispatchQueue+WithFuture.swift
[1462/1567] Compiling NIOCore EventLoop+Deprecated.swift
[1463/1567] Compiling NIOCore EventLoop+SerialExecutor.swift
[1464/1567] Compiling NIOCore EventLoop.swift
[1465/1567] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1466/1567] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1467/1567] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1468/1567] Compiling NIOCore EventLoopFuture.swift
[1469/1567] Compiling NIOCore FileDescriptor.swift
[1470/1567] Compiling NIOCore FileHandle.swift
[1471/1567] Compiling NIOCore FileRegion.swift
[1472/1567] Compiling NIOCore GlobalSingletons.swift
[1473/1567] Compiling NIOCore IO.swift
[1474/1567] Compiling NIOCore IOData.swift
[1475/1567] Compiling NIOCore IPProtocol.swift
[1476/1567] Compiling NIOCore IntegerBitPacking.swift
[1477/1567] Compiling NIOCore IntegerTypes.swift
[1478/1567] Compiling NIOCore Interfaces.swift
[1479/1567] Compiling NIOCore Linux.swift
[1480/1567] Compiling NIOCore BSDSocketAPI.swift
[1481/1567] Compiling NIOCore ByteBuffer-aux.swift
[1482/1567] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1483/1567] Compiling NIOCore ByteBuffer-conversions.swift
[1484/1567] Compiling NIOCore ByteBuffer-core.swift
[1485/1567] Compiling NIOCore ByteBuffer-hex.swift
[1486/1567] Compiling NIOCore ByteBuffer-int.swift
[1487/1567] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1488/1567] Compiling NIOCore ByteBuffer-multi-int.swift
[1489/1567] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1490/1567] Compiling NIOCore ByteBuffer-views.swift
[1491/1567] Compiling NIOCore Channel.swift
[1492/1567] Compiling NIOCore ChannelHandler.swift
[1493/1567] Compiling NIOCore ChannelHandlers.swift
[1494/1567] Compiling NIOCore ChannelInvoker.swift
[1495/1567] Compiling NIOCore ChannelOption.swift
[1496/1567] Compiling NIOCore ChannelPipeline.swift
[1497/1567] Compiling NIOCore CircularBuffer.swift
[1498/1567] Compiling NIOCore Codec.swift
[1499/1567] Compiling NIOCore ConvenienceOptionSupport.swift
[1508/1575] Compiling Crypto Signature.swift
[1509/1575] Compiling Crypto CryptoKitErrors_boring.swift
[1510/1575] Compiling Crypto RNG_boring.swift
[1511/1575] Compiling Crypto SafeCompare_boring.swift
[1512/1575] Compiling Crypto Zeroization_boring.swift
[1513/1575] Compiling Crypto PrettyBytes.swift
[1514/1575] Compiling Crypto SafeCompare.swift
[1515/1575] Compiling Crypto SecureBytes.swift
[1516/1575] Compiling Crypto Zeroization.swift
[1542/1576] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1543/1576] Compiling NIOCore SocketAddresses.swift
[1544/1576] Compiling NIOCore SocketOptionProvider.swift
[1545/1576] Compiling NIOCore SystemCallHelpers.swift
[1546/1576] Compiling NIOCore TimeAmount+Duration.swift
[1547/1576] Compiling NIOCore TypeAssistedChannelHandler.swift
[1548/1576] Compiling NIOCore UniversalBootstrapSupport.swift
[1549/1576] Compiling NIOCore Utilities.swift
[1576/1576] Emitting module NIOCore
[1578/1628] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1579/1628] Compiling NIOEmbedded AsyncTestingChannel.swift
[1580/1628] Emitting module NIOEmbedded
[1581/1628] Compiling NIOEmbedded Embedded.swift
[1583/1629] Compiling NIOPosix IO.swift
[1584/1629] Compiling NIOPosix IntegerBitPacking.swift
[1585/1629] Compiling NIOPosix IntegerTypes.swift
[1586/1629] Compiling NIOPosix Linux.swift
[1587/1629] Compiling NIOPosix LinuxCPUSet.swift
[1588/1629] Compiling NIOPosix LinuxUring.swift
[1589/1629] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1590/1629] Compiling NIOPosix ServerSocket.swift
[1591/1629] Compiling NIOPosix Socket.swift
[1592/1629] Compiling NIOPosix SocketChannel.swift
[1593/1629] Compiling NIOPosix SocketProtocols.swift
[1594/1629] Compiling NIOPosix System.swift
[1595/1629] Compiling NIOPosix Thread.swift
[1596/1635] Emitting module NIOPosix
[1597/1635] Compiling NIOPosix ThreadPosix.swift
[1598/1635] Compiling NIOPosix ThreadWindows.swift
[1599/1635] Compiling NIOPosix UnsafeTransfer.swift
[1600/1635] Compiling NIOPosix Utilities.swift
[1601/1635] Compiling NIOPosix VsockAddress.swift
[1602/1635] Compiling NIOPosix VsockChannelEvents.swift
[1603/1635] Compiling NIOPosix BSDSocketAPICommon.swift
[1604/1635] Compiling NIOPosix BSDSocketAPIPosix.swift
[1605/1635] Compiling NIOPosix BSDSocketAPIWindows.swift
[1606/1635] Compiling NIOPosix BaseSocket.swift
[1607/1635] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1608/1635] Compiling NIOPosix BaseSocketChannel.swift
[1609/1635] Compiling NIOPosix BaseStreamSocketChannel.swift
[1610/1635] Compiling NIOPosix SelectableChannel.swift
[1611/1635] Compiling NIOPosix SelectableEventLoop.swift
[1612/1635] Compiling NIOPosix SelectorEpoll.swift
[1613/1635] Compiling NIOPosix SelectorGeneric.swift
[1614/1635] Compiling NIOPosix SelectorKqueue.swift
[1615/1635] Compiling NIOPosix SelectorUring.swift
[1616/1635] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1617/1635] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1618/1635] Compiling NIOPosix PosixSingletons.swift
[1619/1635] Compiling NIOPosix RawSocketBootstrap.swift
[1620/1635] Compiling NIOPosix Resolver.swift
[1621/1635] Compiling NIOPosix Selectable.swift
[1622/1635] Compiling NIOPosix Bootstrap.swift
[1623/1635] Compiling NIOPosix ControlMessage.swift
[1624/1635] Compiling NIOPosix DatagramVectorReadManager.swift
[1625/1635] Compiling NIOPosix Errors+Any.swift
[1626/1635] Compiling NIOPosix FileDescriptor.swift
[1627/1635] Compiling NIOPosix GetaddrinfoResolver.swift
[1628/1635] Compiling NIOPosix HappyEyeballs.swift
[1629/1635] Compiling NIOPosix NIOThreadPool.swift
[1630/1635] Compiling NIOPosix NonBlockingFileIO.swift
[1631/1635] Compiling NIOPosix PendingDatagramWritesManager.swift
[1632/1635] Compiling NIOPosix PendingWritesManager.swift
[1633/1635] Compiling NIOPosix PipeChannel.swift
[1634/1635] Compiling NIOPosix PipePair.swift
[1635/1635] Compiling NIOPosix Pool.swift
[1637/1695] Compiling NIO Exports.swift
[1638/1695] Emitting module NIO
[1640/1702] Emitting module _NIOFileSystem
[1641/1725] Compiling _NIOFileSystem FileHandleProtocol.swift
[1642/1725] Compiling _NIOFileSystem FileInfo.swift
[1643/1725] Compiling _NIOFileSystem FileSystem.swift
[1644/1725] Compiling _NIOFileSystem FileType.swift
[1645/1725] Compiling _NIOFileSystem IOStrategy.swift
[1646/1725] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[1647/1743] Compiling _NIOConcurrency Empty.swift
[1648/1743] Emitting module _NIOConcurrency
[1649/1744] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1650/1744] Compiling NIOTLS TLSEvents.swift
[1651/1744] Emitting module NIOFoundationCompat
[1652/1744] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1653/1744] Emitting module NIOTLS
[1654/1744] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1656/1745] Compiling NIOSOCKS ClientStateMachine.swift
[1657/1745] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1658/1745] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1659/1745] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1660/1745] Compiling NIOSOCKS SOCKSResponse.swift
[1661/1745] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1662/1745] Compiling NIOHTTP1 HTTPDecoder.swift
[1663/1745] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1664/1745] Compiling NIOTLS SNIHandler.swift
[1665/1746] Emitting module NIOSOCKS
[1666/1746] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1667/1746] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1668/1746] Compiling NIOSOCKS ServerStateMachine.swift
[1670/1746] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1671/1747] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1672/1747] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1673/1747] Compiling NIOHTTP1 HTTPEncoder.swift
[1674/1747] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1676/1749] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1677/1749] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1678/1779] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1679/1779] Compiling _NIOFileSystem Mocking.swift
[1680/1779] Compiling _NIOFileSystem Syscall.swift
[1681/1779] Compiling _NIOFileSystem Syscalls.swift
[1682/1779] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1683/1779] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1684/1779] Compiling NIOSSL SubjectAlternativeName.swift
[1685/1779] Compiling _NIOFileSystem CInterop.swift
[1686/1779] Compiling _NIOFileSystem Errno.swift
[1688/1779] Compiling NIOSSL RNG.swift
[1689/1779] Compiling NIOSSL SafeCompare.swift
[1690/1801] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1691/1801] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1692/1801] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1693/1801] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1695/1803] Compiling NIOTransportServices AcceptHandler.swift
[1696/1803] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1697/1803] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1698/1803] Compiling NIOTransportServices NIOTSBootstraps.swift
[1699/1803] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1700/1803] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1701/1803] Compiling NIOTransportServices StateManagedChannel.swift
[1702/1803] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1703/1803] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1705/1803] Compiling NIOTransportServices NIOTSErrors.swift
[1706/1803] Compiling NIOTransportServices NIOTSEventLoop.swift
[1707/1803] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1708/1803] Compiling NIOTransportServices NIOTSSingletons.swift
[1709/1803] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1710/1803] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1711/1803] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1720/1803] Compiling NIOSSL Zeroization.swift
[1721/1803] Compiling NIOSSL SSLPublicKey.swift
[1725/1803] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1726/1803] Emitting module NIOTransportServices
[1728/1803] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1729/1803] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1733/1803] Emitting module AsyncKit
[1741/1804] Compiling _NIOFileSystem SystemFileHandle.swift
[1742/1804] Compiling _NIOFileSystem Utilities.swift
[1743/1804] Compiling _NIOFileSystem OpenOptions.swift
[1744/1804] Compiling _NIOFileSystem String+FileSystem.swift
[1745/1804] Emitting module NIOHTTP1
[1749/1805] Emitting module NIOSSL
[1759/1866] Compiling AWSLambdaRuntimeCore LambdaConfiguration.swift
[1760/1866] Compiling AWSLambdaRuntimeCore LambdaContext.swift
[1761/1866] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1762/1866] Compiling MultipartKit FormDataDecoder.swift
[1763/1866] Compiling AWSLambdaRuntimeCore HTTPClient.swift
[1764/1866] Compiling AWSLambdaRuntimeCore Lambda+LocalServer.swift
[1765/1866] Compiling AWSLambdaRuntimeCore Lambda+String.swift
[1766/1866] Compiling AWSLambdaRuntimeCore Lambda.swift
[1767/1866] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1768/1866] Compiling MultipartKit FormDataEncoder.swift
[1769/1866] Compiling MultipartKit Storage.swift
[1770/1866] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1771/1866] Compiling MultipartKit MultipartFormData.swift
[1772/1866] Compiling MultipartKit MultipartParser.swift
[1787/1866] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1788/1866] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1789/1866] Compiling MultipartKit MultipartPart.swift
[1790/1866] Compiling NIOWebSocket WebSocketOpcode.swift
[1792/1868] Compiling MultipartKit MultipartPartConvertible.swift
[1794/1870] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1795/1870] Compiling AWSLambdaRuntimeCore LambdaHandler.swift
[1796/1870] Compiling AWSLambdaRuntimeCore LambdaLifecycle.swift
[1797/1870] Emitting module MultipartKit
[1801/1871] Compiling NIOHPACK IndexedHeaderTable.swift
[1802/1871] Compiling NIOHPACK IntegerCoding.swift
[1807/1872] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1808/1872] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1813/1872] Compiling NIOHPACK HuffmanTables.swift
[1814/1872] Compiling AWSLambdaRuntimeCore LambdaRunner.swift
[1815/1872] Compiling AWSLambdaRuntimeCore LambdaRuntimeClient.swift
[1822/1872] Compiling NIOHTTPCompression HTTPCompression.swift
[1823/1872] Emitting module NIOHTTPCompression
[1824/1872] Emitting module NIOWebSocket
[1825/1872] Compiling NIOHPACK HuffmanCoding.swift
[1826/1872] Emitting module NIOHPACK
[1829/1872] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1830/1872] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1831/1872] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1832/1872] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1833/1872] Compiling NIOHTTPCompression HTTPDecompression.swift
[1834/1877] Compiling NIOHPACK StaticHeaderTable.swift
[1835/1891] Compiling MultipartKit MultipartSerializer.swift
[1836/1891] Compiling MultipartKit Utilities.swift
[1838/1891] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1839/1891] Compiling NIOExtras JSONRPCFraming.swift
[1840/1891] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1842/1891] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1843/1891] Compiling NIOExtras NIORequestIdentifiable.swift
[1844/1891] Compiling NIOExtras PCAPRingBuffer.swift
[1847/1892] Compiling NIOExtras QuiescingHelper.swift
[1848/1892] Compiling NIOExtras RequestResponseHandler.swift
[1849/1892] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1850/1892] Compiling NIOWebSocket WebSocketFrame.swift
[1852/1893] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1853/1893] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1854/1893] Compiling NIOExtras NIOExtrasError.swift
[1855/1893] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1856/1893] Compiling AWSLambdaRuntimeCore Utils.swift
[1858/1897] Compiling NIOExtras DebugInboundEventsHandler.swift
[1859/1897] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1863/1899] Compiling NIOSSL TLSConfiguration.swift
[1864/1899] Compiling NIOSSL UniversalBootstrapSupport.swift
[1865/1899] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1868/1900] Emitting module NIOExtras
[1869/1900] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1873/1900] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1875/1900] Emitting module _NIOFileSystemFoundationCompat
[1878/1900] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1882/1900] Compiling NIOExtras LengthFieldPrepender.swift
[1883/1900] Compiling NIOExtras LineBasedFrameDecoder.swift
[1884/1901] Emitting module AWSLambdaRuntimeCore
[1889/1915] Compiling NIOFileSystem Exports.swift
[1890/1915] Emitting module NIOFileSystem
[1892/1966] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1893/1966] Compiling NIOHTTP2 MayReceiveFrames.swift
[1895/1967] Compiling AWSLambdaRuntime Lambda+Codable.swift
[1896/1967] Emitting module AWSLambdaRuntime
[1897/1967] Compiling AWSLambdaRuntime Context+Foundation.swift
[1898/1968] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1899/1968] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1900/1968] Compiling NIOHTTP2 HasLocalSettings.swift
[1901/1968] Compiling NIOHTTP2 HasRemoteSettings.swift
[1902/1968] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1903/1968] Compiling NIOHTTP2 QuiescingState.swift
[1904/1968] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1905/1968] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1907/1984] Compiling NIOHTTP2 MaySendFrames.swift
[1908/1984] Compiling NIOHTTP2 SendingDataState.swift
[1909/1984] Compiling NIOHTTP2 SendingGoawayState.swift
[1910/1984] Compiling NIOHTTP2 SendingHeadersState.swift
[1911/1984] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1912/1984] Compiling NIOHTTP2 SendingRstStreamState.swift
[1913/1984] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1914/1984] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1915/1984] Compiling WebSocketKit Exports.swift
[1916/1984] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1917/1984] Compiling WebSocketKit WebSocketHandler.swift
[1918/1984] Emitting module WebSocketKit
[1919/1984] Compiling WebSocketKit WebSocket+Concurrency.swift
[1920/1984] Compiling WebSocketKit WebSocket.swift
[1921/1984] Compiling WebSocketKit WebSocket+Connect.swift
[1922/1984] Compiling WebSocketKit WebSocketClient.swift
[1924/1985] Emitting module NIOHTTP2
[1925/1985] Compiling NIOHTTP2 StateMachineResult.swift
[1926/1985] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1927/1985] Compiling NIOHTTP2 DOSHeuristics.swift
[1928/1985] Compiling NIOHTTP2 Error+Any.swift
[1929/1985] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1930/1985] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1931/1985] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1932/1985] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1933/1985] Compiling NIOHTTP2 InboundWindowManager.swift
[1934/1985] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1935/1985] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1936/1985] Compiling NIOHTTP2 StreamChannelList.swift
[1937/1985] Compiling NIOHTTP2 StreamMap.swift
[1938/1985] Compiling NIOHTTP2 StreamStateMachine.swift
[1939/1985] Compiling NIOHTTP2 UnsafeTransfer.swift
[1940/1985] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1941/1985] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1942/1985] Compiling NIOHTTP2 HTTP2Frame.swift
[1943/1985] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1944/1985] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1945/1985] Compiling NIOHTTP2 HTTP2PingData.swift
[1946/1985] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1947/1985] Compiling NIOHTTP2 HTTP2Settings.swift
[1948/1985] Compiling NIOHTTP2 HTTP2Stream.swift
[1953/1985] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1965/1986] Compiling NIOHTTP2 ReceivingDataState.swift
[1966/1986] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1967/1986] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1968/1986] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1969/1986] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1970/1986] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1971/1986] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1972/1986] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1973/1986] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1974/1986] Compiling NIOHTTP2 HTTP2StreamID.swift
[1975/1986] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1976/1986] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1977/1986] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1978/1986] Compiling NIOHTTP2 InboundEventBuffer.swift
[1979/1986] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1980/1986] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1981/1986] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1982/1986] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1983/1986] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1984/1986] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1985/1986] Compiling NIOHTTP2 HTTP2Error.swift
[1986/1986] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1988/2046] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1989/2046] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1990/2046] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1991/2046] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1992/2046] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1993/2046] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1994/2046] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1995/2046] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1996/2046] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1997/2054] Emitting module AsyncHTTPClient
[1998/2054] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1999/2054] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2000/2054] Compiling AsyncHTTPClient Transaction.swift
[2001/2054] Compiling AsyncHTTPClient Base64.swift
[2002/2054] Compiling AsyncHTTPClient BasicAuth.swift
[2003/2054] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2004/2054] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2005/2054] Compiling AsyncHTTPClient ConnectionPool.swift
[2006/2054] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2007/2054] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2008/2054] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2009/2054] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2010/2054] Compiling AsyncHTTPClient HTTP1Connection.swift
[2011/2054] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2012/2054] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2013/2054] Compiling AsyncHTTPClient HTTP2Connection.swift
[2014/2054] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2015/2054] Compiling AsyncHTTPClient RequestBag.swift
[2016/2054] Compiling AsyncHTTPClient RequestValidation.swift
[2017/2054] Compiling AsyncHTTPClient SSLContextCache.swift
[2018/2054] Compiling AsyncHTTPClient Scheme.swift
[2019/2054] Compiling AsyncHTTPClient Singleton.swift
[2020/2054] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2021/2054] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2022/2054] Compiling AsyncHTTPClient Utils.swift
[2023/2054] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2024/2054] Compiling AsyncHTTPClient ConnectionTarget.swift
[2025/2054] Compiling AsyncHTTPClient DeconstructedURL.swift
[2026/2054] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2027/2054] Compiling AsyncHTTPClient FoundationExtensions.swift
[2028/2054] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2029/2054] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2030/2054] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2031/2054] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2032/2054] Compiling AsyncHTTPClient RequestOptions.swift
[2033/2054] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2034/2054] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2035/2054] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2036/2054] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2037/2054] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2038/2054] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2039/2054] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2040/2054] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2041/2054] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2042/2054] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2043/2054] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2044/2054] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2045/2054] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2046/2054] Compiling AsyncHTTPClient RequestBodyLength.swift
[2047/2054] Compiling AsyncHTTPClient HTTPClient.swift
[2048/2054] Compiling AsyncHTTPClient HTTPHandler.swift
[2049/2054] Compiling AsyncHTTPClient LRUCache.swift
[2050/2054] Compiling AsyncHTTPClient NWErrorHandler.swift
[2051/2054] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2052/2054] Compiling AsyncHTTPClient TLSConfiguration.swift
[2053/2054] Compiling AsyncHTTPClient RedirectState.swift
[2054/2054] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2056/2224] Compiling Vapor Core.swift
[2057/2224] Compiling Vapor Running.swift
[2058/2224] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2059/2224] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2060/2224] Compiling Vapor DotEnvFile+load.swift
[2061/2224] Compiling Vapor Routes+caseInsenstive.swift
[2062/2224] Compiling Vapor Validatable+validate.swift
[2063/2224] Compiling Vapor Environment+Process.swift
[2064/2224] Compiling Vapor Environment+Secret.swift
[2065/2224] Compiling Vapor Environment.swift
[2066/2224] Compiling Vapor Abort.swift
[2067/2224] Compiling Vapor AbortError.swift
[2068/2224] Compiling Vapor DebuggableError.swift
[2069/2224] Compiling Vapor Demangler.swift
[2070/2224] Compiling Vapor ErrorSource.swift
[2071/2224] Compiling Vapor StackTrace.swift
[2072/2224] Compiling Vapor Exports.swift
[2073/2224] Compiling Vapor Application+HTTP.swift
[2074/2224] Compiling Vapor BasicResponder.swift
[2075/2224] Compiling Vapor BodyStream.swift
[2076/2224] Compiling Vapor Application+HTTP+Client.swift
[2077/2224] Compiling Vapor EventLoopHTTPClient.swift
[2078/2224] Compiling Vapor EndpointCache.swift
[2079/2224] Compiling Vapor HTTPMethod+String.swift
[2080/2248] Compiling Vapor AsyncBasicResponder.swift
[2081/2248] Compiling Vapor AsyncMiddleware.swift
[2082/2248] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2083/2248] Compiling Vapor AsyncSessionDriver.swift
[2084/2248] Compiling Vapor Authentication+Concurrency.swift
[2085/2248] Compiling Vapor Cache+Concurrency.swift
[2086/2248] Compiling Vapor Client+Concurrency.swift
[2087/2248] Compiling Vapor RequestBody+Concurrency.swift
[2088/2248] Compiling Vapor Responder+Concurrency.swift
[2089/2248] Compiling Vapor ResponseCodable+Concurrency.swift
[2090/2248] Compiling Vapor RoutesBuilder+Concurrency.swift
[2091/2248] Compiling Vapor ViewRenderer+Concurrency.swift
[2092/2248] Compiling Vapor WebSocket+Concurrency.swift
[2093/2248] Compiling Vapor ContainerGetPathExecutor.swift
[2094/2248] Compiling Vapor Content.swift
[2095/2248] Compiling Vapor ContentCoders.swift
[2096/2248] Compiling Vapor ContentConfiguration.swift
[2097/2248] Compiling Vapor ContentContainer.swift
[2098/2248] Compiling Vapor JSONCoder+Custom.swift
[2099/2248] Compiling Vapor JSONCoders+Content.swift
[2100/2248] Compiling Vapor PlaintextDecoder.swift
[2101/2248] Compiling Vapor PlaintextEncoder.swift
[2102/2248] Compiling Vapor URLQueryCoders.swift
[2103/2248] Compiling Vapor URLQueryContainer.swift
[2104/2248] Compiling Vapor HTTPServerResponseEncoder.swift
[2105/2248] Compiling Vapor HTTPServerUpgradeHandler.swift
[2106/2248] Compiling Vapor Logger+Report.swift
[2107/2248] Compiling Vapor LoggingSystem+Environment.swift
[2108/2248] Compiling Vapor Application+Middleware.swift
[2109/2248] Compiling Vapor CORSMiddleware.swift
[2110/2248] Compiling Vapor ErrorMiddleware.swift
[2111/2248] Compiling Vapor FileMiddleware.swift
[2112/2248] Compiling Vapor Middleware.swift
[2113/2248] Compiling Vapor MiddlewareConfiguration.swift
[2114/2248] Compiling Vapor ResponseCompressionMiddleware.swift
[2115/2248] Compiling Vapor RouteLoggingMiddleware.swift
[2116/2248] Compiling Vapor TracingMiddleware.swift
[2117/2248] Compiling Vapor File+Multipart.swift
[2118/2248] Compiling Vapor FormDataDecoder+Content.swift
[2119/2248] Compiling Vapor FormDataEncoder+Content.swift
[2120/2248] Compiling Vapor Application+Password.swift
[2121/2248] Compiling Vapor Application+Passwords.swift
[2122/2248] Compiling Vapor AsyncPasswordHasher.swift
[2123/2248] Compiling Vapor BcryptHasher.swift
[2124/2248] Compiling Vapor PasswordHasher.swift
[2125/2248] Compiling Vapor PlaintextHasher.swift
[2126/2248] Compiling Vapor Request+Password.swift
[2127/2248] Compiling Vapor Redirect.swift
[2128/2248] Compiling Vapor Application.swift
[2129/2248] Compiling Vapor AuthenticationCache.swift
[2130/2248] Compiling Vapor Authenticator.swift
[2131/2248] Compiling Vapor BasicAuthorization.swift
[2132/2248] Compiling Vapor BearerAuthorization.swift
[2133/2248] Compiling Vapor GuardMiddleware.swift
[2134/2248] Compiling Vapor RedirectMiddleware.swift
[2135/2248] Compiling Vapor SessionAuthenticatable.swift
[2136/2248] Compiling Vapor Bcrypt.swift
[2137/2248] Compiling Vapor Application+Cache.swift
[2138/2248] Compiling Vapor Cache.swift
[2139/2248] Compiling Vapor CacheExpirationTime.swift
[2140/2248] Compiling Vapor MemoryCache.swift
[2141/2248] Compiling Vapor Request+Cache.swift
[2142/2248] Compiling Vapor Application+Clients.swift
[2143/2248] Compiling Vapor Client.swift
[2144/2248] Compiling Vapor ClientRequest.swift
[2145/2248] Compiling Vapor ClientResponse.swift
[2146/2248] Compiling Vapor Request+Client.swift
[2147/2248] Compiling Vapor BootCommand.swift
[2148/2248] Compiling Vapor CommandContext+Application.swift
[2149/2248] Compiling Vapor RoutesCommand.swift
[2150/2248] Compiling Vapor ServeCommand.swift
[2151/2248] Compiling Vapor AnyResponse+Concurrency.swift
[2152/2272] Compiling Vapor Bytes+Hex.swift
[2153/2272] Compiling Vapor Bytes+SecureCompare.swift
[2154/2272] Compiling Vapor Collection+Safe.swift
[2155/2272] Compiling Vapor DataProtocol+Copy.swift
[2156/2272] Compiling Vapor DecoderUnwrapper.swift
[2157/2272] Compiling Vapor DirectoryConfiguration.swift
[2158/2272] Compiling Vapor DotEnv.swift
[2159/2272] Compiling Vapor Extendable.swift
[2160/2272] Compiling Vapor File.swift
[2161/2272] Compiling Vapor FileIO.swift
[2162/2272] Compiling Vapor LifecycleHandler.swift
[2163/2272] Compiling Vapor OptionalType.swift
[2164/2272] Compiling Vapor RFC1123.swift
[2165/2272] Compiling Vapor SocketAddress+Hostname.swift
[2166/2272] Compiling Vapor Storage.swift
[2167/2272] Compiling Vapor String+IsIPAddress.swift
[2168/2272] Compiling Vapor Thread.swift
[2169/2272] Compiling Vapor URI.swift
[2170/2272] Compiling Vapor RangeResult.swift
[2171/2272] Compiling Vapor Validatable.swift
[2172/2272] Compiling Vapor Validation.swift
[2173/2272] Compiling Vapor ValidationKey.swift
[2174/2272] Compiling Vapor Validations.swift
[2175/2272] Compiling Vapor ValidationsError.swift
[2176/2272] Compiling Vapor Validator.swift
[2177/2272] Compiling Vapor ValidatorResult.swift
[2178/2272] Compiling Vapor And.swift
[2179/2272] Compiling Vapor Case.swift
[2180/2272] Compiling Vapor CharacterSet.swift
[2181/2272] Compiling Vapor Count.swift
[2182/2272] Compiling Vapor Custom.swift
[2183/2272] Compiling Vapor Email.swift
[2184/2272] Compiling Vapor Empty.swift
[2185/2272] Compiling Vapor In.swift
[2186/2272] Compiling Vapor Nil.swift
[2187/2272] Compiling Vapor NilIgnoring.swift
[2188/2272] Compiling Vapor Not.swift
[2189/2272] Compiling Vapor Or.swift
[2190/2272] Compiling Vapor Pattern.swift
[2191/2272] Compiling Vapor Range.swift
[2192/2272] Compiling Vapor URL.swift
[2193/2272] Compiling Vapor Valid.swift
[2194/2272] Compiling Vapor Application+Views.swift
[2195/2272] Compiling Vapor PlaintextRenderer.swift
[2196/2272] Compiling Vapor Request+View.swift
[2197/2272] Compiling Vapor View.swift
[2198/2272] Compiling Vapor ViewRenderer.swift
[2199/2272] Compiling Vapor _Deprecations.swift
[2200/2272] Emitting module Vapor
[2201/2272] Compiling Vapor HTTPStatus.swift
[2202/2272] Compiling Vapor HTTPCookies.swift
[2203/2272] Compiling Vapor HTTPHeaderCacheControl.swift
[2204/2272] Compiling Vapor HTTPHeaderExpires.swift
[2205/2272] Compiling Vapor HTTPHeaderLastModified.swift
[2206/2272] Compiling Vapor HTTPHeaders+Cache.swift
[2207/2272] Compiling Vapor HTTPHeaders+Connection.swift
[2208/2272] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2209/2272] Compiling Vapor HTTPHeaders+ContentRange.swift
[2210/2272] Compiling Vapor HTTPHeaders+Directive.swift
[2211/2272] Compiling Vapor HTTPHeaders+Forwarded.swift
[2212/2272] Compiling Vapor HTTPHeaders+Link.swift
[2213/2272] Compiling Vapor HTTPHeaders+Name.swift
[2214/2272] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2215/2272] Compiling Vapor HTTPHeaders.swift
[2216/2272] Compiling Vapor HTTPMediaType.swift
[2217/2272] Compiling Vapor HTTPMediaTypePreference.swift
[2218/2272] Compiling Vapor Responder.swift
[2219/2272] Compiling Vapor Application+HTTP+Server.swift
[2220/2272] Compiling Vapor HTTPServer.swift
[2221/2272] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2222/2272] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2223/2272] Compiling Vapor HTTPServerHandler.swift
[2224/2272] Compiling Vapor HTTPServerRequestDecoder.swift
[2225/2272] Compiling Vapor Request+Body.swift
[2226/2272] Compiling Vapor Request+BodyStream.swift
[2227/2272] Compiling Vapor Request.swift
[2228/2272] Compiling Vapor Application+Responder.swift
[2229/2272] Compiling Vapor DefaultResponder.swift
[2230/2272] Compiling Vapor Response+Body.swift
[2231/2272] Compiling Vapor Response.swift
[2232/2272] Compiling Vapor ResponseCodable.swift
[2233/2272] Compiling Vapor Application+Routes.swift
[2234/2272] Compiling Vapor Parameters+Require.swift
[2235/2272] Compiling Vapor Request+WebSocket.swift
[2236/2272] Compiling Vapor Route.swift
[2237/2272] Compiling Vapor RouteCollection.swift
[2238/2272] Compiling Vapor Routes.swift
[2239/2272] Compiling Vapor RoutesBuilder+Group.swift
[2240/2272] Compiling Vapor RoutesBuilder+Method.swift
[2241/2272] Compiling Vapor RoutesBuilder+Middleware.swift
[2242/2272] Compiling Vapor RoutesBuilder+WebSocket.swift
[2243/2272] Compiling Vapor RoutesBuilder.swift
[2244/2272] Compiling Vapor OTP.swift
[2245/2272] Compiling Vapor Application+Servers.swift
[2246/2272] Compiling Vapor Server.swift
[2247/2272] Compiling Vapor App+Service.swift
[2248/2272] Compiling Vapor Req+Service.swift
[2249/2272] Compiling Vapor Service.swift
[2250/2272] Compiling Vapor Application+Sessions.swift
[2251/2272] Compiling Vapor MemorySessions.swift
[2252/2272] Compiling Vapor Request+Session.swift
[2253/2272] Compiling Vapor Session.swift
[2254/2272] Compiling Vapor SessionCache.swift
[2255/2272] Compiling Vapor SessionData.swift
[2256/2272] Compiling Vapor SessionDriver.swift
[2257/2272] Compiling Vapor SessionsConfiguration.swift
[2258/2272] Compiling Vapor SessionsMiddleware.swift
[2259/2272] Compiling Vapor URLEncodedFormData.swift
[2260/2272] Compiling Vapor URLEncodedFormDecoder.swift
[2261/2272] Compiling Vapor URLEncodedFormEncoder.swift
[2262/2272] Compiling Vapor URLEncodedFormError.swift
[2263/2272] Compiling Vapor URLEncodedFormParser.swift
[2264/2272] Compiling Vapor URLEncodedFormSerializer.swift
[2265/2272] Compiling Vapor URLQueryFragmentConvertible.swift
[2266/2272] Compiling Vapor AnyResponse.swift
[2267/2272] Compiling Vapor Array+Random.swift
[2268/2272] Compiling Vapor Base32.swift
[2269/2272] Compiling Vapor Base64.swift
[2270/2272] Compiling Vapor BaseN.swift
[2271/2272] Compiling Vapor BasicCodingKey.swift
[2272/2272] Compiling Vapor ByteCount.swift
[2274/2277] Compiling VaporAWSLambdaRuntime LambdaServer.swift
/host/spi-builder-workspace/Sources/VaporAWSLambdaRuntime/LambdaServer.swift:69:16: warning: type 'Application.Lambda.Server.ConfigurationKey.Value' (aka 'LambdaServer.Configuration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
67 | }
68 |
69 | struct ConfigurationKey: StorageKey {
| `- warning: type 'Application.Lambda.Server.ConfigurationKey.Value' (aka 'LambdaServer.Configuration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
70 | typealias Value = LambdaServer.Configuration
71 | }
:
76 |
77 | public class LambdaServer: Server {
78 | public struct Configuration {
| `- note: consider making struct 'Configuration' conform to the 'Sendable' protocol
79 | public enum RequestSource {
80 | case apiGateway
/host/spi-builder-workspace/Sources/VaporAWSLambdaRuntime/LambdaServer.swift:77:14: warning: non-final class 'LambdaServer' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
75 | // MARK: LambdaServer
76 |
77 | public class LambdaServer: Server {
| `- warning: non-final class 'LambdaServer' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
78 | public struct Configuration {
79 | public enum RequestSource {
/host/spi-builder-workspace/Sources/VaporAWSLambdaRuntime/LambdaServer.swift:96:17: warning: stored property 'configuration' of 'Sendable'-conforming class 'LambdaServer' has non-sendable type 'LambdaServer.Configuration'; this is an error in the Swift 6 language mode
76 |
77 | public class LambdaServer: Server {
78 | public struct Configuration {
| `- note: consider making struct 'Configuration' conform to the 'Sendable' protocol
79 | public enum RequestSource {
80 | case apiGateway
:
94 | private let application: Application
95 | private let responder: Responder
96 | private let configuration: Configuration
| `- warning: stored property 'configuration' of 'Sendable'-conforming class 'LambdaServer' has non-sendable type 'LambdaServer.Configuration'; this is an error in the Swift 6 language mode
97 | private let eventLoop: EventLoop
98 | private var lambdaLifecycle: Lambda.Lifecycle
/host/spi-builder-workspace/Sources/VaporAWSLambdaRuntime/LambdaServer.swift:98:17: warning: stored property 'lambdaLifecycle' of 'Sendable'-conforming class 'LambdaServer' is mutable; this is an error in the Swift 6 language mode
96 | private let configuration: Configuration
97 | private let eventLoop: EventLoop
98 | private var lambdaLifecycle: Lambda.Lifecycle
| `- warning: stored property 'lambdaLifecycle' of 'Sendable'-conforming class 'LambdaServer' is mutable; this is an error in the Swift 6 language mode
99 |
100 | init(application: Application,
/host/spi-builder-workspace/Sources/VaporAWSLambdaRuntime/LambdaServer.swift:77:14: warning: deprecated default implementation is used to satisfy instance method 'start(address:)' required by protocol 'Server': The Server receiving this message does not support all address types, and must be updated.
75 | // MARK: LambdaServer
76 |
77 | public class LambdaServer: Server {
| `- warning: deprecated default implementation is used to satisfy instance method 'start(address:)' required by protocol 'Server': The Server receiving this message does not support all address types, and must be updated.
78 | public struct Configuration {
79 | public enum RequestSource {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Server/Server.swift:48:17: note: 'start(address:)' declared here
9 | /// - address: The address to start the server with.
10 | @available(*, noasync, message: "Use the async start() method instead.")
11 | func start(address: BindAddress?) throws
| `- note: requirement 'start(address:)' declared here
12 |
13 | /// Start the server with the specified address.
:
46 | /// A default implementation that throws `ServerStartError.unsupportedAddress` for `.unixDomainSocket(path:)` if `start(address:)` is not implemented by the conforming type, or calls the deprecated `.start(hostname:port:)` method for other cases.
47 | @available(*, deprecated, message: "The Server receiving this message does not support all address types, and must be updated.")
48 | public func start(address: BindAddress?) throws {
| `- note: 'start(address:)' declared here
49 | switch address {
50 | case .none:
/host/spi-builder-workspace/Sources/VaporAWSLambdaRuntime/LambdaServer.swift:77:14: warning: deprecated default implementation is used to satisfy instance method 'start(address:)' required by protocol 'Server': Implement an async version of this yourself
75 | // MARK: LambdaServer
76 |
77 | public class LambdaServer: Server {
| `- warning: deprecated default implementation is used to satisfy instance method 'start(address:)' required by protocol 'Server': Implement an async version of this yourself
78 | public struct Configuration {
79 | public enum RequestSource {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Server/Server.swift:71:17: note: 'start(address:)' declared here
14 | /// - Parameters:
15 | /// - address: The address to start the server with.
16 | func start(address: BindAddress?) async throws
| `- note: requirement 'start(address:)' declared here
17 |
18 | /// Start the server with the specified hostname and port, if provided. If left blank, the server will be started with its default configuration.
:
69 | /// A default implementation for those servers that haven't migrated yet
70 | @available(*, deprecated, message: "Implement an async version of this yourself")
71 | public func start(address: BindAddress?) async throws {
| `- note: 'start(address:)' declared here
72 | try self.syncStart(address: address)
73 | }
/host/spi-builder-workspace/Sources/VaporAWSLambdaRuntime/LambdaServer.swift:124:26: warning: type 'any Lambda.Handler' (aka 'any ByteBufferLambdaHandler') does not conform to the 'Sendable' protocol
122 | logger: self.application.logger
123 | ) {
124 | $0.eventLoop.makeSucceededFuture(handler)
| `- warning: type 'any Lambda.Handler' (aka 'any ByteBufferLambdaHandler') does not conform to the 'Sendable' protocol
125 | }
126 | }
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntimeCore/LambdaHandler.swift:217:17: note: protocol 'ByteBufferLambdaHandler' does not conform to the 'Sendable' protocol
215 | /// - note: This is a low level protocol designed to power the higher level `EventLoopLambdaHandler` and `LambdaHandler` based APIs.
216 | /// Most users are not expected to use this protocol.
217 | public protocol ByteBufferLambdaHandler {
| `- note: protocol 'ByteBufferLambdaHandler' does not conform to the 'Sendable' protocol
218 | /// The Lambda handling method
219 | /// Concrete Lambda handlers implement this method to provide the Lambda functionality.
/host/spi-builder-workspace/Sources/VaporAWSLambdaRuntime/LambdaServer.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AWSLambdaRuntimeCore'
1 | import AWSLambdaEvents
2 | import AWSLambdaRuntime
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AWSLambdaRuntimeCore'
3 | import Vapor
4 |
[2275/2277] Emitting module VaporAWSLambdaRuntime
/host/spi-builder-workspace/Sources/VaporAWSLambdaRuntime/APIGateway.swift:79:1: warning: type 'APIGateway.Request.Value' (aka 'APIGateway.Request') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
77 | }
78 |
79 | extension APIGateway.Request: Vapor.StorageKey {
| `- warning: type 'APIGateway.Request.Value' (aka 'APIGateway.Request') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
80 | public typealias Value = APIGateway.Request
81 | }
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaEvents/APIGateway.swift:22:19: note: struct 'Request' does not conform to the 'Sendable' protocol
20 | public enum APIGateway {
21 | /// APIGatewayRequest contains data coming from the API Gateway
22 | public struct Request: Codable {
| `- note: struct 'Request' does not conform to the 'Sendable' protocol
23 | public struct Context: Codable {
24 | public struct Identity: Codable {
/host/spi-builder-workspace/Sources/VaporAWSLambdaRuntime/APIGateway.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AWSLambdaEvents'
1 | import AWSLambdaEvents
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AWSLambdaEvents'
2 | import AWSLambdaRuntimeCore
3 | import ExtrasBase64
/host/spi-builder-workspace/Sources/VaporAWSLambdaRuntime/APIGatewayV2.swift:87:1: warning: type 'APIGateway.V2.Request.Value' (aka 'APIGateway.V2.Request') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
85 | }
86 |
87 | extension APIGateway.V2.Request: Vapor.StorageKey {
| `- warning: type 'APIGateway.V2.Request.Value' (aka 'APIGateway.V2.Request') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
88 | public typealias Value = APIGateway.V2.Request
89 | }
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaEvents/APIGateway+V2.swift:21:19: note: struct 'Request' does not conform to the 'Sendable' protocol
19 | extension APIGateway.V2 {
20 | /// APIGateway.V2.Request contains data coming from the new HTTP API Gateway
21 | public struct Request: Codable {
| `- note: struct 'Request' does not conform to the 'Sendable' protocol
22 | /// Context contains the information to identify the AWS account and resources invoking the Lambda function.
23 | public struct Context: Codable {
/host/spi-builder-workspace/Sources/VaporAWSLambdaRuntime/APIGatewayV2.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AWSLambdaEvents'
1 | import AWSLambdaEvents
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AWSLambdaEvents'
2 | import AWSLambdaRuntimeCore
3 | import ExtrasBase64
/host/spi-builder-workspace/Sources/VaporAWSLambdaRuntime/LambdaServer.swift:69:16: warning: type 'Application.Lambda.Server.ConfigurationKey.Value' (aka 'LambdaServer.Configuration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
67 | }
68 |
69 | struct ConfigurationKey: StorageKey {
| `- warning: type 'Application.Lambda.Server.ConfigurationKey.Value' (aka 'LambdaServer.Configuration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
70 | typealias Value = LambdaServer.Configuration
71 | }
:
76 |
77 | public class LambdaServer: Server {
78 | public struct Configuration {
| `- note: consider making struct 'Configuration' conform to the 'Sendable' protocol
79 | public enum RequestSource {
80 | case apiGateway
/host/spi-builder-workspace/Sources/VaporAWSLambdaRuntime/LambdaServer.swift:77:14: warning: non-final class 'LambdaServer' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
75 | // MARK: LambdaServer
76 |
77 | public class LambdaServer: Server {
| `- warning: non-final class 'LambdaServer' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
78 | public struct Configuration {
79 | public enum RequestSource {
/host/spi-builder-workspace/Sources/VaporAWSLambdaRuntime/LambdaServer.swift:96:17: warning: stored property 'configuration' of 'Sendable'-conforming class 'LambdaServer' has non-sendable type 'LambdaServer.Configuration'; this is an error in the Swift 6 language mode
76 |
77 | public class LambdaServer: Server {
78 | public struct Configuration {
| `- note: consider making struct 'Configuration' conform to the 'Sendable' protocol
79 | public enum RequestSource {
80 | case apiGateway
:
94 | private let application: Application
95 | private let responder: Responder
96 | private let configuration: Configuration
| `- warning: stored property 'configuration' of 'Sendable'-conforming class 'LambdaServer' has non-sendable type 'LambdaServer.Configuration'; this is an error in the Swift 6 language mode
97 | private let eventLoop: EventLoop
98 | private var lambdaLifecycle: Lambda.Lifecycle
/host/spi-builder-workspace/Sources/VaporAWSLambdaRuntime/LambdaServer.swift:98:17: warning: stored property 'lambdaLifecycle' of 'Sendable'-conforming class 'LambdaServer' is mutable; this is an error in the Swift 6 language mode
96 | private let configuration: Configuration
97 | private let eventLoop: EventLoop
98 | private var lambdaLifecycle: Lambda.Lifecycle
| `- warning: stored property 'lambdaLifecycle' of 'Sendable'-conforming class 'LambdaServer' is mutable; this is an error in the Swift 6 language mode
99 |
100 | init(application: Application,
/host/spi-builder-workspace/Sources/VaporAWSLambdaRuntime/LambdaServer.swift:77:14: warning: deprecated default implementation is used to satisfy instance method 'start(address:)' required by protocol 'Server': The Server receiving this message does not support all address types, and must be updated.
75 | // MARK: LambdaServer
76 |
77 | public class LambdaServer: Server {
| `- warning: deprecated default implementation is used to satisfy instance method 'start(address:)' required by protocol 'Server': The Server receiving this message does not support all address types, and must be updated.
78 | public struct Configuration {
79 | public enum RequestSource {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Server/Server.swift:48:17: note: 'start(address:)' declared here
9 | /// - address: The address to start the server with.
10 | @available(*, noasync, message: "Use the async start() method instead.")
11 | func start(address: BindAddress?) throws
| `- note: requirement 'start(address:)' declared here
12 |
13 | /// Start the server with the specified address.
:
46 | /// A default implementation that throws `ServerStartError.unsupportedAddress` for `.unixDomainSocket(path:)` if `start(address:)` is not implemented by the conforming type, or calls the deprecated `.start(hostname:port:)` method for other cases.
47 | @available(*, deprecated, message: "The Server receiving this message does not support all address types, and must be updated.")
48 | public func start(address: BindAddress?) throws {
| `- note: 'start(address:)' declared here
49 | switch address {
50 | case .none:
/host/spi-builder-workspace/Sources/VaporAWSLambdaRuntime/LambdaServer.swift:77:14: warning: deprecated default implementation is used to satisfy instance method 'start(address:)' required by protocol 'Server': Implement an async version of this yourself
75 | // MARK: LambdaServer
76 |
77 | public class LambdaServer: Server {
| `- warning: deprecated default implementation is used to satisfy instance method 'start(address:)' required by protocol 'Server': Implement an async version of this yourself
78 | public struct Configuration {
79 | public enum RequestSource {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Server/Server.swift:71:17: note: 'start(address:)' declared here
14 | /// - Parameters:
15 | /// - address: The address to start the server with.
16 | func start(address: BindAddress?) async throws
| `- note: requirement 'start(address:)' declared here
17 |
18 | /// Start the server with the specified hostname and port, if provided. If left blank, the server will be started with its default configuration.
:
69 | /// A default implementation for those servers that haven't migrated yet
70 | @available(*, deprecated, message: "Implement an async version of this yourself")
71 | public func start(address: BindAddress?) async throws {
| `- note: 'start(address:)' declared here
72 | try self.syncStart(address: address)
73 | }
[2276/2277] Compiling VaporAWSLambdaRuntime APIGateway.swift
/host/spi-builder-workspace/Sources/VaporAWSLambdaRuntime/APIGateway.swift:79:1: warning: type 'APIGateway.Request.Value' (aka 'APIGateway.Request') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
77 | }
78 |
79 | extension APIGateway.Request: Vapor.StorageKey {
| `- warning: type 'APIGateway.Request.Value' (aka 'APIGateway.Request') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
80 | public typealias Value = APIGateway.Request
81 | }
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaEvents/APIGateway.swift:22:19: note: struct 'Request' does not conform to the 'Sendable' protocol
20 | public enum APIGateway {
21 | /// APIGatewayRequest contains data coming from the API Gateway
22 | public struct Request: Codable {
| `- note: struct 'Request' does not conform to the 'Sendable' protocol
23 | public struct Context: Codable {
24 | public struct Identity: Codable {
/host/spi-builder-workspace/Sources/VaporAWSLambdaRuntime/APIGateway.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AWSLambdaEvents'
1 | import AWSLambdaEvents
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AWSLambdaEvents'
2 | import AWSLambdaRuntimeCore
3 | import ExtrasBase64
/host/spi-builder-workspace/Sources/VaporAWSLambdaRuntime/APIGateway.swift:106:23: warning: 'init(base64Encoding:)' is deprecated: This API was unintentionally made public.
104 | statusCode: AWSLambdaEvents.HTTPResponseStatus(code: response.status.code),
105 | multiValueHeaders: headers,
106 | body: String(base64Encoding: bytes),
| `- warning: 'init(base64Encoding:)' is deprecated: This API was unintentionally made public.
107 | isBase64Encoded: true
108 | )
[2277/2277] Compiling VaporAWSLambdaRuntime APIGatewayV2.swift
/host/spi-builder-workspace/Sources/VaporAWSLambdaRuntime/APIGatewayV2.swift:87:1: warning: type 'APIGateway.V2.Request.Value' (aka 'APIGateway.V2.Request') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
85 | }
86 |
87 | extension APIGateway.V2.Request: Vapor.StorageKey {
| `- warning: type 'APIGateway.V2.Request.Value' (aka 'APIGateway.V2.Request') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
88 | public typealias Value = APIGateway.V2.Request
89 | }
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaEvents/APIGateway+V2.swift:21:19: note: struct 'Request' does not conform to the 'Sendable' protocol
19 | extension APIGateway.V2 {
20 | /// APIGateway.V2.Request contains data coming from the new HTTP API Gateway
21 | public struct Request: Codable {
| `- note: struct 'Request' does not conform to the 'Sendable' protocol
22 | /// Context contains the information to identify the AWS account and resources invoking the Lambda function.
23 | public struct Context: Codable {
/host/spi-builder-workspace/Sources/VaporAWSLambdaRuntime/APIGatewayV2.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AWSLambdaEvents'
1 | import AWSLambdaEvents
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AWSLambdaEvents'
2 | import AWSLambdaRuntimeCore
3 | import ExtrasBase64
/host/spi-builder-workspace/Sources/VaporAWSLambdaRuntime/APIGatewayV2.swift:32:57: warning: type 'APIGateway.V2.Response' does not conform to the 'Sendable' protocol
30 | }
31 |
32 | return self.responder.respond(to: vaporRequest).flatMap { APIGateway.V2.Response.from(response: $0, in: context) }
| `- warning: type 'APIGateway.V2.Response' does not conform to the 'Sendable' protocol
33 | }
34 | }
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaEvents/APIGateway+V2.swift:95:19: note: struct 'Response' does not conform to the 'Sendable' protocol
93 |
94 | extension APIGateway.V2 {
95 | public struct Response: Codable {
| `- note: struct 'Response' does not conform to the 'Sendable' protocol
96 | public var statusCode: HTTPResponseStatus
97 | public var headers: HTTPHeaders?
/host/spi-builder-workspace/Sources/VaporAWSLambdaRuntime/APIGatewayV2.swift:32:113: warning: capture of 'context' with non-sendable type 'Lambda.Context' in a '@Sendable' closure
30 | }
31 |
32 | return self.responder.respond(to: vaporRequest).flatMap { APIGateway.V2.Response.from(response: $0, in: context) }
| `- warning: capture of 'context' with non-sendable type 'Lambda.Context' in a '@Sendable' closure
33 | }
34 | }
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntimeCore/LambdaContext.swift:52:24: note: class 'Context' does not conform to the 'Sendable' protocol
50 | /// Lambda runtime context.
51 | /// The Lambda runtime generates and passes the `Context` to the Lambda handler as an argument.
52 | public final class Context: CustomDebugStringConvertible {
| `- note: class 'Context' does not conform to the 'Sendable' protocol
53 | /// The request ID, which identifies the request that triggered the function invocation.
54 | public let requestID: String
/host/spi-builder-workspace/Sources/VaporAWSLambdaRuntime/APIGatewayV2.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AWSLambdaRuntimeCore'
1 | import AWSLambdaEvents
2 | import AWSLambdaRuntimeCore
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AWSLambdaRuntimeCore'
3 | import ExtrasBase64
4 | import NIO
/host/spi-builder-workspace/Sources/VaporAWSLambdaRuntime/APIGatewayV2.swift:107:38: warning: type 'APIGateway.V2.Response' does not conform to the 'Sendable' protocol
105 | // Can we access the body right away?
106 | if let string = response.body.string {
107 | return context.eventLoop.makeSucceededFuture(.init(
| `- warning: type 'APIGateway.V2.Response' does not conform to the 'Sendable' protocol
108 | statusCode: AWSLambdaEvents.HTTPResponseStatus(code: response.status.code),
109 | headers: headers,
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaEvents/APIGateway+V2.swift:95:19: note: struct 'Response' does not conform to the 'Sendable' protocol
93 |
94 | extension APIGateway.V2 {
95 | public struct Response: Codable {
| `- note: struct 'Response' does not conform to the 'Sendable' protocol
96 | public var statusCode: HTTPResponseStatus
97 | public var headers: HTTPHeaders?
/host/spi-builder-workspace/Sources/VaporAWSLambdaRuntime/APIGatewayV2.swift:114:38: warning: type 'APIGateway.V2.Response' does not conform to the 'Sendable' protocol
112 | ))
113 | } else if let bytes = response.body.data {
114 | return context.eventLoop.makeSucceededFuture(.init(
| `- warning: type 'APIGateway.V2.Response' does not conform to the 'Sendable' protocol
115 | statusCode: AWSLambdaEvents.HTTPResponseStatus(code: response.status.code),
116 | headers: headers,
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaEvents/APIGateway+V2.swift:95:19: note: struct 'Response' does not conform to the 'Sendable' protocol
93 |
94 | extension APIGateway.V2 {
95 | public struct Response: Codable {
| `- note: struct 'Response' does not conform to the 'Sendable' protocol
96 | public var statusCode: HTTPResponseStatus
97 | public var headers: HTTPHeaders?
/host/spi-builder-workspace/Sources/VaporAWSLambdaRuntime/APIGatewayV2.swift:117:23: warning: 'init(base64Encoding:)' is deprecated: This API was unintentionally made public.
115 | statusCode: AWSLambdaEvents.HTTPResponseStatus(code: response.status.code),
116 | headers: headers,
117 | body: String(base64Encoding: bytes),
| `- warning: 'init(base64Encoding:)' is deprecated: This API was unintentionally made public.
118 | isBase64Encoded: true
119 | ))
/host/spi-builder-workspace/Sources/VaporAWSLambdaRuntime/APIGatewayV2.swift:138:27: warning: 'init(base64Encoding:)' is deprecated: This API was unintentionally made public.
136 | statusCode: AWSLambdaEvents.HTTPResponseStatus(code: response.status.code),
137 | headers: headers,
138 | body: String(base64Encoding: bytes),
| `- warning: 'init(base64Encoding:)' is deprecated: This API was unintentionally made public.
139 | isBase64Encoded: true
140 | )
/host/spi-builder-workspace/Sources/VaporAWSLambdaRuntime/APIGatewayV2.swift:130:34: warning: reference to captured var 'headers' in concurrently-executing code
128 | return APIGateway.V2.Response(
129 | statusCode: AWSLambdaEvents.HTTPResponseStatus(code: response.status.code),
130 | headers: headers
| `- warning: reference to captured var 'headers' in concurrently-executing code
131 | )
132 | }
/host/spi-builder-workspace/Sources/VaporAWSLambdaRuntime/APIGatewayV2.swift:137:30: warning: reference to captured var 'headers' in concurrently-executing code
135 | return APIGateway.V2.Response(
136 | statusCode: AWSLambdaEvents.HTTPResponseStatus(code: response.status.code),
137 | headers: headers,
| `- warning: reference to captured var 'headers' in concurrently-executing code
138 | body: String(base64Encoding: bytes),
139 | isBase64Encoded: true
Build complete! (223.79s)
Build complete.
{
"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-aws-lambda-runtime",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-aws-lambda-runtime.git"
},
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "swift-extras-base64",
"requirement" : {
"range" : [
{
"lower_bound" : "0.4.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-extras/swift-extras-base64"
}
],
"manifest_display_name" : "vapor-aws-lambda-runtime",
"name" : "vapor-aws-lambda-runtime",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "VaporAWSLambdaRuntime",
"targets" : [
"VaporAWSLambdaRuntime"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "VaporAWSLambdaRuntimeTests",
"module_type" : "SwiftTarget",
"name" : "VaporAWSLambdaRuntimeTests",
"path" : "Tests/VaporAWSLambdaRuntimeTests",
"product_dependencies" : [
"AWSLambdaTesting"
],
"sources" : [
"APIGatewayTests.swift",
"APIGatewayV2Tests.swift"
],
"target_dependencies" : [
"VaporAWSLambdaRuntime"
],
"type" : "test"
},
{
"c99name" : "VaporAWSLambdaRuntime",
"module_type" : "SwiftTarget",
"name" : "VaporAWSLambdaRuntime",
"path" : "Sources/VaporAWSLambdaRuntime",
"product_dependencies" : [
"Vapor",
"AWSLambdaRuntime",
"AWSLambdaEvents",
"NIO",
"NIOHTTP1",
"ExtrasBase64"
],
"product_memberships" : [
"VaporAWSLambdaRuntime"
],
"sources" : [
"APIGateway.swift",
"APIGatewayV2.swift",
"LambdaServer.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
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.