Build Information
Successful build of fluent, reference main (223b27
), with Swift 6.1 for Android on 29 May 2025 19:18:01 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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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.63.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: android
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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/fluent-kit.git
Fetching https://github.com/vapor/vapor.git
[1/13328] Fetching fluent-kit
[6399/87706] Fetching fluent-kit, vapor
Fetched https://github.com/vapor/fluent-kit.git from cache (2.08s)
Fetched https://github.com/vapor/vapor.git from cache (2.12s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.52.2 (2.80s)
Fetching https://github.com/vapor/sql-kit.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
[1/5983] Fetching sql-kit
[3232/9819] Fetching sql-kit, swift-log
[9820/85927] Fetching sql-kit, swift-log, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (0.59s)
[10550/82091] Fetching sql-kit, swift-nio
Fetched https://github.com/vapor/sql-kit.git from cache (4.33s)
Fetched https://github.com/apple/swift-nio.git from cache (4.42s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (6.07s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (0.64s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.26s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (4.13s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1710] Fetching swift-atomics
[1711/6101] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.43s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.43s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.94s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.47s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.64s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (0.56s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-metrics.git
[1/2206] Fetching swift-metrics
[1965/8165] Fetching swift-metrics, swift-algorithms
[2085/13139] Fetching swift-metrics, swift-algorithms, swift-distributed-tracing
[2130/14202] Fetching swift-metrics, swift-algorithms, swift-distributed-tracing, swift-service-context
[4222/17521] Fetching swift-metrics, swift-algorithms, swift-distributed-tracing, swift-service-context, multipart-kit
Fetched https://github.com/apple/swift-metrics.git from cache (0.38s)
Fetching https://github.com/apple/swift-nio-extras.git
[13624/21229] Fetching swift-algorithms, swift-distributed-tracing, swift-service-context, multipart-kit, swift-nio-extras
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.43s)
Fetching https://github.com/apple/swift-nio-http2.git
[13624/26842] Fetching swift-algorithms, swift-distributed-tracing, swift-service-context, multipart-kit, swift-nio-http2
Fetching https://github.com/vapor/websocket-kit.git
Fetched https://github.com/apple/swift-service-context.git from cache (1.59s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.60s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.60s)
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/vapor/multipart-kit.git from cache (1.66s)
Fetching https://github.com/vapor/console-kit.git
[1/2609] Fetching websocket-kit
[2610/23336] Fetching websocket-kit, routing-kit
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.12s)
[9450/37272] Fetching websocket-kit, routing-kit, swift-crypto
Fetching https://github.com/vapor/async-kit.git
[11180/42919] Fetching websocket-kit, routing-kit, swift-crypto, console-kit
Fetched https://github.com/vapor/websocket-kit.git from cache (0.41s)
[10237/40310] Fetching routing-kit, swift-crypto, console-kit
Fetching https://github.com/swift-server/async-http-client.git
[23699/55153] Fetching routing-kit, swift-crypto, console-kit, swift-nio-ssl
[26386/57523] Fetching routing-kit, swift-crypto, console-kit, swift-nio-ssl, async-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.62s)
[24926/51876] Fetching routing-kit, swift-crypto, swift-nio-ssl, async-kit
[29412/65890] Fetching routing-kit, swift-crypto, swift-nio-ssl, async-kit, async-http-client
Fetched https://github.com/vapor/async-kit.git from cache (0.39s)
[27322/63520] Fetching routing-kit, swift-crypto, swift-nio-ssl, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.43s)
Fetched https://github.com/vapor/routing-kit.git from cache (2.37s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.38s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.39s)
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.62s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.48s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.70s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.53s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.32s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.68s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2667] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.34s)
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.86s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.52s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.53s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-async-algorithms.git
[12/1141] Fetching swift-http-structured-headers
[983/2731] Fetching swift-http-structured-headers, swift-asn1
[1227/5157] Fetching swift-http-structured-headers, swift-asn1, swift-service-lifecycle
[1399/6061] Fetching swift-http-structured-headers, swift-asn1, swift-service-lifecycle, swift-http-types
[4650/12216] Fetching swift-http-structured-headers, swift-asn1, swift-service-lifecycle, swift-http-types, swift-certificates
[4732/17201] Fetching swift-http-structured-headers, swift-asn1, swift-service-lifecycle, swift-http-types, swift-certificates, swift-async-algorithms
Fetched https://github.com/apple/swift-http-types.git from cache (0.42s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.45s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.45s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.45s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.48s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.48s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.13s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.65s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.55s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.58s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.76s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.76s)
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.57s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (1.83s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (2.84s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (2.79s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.69s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (1.09s)
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.72s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.63s)
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.27.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.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.7.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.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/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
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.1
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/vapor/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/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
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.26.1
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/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-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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/vapor/fluent-kit.git
Working copy of https://github.com/vapor/fluent-kit.git resolved at 1.52.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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.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-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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
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/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Building for debugging...
[0/833] Write sources
[41/833] Compiling CNIOWindows WSAStartup.c
[42/833] Write sources
[43/833] Compiling CNIOWASI CNIOWASI.c
[44/833] Compiling CNIOWindows shim.c
[45/833] Write sources
[52/833] Compiling _NumericsShims _NumericsShims.c
[53/833] Compiling CVaporBcrypt bcrypt.c
[54/833] Compiling CNIOSHA1 c_nio_sha1.c
[55/833] Compiling CNIOLinux liburing_shims.c
[55/833] Compiling CVaporBcrypt blf.c
[57/833] Compiling _AtomicsShims.c
[58/833] Compiling CNIOLinux shim.c
[59/833] Compiling CSystem shims.c
[60/833] Compiling CNIODarwin shim.c
[61/833] Compiling CNIOLLHTTP c_nio_http.c
[62/833] Compiling CNIOExtrasZlib empty.c
[63/833] Compiling CNIOLLHTTP c_nio_api.c
[64/833] Compiling fiat_p256_adx_sqr.S
[65/833] Compiling fiat_curve25519_adx_square.S
[66/833] Compiling fiat_p256_adx_mul.S
[67/833] Compiling fiat_curve25519_adx_mul.S
[68/833] Write swift-version-24593BA9C3E375BF.txt
[69/833] Compiling CNIOLLHTTP c_nio_llhttp.c
[70/834] Compiling CNIOBoringSSLShims shims.c
[72/839] Emitting module _NIOBase64
[72/839] Compiling tls_method.cc
[73/839] Compiling tls_record.cc
[74/839] Compiling tls13_enc.cc
[75/839] Compiling tls13_server.cc
[76/839] Compiling tls13_client.cc
[77/839] Compiling tls13_both.cc
[79/902] Compiling _NIODataStructures _TinyArray.swift
[80/902] Compiling SystemPackage MachPort.swift
[81/902] Compiling SystemPackage PlatformString.swift
[82/902] Compiling SystemPackage SystemString.swift
[83/905] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[84/906] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[85/906] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[86/906] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[87/906] Compiling InternalCollectionsUtilities _SortedCollection.swift
[88/906] Compiling RealModule Float16+Real.swift
[89/906] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[90/906] Compiling InternalCollectionsUtilities Integer rank.swift
[91/907] Compiling _NIOBase64 Base64.swift
[94/907] Compiling ServiceContextModule ServiceContextKey.swift
[95/907] Emitting module RealModule
[96/907] Compiling RealModule Real.swift
[97/907] Compiling RealModule Float80+Real.swift
[98/908] Compiling _NIODataStructures Heap.swift
[99/908] Emitting module _NIODataStructures
[100/908] Compiling RealModule ElementaryFunctions.swift
[101/908] Compiling RealModule Float+Real.swift
[102/908] Compiling _NIODataStructures PriorityQueue.swift
[105/909] Compiling CoreMetrics Metrics.swift
[106/909] Compiling RealModule RealFunctions.swift
[107/909] Compiling InternalCollectionsUtilities Descriptions.swift
[108/909] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[109/909] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[110/909] Compiling InternalCollectionsUtilities Debugging.swift
[111/909] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[112/909] Compiling InternalCollectionsUtilities UInt+reversed.swift
[115/910] Emitting module InternalCollectionsUtilities
[116/910] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[117/911] Emitting module ServiceContextModule
[118/911] Compiling ServiceContextModule ServiceContext.swift
[119/912] Compiling SystemPackage Util+StringArray.swift
[120/912] Compiling SystemPackage Util.swift
[121/912] Compiling SystemPackage UtilConsumers.swift
[125/912] Emitting module SystemPackage
[130/918] Compiling Instrumentation NoOpInstrument.swift
[131/918] Compiling Instrumentation MultiplexInstrument.swift
[132/918] Emitting module Instrumentation
[132/918] Compiling ssl_x509.cc
[133/918] Compiling t1_enc.cc
[135/918] Emitting module CoreMetrics
[136/918] Compiling CoreMetrics Locks.swift
[137/918] Compiling Instrumentation InstrumentationSystem.swift
[138/918] Compiling Instrumentation Locks.swift
[139/918] Compiling Instrumentation Instrument.swift
[148/920] Compiling SystemPackage FileOperations.swift
[149/920] Compiling SystemPackage FilePath.swift
[150/920] Compiling SystemPackage FilePathComponentView.swift
[151/920] Compiling SystemPackage FilePathComponents.swift
[152/920] Compiling Logging MetadataProvider.swift
[153/920] Emitting module Logging
[154/920] Compiling SystemPackage Backcompat.swift
[155/920] Compiling SystemPackage CInterop.swift
[156/920] Compiling SystemPackage Constants.swift
[157/920] Compiling SystemPackage Exports.swift
[158/920] Compiling SystemPackage Mocking.swift
[159/920] Compiling SystemPackage RawBuffer.swift
[160/920] Compiling SystemPackage Syscalls.swift
[161/920] Compiling SystemPackage WindowsSyscallAdapters.swift
[162/920] Compiling Logging Locks.swift
[163/920] Compiling Logging Logging.swift
[164/920] Compiling Logging LogHandler.swift
[165/923] Compiling ssl_transcript.cc
[168/1045] Compiling ssl_versions.cc
[171/1139] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[172/1139] Compiling HeapModule Heap+Invariants.swift
[173/1159] Compiling HeapModule Heap+Descriptions.swift
[174/1159] Compiling DequeModule _DequeBuffer.swift
[175/1159] Compiling DequeModule _DequeBufferHeader.swift
[176/1161] Compiling HeapModule _HeapNode.swift
[177/1161] Compiling Tracing TracingTime.swift
[178/1161] Compiling HeapModule Heap.swift
[179/1161] Compiling DequeModule Deque+CustomReflectable.swift
[180/1161] Compiling DequeModule Deque+Descriptions.swift
[181/1161] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[182/1161] Compiling HashTreeCollections TreeSet+Debugging.swift
[183/1161] Compiling HashTreeCollections TreeSet+Descriptions.swift
[184/1161] Compiling HashTreeCollections TreeSet+Equatable.swift
[185/1161] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[186/1161] Compiling HashTreeCollections TreeSet+Extras.swift
[187/1161] Compiling HashTreeCollections TreeSet+Filter.swift
[188/1168] Compiling Tracing TracerProtocol.swift
[189/1168] Compiling HeapModule Heap+UnsafeHandle.swift
[190/1168] Emitting module HeapModule
[191/1169] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[192/1169] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[193/1169] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[194/1169] Compiling HashTreeCollections _HashNode+Structural merge.swift
[195/1169] Compiling HashTreeCollections TreeDictionary.swift
[196/1169] Compiling HashTreeCollections TreeSet+Codable.swift
[197/1169] Compiling HashTreeCollections TreeSet+Collection.swift
[198/1169] Compiling Tracing Tracer.swift
[199/1169] Compiling Tracing TracerProtocol+Legacy.swift
[201/1169] Compiling DequeModule Deque+Equatable.swift
[202/1169] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[203/1169] Compiling DequeModule Deque+Extras.swift
[204/1169] Compiling DequeModule Deque+Hashable.swift
[205/1169] Compiling HashTreeCollections TreeSet+Hashable.swift
[206/1169] Compiling HashTreeCollections TreeSet+Sendable.swift
[207/1169] Compiling HashTreeCollections TreeSet+Sequence.swift
[208/1169] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[209/1169] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[210/1169] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[211/1169] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[212/1169] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[213/1169] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[214/1169] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[215/1173] Compiling DequeModule _DequeSlot.swift
[216/1174] Compiling DequeModule _UnsafeWrappedBuffer.swift
[227/1179] Compiling DequeModule Deque+Codable.swift
[228/1179] Compiling DequeModule Deque+Collection.swift
[229/1179] Compiling DequeModule Deque+Testing.swift
[230/1179] Compiling DequeModule Deque._Storage.swift
[231/1179] Compiling DequeModule Deque._UnsafeHandle.swift
[232/1179] Compiling DequeModule Deque.swift
[233/1179] Compiling Tracing NoOpTracer.swift
[234/1179] Compiling Tracing InstrumentationSystem+Tracing.swift
[235/1179] Emitting module Tracing
[236/1179] Compiling Tracing SpanProtocol.swift
[237/1180] Compiling HashTreeCollections _UnsafePath.swift
[238/1180] Compiling HashTreeCollections TreeDictionary+Codable.swift
[239/1180] Compiling HashTreeCollections TreeDictionary+Collection.swift
[240/1180] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[241/1180] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[242/1180] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[243/1180] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[244/1180] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[253/1180] Compiling HashTreeCollections _HashNode+Structural union.swift
[254/1180] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[255/1180] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[256/1180] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[257/1180] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[258/1180] Compiling HashTreeCollections _HashNode.swift
[259/1180] Compiling HashTreeCollections _HashNodeHeader.swift
[260/1180] Compiling HashTreeCollections _HashSlot.swift
[261/1180] Compiling HashTreeCollections _HashStack.swift
[262/1180] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[263/1180] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[264/1180] Compiling HashTreeCollections _HashNode+Storage.swift
[265/1180] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[266/1180] Compiling HashTreeCollections _HashNode+Structural filter.swift
[267/1180] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[268/1180] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[270/1180] Compiling OrderedCollections OrderedSet+Sendable.swift
[271/1180] Compiling OrderedCollections OrderedSet+SubSequence.swift
[272/1180] Compiling OrderedCollections OrderedSet+Testing.swift
[273/1180] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[274/1180] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[275/1180] Compiling OrderedCollections OrderedSet.swift
[276/1180] Compiling OrderedCollections _UnsafeBitset.swift
[277/1180] Compiling HashTreeCollections TreeDictionary+Merge.swift
[278/1180] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[279/1180] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[280/1180] Compiling HashTreeCollections TreeDictionary+Values.swift
[281/1180] Emitting module DequeModule
[283/1181] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[284/1181] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[285/1181] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[286/1181] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[287/1181] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[288/1181] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[289/1181] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[290/1181] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[291/1181] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[292/1181] Compiling HashTreeCollections TreeSet.swift
[304/1181] Compiling RoutingKit AnyRouter.swift
[305/1181] Emitting module RoutingKit
[306/1181] Emitting module OrderedCollections
[350/1191] Compiling RoutingKit PathComponent.swift
[361/1191] Compiling ssl_stat.cc
[363/1191] Compiling RoutingKit Router.swift
[364/1191] Compiling RoutingKit TrieRouter.swift
[365/1191] Emitting module _RopeModule
[366/1191] Compiling RoutingKit Parameters.swift
[396/1192] Emitting module Metrics
[397/1192] Compiling Metrics Metrics.swift
[399/1193] Compiling ssl_privkey.cc
[433/1193] Compiling ssl_session.cc
[435/1193] Emitting module HashTreeCollections
[436/1194] Compiling _RopeModule Rope+Join.swift
[437/1194] Compiling _RopeModule Rope+MutatingForEach.swift
[438/1194] Compiling _RopeModule Rope+Remove.swift
[439/1194] Compiling _RopeModule Rope+RemoveSubrange.swift
[440/1194] Compiling _RopeModule Rope+Split.swift
[441/1194] Compiling _RopeModule Optional Utilities.swift
[442/1194] Compiling _RopeModule String Utilities.swift
[443/1194] Compiling _RopeModule String.Index+ABI.swift
[444/1194] Compiling _RopeModule _CharacterRecognizer.swift
[444/1195] Compiling ssl_key_share.cc
[447/1195] Compiling ssl_file.cc
[448/1195] Compiling ssl_lib.cc
[449/1195] Compiling ssl_cipher.cc
[450/1195] Compiling ssl_credential.cc
[451/1195] Compiling ssl_cert.cc
[452/1195] Compiling ssl_asn1.cc
[453/1195] Compiling ssl_buffer.cc
[454/1195] Compiling s3_pkt.cc
[455/1195] Compiling ssl_aead_ctx.cc
[456/1195] Compiling s3_lib.cc
[457/1195] Compiling s3_both.cc
[458/1195] Compiling handshake_client.cc
[459/1195] Compiling handshake_server.cc
[460/1195] Compiling handshake.cc
[461/1195] Compiling handoff.cc
[462/1195] Compiling encrypted_client_hello.cc
[463/1195] Compiling dtls_record.cc
[464/1195] Compiling extensions.cc
[465/1195] Compiling md5-x86_64-linux.S
[466/1195] Compiling md5-x86_64-apple.S
[467/1195] Compiling md5-586-linux.S
[468/1195] Compiling md5-586-apple.S
[469/1195] Compiling dtls_method.cc
[470/1195] Compiling chacha20_poly1305_x86_64-linux.S
[471/1195] Compiling chacha20_poly1305_x86_64-apple.S
[472/1195] Compiling d1_srtp.cc
[473/1195] Compiling chacha20_poly1305_armv8-win.S
[474/1195] Compiling chacha20_poly1305_armv8-apple.S
[475/1195] Compiling chacha20_poly1305_armv8-linux.S
[476/1195] Compiling chacha-x86_64-linux.S
[477/1195] Compiling chacha-x86_64-apple.S
[478/1195] Compiling chacha-x86-linux.S
[479/1195] Compiling chacha-x86-apple.S
[480/1195] Compiling chacha-armv8-win.S
[481/1195] Compiling chacha-armv8-apple.S
[482/1195] Compiling chacha-armv8-linux.S
[483/1195] Compiling chacha-armv4-linux.S
[484/1195] Compiling d1_pkt.cc
[485/1195] Compiling aes128gcmsiv-x86_64-linux.S
[486/1195] Compiling aes128gcmsiv-x86_64-apple.S
[487/1195] Compiling x86_64-mont5-linux.S
[488/1195] Compiling x86_64-mont5-apple.S
[489/1195] Compiling x86_64-mont-linux.S
[490/1195] Compiling err_data.cc
[491/1195] Compiling x86_64-mont-apple.S
[492/1195] Compiling x86-mont-apple.S
[493/1195] Compiling x86-mont-linux.S
[494/1195] Compiling bio_ssl.cc
[495/1195] Compiling vpaes-x86_64-linux.S
[496/1195] Compiling vpaes-x86_64-apple.S
[497/1195] Compiling d1_lib.cc
[498/1195] Compiling vpaes-x86-linux.S
[499/1195] Compiling vpaes-armv8-win.S
[500/1195] Compiling vpaes-x86-apple.S
[501/1195] Compiling vpaes-armv8-linux.S
[502/1195] Compiling vpaes-armv8-apple.S
[503/1195] Compiling d1_both.cc
[504/1195] Compiling vpaes-armv7-linux.S
[504/1195] Compiling sha512-x86_64-linux.S
[506/1195] Compiling sha512-armv8-win.S
[506/1195] Compiling sha512-x86_64-apple.S
[508/1195] Compiling sha512-armv8-apple.S
[509/1195] Compiling sha512-armv4-linux.S
[510/1195] Compiling sha512-armv8-linux.S
[511/1195] Compiling sha512-586-linux.S
[512/1195] Compiling sha256-x86_64-linux.S
[513/1195] Compiling sha512-586-apple.S
[514/1195] Compiling sha256-x86_64-apple.S
[515/1195] Compiling sha256-armv8-win.S
[516/1195] Compiling sha256-armv8-linux.S
[517/1195] Compiling sha256-armv8-apple.S
[517/1195] Compiling sha256-armv4-linux.S
[519/1195] Compiling sha256-586-linux.S
[520/1195] Compiling sha1-armv8-win.S
[521/1195] Compiling sha1-x86_64-linux.S
[521/1195] Compiling sha256-586-apple.S
[523/1195] Compiling sha1-x86_64-apple.S
[524/1195] Compiling sha1-armv4-large-linux.S
[525/1195] Compiling sha1-armv8-apple.S
[526/1195] Compiling sha1-armv8-linux.S
[527/1195] Compiling sha1-586-linux.S
[528/1195] Compiling rdrand-x86_64-linux.S
[529/1195] Compiling rsaz-avx2-linux.S
[530/1195] Compiling sha1-586-apple.S
[531/1195] Compiling rsaz-avx2-apple.S
[532/1195] Compiling rdrand-x86_64-apple.S
[533/1195] Compiling p256_beeu-x86_64-asm-linux.S
[534/1195] Compiling p256_beeu-x86_64-asm-apple.S
[535/1195] Compiling p256_beeu-armv8-asm-win.S
[536/1195] Compiling p256_beeu-armv8-asm-apple.S
[537/1195] Compiling p256_beeu-armv8-asm-linux.S
[538/1195] Compiling p256-x86_64-asm-linux.S
[539/1195] Compiling p256-x86_64-asm-apple.S
[540/1195] Compiling p256-armv8-asm-win.S
[541/1195] Compiling p256-armv8-asm-apple.S
[542/1195] Compiling ghashv8-armv8-apple.S
[543/1195] Compiling ghashv8-armv8-win.S
[544/1195] Compiling ghash-x86_64-linux.S
[544/1195] Compiling ghashv8-armv8-linux.S
[546/1195] Compiling p256-armv8-asm-linux.S
[547/1195] Compiling ghashv8-armv7-linux.S
[548/1195] Compiling ghash-x86_64-apple.S
[549/1195] Compiling ghash-x86-apple.S
[550/1195] Compiling ghash-ssse3-x86_64-linux.S
[551/1195] Compiling ghash-ssse3-x86-linux.S
[552/1195] Compiling ghash-x86-linux.S
[553/1195] Compiling ghash-ssse3-x86_64-apple.S
[554/1195] Compiling ghash-ssse3-x86-apple.S
[555/1195] Compiling ghash-neon-armv8-win.S
[556/1195] Compiling ghash-neon-armv8-linux.S
[557/1195] Compiling ghash-neon-armv8-apple.S
[558/1195] Compiling ghash-armv4-linux.S
[559/1195] Compiling bsaes-armv7-linux.S
[560/1195] Compiling bn-armv8-win.S
[561/1195] Compiling co-586-linux.S
[562/1195] Compiling co-586-apple.S
[563/1195] Compiling bn-armv8-linux.S
[564/1195] Compiling bn-armv8-apple.S
[565/1195] Compiling bn-586-linux.S
[566/1195] Compiling bn-586-apple.S
[567/1195] Compiling armv8-mont-win.S
[568/1195] Compiling armv8-mont-apple.S
[569/1195] Compiling armv4-mont-linux.S
[570/1195] Compiling aesv8-gcm-armv8-win.S
[571/1195] Compiling armv8-mont-linux.S
[572/1195] Compiling aesv8-armv8-win.S
[573/1195] Compiling aesv8-gcm-armv8-apple.S
[574/1195] Compiling aesv8-gcm-armv8-linux.S
[575/1195] Compiling aesv8-armv8-apple.S
[576/1195] Compiling aesv8-armv8-linux.S
[577/1195] Compiling aesv8-armv7-linux.S
[578/1195] Compiling aesni-x86_64-linux.S
[579/1195] Compiling aesni-x86_64-apple.S
[580/1195] Compiling aesni-x86-apple.S
[581/1195] Compiling aesni-x86-linux.S
[582/1195] Compiling aesni-gcm-x86_64-linux.S
[583/1195] Compiling aes-gcm-avx2-x86_64-linux.S
[584/1195] Compiling aesni-gcm-x86_64-apple.S
[585/1195] Compiling aes-gcm-avx2-x86_64-apple.S
[586/1195] Compiling aes-gcm-avx10-x86_64-linux.S
[587/1195] Compiling aes-gcm-avx10-x86_64-apple.S
[588/1195] Compiling x_x509a.cc
[589/1195] Compiling x_val.cc
[590/1195] Compiling x_x509.cc
[591/1195] Compiling x_name.cc
[592/1195] Compiling x_sig.cc
[593/1195] Compiling x_spki.cc
[594/1195] Compiling x_pubkey.cc
[595/1195] Compiling x_req.cc
[596/1195] Compiling x_crl.cc
[597/1195] Compiling x509name.cc
[598/1195] Compiling x_attrib.cc
[599/1195] Compiling x_exten.cc
[600/1195] Compiling x_algor.cc
[601/1195] Compiling x_all.cc
[602/1195] Compiling x509spki.cc
[603/1195] Compiling x509rset.cc
[604/1195] Compiling x509cset.cc
[605/1195] Compiling x509_vfy.cc
[606/1195] Compiling x509_v3.cc
[607/1195] Compiling x509_vpm.cc
[608/1195] Compiling x509_txt.cc
[609/1195] Compiling x509_trs.cc
[610/1195] Compiling x509_set.cc
[611/1195] Compiling x509_req.cc
[612/1195] Compiling x509_obj.cc
[613/1195] Compiling x509_ext.cc
[614/1195] Compiling x509_d2.cc
[615/1195] Compiling x509_def.cc
[616/1195] Compiling x509_att.cc
[617/1195] Compiling x509.cc
[618/1195] Compiling x509_cmp.cc
[619/1195] Compiling x509_lu.cc
[620/1195] Compiling v3_purp.cc
[621/1195] Compiling v3_prn.cc
[622/1195] Compiling v3_utl.cc
[623/1195] Compiling v3_skey.cc
[624/1195] Compiling v3_pcons.cc
[625/1195] Compiling v3_pmaps.cc
[626/1195] Compiling v3_lib.cc
[627/1195] Compiling v3_ncons.cc
[628/1195] Compiling v3_ocsp.cc
[629/1195] Compiling v3_int.cc
[630/1195] Compiling v3_info.cc
[631/1195] Compiling v3_genn.cc
[632/1195] Compiling v3_ia5.cc
[633/1195] Compiling v3_crld.cc
[634/1195] Compiling v3_cpols.cc
[635/1195] Compiling v3_enum.cc
[636/1195] Compiling v3_extku.cc
[637/1195] Compiling v3_conf.cc
[638/1195] Compiling v3_alt.cc
[639/1195] Compiling v3_bitst.cc
[640/1195] Compiling v3_bcons.cc
[641/1195] Compiling t_x509a.cc
[642/1195] Compiling v3_akeya.cc
[643/1195] Compiling v3_akey.cc
[644/1195] Compiling t_x509.cc
[645/1195] Compiling i2d_pr.cc
[646/1195] Compiling t_crl.cc
[647/1195] Compiling t_req.cc
[648/1195] Compiling policy.cc
[649/1195] Compiling rsa_pss.cc
[650/1195] Compiling name_print.cc
[651/1195] Compiling by_file.cc
[652/1195] Compiling by_dir.cc
[653/1195] Compiling algorithm.cc
[654/1195] Compiling a_digest.cc
[655/1195] Compiling asn1_gen.cc
[656/1195] Compiling a_sign.cc
[657/1195] Compiling a_verify.cc
[658/1195] Compiling voprf.cc
[659/1195] Compiling trust_token.cc
[660/1195] Compiling pmbtoken.cc
[661/1195] Compiling thread_win.cc
[662/1195] Compiling thread_none.cc
[663/1195] Compiling thread.cc
[664/1195] Compiling thread_pthread.cc
[665/1195] Compiling stack.cc
[666/1195] Compiling sha512.cc
[667/1195] Compiling sha256.cc
[668/1195] Compiling spake2plus.cc
[669/1195] Compiling slhdsa.cc
[670/1195] Compiling rsa_print.cc
[671/1195] Compiling sha1.cc
[672/1195] Compiling siphash.cc
[673/1195] Compiling rsa_extra.cc
[674/1195] Compiling rc4.cc
[675/1195] Compiling refcount.cc
[676/1195] Compiling trusty.cc
[677/1195] Compiling rsa_crypt.cc
[678/1195] Compiling rand.cc
[679/1195] Compiling windows.cc
[680/1195] Compiling urandom.cc
[681/1195] Compiling rsa_asn1.cc
[682/1195] Compiling getentropy.cc
[683/1195] Compiling poly1305_arm_asm.S
[684/1195] Compiling forkunsafe.cc
[685/1195] Compiling passive.cc
[686/1195] Compiling ios.cc
[687/1195] Compiling fork_detect.cc
[688/1195] Compiling deterministic.cc
[689/1195] Compiling poly1305_vec.cc
[690/1195] Compiling poly1305_arm.cc
[691/1195] Compiling pool.cc
[692/1195] Compiling poly1305.cc
[693/1195] Compiling p5_pbev2.cc
[694/1195] Compiling pkcs7.cc
[695/1195] Compiling pem_xaux.cc
[696/1195] Compiling pkcs7_x509.cc
[697/1195] Compiling pkcs8.cc
[698/1195] Compiling pkcs8_x509.cc
[699/1195] Compiling pem_x509.cc
[700/1195] Compiling pem_oth.cc
[701/1195] Compiling pem_pkey.cc
[702/1195] Compiling pem_lib.cc
[703/1195] Compiling obj_xref.cc
[704/1195] Compiling pem_pk8.cc
[705/1195] Compiling mlkem.cc
[706/1195] Compiling pem_all.cc
[707/1195] Compiling pem_info.cc
[708/1195] Compiling obj.cc
[709/1195] Compiling mldsa.cc
[709/1195] Compiling mem.cc
[711/1195] Compiling fips_shared_support.cc
[712/1195] Compiling md5.cc
[713/1195] Compiling md4.cc
[714/1195] Compiling poly_rq_mul.S
[715/1195] Compiling lhash.cc
[716/1195] Compiling kyber.cc
[717/1195] Compiling ex_data.cc
[718/1195] Compiling sign.cc
[719/1195] Compiling hpke.cc
[720/1195] Compiling hrss.cc
[721/1195] Compiling scrypt.cc
[722/1195] Compiling pbkdf.cc
[723/1195] Compiling p_x25519.cc
[724/1195] Compiling print.cc
[725/1195] Compiling p_x25519_asn1.cc
[726/1195] Compiling p_rsa_asn1.cc
[727/1195] Compiling p_rsa.cc
[728/1195] Compiling p_ed25519.cc
[729/1195] Compiling p_hkdf.cc
[730/1195] Compiling p_ed25519_asn1.cc
[731/1195] Compiling p_ec_asn1.cc
[732/1195] Compiling p_ec.cc
[733/1195] Compiling p_dh_asn1.cc
[734/1195] Compiling p_dsa_asn1.cc
[735/1195] Compiling evp.cc
[736/1195] Compiling p_dh.cc
[737/1195] Compiling evp_ctx.cc
[738/1195] Compiling evp_asn1.cc
[739/1195] Compiling err.cc
[740/1195] Compiling engine.cc
[741/1195] Compiling ec_derive.cc
[742/1195] Compiling ecdh.cc
[743/1195] Compiling hash_to_curve.cc
[744/1195] Compiling ecdsa_asn1.cc
[745/1195] Compiling bcm.cc
[746/1195] Compiling dsa_asn1.cc
[747/1195] Compiling dsa.cc
[748/1195] Compiling ec_asn1.cc
[749/1195] Compiling x25519-asm-arm.S
[750/1195] Compiling params.cc
[751/1195] Compiling digest_extra.cc
[752/1195] Compiling dh_asn1.cc
[753/1195] Compiling des.cc
[754/1195] Compiling curve25519_64_adx.cc
[755/1195] Compiling spake25519.cc
[756/1195] Compiling curve25519.cc
[757/1195] Compiling cpu_arm_linux.cc
[758/1195] Compiling cpu_intel.cc
[759/1195] Compiling crypto.cc
[760/1195] Compiling cpu_aarch64_win.cc
[761/1195] Compiling cpu_aarch64_openbsd.cc
[762/1195] Compiling cpu_aarch64_sysreg.cc
[763/1195] Compiling cpu_aarch64_linux.cc
[764/1195] Compiling cpu_arm_freebsd.cc
[765/1195] Compiling cpu_aarch64_apple.cc
[766/1195] Compiling cpu_aarch64_fuchsia.cc
[767/1195] Compiling conf.cc
[768/1195] Compiling tls_cbc.cc
[769/1195] Compiling get_cipher.cc
[770/1195] Compiling e_rc4.cc
[771/1195] Compiling e_tls.cc
[772/1195] Compiling e_rc2.cc
[773/1195] Compiling e_null.cc
[774/1195] Compiling e_des.cc
[775/1195] Compiling e_chacha20poly1305.cc
[776/1195] Compiling chacha.cc
[777/1195] Compiling e_aesgcmsiv.cc
[778/1195] Compiling derive_key.cc
[779/1195] Compiling e_aesctrhmac.cc
[780/1195] Compiling unicode.cc
[781/1195] Compiling cbs.cc
[782/1195] Compiling cbb.cc
[783/1195] Compiling buf.cc
[784/1195] Compiling blake2.cc
[785/1195] Compiling bn_asn1.cc
[786/1195] Compiling convert.cc
[787/1195] Compiling asn1_compat.cc
[788/1195] Compiling ber.cc
[789/1195] Compiling socket_helper.cc
[790/1195] Compiling socket.cc
[791/1195] Compiling printf.cc
[792/1195] Compiling pair.cc
[793/1195] Compiling hexdump.cc
[794/1195] Compiling errno.cc
[795/1195] Compiling fd.cc
[796/1195] Compiling file.cc
[797/1195] Compiling connect.cc
[798/1195] Compiling bio_mem.cc
[799/1195] Compiling bio.cc
[800/1195] Compiling base64.cc
[801/1195] Compiling tasn_utl.cc
[802/1195] Compiling tasn_typ.cc
[803/1195] Compiling f_string.cc
[804/1195] Compiling tasn_enc.cc
[805/1195] Compiling tasn_fre.cc
[806/1195] Compiling posix_time.cc
[807/1195] Compiling tasn_new.cc
[808/1195] Compiling tasn_dec.cc
[809/1195] Compiling f_int.cc
[810/1195] Compiling asn_pack.cc
[811/1195] Compiling asn1_par.cc
[812/1195] Compiling a_type.cc
[813/1195] Compiling asn1_lib.cc
[814/1195] Compiling a_utctm.cc
[815/1195] Compiling a_time.cc
[816/1195] Compiling a_octet.cc
[817/1195] Compiling a_strnid.cc
[818/1195] Compiling a_strex.cc
[819/1195] Compiling a_i2d_fp.cc
[820/1195] Compiling a_object.cc
[821/1195] Compiling a_dup.cc
[822/1195] Compiling a_d2i_fp.cc
[823/1195] Compiling a_int.cc
[824/1195] Compiling fiat_p256_adx_sqr.S
[825/1195] Compiling a_mbstr.cc
[826/1195] Compiling fiat_p256_adx_mul.S
[827/1195] Compiling fiat_curve25519_adx_square.S
[828/1195] Compiling a_gentm.cc
[829/1195] Compiling a_bool.cc
[830/1195] Compiling fiat_curve25519_adx_mul.S
[831/1195] Compiling md5-x86_64-linux.S
[832/1195] Compiling md5-x86_64-apple.S
[833/1195] Compiling md5-586-linux.S
[834/1195] Compiling md5-586-apple.S
[835/1195] Compiling a_bitstr.cc
[836/1195] Compiling CCryptoBoringSSLShims shims.c
[837/1195] Compiling chacha20_poly1305_x86_64-linux.S
[838/1195] Compiling chacha20_poly1305_x86_64-apple.S
[839/1195] Compiling chacha20_poly1305_armv8-win.S
[840/1195] Compiling chacha20_poly1305_armv8-apple.S
[841/1195] Compiling chacha-x86_64-linux.S
[842/1195] Compiling chacha-x86_64-apple.S
[843/1195] Compiling chacha20_poly1305_armv8-linux.S
[844/1195] Compiling chacha-x86-apple.S
[845/1195] Compiling chacha-x86-linux.S
[846/1195] Compiling chacha-armv8-win.S
[847/1195] Compiling chacha-armv8-apple.S
[848/1195] Compiling chacha-armv4-linux.S
[849/1195] Compiling aes128gcmsiv-x86_64-linux.S
[850/1195] Compiling chacha-armv8-linux.S
[851/1195] Compiling aes128gcmsiv-x86_64-apple.S
[852/1195] Compiling x86_64-mont5-linux.S
[853/1195] Compiling x86_64-mont5-apple.S
[854/1195] Compiling x86_64-mont-apple.S
[855/1195] Compiling x86_64-mont-linux.S
[856/1195] Compiling x86-mont-linux.S
[857/1195] Compiling x86-mont-apple.S
[858/1195] Compiling vpaes-x86_64-linux.S
[859/1195] Compiling vpaes-x86_64-apple.S
[860/1195] Compiling vpaes-x86-apple.S
[861/1195] Compiling vpaes-x86-linux.S
[862/1195] Compiling vpaes-armv8-win.S
[863/1195] Compiling vpaes-armv8-apple.S
[864/1195] Compiling vpaes-armv8-linux.S
[865/1195] Compiling vpaes-armv7-linux.S
[866/1195] Compiling sha512-x86_64-linux.S
[867/1195] Compiling err_data.cc
[868/1195] Compiling sha512-armv8-win.S
[869/1195] Compiling sha512-x86_64-apple.S
[870/1195] Compiling sha512-armv4-linux.S
[871/1195] Compiling sha512-586-linux.S
[872/1195] Compiling sha512-armv8-apple.S
[873/1195] Compiling sha512-armv8-linux.S
[874/1195] Compiling sha512-586-apple.S
[875/1195] Compiling sha256-x86_64-apple.S
[875/1195] Compiling sha256-armv8-win.S
[877/1195] Compiling sha256-x86_64-linux.S
[878/1195] Compiling sha256-armv8-linux.S
[879/1195] Compiling sha256-armv8-apple.S
[880/1195] Compiling sha256-586-linux.S
[881/1195] Compiling sha256-586-apple.S
[882/1195] Compiling sha256-armv4-linux.S
[883/1195] Compiling sha1-x86_64-linux.S
[884/1195] Compiling sha1-armv8-win.S
[885/1195] Compiling sha1-x86_64-apple.S
[886/1195] Compiling sha1-armv8-apple.S
[887/1195] Compiling sha1-armv4-large-linux.S
[888/1195] Compiling sha1-586-apple.S
[889/1195] Compiling sha1-586-linux.S
[890/1195] Compiling sha1-armv8-linux.S
[891/1195] Compiling rsaz-avx2-linux.S
[892/1195] Compiling rdrand-x86_64-linux.S
[893/1195] Compiling rsaz-avx2-apple.S
[894/1195] Compiling rdrand-x86_64-apple.S
[895/1195] Compiling p256_beeu-x86_64-asm-linux.S
[896/1195] Compiling p256_beeu-x86_64-asm-apple.S
[897/1195] Compiling p256_beeu-armv8-asm-win.S
[898/1195] Compiling p256_beeu-armv8-asm-linux.S
[899/1195] Compiling p256_beeu-armv8-asm-apple.S
[900/1195] Compiling p256-x86_64-asm-apple.S
[901/1195] Compiling p256-x86_64-asm-linux.S
[902/1195] Compiling p256-armv8-asm-win.S
[903/1195] Compiling p256-armv8-asm-apple.S
[904/1195] Compiling p256-armv8-asm-linux.S
[904/1195] Compiling ghashv8-armv8-linux.S
[906/1195] Compiling ghashv8-armv8-win.S
[907/1195] Compiling ghashv8-armv7-linux.S
[908/1195] Compiling ghash-x86-linux.S
[909/1195] Compiling ghashv8-armv8-apple.S
[909/1195] Compiling ghash-x86_64-linux.S
[909/1195] Compiling ghash-x86_64-apple.S
[912/1195] Compiling ghash-ssse3-x86_64-linux.S
[913/1195] Compiling ghash-x86-apple.S
[914/1195] Compiling ghash-neon-armv8-win.S
[914/1195] Compiling ghash-neon-armv8-linux.S
[916/1195] Compiling ghash-ssse3-x86-linux.S
[917/1195] Compiling ghash-ssse3-x86-apple.S
[917/1195] Compiling ghash-neon-armv8-apple.S
[919/1195] Compiling ghash-ssse3-x86_64-apple.S
[920/1195] Compiling ghash-armv4-linux.S
[921/1195] Compiling bsaes-armv7-linux.S
[922/1195] Compiling bn-armv8-win.S
[923/1195] Compiling bn-armv8-linux.S
[924/1195] Compiling co-586-linux.S
[925/1195] Compiling co-586-apple.S
[926/1195] Compiling bn-armv8-apple.S
[927/1195] Compiling bn-586-linux.S
[928/1195] Compiling bn-586-apple.S
[929/1195] Compiling armv8-mont-win.S
[930/1195] Compiling armv8-mont-apple.S
[931/1195] Compiling armv8-mont-linux.S
[932/1195] Compiling armv4-mont-linux.S
[933/1195] Compiling aesv8-gcm-armv8-apple.S
[934/1195] Compiling aesv8-gcm-armv8-win.S
[935/1195] Compiling aesv8-armv8-win.S
[936/1195] Compiling aesv8-gcm-armv8-linux.S
[937/1195] Compiling aesv8-armv8-apple.S
[938/1195] Compiling aesv8-armv8-linux.S
[939/1195] Compiling aesni-x86_64-linux.S
[940/1195] Compiling aesv8-armv7-linux.S
[941/1195] Compiling aesni-x86_64-apple.S
[942/1195] Compiling aesni-x86-linux.S
[943/1195] Compiling aesni-gcm-x86_64-linux.S
[944/1195] Compiling aesni-x86-apple.S
[945/1195] Compiling aesni-gcm-x86_64-apple.S
[946/1195] Compiling aes-gcm-avx10-x86_64-apple.S
[947/1195] Compiling aes-gcm-avx10-x86_64-linux.S
[948/1195] Compiling c-nioatomics.c
[949/1195] Compiling x_x509a.cc
[950/1195] Compiling x_val.cc
[951/1195] Compiling x_spki.cc
[952/1195] Compiling x_sig.cc
[953/1195] Compiling x_req.cc
[954/1195] Compiling x_x509.cc
[955/1195] Compiling c-atomics.c
[956/1195] Compiling x_pubkey.cc
[957/1201] Compiling x_name.cc
[958/1201] Compiling x_attrib.cc
[960/1201] Compiling NIOConcurrencyHelpers lock.swift
[960/1201] Compiling x_algor.cc
[961/1201] Compiling x_crl.cc
[963/1201] Compiling NIOConcurrencyHelpers NIOLock.swift
[963/1201] Compiling x_exten.cc
[964/1201] Compiling x_all.cc
[966/1201] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[967/1201] Compiling NIOConcurrencyHelpers atomics.swift
[968/1201] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[969/1201] Emitting module NIOConcurrencyHelpers
[970/1202] Compiling x509spki.cc
[971/1202] Compiling x509rset.cc
[972/1202] Compiling x509name.cc
[973/1202] Compiling x509_vpm.cc
[974/1228] Compiling x509cset.cc
[975/1228] Compiling x509_vfy.cc
[976/1228] Compiling x509_v3.cc
[977/1228] Compiling x509_trs.cc
[978/1228] Compiling x509_txt.cc
[980/1228] Compiling ConsoleKitTerminal ActivityBar.swift
[981/1228] Compiling ConsoleKitTerminal ActivityIndicator.swift
[982/1228] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[983/1228] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[984/1231] Compiling ConsoleKitTerminal Console+Confirm.swift
[985/1231] Compiling ConsoleKitTerminal Console+Input.swift
[986/1231] Compiling ConsoleKitTerminal Console+Center.swift
[987/1231] Compiling ConsoleKitTerminal Console+Output.swift
[988/1231] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[989/1231] Compiling ConsoleKitTerminal ConsoleClear.swift
[990/1231] Compiling ConsoleKitTerminal Console+Ask.swift
[991/1231] Compiling ConsoleKitTerminal Console+Choose.swift
[991/1231] Compiling x509_obj.cc
[991/1231] Compiling x509_set.cc
[993/1231] Compiling x509_ext.cc
[995/1231] Emitting module ConsoleKitTerminal
[996/1231] Compiling ConsoleKitTerminal CustomActivity.swift
[997/1231] Compiling ConsoleKitTerminal LoadingBar.swift
[998/1231] Compiling ConsoleKitTerminal ProgressBar.swift
[999/1231] Compiling ConsoleKitTerminal Console+Clear.swift
[1000/1231] Compiling ConsoleKitTerminal ConsoleText.swift
[1001/1231] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1002/1231] Compiling ConsoleKitTerminal ANSI.swift
[1003/1231] Compiling ConsoleKitTerminal Console+Wait.swift
[1004/1231] Compiling ConsoleKitTerminal ConsoleColor.swift
[1005/1231] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1006/1231] Compiling ConsoleKitTerminal Console.swift
[1007/1231] Compiling ConsoleKitTerminal Terminal.swift
[1008/1231] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1008/1231] Compiling x509_lu.cc
[1009/1231] Compiling x509_req.cc
[1010/1231] Compiling x509_d2.cc
[1011/1231] Compiling x509_def.cc
[1013/1231] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1014/1231] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1015/1231] Compiling ConsoleKitTerminal LoggerFragment.swift
[1015/1232] Compiling x509_cmp.cc
[1016/1232] Compiling x509.cc
[1018/1232] Compiling x509_att.cc
[1019/1248] Compiling v3_skey.cc
[1020/1254] Compiling v3_utl.cc
[1021/1254] Compiling v3_prn.cc
[1023/1254] Emitting module ConsoleKitCommands
[1023/1256] Compiling v3_purp.cc
[1025/1256] Compiling ConsoleKitCommands CommandSignature.swift
[1026/1256] Compiling ConsoleKitCommands Flag.swift
[1027/1256] Compiling ConsoleKitCommands Option.swift
[1027/1256] Compiling v3_ocsp.cc
[1028/1256] Compiling v3_pmaps.cc
[1030/1256] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1031/1256] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1032/1256] Compiling ConsoleKitCommands Argument.swift
[1033/1256] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1034/1256] Compiling ConsoleKitCommands Utilities.swift
[1035/1256] Compiling ConsoleKitCommands AsyncCommands.swift
[1036/1256] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1037/1256] Compiling ConsoleKitCommands AnyCommand.swift
[1038/1256] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1039/1256] Compiling ConsoleKitCommands AsyncCommand.swift
[1040/1256] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1040/1256] Compiling v3_pcons.cc
[1041/1256] Compiling v3_lib.cc
[1042/1256] Compiling v3_ncons.cc
[1043/1256] Compiling v3_int.cc
[1044/1256] Compiling v3_info.cc
[1046/1256] Compiling ConsoleKitCommands CommandGroup.swift
[1047/1256] Compiling ConsoleKitCommands CommandInput.swift
[1048/1256] Compiling ConsoleKitCommands Commands.swift
[1049/1256] Compiling ConsoleKitCommands Command.swift
[1050/1256] Compiling ConsoleKitCommands CommandContext.swift
[1051/1256] Compiling ConsoleKitCommands CommandError.swift
[1052/1256] Compiling ConsoleKitCommands Console+Run.swift
[1053/1256] Compiling ConsoleKitCommands ConsoleError.swift
[1054/1256] Compiling ConsoleKitCommands Completion.swift
[1054/1257] Compiling v3_ia5.cc
[1056/1257] Compiling v3_genn.cc
[1057/1257] Compiling v3_extku.cc
[1058/1259] Compiling v3_crld.cc
[1059/1259] Compiling v3_enum.cc
[1060/1259] Compiling v3_cpols.cc
[1062/1259] Compiling ConsoleKit Exports.swift
[1063/1259] Emitting module ConsoleKit
[1063/1260] Compiling v3_conf.cc
[1065/1260] Compiling v3_bitst.cc
[1066/1260] Compiling v3_bcons.cc
[1067/1260] Compiling v3_alt.cc
[1068/1260] Compiling v3_akeya.cc
[1069/1260] Compiling v3_akey.cc
[1070/1260] Compiling t_x509.cc
[1071/1260] Compiling t_x509a.cc
[1072/1260] Compiling t_crl.cc
[1073/1260] Compiling t_req.cc
[1074/1260] Compiling rsa_pss.cc
[1075/1260] Compiling i2d_pr.cc
[1076/1260] Compiling policy.cc
[1077/1260] Compiling by_dir.cc
[1078/1260] Compiling name_print.cc
[1079/1260] Compiling by_file.cc
[1080/1260] Compiling algorithm.cc
[1081/1260] Compiling asn1_gen.cc
[1082/1260] Compiling a_verify.cc
[1083/1260] Compiling a_digest.cc
[1084/1260] Compiling a_sign.cc
[1085/1260] Compiling thread_win.cc
[1086/1260] Compiling thread_pthread.cc
[1087/1260] Compiling thread_none.cc
[1088/1260] Compiling trust_token.cc
[1089/1260] Compiling voprf.cc
[1090/1260] Compiling pmbtoken.cc
[1091/1260] Compiling thread.cc
[1092/1260] Compiling stack.cc
[1093/1260] Compiling wots.cc
[1094/1260] Compiling thash.cc
[1095/1260] Compiling fors.cc
[1096/1260] Compiling merkle.cc
[1097/1260] Compiling siphash.cc
[1098/1260] Compiling slhdsa.cc
[1099/1260] Compiling sha512.cc
[1100/1260] Compiling sha256.cc
[1101/1260] Compiling sha1.cc
[1102/1260] Compiling rsa_extra.cc
[1103/1260] Compiling rsa_print.cc
[1104/1260] Compiling rsa_crypt.cc
[1105/1260] Compiling rc4.cc
[1106/1260] Compiling refcount.cc
[1107/1260] Compiling rsa_asn1.cc
[1108/1260] Compiling urandom.cc
[1109/1260] Compiling windows.cc
[1110/1260] Compiling rand_extra.cc
[1111/1260] Compiling trusty.cc
[1112/1260] Compiling passive.cc
[1113/1260] Compiling poly1305_arm_asm.S
[1114/1260] Compiling ios.cc
[1115/1260] Compiling getentropy.cc
[1116/1260] Compiling forkunsafe.cc
[1117/1260] Compiling fork_detect.cc
[1118/1260] Compiling deterministic.cc
[1119/1260] Compiling poly1305_vec.cc
[1120/1260] Compiling pool.cc
[1121/1260] Compiling poly1305_arm.cc
[1122/1260] Compiling poly1305.cc
[1123/1260] Compiling pkcs7.cc
[1124/1260] Compiling p5_pbev2.cc
[1125/1260] Compiling pkcs8.cc
[1126/1260] Compiling pkcs7_x509.cc
[1127/1260] Compiling pkcs8_x509.cc
[1128/1260] Compiling pem_pkey.cc
[1129/1260] Compiling pem_xaux.cc
[1130/1260] Compiling pem_oth.cc
[1131/1260] Compiling pem_pk8.cc
[1132/1260] Compiling pem_x509.cc
[1133/1260] Compiling pem_info.cc
[1134/1260] Compiling pem_all.cc
[1135/1260] Compiling obj_xref.cc
[1136/1260] Compiling mldsa.cc
[1137/1260] Compiling pem_lib.cc
[1138/1260] Compiling mlkem.cc
[1139/1260] Compiling poly_rq_mul.S
[1140/1260] Compiling mem.cc
[1141/1260] Compiling obj.cc
[1142/1260] Compiling md4.cc
[1143/1260] Compiling md5.cc
[1144/1260] Compiling fips_shared_support.cc
[1145/1260] Compiling lhash.cc
[1146/1260] Compiling kyber.cc
[1147/1260] Compiling ex_data.cc
[1148/1260] Compiling scrypt.cc
[1149/1260] Compiling hrss.cc
[1150/1260] Compiling sign.cc
[1151/1260] Compiling hpke.cc
[1152/1260] Compiling print.cc
[1153/1260] Compiling pbkdf.cc
[1154/1260] Compiling p_x25519.cc
[1155/1260] Compiling p_x25519_asn1.cc
[1156/1260] Compiling p_ed25519.cc
[1157/1260] Compiling p_rsa_asn1.cc
[1158/1260] Compiling p_rsa.cc
[1159/1260] Compiling p_ed25519_asn1.cc
[1160/1260] Compiling p_hkdf.cc
[1161/1260] Compiling p_ec_asn1.cc
[1162/1260] Compiling p_ec.cc
[1163/1260] Compiling evp_ctx.cc
[1164/1260] Compiling p_dh_asn1.cc
[1165/1260] Compiling p_dh.cc
[1166/1260] Compiling p_dsa_asn1.cc
[1167/1260] Compiling evp_asn1.cc
[1168/1260] Compiling evp.cc
[1169/1260] Compiling err.cc
[1170/1260] Compiling engine.cc
[1171/1260] Compiling ecdh_extra.cc
[1172/1260] Compiling ec_derive.cc
[1173/1260] Compiling hash_to_curve.cc
[1174/1260] Compiling ecdsa_asn1.cc
[1175/1260] Compiling ec_asn1.cc
[1176/1260] Compiling dsa.cc
[1177/1260] Compiling bcm.cc
[1178/1260] Compiling dsa_asn1.cc
[1179/1260] Compiling params.cc
[1180/1260] Compiling x25519-asm-arm.S
[1181/1260] Compiling digest_extra.cc
[1182/1260] Compiling des.cc
[1183/1260] Compiling dh_asn1.cc
[1184/1260] Compiling curve25519_64_adx.cc
[1185/1260] Compiling spake25519.cc
[1186/1260] Compiling cpu_arm_linux.cc
[1187/1260] Compiling cpu_intel.cc
[1188/1260] Compiling crypto.cc
[1188/1260] Compiling curve25519.cc
[1190/1260] Compiling cpu_arm_freebsd.cc
[1191/1260] Compiling cpu_aarch64_win.cc
[1192/1260] Compiling cpu_aarch64_sysreg.cc
[1193/1260] Compiling cpu_aarch64_fuchsia.cc
[1194/1260] Compiling cpu_aarch64_openbsd.cc
[1195/1260] Compiling cpu_aarch64_linux.cc
[1196/1260] Compiling e_tls.cc
[1197/1260] Compiling e_rc4.cc
[1198/1260] Compiling tls_cbc.cc
[1199/1260] Compiling cpu_aarch64_apple.cc
[1200/1260] Compiling conf.cc
[1201/1260] Compiling e_rc2.cc
[1202/1260] Compiling e_null.cc
[1203/1260] Compiling derive_key.cc
[1204/1260] Compiling e_chacha20poly1305.cc
[1205/1260] Compiling cipher_extra.cc
[1206/1260] Compiling e_des.cc
[1207/1260] Compiling e_aesgcmsiv.cc
[1208/1260] Compiling e_aesctrhmac.cc
[1209/1260] Compiling unicode.cc
[1210/1260] Compiling chacha.cc
[1211/1260] Compiling ber.cc
[1212/1260] Compiling asn1_compat.cc
[1213/1260] Compiling buf.cc
[1214/1260] Compiling convert.cc
[1215/1260] Compiling cbs.cc
[1216/1260] Compiling cbb.cc
[1217/1260] Compiling printf.cc
[1218/1260] Compiling bn_asn1.cc
[1219/1260] Compiling blake2.cc
[1220/1260] Compiling file.cc
[1221/1260] Compiling fd.cc
[1222/1260] Compiling hexdump.cc
[1223/1260] Compiling pair.cc
[1224/1260] Compiling errno.cc
[1225/1260] Compiling tasn_typ.cc
[1226/1260] Compiling bio_mem.cc
[1227/1260] Compiling bio.cc
[1228/1260] Compiling tasn_fre.cc
[1229/1260] Compiling tasn_utl.cc
[1230/1260] Compiling base64.cc
[1231/1260] Compiling tasn_enc.cc
[1232/1260] Compiling tasn_dec.cc
[1233/1260] Compiling posix_time.cc
[1234/1260] Compiling f_int.cc
[1235/1260] Compiling asn1_par.cc
[1236/1260] Compiling f_string.cc
[1237/1260] Compiling tasn_new.cc
[1238/1260] Compiling asn_pack.cc
[1239/1260] Compiling asn1_lib.cc
[1240/1260] Compiling a_utctm.cc
[1241/1260] Compiling a_octet.cc
[1242/1260] Compiling a_time.cc
[1242/1260] Compiling a_strnid.cc
[1244/1260] Compiling a_strex.cc
[1245/1260] Compiling a_object.cc
[1246/1260] Compiling a_type.cc
[1247/1260] Compiling a_mbstr.cc
[1248/1260] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1249/1260] Write sources
[1250/1260] Compiling a_i2d_fp.cc
[1250/1260] Write sources
[1254/1260] Compiling a_int.cc
[1255/1260] Compiling a_dup.cc
[1256/1313] Compiling a_d2i_fp.cc
[1257/1313] Compiling a_gentm.cc
[1258/1322] Compiling a_bitstr.cc
[1259/1339] Compiling a_bool.cc
[1261/1365] Compiling Atomics Primitives.shims.swift
[1262/1365] Compiling Atomics AtomicInteger.swift
[1263/1365] Compiling Atomics AtomicOptionalWrappable.swift
[1264/1367] Compiling BitCollections BitSet+Initializers.swift
[1265/1367] Compiling BitCollections BitSet+Invariants.swift
[1266/1367] Compiling BitCollections BitSet+Random.swift
[1267/1367] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1268/1367] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1269/1367] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1270/1367] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1271/1374] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1272/1374] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1273/1374] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1274/1374] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1275/1374] Compiling BitCollections BitSet+SetAlgebra union.swift
[1276/1374] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1277/1374] Compiling BitCollections BitSet.Counted.swift
[1278/1374] Compiling Atomics UnsafeAtomic.swift
[1279/1374] Compiling Atomics UnsafeAtomicLazyReference.swift
[1280/1374] Compiling Atomics ManagedAtomic.swift
[1281/1374] Compiling Atomics ManagedAtomicLazyReference.swift
[1282/1374] Compiling Atomics AtomicMemoryOrderings.swift
[1283/1374] Compiling Atomics DoubleWord.swift
[1284/1374] Emitting module BitCollections
[1285/1374] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1286/1374] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1287/1374] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1288/1374] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1289/1374] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1290/1374] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1291/1374] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1292/1374] Compiling Atomics AtomicReference.swift
[1293/1374] Compiling Atomics AtomicStorage.swift
[1294/1374] Compiling Atomics AtomicValue.swift
[1295/1374] Compiling Atomics IntegerOperations.swift
[1296/1374] Compiling Atomics Unmanaged extensions.swift
[1297/1374] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1300/1374] Compiling Algorithms Suffix.swift
[1301/1377] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1302/1377] Compiling Atomics OptionalRawRepresentable.swift
[1303/1377] Compiling Atomics RawRepresentable.swift
[1304/1377] Compiling Atomics AtomicBool.swift
[1306/1377] Compiling Algorithms RandomSample.swift
[1307/1377] Compiling Algorithms Reductions.swift
[1308/1377] Compiling Algorithms Rotate.swift
[1309/1377] Compiling CryptoBoringWrapper RandomBytes.swift
[1311/1377] Compiling Algorithms Trim.swift
[1312/1377] Compiling Algorithms Unique.swift
[1313/1377] Compiling Algorithms Windows.swift
[1314/1377] Compiling BitCollections BitArray+Hashable.swift
[1315/1377] Compiling BitCollections BitArray+Initializers.swift
[1316/1377] Compiling BitCollections BitArray+Invariants.swift
[1317/1377] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1330/1377] Compiling Atomics IntegerConformances.swift
[1331/1377] Compiling Atomics PointerConformances.swift
[1332/1377] Compiling Atomics Primitives.native.swift
[1344/1377] Compiling CryptoBoringWrapper EllipticCurve.swift
[1345/1377] Compiling BitCollections BitSet.Index.swift
[1346/1377] Compiling BitCollections BitSet._UnsafeHandle.swift
[1347/1377] Compiling BitCollections BitSet.swift
[1348/1377] Compiling BitCollections Range+Utilities.swift
[1349/1377] Compiling BitCollections Slice+Utilities.swift
[1350/1377] Compiling BitCollections UInt+Tricks.swift
[1351/1377] Compiling BitCollections _Word.swift
[1352/1378] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1353/1378] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1355/1378] Emitting module CryptoBoringWrapper
[1356/1378] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1372/1379] Emitting module Atomics
[1373/1421] Compiling Crypto AES-GCM.swift
[1374/1421] Compiling Crypto AES-GCM_boring.swift
[1375/1421] Compiling Crypto ChaChaPoly_boring.swift
[1376/1421] Compiling Crypto Nonces.swift
[1377/1421] Compiling Crypto ASN1.swift
[1378/1421] Compiling Crypto ASN1Any.swift
[1379/1435] Emitting module Collections
[1380/1435] Compiling Collections Collections.swift
[1383/1454] Emitting module Algorithms
[1385/1515] Compiling Crypto HPKE-Ciphersuite.swift
[1386/1515] Compiling Crypto HPKE-KDF.swift
[1387/1515] Compiling Crypto HPKE-KexKeyDerivation.swift
[1388/1515] Compiling Crypto HPKE-LabeledExtract.swift
[1389/1515] Compiling Crypto HPKE-Utils.swift
[1390/1515] Compiling Crypto DHKEM.swift
[1391/1515] Compiling Crypto HPKE-KEM-Curve25519.swift
[1392/1515] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1393/1515] Compiling Crypto HPKE-KEM.swift
[1394/1515] Compiling Crypto HPKE-Errors.swift
[1395/1524] Compiling NIOCore MulticastChannel.swift
[1396/1524] Compiling NIOCore NIOAny.swift
[1397/1524] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1398/1524] Compiling NIOCore NIOLoopBound.swift
[1399/1524] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1400/1524] Compiling NIOCore NIOScheduledCallback.swift
[1401/1524] Compiling NIOCore NIOSendable.swift
[1402/1524] Compiling NIOCore RecvByteBufferAllocator.swift
[1403/1532] Compiling NIOCore AsyncAwaitSupport.swift
[1404/1532] Compiling NIOCore AsyncChannel.swift
[1405/1532] Compiling NIOCore AsyncChannelHandler.swift
[1406/1532] Compiling NIOCore AsyncChannelInboundStream.swift
[1407/1532] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1408/1532] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1409/1532] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1410/1532] Compiling NIOCore NIOAsyncWriter.swift
[1411/1532] Compiling NIOCore CircularBuffer.swift
[1412/1532] Compiling NIOCore Codec.swift
[1413/1532] Compiling NIOCore ByteBuffer-multi-int.swift
[1414/1532] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1415/1532] Compiling NIOCore ByteBuffer-views.swift
[1416/1532] Compiling NIOCore Channel.swift
[1417/1532] Compiling NIOCore ChannelHandler.swift
[1418/1532] Compiling NIOCore ChannelHandlers.swift
[1419/1532] Compiling NIOCore ChannelInvoker.swift
[1420/1532] Compiling NIOCore ChannelOption.swift
[1421/1532] Compiling NIOCore ChannelPipeline.swift
[1422/1532] Compiling NIOCore AddressedEnvelope.swift
[1423/1532] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1432/1532] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1433/1532] Compiling NIOCore ConvenienceOptionSupport.swift
[1434/1532] Compiling NIOCore DeadChannel.swift
[1435/1532] Compiling NIOCore DispatchQueue+WithFuture.swift
[1436/1532] Compiling NIOCore EventLoop+Deprecated.swift
[1437/1532] Compiling NIOCore EventLoop+SerialExecutor.swift
[1438/1532] Compiling NIOCore EventLoop.swift
[1439/1532] Compiling NIOCore IO.swift
[1440/1532] Compiling NIOCore IOData.swift
[1441/1532] Compiling NIOCore IPProtocol.swift
[1442/1532] Compiling NIOCore IntegerBitPacking.swift
[1447/1532] Compiling NIOCore IntegerTypes.swift
[1448/1532] Compiling NIOCore Interfaces.swift
[1449/1532] Compiling NIOCore Linux.swift
[1450/1532] Compiling NIOCore MarkedCircularBuffer.swift
[1451/1532] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1452/1532] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1453/1532] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1454/1532] Compiling NIOCore EventLoopFuture.swift
[1455/1532] Compiling NIOCore FileDescriptor.swift
[1456/1532] Compiling NIOCore FileHandle.swift
[1457/1532] Compiling NIOCore FileRegion.swift
[1458/1532] Compiling NIOCore GlobalSingletons.swift
[1459/1532] Emitting module Crypto
[1472/1532] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1473/1532] Compiling NIOCore BSDSocketAPI.swift
[1474/1532] Compiling NIOCore ByteBuffer-aux.swift
[1475/1532] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1476/1532] Compiling NIOCore ByteBuffer-conversions.swift
[1477/1532] Compiling NIOCore ByteBuffer-core.swift
[1478/1532] Compiling NIOCore ByteBuffer-hex.swift
[1479/1532] Compiling NIOCore ByteBuffer-int.swift
[1480/1532] Compiling Crypto Signature.swift
[1481/1532] Compiling Crypto CryptoKitErrors_boring.swift
[1482/1532] Compiling Crypto RNG_boring.swift
[1483/1532] Compiling Crypto SafeCompare_boring.swift
[1484/1532] Compiling Crypto Zeroization_boring.swift
[1485/1532] Compiling Crypto PrettyBytes.swift
[1486/1532] Compiling Crypto SafeCompare.swift
[1487/1532] Compiling Crypto SecureBytes.swift
[1488/1532] Compiling Crypto Zeroization.swift
[1491/1533] Compiling NIOCore SocketAddresses.swift
[1492/1533] Compiling NIOCore SocketOptionProvider.swift
[1493/1533] Compiling NIOCore SystemCallHelpers.swift
[1494/1533] Compiling NIOCore TimeAmount+Duration.swift
[1495/1533] Compiling NIOCore TypeAssistedChannelHandler.swift
[1496/1533] Compiling NIOCore UniversalBootstrapSupport.swift
[1497/1533] Compiling NIOCore Utilities.swift
[1533/1533] Emitting module NIOCore
[1535/1584] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1536/1584] Compiling NIOEmbedded AsyncTestingChannel.swift
[1537/1584] Emitting module NIOEmbedded
[1538/1584] Compiling NIOEmbedded Embedded.swift
[1540/1585] Compiling NIOPosix Pool.swift
[1541/1585] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1542/1585] Compiling NIOPosix PosixSingletons.swift
[1543/1585] Compiling NIOPosix RawSocketBootstrap.swift
[1544/1585] Compiling NIOPosix Resolver.swift
[1545/1585] Compiling NIOPosix Selectable.swift
[1546/1591] Compiling NIOPosix ThreadPosix.swift
[1547/1591] Compiling NIOPosix ThreadWindows.swift
[1548/1591] Compiling NIOPosix UnsafeTransfer.swift
[1549/1591] Compiling NIOPosix Utilities.swift
[1550/1591] Compiling NIOPosix VsockAddress.swift
[1551/1591] Compiling NIOPosix VsockChannelEvents.swift
[1552/1591] Compiling NIOPosix ServerSocket.swift
[1553/1591] Compiling NIOPosix Socket.swift
[1554/1591] Compiling NIOPosix SocketChannel.swift
[1555/1591] Compiling NIOPosix SocketProtocols.swift
[1556/1591] Compiling NIOPosix System.swift
[1557/1591] Compiling NIOPosix Thread.swift
[1558/1591] Compiling NIOPosix SelectableChannel.swift
[1559/1591] Compiling NIOPosix SelectableEventLoop.swift
[1560/1591] Compiling NIOPosix SelectorEpoll.swift
[1561/1591] Compiling NIOPosix SelectorGeneric.swift
[1562/1591] Compiling NIOPosix SelectorKqueue.swift
[1563/1591] Compiling NIOPosix SelectorUring.swift
[1564/1591] Compiling NIOPosix IO.swift
[1565/1591] Compiling NIOPosix IntegerBitPacking.swift
[1566/1591] Compiling NIOPosix IntegerTypes.swift
[1567/1591] Compiling NIOPosix Linux.swift
[1568/1591] Compiling NIOPosix LinuxCPUSet.swift
[1569/1591] Compiling NIOPosix LinuxUring.swift
[1570/1591] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1571/1591] Compiling NIOPosix NIOThreadPool.swift
[1572/1591] Compiling NIOPosix NonBlockingFileIO.swift
[1573/1591] Compiling NIOPosix PendingDatagramWritesManager.swift
[1574/1591] Compiling NIOPosix PendingWritesManager.swift
[1575/1591] Compiling NIOPosix PipeChannel.swift
[1576/1591] Compiling NIOPosix PipePair.swift
[1577/1591] Emitting module NIOPosix
[1578/1591] Compiling NIOPosix Bootstrap.swift
[1579/1591] Compiling NIOPosix ControlMessage.swift
[1580/1591] Compiling NIOPosix DatagramVectorReadManager.swift
[1581/1591] Compiling NIOPosix Errors+Any.swift
[1582/1591] Compiling NIOPosix FileDescriptor.swift
[1583/1591] Compiling NIOPosix GetaddrinfoResolver.swift
[1584/1591] Compiling NIOPosix HappyEyeballs.swift
[1585/1591] Compiling NIOPosix BSDSocketAPICommon.swift
[1586/1591] Compiling NIOPosix BSDSocketAPIPosix.swift
[1587/1591] Compiling NIOPosix BSDSocketAPIWindows.swift
[1588/1591] Compiling NIOPosix BaseSocket.swift
[1589/1591] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1590/1591] Compiling NIOPosix BaseSocketChannel.swift
[1591/1591] Compiling NIOPosix BaseStreamSocketChannel.swift
[1593/1651] Emitting module NIO
[1594/1651] Compiling NIO Exports.swift
[1596/1652] Compiling AsyncKit EventLoopGroup+Throwing.swift
[1597/1652] Compiling AsyncKit Collection+Flatten.swift
[1598/1652] Compiling AsyncKit EventLoopFutureQueue+Sequence.swift
[1599/1654] Compiling _NIOFileSystem FileType.swift
[1600/1654] Compiling _NIOFileSystem IOStrategy.swift
[1601/1654] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[1602/1693] Compiling AsyncKit Optional+StrictMap.swift
[1603/1693] Compiling AsyncKit Exports.swift
[1604/1731] Compiling SQLKit SQLColumnDefinition.swift
[1605/1731] Compiling SQLKit SQLCommonTableExpression.swift
[1606/1731] Compiling SQLKit SQLConflictAction.swift
[1607/1785] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1608/1785] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1609/1785] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1611/1785] Compiling SQLKit SQLConflictResolutionStrategy.swift
[1612/1785] Emitting module NIOSOCKS
[1613/1788] Compiling NIOSOCKS SOCKSResponse.swift
[1614/1788] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1615/1788] Compiling NIOSOCKS ClientStateMachine.swift
[1616/1788] Compiling NIOTLS TLSEvents.swift
[1617/1788] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[1618/1788] Compiling SQLKit SQLColumnAssignment.swift
[1619/1788] Emitting module NIOTLS
[1620/1788] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1621/1788] Compiling SQLKit SQLColumn.swift
[1622/1788] Compiling SQLKit SQLConstraint.swift
[1623/1788] Compiling SQLKit SQLDataType.swift
[1624/1788] Compiling SQLKit SQLDirection.swift
[1625/1788] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1626/1792] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[1631/1792] Compiling SQLKit SQLDropBehaviour.swift
[1632/1792] Compiling NIOSOCKS ServerStateMachine.swift
[1634/1793] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1635/1793] Compiling NIOTLS SNIHandler.swift
[1636/1794] Compiling SQLKit SQLPredicateGroupBuilder.swift
[1637/1794] Compiling SQLKit SQLRawBuilder.swift
[1639/1794] Emitting module NIOHTTP1
[1640/1794] Emitting module NIOFoundationCompat
[1641/1794] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1642/1795] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[1643/1795] Compiling SQLKit SQLColumnUpdateBuilder.swift
[1644/1795] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[1645/1795] Compiling SQLKit SQLCommonUnionBuilder.swift
[1646/1795] Compiling SQLKit SQLJoinBuilder.swift
[1647/1795] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1648/1795] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1649/1795] Compiling SQLKit SQLSubqueryBuilder.swift
[1650/1795] Compiling SQLKit SQLUnionBuilder.swift
[1651/1795] Compiling SQLKit SQLUpdateBuilder.swift
[1652/1795] Compiling SQLKit SQLPartialResultBuilder.swift
[1653/1795] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[1654/1795] Compiling SQLKit Exports.swift
[1655/1795] Compiling SQLKit SQLAlias.swift
[1656/1795] Compiling SQLKit SQLBetween.swift
[1657/1795] Compiling SQLKit SQLJoin.swift
[1658/1795] Compiling SQLKit SQLJoinMethod.swift
[1667/1795] Compiling SQLKit SQLEnumDataType.swift
[1668/1795] Compiling SQLKit SQLExcludedColumn.swift
[1669/1795] Compiling SQLKit SQLForeignKey.swift
[1675/1836] Compiling NIOSSL AndroidCABundle.swift
[1676/1836] Compiling NIOSSL ByteBufferBIO.swift
[1677/1836] Compiling NIOSSL CustomPrivateKey.swift
[1678/1836] Emitting module AsyncKit
[1679/1836] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1680/1836] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1687/1836] Compiling _NIOFileSystem SystemFileHandle.swift
[1688/1836] Compiling _NIOFileSystem Utilities.swift
[1689/1836] Compiling _NIOFileSystem OpenOptions.swift
[1690/1836] Compiling _NIOFileSystem String+FileSystem.swift
[1691/1836] Compiling SQLKit SQLQueryString.swift
[1692/1836] Compiling SQLKit SQLDropIndex.swift
[1693/1836] Compiling SQLKit SQLDropTable.swift
[1694/1836] Compiling SQLKit SQLDropTrigger.swift
[1695/1836] Compiling SQLKit SQLInsert.swift
[1696/1836] Compiling SQLKit SQLSelect.swift
[1697/1836] Compiling SQLKit SQLUnion.swift
[1698/1836] Compiling SQLKit SQLUpdate.swift
[1699/1836] Compiling SQLKit SQLExpression.swift
[1700/1836] Compiling SQLKit SQLSerializer.swift
[1701/1836] Compiling SQLKit SQLStatement.swift
[1702/1836] Compiling SQLKit SQLBinaryExpression.swift
[1703/1836] Compiling SQLKit SQLBinaryOperator.swift
[1704/1836] Compiling SQLKit SQLBind.swift
[1705/1836] Compiling NIOSSL SSLCallbacks.swift
[1706/1836] Compiling NIOSSL SSLContext.swift
[1707/1858] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1708/1858] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1709/1858] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1710/1858] Compiling NIOTransportServices NIOTSSingletons.swift
[1711/1858] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1712/1858] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1713/1858] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1714/1858] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1715/1858] Compiling NIOSSL NIOSSLSecureBytes.swift
[1716/1858] Compiling NIOSSL RNG.swift
[1717/1858] Compiling NIOSSL SafeCompare.swift
[1718/1858] Compiling NIOSSL SSLPrivateKey.swift
[1719/1858] Compiling NIOSSL SSLPublicKey.swift
[1720/1858] Compiling SQLKit SQLLockingClause.swift
[1721/1858] Compiling SQLKit SQLOrderBy.swift
[1722/1858] Compiling SQLKit SQLReturning.swift
[1723/1858] Compiling SQLKit SQLSubquery.swift
[1724/1858] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[1725/1858] Compiling SQLKit SQLAlterEnum.swift
[1726/1858] Compiling SQLKit SQLAlterTable.swift
[1727/1858] Compiling SQLKit SQLCreateEnum.swift
[1728/1858] Compiling SQLKit SQLCreateIndex.swift
[1729/1858] Compiling SQLKit SQLCreateTable.swift
[1730/1858] Compiling SQLKit SQLCreateTrigger.swift
[1731/1858] Compiling SQLKit SQLDelete.swift
[1732/1858] Compiling SQLKit SQLDropEnum.swift
[1733/1858] Compiling SQLKit SQLPredicateBuilder.swift
[1734/1858] Compiling SQLKit SQLQueryBuilder.swift
[1735/1858] Compiling SQLKit SQLQueryFetcher.swift
[1736/1858] Compiling SQLKit SQLReturningBuilder.swift
[1737/1858] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[1738/1858] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[1739/1858] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[1740/1858] Compiling SQLKit SQLDatabase.swift
[1741/1858] Compiling SQLKit SQLDatabaseReportedVersion.swift
[1742/1858] Compiling SQLKit SQLDialect.swift
[1743/1858] Compiling SQLKit SQLDatabase+Deprecated.swift
[1744/1858] Compiling SQLKit SQLError.swift
[1745/1858] Compiling SQLKit SQLExpressions+Deprecated.swift
[1746/1858] Compiling SQLKit SQLAlterEnumBuilder.swift
[1747/1858] Compiling SQLKit SQLAlterTableBuilder.swift
[1748/1858] Compiling SQLKit SQLConflictUpdateBuilder.swift
[1749/1858] Compiling SQLKit SQLCreateEnumBuilder.swift
[1750/1858] Compiling SQLKit SQLCreateIndexBuilder.swift
[1751/1858] Compiling SQLKit SQLCreateTableBuilder.swift
[1752/1858] Compiling SQLKit SQLCreateTriggerBuilder.swift
[1753/1858] Compiling SQLKit SQLDeleteBuilder.swift
[1754/1858] Compiling SQLKit SQLDropEnumBuilder.swift
[1755/1858] Compiling SQLKit SQLDropIndexBuilder.swift
[1756/1858] Compiling SQLKit SQLDropTableBuilder.swift
[1757/1858] Compiling SQLKit SQLDropTriggerBuilder.swift
[1758/1858] Compiling SQLKit SQLInsertBuilder.swift
[1759/1858] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1760/1858] Compiling NIOTransportServices NIOTSErrors.swift
[1761/1858] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1762/1858] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1765/1858] Compiling NIOTransportServices NIOTSEventLoop.swift
[1766/1860] Compiling NIOTransportServices NIOTSBootstraps.swift
[1767/1860] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1768/1860] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1775/1860] Compiling NIOTransportServices StateManagedChannel.swift
[1778/1860] Emitting module SQLKit
[1779/1860] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1780/1860] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1781/1860] Compiling NIOTransportServices AcceptHandler.swift
[1782/1860] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1783/1860] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1784/1860] Emitting module NIOTransportServices
[1785/1860] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1807/1862] Emitting module _NIOFileSystem
[1813/1864] Emitting module NIOSSL
[1815/1932] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1816/1932] Compiling NIOWebSocket WebSocketOpcode.swift
[1817/1933] Emitting module NIOWebSocket
[1818/1933] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1819/1933] Compiling MultipartKit FormDataEncoder.swift
[1820/1933] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1821/1933] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1822/1933] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1823/1933] Compiling MultipartKit BasicCodingKey.swift
[1824/1933] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1825/1933] Compiling MultipartKit FormDataDecoder.swift
[1826/1935] Compiling MultipartKit MultipartError.swift
[1827/1935] Compiling MultipartKit Exports.swift
[1828/1935] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1829/1935] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1838/1935] Compiling NIOHPACK IndexedHeaderTable.swift
[1839/1935] Compiling NIOHPACK IntegerCoding.swift
[1840/1935] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1841/1935] Emitting module NIOHTTPCompression
[1842/1935] Compiling NIOHTTPCompression HTTPCompression.swift
[1843/1936] Compiling NIOHTTPCompression HTTPDecompression.swift
[1844/1936] Compiling SQLKit SQLFunction.swift
[1845/1936] Compiling SQLKit SQLGroupExpression.swift
[1846/1936] Compiling SQLKit SQLIdentifier.swift
[1847/1936] Compiling SQLKit SQLList.swift
[1848/1936] Compiling SQLKit SQLLiteral.swift
[1849/1936] Compiling SQLKit SQLRaw.swift
[1850/1936] Compiling SQLKit SQLCodingUtilities.swift
[1851/1936] Compiling SQLKit SQLQueryEncoder.swift
[1852/1936] Compiling SQLKit SQLRow.swift
[1853/1936] Compiling SQLKit SQLRowDecoder.swift
[1854/1936] Compiling SQLKit SomeCodingKey.swift
[1855/1936] Compiling SQLKit StringHandling.swift
[1856/1937] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1857/1937] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1860/1937] Compiling NIOHPACK HuffmanCoding.swift
[1861/1937] Compiling NIOHPACK HuffmanTables.swift
[1862/1937] Emitting module NIOHPACK
[1863/1937] Emitting module NIOExtras
[1866/1937] Compiling NIOHPACK StaticHeaderTable.swift
[1871/1937] Compiling MultipartKit MultipartParser.swift
[1872/1937] Compiling MultipartKit MultipartPart.swift
[1873/1937] Compiling MultipartKit Storage.swift
[1874/1937] Compiling MultipartKit MultipartFormData.swift
[1875/1937] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1876/1937] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1877/1937] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1880/1937] Emitting module MultipartKit
[1882/1940] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1883/1940] Compiling NIOWebSocket WebSocketFrame.swift
[1886/1940] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1891/1941] Compiling NIOExtras UnsafeTransfer.swift
[1894/1941] Compiling MultipartKit MultipartSerializer.swift
[1895/1941] Compiling MultipartKit Utilities.swift
[1929/1948] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1930/1958] Compiling NIOFileSystem Exports.swift
[1931/1963] Emitting module _NIOFileSystemFoundationCompat
[1932/1963] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1933/1982] Emitting module NIOFileSystem
[1935/2095] Compiling NIOHTTP2 Error+Any.swift
[1936/2095] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1937/2095] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1938/2095] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1941/2096] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1942/2096] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1946/2105] Compiling NIOHTTP2 HasLocalSettings.swift
[1947/2105] Compiling NIOHTTP2 HasRemoteSettings.swift
[1948/2105] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1949/2105] Compiling NIOHTTP2 QuiescingState.swift
[1950/2105] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1951/2105] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1952/2113] Emitting module WebSocketKit
[1953/2113] Compiling WebSocketKit WebSocketHandler.swift
[1954/2113] Compiling WebSocketKit Exports.swift
[1955/2113] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1956/2113] Compiling NIOHTTP2 MaySendFrames.swift
[1957/2113] Compiling NIOHTTP2 SendingDataState.swift
[1958/2113] Compiling NIOHTTP2 SendingGoawayState.swift
[1959/2113] Compiling NIOHTTP2 SendingHeadersState.swift
[1960/2113] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1961/2113] Compiling NIOHTTP2 SendingRstStreamState.swift
[1962/2113] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1963/2113] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1964/2113] Compiling WebSocketKit WebSocket+Concurrency.swift
[1965/2113] Compiling WebSocketKit WebSocket.swift
[1966/2113] Compiling WebSocketKit WebSocketClient.swift
[1967/2113] Compiling WebSocketKit WebSocket+Connect.swift
[1969/2114] Emitting module FluentKit
[1970/2126] Compiling NIOHTTP2 StreamStateMachine.swift
[1971/2126] Compiling NIOHTTP2 UnsafeTransfer.swift
[1972/2126] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1973/2126] Compiling FluentKit QueryBuilder+Paginate.swift
[1974/2126] Compiling FluentKit QueryBuilder+Range.swift
[1975/2126] Compiling FluentKit QueryBuilder+Set.swift
[1976/2126] Compiling FluentKit QueryBuilder+Sort.swift
[1977/2126] Compiling FluentKit QueryBuilder.swift
[1978/2126] Compiling FluentKit DatabaseQuery+Action.swift
[1979/2126] Compiling FluentKit DatabaseQuery+Aggregate.swift
[1980/2126] Compiling FluentKit DatabaseQuery+Field.swift
[1981/2126] Compiling FluentKit DatabaseQuery+Filter.swift
[1982/2126] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1983/2126] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1984/2126] Compiling NIOHTTP2 MayReceiveFrames.swift
[1985/2126] Compiling NIOHTTP2 ReceivingDataState.swift
[1986/2126] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1987/2126] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1988/2126] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1989/2126] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1990/2126] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[2005/2127] Compiling NIOHTTP2 InboundWindowManager.swift
[2006/2127] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2007/2127] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2008/2127] Compiling NIOHTTP2 StreamChannelList.swift
[2009/2127] Compiling NIOHTTP2 StreamMap.swift
[2013/2127] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[2014/2127] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[2015/2127] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[2016/2127] Compiling NIOHTTP2 HTTP2StreamID.swift
[2017/2127] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[2018/2127] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[2019/2127] Compiling NIOHTTP2 HTTP2UserEvents.swift
[2020/2127] Compiling NIOHTTP2 InboundEventBuffer.swift
[2021/2127] Compiling FluentKit DatabaseQuery+Join.swift
[2022/2127] Compiling FluentKit DatabaseQuery+Range.swift
[2023/2127] Compiling FluentKit DatabaseQuery+Sort.swift
[2024/2127] Compiling FluentKit DatabaseQuery+Value.swift
[2025/2127] Compiling FluentKit DatabaseQuery.swift
[2026/2127] Compiling FluentKit QueryHistory.swift
[2027/2127] Compiling FluentKit DatabaseSchema.swift
[2028/2127] Compiling FluentKit SchemaBuilder.swift
[2029/2127] Compiling FluentKit OptionalType.swift
[2030/2127] Compiling FluentKit RandomGeneratable.swift
[2031/2127] Compiling FluentKit SomeCodingKey.swift
[2032/2127] Compiling FluentKit UnsafeMutableTransferBox.swift
[2033/2127] Emitting module NIOHTTP2
[2043/2127] Compiling FluentKit OptionalChild.swift
[2044/2127] Compiling FluentKit OptionalField.swift
[2045/2127] Compiling FluentKit OptionalParent.swift
[2046/2127] Compiling FluentKit Parent.swift
[2047/2127] Compiling FluentKit Property.swift
[2048/2127] Compiling FluentKit Relation.swift
[2049/2127] Compiling FluentKit Siblings.swift
[2050/2127] Compiling FluentKit Timestamp.swift
[2051/2127] Compiling FluentKit TimestampFormat.swift
[2052/2127] Compiling FluentKit QueryBuilder+Aggregate.swift
[2053/2127] Compiling FluentKit QueryBuilder+EagerLoad.swift
[2054/2127] Compiling FluentKit QueryBuilder+Filter.swift
[2055/2127] Compiling NIOHTTP2 ContentLengthVerifier.swift
[2056/2127] Compiling NIOHTTP2 DOSHeuristics.swift
[2061/2127] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[2062/2127] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[2063/2127] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[2064/2127] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[2065/2127] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[2066/2127] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[2091/2127] Compiling NIOHTTP2 StateMachineResult.swift
[2092/2127] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[2093/2127] Compiling NIOHTTP2 HTTP2Error.swift
[2094/2127] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[2095/2127] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[2096/2127] Compiling NIOHTTP2 HTTP2Frame.swift
[2097/2127] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[2098/2127] Compiling NIOHTTP2 HTTP2FrameParser.swift
[2099/2127] Compiling NIOHTTP2 HTTP2PingData.swift
[2100/2127] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[2101/2127] Compiling NIOHTTP2 HTTP2Settings.swift
[2102/2127] Compiling NIOHTTP2 HTTP2Stream.swift
[2130/2189] Emitting module AsyncHTTPClient
[2131/2197] Compiling AsyncHTTPClient RequestBag.swift
[2132/2197] Compiling AsyncHTTPClient RequestValidation.swift
[2133/2197] Compiling AsyncHTTPClient SSLContextCache.swift
[2134/2197] Compiling AsyncHTTPClient Scheme.swift
[2135/2197] Compiling AsyncHTTPClient Singleton.swift
[2136/2197] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2137/2197] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2138/2197] Compiling AsyncHTTPClient Utils.swift
[2139/2197] Compiling AsyncHTTPClient ConnectionTarget.swift
[2140/2197] Compiling AsyncHTTPClient DeconstructedURL.swift
[2141/2197] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2142/2197] Compiling AsyncHTTPClient FoundationExtensions.swift
[2143/2197] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2144/2197] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2145/2197] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2146/2197] Compiling AsyncHTTPClient HTTPClient.swift
[2147/2197] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2148/2197] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2149/2197] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2150/2197] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2151/2197] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2152/2197] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2153/2197] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2154/2197] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2155/2197] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2156/2197] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2157/2197] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2158/2197] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2159/2197] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2160/2197] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2161/2197] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2162/2197] Compiling AsyncHTTPClient RequestBodyLength.swift
[2163/2197] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2164/2197] Compiling AsyncHTTPClient HTTPHandler.swift
[2165/2197] Compiling AsyncHTTPClient LRUCache.swift
[2166/2197] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[2167/2197] Compiling AsyncHTTPClient NWErrorHandler.swift
[2168/2197] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2169/2197] Compiling AsyncHTTPClient TLSConfiguration.swift
[2170/2197] Compiling AsyncHTTPClient RedirectState.swift
[2171/2197] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2172/2197] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2173/2197] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2174/2197] Compiling AsyncHTTPClient Transaction.swift
[2175/2197] Compiling AsyncHTTPClient Base64.swift
[2176/2197] Compiling AsyncHTTPClient BasicAuth.swift
[2177/2197] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2178/2197] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2179/2197] Compiling AsyncHTTPClient ConnectionPool.swift
[2180/2197] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2181/2197] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2182/2197] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2183/2197] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2184/2197] Compiling AsyncHTTPClient HTTP1Connection.swift
[2185/2197] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2186/2197] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2187/2197] Compiling AsyncHTTPClient HTTP2Connection.swift
[2188/2197] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2189/2197] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2190/2197] Compiling AsyncHTTPClient RequestOptions.swift
[2191/2197] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2192/2197] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2193/2197] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2194/2197] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2195/2197] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2196/2197] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2197/2197] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2199/2367] Compiling Vapor HTTPServerResponseEncoder.swift
[2200/2367] Compiling Vapor HTTPServerUpgradeHandler.swift
[2201/2367] Compiling Vapor Logger+Report.swift
[2202/2367] Compiling Vapor LoggingSystem+Environment.swift
[2203/2367] Compiling Vapor Application+Middleware.swift
[2204/2367] Compiling Vapor CORSMiddleware.swift
[2205/2367] Compiling Vapor ErrorMiddleware.swift
[2206/2367] Compiling Vapor FileMiddleware.swift
[2207/2367] Compiling Vapor Middleware.swift
[2208/2367] Compiling Vapor MiddlewareConfiguration.swift
[2209/2367] Compiling Vapor ResponseCompressionMiddleware.swift
[2210/2367] Compiling Vapor RouteLoggingMiddleware.swift
[2211/2367] Compiling Vapor TracingMiddleware.swift
[2212/2367] Compiling Vapor File+Multipart.swift
[2213/2367] Compiling Vapor FormDataDecoder+Content.swift
[2214/2367] Compiling Vapor FormDataEncoder+Content.swift
[2215/2367] Compiling Vapor Application+Password.swift
[2216/2367] Compiling Vapor Application+Passwords.swift
[2217/2367] Compiling Vapor AsyncPasswordHasher.swift
[2218/2367] Compiling Vapor BcryptHasher.swift
[2219/2367] Compiling Vapor PasswordHasher.swift
[2220/2367] Compiling Vapor PlaintextHasher.swift
[2221/2367] Compiling Vapor Request+Password.swift
[2222/2367] Compiling Vapor Redirect.swift
[2223/2391] Compiling Vapor Request+Body.swift
[2224/2391] Compiling Vapor Request+BodyStream.swift
[2225/2391] Compiling Vapor Request.swift
[2226/2391] Compiling Vapor Application+Responder.swift
[2227/2391] Compiling Vapor DefaultResponder.swift
[2228/2391] Compiling Vapor Response+Body.swift
[2229/2391] Compiling Vapor Response.swift
[2230/2391] Compiling Vapor ResponseCodable.swift
[2231/2391] Compiling Vapor Application+Routes.swift
[2232/2391] Compiling Vapor Parameters+Require.swift
[2233/2391] Compiling Vapor Request+WebSocket.swift
[2234/2391] Compiling Vapor Route.swift
[2235/2391] Compiling Vapor RouteCollection.swift
[2236/2391] Compiling Vapor Routes.swift
[2237/2391] Compiling Vapor RoutesBuilder+Group.swift
[2238/2391] Compiling Vapor RoutesBuilder+Method.swift
[2239/2391] Compiling Vapor RoutesBuilder+Middleware.swift
[2240/2391] Compiling Vapor RoutesBuilder+WebSocket.swift
[2241/2391] Compiling Vapor RoutesBuilder.swift
[2242/2391] Compiling Vapor OTP.swift
[2243/2391] Compiling Vapor Application+Servers.swift
[2244/2391] Compiling Vapor Server.swift
[2245/2391] Compiling Vapor App+Service.swift
[2246/2391] Compiling Vapor Req+Service.swift
[2247/2391] Compiling Vapor Application.swift
[2248/2391] Compiling Vapor AuthenticationCache.swift
[2249/2391] Compiling Vapor Authenticator.swift
[2250/2391] Compiling Vapor BasicAuthorization.swift
[2251/2391] Compiling Vapor BearerAuthorization.swift
[2252/2391] Compiling Vapor GuardMiddleware.swift
[2253/2391] Compiling Vapor RedirectMiddleware.swift
[2254/2391] Compiling Vapor SessionAuthenticatable.swift
[2255/2391] Compiling Vapor Bcrypt.swift
[2256/2391] Compiling Vapor Application+Cache.swift
[2257/2391] Compiling Vapor Cache.swift
[2258/2391] Compiling Vapor CacheExpirationTime.swift
[2259/2391] Compiling Vapor MemoryCache.swift
[2260/2391] Compiling Vapor Request+Cache.swift
[2261/2391] Compiling Vapor Application+Clients.swift
[2262/2391] Compiling Vapor Client.swift
[2263/2391] Compiling Vapor ClientRequest.swift
[2264/2391] Compiling Vapor ClientResponse.swift
[2265/2391] Compiling Vapor Request+Client.swift
[2266/2391] Compiling Vapor BootCommand.swift
[2267/2391] Compiling Vapor CommandContext+Application.swift
[2268/2391] Compiling Vapor RoutesCommand.swift
[2269/2391] Compiling Vapor ServeCommand.swift
[2270/2391] Compiling Vapor AnyResponse+Concurrency.swift
[2271/2391] Emitting module Vapor
[2272/2415] Compiling Vapor Service.swift
[2273/2415] Compiling Vapor Application+Sessions.swift
[2274/2415] Compiling Vapor MemorySessions.swift
[2275/2415] Compiling Vapor Request+Session.swift
[2276/2415] Compiling Vapor Session.swift
[2277/2415] Compiling Vapor SessionCache.swift
[2278/2415] Compiling Vapor SessionData.swift
[2279/2415] Compiling Vapor SessionDriver.swift
[2280/2415] Compiling Vapor SessionsConfiguration.swift
[2281/2415] Compiling Vapor SessionsMiddleware.swift
[2282/2415] Compiling Vapor URLEncodedFormData.swift
[2283/2415] Compiling Vapor URLEncodedFormDecoder.swift
[2284/2415] Compiling Vapor URLEncodedFormEncoder.swift
[2285/2415] Compiling Vapor URLEncodedFormError.swift
[2286/2415] Compiling Vapor URLEncodedFormParser.swift
[2287/2415] Compiling Vapor URLEncodedFormSerializer.swift
[2288/2415] Compiling Vapor URLQueryFragmentConvertible.swift
[2289/2415] Compiling Vapor AnyResponse.swift
[2290/2415] Compiling Vapor Array+Random.swift
[2291/2415] Compiling Vapor Base32.swift
[2292/2415] Compiling Vapor Base64.swift
[2293/2415] Compiling Vapor BaseN.swift
[2294/2415] Compiling Vapor BasicCodingKey.swift
[2295/2415] Compiling Vapor ByteCount.swift
[2296/2415] Compiling Vapor Bytes+Hex.swift
[2297/2415] Compiling Vapor Bytes+SecureCompare.swift
[2298/2415] Compiling Vapor Collection+Safe.swift
[2299/2415] Compiling Vapor DataProtocol+Copy.swift
[2300/2415] Compiling Vapor DecoderUnwrapper.swift
[2301/2415] Compiling Vapor DirectoryConfiguration.swift
[2302/2415] Compiling Vapor DotEnv.swift
[2303/2415] Compiling Vapor Extendable.swift
[2304/2415] Compiling Vapor File.swift
[2305/2415] Compiling Vapor FileIO.swift
[2306/2415] Compiling Vapor LifecycleHandler.swift
[2307/2415] Compiling Vapor OptionalType.swift
[2308/2415] Compiling Vapor RFC1123.swift
[2309/2415] Compiling Vapor SocketAddress+Hostname.swift
[2310/2415] Compiling Vapor Storage.swift
[2311/2415] Compiling Vapor String+IsIPAddress.swift
[2312/2415] Compiling Vapor Thread.swift
[2313/2415] Compiling Vapor URI.swift
[2314/2415] Compiling Vapor RangeResult.swift
[2315/2415] Compiling Vapor Validatable.swift
[2316/2415] Compiling Vapor Validation.swift
[2317/2415] Compiling Vapor ValidationKey.swift
[2318/2415] Compiling Vapor Validations.swift
[2319/2415] Compiling Vapor ValidationsError.swift
[2320/2415] Compiling Vapor Validator.swift
[2321/2415] Compiling Vapor ValidatorResult.swift
[2322/2415] Compiling Vapor And.swift
[2323/2415] Compiling Vapor Case.swift
[2324/2415] Compiling Vapor CharacterSet.swift
[2325/2415] Compiling Vapor Count.swift
[2326/2415] Compiling Vapor Custom.swift
[2327/2415] Compiling Vapor Email.swift
[2328/2415] Compiling Vapor Empty.swift
[2329/2415] Compiling Vapor In.swift
[2330/2415] Compiling Vapor Nil.swift
[2331/2415] Compiling Vapor NilIgnoring.swift
[2332/2415] Compiling Vapor Not.swift
[2333/2415] Compiling Vapor Or.swift
[2334/2415] Compiling Vapor Pattern.swift
[2335/2415] Compiling Vapor Range.swift
[2336/2415] Compiling Vapor URL.swift
[2337/2415] Compiling Vapor Valid.swift
[2338/2415] Compiling Vapor Application+Views.swift
[2339/2415] Compiling Vapor PlaintextRenderer.swift
[2340/2415] Compiling Vapor Request+View.swift
[2341/2415] Compiling Vapor View.swift
[2342/2415] Compiling Vapor ViewRenderer.swift
[2343/2415] Compiling Vapor _Deprecations.swift
[2344/2415] Compiling Vapor AsyncBasicResponder.swift
[2345/2415] Compiling Vapor AsyncMiddleware.swift
[2346/2415] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2347/2415] Compiling Vapor AsyncSessionDriver.swift
[2348/2415] Compiling Vapor Authentication+Concurrency.swift
[2349/2415] Compiling Vapor Cache+Concurrency.swift
[2350/2415] Compiling Vapor Client+Concurrency.swift
[2351/2415] Compiling Vapor RequestBody+Concurrency.swift
[2352/2415] Compiling Vapor Responder+Concurrency.swift
[2353/2415] Compiling Vapor ResponseCodable+Concurrency.swift
[2354/2415] Compiling Vapor RoutesBuilder+Concurrency.swift
[2355/2415] Compiling Vapor ViewRenderer+Concurrency.swift
[2356/2415] Compiling Vapor WebSocket+Concurrency.swift
[2357/2415] Compiling Vapor ContainerGetPathExecutor.swift
[2358/2415] Compiling Vapor Content.swift
[2359/2415] Compiling Vapor ContentCoders.swift
[2360/2415] Compiling Vapor ContentConfiguration.swift
[2361/2415] Compiling Vapor ContentContainer.swift
[2362/2415] Compiling Vapor JSONCoder+Custom.swift
[2363/2415] Compiling Vapor JSONCoders+Content.swift
[2364/2415] Compiling Vapor PlaintextDecoder.swift
[2365/2415] Compiling Vapor PlaintextEncoder.swift
[2366/2415] Compiling Vapor URLQueryCoders.swift
[2367/2415] Compiling Vapor URLQueryContainer.swift
[2368/2415] Compiling Vapor Core.swift
[2369/2415] Compiling Vapor Running.swift
[2370/2415] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2371/2415] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2372/2415] Compiling Vapor DotEnvFile+load.swift
[2373/2415] Compiling Vapor Routes+caseInsenstive.swift
[2374/2415] Compiling Vapor Validatable+validate.swift
[2375/2415] Compiling Vapor Environment+Process.swift
[2376/2415] Compiling Vapor Environment+Secret.swift
[2377/2415] Compiling Vapor Environment.swift
[2378/2415] Compiling Vapor Abort.swift
[2379/2415] Compiling Vapor AbortError.swift
[2380/2415] Compiling Vapor DebuggableError.swift
[2381/2415] Compiling Vapor Demangler.swift
[2382/2415] Compiling Vapor ErrorSource.swift
[2383/2415] Compiling Vapor StackTrace.swift
[2384/2415] Compiling Vapor Exports.swift
[2385/2415] Compiling Vapor Application+HTTP.swift
[2386/2415] Compiling Vapor BasicResponder.swift
[2387/2415] Compiling Vapor BodyStream.swift
[2388/2415] Compiling Vapor Application+HTTP+Client.swift
[2389/2415] Compiling Vapor EventLoopHTTPClient.swift
[2390/2415] Compiling Vapor EndpointCache.swift
[2391/2415] Compiling Vapor HTTPMethod+String.swift
[2392/2415] Compiling Vapor HTTPStatus.swift
[2393/2415] Compiling Vapor HTTPCookies.swift
[2394/2415] Compiling Vapor HTTPHeaderCacheControl.swift
[2395/2415] Compiling Vapor HTTPHeaderExpires.swift
[2396/2415] Compiling Vapor HTTPHeaderLastModified.swift
[2397/2415] Compiling Vapor HTTPHeaders+Cache.swift
[2398/2415] Compiling Vapor HTTPHeaders+Connection.swift
[2399/2415] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2400/2415] Compiling Vapor HTTPHeaders+ContentRange.swift
[2401/2415] Compiling Vapor HTTPHeaders+Directive.swift
[2402/2415] Compiling Vapor HTTPHeaders+Forwarded.swift
[2403/2415] Compiling Vapor HTTPHeaders+Link.swift
[2404/2415] Compiling Vapor HTTPHeaders+Name.swift
[2405/2415] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2406/2415] Compiling Vapor HTTPHeaders.swift
[2407/2415] Compiling Vapor HTTPMediaType.swift
[2408/2415] Compiling Vapor HTTPMediaTypePreference.swift
[2409/2415] Compiling Vapor Responder.swift
[2410/2415] Compiling Vapor Application+HTTP+Server.swift
[2411/2415] Compiling Vapor HTTPServer.swift
[2412/2415] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2413/2415] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2414/2415] Compiling Vapor HTTPServerHandler.swift
[2415/2415] Compiling Vapor HTTPServerRequestDecoder.swift
[2417/2431] Compiling Fluent Pagination+Concurrency.swift
[2418/2431] Compiling Fluent Sessions+Concurrency.swift
[2419/2431] 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 |
[2420/2431] Compiling Fluent FluentProvider+Concurrency.swift
[2421/2431] Compiling Fluent ModelCredentialsAuthenticatable+Concurrency.swift
[2422/2431] Compiling Fluent Exports.swift
[2423/2431] Compiling Fluent Fluent+Cache.swift
[2424/2433] Compiling Fluent ModelAuthenticatable.swift
[2425/2433] Compiling Fluent ModelCredentialsAuthenticatable.swift
[2426/2433] Compiling Fluent FluentProvider.swift
[2427/2433] Compiling Fluent MigrateCommand.swift
[2428/2433] 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 |
[2429/2433] 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 |
[2430/2433] Compiling Fluent Fluent+Pagination.swift
[2431/2433] Compiling Fluent Fluent+Sessions.swift
[2432/2433] Compiling Fluent ModelTokenAuthenticatable.swift
[2433/2433] Compiling Fluent PageLimit.swift
Build complete! (255.49s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.