Build Information
Successful build of fluent, reference main (223b27
), with Swift 6.1 for Linux on 29 Apr 2025 13:47:36 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/fluent.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/vapor/fluent
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 223b27d Async Lifecycle (#781)
Cloned https://github.com/vapor/fluent.git
Revision (git rev-parse @):
223b27d04ab2b51c25503c9922eecbcdf6c12f89
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/fluent.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/vapor/fluent.git
https://github.com/vapor/fluent.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "fluent-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.49.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent-kit.git"
},
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.101.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
}
],
"manifest_display_name" : "fluent",
"name" : "fluent",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Fluent",
"targets" : [
"Fluent"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FluentTests",
"module_type" : "SwiftTarget",
"name" : "FluentTests",
"path" : "Tests/FluentTests",
"product_dependencies" : [
"XCTFluent",
"XCTVapor"
],
"sources" : [
"CacheTests.swift",
"CredentialTests.swift",
"OperatorTests.swift",
"PaginationTests.swift",
"QueryHistoryTests.swift",
"RepositoryTests.swift",
"SessionTests.swift"
],
"target_dependencies" : [
"Fluent"
],
"type" : "test"
},
{
"c99name" : "Fluent",
"module_type" : "SwiftTarget",
"name" : "Fluent",
"path" : "Sources/Fluent",
"product_dependencies" : [
"FluentKit",
"Vapor"
],
"product_memberships" : [
"Fluent"
],
"sources" : [
"Concurrency/FluentProvider+Concurrency.swift",
"Concurrency/ModelCredentialsAuthenticatable+Concurrency.swift",
"Concurrency/Pagination+Concurrency.swift",
"Concurrency/Sessions+Concurrency.swift",
"Exports.swift",
"Fluent+Cache.swift",
"Fluent+History.swift",
"Fluent+Paginate.swift",
"Fluent+Pagination.swift",
"Fluent+Sessions.swift",
"FluentProvider.swift",
"MigrateCommand.swift",
"ModelAuthenticatable.swift",
"ModelCredentialsAuthenticatable.swift",
"ModelTokenAuthenticatable.swift",
"PageLimit.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/vapor/fluent-kit.git
Fetching https://github.com/vapor/vapor.git
[1/13244] Fetching fluent-kit
[13245/87581] Fetching fluent-kit, vapor
Fetched https://github.com/vapor/fluent-kit.git from cache (0.60s)
[13381/74337] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (1.99s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.52.1 (2.45s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/vapor/sql-kit.git
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
[3837/9819] Fetching swift-log, sql-kit
[9820/85346] Fetching swift-log, sql-kit, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (4.69s)
Fetched https://github.com/vapor/sql-kit.git from cache (4.69s)
Fetched https://github.com/apple/swift-nio.git from cache (4.78s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (5.23s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (0.46s)
Fetching https://github.com/apple/swift-collections.git
[1/16269] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (0.94s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (2.99s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1705] Fetching swift-atomics
[1706/6069] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (2.42s)
Fetched https://github.com/apple/swift-system.git from cache (2.42s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.84s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.41s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.66s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (0.52s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/vapor/multipart-kit.git
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
[1/3208] Fetching multipart-kit
[451/5414] Fetching multipart-kit, swift-metrics
[3690/10388] Fetching multipart-kit, swift-metrics, swift-distributed-tracing
[4193/12991] Fetching multipart-kit, swift-metrics, swift-distributed-tracing, websocket-kit
[5224/14054] Fetching multipart-kit, swift-metrics, swift-distributed-tracing, websocket-kit, swift-service-context
[5900/19957] Fetching multipart-kit, swift-metrics, swift-distributed-tracing, websocket-kit, swift-service-context, swift-algorithms
Fetched https://github.com/apple/swift-service-context.git from cache (0.41s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.41s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-algorithms.git from cache (0.45s)
Fetching https://github.com/apple/swift-nio-ssl.git
[6447/13679] Fetching multipart-kit, swift-metrics, websocket-kit, swift-nio-extras
[12109/25183] Fetching multipart-kit, swift-metrics, websocket-kit, swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.35s)
Fetching https://github.com/vapor/routing-kit.git
[8978/34314] Fetching multipart-kit, swift-metrics, websocket-kit, swift-nio-http2, swift-nio-ssl
[15750/55041] Fetching multipart-kit, swift-metrics, websocket-kit, swift-nio-http2, swift-nio-ssl, routing-kit
Fetched https://github.com/vapor/websocket-kit.git from cache (1.53s)
[43856/52438] Fetching multipart-kit, swift-metrics, swift-nio-http2, swift-nio-ssl, routing-kit
Fetched https://github.com/apple/swift-metrics.git from cache (1.53s)
[41857/50232] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, routing-kit
Fetching https://github.com/vapor/console-kit.git
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/vapor/multipart-kit.git from cache (1.61s)
Fetching https://github.com/vapor/async-kit.git
[43178/47024] Fetching swift-nio-http2, swift-nio-ssl, routing-kit
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.28s)
Fetching https://github.com/swift-server/async-http-client.git
[31822/35520] Fetching swift-nio-ssl, routing-kit
[32170/41005] Fetching swift-nio-ssl, routing-kit, console-kit
[41006/43375] Fetching swift-nio-ssl, routing-kit, console-kit, async-kit
[41007/57159] Fetching swift-nio-ssl, routing-kit, console-kit, async-kit, swift-crypto
Fetched https://github.com/vapor/routing-kit.git from cache (1.23s)
[23220/36432] Fetching swift-nio-ssl, console-kit, async-kit, swift-crypto
Fetched https://github.com/vapor/async-kit.git from cache (0.45s)
[21657/34062] Fetching swift-nio-ssl, console-kit, swift-crypto
[21796/47938] Fetching swift-nio-ssl, console-kit, swift-crypto, async-http-client
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.17s)
[24324/33145] Fetching console-kit, swift-crypto, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.37s)
[17202/19269] Fetching console-kit, swift-crypto
Fetched https://github.com/vapor/console-kit.git from cache (2.11s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.13s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (4.19s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.55s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.0 (0.44s)
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.26s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.74s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.36s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (0.78s)
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.52s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.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.69s)
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.43s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.47s)
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.44s)
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.45s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.44s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.47s)
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.51s)
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.44s)
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.46s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.41s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.46s)
Fetching https://github.com/apple/swift-asn1.git
[1/1584] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.23s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.71s)
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-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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
Creating working copy for https://github.com/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.33.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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
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/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
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/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.0
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-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/apple/swift-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/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/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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
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/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/vapor/fluent-kit.git
Working copy of https://github.com/vapor/fluent-kit.git resolved at 1.52.1
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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Building for debugging...
[0/833] Write sources
[40/833] Compiling CNIOWindows WSAStartup.c
[41/833] Write sources
[42/833] Compiling CNIOWindows shim.c
[43/833] Compiling CNIOWASI CNIOWASI.c
[44/833] Compiling CVaporBcrypt bcrypt.c
[45/833] Write sources
[45/833] Compiling CNIOLinux liburing_shims.c
[45/833] Write sources
[53/833] Compiling _NumericsShims _NumericsShims.c
[54/833] Compiling CVaporBcrypt blf.c
[55/833] Compiling CNIOLinux shim.c
[56/833] Compiling CNIOLLHTTP c_nio_http.c
[57/833] Compiling _AtomicsShims.c
[58/833] Compiling CNIOExtrasZlib empty.c
[58/833] Compiling CNIOSHA1 c_nio_sha1.c
[58/833] Compiling CSystem shims.c
[61/833] Compiling CNIODarwin shim.c
[62/833] Write swift-version-24593BA9C3E375BF.txt
[63/833] Compiling fiat_p256_adx_sqr.S
[64/833] Compiling CNIOLLHTTP c_nio_api.c
[65/833] Compiling fiat_p256_adx_mul.S
[66/833] Compiling fiat_curve25519_adx_square.S
[67/833] Compiling fiat_curve25519_adx_mul.S
[68/833] Compiling CNIOLLHTTP c_nio_llhttp.c
[69/839] Compiling CNIOBoringSSLShims shims.c
[71/902] Emitting module SystemPackage
[71/905] Compiling tls_record.cc
[73/908] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[74/908] Compiling InternalCollectionsUtilities Specialize.swift
[75/910] Compiling SystemPackage Util+StringArray.swift
[76/910] Compiling SystemPackage Util.swift
[77/910] Compiling SystemPackage UtilConsumers.swift
[78/910] Compiling InternalCollectionsUtilities Debugging.swift
[79/910] Compiling InternalCollectionsUtilities Descriptions.swift
[80/910] Compiling RealModule Real.swift
[81/911] Emitting module ServiceContextModule
[82/911] Compiling ServiceContextModule ServiceContext.swift
[83/911] Compiling ServiceContextModule ServiceContextKey.swift
[84/912] Emitting module InternalCollectionsUtilities
[85/912] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[86/912] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[87/912] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[88/912] Compiling CoreMetrics Metrics.swift
[89/912] Emitting module _NIOBase64
[90/912] Compiling _NIOBase64 Base64.swift
[91/912] Compiling RealModule Float80+Real.swift
[92/913] Compiling SystemPackage MachPort.swift
[93/913] Compiling SystemPackage PlatformString.swift
[94/913] Compiling SystemPackage SystemString.swift
[95/913] Compiling InternalCollectionsUtilities UInt+reversed.swift
[96/913] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[97/913] Compiling _NIODataStructures _TinyArray.swift
[98/913] Compiling _NIODataStructures PriorityQueue.swift
[99/913] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[100/913] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[101/913] Compiling InternalCollectionsUtilities _SortedCollection.swift
[102/913] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[103/913] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[104/913] Compiling InternalCollectionsUtilities Integer rank.swift
[105/913] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[106/913] Compiling RealModule Float16+Real.swift
[108/913] Compiling RealModule RealFunctions.swift
[111/913] Compiling RealModule ElementaryFunctions.swift
[112/913] Compiling RealModule Float+Real.swift
[115/913] Emitting module RealModule
[130/914] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[131/914] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[133/921] Compiling Instrumentation Instrument.swift
[134/921] Compiling Instrumentation MultiplexInstrument.swift
[135/921] Compiling Instrumentation NoOpInstrument.swift
[136/921] Emitting module Instrumentation
[137/921] Compiling Instrumentation InstrumentationSystem.swift
[138/921] Compiling Instrumentation Locks.swift
[139/922] Emitting module _NIODataStructures
[140/922] Compiling _NIODataStructures Heap.swift
[141/923] Compiling Logging MetadataProvider.swift
[142/923] Emitting module Logging
[143/923] Emitting module CoreMetrics
[144/923] Compiling SystemPackage Mocking.swift
[145/923] Compiling SystemPackage RawBuffer.swift
[146/923] Compiling SystemPackage Syscalls.swift
[147/923] Compiling SystemPackage WindowsSyscallAdapters.swift
[148/923] Compiling CoreMetrics Locks.swift
[155/924] Compiling SystemPackage Constants.swift
[156/924] Compiling SystemPackage Exports.swift
[157/924] Compiling Logging Locks.swift
[158/924] Compiling Logging LogHandler.swift
[159/924] Compiling Logging Logging.swift
[165/1066] Compiling Tracing InstrumentationSystem+Tracing.swift
[165/1066] Compiling tls_method.cc
[167/1066] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[168/1066] Compiling HeapModule Heap+Descriptions.swift
[169/1070] Compiling Tracing TracerProtocol.swift
[170/1070] Compiling Tracing TracingTime.swift
[171/1072] Emitting module Tracing
[172/1072] Compiling HeapModule Heap.swift
[173/1072] Compiling HeapModule _HeapNode.swift
[174/1072] Compiling Tracing NoOpTracer.swift
[175/1072] Compiling Tracing TracerProtocol+Legacy.swift
[176/1072] Compiling Tracing Tracer.swift
[177/1072] Compiling HeapModule Heap+Invariants.swift
[178/1072] Compiling HeapModule Heap+UnsafeHandle.swift
[179/1072] Emitting module HeapModule
[180/1073] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[181/1073] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[182/1073] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[183/1073] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[184/1073] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[185/1073] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[186/1073] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[187/1080] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[188/1080] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[189/1080] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[190/1080] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[191/1080] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[192/1080] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[193/1080] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[195/1080] Compiling Tracing SpanProtocol.swift
[197/1081] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[198/1081] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[199/1081] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[200/1081] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[201/1081] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[202/1081] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[203/1081] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[204/1081] Compiling OrderedCollections OrderedDictionary+Values.swift
[204/1082] Compiling tls13_server.cc
[206/1120] Compiling HashTreeCollections _HashStack.swift
[207/1120] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[208/1120] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[209/1120] Compiling HashTreeCollections TreeDictionary+Filter.swift
[210/1120] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[211/1120] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[212/1120] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[213/1120] Compiling OrderedCollections OrderedSet+Hashable.swift
[214/1120] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[215/1120] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[216/1120] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[217/1120] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[218/1120] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[219/1120] Compiling HashTreeCollections _HashNode+Structural merge.swift
[220/1120] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[221/1120] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[222/1157] Compiling HashTreeCollections _HashNode+Structural union.swift
[223/1157] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[224/1157] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[225/1157] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[226/1157] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[227/1157] Compiling HashTreeCollections _HashNode.swift
[228/1157] Compiling HashTreeCollections _HashNodeHeader.swift
[229/1157] Compiling HashTreeCollections _HashSlot.swift
[229/1172] Compiling tls13_enc.cc
[231/1172] Compiling DequeModule _DequeBuffer.swift
[232/1172] Compiling DequeModule _DequeBufferHeader.swift
[233/1174] Compiling DequeModule Deque+Equatable.swift
[234/1174] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[235/1174] Compiling DequeModule Deque+Testing.swift
[236/1174] Compiling DequeModule Deque._Storage.swift
[237/1174] Compiling DequeModule Deque+Extras.swift
[238/1174] Compiling DequeModule Deque+Hashable.swift
[239/1174] Compiling DequeModule Deque+CustomReflectable.swift
[240/1174] Compiling DequeModule Deque+Descriptions.swift
[241/1174] Compiling DequeModule Deque+Codable.swift
[242/1174] Compiling DequeModule Deque+Collection.swift
[249/1174] Compiling HashTreeCollections _UnmanagedHashNode.swift
[250/1174] Compiling HashTreeCollections _UnsafePath.swift
[251/1174] Compiling HashTreeCollections TreeDictionary+Codable.swift
[252/1174] Compiling HashTreeCollections TreeDictionary+Collection.swift
[253/1174] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[254/1174] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[255/1174] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[256/1174] Compiling HashTreeCollections TreeSet+Hashable.swift
[257/1174] Compiling HashTreeCollections TreeSet+Sendable.swift
[258/1174] Compiling HashTreeCollections TreeSet+Sequence.swift
[259/1183] Compiling DequeModule _DequeSlot.swift
[260/1183] Compiling DequeModule _UnsafeWrappedBuffer.swift
[270/1183] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[271/1183] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[272/1183] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[273/1183] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[274/1183] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[275/1183] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[276/1183] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[277/1183] Compiling HashTreeCollections TreeDictionary.swift
[278/1183] Compiling HashTreeCollections TreeSet+Codable.swift
[284/1183] Compiling HashTreeCollections TreeDictionary+Keys.swift
[285/1183] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[286/1183] Compiling HashTreeCollections TreeDictionary+Merge.swift
[287/1183] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[288/1183] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[289/1183] Compiling HashTreeCollections TreeDictionary+Values.swift
[290/1193] Compiling DequeModule Deque._UnsafeHandle.swift
[291/1193] Compiling DequeModule Deque.swift
[309/1193] Compiling RoutingKit PathComponent.swift
[312/1193] Compiling RoutingKit Router.swift
[313/1193] Compiling RoutingKit TrieRouter.swift
[314/1193] Emitting module DequeModule
[315/1194] Emitting module OrderedCollections
[318/1195] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[319/1195] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[320/1195] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[321/1195] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[322/1195] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[323/1195] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[324/1195] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[325/1195] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[326/1195] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[327/1195] Compiling HashTreeCollections TreeSet.swift
[330/1195] Compiling _RopeModule Rope+Join.swift
[331/1195] Compiling _RopeModule Rope+MutatingForEach.swift
[332/1195] Compiling _RopeModule Rope+Remove.swift
[333/1195] Compiling _RopeModule Rope+RemoveSubrange.swift
[334/1195] Compiling _RopeModule Rope+Split.swift
[335/1195] Compiling _RopeModule Optional Utilities.swift
[336/1195] Compiling _RopeModule String Utilities.swift
[337/1195] Compiling _RopeModule String.Index+ABI.swift
[348/1195] Compiling HashTreeCollections _HashTreeIterator.swift
[349/1195] Compiling HashTreeCollections _HashTreeStatistics.swift
[350/1195] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[351/1195] Compiling HashTreeCollections _RawHashNode.swift
[358/1195] Compiling tls13_client.cc
[360/1195] Emitting module Metrics
[361/1195] Compiling Metrics Metrics.swift
[362/1196] Emitting module RoutingKit
[363/1196] Compiling RoutingKit AnyRouter.swift
[364/1196] Compiling RoutingKit Parameters.swift
[365/1197] Emitting module _RopeModule
[367/1197] Compiling tls13_both.cc
[368/1197] Compiling ssl_transcript.cc
[411/1197] Compiling ssl_session.cc
[441/1198] Compiling ssl_x509.cc
[442/1198] Compiling t1_enc.cc
[443/1198] Compiling ssl_versions.cc
[445/1198] Compiling ssl_stat.cc
[447/1198] Emitting module HashTreeCollections
[447/1199] Compiling ssl_privkey.cc
[449/1199] Compiling ssl_lib.cc
[450/1199] Compiling ssl_file.cc
[451/1199] Compiling ssl_key_share.cc
[452/1199] Compiling ssl_cert.cc
[453/1199] Compiling ssl_credential.cc
[454/1199] Compiling ssl_cipher.cc
[455/1199] Compiling ssl_buffer.cc
[456/1199] Compiling ssl_asn1.cc
[457/1199] Compiling s3_both.cc
[458/1199] Compiling ssl_aead_ctx.cc
[459/1199] Compiling handshake_client.cc
[460/1199] Compiling s3_pkt.cc
[461/1199] Compiling s3_lib.cc
[462/1199] Compiling handshake.cc
[463/1199] Compiling handshake_server.cc
[464/1199] Compiling handoff.cc
[465/1199] Compiling dtls_method.cc
[466/1199] Compiling extensions.cc
[467/1199] Compiling d1_srtp.cc
[468/1199] Compiling md5-x86_64-linux.S
[469/1199] Compiling dtls_record.cc
[470/1199] Compiling md5-x86_64-apple.S
[471/1199] Compiling md5-586-linux.S
[472/1199] Compiling md5-586-apple.S
[473/1199] Compiling d1_pkt.cc
[474/1199] Compiling chacha20_poly1305_x86_64-linux.S
[475/1199] Compiling chacha20_poly1305_x86_64-apple.S
[476/1199] Compiling chacha20_poly1305_armv8-win.S
[477/1199] Compiling encrypted_client_hello.cc
[478/1199] Compiling chacha20_poly1305_armv8-linux.S
[479/1199] Compiling chacha20_poly1305_armv8-apple.S
[480/1199] Compiling chacha-x86_64-apple.S
[481/1199] Compiling chacha-x86_64-linux.S
[482/1199] Compiling chacha-x86-linux.S
[483/1199] Compiling chacha-x86-apple.S
[484/1199] Compiling chacha-armv8-win.S
[485/1199] Compiling chacha-armv8-linux.S
[486/1199] Compiling chacha-armv8-apple.S
[487/1199] Compiling chacha-armv4-linux.S
[488/1199] Compiling aes128gcmsiv-x86_64-linux.S
[489/1199] Compiling err_data.cc
[490/1199] Compiling aes128gcmsiv-x86_64-apple.S
[491/1199] Compiling x86_64-mont5-linux.S
[492/1199] Compiling x86_64-mont5-apple.S
[493/1199] Compiling x86_64-mont-linux.S
[494/1199] Compiling x86_64-mont-apple.S
[495/1199] Compiling x86-mont-linux.S
[496/1199] Compiling x86-mont-apple.S
[497/1199] Compiling vpaes-x86_64-apple.S
[498/1199] Compiling vpaes-x86_64-linux.S
[499/1199] Compiling bio_ssl.cc
[500/1199] Compiling vpaes-armv8-win.S
[501/1199] Compiling vpaes-x86-apple.S
[502/1199] Compiling vpaes-x86-linux.S
[503/1199] Compiling vpaes-armv8-linux.S
[504/1199] Compiling vpaes-armv7-linux.S
[505/1199] Compiling vpaes-armv8-apple.S
[506/1199] Compiling sha512-x86_64-linux.S
[507/1199] Compiling sha512-x86_64-apple.S
[508/1199] Compiling sha512-armv8-win.S
[509/1199] Compiling sha512-armv8-linux.S
[510/1199] Compiling sha512-armv8-apple.S
[511/1199] Compiling sha512-armv4-linux.S
[512/1199] Compiling sha512-586-linux.S
[513/1199] Compiling sha512-586-apple.S
[514/1199] Compiling sha256-x86_64-apple.S
[515/1199] Compiling sha256-armv8-win.S
[516/1199] Compiling sha256-x86_64-linux.S
[517/1199] Compiling d1_lib.cc
[518/1199] Compiling sha256-armv8-linux.S
[519/1199] Compiling sha256-armv8-apple.S
[520/1199] Compiling sha256-armv4-linux.S
[521/1199] Compiling sha256-586-linux.S
[522/1199] Compiling sha256-586-apple.S
[523/1199] Compiling sha1-x86_64-apple.S
[524/1199] Compiling sha1-armv8-apple.S
[525/1199] Compiling sha1-armv8-linux.S
[526/1199] Compiling sha1-armv8-win.S
[527/1199] Compiling sha1-586-apple.S
[527/1199] Compiling sha1-armv4-large-linux.S
[529/1199] Compiling sha1-x86_64-linux.S
[530/1199] Compiling sha1-586-linux.S
[531/1199] Compiling rsaz-avx2-apple.S
[532/1199] Compiling rsaz-avx2-linux.S
[533/1199] Compiling rdrand-x86_64-apple.S
[534/1199] Compiling p256_beeu-armv8-asm-win.S
[535/1199] Compiling p256_beeu-x86_64-asm-apple.S
[536/1199] Compiling p256_beeu-x86_64-asm-linux.S
[537/1199] Compiling rdrand-x86_64-linux.S
[538/1199] Compiling p256_beeu-armv8-asm-linux.S
[539/1199] Compiling p256_beeu-armv8-asm-apple.S
[540/1199] Compiling p256-armv8-asm-linux.S
[541/1199] Compiling p256-armv8-asm-apple.S
[542/1199] Compiling p256-armv8-asm-win.S
[543/1199] Compiling d1_both.cc
[544/1199] Compiling p256-x86_64-asm-apple.S
[545/1199] Compiling ghashv8-armv8-win.S
[546/1199] Compiling p256-x86_64-asm-linux.S
[547/1199] Compiling ghashv8-armv8-apple.S
[548/1199] Compiling ghashv8-armv8-linux.S
[549/1199] Compiling ghash-x86_64-apple.S
[550/1199] Compiling ghash-x86-apple.S
[551/1199] Compiling ghash-x86_64-linux.S
[552/1199] Compiling ghash-ssse3-x86_64-apple.S
[553/1199] Compiling ghash-ssse3-x86_64-linux.S
[554/1199] Compiling ghash-x86-linux.S
[555/1199] Compiling ghashv8-armv7-linux.S
[556/1199] Compiling ghash-ssse3-x86-linux.S
[557/1199] Compiling ghash-ssse3-x86-apple.S
[558/1199] Compiling ghash-neon-armv8-linux.S
[559/1199] Compiling ghash-armv4-linux.S
[560/1199] Compiling ghash-neon-armv8-win.S
[561/1199] Compiling ghash-neon-armv8-apple.S
[561/1199] Compiling co-586-apple.S
[563/1199] Compiling co-586-linux.S
[564/1199] Compiling bsaes-armv7-linux.S
[565/1199] Compiling bn-armv8-win.S
[566/1199] Compiling bn-586-linux.S
[567/1199] Compiling bn-armv8-apple.S
[568/1199] Compiling bn-armv8-linux.S
[569/1199] Compiling bn-586-apple.S
[570/1199] Compiling armv8-mont-linux.S
[571/1199] Compiling armv8-mont-apple.S
[572/1199] Compiling armv8-mont-win.S
[573/1199] Compiling armv4-mont-linux.S
[574/1199] Compiling aesv8-gcm-armv8-win.S
[575/1199] Compiling aesv8-gcm-armv8-apple.S
[576/1199] Compiling aesv8-armv8-win.S
[577/1199] Compiling aesv8-gcm-armv8-linux.S
[578/1199] Compiling aesv8-armv8-apple.S
[579/1199] Compiling aesv8-armv8-linux.S
[580/1199] Compiling aesni-x86-linux.S
[581/1199] Compiling aesv8-armv7-linux.S
[582/1199] Compiling aesni-x86_64-apple.S
[583/1199] Compiling aesni-x86_64-linux.S
[584/1199] Compiling aesni-x86-apple.S
[585/1199] Compiling aes-gcm-avx10-x86_64-apple.S
[586/1199] Compiling aes-gcm-avx2-x86_64-apple.S
[587/1199] Compiling aes-gcm-avx10-x86_64-linux.S
[588/1199] Compiling aesni-gcm-x86_64-apple.S
[589/1199] Compiling aes-gcm-avx2-x86_64-linux.S
[590/1199] Compiling aesni-gcm-x86_64-linux.S
[591/1199] Compiling x_sig.cc
[592/1199] Compiling x_req.cc
[593/1199] Compiling x_x509a.cc
[594/1199] Compiling x_spki.cc
[595/1199] Compiling x_val.cc
[596/1199] Compiling x_pubkey.cc
[597/1199] Compiling x_x509.cc
[598/1199] Compiling x_name.cc
[599/1199] Compiling x_exten.cc
[600/1199] Compiling x_crl.cc
[601/1199] Compiling x_algor.cc
[602/1199] Compiling x_attrib.cc
[603/1199] Compiling x509spki.cc
[604/1199] Compiling x_all.cc
[605/1199] Compiling x509rset.cc
[606/1199] Compiling x509name.cc
[607/1199] Compiling x509_txt.cc
[608/1199] Compiling x509_vpm.cc
[609/1199] Compiling x509cset.cc
[610/1199] Compiling x509_vfy.cc
[611/1199] Compiling x509_v3.cc
[612/1199] Compiling x509_trs.cc
[613/1199] Compiling x509_set.cc
[614/1199] Compiling x509_req.cc
[615/1199] Compiling x509_def.cc
[616/1199] Compiling x509_obj.cc
[617/1199] Compiling x509_d2.cc
[618/1199] Compiling x509.cc
[619/1199] Compiling x509_cmp.cc
[620/1199] Compiling x509_ext.cc
[621/1199] Compiling x509_lu.cc
[622/1199] Compiling x509_att.cc
[623/1199] Compiling v3_prn.cc
[624/1199] Compiling v3_ocsp.cc
[625/1199] Compiling v3_skey.cc
[626/1199] Compiling v3_pmaps.cc
[627/1199] Compiling v3_purp.cc
[628/1199] Compiling v3_pcons.cc
[629/1199] Compiling v3_utl.cc
[630/1199] Compiling v3_ncons.cc
[631/1199] Compiling v3_int.cc
[632/1199] Compiling v3_ia5.cc
[633/1199] Compiling v3_lib.cc
[634/1199] Compiling v3_extku.cc
[635/1199] Compiling v3_info.cc
[636/1199] Compiling v3_genn.cc
[637/1199] Compiling v3_enum.cc
[638/1199] Compiling v3_crld.cc
[639/1199] Compiling v3_conf.cc
[640/1199] Compiling v3_cpols.cc
[641/1199] Compiling v3_bitst.cc
[642/1199] Compiling v3_bcons.cc
[643/1199] Compiling v3_akey.cc
[644/1199] Compiling v3_alt.cc
[645/1199] Compiling v3_akeya.cc
[646/1199] Compiling t_x509a.cc
[647/1199] Compiling i2d_pr.cc
[648/1199] Compiling t_x509.cc
[649/1199] Compiling t_crl.cc
[650/1199] Compiling name_print.cc
[651/1199] Compiling t_req.cc
[652/1199] Compiling rsa_pss.cc
[653/1199] Compiling policy.cc
[654/1199] Compiling by_file.cc
[655/1199] Compiling by_dir.cc
[656/1199] Compiling asn1_gen.cc
[657/1199] Compiling voprf.cc
[658/1199] Compiling trust_token.cc
[659/1199] Compiling a_digest.cc
[660/1199] Compiling algorithm.cc
[661/1199] Compiling a_verify.cc
[662/1199] Compiling a_sign.cc
[663/1199] Compiling thread.cc
[664/1199] Compiling thread_win.cc
[665/1199] Compiling thread_pthread.cc
[666/1199] Compiling thread_none.cc
[667/1199] Compiling pmbtoken.cc
[668/1199] Compiling stack.cc
[669/1199] Compiling slhdsa.cc
[670/1199] Compiling sha512.cc
[671/1199] Compiling siphash.cc
[672/1199] Compiling sha256.cc
[673/1199] Compiling sha1.cc
[674/1199] Compiling rsa_extra.cc
[675/1199] Compiling spake2plus.cc
[676/1199] Compiling rsa_print.cc
[677/1199] Compiling rc4.cc
[678/1199] Compiling urandom.cc
[679/1199] Compiling refcount.cc
[680/1199] Compiling windows.cc
[681/1199] Compiling rand.cc
[682/1199] Compiling rsa_crypt.cc
[683/1199] Compiling trusty.cc
[684/1199] Compiling getentropy.cc
[685/1199] Compiling passive.cc
[686/1199] Compiling poly1305_arm_asm.S
[687/1199] Compiling forkunsafe.cc
[688/1199] Compiling ios.cc
[689/1199] Compiling rsa_asn1.cc
[690/1199] Compiling deterministic.cc
[691/1199] Compiling fork_detect.cc
[692/1199] Compiling poly1305_arm.cc
[693/1199] Compiling poly1305_vec.cc
[694/1199] Compiling poly1305.cc
[695/1199] Compiling pool.cc
[696/1199] Compiling pkcs7.cc
[697/1199] Compiling p5_pbev2.cc
[698/1199] Compiling pkcs8.cc
[699/1199] Compiling pkcs7_x509.cc
[700/1199] Compiling pkcs8_x509.cc
[701/1199] Compiling pem_xaux.cc
[702/1199] Compiling pem_pkey.cc
[703/1199] Compiling pem_x509.cc
[704/1199] Compiling mlkem.cc
[705/1199] Compiling obj_xref.cc
[706/1199] Compiling pem_oth.cc
[707/1199] Compiling pem_pk8.cc
[708/1199] Compiling pem_all.cc
[709/1199] Compiling mldsa.cc
[710/1199] Compiling pem_lib.cc
[711/1199] Compiling obj.cc
[712/1199] Compiling md5.cc
[713/1199] Compiling pem_info.cc
[714/1199] Compiling mem.cc
[715/1199] Compiling fips_shared_support.cc
[716/1199] Compiling md4.cc
[717/1199] Compiling poly_rq_mul.S
[718/1199] Compiling lhash.cc
[719/1199] Compiling kyber.cc
[720/1199] Compiling ex_data.cc
[721/1199] Compiling hrss.cc
[722/1199] Compiling sign.cc
[723/1199] Compiling print.cc
[724/1199] Compiling scrypt.cc
[725/1199] Compiling hpke.cc
[726/1199] Compiling pbkdf.cc
[727/1199] Compiling p_x25519.cc
[728/1199] Compiling p_rsa.cc
[729/1199] Compiling p_x25519_asn1.cc
[730/1199] Compiling p_rsa_asn1.cc
[731/1199] Compiling p_ed25519.cc
[732/1199] Compiling p_hkdf.cc
[733/1199] Compiling p_ed25519_asn1.cc
[734/1199] Compiling p_dh_asn1.cc
[735/1199] Compiling p_ec.cc
[736/1199] Compiling p_ec_asn1.cc
[737/1199] Compiling evp_ctx.cc
[738/1199] Compiling p_dh.cc
[739/1199] Compiling err.cc
[740/1199] Compiling p_dsa_asn1.cc
[741/1199] Compiling engine.cc
[742/1199] Compiling evp.cc
[743/1199] Compiling ecdh.cc
[744/1199] Compiling evp_asn1.cc
[745/1199] Compiling ecdsa_asn1.cc
[746/1199] Compiling ec_derive.cc
[747/1199] Compiling dsa.cc
[748/1199] Compiling hash_to_curve.cc
[749/1199] Compiling dsa_asn1.cc
[750/1199] Compiling ec_asn1.cc
[751/1199] Compiling params.cc
[752/1199] Compiling des.cc
[753/1199] Compiling dh_asn1.cc
[754/1199] Compiling x25519-asm-arm.S
[755/1199] Compiling digest_extra.cc
[756/1199] Compiling spake25519.cc
[757/1199] Compiling curve25519.cc
[758/1199] Compiling cpu_arm_linux.cc
[759/1199] Compiling crypto.cc
[760/1199] Compiling cpu_arm_freebsd.cc
[761/1199] Compiling cpu_intel.cc
[762/1199] Compiling cpu_aarch64_linux.cc
[763/1199] Compiling cpu_aarch64_sysreg.cc
[764/1199] Compiling cpu_aarch64_win.cc
[765/1199] Compiling cpu_aarch64_openbsd.cc
[766/1199] Compiling curve25519_64_adx.cc
[767/1199] Compiling cpu_aarch64_apple.cc
[768/1199] Compiling bcm.cc
[769/1199] Compiling cpu_aarch64_fuchsia.cc
[770/1199] Compiling get_cipher.cc
[771/1199] Compiling tls_cbc.cc
[772/1199] Compiling conf.cc
[773/1199] Compiling e_rc2.cc
[774/1199] Compiling e_tls.cc
[775/1199] Compiling e_rc4.cc
[776/1199] Compiling e_des.cc
[777/1199] Compiling e_null.cc
[778/1199] Compiling e_chacha20poly1305.cc
[779/1199] Compiling chacha.cc
[780/1199] Compiling derive_key.cc
[781/1199] Compiling e_aesgcmsiv.cc
[782/1199] Compiling e_aesctrhmac.cc
[783/1199] Compiling ber.cc
[784/1199] Compiling unicode.cc
[785/1199] Compiling buf.cc
[786/1199] Compiling asn1_compat.cc
[787/1199] Compiling cbb.cc
[788/1199] Compiling cbs.cc
[789/1199] Compiling bn_asn1.cc
[790/1199] Compiling blake2.cc
[791/1199] Compiling convert.cc
[792/1199] Compiling socket.cc
[793/1199] Compiling printf.cc
[794/1199] Compiling socket_helper.cc
[795/1199] Compiling hexdump.cc
[796/1199] Compiling pair.cc
[797/1199] Compiling errno.cc
[798/1199] Compiling file.cc
[799/1199] Compiling connect.cc
[800/1199] Compiling fd.cc
[801/1199] Compiling bio.cc
[802/1199] Compiling bio_mem.cc
[803/1199] Compiling base64.cc
[804/1199] Compiling tasn_typ.cc
[805/1199] Compiling tasn_fre.cc
[806/1199] Compiling tasn_enc.cc
[807/1199] Compiling tasn_utl.cc
[808/1199] Compiling tasn_new.cc
[809/1199] Compiling f_string.cc
[810/1199] Compiling posix_time.cc
[811/1199] Compiling tasn_dec.cc
[812/1199] Compiling f_int.cc
[813/1199] Compiling asn_pack.cc
[814/1199] Compiling asn1_par.cc
[815/1199] Compiling a_utctm.cc
[816/1199] Compiling a_type.cc
[817/1199] Compiling a_time.cc
[818/1199] Compiling asn1_lib.cc
[819/1199] Compiling a_octet.cc
[820/1199] Compiling a_strnid.cc
[821/1199] Compiling a_gentm.cc
[822/1199] Compiling a_mbstr.cc
[823/1199] Compiling a_strex.cc
[824/1199] Compiling a_int.cc
[825/1199] Compiling a_i2d_fp.cc
[826/1199] Compiling a_dup.cc
[827/1199] Compiling a_object.cc
[828/1199] Compiling fiat_p256_adx_sqr.S
[829/1199] Compiling fiat_p256_adx_mul.S
[830/1199] Compiling fiat_curve25519_adx_square.S
[831/1199] Compiling fiat_curve25519_adx_mul.S
[832/1199] Compiling md5-x86_64-linux.S
[833/1199] Compiling md5-x86_64-apple.S
[834/1199] Compiling CCryptoBoringSSLShims shims.c
[835/1199] Compiling md5-586-linux.S
[836/1199] Compiling a_d2i_fp.cc
[837/1199] Compiling a_bitstr.cc
[838/1199] Compiling md5-586-apple.S
[839/1199] Compiling chacha20_poly1305_x86_64-apple.S
[840/1199] Compiling chacha20_poly1305_armv8-win.S
[841/1199] Compiling chacha20_poly1305_armv8-linux.S
[842/1199] Compiling chacha20_poly1305_x86_64-linux.S
[843/1199] Compiling chacha20_poly1305_armv8-apple.S
[844/1199] Compiling chacha-x86_64-apple.S
[845/1199] Compiling chacha-x86-linux.S
[846/1199] Compiling chacha-x86_64-linux.S
[847/1199] Compiling chacha-x86-apple.S
[848/1199] Compiling a_bool.cc
[849/1199] Compiling chacha-armv8-linux.S
[850/1199] Compiling chacha-armv8-win.S
[851/1199] Compiling chacha-armv4-linux.S
[852/1199] Compiling err_data.cc
[853/1199] Compiling chacha-armv8-apple.S
[854/1199] Compiling x86_64-mont5-linux.S
[855/1199] Compiling x86_64-mont-linux.S
[856/1199] Compiling aes128gcmsiv-x86_64-apple.S
[857/1199] Compiling x86_64-mont5-apple.S
[858/1199] Compiling aes128gcmsiv-x86_64-linux.S
[859/1199] Compiling x86-mont-linux.S
[860/1199] Compiling x86_64-mont-apple.S
[861/1199] Compiling vpaes-x86_64-apple.S
[862/1199] Compiling x86-mont-apple.S
[863/1199] Compiling vpaes-x86_64-linux.S
[864/1199] Compiling vpaes-x86-linux.S
[865/1199] Compiling vpaes-armv8-win.S
[866/1199] Compiling vpaes-x86-apple.S
[867/1199] Compiling vpaes-armv8-apple.S
[868/1199] Compiling vpaes-armv8-linux.S
[869/1199] Compiling vpaes-armv7-linux.S
[870/1199] Compiling sha512-x86_64-linux.S
[871/1199] Compiling sha512-x86_64-apple.S
[872/1199] Compiling sha512-armv4-linux.S
[873/1199] Compiling sha512-armv8-win.S
[874/1199] Compiling sha512-armv8-linux.S
[875/1199] Compiling sha512-586-apple.S
[876/1199] Compiling sha512-armv8-apple.S
[877/1199] Compiling sha512-586-linux.S
[878/1199] Compiling sha256-armv8-win.S
[879/1199] Compiling sha256-x86_64-apple.S
[880/1199] Compiling sha256-armv8-linux.S
[881/1199] Compiling sha256-armv4-linux.S
[882/1199] Compiling sha256-x86_64-linux.S
[883/1199] Compiling sha256-armv8-apple.S
[884/1199] Compiling sha256-586-linux.S
[885/1199] Compiling sha256-586-apple.S
[886/1199] Compiling sha1-x86_64-apple.S
[887/1199] Compiling sha1-armv8-linux.S
[888/1199] Compiling sha1-armv8-win.S
[889/1199] Compiling sha1-armv8-apple.S
[890/1199] Compiling sha1-x86_64-linux.S
[891/1199] Compiling sha1-armv4-large-linux.S
[892/1199] Compiling sha1-586-linux.S
[893/1199] Compiling sha1-586-apple.S
[894/1199] Compiling rsaz-avx2-apple.S
[895/1199] Compiling rdrand-x86_64-linux.S
[896/1199] Compiling p256_beeu-x86_64-asm-linux.S
[897/1199] Compiling rdrand-x86_64-apple.S
[898/1199] Compiling rsaz-avx2-linux.S
[899/1199] Compiling p256_beeu-armv8-asm-win.S
[900/1199] Compiling p256_beeu-x86_64-asm-apple.S
[901/1199] Compiling p256_beeu-armv8-asm-linux.S
[902/1199] Compiling p256_beeu-armv8-asm-apple.S
[903/1199] Compiling p256-armv8-asm-win.S
[904/1199] Compiling p256-x86_64-asm-linux.S
[905/1199] Compiling p256-armv8-asm-linux.S
[906/1199] Compiling p256-armv8-asm-apple.S
[907/1199] Compiling p256-x86_64-asm-apple.S
[908/1199] Compiling ghashv8-armv8-linux.S
[909/1199] Compiling ghashv8-armv8-win.S
[910/1199] Compiling ghashv8-armv8-apple.S
[911/1199] Compiling ghashv8-armv7-linux.S
[912/1199] Compiling ghash-x86_64-apple.S
[913/1199] Compiling ghash-x86_64-linux.S
[914/1199] Compiling ghash-x86-linux.S
[915/1199] Compiling ghash-x86-apple.S
[916/1199] Compiling ghash-ssse3-x86_64-linux.S
[917/1199] Compiling ghash-ssse3-x86_64-apple.S
[918/1199] Compiling ghash-ssse3-x86-linux.S
[919/1199] Compiling ghash-ssse3-x86-apple.S
[920/1199] Compiling ghash-neon-armv8-win.S
[921/1199] Compiling ghash-neon-armv8-linux.S
[922/1199] Compiling ghash-neon-armv8-apple.S
[923/1199] Compiling ghash-armv4-linux.S
[924/1199] Compiling co-586-linux.S
[925/1199] Compiling co-586-apple.S
[926/1199] Compiling bn-armv8-apple.S
[927/1199] Compiling bn-armv8-win.S
[928/1199] Compiling bsaes-armv7-linux.S
[929/1199] Compiling bn-armv8-linux.S
[930/1199] Compiling bn-586-linux.S
[931/1199] Compiling bn-586-apple.S
[932/1199] Compiling armv8-mont-win.S
[933/1199] Compiling armv8-mont-apple.S
[934/1199] Compiling armv8-mont-linux.S
[935/1199] Compiling armv4-mont-linux.S
[936/1199] Compiling aesv8-gcm-armv8-linux.S
[937/1199] Compiling aesv8-gcm-armv8-win.S
[938/1199] Compiling aesv8-gcm-armv8-apple.S
[939/1199] Compiling aesv8-armv8-win.S
[940/1199] Compiling aesv8-armv8-apple.S
[941/1199] Compiling aesv8-armv8-linux.S
[942/1199] Compiling aesv8-armv7-linux.S
[943/1199] Compiling aesni-x86_64-apple.S
[944/1199] Compiling aesni-x86-linux.S
[945/1199] Compiling aesni-x86_64-linux.S
[946/1199] Compiling aesni-gcm-x86_64-apple.S
[947/1199] Compiling aesni-x86-apple.S
[948/1199] Compiling aesni-gcm-x86_64-linux.S
[949/1199] Compiling aes-gcm-avx10-x86_64-apple.S
[950/1199] Compiling aes-gcm-avx10-x86_64-linux.S
[951/1199] Compiling x_x509.cc
[952/1199] Compiling c-nioatomics.c
[953/1199] Compiling x_sig.cc
[954/1199] Compiling x_x509a.cc
[955/1199] Compiling x_val.cc
[956/1199] Compiling x_spki.cc
[957/1199] Compiling x_req.cc
[958/1199] Compiling x_pubkey.cc
[959/1199] Compiling x_all.cc
[960/1199] Compiling x_algor.cc
[961/1199] Compiling x_attrib.cc
[962/1199] Compiling x_name.cc
[963/1199] Compiling x_exten.cc
[964/1199] Compiling x_crl.cc
[965/1199] Compiling c-atomics.c
[966/1199] Compiling x509spki.cc
[967/1199] Compiling x509name.cc
[968/1199] Compiling x509cset.cc
[969/1199] Compiling x509rset.cc
[970/1199] Compiling x509_v3.cc
[971/1205] Compiling x509_vfy.cc
[972/1205] Compiling x509_vpm.cc
[973/1205] Compiling x509_txt.cc
[974/1205] Compiling x509_set.cc
[976/1205] Compiling NIOConcurrencyHelpers lock.swift
[977/1205] Emitting module NIOConcurrencyHelpers
[977/1205] Compiling x509_trs.cc
[979/1205] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[980/1205] Compiling NIOConcurrencyHelpers atomics.swift
[981/1205] Compiling NIOConcurrencyHelpers NIOLock.swift
[982/1205] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[982/1205] Compiling x509_ext.cc
[983/1206] Compiling x509_req.cc
[984/1206] Compiling x509_obj.cc
[985/1206] Compiling x509_lu.cc
[987/1206] Compiling x509_d2.cc
[988/1206] Compiling x509_def.cc
[989/1232] Compiling x509.cc
[990/1232] Compiling x509_cmp.cc
[991/1232] Compiling x509_att.cc
[993/1232] Compiling ConsoleKitTerminal Console+Confirm.swift
[994/1232] Compiling ConsoleKitTerminal Console+Input.swift
[995/1232] Compiling ConsoleKitTerminal Console+Center.swift
[996/1232] Compiling ConsoleKitTerminal Console+Output.swift
[997/1232] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[998/1232] Compiling ConsoleKitTerminal ConsoleClear.swift
[999/1232] Compiling ConsoleKitTerminal Console+Ask.swift
[1000/1232] Compiling ConsoleKitTerminal Console+Choose.swift
[1001/1235] Emitting module ConsoleKitTerminal
[1001/1235] Compiling v3_prn.cc
[1001/1235] Compiling v3_skey.cc
[1004/1235] Compiling ConsoleKitTerminal CustomActivity.swift
[1005/1235] Compiling ConsoleKitTerminal LoadingBar.swift
[1006/1235] Compiling ConsoleKitTerminal ProgressBar.swift
[1007/1235] Compiling ConsoleKitTerminal Console+Clear.swift
[1008/1235] Compiling ConsoleKitTerminal ActivityBar.swift
[1009/1235] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1010/1235] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1011/1235] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1012/1235] Compiling ConsoleKitTerminal Console.swift
[1013/1235] Compiling ConsoleKitTerminal Terminal.swift
[1014/1235] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1015/1235] Compiling ConsoleKitTerminal Console+Wait.swift
[1016/1235] Compiling ConsoleKitTerminal ConsoleColor.swift
[1017/1235] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1018/1235] Compiling ConsoleKitTerminal ConsoleText.swift
[1019/1235] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1020/1235] Compiling ConsoleKitTerminal ANSI.swift
[1020/1235] Compiling v3_utl.cc
[1021/1235] Compiling v3_purp.cc
[1022/1235] Compiling v3_pcons.cc
[1023/1235] Compiling v3_pmaps.cc
[1024/1235] Compiling v3_ocsp.cc
[1025/1235] Compiling v3_lib.cc
[1027/1235] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1028/1235] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1029/1235] Compiling ConsoleKitTerminal LoggerFragment.swift
[1029/1236] Compiling v3_int.cc
[1030/1236] Compiling v3_ncons.cc
[1031/1236] Compiling v3_info.cc
[1033/1236] Compiling v3_ia5.cc
[1034/1258] Compiling v3_genn.cc
[1035/1258] Compiling v3_extku.cc
[1036/1258] Compiling v3_crld.cc
[1037/1258] Compiling v3_enum.cc
[1039/1258] Emitting module ConsoleKitCommands
[1039/1260] Compiling v3_cpols.cc
[1041/1260] Compiling ConsoleKitCommands CommandSignature.swift
[1042/1260] Compiling ConsoleKitCommands Flag.swift
[1043/1260] Compiling ConsoleKitCommands Option.swift
[1044/1260] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1045/1260] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1046/1260] Compiling ConsoleKitCommands Argument.swift
[1047/1260] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1048/1260] Compiling ConsoleKitCommands Utilities.swift
[1048/1260] Compiling v3_conf.cc
[1049/1260] Compiling v3_bitst.cc
[1051/1260] Compiling ConsoleKitCommands Command.swift
[1052/1260] Compiling ConsoleKitCommands CommandContext.swift
[1053/1260] Compiling ConsoleKitCommands CommandError.swift
[1054/1260] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1055/1260] Compiling ConsoleKitCommands AsyncCommand.swift
[1056/1260] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1056/1260] Compiling v3_alt.cc
[1057/1260] Compiling v3_bcons.cc
[1058/1260] Compiling v3_akeya.cc
[1059/1260] Compiling v3_akey.cc
[1060/1260] Compiling t_x509a.cc
[1061/1260] Compiling t_x509.cc
[1062/1260] Compiling t_req.cc
[1063/1260] Compiling t_crl.cc
[1064/1260] Compiling rsa_pss.cc
[1066/1260] Compiling ConsoleKitCommands AsyncCommands.swift
[1067/1260] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1068/1260] Compiling ConsoleKitCommands AnyCommand.swift
[1069/1260] Compiling ConsoleKitCommands CommandGroup.swift
[1070/1260] Compiling ConsoleKitCommands CommandInput.swift
[1071/1260] Compiling ConsoleKitCommands Commands.swift
[1072/1260] Compiling ConsoleKitCommands Console+Run.swift
[1073/1260] Compiling ConsoleKitCommands ConsoleError.swift
[1074/1260] Compiling ConsoleKitCommands Completion.swift
[1074/1261] Compiling i2d_pr.cc
[1076/1261] Compiling name_print.cc
[1077/1261] Compiling policy.cc
[1078/1261] Compiling by_file.cc
[1079/1261] Compiling asn1_gen.cc
[1080/1261] Compiling algorithm.cc
[1081/1261] Compiling a_sign.cc
[1082/1261] Compiling by_dir.cc
[1083/1261] Compiling a_verify.cc
[1084/1261] Compiling voprf.cc
[1085/1263] Compiling a_digest.cc
[1086/1263] Compiling thread.cc
[1088/1263] Compiling ConsoleKit Exports.swift
[1089/1263] Emitting module ConsoleKit
[1089/1264] Compiling thread_win.cc
[1090/1264] Compiling trust_token.cc
[1091/1264] Compiling thread_pthread.cc
[1092/1264] Compiling thread_none.cc
[1094/1264] Compiling pmbtoken.cc
[1095/1264] Compiling wots.cc
[1096/1264] Compiling stack.cc
[1097/1264] Compiling thash.cc
[1098/1264] Compiling merkle.cc
[1099/1264] Compiling fors.cc
[1100/1264] Compiling sha512.cc
[1101/1264] Compiling sha256.cc
[1102/1264] Compiling siphash.cc
[1103/1264] Compiling slhdsa.cc
[1104/1264] Compiling sha1.cc
[1105/1264] Compiling rsa_extra.cc
[1106/1264] Compiling rsa_print.cc
[1107/1264] Compiling rsa_asn1.cc
[1108/1264] Compiling rc4.cc
[1109/1264] Compiling refcount.cc
[1110/1264] Compiling rsa_crypt.cc
[1111/1264] Compiling windows.cc
[1112/1264] Compiling urandom.cc
[1113/1264] Compiling trusty.cc
[1114/1264] Compiling rand_extra.cc
[1115/1264] Compiling getentropy.cc
[1116/1264] Compiling passive.cc
[1117/1264] Compiling poly1305_arm_asm.S
[1118/1264] Compiling fork_detect.cc
[1119/1264] Compiling ios.cc
[1120/1264] Compiling deterministic.cc
[1121/1264] Compiling forkunsafe.cc
[1122/1264] Compiling pool.cc
[1123/1264] Compiling poly1305.cc
[1124/1264] Compiling poly1305_arm.cc
[1125/1264] Compiling poly1305_vec.cc
[1126/1264] Compiling pkcs7.cc
[1127/1264] Compiling pkcs8_x509.cc
[1128/1264] Compiling p5_pbev2.cc
[1129/1264] Compiling pkcs8.cc
[1130/1264] Compiling pkcs7_x509.cc
[1131/1264] Compiling pem_xaux.cc
[1132/1264] Compiling pem_x509.cc
[1133/1264] Compiling pem_pk8.cc
[1134/1264] Compiling pem_pkey.cc
[1135/1264] Compiling obj_xref.cc
[1136/1264] Compiling pem_oth.cc
[1137/1264] Compiling pem_lib.cc
[1138/1264] Compiling pem_info.cc
[1139/1264] Compiling pem_all.cc
[1140/1264] Compiling mldsa.cc
[1141/1264] Compiling mlkem.cc
[1142/1264] Compiling mem.cc
[1143/1264] Compiling md4.cc
[1144/1264] Compiling md5.cc
[1145/1264] Compiling fips_shared_support.cc
[1146/1264] Compiling poly_rq_mul.S
[1147/1264] Compiling obj.cc
[1148/1264] Compiling lhash.cc
[1149/1264] Compiling ex_data.cc
[1150/1264] Compiling hrss.cc
[1151/1264] Compiling kyber.cc
[1152/1264] Compiling scrypt.cc
[1153/1264] Compiling sign.cc
[1154/1264] Compiling hpke.cc
[1155/1264] Compiling pbkdf.cc
[1156/1264] Compiling print.cc
[1157/1264] Compiling p_x25519_asn1.cc
[1158/1264] Compiling p_x25519.cc
[1159/1264] Compiling p_rsa.cc
[1160/1264] Compiling p_ec.cc
[1161/1264] Compiling p_ed25519_asn1.cc
[1162/1264] Compiling p_rsa_asn1.cc
[1163/1264] Compiling p_hkdf.cc
[1164/1264] Compiling p_ed25519.cc
[1165/1264] Compiling p_dsa_asn1.cc
[1166/1264] Compiling p_ec_asn1.cc
[1167/1264] Compiling p_dh.cc
[1168/1264] Compiling evp_ctx.cc
[1169/1264] Compiling evp_asn1.cc
[1170/1264] Compiling evp.cc
[1171/1264] Compiling p_dh_asn1.cc
[1172/1264] Compiling engine.cc
[1173/1264] Compiling ecdsa_asn1.cc
[1174/1264] Compiling ecdh_extra.cc
[1175/1264] Compiling err.cc
[1176/1264] Compiling hash_to_curve.cc
[1177/1264] Compiling ec_derive.cc
[1178/1264] Compiling ec_asn1.cc
[1179/1264] Compiling params.cc
[1180/1264] Compiling dsa_asn1.cc
[1181/1264] Compiling dsa.cc
[1182/1264] Compiling dh_asn1.cc
[1183/1264] Compiling x25519-asm-arm.S
[1184/1264] Compiling des.cc
[1185/1264] Compiling digest_extra.cc
[1186/1264] Compiling spake25519.cc
[1187/1264] Compiling crypto.cc
[1188/1264] Compiling cpu_arm_freebsd.cc
[1189/1264] Compiling cpu_arm_linux.cc
[1190/1264] Compiling cpu_intel.cc
[1191/1264] Compiling curve25519.cc
[1192/1264] Compiling cpu_aarch64_win.cc
[1193/1264] Compiling cpu_aarch64_sysreg.cc
[1194/1264] Compiling cpu_aarch64_fuchsia.cc
[1195/1264] Compiling cpu_aarch64_openbsd.cc
[1196/1264] Compiling curve25519_64_adx.cc
[1197/1264] Compiling cpu_aarch64_linux.cc
[1198/1264] Compiling cpu_aarch64_apple.cc
[1199/1264] Compiling e_rc4.cc
[1200/1264] Compiling conf.cc
[1201/1264] Compiling e_tls.cc
[1202/1264] Compiling tls_cbc.cc
[1203/1264] Compiling bcm.cc
[1204/1264] Compiling e_rc2.cc
[1205/1264] Compiling e_null.cc
[1206/1264] Compiling e_des.cc
[1207/1264] Compiling e_chacha20poly1305.cc
[1208/1264] Compiling derive_key.cc
[1209/1264] Compiling e_aesctrhmac.cc
[1210/1264] Compiling cipher_extra.cc
[1211/1264] Compiling e_aesgcmsiv.cc
[1212/1264] Compiling unicode.cc
[1213/1264] Compiling chacha.cc
[1214/1264] Compiling ber.cc
[1215/1264] Compiling cbb.cc
[1216/1264] Compiling buf.cc
[1217/1264] Compiling cbs.cc
[1218/1264] Compiling asn1_compat.cc
[1219/1264] Compiling blake2.cc
[1220/1264] Compiling bn_asn1.cc
[1221/1264] Compiling printf.cc
[1222/1264] Compiling convert.cc
[1223/1264] Compiling pair.cc
[1224/1264] Compiling errno.cc
[1225/1264] Compiling hexdump.cc
[1226/1264] Compiling file.cc
[1227/1264] Compiling fd.cc
[1228/1264] Compiling base64.cc
[1229/1264] Compiling bio_mem.cc
[1230/1264] Compiling tasn_new.cc
[1231/1264] Compiling bio.cc
[1232/1264] Compiling tasn_fre.cc
[1233/1264] Compiling tasn_typ.cc
[1234/1264] Compiling tasn_utl.cc
[1235/1264] Compiling tasn_dec.cc
[1236/1264] Compiling posix_time.cc
[1237/1264] Compiling tasn_enc.cc
[1238/1264] Compiling a_utctm.cc
[1239/1264] Compiling asn_pack.cc
[1240/1264] Compiling f_string.cc
[1241/1264] Compiling f_int.cc
[1242/1264] Compiling asn1_par.cc
[1243/1264] Compiling asn1_lib.cc
[1244/1264] Compiling a_type.cc
[1245/1264] Compiling a_strnid.cc
[1246/1264] Compiling a_octet.cc
[1247/1264] Compiling a_int.cc
[1248/1264] Compiling a_time.cc
[1249/1264] Compiling a_mbstr.cc
[1250/1264] Compiling a_i2d_fp.cc
[1251/1264] Compiling a_strex.cc
[1252/1264] Write sources
[1254/1264] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1255/1264] Compiling a_object.cc
[1256/1264] Write sources
[1259/1283] Compiling a_dup.cc
[1260/1283] Compiling a_gentm.cc
[1261/1349] Compiling a_d2i_fp.cc
[1262/1361] Compiling a_bool.cc
[1263/1361] Compiling a_bitstr.cc
[1265/1361] Compiling Algorithms Product.swift
[1266/1361] Compiling Algorithms Joined.swift
[1267/1361] Compiling Algorithms Keyed.swift
[1268/1361] Compiling Algorithms MinMax.swift
[1269/1371] Compiling Algorithms Partition.swift
[1270/1371] Compiling Algorithms Permutations.swift
[1273/1371] Compiling Atomics IntegerOperations.swift
[1274/1371] Compiling Atomics Unmanaged extensions.swift
[1275/1371] Compiling Algorithms Rotate.swift
[1276/1371] Compiling Algorithms Split.swift
[1277/1371] Compiling Algorithms Stride.swift
[1278/1378] Compiling Algorithms Grouped.swift
[1279/1378] Compiling Algorithms Indexed.swift
[1280/1378] Compiling Algorithms Intersperse.swift
[1281/1378] Compiling Algorithms Combinations.swift
[1282/1378] Compiling Algorithms Compacted.swift
[1283/1378] Compiling Algorithms Cycle.swift
[1288/1378] Compiling Algorithms Suffix.swift
[1289/1381] Compiling BitCollections BitSet+Initializers.swift
[1290/1381] Compiling BitCollections BitSet+Invariants.swift
[1291/1381] Compiling BitCollections BitSet+Random.swift
[1292/1381] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1293/1381] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1294/1381] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1295/1381] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1296/1381] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1297/1381] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1298/1381] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1299/1381] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1300/1381] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1301/1381] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1302/1381] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1303/1381] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1304/1381] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1305/1381] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1306/1381] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1307/1381] Compiling BitCollections BitSet+SetAlgebra union.swift
[1308/1381] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1309/1381] Compiling BitCollections BitSet.Counted.swift
[1310/1381] Emitting module BitCollections
[1314/1381] Compiling CryptoBoringWrapper RandomBytes.swift
[1321/1381] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1322/1381] Compiling Algorithms AdjacentPairs.swift
[1323/1381] Compiling Algorithms Chain.swift
[1324/1381] Compiling Algorithms Chunked.swift
[1328/1381] Compiling Algorithms EitherSequence.swift
[1329/1381] Compiling Algorithms FirstNonNil.swift
[1331/1381] Compiling Algorithms Trim.swift
[1332/1381] Compiling Algorithms Unique.swift
[1333/1381] Compiling Algorithms Windows.swift
[1334/1381] Compiling BitCollections BitArray._UnsafeHandle.swift
[1335/1381] Compiling BitCollections BitArray.swift
[1336/1381] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1337/1381] Compiling BitCollections BitSet+Codable.swift
[1338/1381] Compiling BitCollections BitSet.Index.swift
[1339/1381] Compiling BitCollections BitSet._UnsafeHandle.swift
[1340/1381] Compiling BitCollections BitSet.swift
[1341/1381] Compiling BitCollections Range+Utilities.swift
[1342/1381] Compiling BitCollections Slice+Utilities.swift
[1343/1381] Compiling BitCollections UInt+Tricks.swift
[1344/1381] Compiling BitCollections _Word.swift
[1345/1381] Compiling Algorithms FlattenCollection.swift
[1353/1382] Compiling CryptoBoringWrapper EllipticCurve.swift
[1355/1382] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1356/1382] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1357/1382] Emitting module CryptoBoringWrapper
[1358/1382] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1359/1382] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1372/1385] Compiling Collections Collections.swift
[1373/1385] Emitting module Collections
[1379/1457] Compiling Crypto GeneralizedTime.swift
[1380/1457] Compiling Crypto ObjectIdentifier.swift
[1381/1457] Compiling Crypto ECDSASignature.swift
[1382/1457] Emitting module Atomics
[1383/1457] Compiling Crypto ASN1Identifier.swift
[1384/1457] Compiling Crypto ASN1Integer.swift
[1385/1457] Compiling Crypto ASN1Null.swift
[1387/1517] Emitting module Algorithms
[1389/1518] Compiling NIOCore DeadChannel.swift
[1390/1518] Compiling NIOCore DispatchQueue+WithFuture.swift
[1391/1518] Compiling NIOCore EventLoop+Deprecated.swift
[1392/1518] Compiling NIOCore EventLoop+SerialExecutor.swift
[1393/1518] Compiling NIOCore GlobalSingletons.swift
[1394/1518] Compiling NIOCore IO.swift
[1395/1518] Compiling NIOCore IOData.swift
[1396/1518] Compiling NIOCore IPProtocol.swift
[1397/1518] Compiling NIOCore IntegerBitPacking.swift
[1398/1518] Compiling NIOCore IntegerTypes.swift
[1399/1527] Compiling Crypto SymmetricKeys.swift
[1400/1527] Compiling Crypto HMAC.swift
[1401/1527] Compiling Crypto MACFunctions.swift
[1402/1527] Compiling Crypto MessageAuthenticationCode.swift
[1403/1527] Compiling Crypto AES.swift
[1404/1527] Compiling Crypto ECDSASignature_boring.swift
[1405/1527] Compiling Crypto ECDSA_boring.swift
[1406/1527] Compiling Crypto EdDSA_boring.swift
[1407/1527] Compiling Crypto ECDSA.swift
[1408/1527] Compiling Crypto Ed25519.swift
[1409/1527] Compiling NIOCore MarkedCircularBuffer.swift
[1410/1527] Compiling NIOCore MulticastChannel.swift
[1411/1527] Compiling NIOCore NIOAny.swift
[1412/1527] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1413/1527] Compiling NIOCore NIOLoopBound.swift
[1414/1527] Compiling NIOCore NIOScheduledCallback.swift
[1415/1527] Compiling NIOCore NIOSendable.swift
[1416/1527] Compiling NIOCore RecvByteBufferAllocator.swift
[1417/1527] Compiling Crypto NISTCurvesKeys.swift
[1418/1527] Compiling Crypto X25519Keys.swift
[1419/1527] Compiling NIOCore ByteBuffer-views.swift
[1420/1527] Compiling NIOCore Channel.swift
[1421/1527] Compiling NIOCore ChannelHandler.swift
[1422/1527] Compiling NIOCore ChannelHandlers.swift
[1423/1527] Compiling NIOCore ChannelInvoker.swift
[1424/1527] Compiling NIOCore ChannelOption.swift
[1425/1527] Compiling NIOCore ChannelPipeline.swift
[1426/1527] Compiling NIOCore CircularBuffer.swift
[1427/1527] Compiling NIOCore Codec.swift
[1428/1527] Compiling NIOCore ConvenienceOptionSupport.swift
[1429/1527] Compiling NIOCore Interfaces.swift
[1430/1527] Compiling NIOCore Linux.swift
[1431/1527] Compiling NIOCore EventLoop.swift
[1432/1527] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1433/1527] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1434/1527] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1435/1527] Compiling NIOCore EventLoopFuture.swift
[1436/1527] Compiling NIOCore FileDescriptor.swift
[1437/1527] Compiling NIOCore FileHandle.swift
[1438/1527] Compiling NIOCore FileRegion.swift
[1447/1535] Compiling NIOCore BSDSocketAPI.swift
[1448/1535] Compiling NIOCore ByteBuffer-aux.swift
[1449/1535] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1450/1535] Compiling NIOCore ByteBuffer-conversions.swift
[1451/1535] Compiling NIOCore ByteBuffer-core.swift
[1452/1535] Compiling NIOCore ByteBuffer-hex.swift
[1453/1535] Compiling NIOCore ByteBuffer-int.swift
[1454/1535] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1455/1535] Compiling NIOCore ByteBuffer-multi-int.swift
[1456/1535] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1457/1535] Emitting module Crypto
[1458/1535] Compiling NIOCore AddressedEnvelope.swift
[1459/1535] Compiling NIOCore AsyncAwaitSupport.swift
[1460/1535] Compiling NIOCore AsyncChannel.swift
[1461/1535] Compiling NIOCore AsyncChannelHandler.swift
[1462/1535] Compiling NIOCore AsyncChannelInboundStream.swift
[1463/1535] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1464/1535] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1465/1535] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1466/1535] Compiling NIOCore NIOAsyncWriter.swift
[1467/1535] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1476/1535] Compiling Crypto Signature.swift
[1477/1535] Compiling Crypto CryptoKitErrors_boring.swift
[1478/1535] Compiling Crypto RNG_boring.swift
[1479/1535] Compiling Crypto SafeCompare_boring.swift
[1480/1535] Compiling Crypto Zeroization_boring.swift
[1481/1535] Compiling Crypto PrettyBytes.swift
[1482/1535] Compiling Crypto SafeCompare.swift
[1483/1535] Compiling Crypto SecureBytes.swift
[1484/1535] Compiling Crypto Zeroization.swift
[1486/1536] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1487/1536] Compiling NIOCore SocketAddresses.swift
[1488/1536] Compiling NIOCore SocketOptionProvider.swift
[1489/1536] Compiling NIOCore SystemCallHelpers.swift
[1490/1536] Compiling NIOCore TimeAmount+Duration.swift
[1491/1536] Compiling NIOCore TypeAssistedChannelHandler.swift
[1492/1536] Compiling NIOCore UniversalBootstrapSupport.swift
[1493/1536] Compiling NIOCore Utilities.swift
[1536/1536] Emitting module NIOCore
[1538/1588] Emitting module NIOEmbedded
[1539/1588] Compiling NIOEmbedded AsyncTestingChannel.swift
[1540/1588] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1541/1588] Compiling NIOEmbedded Embedded.swift
[1543/1589] Compiling NIOPosix SelectableChannel.swift
[1544/1589] Compiling NIOPosix SelectableEventLoop.swift
[1545/1589] Compiling NIOPosix SelectorEpoll.swift
[1546/1589] Compiling NIOPosix SelectorGeneric.swift
[1547/1589] Compiling NIOPosix SelectorKqueue.swift
[1548/1589] Compiling NIOPosix SelectorUring.swift
[1549/1595] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1550/1595] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1551/1595] Compiling NIOPosix PosixSingletons.swift
[1552/1595] Compiling NIOPosix RawSocketBootstrap.swift
[1553/1595] Compiling NIOPosix Resolver.swift
[1554/1595] Compiling NIOPosix Selectable.swift
[1555/1595] Compiling NIOPosix ServerSocket.swift
[1556/1595] Compiling NIOPosix Socket.swift
[1557/1595] Compiling NIOPosix SocketChannel.swift
[1558/1595] Compiling NIOPosix SocketProtocols.swift
[1559/1595] Compiling NIOPosix System.swift
[1560/1595] Compiling NIOPosix Thread.swift
[1561/1595] Compiling NIOPosix Bootstrap.swift
[1562/1595] Compiling NIOPosix ControlMessage.swift
[1563/1595] Compiling NIOPosix DatagramVectorReadManager.swift
[1564/1595] Compiling NIOPosix Errors+Any.swift
[1565/1595] Compiling NIOPosix FileDescriptor.swift
[1566/1595] Compiling NIOPosix GetaddrinfoResolver.swift
[1567/1595] Compiling NIOPosix HappyEyeballs.swift
[1568/1595] Emitting module NIOPosix
[1569/1595] Compiling NIOPosix BSDSocketAPICommon.swift
[1570/1595] Compiling NIOPosix BSDSocketAPIPosix.swift
[1571/1595] Compiling NIOPosix BSDSocketAPIWindows.swift
[1572/1595] Compiling NIOPosix BaseSocket.swift
[1573/1595] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1574/1595] Compiling NIOPosix BaseSocketChannel.swift
[1575/1595] Compiling NIOPosix BaseStreamSocketChannel.swift
[1576/1595] Compiling NIOPosix ThreadPosix.swift
[1577/1595] Compiling NIOPosix ThreadWindows.swift
[1578/1595] Compiling NIOPosix UnsafeTransfer.swift
[1579/1595] Compiling NIOPosix Utilities.swift
[1580/1595] Compiling NIOPosix VsockAddress.swift
[1581/1595] Compiling NIOPosix VsockChannelEvents.swift
[1582/1595] Compiling NIOPosix IO.swift
[1583/1595] Compiling NIOPosix IntegerBitPacking.swift
[1584/1595] Compiling NIOPosix IntegerTypes.swift
[1585/1595] Compiling NIOPosix Linux.swift
[1586/1595] Compiling NIOPosix LinuxCPUSet.swift
[1587/1595] Compiling NIOPosix LinuxUring.swift
[1588/1595] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1589/1595] Compiling NIOPosix NIOThreadPool.swift
[1590/1595] Compiling NIOPosix NonBlockingFileIO.swift
[1591/1595] Compiling NIOPosix PendingDatagramWritesManager.swift
[1592/1595] Compiling NIOPosix PendingWritesManager.swift
[1593/1595] Compiling NIOPosix PipeChannel.swift
[1594/1595] Compiling NIOPosix PipePair.swift
[1595/1595] Compiling NIOPosix Pool.swift
[1597/1655] Emitting module NIO
[1598/1655] Compiling NIO Exports.swift
[1599/1656] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[1600/1656] Compiling _NIOFileSystem BufferedReader.swift
[1601/1656] Compiling _NIOFileSystem BufferedWriter.swift
[1602/1658] Compiling _NIOFileSystem FileChunks.swift
[1603/1658] Compiling _NIOFileSystem FileHandle.swift
[1604/1658] Compiling _NIOFileSystem FileHandleProtocol.swift
[1606/1658] Compiling AsyncKit Future+Transform.swift
[1607/1658] Compiling AsyncKit Future+Try.swift
[1608/1658] Compiling AsyncKit FutureOperators.swift
[1609/1658] Compiling AsyncKit Future+Miscellaneous.swift
[1610/1658] Compiling AsyncKit Future+Nonempty.swift
[1611/1658] Compiling AsyncKit Future+Optional.swift
[1612/1789] Compiling NIOTLS TLSEvents.swift
[1613/1789] Emitting module NIOTLS
[1614/1789] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1615/1789] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1616/1789] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1617/1789] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1618/1789] Compiling NIOSOCKS ClientStateMachine.swift
[1619/1789] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1620/1789] Compiling NIOSOCKS SOCKSResponse.swift
[1621/1790] Compiling SQLKit SQLSelectBuilder.swift
[1622/1790] Compiling SQLKit SQLSubqueryBuilder.swift
[1623/1790] Compiling SQLKit SQLUnionBuilder.swift
[1624/1790] Compiling SQLKit SQLSecondaryPredicateGroupBuilder.swift
[1626/1790] Emitting module NIOSOCKS
[1627/1790] Compiling SQLKit SQLPredicateGroupBuilder.swift
[1628/1790] Compiling SQLKit SQLRawBuilder.swift
[1629/1790] Compiling SQLKit SQLDatabaseReportedVersion.swift
[1630/1790] Compiling SQLKit SQLDialect.swift
[1631/1790] Compiling SQLKit SQLUpdateBuilder.swift
[1632/1790] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[1635/1790] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1636/1790] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1637/1790] Compiling NIOTLS SNIHandler.swift
[1638/1791] Compiling NIOSOCKS ServerStateMachine.swift
[1641/1792] Emitting module NIOHTTP1
[1642/1794] Compiling SQLKit SQLPredicateBuilder.swift
[1643/1794] Compiling SQLKit SQLQueryBuilder.swift
[1644/1794] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1645/1794] Emitting module NIOFoundationCompat
[1646/1816] Compiling SQLKit SQLCreateIndexBuilder.swift
[1647/1816] Compiling SQLKit SQLCreateTableBuilder.swift
[1648/1816] Compiling SQLKit SQLCreateTriggerBuilder.swift
[1649/1816] Compiling SQLKit SQLDeleteBuilder.swift
[1650/1816] Compiling SQLKit SQLExpressions+Deprecated.swift
[1651/1816] Compiling SQLKit SQLAlterEnumBuilder.swift
[1652/1816] Compiling SQLKit SQLAlterTableBuilder.swift
[1653/1816] Compiling SQLKit SQLConflictUpdateBuilder.swift
[1654/1816] Compiling SQLKit SQLCreateEnumBuilder.swift
[1656/1828] Compiling NIOSSL SSLCallbacks.swift
[1657/1828] Compiling NIOSSL SSLCertificate.swift
[1658/1828] Compiling SQLKit SQLDropIndex.swift
[1659/1828] Compiling SQLKit SQLDropTable.swift
[1660/1828] Compiling SQLKit SQLDropTrigger.swift
[1661/1828] Compiling SQLKit SQLInsert.swift
[1662/1828] Compiling SQLKit SQLSelect.swift
[1663/1828] Compiling SQLKit SQLUnion.swift
[1664/1828] Compiling SQLKit SQLUpdate.swift
[1665/1828] Compiling SQLKit SQLExpression.swift
[1666/1828] Compiling SQLKit SQLSerializer.swift
[1667/1828] Compiling SQLKit SQLStatement.swift
[1668/1828] Compiling SQLKit SQLBinaryExpression.swift
[1669/1828] Compiling SQLKit SQLBinaryOperator.swift
[1670/1828] Compiling SQLKit SQLBind.swift
[1671/1862] Compiling NIOSSL SafeCompare.swift
[1672/1862] Compiling NIOSSL Zeroization.swift
[1679/1862] Compiling _NIOFileSystem SystemFileHandle.swift
[1680/1862] Compiling _NIOFileSystem Utilities.swift
[1681/1862] Compiling _NIOFileSystem OpenOptions.swift
[1682/1862] Compiling _NIOFileSystem String+FileSystem.swift
[1683/1862] Compiling SQLKit SQLInsertBuilder.swift
[1684/1862] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[1685/1862] Compiling SQLKit Exports.swift
[1686/1862] Compiling SQLKit SQLAlias.swift
[1687/1862] Compiling SQLKit SQLBetween.swift
[1688/1862] Compiling SQLKit SQLColumn.swift
[1689/1862] Compiling SQLKit SQLConstraint.swift
[1690/1862] Compiling SQLKit SQLDataType.swift
[1691/1862] Compiling SQLKit SQLDirection.swift
[1692/1862] Compiling SQLKit SQLDistinct.swift
[1693/1862] Compiling SQLKit SQLForeignKeyAction.swift
[1694/1862] Compiling SQLKit SQLNestedSubpathExpression.swift
[1695/1862] Compiling SQLKit SQLQualifiedTable.swift
[1696/1862] Compiling SQLKit SQLQueryString.swift
[1697/1862] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[1698/1862] Compiling SQLKit SQLColumnAssignment.swift
[1699/1862] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[1700/1862] Compiling SQLKit SQLColumnDefinition.swift
[1701/1862] Compiling SQLKit SQLCommonTableExpression.swift
[1702/1862] Compiling SQLKit SQLConflictAction.swift
[1703/1862] Compiling SQLKit SQLConflictResolutionStrategy.swift
[1704/1862] Compiling SQLKit SQLDropBehaviour.swift
[1705/1862] Compiling SQLKit SQLEnumDataType.swift
[1706/1862] Compiling SQLKit SQLExcludedColumn.swift
[1707/1862] Compiling SQLKit SQLForeignKey.swift
[1708/1862] Compiling SQLKit SQLJoin.swift
[1709/1862] Compiling SQLKit SQLJoinMethod.swift
[1710/1862] Compiling SQLKit SQLLockingClause.swift
[1711/1862] Compiling SQLKit SQLOrderBy.swift
[1712/1862] Compiling SQLKit SQLReturning.swift
[1713/1862] Compiling SQLKit SQLSubquery.swift
[1714/1862] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[1715/1862] Compiling SQLKit SQLAlterEnum.swift
[1716/1862] Compiling SQLKit SQLAlterTable.swift
[1717/1862] Compiling SQLKit SQLCreateEnum.swift
[1718/1862] Compiling SQLKit SQLCreateIndex.swift
[1719/1862] Compiling SQLKit SQLCreateTable.swift
[1720/1862] Compiling SQLKit SQLCreateTrigger.swift
[1721/1862] Compiling SQLKit SQLDelete.swift
[1722/1862] Compiling SQLKit SQLDropEnum.swift
[1723/1862] Compiling NIOTransportServices AcceptHandler.swift
[1724/1862] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1725/1862] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1726/1864] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1727/1864] Compiling NIOTransportServices NIOTSSingletons.swift
[1728/1864] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1729/1864] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1730/1864] Compiling NIOTransportServices NIOTSErrors.swift
[1731/1864] Compiling NIOTransportServices NIOTSEventLoop.swift
[1732/1864] Compiling NIOTransportServices NIOTSBootstraps.swift
[1733/1864] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1734/1864] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1735/1864] Compiling NIOTransportServices StateManagedChannel.swift
[1736/1864] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1737/1864] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1738/1864] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1739/1864] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1740/1864] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1741/1864] Emitting module NIOTransportServices
[1742/1864] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1743/1864] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1744/1864] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1756/1864] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1757/1864] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1758/1864] Compiling NIOSSL SubjectAlternativeName.swift
[1759/1864] Compiling NIOSSL NIOSSLSecureBytes.swift
[1794/1865] Compiling NIOSSL RNG.swift
[1803/1866] Emitting module AsyncKit
[1804/1866] Emitting module SQLKit
[1805/1884] Emitting module NIOSSL
[1806/1915] Compiling NIOExtras DebugInboundEventsHandler.swift
[1807/1915] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1808/1915] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1809/1915] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1810/1915] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1811/1915] Compiling NIOExtras JSONRPCFraming.swift
[1812/1915] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1813/1915] Compiling NIOExtras LengthFieldPrepender.swift
[1814/1915] Compiling NIOWebSocket WebSocketOpcode.swift
[1815/1916] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1816/1916] Emitting module NIOHTTPCompression
[1829/1916] Compiling NIOHPACK IndexedHeaderTable.swift
[1830/1916] Compiling NIOHPACK IntegerCoding.swift
[1831/1917] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1832/1917] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1836/1917] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1837/1917] Compiling NIOExtras RequestResponseHandler.swift
[1839/1919] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1840/1919] Compiling NIOExtras NIORequestIdentifiable.swift
[1841/1919] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1842/1919] Compiling NIOExtras NIOExtrasError.swift
[1843/1919] Compiling NIOExtras PCAPRingBuffer.swift
[1844/1919] Compiling NIOExtras QuiescingHelper.swift
[1845/1919] Compiling NIOHPACK HuffmanTables.swift
[1846/1919] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1847/1919] Compiling NIOHTTPCompression HTTPCompression.swift
[1848/1919] Compiling NIOHTTPCompression HTTPDecompression.swift
[1849/1919] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1852/1919] Compiling NIOHPACK HuffmanCoding.swift
[1853/1919] Compiling NIOHPACK StaticHeaderTable.swift
[1854/1919] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1855/1919] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1856/1919] Emitting module NIOExtras
[1857/1920] Emitting module NIOHPACK
[1858/1920] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1859/1920] Emitting module NIOWebSocket
[1862/1920] Compiling NIOWebSocket WebSocketFrame.swift
[1867/1921] Compiling NIOExtras LineBasedFrameDecoder.swift
[1869/1921] Emitting module _NIOFileSystem
[1879/1922] Compiling SQLKit SQLFunction.swift
[1880/1922] Compiling SQLKit SQLGroupExpression.swift
[1881/1922] Compiling SQLKit SQLIdentifier.swift
[1882/1922] Compiling SQLKit SQLList.swift
[1883/1922] Compiling SQLKit SQLLiteral.swift
[1884/1922] Compiling SQLKit SQLRaw.swift
[1885/1922] Compiling SQLKit SQLCodingUtilities.swift
[1886/1922] Compiling SQLKit SQLQueryEncoder.swift
[1887/1922] Compiling SQLKit SQLRow.swift
[1888/1922] Compiling SQLKit SQLRowDecoder.swift
[1889/1922] Compiling SQLKit SomeCodingKey.swift
[1890/1922] Compiling SQLKit StringHandling.swift
[1898/1930] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1899/1930] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1900/1933] Compiling MultipartKit BasicCodingKey.swift
[1901/1933] Compiling MultipartKit MultipartError.swift
[1902/1933] Compiling MultipartKit Exports.swift
[1903/1933] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1906/1973] Compiling NIOFileSystem Exports.swift
[1907/1973] Emitting module NIOFileSystem
[1908/1981] Emitting module _NIOFileSystemFoundationCompat
[1909/1992] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1910/2093] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1911/2093] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1912/2096] Emitting module MultipartKit
[1913/2096] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1915/2097] Compiling NIOHTTP2 Error+Any.swift
[1916/2097] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1917/2097] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1919/2097] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1920/2097] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1921/2097] Compiling NIOHTTP2 MayReceiveFrames.swift
[1922/2097] Compiling NIOHTTP2 ReceivingDataState.swift
[1923/2097] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1924/2097] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1925/2097] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1926/2097] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1927/2098] Compiling NIOHTTP2 MaySendFrames.swift
[1928/2098] Compiling NIOHTTP2 SendingDataState.swift
[1929/2098] Compiling NIOHTTP2 SendingGoawayState.swift
[1930/2098] Compiling NIOHTTP2 SendingHeadersState.swift
[1931/2098] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1932/2098] Compiling NIOHTTP2 SendingRstStreamState.swift
[1934/2098] Compiling MultipartKit MultipartSerializer.swift
[1935/2098] Compiling MultipartKit Utilities.swift
[1945/2099] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1946/2099] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1951/2100] Compiling NIOHTTP2 HasRemoteSettings.swift
[1952/2100] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1953/2100] Compiling NIOHTTP2 QuiescingState.swift
[1954/2100] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1955/2100] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1966/2116] Compiling WebSocketKit Exports.swift
[1967/2116] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1968/2116] Compiling WebSocketKit WebSocketHandler.swift
[1969/2116] Emitting module WebSocketKit
[1970/2116] Compiling WebSocketKit WebSocket+Concurrency.swift
[1971/2116] Compiling WebSocketKit WebSocket+Connect.swift
[1972/2116] Emitting module FluentKit
[1973/2128] Compiling WebSocketKit WebSocketClient.swift
[1974/2128] Compiling WebSocketKit WebSocket.swift
[1975/2129] Compiling NIOHTTP2 StateMachineResult.swift
[1976/2129] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1977/2129] Compiling NIOHTTP2 DOSHeuristics.swift
[1981/2129] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1982/2129] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1983/2129] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1984/2129] Compiling NIOHTTP2 HTTP2Frame.swift
[1985/2129] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1986/2129] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1987/2129] Compiling NIOHTTP2 HTTP2PingData.swift
[2014/2129] Compiling FluentKit QueryBuilder+Group.swift
[2015/2129] Compiling FluentKit QueryBuilder+Join+DirectRelations.swift
[2016/2129] Compiling FluentKit QueryBuilder+Join.swift
[2017/2129] Compiling FluentKit QueryBuilder+Paginate.swift
[2018/2129] Compiling FluentKit QueryBuilder+Range.swift
[2019/2129] Compiling FluentKit QueryBuilder+Set.swift
[2020/2129] Compiling FluentKit QueryBuilder+Sort.swift
[2021/2129] Compiling FluentKit QueryBuilder.swift
[2022/2129] Compiling FluentKit DatabaseQuery+Action.swift
[2023/2129] Compiling FluentKit DatabaseQuery+Aggregate.swift
[2024/2129] Compiling FluentKit DatabaseQuery+Field.swift
[2025/2129] Compiling FluentKit DatabaseQuery+Filter.swift
[2026/2129] Compiling NIOHTTP2 InboundWindowManager.swift
[2027/2129] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2028/2129] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2029/2129] Compiling NIOHTTP2 StreamChannelList.swift
[2030/2129] Compiling NIOHTTP2 StreamMap.swift
[2031/2129] Compiling NIOHTTP2 StreamStateMachine.swift
[2032/2129] Compiling NIOHTTP2 UnsafeTransfer.swift
[2033/2129] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2034/2129] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[2035/2129] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[2036/2129] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[2037/2129] Compiling NIOHTTP2 HTTP2StreamID.swift
[2038/2129] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[2039/2129] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[2040/2129] Compiling NIOHTTP2 HTTP2UserEvents.swift
[2041/2129] Compiling NIOHTTP2 InboundEventBuffer.swift
[2042/2129] Emitting module NIOHTTP2
[2052/2129] Compiling FluentKit DatabaseQuery+Join.swift
[2053/2129] Compiling FluentKit DatabaseQuery+Range.swift
[2054/2129] Compiling FluentKit DatabaseQuery+Sort.swift
[2055/2129] Compiling FluentKit DatabaseQuery+Value.swift
[2056/2129] Compiling FluentKit DatabaseQuery.swift
[2057/2129] Compiling FluentKit QueryHistory.swift
[2058/2129] Compiling FluentKit DatabaseSchema.swift
[2059/2129] Compiling FluentKit SchemaBuilder.swift
[2060/2129] Compiling FluentKit OptionalType.swift
[2061/2129] Compiling FluentKit RandomGeneratable.swift
[2062/2129] Compiling FluentKit SomeCodingKey.swift
[2063/2129] Compiling FluentKit UnsafeMutableTransferBox.swift
[2064/2129] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[2065/2129] Compiling NIOHTTP2 HTTP2Settings.swift
[2066/2129] Compiling NIOHTTP2 HTTP2Stream.swift
[2067/2129] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[2068/2129] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[2069/2129] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[2070/2129] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[2071/2129] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[2072/2129] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[2073/2129] Compiling NIOHTTP2 HTTP2Error.swift
[2074/2129] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[2099/2129] Compiling FluentKit Parent.swift
[2100/2129] Compiling FluentKit Property.swift
[2101/2129] Compiling FluentKit Relation.swift
[2102/2129] Compiling FluentKit Siblings.swift
[2103/2129] Compiling FluentKit Timestamp.swift
[2104/2129] Compiling FluentKit TimestampFormat.swift
[2105/2129] Compiling FluentKit QueryBuilder+Aggregate.swift
[2106/2129] Compiling FluentKit QueryBuilder+EagerLoad.swift
[2107/2129] Compiling FluentKit QueryBuilder+Filter.swift
[2133/2191] Emitting module AsyncHTTPClient
[2134/2199] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2135/2199] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2136/2199] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2137/2199] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2138/2199] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2139/2199] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2140/2199] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2141/2199] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2142/2199] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2143/2199] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2144/2199] Compiling AsyncHTTPClient ConnectionTarget.swift
[2145/2199] Compiling AsyncHTTPClient DeconstructedURL.swift
[2146/2199] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2147/2199] Compiling AsyncHTTPClient FoundationExtensions.swift
[2148/2199] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2149/2199] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2150/2199] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2151/2199] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2152/2199] Compiling AsyncHTTPClient RequestOptions.swift
[2153/2199] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2154/2199] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2155/2199] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2156/2199] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2157/2199] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2158/2199] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2159/2199] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2160/2199] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2161/2199] Compiling AsyncHTTPClient Transaction.swift
[2162/2199] Compiling AsyncHTTPClient Base64.swift
[2163/2199] Compiling AsyncHTTPClient BasicAuth.swift
[2164/2199] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2165/2199] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2166/2199] Compiling AsyncHTTPClient ConnectionPool.swift
[2167/2199] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2168/2199] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2169/2199] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2170/2199] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2171/2199] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2172/2199] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2173/2199] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2174/2199] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2175/2199] Compiling AsyncHTTPClient RequestBodyLength.swift
[2176/2199] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2177/2199] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2178/2199] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2179/2199] Compiling AsyncHTTPClient HTTP1Connection.swift
[2180/2199] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2181/2199] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2182/2199] Compiling AsyncHTTPClient HTTP2Connection.swift
[2183/2199] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2184/2199] Compiling AsyncHTTPClient RequestBag.swift
[2185/2199] Compiling AsyncHTTPClient RequestValidation.swift
[2186/2199] Compiling AsyncHTTPClient SSLContextCache.swift
[2187/2199] Compiling AsyncHTTPClient Scheme.swift
[2188/2199] Compiling AsyncHTTPClient Singleton.swift
[2189/2199] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2190/2199] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2191/2199] Compiling AsyncHTTPClient Utils.swift
[2192/2199] Compiling AsyncHTTPClient HTTPClient.swift
[2193/2199] Compiling AsyncHTTPClient HTTPHandler.swift
[2194/2199] Compiling AsyncHTTPClient LRUCache.swift
[2195/2199] Compiling AsyncHTTPClient NWErrorHandler.swift
[2196/2199] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2197/2199] Compiling AsyncHTTPClient TLSConfiguration.swift
[2198/2199] Compiling AsyncHTTPClient RedirectState.swift
[2199/2199] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2201/2369] Compiling Vapor AsyncBasicResponder.swift
[2202/2369] Compiling Vapor AsyncMiddleware.swift
[2203/2369] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2204/2369] Compiling Vapor AsyncSessionDriver.swift
[2205/2369] Compiling Vapor Authentication+Concurrency.swift
[2206/2369] Compiling Vapor Cache+Concurrency.swift
[2207/2369] Compiling Vapor Client+Concurrency.swift
[2208/2369] Compiling Vapor RequestBody+Concurrency.swift
[2209/2369] Compiling Vapor Responder+Concurrency.swift
[2210/2369] Compiling Vapor ResponseCodable+Concurrency.swift
[2211/2369] Compiling Vapor RoutesBuilder+Concurrency.swift
[2212/2369] Compiling Vapor ViewRenderer+Concurrency.swift
[2213/2369] Compiling Vapor WebSocket+Concurrency.swift
[2214/2369] Compiling Vapor ContainerGetPathExecutor.swift
[2215/2369] Compiling Vapor Content.swift
[2216/2369] Compiling Vapor ContentCoders.swift
[2217/2369] Compiling Vapor ContentConfiguration.swift
[2218/2369] Compiling Vapor ContentContainer.swift
[2219/2369] Compiling Vapor JSONCoder+Custom.swift
[2220/2369] Compiling Vapor JSONCoders+Content.swift
[2221/2369] Compiling Vapor PlaintextDecoder.swift
[2222/2369] Compiling Vapor PlaintextEncoder.swift
[2223/2369] Compiling Vapor URLQueryCoders.swift
[2224/2369] Compiling Vapor URLQueryContainer.swift
[2225/2393] Compiling Vapor Core.swift
[2226/2393] Compiling Vapor Running.swift
[2227/2393] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2228/2393] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2229/2393] Compiling Vapor DotEnvFile+load.swift
[2230/2393] Compiling Vapor Routes+caseInsenstive.swift
[2231/2393] Compiling Vapor Validatable+validate.swift
[2232/2393] Compiling Vapor Environment+Process.swift
[2233/2393] Compiling Vapor Environment+Secret.swift
[2234/2393] Compiling Vapor Environment.swift
[2235/2393] Compiling Vapor Abort.swift
[2236/2393] Compiling Vapor AbortError.swift
[2237/2393] Compiling Vapor DebuggableError.swift
[2238/2393] Compiling Vapor Demangler.swift
[2239/2393] Compiling Vapor ErrorSource.swift
[2240/2393] Compiling Vapor StackTrace.swift
[2241/2393] Compiling Vapor Exports.swift
[2242/2393] Compiling Vapor Application+HTTP.swift
[2243/2393] Compiling Vapor BasicResponder.swift
[2244/2393] Compiling Vapor BodyStream.swift
[2245/2393] Compiling Vapor Application+HTTP+Client.swift
[2246/2393] Compiling Vapor EventLoopHTTPClient.swift
[2247/2393] Compiling Vapor EndpointCache.swift
[2248/2393] Compiling Vapor HTTPMethod+String.swift
[2249/2417] Compiling Vapor Request+Body.swift
[2250/2417] Compiling Vapor Request+BodyStream.swift
[2251/2417] Compiling Vapor Request.swift
[2252/2417] Compiling Vapor Application+Responder.swift
[2253/2417] Compiling Vapor DefaultResponder.swift
[2254/2417] Compiling Vapor Response+Body.swift
[2255/2417] Compiling Vapor Response.swift
[2256/2417] Compiling Vapor ResponseCodable.swift
[2257/2417] Compiling Vapor Application+Routes.swift
[2258/2417] Compiling Vapor Parameters+Require.swift
[2259/2417] Compiling Vapor Request+WebSocket.swift
[2260/2417] Compiling Vapor Route.swift
[2261/2417] Compiling Vapor RouteCollection.swift
[2262/2417] Compiling Vapor Routes.swift
[2263/2417] Compiling Vapor RoutesBuilder+Group.swift
[2264/2417] Compiling Vapor RoutesBuilder+Method.swift
[2265/2417] Compiling Vapor RoutesBuilder+Middleware.swift
[2266/2417] Compiling Vapor RoutesBuilder+WebSocket.swift
[2267/2417] Compiling Vapor RoutesBuilder.swift
[2268/2417] Compiling Vapor OTP.swift
[2269/2417] Compiling Vapor Application+Servers.swift
[2270/2417] Compiling Vapor Server.swift
[2271/2417] Compiling Vapor App+Service.swift
[2272/2417] Compiling Vapor Req+Service.swift
[2273/2417] Compiling Vapor HTTPServerResponseEncoder.swift
[2274/2417] Compiling Vapor HTTPServerUpgradeHandler.swift
[2275/2417] Compiling Vapor Logger+Report.swift
[2276/2417] Compiling Vapor LoggingSystem+Environment.swift
[2277/2417] Compiling Vapor Application+Middleware.swift
[2278/2417] Compiling Vapor CORSMiddleware.swift
[2279/2417] Compiling Vapor ErrorMiddleware.swift
[2280/2417] Compiling Vapor FileMiddleware.swift
[2281/2417] Compiling Vapor Middleware.swift
[2282/2417] Compiling Vapor MiddlewareConfiguration.swift
[2283/2417] Compiling Vapor ResponseCompressionMiddleware.swift
[2284/2417] Compiling Vapor RouteLoggingMiddleware.swift
[2285/2417] Compiling Vapor TracingMiddleware.swift
[2286/2417] Compiling Vapor File+Multipart.swift
[2287/2417] Compiling Vapor FormDataDecoder+Content.swift
[2288/2417] Compiling Vapor FormDataEncoder+Content.swift
[2289/2417] Compiling Vapor Application+Password.swift
[2290/2417] Compiling Vapor Application+Passwords.swift
[2291/2417] Compiling Vapor AsyncPasswordHasher.swift
[2292/2417] Compiling Vapor BcryptHasher.swift
[2293/2417] Compiling Vapor PasswordHasher.swift
[2294/2417] Compiling Vapor PlaintextHasher.swift
[2295/2417] Compiling Vapor Request+Password.swift
[2296/2417] Compiling Vapor Redirect.swift
[2297/2417] Compiling Vapor Validator.swift
[2298/2417] Compiling Vapor ValidatorResult.swift
[2299/2417] Compiling Vapor And.swift
[2300/2417] Compiling Vapor Case.swift
[2301/2417] Compiling Vapor CharacterSet.swift
[2302/2417] Compiling Vapor Count.swift
[2303/2417] Compiling Vapor Custom.swift
[2304/2417] Compiling Vapor Email.swift
[2305/2417] Compiling Vapor Empty.swift
[2306/2417] Compiling Vapor In.swift
[2307/2417] Compiling Vapor Nil.swift
[2308/2417] Compiling Vapor NilIgnoring.swift
[2309/2417] Compiling Vapor Not.swift
[2310/2417] Compiling Vapor Or.swift
[2311/2417] Compiling Vapor Pattern.swift
[2312/2417] Compiling Vapor Range.swift
[2313/2417] Compiling Vapor URL.swift
[2314/2417] Compiling Vapor Valid.swift
[2315/2417] Compiling Vapor Application+Views.swift
[2316/2417] Compiling Vapor PlaintextRenderer.swift
[2317/2417] Compiling Vapor Request+View.swift
[2318/2417] Compiling Vapor View.swift
[2319/2417] Compiling Vapor ViewRenderer.swift
[2320/2417] Compiling Vapor _Deprecations.swift
[2321/2417] Emitting module Vapor
[2322/2417] Compiling Vapor Service.swift
[2323/2417] Compiling Vapor Application+Sessions.swift
[2324/2417] Compiling Vapor MemorySessions.swift
[2325/2417] Compiling Vapor Request+Session.swift
[2326/2417] Compiling Vapor Session.swift
[2327/2417] Compiling Vapor SessionCache.swift
[2328/2417] Compiling Vapor SessionData.swift
[2329/2417] Compiling Vapor SessionDriver.swift
[2330/2417] Compiling Vapor SessionsConfiguration.swift
[2331/2417] Compiling Vapor SessionsMiddleware.swift
[2332/2417] Compiling Vapor URLEncodedFormData.swift
[2333/2417] Compiling Vapor URLEncodedFormDecoder.swift
[2334/2417] Compiling Vapor URLEncodedFormEncoder.swift
[2335/2417] Compiling Vapor URLEncodedFormError.swift
[2336/2417] Compiling Vapor URLEncodedFormParser.swift
[2337/2417] Compiling Vapor URLEncodedFormSerializer.swift
[2338/2417] Compiling Vapor URLQueryFragmentConvertible.swift
[2339/2417] Compiling Vapor AnyResponse.swift
[2340/2417] Compiling Vapor Array+Random.swift
[2341/2417] Compiling Vapor Base32.swift
[2342/2417] Compiling Vapor Base64.swift
[2343/2417] Compiling Vapor BaseN.swift
[2344/2417] Compiling Vapor BasicCodingKey.swift
[2345/2417] Compiling Vapor ByteCount.swift
[2346/2417] Compiling Vapor Application.swift
[2347/2417] Compiling Vapor AuthenticationCache.swift
[2348/2417] Compiling Vapor Authenticator.swift
[2349/2417] Compiling Vapor BasicAuthorization.swift
[2350/2417] Compiling Vapor BearerAuthorization.swift
[2351/2417] Compiling Vapor GuardMiddleware.swift
[2352/2417] Compiling Vapor RedirectMiddleware.swift
[2353/2417] Compiling Vapor SessionAuthenticatable.swift
[2354/2417] Compiling Vapor Bcrypt.swift
[2355/2417] Compiling Vapor Application+Cache.swift
[2356/2417] Compiling Vapor Cache.swift
[2357/2417] Compiling Vapor CacheExpirationTime.swift
[2358/2417] Compiling Vapor MemoryCache.swift
[2359/2417] Compiling Vapor Request+Cache.swift
[2360/2417] Compiling Vapor Application+Clients.swift
[2361/2417] Compiling Vapor Client.swift
[2362/2417] Compiling Vapor ClientRequest.swift
[2363/2417] Compiling Vapor ClientResponse.swift
[2364/2417] Compiling Vapor Request+Client.swift
[2365/2417] Compiling Vapor BootCommand.swift
[2366/2417] Compiling Vapor CommandContext+Application.swift
[2367/2417] Compiling Vapor RoutesCommand.swift
[2368/2417] Compiling Vapor ServeCommand.swift
[2369/2417] Compiling Vapor AnyResponse+Concurrency.swift
[2370/2417] Compiling Vapor HTTPStatus.swift
[2371/2417] Compiling Vapor HTTPCookies.swift
[2372/2417] Compiling Vapor HTTPHeaderCacheControl.swift
[2373/2417] Compiling Vapor HTTPHeaderExpires.swift
[2374/2417] Compiling Vapor HTTPHeaderLastModified.swift
[2375/2417] Compiling Vapor HTTPHeaders+Cache.swift
[2376/2417] Compiling Vapor HTTPHeaders+Connection.swift
[2377/2417] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2378/2417] Compiling Vapor HTTPHeaders+ContentRange.swift
[2379/2417] Compiling Vapor HTTPHeaders+Directive.swift
[2380/2417] Compiling Vapor HTTPHeaders+Forwarded.swift
[2381/2417] Compiling Vapor HTTPHeaders+Link.swift
[2382/2417] Compiling Vapor HTTPHeaders+Name.swift
[2383/2417] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2384/2417] Compiling Vapor HTTPHeaders.swift
[2385/2417] Compiling Vapor HTTPMediaType.swift
[2386/2417] Compiling Vapor HTTPMediaTypePreference.swift
[2387/2417] Compiling Vapor Responder.swift
[2388/2417] Compiling Vapor Application+HTTP+Server.swift
[2389/2417] Compiling Vapor HTTPServer.swift
[2390/2417] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2391/2417] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2392/2417] Compiling Vapor HTTPServerHandler.swift
[2393/2417] Compiling Vapor HTTPServerRequestDecoder.swift
[2394/2417] Compiling Vapor Bytes+Hex.swift
[2395/2417] Compiling Vapor Bytes+SecureCompare.swift
[2396/2417] Compiling Vapor Collection+Safe.swift
[2397/2417] Compiling Vapor DataProtocol+Copy.swift
[2398/2417] Compiling Vapor DecoderUnwrapper.swift
[2399/2417] Compiling Vapor DirectoryConfiguration.swift
[2400/2417] Compiling Vapor DotEnv.swift
[2401/2417] Compiling Vapor Extendable.swift
[2402/2417] Compiling Vapor File.swift
[2403/2417] Compiling Vapor FileIO.swift
[2404/2417] Compiling Vapor LifecycleHandler.swift
[2405/2417] Compiling Vapor OptionalType.swift
[2406/2417] Compiling Vapor RFC1123.swift
[2407/2417] Compiling Vapor SocketAddress+Hostname.swift
[2408/2417] Compiling Vapor Storage.swift
[2409/2417] Compiling Vapor String+IsIPAddress.swift
[2410/2417] Compiling Vapor Thread.swift
[2411/2417] Compiling Vapor URI.swift
[2412/2417] Compiling Vapor RangeResult.swift
[2413/2417] Compiling Vapor Validatable.swift
[2414/2417] Compiling Vapor Validation.swift
[2415/2417] Compiling Vapor ValidationKey.swift
[2416/2417] Compiling Vapor Validations.swift
[2417/2417] Compiling Vapor ValidationsError.swift
[2419/2433] Compiling Fluent FluentProvider.swift
[2420/2433] Compiling Fluent MigrateCommand.swift
[2421/2433] Compiling Fluent ModelAuthenticatable.swift
[2422/2433] Compiling Fluent ModelCredentialsAuthenticatable.swift
[2423/2435] Compiling Fluent Fluent+Pagination.swift
[2424/2435] Compiling Fluent Fluent+Sessions.swift
[2425/2435] Compiling Fluent Fluent+History.swift
/host/spi-builder-workspace/Sources/Fluent/Fluent+Paginate.swift:18:1: warning: extension declares a conformance of imported type 'Page' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'FluentKit' introduce this conformance in the future
16 | }
17 |
18 | extension Page: Content, ResponseEncodable, RequestDecodable, AsyncResponseEncodable, AsyncRequestDecodable where T: Codable { }
| |- warning: extension declares a conformance of imported type 'Page' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'FluentKit' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
19 |
[2426/2435] Compiling Fluent Fluent+Paginate.swift
/host/spi-builder-workspace/Sources/Fluent/Fluent+Paginate.swift:18:1: warning: extension declares a conformance of imported type 'Page' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'FluentKit' introduce this conformance in the future
16 | }
17 |
18 | extension Page: Content, ResponseEncodable, RequestDecodable, AsyncResponseEncodable, AsyncRequestDecodable where T: Codable { }
| |- warning: extension declares a conformance of imported type 'Page' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'FluentKit' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
19 |
[2427/2435] Compiling Fluent Pagination+Concurrency.swift
[2428/2435] Compiling Fluent Sessions+Concurrency.swift
[2429/2435] Compiling Fluent FluentProvider+Concurrency.swift
[2430/2435] Compiling Fluent ModelCredentialsAuthenticatable+Concurrency.swift
[2431/2435] Emitting module Fluent
/host/spi-builder-workspace/Sources/Fluent/Fluent+Paginate.swift:18:1: warning: extension declares a conformance of imported type 'Page' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'FluentKit' introduce this conformance in the future
16 | }
17 |
18 | extension Page: Content, ResponseEncodable, RequestDecodable, AsyncResponseEncodable, AsyncRequestDecodable where T: Codable { }
| |- warning: extension declares a conformance of imported type 'Page' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'FluentKit' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
19 |
[2432/2435] Compiling Fluent Exports.swift
[2433/2435] Compiling Fluent Fluent+Cache.swift
[2434/2435] Compiling Fluent ModelTokenAuthenticatable.swift
[2435/2435] Compiling Fluent PageLimit.swift
Build complete! (331.62s)
Build complete.
{
"dependencies" : [
{
"identity" : "fluent-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.49.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent-kit.git"
},
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.101.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
}
],
"manifest_display_name" : "fluent",
"name" : "fluent",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Fluent",
"targets" : [
"Fluent"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FluentTests",
"module_type" : "SwiftTarget",
"name" : "FluentTests",
"path" : "Tests/FluentTests",
"product_dependencies" : [
"XCTFluent",
"XCTVapor"
],
"sources" : [
"CacheTests.swift",
"CredentialTests.swift",
"OperatorTests.swift",
"PaginationTests.swift",
"QueryHistoryTests.swift",
"RepositoryTests.swift",
"SessionTests.swift"
],
"target_dependencies" : [
"Fluent"
],
"type" : "test"
},
{
"c99name" : "Fluent",
"module_type" : "SwiftTarget",
"name" : "Fluent",
"path" : "Sources/Fluent",
"product_dependencies" : [
"FluentKit",
"Vapor"
],
"product_memberships" : [
"Fluent"
],
"sources" : [
"Concurrency/FluentProvider+Concurrency.swift",
"Concurrency/ModelCredentialsAuthenticatable+Concurrency.swift",
"Concurrency/Pagination+Concurrency.swift",
"Concurrency/Sessions+Concurrency.swift",
"Exports.swift",
"Fluent+Cache.swift",
"Fluent+History.swift",
"Fluent+Paginate.swift",
"Fluent+Pagination.swift",
"Fluent+Sessions.swift",
"FluentProvider.swift",
"MigrateCommand.swift",
"ModelAuthenticatable.swift",
"ModelCredentialsAuthenticatable.swift",
"ModelTokenAuthenticatable.swift",
"PageLimit.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
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.