Build Information
Successful build of SublimationVapor, reference main (d331f1
), with Swift 6.0 for Linux on 5 Mar 2025 18:49:52 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brightdigit/SublimationVapor.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/brightdigit/SublimationVapor
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at d331f16 Update SublimationVapor.yml
Cloned https://github.com/brightdigit/SublimationVapor.git
Revision (git rev-parse @):
d331f16979acfc30be7a94d1154a1bb05243478d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/brightdigit/SublimationVapor.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/brightdigit/SublimationVapor.git
https://github.com/brightdigit/SublimationVapor.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "sublimation",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0-alpha.5",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/brightdigit/Sublimation"
},
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.92.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "swift-openapi-async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-openapi-async-http-client"
}
],
"manifest_display_name" : "SublimationVapor",
"name" : "SublimationVapor",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "maccatalyst",
"version" : "17.0"
}
],
"products" : [
{
"name" : "SublimationVapor",
"targets" : [
"SublimationVapor"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SublimationVaporTests",
"module_type" : "SwiftTarget",
"name" : "SublimationVaporTests",
"path" : "Tests/SublimationVaporTests",
"sources" : [
"SublimationVaporTests.swift"
],
"target_dependencies" : [
"SublimationVapor"
],
"type" : "test"
},
{
"c99name" : "SublimationVapor",
"module_type" : "SwiftTarget",
"name" : "SublimationVapor",
"path" : "Sources/SublimationVapor",
"product_dependencies" : [
"OpenAPIAsyncHTTPClient",
"SublimationCore",
"Sublimation",
"Vapor"
],
"product_memberships" : [
"SublimationVapor"
],
"sources" : [
"ClientError.swift",
"Sublimation.swift",
"Vapor.Application.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/brightdigit/Sublimation
Fetching https://github.com/swift-server/swift-openapi-async-http-client
[1/527] Fetching swift-openapi-async-http-client
[528/5567] Fetching swift-openapi-async-http-client, sublimation
[5568/79193] Fetching swift-openapi-async-http-client, sublimation, vapor
Fetched https://github.com/swift-server/swift-openapi-async-http-client from cache (2.01s)
Fetched https://github.com/brightdigit/Sublimation from cache (2.01s)
Fetched https://github.com/vapor/vapor.git from cache (2.06s)
Computing version for https://github.com/swift-server/swift-openapi-async-http-client
Computed https://github.com/swift-server/swift-openapi-async-http-client at 1.1.0 (2.57s)
Fetching https://github.com/apple/swift-http-types
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-openapi-runtime
Fetching https://github.com/apple/swift-nio
[1/5595] Fetching swift-openapi-runtime
[561/6460] Fetching swift-openapi-runtime, swift-http-types
[6461/20176] Fetching swift-openapi-runtime, swift-http-types, async-http-client
Fetched https://github.com/apple/swift-http-types from cache (0.37s)
[7653/19311] Fetching swift-openapi-runtime, async-http-client
[17667/93184] Fetching swift-openapi-runtime, async-http-client, swift-nio
Fetched https://github.com/apple/swift-openapi-runtime from cache (4.36s)
Fetched https://github.com/swift-server/async-http-client.git from cache (4.37s)
Fetched https://github.com/apple/swift-nio from cache (4.47s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.3.1 (1.54s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.63s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/2325] Fetching swift-nio-transport-services
[1396/6095] Fetching swift-nio-transport-services, swift-log
[1397/11491] Fetching swift-nio-transport-services, swift-log, swift-nio-extras
[2371/13082] Fetching swift-nio-transport-services, swift-log, swift-nio-extras, swift-atomics
[4805/18936] Fetching swift-nio-transport-services, swift-log, swift-nio-extras, swift-atomics, swift-algorithms
[13185/30260] Fetching swift-nio-transport-services, swift-log, swift-nio-extras, swift-atomics, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-atomics.git from cache (0.51s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.52s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.54s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.54s)
[6488/15094] Fetching swift-log, swift-nio-http2
[15095/29533] Fetching swift-log, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-log.git from cache (1.22s)
[16234/25763] Fetching swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.23s)
[5054/14439] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.77s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.81.0 (0.95s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4206] Fetching swift-system
[4207/20036] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.75s)
Fetched https://github.com/apple/swift-collections.git from cache (1.93s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.65s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.64s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.93s)
Fetching https://github.com/apple/swift-numerics.git
[1/5630] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.47s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.94s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.89s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.23.1 (0.61s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.29.3 (0.67s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.59s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.8.0 (0.89s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.25.0 (1.18s)
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1077] Fetching swift-http-structured-headers
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.42s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.0 (1.07s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.35.0 (1.02s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.113.2 (1.16s)
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/1018] Fetching swift-service-context
[969/4179] Fetching swift-service-context, multipart-kit
[1873/9131] Fetching swift-service-context, multipart-kit, swift-distributed-tracing
[1923/11655] Fetching swift-service-context, multipart-kit, swift-distributed-tracing, websocket-kit
Fetched https://github.com/apple/swift-service-context.git from cache (0.52s)
[7932/10637] Fetching multipart-kit, swift-distributed-tracing, websocket-kit
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.74s)
Fetching https://github.com/vapor/console-kit.git
[4169/18268] Fetching multipart-kit, websocket-kit, swift-crypto
[5679/23753] Fetching multipart-kit, websocket-kit, swift-crypto, console-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.59s)
[7571/18268] Fetching multipart-kit, websocket-kit, swift-crypto
Fetching https://github.com/vapor/async-kit.git
[7572/20424] Fetching multipart-kit, websocket-kit, swift-crypto, swift-metrics
Fetched https://github.com/vapor/websocket-kit.git from cache (1.75s)
Fetched https://github.com/apple/swift-metrics.git from cache (1.74s)
[6432/18114] Fetching multipart-kit, swift-crypto, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.56s)
[7815/15744] Fetching multipart-kit, swift-crypto
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/vapor/multipart-kit.git from cache (2.91s)
[1/20690] Fetching routing-kit
Fetched https://github.com/apple/swift-crypto.git from cache (2.76s)
Fetched https://github.com/vapor/routing-kit.git from cache (1.45s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.5.1 (1.05s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.1 (1.04s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.15.0 (1.11s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (1.03s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (1.08s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (1.06s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (1.12s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.65s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.11.1 (3.37s)
Fetching https://github.com/apple/swift-asn1.git
[1/1517] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.32s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.1 (0.64s)
Computing version for https://github.com/brightdigit/Sublimation
Computed https://github.com/brightdigit/Sublimation at 2.0.1 (0.74s)
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/swift-server/swift-openapi-async-http-client
Working copy of https://github.com/swift-server/swift-openapi-async-http-client resolved at 1.1.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.29.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-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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.11.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.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.35.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.25.0
Creating working copy for https://github.com/brightdigit/Sublimation
Working copy of https://github.com/brightdigit/Sublimation resolved at 2.0.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.81.0
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.3.1
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.1
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.113.2
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.23.1
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/apple/swift-openapi-runtime
Working copy of https://github.com/apple/swift-openapi-runtime resolved at 1.8.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.15.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.1
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.5.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Building for debugging...
[0/836] Write sources
[51/836] Compiling _AtomicsShims.c
[52/836] Compiling CNIOWindows shim.c
[53/836] Compiling CNIOWindows WSAStartup.c
[54/836] Compiling CVaporBcrypt bcrypt.c
[55/836] Compiling CNIOWASI CNIOWASI.c
[56/836] Compiling CNIOSHA1 c_nio_sha1.c
[57/836] Compiling CVaporBcrypt blf.c
[58/836] Compiling CSystem shims.c
[59/836] Compiling CNIOLinux liburing_shims.c
[60/836] Compiling CNIOLLHTTP c_nio_http.c
[61/836] Compiling CNIODarwin shim.c
[62/836] Compiling CNIOExtrasZlib empty.c
[63/836] Compiling CNIOLLHTTP c_nio_llhttp.c
[64/836] Compiling CNIOLLHTTP c_nio_api.c
[65/836] Compiling CNIOLinux shim.c
[66/836] Compiling fiat_p256_adx_sqr.S
[67/836] Compiling fiat_p256_adx_mul.S
[68/836] Compiling fiat_curve25519_adx_square.S
[69/836] Compiling fiat_curve25519_adx_mul.S
[70/836] Compiling _NumericsShims _NumericsShims.c
[71/836] Write swift-version-24593BA9C3E375BF.txt
[72/836] Compiling CNIOBoringSSLShims shims.c
[73/840] Compiling tls13_enc.cc
[74/840] Compiling tls_method.cc
[75/840] Compiling tls_record.cc
[76/840] Compiling tls13_server.cc
[77/840] Compiling tls13_client.cc
[78/870] Compiling tls13_both.cc
[79/891] Compiling t1_enc.cc
[81/891] Emitting module _NIOBase64
[82/908] Emitting module RealModule
[83/909] Emitting module InternalCollectionsUtilities
[84/911] Compiling ServiceContextModule ServiceContextKey.swift
[85/911] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[86/911] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[87/911] Compiling InternalCollectionsUtilities _SortedCollection.swift
[88/911] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[89/911] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[90/911] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[91/911] Compiling RealModule RealFunctions.swift
[92/911] Compiling RealModule Float80+Real.swift
[93/911] Compiling RealModule Float16+Real.swift
[94/911] Compiling RealModule Real.swift
[95/911] Emitting module SystemPackage
[96/911] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[97/911] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[98/911] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[99/911] Compiling InternalCollectionsUtilities UInt+reversed.swift
[100/914] Compiling _NIOBase64 Base64.swift
[101/915] Emitting module ServiceContextModule
[102/915] Compiling ServiceContextModule ServiceContext.swift
[104/916] Compiling SublimationCore Sublimatory.swift
[106/916] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[107/916] Compiling InternalCollectionsUtilities Integer rank.swift
[108/916] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[110/916] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[114/916] Compiling InternalCollectionsUtilities Debugging.swift
[115/916] Compiling InternalCollectionsUtilities Descriptions.swift
[116/916] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[117/916] Compiling InternalCollectionsUtilities Specialize.swift
[118/917] Compiling RealModule ElementaryFunctions.swift
[119/917] Compiling _NIODataStructures PriorityQueue.swift
[120/917] Compiling _NIODataStructures _TinyArray.swift
[125/917] Compiling RealModule Float+Real.swift
[126/917] Compiling SystemPackage MachPort.swift
[127/917] Compiling SystemPackage PlatformString.swift
[128/917] Compiling SystemPackage SystemString.swift
[137/918] Compiling SystemPackage Syscalls.swift
[138/918] Compiling SystemPackage WindowsSyscallAdapters.swift
[139/918] Compiling Logging Locks.swift
[140/918] Emitting module Logging
[141/918] Compiling Logging MetadataProvider.swift
[150/918] Compiling SystemPackage Backcompat.swift
[151/918] Compiling SystemPackage CInterop.swift
[152/918] Compiling SystemPackage Constants.swift
[153/918] Compiling SystemPackage Exports.swift
[154/918] Compiling Logging LogHandler.swift
[155/918] Compiling Logging Logging.swift
[156/928] Emitting module _NIODataStructures
[158/928] Compiling _NIODataStructures Heap.swift
[159/934] Compiling Instrumentation NoOpInstrument.swift
[161/934] Compiling Instrumentation Instrument.swift
[162/935] Compiling SystemPackage Util+StringArray.swift
[163/935] Compiling SystemPackage Util.swift
[164/935] Compiling SystemPackage UtilConsumers.swift
[165/938] Emitting module Instrumentation
[166/939] Compiling Instrumentation InstrumentationSystem.swift
[168/986] Compiling Instrumentation MultiplexInstrument.swift
[169/1043] Compiling Instrumentation Locks.swift
[171/1062] Compiling HTTPTypes ISOLatin1String.swift
[172/1067] Compiling CoreMetrics Locks.swift
[173/1076] Compiling HeapModule _HeapNode.swift
[174/1076] Compiling HTTPTypes HTTPParsedFields.swift
[175/1076] Compiling HTTPTypes NIOLock.swift
[176/1120] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[177/1152] Compiling HeapModule Heap+UnsafeHandle.swift
[178/1152] Compiling HeapModule Heap+Invariants.swift
[179/1152] Compiling HeapModule Heap.swift
[180/1152] Compiling HeapModule Heap+Descriptions.swift
[181/1152] Compiling HTTPTypes HTTPRequest.swift
[182/1152] Compiling HTTPTypes HTTPResponse.swift
[183/1152] Emitting module CoreMetrics
[184/1152] Emitting module HeapModule
[186/1153] Compiling HashTreeCollections TreeDictionary+Collection.swift
[187/1153] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[188/1153] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[189/1153] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[190/1153] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[191/1153] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[192/1153] Compiling HashTreeCollections TreeDictionary+Filter.swift
[193/1168] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[194/1168] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[195/1168] Compiling HashTreeCollections TreeDictionary+Keys.swift
[196/1168] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[197/1168] Compiling HashTreeCollections TreeDictionary+Merge.swift
[198/1168] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[199/1168] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[200/1168] Compiling HashTreeCollections TreeSet+Hashable.swift
[201/1168] Compiling HashTreeCollections TreeSet+Sendable.swift
[202/1168] Compiling HashTreeCollections TreeSet+Sequence.swift
[203/1168] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[204/1168] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[205/1168] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[206/1168] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[207/1168] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[208/1168] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[209/1168] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[210/1178] Compiling HashTreeCollections _HashStack.swift
[211/1178] Compiling HashTreeCollections _HashTreeIterator.swift
[212/1178] Compiling HashTreeCollections _HashTreeStatistics.swift
[213/1178] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[214/1178] Compiling HashTreeCollections _RawHashNode.swift
[215/1178] Compiling HashTreeCollections _UnmanagedHashNode.swift
[216/1178] Compiling HashTreeCollections _UnsafePath.swift
[217/1178] Compiling HashTreeCollections TreeDictionary+Codable.swift
[218/1178] Compiling HashTreeCollections _HashNode+Structural union.swift
[219/1178] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[220/1178] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[221/1178] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[222/1178] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[223/1178] Compiling HashTreeCollections _HashNode.swift
[224/1178] Compiling HashTreeCollections _HashNodeHeader.swift
[225/1178] Compiling HashTreeCollections _HashSlot.swift
[231/1178] Compiling OrderedCollections OrderedSet+Sendable.swift
[232/1178] Compiling OrderedCollections OrderedSet+SubSequence.swift
[233/1178] Compiling OrderedCollections OrderedSet+Testing.swift
[234/1178] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[235/1178] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[236/1178] Compiling OrderedCollections OrderedSet.swift
[237/1178] Compiling OrderedCollections _UnsafeBitset.swift
[238/1178] Compiling HashTreeCollections TreeSet+Equatable.swift
[239/1178] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[240/1178] Compiling HashTreeCollections TreeSet+Extras.swift
[241/1178] Compiling HashTreeCollections TreeSet+Filter.swift
[244/1187] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[245/1187] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[246/1187] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[247/1187] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[248/1187] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[249/1187] Compiling HashTreeCollections _HashNode+Structural merge.swift
[250/1187] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[251/1187] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[252/1187] Compiling Tracing InstrumentationSystem+Tracing.swift
[253/1187] Compiling HashTreeCollections _HashNode+Invariants.swift
[254/1187] Compiling HashTreeCollections _HashNode+Lookups.swift
[255/1187] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[256/1187] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[257/1187] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[258/1187] Compiling HashTreeCollections _HashNode+Storage.swift
[259/1187] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[260/1187] Compiling HashTreeCollections _HashNode+Structural filter.swift
[261/1187] Compiling Tracing TracingTime.swift
[262/1187] Compiling CoreMetrics Metrics.swift
[274/1188] Compiling Tracing TracerProtocol+Legacy.swift
[275/1188] Compiling Tracing TracerProtocol.swift
[276/1188] Compiling Tracing NoOpTracer.swift
[277/1188] Compiling Tracing SpanProtocol.swift
[278/1188] Compiling Tracing Tracer.swift
[279/1188] Compiling SublimationCore Application.swift
[280/1188] Emitting module SublimationCore
[281/1189] Emitting module Tracing
[295/1207] Compiling DequeModule Deque+CustomReflectable.swift
[296/1207] Compiling DequeModule Deque+Descriptions.swift
[297/1207] Compiling DequeModule Deque+Equatable.swift
[298/1207] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[299/1209] Compiling DequeModule Deque+Codable.swift
[300/1209] Compiling DequeModule Deque+Collection.swift
[305/1209] Compiling DequeModule Deque+Extras.swift
[306/1209] Compiling DequeModule Deque+Hashable.swift
[307/1209] Compiling DequeModule Deque+Testing.swift
[308/1209] Compiling DequeModule Deque._Storage.swift
[309/1209] Compiling _RopeModule _CharacterRecognizer.swift
[310/1209] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[311/1209] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[312/1209] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[313/1209] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[314/1209] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[315/1209] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[316/1209] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[317/1209] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[318/1209] Compiling HashTreeCollections TreeSet.swift
[327/1211] Compiling DequeModule _DequeBuffer.swift
[328/1211] Compiling DequeModule _DequeBufferHeader.swift
[329/1211] Emitting module Sublimation
[330/1211] Compiling Sublimation Sublimation.swift
[345/1212] Emitting module Metrics
[346/1212] Emitting module RoutingKit
[347/1212] Compiling RoutingKit AnyRouter.swift
[358/1212] Compiling Metrics Metrics.swift
[366/1213] Compiling RoutingKit PathComponent.swift
[367/1213] Compiling RoutingKit Parameters.swift
[369/1213] Emitting module _RopeModule
[370/1213] Compiling DequeModule Deque._UnsafeHandle.swift
[371/1213] Compiling DequeModule Deque.swift
[374/1213] Compiling DequeModule _DequeSlot.swift
[375/1213] Compiling DequeModule _UnsafeWrappedBuffer.swift
[382/1213] Compiling RoutingKit Router.swift
[383/1213] Compiling RoutingKit TrieRouter.swift
[391/1214] Emitting module DequeModule
[404/1215] Emitting module OrderedCollections
[405/1216] Compiling _RopeModule Rope+Join.swift
[406/1216] Compiling _RopeModule Rope+MutatingForEach.swift
[407/1216] Compiling _RopeModule Rope+Remove.swift
[408/1216] Compiling _RopeModule Rope+RemoveSubrange.swift
[409/1216] Compiling _RopeModule Rope+Split.swift
[410/1216] Compiling _RopeModule Optional Utilities.swift
[411/1216] Compiling _RopeModule String Utilities.swift
[412/1216] Compiling _RopeModule String.Index+ABI.swift
[436/1216] Compiling ssl_versions.cc
[438/1216] Compiling HTTPTypes HTTPFields.swift
[439/1216] Compiling HTTPTypes HTTPFieldName.swift
[440/1216] Compiling HTTPTypes HTTPField.swift
[441/1216] Emitting module HTTPTypes
[443/1217] Emitting module HashTreeCollections
[443/1218] Compiling ssl_x509.cc
[444/1218] Compiling ssl_transcript.cc
[446/1219] Compiling ssl_stat.cc
[448/1279] Compiling OpenAPIRuntime URLExtensions.swift
[449/1279] Compiling OpenAPIRuntime Deprecated.swift
[450/1279] Compiling OpenAPIRuntime ClientError.swift
[451/1279] Compiling OpenAPIRuntime CodingErrors.swift
[452/1279] Compiling OpenAPIRuntime RuntimeError.swift
[453/1279] Compiling OpenAPIRuntime ServerError.swift
[454/1279] Compiling OpenAPIRuntime URICodeCodingKey.swift
[455/1279] Compiling OpenAPIRuntime URICoderConfiguration.swift
[456/1279] Compiling OpenAPIRuntime URIEncodedNode.swift
[457/1279] Compiling OpenAPIRuntime URIParsedTypes.swift
[458/1279] Compiling OpenAPIRuntime URIDecoder.swift
[459/1279] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[460/1279] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[461/1279] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[462/1279] Compiling OpenAPIRuntime CurrencyTypes.swift
[463/1279] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[464/1279] Compiling OpenAPIRuntime HTTPBody.swift
[465/1279] Compiling OpenAPIRuntime ServerTransport.swift
[466/1279] Compiling OpenAPIRuntime UniversalClient.swift
[466/1279] Compiling ssl_session.cc
[468/1280] Compiling ssl_privkey.cc
[469/1280] Compiling ssl_file.cc
[470/1280] Compiling ssl_key_share.cc
[471/1280] Compiling ssl_credential.cc
[472/1280] Compiling ssl_buffer.cc
[473/1280] Compiling ssl_lib.cc
[474/1280] Compiling ssl_cert.cc
[475/1280] Compiling ssl_cipher.cc
[476/1280] Compiling ssl_aead_ctx.cc
[485/1288] Compiling s3_pkt.cc
[486/1288] Compiling ssl_asn1.cc
[488/1288] Emitting module OpenAPIRuntime
[488/1288] Compiling s3_lib.cc
[489/1288] Compiling s3_both.cc
[491/1288] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[492/1288] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[493/1288] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[494/1288] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[495/1288] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[496/1288] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[497/1288] Compiling OpenAPIRuntime MultipartValidation.swift
[498/1288] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[499/1288] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[500/1288] Compiling OpenAPIRuntime CodableExtensions.swift
[501/1288] Compiling OpenAPIRuntime Configuration.swift
[502/1288] Compiling OpenAPIRuntime Converter+Client.swift
[503/1288] Compiling OpenAPIRuntime Converter+Common.swift
[504/1288] Compiling OpenAPIRuntime Converter+Server.swift
[505/1288] Compiling OpenAPIRuntime Converter.swift
[506/1288] Compiling OpenAPIRuntime CurrencyExtensions.swift
[507/1288] Compiling OpenAPIRuntime ErrorExtensions.swift
[508/1288] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[509/1288] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[510/1288] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[511/1288] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[512/1288] Compiling OpenAPIRuntime ServerSentEvents.swift
[513/1288] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[514/1288] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[515/1288] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[516/1288] Compiling OpenAPIRuntime ClientTransport.swift
[517/1288] Compiling OpenAPIRuntime FoundationExtensions.swift
[518/1288] Compiling OpenAPIRuntime ParameterStyles.swift
[519/1288] Compiling OpenAPIRuntime ServerVariable.swift
[526/1288] Compiling OpenAPIRuntime Acceptable.swift
[527/1288] Compiling OpenAPIRuntime Base64EncodedData.swift
[528/1288] Compiling OpenAPIRuntime ByteUtilities.swift
[529/1288] Compiling OpenAPIRuntime ContentDisposition.swift
[530/1288] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[531/1288] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[532/1288] Compiling OpenAPIRuntime OpenAPIValue.swift
[533/1288] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[534/1288] Compiling OpenAPIRuntime UndocumentedPayload.swift
[540/1288] Compiling OpenAPIRuntime UniversalServer.swift
[541/1288] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[542/1288] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[542/1288] Compiling handshake_client.cc
[543/1288] Compiling handshake.cc
[544/1288] Compiling handshake_server.cc
[545/1288] Compiling handoff.cc
[547/1288] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[548/1288] Compiling OpenAPIRuntime URIEncoder.swift
[549/1288] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[550/1288] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[551/1288] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[552/1288] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[553/1288] Compiling OpenAPIRuntime URIParser.swift
[554/1288] Compiling OpenAPIRuntime URISerializer.swift
[555/1289] Compiling encrypted_client_hello.cc
[556/1289] Compiling extensions.cc
[557/1289] Compiling dtls_record.cc
[558/1289] Compiling md5-x86_64-linux.S
[559/1289] Compiling md5-x86_64-apple.S
[560/1289] Compiling md5-586-linux.S
[561/1289] Compiling md5-586-apple.S
[562/1289] Compiling chacha20_poly1305_x86_64-linux.S
[563/1289] Compiling chacha20_poly1305_x86_64-apple.S
[564/1289] Compiling chacha20_poly1305_armv8-win.S
[565/1289] Compiling dtls_method.cc
[566/1289] Compiling d1_pkt.cc
[567/1289] Compiling d1_srtp.cc
[568/1289] Compiling chacha20_poly1305_armv8-linux.S
[569/1289] Compiling err_data.cc
[570/1289] Compiling chacha20_poly1305_armv8-apple.S
[571/1289] Compiling chacha-x86_64-linux.S
[572/1289] Compiling chacha-x86-linux.S
[573/1289] Compiling chacha-x86-apple.S
[574/1289] Compiling chacha-x86_64-apple.S
[574/1289] Compiling chacha-armv8-win.S
[576/1289] Compiling chacha-armv8-linux.S
[577/1289] Compiling chacha-armv8-apple.S
[578/1289] Compiling aes128gcmsiv-x86_64-apple.S
[579/1289] Compiling chacha-armv4-linux.S
[580/1289] Compiling bio_ssl.cc
[581/1289] Compiling aes128gcmsiv-x86_64-linux.S
[582/1289] Compiling x86_64-mont-linux.S
[583/1289] Compiling x86_64-mont5-apple.S
[584/1289] Compiling x86-mont-linux.S
[585/1289] Compiling x86_64-mont5-linux.S
[586/1289] Compiling x86-mont-apple.S
[586/1289] Compiling x86_64-mont-apple.S
[588/1289] Compiling vpaes-x86_64-linux.S
[589/1289] Compiling vpaes-x86_64-apple.S
[590/1289] Compiling vpaes-x86-linux.S
[591/1289] Compiling vpaes-armv8-win.S
[592/1289] Compiling vpaes-armv8-linux.S
[593/1289] Compiling vpaes-x86-apple.S
[594/1289] Compiling vpaes-armv8-apple.S
[595/1289] Compiling vpaes-armv7-linux.S
[596/1289] Compiling sha512-armv8-win.S
[597/1289] Compiling sha512-x86_64-linux.S
[598/1289] Compiling sha512-x86_64-apple.S
[599/1289] Compiling sha512-armv8-linux.S
[600/1289] Compiling sha512-armv8-apple.S
[601/1289] Compiling sha512-armv4-linux.S
[602/1289] Compiling sha512-586-linux.S
[603/1289] Compiling sha512-586-apple.S
[604/1289] Compiling sha256-x86_64-linux.S
[605/1289] Compiling sha256-x86_64-apple.S
[606/1289] Compiling sha256-armv8-win.S
[607/1289] Compiling sha256-armv8-linux.S
[608/1289] Compiling sha256-armv4-linux.S
[609/1289] Compiling sha256-armv8-apple.S
[610/1289] Compiling sha256-586-linux.S
[611/1289] Compiling sha1-x86_64-apple.S
[612/1289] Compiling sha256-586-apple.S
[613/1289] Compiling sha1-x86_64-linux.S
[614/1289] Compiling sha1-armv8-linux.S
[615/1289] Compiling sha1-armv8-apple.S
[616/1289] Compiling sha1-armv8-win.S
[616/1289] Compiling sha1-armv4-large-linux.S
[618/1289] Compiling sha1-586-linux.S
[619/1289] Compiling rdrand-x86_64-linux.S
[620/1289] Compiling rsaz-avx2-apple.S
[621/1289] Compiling sha1-586-apple.S
[622/1289] Compiling p256_beeu-x86_64-asm-linux.S
[623/1289] Compiling rdrand-x86_64-apple.S
[624/1289] Compiling d1_lib.cc
[625/1289] Compiling rsaz-avx2-linux.S
[626/1289] Compiling p256_beeu-armv8-asm-win.S
[627/1289] Compiling p256_beeu-armv8-asm-linux.S
[628/1289] Compiling p256_beeu-x86_64-asm-apple.S
[629/1289] Compiling p256-armv8-asm-win.S
[630/1289] Compiling p256-x86_64-asm-apple.S
[631/1289] Compiling p256_beeu-armv8-asm-apple.S
[632/1289] Compiling p256-x86_64-asm-linux.S
[633/1289] Compiling p256-armv8-asm-apple.S
[633/1289] Compiling p256-armv8-asm-linux.S
[635/1289] Compiling ghashv8-armv8-linux.S
[636/1289] Compiling ghashv8-armv7-linux.S
[637/1289] Compiling ghashv8-armv8-win.S
[638/1289] Compiling ghash-x86_64-linux.S
[639/1289] Compiling ghash-x86-linux.S
[640/1289] Compiling ghash-x86_64-apple.S
[641/1289] Compiling ghash-x86-apple.S
[642/1289] Compiling ghashv8-armv8-apple.S
[643/1289] Compiling ghash-ssse3-x86_64-linux.S
[644/1289] Compiling ghash-ssse3-x86_64-apple.S
[645/1289] Compiling ghash-ssse3-x86-apple.S
[646/1289] Compiling ghash-neon-armv8-linux.S
[647/1289] Compiling ghash-ssse3-x86-linux.S
[648/1289] Compiling ghash-neon-armv8-win.S
[649/1289] Compiling ghash-armv4-linux.S
[650/1289] Compiling ghash-neon-armv8-apple.S
[651/1289] Compiling co-586-linux.S
[652/1289] Compiling co-586-apple.S
[653/1289] Compiling bsaes-armv7-linux.S
[654/1289] Compiling bn-armv8-win.S
[655/1289] Compiling bn-586-linux.S
[656/1289] Compiling bn-armv8-linux.S
[657/1289] Compiling bn-586-apple.S
[658/1289] Compiling bn-armv8-apple.S
[659/1289] Compiling armv8-mont-linux.S
[660/1289] Compiling armv8-mont-win.S
[661/1289] Compiling armv8-mont-apple.S
[662/1289] Compiling armv4-mont-linux.S
[663/1289] Compiling aesv8-gcm-armv8-win.S
[664/1289] Compiling aesv8-armv8-linux.S
[665/1289] Compiling aesv8-armv8-win.S
[666/1289] Compiling aesv8-gcm-armv8-linux.S
[667/1289] Compiling aesv8-gcm-armv8-apple.S
[668/1289] Compiling aesv8-armv8-apple.S
[669/1289] Compiling aesni-gcm-x86_64-linux.S
[669/1289] Compiling aesni-x86_64-linux.S
[671/1289] Compiling aesv8-armv7-linux.S
[672/1289] Compiling aesni-x86_64-apple.S
[673/1289] Compiling aesni-x86-linux.S
[674/1289] Compiling aesni-x86-apple.S
[675/1289] Compiling aesni-gcm-x86_64-apple.S
[676/1289] Compiling d1_both.cc
[677/1289] Compiling x_val.cc
[678/1289] Compiling x_spki.cc
[679/1289] Compiling x_sig.cc
[680/1289] Compiling x_x509.cc
[681/1289] Compiling x_req.cc
[682/1289] Compiling x_x509a.cc
[683/1289] Compiling x_pubkey.cc
[684/1289] Compiling x_name.cc
[685/1289] Compiling x_attrib.cc
[686/1289] Compiling x_exten.cc
[687/1289] Compiling x_algor.cc
[688/1289] Compiling x509spki.cc
[689/1289] Compiling x_all.cc
[690/1289] Compiling x_crl.cc
[691/1289] Compiling x509rset.cc
[692/1289] Compiling x509name.cc
[693/1289] Compiling x509cset.cc
[694/1289] Compiling x509_txt.cc
[695/1289] Compiling x509_v3.cc
[696/1289] Compiling x509_vpm.cc
[697/1289] Compiling x509_set.cc
[698/1289] Compiling x509_trs.cc
[699/1289] Compiling x509_req.cc
[700/1289] Compiling x509_vfy.cc
[701/1289] Compiling x509_d2.cc
[702/1289] Compiling x509_att.cc
[703/1289] Compiling x509_cmp.cc
[704/1289] Compiling x509_lu.cc
[705/1289] Compiling x509.cc
[706/1289] Compiling x509_def.cc
[707/1289] Compiling x509_ext.cc
[708/1289] Compiling x509_obj.cc
[709/1289] Compiling v3_utl.cc
[710/1289] Compiling v3_skey.cc
[711/1289] Compiling v3_ncons.cc
[712/1289] Compiling v3_purp.cc
[713/1289] Compiling v3_pcons.cc
[714/1289] Compiling v3_prn.cc
[715/1289] Compiling v3_pmaps.cc
[716/1289] Compiling v3_ocsp.cc
[717/1289] Compiling v3_lib.cc
[718/1289] Compiling v3_int.cc
[719/1289] Compiling v3_ia5.cc
[720/1289] Compiling v3_enum.cc
[721/1289] Compiling v3_crld.cc
[722/1289] Compiling v3_info.cc
[723/1289] Compiling v3_extku.cc
[724/1289] Compiling v3_genn.cc
[725/1289] Compiling v3_akeya.cc
[726/1289] Compiling v3_cpols.cc
[727/1289] Compiling v3_conf.cc
[728/1289] Compiling v3_akey.cc
[729/1289] Compiling v3_alt.cc
[730/1289] Compiling t_x509.cc
[731/1289] Compiling v3_bitst.cc
[732/1289] Compiling v3_bcons.cc
[733/1289] Compiling t_x509a.cc
[734/1289] Compiling rsa_pss.cc
[735/1289] Compiling t_crl.cc
[736/1289] Compiling t_req.cc
[737/1289] Compiling i2d_pr.cc
[738/1289] Compiling name_print.cc
[739/1289] Compiling policy.cc
[740/1289] Compiling by_dir.cc
[741/1289] Compiling by_file.cc
[742/1289] Compiling a_sign.cc
[743/1289] Compiling a_digest.cc
[744/1289] Compiling voprf.cc
[745/1289] Compiling asn1_gen.cc
[746/1289] Compiling a_verify.cc
[747/1289] Compiling algorithm.cc
[748/1289] Compiling thread_win.cc
[749/1289] Compiling thread.cc
[750/1289] Compiling trust_token.cc
[751/1289] Compiling pmbtoken.cc
[752/1289] Compiling thread_none.cc
[753/1289] Compiling thread_pthread.cc
[754/1289] Compiling stack.cc
[755/1289] Compiling wots.cc
[756/1289] Compiling thash.cc
[757/1289] Compiling merkle.cc
[758/1289] Compiling slhdsa.cc
[759/1289] Compiling rsa_extra.cc
[760/1289] Compiling sha512.cc
[761/1289] Compiling siphash.cc
[762/1289] Compiling sha256.cc
[763/1289] Compiling sha1.cc
[764/1289] Compiling fors.cc
[765/1289] Compiling rsa_crypt.cc
[766/1289] Compiling rsa_print.cc
[767/1289] Compiling rc4.cc
[768/1289] Compiling rsa_asn1.cc
[769/1289] Compiling windows.cc
[770/1289] Compiling rand_extra.cc
[771/1289] Compiling refcount.cc
[772/1289] Compiling trusty.cc
[773/1289] Compiling passive.cc
[774/1289] Compiling getentropy.cc
[775/1289] Compiling deterministic.cc
[776/1289] Compiling poly1305_arm_asm.S
[777/1289] Compiling urandom.cc
[778/1289] Compiling forkunsafe.cc
[779/1289] Compiling ios.cc
[780/1289] Compiling poly1305_arm.cc
[781/1289] Compiling fork_detect.cc
[782/1289] Compiling poly1305_vec.cc
[783/1289] Compiling pool.cc
[784/1289] Compiling poly1305.cc
[785/1289] Compiling pkcs7.cc
[786/1289] Compiling pem_pkey.cc
[787/1289] Compiling pkcs8_x509.cc
[787/1289] Compiling pkcs8.cc
[789/1289] Compiling pkcs7_x509.cc
[790/1289] Compiling p5_pbev2.cc
[791/1289] Compiling pem_xaux.cc
[792/1289] Compiling pem_x509.cc
[793/1289] Compiling obj_xref.cc
[794/1289] Compiling obj.cc
[795/1289] Compiling pem_pk8.cc
[796/1289] Compiling pem_info.cc
[797/1289] Compiling mlkem.cc
[798/1289] Compiling pem_oth.cc
[798/1289] Compiling pem_lib.cc
[800/1289] Compiling pem_all.cc
[801/1289] Compiling lhash.cc
[802/1289] Compiling keccak.cc
[803/1289] Compiling kyber.cc
[804/1289] Compiling hrss.cc
[805/1289] Compiling fips_shared_support.cc
[806/1289] Compiling poly_rq_mul.S
[807/1289] Compiling md4.cc
[808/1289] Compiling mldsa.cc
[809/1289] Compiling md5.cc
[810/1289] Compiling mem.cc
[811/1289] Compiling ex_data.cc
[812/1289] Compiling hpke.cc
[813/1289] Compiling sign.cc
[814/1289] Compiling pbkdf.cc
[815/1289] Compiling scrypt.cc
[816/1289] Compiling p_x25519.cc
[817/1289] Compiling p_x25519_asn1.cc
[818/1289] Compiling print.cc
[819/1289] Compiling p_rsa_asn1.cc
[820/1289] Compiling p_rsa.cc
[821/1289] Compiling p_ed25519.cc
[822/1289] Compiling p_ec_asn1.cc
[823/1289] Compiling p_hkdf.cc
[824/1289] Compiling p_ec.cc
[824/1289] Compiling p_ed25519_asn1.cc
[826/1289] Compiling p_dh_asn1.cc
[826/1289] Compiling p_dsa_asn1.cc
[828/1289] Compiling p_dh.cc
[829/1289] Compiling evp.cc
[830/1289] Compiling evp_ctx.cc
[831/1289] Compiling err.cc
[832/1289] Compiling evp_asn1.cc
[833/1289] Compiling engine.cc
[834/1289] Compiling ecdsa_asn1.cc
[835/1289] Compiling ecdh_extra.cc
[836/1289] Compiling ec_derive.cc
[837/1289] Compiling hash_to_curve.cc
[838/1289] Compiling ec_asn1.cc
[839/1289] Compiling dsa_asn1.cc
[840/1289] Compiling params.cc
[841/1289] Compiling dsa.cc
[841/1289] Compiling digest_extra.cc
[843/1289] Compiling dh_asn1.cc
[844/1289] Compiling x25519-asm-arm.S
[845/1289] Compiling spake25519.cc
[846/1289] Compiling des.cc
[847/1289] Compiling crypto.cc
[848/1289] Compiling cpu_intel.cc
[849/1289] Compiling cpu_arm_freebsd.cc
[850/1289] Compiling bcm.cc
[851/1289] Compiling cpu_arm_linux.cc
[852/1289] Compiling cpu_aarch64_win.cc
[853/1289] Compiling curve25519.cc
[854/1289] Compiling cpu_aarch64_sysreg.cc
[855/1289] Compiling cpu_aarch64_openbsd.cc
[856/1289] Compiling cpu_aarch64_linux.cc
[857/1289] Compiling cpu_aarch64_fuchsia.cc
[858/1289] Compiling curve25519_64_adx.cc
[859/1289] Compiling cpu_aarch64_apple.cc
[860/1289] Compiling tls_cbc.cc
[861/1289] Compiling conf.cc
[862/1289] Compiling e_rc4.cc
[863/1289] Compiling e_tls.cc
[864/1289] Compiling e_des.cc
[864/1289] Compiling e_null.cc
[865/1289] Compiling e_chacha20poly1305.cc
[867/1289] Compiling e_rc2.cc
[868/1289] Compiling e_aesctrhmac.cc
[869/1289] Compiling e_aesgcmsiv.cc
[870/1289] Compiling derive_key.cc
[871/1289] Compiling cipher_extra.cc
[872/1289] Compiling unicode.cc
[873/1289] Compiling chacha.cc
[874/1289] Compiling ber.cc
[875/1289] Compiling cbb.cc
[876/1289] Compiling asn1_compat.cc
[877/1289] Compiling cbs.cc
[878/1289] Compiling buf.cc
[879/1289] Compiling bn_asn1.cc
[880/1289] Compiling blake2.cc
[881/1289] Compiling pair.cc
[882/1289] Compiling printf.cc
[883/1289] Compiling fd.cc
[883/1289] Compiling socket_helper.cc
[883/1289] Compiling file.cc
[885/1289] Compiling convert.cc
[887/1289] Compiling hexdump.cc
[888/1289] Compiling socket.cc
[889/1289] Compiling connect.cc
[890/1289] Compiling errno.cc
[891/1289] Compiling tasn_typ.cc
[891/1289] Compiling bio_mem.cc
[893/1289] Compiling tasn_utl.cc
[893/1289] Compiling bio.cc
[895/1289] Compiling tasn_new.cc
[896/1289] Compiling base64.cc
[897/1289] Compiling f_int.cc
[898/1289] Compiling f_string.cc
[899/1289] Compiling asn_pack.cc
[900/1289] Compiling tasn_fre.cc
[901/1289] Compiling posix_time.cc
[902/1289] Compiling asn1_par.cc
[903/1289] Compiling tasn_enc.cc
[904/1289] Compiling tasn_dec.cc
[905/1289] Compiling a_utctm.cc
[906/1289] Compiling a_type.cc
[907/1289] Compiling a_time.cc
[908/1289] Compiling asn1_lib.cc
[909/1289] Compiling a_octet.cc
[910/1289] Compiling a_strnid.cc
[911/1289] Compiling a_strex.cc
[912/1289] Compiling a_object.cc
[913/1289] Compiling a_i2d_fp.cc
[914/1289] Compiling a_mbstr.cc
[915/1289] Compiling a_dup.cc
[916/1289] Compiling a_d2i_fp.cc
[917/1289] Compiling a_gentm.cc
[918/1289] Compiling a_int.cc
[919/1289] Compiling a_bool.cc
[920/1289] Compiling a_bitstr.cc
[921/1289] Compiling CCryptoBoringSSLShims shims.c
[922/1289] Compiling fiat_p256_adx_sqr.S
[923/1289] Compiling fiat_p256_adx_mul.S
[924/1289] Compiling fiat_curve25519_adx_square.S
[925/1289] Compiling md5-x86_64-apple.S
[926/1289] Compiling err_data.cc
[927/1289] Compiling fiat_curve25519_adx_mul.S
[928/1289] Compiling md5-x86_64-linux.S
[929/1289] Compiling md5-586-linux.S
[930/1289] Compiling md5-586-apple.S
[931/1289] Compiling chacha20_poly1305_armv8-linux.S
[932/1289] Compiling chacha20_poly1305_armv8-win.S
[933/1289] Compiling chacha20_poly1305_x86_64-apple.S
[934/1289] Compiling chacha20_poly1305_armv8-apple.S
[935/1289] Compiling c-nioatomics.c
[936/1289] Compiling chacha20_poly1305_x86_64-linux.S
[937/1289] Compiling chacha-x86_64-apple.S
[938/1289] Compiling chacha-x86-linux.S
[938/1289] Compiling chacha-x86_64-linux.S
[940/1289] Compiling chacha-x86-apple.S
[941/1289] Compiling c-atomics.c
[942/1289] Compiling chacha-armv8-linux.S
[943/1289] Compiling chacha-armv8-win.S
[944/1289] Compiling aes128gcmsiv-x86_64-apple.S
[945/1289] Compiling chacha-armv4-linux.S
[946/1289] Compiling chacha-armv8-apple.S
[947/1289] Compiling x86_64-mont5-apple.S
[948/1289] Compiling aes128gcmsiv-x86_64-linux.S
[949/1295] Compiling x86_64-mont5-linux.S
[950/1295] Compiling x86_64-mont-linux.S
[951/1295] Compiling vpaes-x86_64-apple.S
[951/1295] Compiling x86-mont-linux.S
[951/1295] Compiling vpaes-x86_64-linux.S
[951/1295] Compiling x86_64-mont-apple.S
[955/1295] Compiling vpaes-x86-linux.S
[956/1295] Compiling vpaes-x86-apple.S
[957/1295] Compiling x86-mont-apple.S
[959/1295] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[960/1295] Emitting module NIOConcurrencyHelpers
[960/1295] Compiling vpaes-armv8-win.S
[960/1295] Compiling vpaes-armv7-linux.S
[962/1295] Compiling sha512-armv8-win.S
[964/1295] Compiling NIOConcurrencyHelpers lock.swift
[965/1295] Compiling NIOConcurrencyHelpers NIOLock.swift
[966/1295] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[967/1295] Compiling NIOConcurrencyHelpers atomics.swift
[967/1295] Compiling vpaes-armv8-apple.S
[967/1295] Compiling sha512-x86_64-apple.S
[967/1295] Compiling sha512-x86_64-linux.S
[970/1295] Compiling vpaes-armv8-linux.S
[971/1295] Compiling sha512-armv8-linux.S
[972/1295] Compiling sha512-armv8-apple.S
[973/1296] Compiling sha512-armv4-linux.S
[974/1296] Compiling sha512-586-linux.S
[975/1296] Compiling sha256-armv8-linux.S
[976/1296] Compiling sha256-x86_64-apple.S
[976/1296] Compiling sha256-armv8-win.S
[978/1296] Compiling sha256-x86_64-linux.S
[979/1296] Compiling sha256-armv8-apple.S
[980/1296] Compiling sha512-586-apple.S
[982/1296] Compiling sha256-586-linux.S
[983/1296] Compiling sha256-armv4-linux.S
[983/1296] Compiling sha256-586-apple.S
[985/1296] Compiling sha1-x86_64-apple.S
[986/1296] Compiling sha1-x86_64-linux.S
[987/1296] Compiling sha1-armv8-linux.S
[988/1296] Compiling sha1-armv8-win.S
[989/1296] Compiling sha1-armv8-apple.S
[990/1296] Compiling sha1-586-linux.S
[991/1296] Compiling sha1-armv4-large-linux.S
[992/1296] Compiling sha1-586-apple.S
[993/1296] Compiling rsaz-avx2-apple.S
[994/1296] Compiling rsaz-avx2-linux.S
[994/1296] Compiling p256_beeu-x86_64-asm-linux.S
[996/1296] Compiling rdrand-x86_64-linux.S
[996/1296] Compiling rdrand-x86_64-apple.S
[998/1296] Compiling p256_beeu-x86_64-asm-apple.S
[999/1296] Compiling p256_beeu-armv8-asm-win.S
[1000/1296] Compiling p256_beeu-armv8-asm-linux.S
[1001/1296] Compiling p256_beeu-armv8-asm-apple.S
[1002/1296] Compiling p256-x86_64-asm-apple.S
[1003/1296] Compiling p256-armv8-asm-linux.S
[1004/1296] Compiling p256-armv8-asm-win.S
[1005/1296] Compiling p256-x86_64-asm-linux.S
[1006/1296] Compiling p256-armv8-asm-apple.S
[1007/1296] Compiling ghashv8-armv8-win.S
[1008/1296] Compiling ghashv8-armv8-linux.S
[1009/1296] Compiling ghashv8-armv8-apple.S
[1010/1296] Compiling ghashv8-armv7-linux.S
[1011/1296] Compiling ghash-x86_64-linux.S
[1012/1296] Compiling ghash-x86_64-apple.S
[1013/1296] Compiling ghash-x86-apple.S
[1014/1296] Compiling ghash-x86-linux.S
[1015/1296] Compiling ghash-ssse3-x86_64-linux.S
[1016/1296] Compiling ghash-ssse3-x86-linux.S
[1017/1296] Compiling ghash-ssse3-x86_64-apple.S
[1018/1296] Compiling ghash-ssse3-x86-apple.S
[1019/1296] Compiling ghash-neon-armv8-win.S
[1019/1296] Compiling ghash-neon-armv8-apple.S
[1021/1296] Compiling ghash-neon-armv8-linux.S
[1022/1296] Compiling ghash-armv4-linux.S
[1023/1296] Compiling co-586-linux.S
[1024/1296] Compiling co-586-apple.S
[1025/1296] Compiling bn-armv8-apple.S
[1026/1296] Compiling bsaes-armv7-linux.S
[1027/1296] Compiling bn-armv8-linux.S
[1028/1296] Compiling bn-586-linux.S
[1028/1296] Compiling bn-586-apple.S
[1030/1296] Compiling bn-armv8-win.S
[1031/1296] Compiling armv8-mont-win.S
[1032/1297] Compiling armv8-mont-apple.S
[1032/1297] Compiling armv8-mont-linux.S
[1034/1322] Compiling armv4-mont-linux.S
[1034/1322] Compiling aesv8-gcm-armv8-apple.S
[1036/1322] Compiling aesv8-armv8-win.S
[1036/1322] Compiling aesv8-gcm-armv8-linux.S
[1036/1322] Compiling aesv8-gcm-armv8-win.S
[1039/1322] Compiling aesv8-armv8-linux.S
[1040/1322] Compiling aesv8-armv8-apple.S
[1041/1322] Compiling aesv8-armv7-linux.S
[1042/1322] Compiling aesni-x86_64-apple.S
[1043/1322] Compiling aesni-x86-linux.S
[1044/1322] Compiling aesni-x86_64-linux.S
[1045/1322] Compiling aesni-x86-apple.S
[1046/1322] Compiling aesni-gcm-x86_64-linux.S
[1047/1322] Compiling aesni-gcm-x86_64-apple.S
[1048/1322] Compiling aes-gcm-avx10-x86_64-linux.S
[1048/1322] Compiling aes-gcm-avx10-x86_64-apple.S
[1051/1322] Emitting module ConsoleKitTerminal
[1052/1325] Compiling ConsoleKitTerminal Console+Wait.swift
[1053/1325] Compiling ConsoleKitTerminal ConsoleColor.swift
[1054/1325] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1055/1325] Compiling ConsoleKitTerminal Console+Confirm.swift
[1056/1325] Compiling ConsoleKitTerminal Console+Input.swift
[1057/1325] Compiling ConsoleKitTerminal Console+Center.swift
[1058/1325] Compiling ConsoleKitTerminal Console+Output.swift
[1059/1325] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1060/1325] Compiling ConsoleKitTerminal ConsoleClear.swift
[1061/1325] Compiling ConsoleKitTerminal Console+Ask.swift
[1062/1325] Compiling ConsoleKitTerminal Console+Choose.swift
[1062/1325] Compiling x_val.cc
[1063/1325] Compiling x_x509.cc
[1065/1325] Compiling ConsoleKitTerminal CustomActivity.swift
[1066/1325] Compiling ConsoleKitTerminal LoadingBar.swift
[1067/1325] Compiling ConsoleKitTerminal ProgressBar.swift
[1068/1325] Compiling ConsoleKitTerminal Console+Clear.swift
[1069/1325] Compiling ConsoleKitTerminal ConsoleText.swift
[1070/1325] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1071/1325] Compiling ConsoleKitTerminal ANSI.swift
[1071/1325] Compiling x_x509a.cc
[1072/1325] Compiling x_sig.cc
[1074/1325] Compiling ConsoleKitTerminal ActivityBar.swift
[1074/1325] Compiling x_pubkey.cc
[1075/1325] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1077/1325] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1078/1325] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1079/1325] Compiling ConsoleKitTerminal Console.swift
[1080/1325] Compiling ConsoleKitTerminal Terminal.swift
[1081/1325] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1081/1325] Compiling x_req.cc
[1082/1325] Compiling x_spki.cc
[1083/1325] Compiling x_name.cc
[1084/1325] Compiling x_crl.cc
[1085/1325] Compiling x_attrib.cc
[1086/1325] Compiling x_exten.cc
[1087/1325] Compiling x_all.cc
[1088/1325] Compiling x509spki.cc
[1089/1325] Compiling x_algor.cc
[1091/1325] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1092/1325] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1093/1325] Compiling ConsoleKitTerminal LoggerFragment.swift
[1094/1326] Compiling x509rset.cc
[1095/1326] Compiling x509name.cc
[1096/1326] Compiling x509_vpm.cc
[1097/1326] Compiling x509_v3.cc
[1098/1326] Compiling x509cset.cc
[1099/1326] Compiling x509_txt.cc
[1100/1326] Compiling x509_vfy.cc
[1101/1348] Compiling x509_trs.cc
[1102/1348] Compiling x509_set.cc
[1104/1348] Emitting module ConsoleKitCommands
[1104/1350] Compiling x509_req.cc
[1105/1350] Compiling x509_def.cc
[1106/1350] Compiling x509_obj.cc
[1107/1350] Compiling ConsoleKitCommands CommandSignature.swift
[1108/1350] Compiling ConsoleKitCommands Flag.swift
[1109/1350] Compiling ConsoleKitCommands Option.swift
[1111/1350] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1112/1350] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1113/1350] Compiling ConsoleKitCommands Argument.swift
[1113/1350] Compiling x509_ext.cc
[1114/1350] Compiling x509_lu.cc
[1116/1350] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1117/1350] Compiling ConsoleKitCommands AsyncCommand.swift
[1118/1350] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1119/1350] Compiling ConsoleKitCommands AsyncCommands.swift
[1120/1350] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1121/1350] Compiling ConsoleKitCommands AnyCommand.swift
[1121/1350] Compiling x509_d2.cc
[1123/1350] Compiling ConsoleKitCommands Command.swift
[1124/1350] Compiling ConsoleKitCommands CommandContext.swift
[1125/1350] Compiling ConsoleKitCommands CommandError.swift
[1126/1350] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1127/1350] Compiling ConsoleKitCommands Utilities.swift
[1127/1350] Compiling x509_cmp.cc
[1128/1350] Compiling x509_att.cc
[1129/1350] Compiling x509.cc
[1130/1350] Compiling v3_purp.cc
[1131/1350] Compiling v3_skey.cc
[1132/1350] Compiling v3_utl.cc
[1133/1350] Compiling v3_prn.cc
[1134/1350] Compiling v3_pmaps.cc
[1135/1350] Compiling v3_ocsp.cc
[1136/1350] Compiling v3_pcons.cc
[1137/1350] Compiling v3_int.cc
[1138/1350] Compiling v3_ncons.cc
[1139/1350] Compiling v3_lib.cc
[1140/1350] Compiling v3_info.cc
[1142/1350] Compiling ConsoleKitCommands CommandGroup.swift
[1143/1350] Compiling ConsoleKitCommands CommandInput.swift
[1144/1350] Compiling ConsoleKitCommands Commands.swift
[1145/1350] Compiling ConsoleKitCommands Console+Run.swift
[1146/1350] Compiling ConsoleKitCommands ConsoleError.swift
[1147/1350] Compiling ConsoleKitCommands Completion.swift
[1148/1351] Compiling v3_genn.cc
[1148/1351] Compiling v3_extku.cc
[1148/1351] Compiling v3_ia5.cc
[1151/1351] Compiling v3_crld.cc
[1152/1351] Compiling v3_enum.cc
[1153/1353] Compiling v3_cpols.cc
[1154/1353] Compiling v3_conf.cc
[1156/1353] Emitting module ConsoleKit
[1157/1353] Compiling ConsoleKit Exports.swift
[1158/1354] Compiling v3_alt.cc
[1159/1354] Compiling v3_bcons.cc
[1160/1354] Compiling v3_bitst.cc
[1161/1354] Compiling v3_akeya.cc
[1162/1354] Compiling v3_akey.cc
[1163/1354] Compiling t_x509a.cc
[1164/1354] Compiling t_x509.cc
[1165/1354] Compiling i2d_pr.cc
[1166/1354] Compiling t_crl.cc
[1167/1354] Compiling t_req.cc
[1168/1354] Compiling name_print.cc
[1169/1354] Compiling rsa_pss.cc
[1170/1354] Compiling policy.cc
[1171/1354] Compiling by_file.cc
[1172/1354] Compiling by_dir.cc
[1173/1354] Compiling voprf.cc
[1174/1354] Compiling asn1_gen.cc
[1175/1354] Compiling algorithm.cc
[1176/1354] Compiling a_digest.cc
[1177/1354] Compiling a_verify.cc
[1178/1354] Compiling a_sign.cc
[1179/1354] Compiling thread_win.cc
[1180/1354] Compiling thread.cc
[1181/1354] Compiling trust_token.cc
[1182/1354] Compiling thread_none.cc
[1183/1354] Compiling thread_pthread.cc
[1184/1354] Compiling stack.cc
[1185/1354] Compiling wots.cc
[1186/1354] Compiling pmbtoken.cc
[1187/1354] Compiling thash.cc
[1188/1354] Compiling siphash.cc
[1188/1354] Compiling fors.cc
[1188/1354] Compiling merkle.cc
[1191/1354] Compiling sha512.cc
[1191/1354] Compiling slhdsa.cc
[1193/1354] Compiling sha256.cc
[1194/1354] Compiling sha1.cc
[1195/1354] Compiling rsa_print.cc
[1196/1354] Compiling rsa_extra.cc
[1197/1354] Compiling rc4.cc
[1198/1354] Compiling refcount.cc
[1199/1354] Compiling windows.cc
[1200/1354] Compiling rsa_asn1.cc
[1201/1354] Compiling rsa_crypt.cc
[1202/1354] Compiling urandom.cc
[1203/1354] Compiling trusty.cc
[1204/1354] Compiling rand_extra.cc
[1205/1354] Compiling ios.cc
[1206/1354] Compiling getentropy.cc
[1207/1354] Compiling poly1305_arm_asm.S
[1208/1354] Compiling passive.cc
[1209/1354] Compiling forkunsafe.cc
[1210/1354] Compiling deterministic.cc
[1211/1354] Compiling fork_detect.cc
[1212/1354] Compiling pool.cc
[1213/1354] Compiling poly1305_arm.cc
[1214/1354] Compiling poly1305.cc
[1215/1354] Compiling poly1305_vec.cc
[1216/1354] Compiling pkcs7.cc
[1217/1354] Compiling p5_pbev2.cc
[1218/1354] Compiling pkcs8.cc
[1219/1354] Compiling pkcs8_x509.cc
[1220/1354] Compiling pkcs7_x509.cc
[1221/1354] Compiling pem_xaux.cc
[1222/1354] Compiling pem_x509.cc
[1223/1354] Compiling pem_pkey.cc
[1224/1354] Compiling obj_xref.cc
[1225/1354] Compiling pem_pk8.cc
[1226/1354] Compiling pem_oth.cc
[1227/1354] Compiling pem_info.cc
[1228/1354] Compiling mlkem.cc
[1229/1354] Compiling pem_lib.cc
[1230/1354] Compiling obj.cc
[1231/1354] Compiling pem_all.cc
[1232/1354] Compiling mldsa.cc
[1233/1354] Compiling poly_rq_mul.S
[1234/1354] Compiling fips_shared_support.cc
[1235/1354] Compiling mem.cc
[1236/1354] Compiling md5.cc
[1237/1354] Compiling md4.cc
[1238/1354] Compiling lhash.cc
[1239/1354] Compiling kyber.cc
[1240/1354] Compiling ex_data.cc
[1241/1354] Compiling hrss.cc
[1241/1354] Compiling hpke.cc
[1243/1354] Compiling sign.cc
[1244/1354] Compiling scrypt.cc
[1245/1354] Compiling pbkdf.cc
[1246/1354] Compiling print.cc
[1247/1354] Compiling p_x25519.cc
[1248/1354] Compiling p_x25519_asn1.cc
[1249/1354] Compiling p_rsa_asn1.cc
[1250/1354] Compiling p_rsa.cc
[1251/1354] Compiling p_hkdf.cc
[1252/1354] Compiling p_ed25519.cc
[1253/1354] Compiling p_ed25519_asn1.cc
[1254/1354] Compiling p_ec_asn1.cc
[1255/1354] Compiling p_ec.cc
[1256/1354] Compiling p_dh.cc
[1257/1354] Compiling p_dsa_asn1.cc
[1258/1354] Compiling p_dh_asn1.cc
[1259/1354] Compiling evp_ctx.cc
[1260/1354] Compiling evp_asn1.cc
[1261/1354] Compiling evp.cc
[1262/1354] Compiling err.cc
[1263/1354] Compiling engine.cc
[1264/1354] Compiling ecdh_extra.cc
[1265/1354] Compiling ecdsa_asn1.cc
[1266/1354] Compiling hash_to_curve.cc
[1267/1354] Compiling ec_derive.cc
[1268/1354] Compiling ec_asn1.cc
[1269/1354] Compiling dsa_asn1.cc
[1270/1354] Compiling dsa.cc
[1271/1354] Compiling params.cc
[1272/1354] Compiling digest_extra.cc
[1273/1354] Compiling x25519-asm-arm.S
[1274/1354] Compiling dh_asn1.cc
[1275/1354] Compiling des.cc
[1276/1354] Compiling spake25519.cc
[1277/1354] Compiling cpu_arm_linux.cc
[1278/1354] Compiling crypto.cc
[1279/1354] Compiling cpu_intel.cc
[1280/1354] Compiling cpu_arm_freebsd.cc
[1281/1354] Compiling curve25519.cc
[1282/1354] Compiling cpu_aarch64_win.cc
[1283/1354] Compiling cpu_aarch64_openbsd.cc
[1284/1354] Compiling cpu_aarch64_sysreg.cc
[1285/1354] Compiling cpu_aarch64_linux.cc
[1286/1354] Compiling cpu_aarch64_fuchsia.cc
[1287/1354] Compiling curve25519_64_adx.cc
[1288/1354] Compiling cpu_aarch64_apple.cc
[1289/1354] Compiling tls_cbc.cc
[1290/1354] Compiling conf.cc
[1291/1354] Compiling e_rc4.cc
[1292/1354] Compiling e_tls.cc
[1293/1354] Compiling bcm.cc
[1294/1354] Compiling e_null.cc
[1295/1354] Compiling e_rc2.cc
[1296/1354] Compiling e_des.cc
[1297/1354] Compiling derive_key.cc
[1298/1354] Compiling e_chacha20poly1305.cc
[1299/1354] Compiling e_aesctrhmac.cc
[1300/1354] Compiling cipher_extra.cc
[1301/1354] Compiling e_aesgcmsiv.cc
[1302/1354] Compiling unicode.cc
[1303/1354] Compiling chacha.cc
[1304/1354] Compiling ber.cc
[1305/1354] Compiling cbs.cc
[1306/1354] Compiling buf.cc
[1307/1354] Compiling cbb.cc
[1308/1354] Compiling asn1_compat.cc
[1309/1354] Compiling convert.cc
[1310/1354] Compiling bn_asn1.cc
[1311/1354] Compiling blake2.cc
[1312/1354] Compiling printf.cc
[1313/1354] Compiling pair.cc
[1314/1354] Compiling hexdump.cc
[1315/1354] Compiling file.cc
[1316/1354] Compiling fd.cc
[1317/1354] Compiling errno.cc
[1318/1354] Compiling bio_mem.cc
[1319/1354] Compiling bio.cc
[1320/1354] Compiling base64.cc
[1321/1354] Compiling tasn_typ.cc
[1322/1354] Compiling tasn_fre.cc
[1323/1354] Compiling tasn_utl.cc
[1324/1354] Compiling tasn_new.cc
[1325/1354] Compiling tasn_enc.cc
[1326/1354] Compiling posix_time.cc
[1327/1354] Compiling tasn_dec.cc
[1328/1354] Compiling f_string.cc
[1329/1354] Compiling f_int.cc
[1330/1354] Compiling asn_pack.cc
[1331/1354] Compiling asn1_par.cc
[1332/1354] Compiling a_utctm.cc
[1333/1354] Compiling asn1_lib.cc
[1334/1354] Compiling a_type.cc
[1335/1354] Compiling a_time.cc
[1336/1354] Compiling a_strnid.cc
[1337/1354] Compiling a_octet.cc
[1338/1354] Compiling a_strex.cc
[1339/1354] Compiling a_object.cc
[1340/1354] Compiling a_mbstr.cc
[1341/1354] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1342/1354] Write sources
[1343/1354] Compiling a_i2d_fp.cc
[1344/1354] Write sources
[1345/1354] Compiling a_int.cc
[1346/1354] Write sources
[1349/1354] Compiling a_gentm.cc
[1350/1354] Compiling a_dup.cc
[1351/1354] Compiling a_d2i_fp.cc
[1352/1414] Compiling a_bool.cc
[1353/1451] Compiling a_bitstr.cc
[1355/1451] Compiling Algorithms MinMax.swift
[1356/1451] Compiling Algorithms Partition.swift
[1357/1461] Compiling Algorithms FlattenCollection.swift
[1358/1461] Compiling Algorithms Grouped.swift
[1359/1461] Compiling Algorithms Indexed.swift
[1360/1461] Compiling Algorithms Intersperse.swift
[1361/1461] Compiling Algorithms Joined.swift
[1362/1461] Compiling Algorithms Keyed.swift
[1364/1468] Compiling Algorithms Permutations.swift
[1365/1468] Compiling Algorithms Product.swift
[1368/1468] Compiling Algorithms EitherSequence.swift
[1369/1468] Compiling Algorithms FirstNonNil.swift
[1374/1468] Compiling Atomics IntegerOperations.swift
[1375/1468] Compiling Atomics Unmanaged extensions.swift
[1376/1468] Emitting module BitCollections
[1377/1468] Compiling BitCollections BitSet+Initializers.swift
[1378/1468] Compiling BitCollections BitSet+Invariants.swift
[1379/1468] Compiling BitCollections BitSet+Random.swift
[1380/1468] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1381/1468] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1382/1468] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1383/1468] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1384/1468] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1385/1468] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1386/1468] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1387/1468] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1388/1468] Compiling BitCollections BitSet+SetAlgebra union.swift
[1389/1468] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1390/1468] Compiling BitCollections BitSet.Counted.swift
[1391/1468] Compiling CryptoBoringWrapper RandomBytes.swift
[1392/1468] Compiling Algorithms Compacted.swift
[1393/1468] Compiling Algorithms Cycle.swift
[1396/1471] Compiling Algorithms AdjacentPairs.swift
[1397/1471] Compiling Algorithms Chain.swift
[1398/1471] Compiling Algorithms Chunked.swift
[1399/1471] Compiling Algorithms Combinations.swift
[1404/1471] Compiling Algorithms Split.swift
[1405/1471] Compiling Algorithms Stride.swift
[1406/1471] Compiling Algorithms Suffix.swift
[1409/1471] Compiling Algorithms Rotate.swift
[1410/1471] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1411/1471] Compiling BitCollections BitSet.Index.swift
[1412/1471] Compiling BitCollections BitSet._UnsafeHandle.swift
[1413/1471] Compiling BitCollections BitSet.swift
[1414/1471] Compiling BitCollections Range+Utilities.swift
[1415/1471] Compiling BitCollections Slice+Utilities.swift
[1416/1471] Compiling BitCollections UInt+Tricks.swift
[1417/1471] Compiling BitCollections _Word.swift
[1418/1471] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1419/1471] Compiling CryptoBoringWrapper EllipticCurve.swift
[1420/1471] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1421/1471] Emitting module CryptoBoringWrapper
[1424/1471] Compiling Algorithms Trim.swift
[1425/1471] Compiling Algorithms Unique.swift
[1426/1471] Compiling Algorithms Windows.swift
[1427/1471] Compiling BitCollections BitArray+Initializers.swift
[1428/1471] Compiling BitCollections BitArray+Invariants.swift
[1429/1471] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1437/1471] Compiling BitCollections BitArray+RandomBits.swift
[1438/1471] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1439/1471] Compiling BitCollections BitArray+Shifts.swift
[1440/1471] Compiling BitCollections BitArray+Testing.swift
[1441/1471] Compiling BitCollections BitArray._UnsafeHandle.swift
[1442/1471] Compiling BitCollections BitArray.swift
[1443/1471] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1444/1471] Compiling BitCollections BitSet+Codable.swift
[1445/1472] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1453/1472] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1462/1536] Compiling Collections Collections.swift
[1463/1536] Emitting module Collections
[1465/1547] Compiling Crypto ASN1Identifier.swift
[1466/1547] Compiling Crypto ASN1Integer.swift
[1467/1547] Compiling Crypto ASN1Null.swift
[1468/1547] Compiling Crypto ASN1OctetString.swift
[1473/1547] Compiling Crypto ASN1Strings.swift
[1474/1547] Compiling Crypto ArraySliceBigint.swift
[1475/1547] Emitting module Atomics
[1477/1607] Emitting module Crypto
[1478/1616] Compiling NIOCore MarkedCircularBuffer.swift
[1479/1616] Compiling NIOCore MulticastChannel.swift
[1480/1616] Compiling NIOCore NIOAny.swift
[1481/1616] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1482/1616] Compiling NIOCore NIOLoopBound.swift
[1483/1616] Compiling NIOCore NIOScheduledCallback.swift
[1484/1616] Compiling NIOCore NIOSendable.swift
[1485/1616] Compiling NIOCore RecvByteBufferAllocator.swift
[1486/1616] Compiling Crypto ECDSA.swift
[1487/1616] Compiling Crypto Ed25519.swift
[1488/1616] Compiling Crypto HKDF.swift
[1489/1616] Compiling Crypto AESWrap.swift
[1490/1616] Compiling Crypto AESWrap_boring.swift
[1491/1616] Compiling Crypto Ed25519_boring.swift
[1492/1616] Compiling Crypto NISTCurvesKeys_boring.swift
[1493/1616] Compiling Crypto X25519Keys_boring.swift
[1494/1616] Compiling Crypto Curve25519.swift
[1495/1616] Compiling Crypto Ed25519Keys.swift
[1496/1616] Compiling Crypto NISTCurvesKeys.swift
[1497/1616] Compiling Crypto X25519Keys.swift
[1498/1616] Compiling NIOCore ByteBuffer-views.swift
[1499/1616] Compiling NIOCore Channel.swift
[1500/1616] Compiling NIOCore ChannelHandler.swift
[1501/1616] Compiling NIOCore ChannelHandlers.swift
[1502/1616] Compiling NIOCore ChannelInvoker.swift
[1503/1616] Compiling NIOCore ChannelOption.swift
[1504/1616] Compiling NIOCore ChannelPipeline.swift
[1505/1616] Compiling NIOCore CircularBuffer.swift
[1506/1616] Compiling NIOCore Codec.swift
[1507/1616] Compiling NIOCore ConvenienceOptionSupport.swift
[1508/1616] Compiling NIOCore DeadChannel.swift
[1509/1616] Compiling NIOCore DispatchQueue+WithFuture.swift
[1510/1616] Compiling NIOCore EventLoop+Deprecated.swift
[1511/1616] Compiling NIOCore EventLoop+SerialExecutor.swift
[1512/1616] Compiling NIOCore EventLoop.swift
[1513/1616] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1514/1616] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1515/1616] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1516/1616] Compiling NIOCore EventLoopFuture.swift
[1517/1616] Compiling NIOCore FileDescriptor.swift
[1518/1616] Compiling NIOCore FileHandle.swift
[1519/1616] Compiling NIOCore FileRegion.swift
[1520/1616] Compiling NIOCore GlobalSingletons.swift
[1521/1616] Compiling NIOCore IO.swift
[1522/1616] Compiling NIOCore IOData.swift
[1523/1616] Compiling NIOCore IPProtocol.swift
[1524/1616] Compiling NIOCore IntegerBitPacking.swift
[1525/1616] Compiling NIOCore IntegerTypes.swift
[1526/1616] Compiling NIOCore Interfaces.swift
[1527/1616] Compiling NIOCore Linux.swift
[1528/1616] Emitting module Algorithms
[1530/1617] Compiling NIOCore AddressedEnvelope.swift
[1531/1617] Compiling NIOCore AsyncAwaitSupport.swift
[1532/1617] Compiling NIOCore AsyncChannel.swift
[1533/1617] Compiling NIOCore AsyncChannelHandler.swift
[1534/1617] Compiling NIOCore AsyncChannelInboundStream.swift
[1535/1617] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1536/1617] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1537/1617] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1538/1617] Compiling NIOCore NIOAsyncWriter.swift
[1539/1617] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1540/1617] Compiling NIOCore BSDSocketAPI.swift
[1541/1617] Compiling NIOCore ByteBuffer-aux.swift
[1542/1617] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1543/1617] Compiling NIOCore ByteBuffer-conversions.swift
[1544/1617] Compiling NIOCore ByteBuffer-core.swift
[1545/1617] Compiling NIOCore ByteBuffer-hex.swift
[1546/1617] Compiling NIOCore ByteBuffer-int.swift
[1547/1617] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1548/1617] Compiling NIOCore ByteBuffer-multi-int.swift
[1549/1617] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1558/1625] Compiling Crypto Signature.swift
[1559/1625] Compiling Crypto CryptoKitErrors_boring.swift
[1560/1625] Compiling Crypto RNG_boring.swift
[1561/1625] Compiling Crypto SafeCompare_boring.swift
[1562/1625] Compiling Crypto Zeroization_boring.swift
[1563/1625] Compiling Crypto PrettyBytes.swift
[1564/1625] Compiling Crypto SafeCompare.swift
[1565/1625] Compiling Crypto SecureBytes.swift
[1566/1625] Compiling Crypto Zeroization.swift
[1601/1626] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1602/1626] Compiling NIOCore SocketAddresses.swift
[1603/1626] Compiling NIOCore SocketOptionProvider.swift
[1604/1626] Compiling NIOCore SystemCallHelpers.swift
[1605/1626] Compiling NIOCore TimeAmount+Duration.swift
[1606/1626] Compiling NIOCore TypeAssistedChannelHandler.swift
[1607/1626] Compiling NIOCore UniversalBootstrapSupport.swift
[1608/1626] Compiling NIOCore Utilities.swift
[1626/1626] Emitting module NIOCore
[1628/1678] Compiling NIOEmbedded AsyncTestingChannel.swift
[1629/1678] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1630/1678] Emitting module NIOEmbedded
[1631/1678] Compiling NIOEmbedded Embedded.swift
[1633/1679] Emitting module NIOPosix
[1634/1679] Compiling NIOPosix BSDSocketAPICommon.swift
[1635/1679] Compiling NIOPosix BSDSocketAPIPosix.swift
[1636/1679] Compiling NIOPosix BSDSocketAPIWindows.swift
[1637/1679] Compiling NIOPosix BaseSocket.swift
[1638/1679] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1639/1679] Compiling NIOPosix BaseSocketChannel.swift
[1640/1679] Compiling NIOPosix BaseStreamSocketChannel.swift
[1641/1685] Compiling NIOPosix ThreadPosix.swift
[1642/1685] Compiling NIOPosix ThreadWindows.swift
[1643/1685] Compiling NIOPosix UnsafeTransfer.swift
[1644/1685] Compiling NIOPosix Utilities.swift
[1645/1685] Compiling NIOPosix VsockAddress.swift
[1646/1685] Compiling NIOPosix VsockChannelEvents.swift
[1647/1685] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1648/1685] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1649/1685] Compiling NIOPosix PosixSingletons.swift
[1650/1685] Compiling NIOPosix RawSocketBootstrap.swift
[1651/1685] Compiling NIOPosix Resolver.swift
[1652/1685] Compiling NIOPosix Selectable.swift
[1653/1685] Compiling NIOPosix IO.swift
[1654/1685] Compiling NIOPosix IntegerBitPacking.swift
[1655/1685] Compiling NIOPosix IntegerTypes.swift
[1656/1685] Compiling NIOPosix Linux.swift
[1657/1685] Compiling NIOPosix LinuxCPUSet.swift
[1658/1685] Compiling NIOPosix LinuxUring.swift
[1659/1685] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1660/1685] Compiling NIOPosix SelectableChannel.swift
[1661/1685] Compiling NIOPosix SelectableEventLoop.swift
[1662/1685] Compiling NIOPosix SelectorEpoll.swift
[1663/1685] Compiling NIOPosix SelectorGeneric.swift
[1664/1685] Compiling NIOPosix SelectorKqueue.swift
[1665/1685] Compiling NIOPosix SelectorUring.swift
[1666/1685] Compiling NIOPosix NIOThreadPool.swift
[1667/1685] Compiling NIOPosix NonBlockingFileIO.swift
[1668/1685] Compiling NIOPosix PendingDatagramWritesManager.swift
[1669/1685] Compiling NIOPosix PendingWritesManager.swift
[1670/1685] Compiling NIOPosix PipeChannel.swift
[1671/1685] Compiling NIOPosix PipePair.swift
[1672/1685] Compiling NIOPosix Pool.swift
[1673/1685] Compiling NIOPosix ServerSocket.swift
[1674/1685] Compiling NIOPosix Socket.swift
[1675/1685] Compiling NIOPosix SocketChannel.swift
[1676/1685] Compiling NIOPosix SocketProtocols.swift
[1677/1685] Compiling NIOPosix System.swift
[1678/1685] Compiling NIOPosix Thread.swift
[1679/1685] Compiling NIOPosix Bootstrap.swift
[1680/1685] Compiling NIOPosix ControlMessage.swift
[1681/1685] Compiling NIOPosix DatagramVectorReadManager.swift
[1682/1685] Compiling NIOPosix Errors+Any.swift
[1683/1685] Compiling NIOPosix FileDescriptor.swift
[1684/1685] Compiling NIOPosix GetaddrinfoResolver.swift
[1685/1685] Compiling NIOPosix HappyEyeballs.swift
[1687/1745] Compiling NIO Exports.swift
[1688/1745] Emitting module NIO
[1690/1746] Compiling _NIOFileSystem TokenBucket.swift
[1691/1746] Compiling _NIOFileSystem UnsafeTransfer.swift
[1692/1746] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[1693/1746] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[1694/1746] Compiling _NIOFileSystem BufferedStream.swift
[1695/1746] Compiling _NIOFileSystem Cancellation.swift
[1696/1748] Compiling _NIOFileSystem ByteCount.swift
[1697/1748] Compiling _NIOFileSystem Convenience.swift
[1698/1748] Compiling _NIOFileSystem DirectoryEntries.swift
[1699/1787] Compiling _NIOFileSystem ParallelDirCopy.swift
[1700/1787] Compiling _NIOFileSystem ParallelRemoval.swift
[1701/1787] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1702/1787] Compiling _NIOFileSystem CInterop.swift
[1703/1787] Compiling _NIOFileSystem Errno.swift
[1704/1791] Compiling NIOTLS TLSEvents.swift
[1705/1791] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1706/1791] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1707/1791] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1708/1791] Compiling NIOSOCKS SOCKSResponse.swift
[1709/1792] Emitting module NIOTLS
[1710/1792] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1711/1792] Compiling NIOSOCKS ClientStateMachine.swift
[1712/1792] Compiling NIOHTTP1 HTTPEncoder.swift
[1713/1792] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1714/1792] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1715/1792] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1716/1792] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[1717/1792] Compiling NIOHTTP1 HTTPTypes.swift
[1718/1792] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1719/1792] Emitting module NIOSOCKS
[1720/1792] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1721/1792] Compiling NIOHTTP1 HTTPDecoder.swift
[1722/1792] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1723/1792] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1724/1792] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1725/1792] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1726/1792] Compiling AsyncKit Optional+StrictMap.swift
[1727/1792] Compiling AsyncKit Exports.swift
[1728/1792] Compiling NIOSOCKS ServerStateMachine.swift
[1732/1793] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1739/1793] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1740/1793] Compiling NIOTLS SNIHandler.swift
[1741/1794] Emitting module _NIOFileSystem
[1746/1796] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1747/1796] Emitting module NIOFoundationCompat
[1749/1797] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1750/1797] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1751/1797] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1752/1797] Compiling _NIOFileSystem Mocking.swift
[1753/1797] Compiling _NIOFileSystem Syscall.swift
[1754/1797] Compiling _NIOFileSystem Syscalls.swift
[1755/1848] Compiling NIOTransportServices NIOTSBootstraps.swift
[1756/1848] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1757/1848] Compiling NIOTransportServices AcceptHandler.swift
[1758/1848] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1759/1848] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1760/1848] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1761/1848] Compiling NIOTransportServices NIOTSErrors.swift
[1762/1848] Compiling NIOTransportServices NIOTSEventLoop.swift
[1763/1850] Compiling NIOTransportServices StateManagedChannel.swift
[1764/1850] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1765/1850] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1767/1850] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1768/1850] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1769/1850] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1770/1850] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1774/1850] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1775/1850] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1776/1850] Compiling NIOSSL Zeroization.swift
[1777/1850] Compiling NIOSSL SSLPublicKey.swift
[1778/1850] Emitting module NIOTransportServices
[1783/1850] Compiling NIOTransportServices NIOTSSingletons.swift
[1784/1850] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1787/1850] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1788/1850] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1789/1850] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1794/1850] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1800/1851] Emitting module NIOHTTP1
[1804/1852] Compiling _NIOFileSystem SystemFileHandle.swift
[1805/1852] Compiling _NIOFileSystem Utilities.swift
[1806/1852] Compiling _NIOFileSystem OpenOptions.swift
[1807/1852] Compiling _NIOFileSystem String+FileSystem.swift
[1822/1855] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1823/1855] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1824/1855] Compiling NIOSSL SubjectAlternativeName.swift
[1829/1906] Emitting module NIOSSL
[1830/1919] Compiling NIOExtras NIORequestIdentifiable.swift
[1831/1919] Compiling NIOExtras PCAPRingBuffer.swift
[1832/1921] Compiling NIOWebSocket WebSocketOpcode.swift
[1833/1922] Compiling NIOHPACK IndexedHeaderTable.swift
[1834/1923] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1835/1923] Compiling NIOExtras LineBasedFrameDecoder.swift
[1836/1923] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1837/1923] Compiling NIOExtras NIOExtrasError.swift
[1838/1923] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1839/1923] Compiling NIOHPACK IntegerCoding.swift
[1840/1923] Compiling NIOHPACK StaticHeaderTable.swift
[1841/1923] Compiling NIOHTTPCompression HTTPDecompression.swift
[1842/1923] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1843/1923] Emitting module NIOHTTPCompression
[1844/1923] Compiling NIOHTTPCompression HTTPCompression.swift
[1845/1923] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1850/1923] Compiling NIOExtras QuiescingHelper.swift
[1851/1924] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1853/1924] Compiling NIOExtras RequestResponseHandler.swift
[1856/1926] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1857/1926] Compiling NIOExtras LengthFieldPrepender.swift
[1859/1926] Compiling NIOHPACK HuffmanTables.swift
[1861/1926] Compiling NIOExtras DebugInboundEventsHandler.swift
[1862/1926] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1863/1926] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1864/1926] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1865/1926] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1866/1926] Compiling NIOExtras JSONRPCFraming.swift
[1867/1926] Emitting module MultipartKit
[1870/1926] Compiling NIOHPACK HuffmanCoding.swift
[1871/1926] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1872/1926] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1873/1926] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1874/1927] Emitting module NIOWebSocket
[1878/1927] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1881/1927] Compiling NIOWebSocket WebSocketFrame.swift
[1884/1928] Emitting module NIOHPACK
[1885/1928] Compiling MultipartKit MultipartSerializer.swift
[1886/1928] Compiling MultipartKit Utilities.swift
[1894/1931] Emitting module AsyncKit
[1895/1931] Emitting module NIOExtras
[1901/1931] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1902/1931] Compiling NIOExtras WritePCAPHandler.swift
[1904/1932] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1905/1932] Emitting module _NIOFileSystemFoundationCompat
[1906/1932] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1912/1936] Emitting module NIOFileSystem
[1913/1936] Compiling NIOFileSystem Exports.swift
[1916/1937] Compiling NIOSSL TLSConfiguration.swift
[1917/1937] Compiling NIOSSL UniversalBootstrapSupport.swift
[1918/1937] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1928/1996] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1929/1996] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1931/2005] Compiling NIOHTTP2 MaySendFrames.swift
[1932/2005] Compiling NIOHTTP2 SendingDataState.swift
[1933/2005] Compiling NIOHTTP2 SendingGoawayState.swift
[1934/2005] Compiling NIOHTTP2 SendingHeadersState.swift
[1935/2005] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1936/2005] Compiling NIOHTTP2 SendingRstStreamState.swift
[1937/2005] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1939/2013] Compiling WebSocketKit Exports.swift
[1940/2013] Emitting module WebSocketKit
[1941/2013] Compiling WebSocketKit WebSocket+Concurrency.swift
[1942/2013] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1943/2013] Compiling WebSocketKit WebSocketHandler.swift
[1944/2013] Compiling WebSocketKit WebSocket+Connect.swift
[1945/2013] Compiling WebSocketKit WebSocket.swift
[1946/2013] Compiling WebSocketKit WebSocketClient.swift
[1948/2014] Emitting module NIOHTTP2
[1949/2014] Compiling NIOHTTP2 InboundWindowManager.swift
[1950/2014] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1951/2014] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1952/2014] Compiling NIOHTTP2 StreamChannelList.swift
[1953/2014] Compiling NIOHTTP2 StreamMap.swift
[1954/2014] Compiling NIOHTTP2 StreamStateMachine.swift
[1955/2014] Compiling NIOHTTP2 UnsafeTransfer.swift
[1956/2014] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1957/2014] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1958/2014] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1959/2014] Compiling NIOHTTP2 HasLocalSettings.swift
[1960/2014] Compiling NIOHTTP2 HasRemoteSettings.swift
[1961/2014] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1962/2014] Compiling NIOHTTP2 QuiescingState.swift
[1963/2014] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1964/2014] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1965/2014] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1966/2014] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1967/2014] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1968/2014] Compiling NIOHTTP2 HTTP2StreamID.swift
[1969/2014] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1970/2014] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1971/2014] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1972/2014] Compiling NIOHTTP2 InboundEventBuffer.swift
[1973/2014] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1974/2014] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1975/2014] Compiling NIOHTTP2 MayReceiveFrames.swift
[1976/2014] Compiling NIOHTTP2 ReceivingDataState.swift
[1977/2014] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1978/2014] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1979/2014] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1980/2014] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1981/2014] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1982/2014] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1983/2014] Compiling NIOHTTP2 HTTP2Frame.swift
[1984/2014] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1985/2014] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1986/2014] Compiling NIOHTTP2 HTTP2PingData.swift
[1987/2014] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1988/2014] Compiling NIOHTTP2 HTTP2Settings.swift
[1989/2014] Compiling NIOHTTP2 HTTP2Stream.swift
[1990/2014] Compiling NIOHTTP2 StateMachineResult.swift
[1991/2014] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1992/2014] Compiling NIOHTTP2 DOSHeuristics.swift
[1993/2014] Compiling NIOHTTP2 Error+Any.swift
[1994/2014] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1995/2014] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1996/2014] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1997/2014] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1999/2014] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[2000/2014] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[2001/2014] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[2002/2014] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[2003/2014] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[2004/2014] Compiling NIOHTTP2 HTTP2Error.swift
[2005/2014] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[2007/2074] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2008/2074] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2009/2074] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2010/2074] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2011/2074] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2012/2074] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2013/2074] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2014/2074] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2015/2074] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2016/2074] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2017/2074] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2018/2074] Compiling AsyncHTTPClient Transaction.swift
[2019/2074] Compiling AsyncHTTPClient Base64.swift
[2020/2074] Compiling AsyncHTTPClient BasicAuth.swift
[2021/2074] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2022/2074] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2023/2074] Compiling AsyncHTTPClient ConnectionPool.swift
[2024/2074] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2025/2082] Emitting module AsyncHTTPClient
[2026/2082] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2027/2082] Compiling AsyncHTTPClient ConnectionTarget.swift
[2028/2082] Compiling AsyncHTTPClient DeconstructedURL.swift
[2029/2082] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2030/2082] Compiling AsyncHTTPClient FoundationExtensions.swift
[2031/2082] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2032/2082] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2033/2082] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2034/2082] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2035/2082] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2036/2082] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2037/2082] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2038/2082] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2039/2082] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2040/2082] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2041/2082] Compiling AsyncHTTPClient RequestBodyLength.swift
[2042/2082] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2043/2082] Compiling AsyncHTTPClient RequestOptions.swift
[2044/2082] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2045/2082] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2046/2082] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2047/2082] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2048/2082] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2049/2082] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2060/2083] Compiling AsyncHTTPClient RequestBag.swift
[2061/2083] Compiling AsyncHTTPClient RequestValidation.swift
[2062/2083] Compiling AsyncHTTPClient SSLContextCache.swift
[2063/2083] Compiling AsyncHTTPClient Scheme.swift
[2064/2083] Compiling AsyncHTTPClient Singleton.swift
[2065/2083] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2066/2083] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2067/2083] Compiling AsyncHTTPClient Utils.swift
[2068/2083] Compiling AsyncHTTPClient HTTPClient.swift
[2069/2083] Compiling AsyncHTTPClient HTTPHandler.swift
[2070/2083] Compiling AsyncHTTPClient LRUCache.swift
[2071/2083] Compiling AsyncHTTPClient NWErrorHandler.swift
[2072/2083] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2073/2083] Compiling AsyncHTTPClient TLSConfiguration.swift
[2074/2083] Compiling AsyncHTTPClient RedirectState.swift
[2075/2083] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2076/2083] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2077/2083] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2078/2083] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2079/2083] Compiling AsyncHTTPClient HTTP1Connection.swift
[2080/2083] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2081/2083] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2082/2083] Compiling AsyncHTTPClient HTTP2Connection.swift
[2083/2083] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2085/2255] Emitting module OpenAPIAsyncHTTPClient
[2086/2255] Compiling OpenAPIAsyncHTTPClient AsyncHTTPClientTransport.swift
[2088/2256] Compiling Vapor Core.swift
[2089/2256] Compiling Vapor Running.swift
[2090/2256] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2091/2256] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2092/2256] Compiling Vapor DotEnvFile+load.swift
[2093/2256] Compiling Vapor Routes+caseInsenstive.swift
[2094/2256] Compiling Vapor Validatable+validate.swift
[2095/2256] Compiling Vapor Environment+Process.swift
[2096/2256] Compiling Vapor Environment+Secret.swift
[2097/2256] Compiling Vapor Environment.swift
[2098/2256] Compiling Vapor Abort.swift
[2099/2256] Compiling Vapor AbortError.swift
[2100/2256] Compiling Vapor DebuggableError.swift
[2101/2256] Compiling Vapor Demangler.swift
[2102/2256] Compiling Vapor ErrorSource.swift
[2103/2256] Compiling Vapor StackTrace.swift
[2104/2256] Compiling Vapor Exports.swift
[2105/2256] Compiling Vapor Application+HTTP.swift
[2106/2256] Compiling Vapor BasicResponder.swift
[2107/2256] Compiling Vapor BodyStream.swift
[2108/2256] Compiling Vapor Application+HTTP+Client.swift
[2109/2256] Compiling Vapor EventLoopHTTPClient.swift
[2110/2256] Compiling Vapor EndpointCache.swift
[2111/2256] Compiling Vapor HTTPMethod+String.swift
[2112/2280] Compiling Vapor HTTPServerResponseEncoder.swift
[2113/2280] Compiling Vapor HTTPServerUpgradeHandler.swift
[2114/2280] Compiling Vapor Logger+Report.swift
[2115/2280] Compiling Vapor LoggingSystem+Environment.swift
[2116/2280] Compiling Vapor Application+Middleware.swift
[2117/2280] Compiling Vapor CORSMiddleware.swift
[2118/2280] Compiling Vapor ErrorMiddleware.swift
[2119/2280] Compiling Vapor FileMiddleware.swift
[2120/2280] Compiling Vapor Middleware.swift
[2121/2280] Compiling Vapor MiddlewareConfiguration.swift
[2122/2280] Compiling Vapor ResponseCompressionMiddleware.swift
[2123/2280] Compiling Vapor RouteLoggingMiddleware.swift
[2124/2280] Compiling Vapor TracingMiddleware.swift
[2125/2280] Compiling Vapor File+Multipart.swift
[2126/2280] Compiling Vapor FormDataDecoder+Content.swift
[2127/2280] Compiling Vapor FormDataEncoder+Content.swift
[2128/2280] Compiling Vapor Application+Password.swift
[2129/2280] Compiling Vapor Application+Passwords.swift
[2130/2280] Compiling Vapor AsyncPasswordHasher.swift
[2131/2280] Compiling Vapor BcryptHasher.swift
[2132/2280] Compiling Vapor PasswordHasher.swift
[2133/2280] Compiling Vapor PlaintextHasher.swift
[2134/2280] Compiling Vapor Request+Password.swift
[2135/2280] Compiling Vapor Redirect.swift
[2136/2280] Compiling Vapor AsyncBasicResponder.swift
[2137/2280] Compiling Vapor AsyncMiddleware.swift
[2138/2280] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2139/2280] Compiling Vapor AsyncSessionDriver.swift
[2140/2280] Compiling Vapor Authentication+Concurrency.swift
[2141/2280] Compiling Vapor Cache+Concurrency.swift
[2142/2280] Compiling Vapor Client+Concurrency.swift
[2143/2280] Compiling Vapor RequestBody+Concurrency.swift
[2144/2280] Compiling Vapor Responder+Concurrency.swift
[2145/2280] Compiling Vapor ResponseCodable+Concurrency.swift
[2146/2280] Compiling Vapor RoutesBuilder+Concurrency.swift
[2147/2280] Compiling Vapor ViewRenderer+Concurrency.swift
[2148/2280] Compiling Vapor WebSocket+Concurrency.swift
[2149/2280] Compiling Vapor ContainerGetPathExecutor.swift
[2150/2280] Compiling Vapor Content.swift
[2151/2280] Compiling Vapor ContentCoders.swift
[2152/2280] Compiling Vapor ContentConfiguration.swift
[2153/2280] Compiling Vapor ContentContainer.swift
[2154/2280] Compiling Vapor JSONCoder+Custom.swift
[2155/2280] Compiling Vapor JSONCoders+Content.swift
[2156/2280] Compiling Vapor PlaintextDecoder.swift
[2157/2280] Compiling Vapor PlaintextEncoder.swift
[2158/2280] Compiling Vapor URLQueryCoders.swift
[2159/2280] Compiling Vapor URLQueryContainer.swift
[2160/2304] Compiling Vapor Validator.swift
[2161/2304] Compiling Vapor ValidatorResult.swift
[2162/2304] Compiling Vapor And.swift
[2163/2304] Compiling Vapor Case.swift
[2164/2304] Compiling Vapor CharacterSet.swift
[2165/2304] Compiling Vapor Count.swift
[2166/2304] Compiling Vapor Custom.swift
[2167/2304] Compiling Vapor Email.swift
[2168/2304] Compiling Vapor Empty.swift
[2169/2304] Compiling Vapor In.swift
[2170/2304] Compiling Vapor Nil.swift
[2171/2304] Compiling Vapor NilIgnoring.swift
[2172/2304] Compiling Vapor Not.swift
[2173/2304] Compiling Vapor Or.swift
[2174/2304] Compiling Vapor Pattern.swift
[2175/2304] Compiling Vapor Range.swift
[2176/2304] Compiling Vapor URL.swift
[2177/2304] Compiling Vapor Valid.swift
[2178/2304] Compiling Vapor Application+Views.swift
[2179/2304] Compiling Vapor PlaintextRenderer.swift
[2180/2304] Compiling Vapor Request+View.swift
[2181/2304] Compiling Vapor View.swift
[2182/2304] Compiling Vapor ViewRenderer.swift
[2183/2304] Compiling Vapor _Deprecations.swift
[2184/2304] Compiling Vapor Bytes+Hex.swift
[2185/2304] Compiling Vapor Bytes+SecureCompare.swift
[2186/2304] Compiling Vapor Collection+Safe.swift
[2187/2304] Compiling Vapor DataProtocol+Copy.swift
[2188/2304] Compiling Vapor DecoderUnwrapper.swift
[2189/2304] Compiling Vapor DirectoryConfiguration.swift
[2190/2304] Compiling Vapor DotEnv.swift
[2191/2304] Compiling Vapor Extendable.swift
[2192/2304] Compiling Vapor File.swift
[2193/2304] Compiling Vapor FileIO.swift
[2194/2304] Compiling Vapor LifecycleHandler.swift
[2195/2304] Compiling Vapor OptionalType.swift
[2196/2304] Compiling Vapor RFC1123.swift
[2197/2304] Compiling Vapor SocketAddress+Hostname.swift
[2198/2304] Compiling Vapor Storage.swift
[2199/2304] Compiling Vapor String+IsIPAddress.swift
[2200/2304] Compiling Vapor Thread.swift
[2201/2304] Compiling Vapor URI.swift
[2202/2304] Compiling Vapor RangeResult.swift
[2203/2304] Compiling Vapor Validatable.swift
[2204/2304] Compiling Vapor Validation.swift
[2205/2304] Compiling Vapor ValidationKey.swift
[2206/2304] Compiling Vapor Validations.swift
[2207/2304] Compiling Vapor ValidationsError.swift
[2208/2304] Compiling Vapor Application.swift
[2209/2304] Compiling Vapor AuthenticationCache.swift
[2210/2304] Compiling Vapor Authenticator.swift
[2211/2304] Compiling Vapor BasicAuthorization.swift
[2212/2304] Compiling Vapor BearerAuthorization.swift
[2213/2304] Compiling Vapor GuardMiddleware.swift
[2214/2304] Compiling Vapor RedirectMiddleware.swift
[2215/2304] Compiling Vapor SessionAuthenticatable.swift
[2216/2304] Compiling Vapor Bcrypt.swift
[2217/2304] Compiling Vapor Application+Cache.swift
[2218/2304] Compiling Vapor Cache.swift
[2219/2304] Compiling Vapor CacheExpirationTime.swift
[2220/2304] Compiling Vapor MemoryCache.swift
[2221/2304] Compiling Vapor Request+Cache.swift
[2222/2304] Compiling Vapor Application+Clients.swift
[2223/2304] Compiling Vapor Client.swift
[2224/2304] Compiling Vapor ClientRequest.swift
[2225/2304] Compiling Vapor ClientResponse.swift
[2226/2304] Compiling Vapor Request+Client.swift
[2227/2304] Compiling Vapor BootCommand.swift
[2228/2304] Compiling Vapor CommandContext+Application.swift
[2229/2304] Compiling Vapor RoutesCommand.swift
[2230/2304] Compiling Vapor ServeCommand.swift
[2231/2304] Compiling Vapor AnyResponse+Concurrency.swift
[2232/2304] Compiling Vapor Service.swift
[2233/2304] Compiling Vapor Application+Sessions.swift
[2234/2304] Compiling Vapor MemorySessions.swift
[2235/2304] Compiling Vapor Request+Session.swift
[2236/2304] Compiling Vapor Session.swift
[2237/2304] Compiling Vapor SessionCache.swift
[2238/2304] Compiling Vapor SessionData.swift
[2239/2304] Compiling Vapor SessionDriver.swift
[2240/2304] Compiling Vapor SessionsConfiguration.swift
[2241/2304] Compiling Vapor SessionsMiddleware.swift
[2242/2304] Compiling Vapor URLEncodedFormData.swift
[2243/2304] Compiling Vapor URLEncodedFormDecoder.swift
[2244/2304] Compiling Vapor URLEncodedFormEncoder.swift
[2245/2304] Compiling Vapor URLEncodedFormError.swift
[2246/2304] Compiling Vapor URLEncodedFormParser.swift
[2247/2304] Compiling Vapor URLEncodedFormSerializer.swift
[2248/2304] Compiling Vapor URLQueryFragmentConvertible.swift
[2249/2304] Compiling Vapor AnyResponse.swift
[2250/2304] Compiling Vapor Array+Random.swift
[2251/2304] Compiling Vapor Base32.swift
[2252/2304] Compiling Vapor Base64.swift
[2253/2304] Compiling Vapor BaseN.swift
[2254/2304] Compiling Vapor BasicCodingKey.swift
[2255/2304] Compiling Vapor ByteCount.swift
[2256/2304] Emitting module Vapor
[2257/2304] Compiling Vapor HTTPStatus.swift
[2258/2304] Compiling Vapor HTTPCookies.swift
[2259/2304] Compiling Vapor HTTPHeaderCacheControl.swift
[2260/2304] Compiling Vapor HTTPHeaderExpires.swift
[2261/2304] Compiling Vapor HTTPHeaderLastModified.swift
[2262/2304] Compiling Vapor HTTPHeaders+Cache.swift
[2263/2304] Compiling Vapor HTTPHeaders+Connection.swift
[2264/2304] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2265/2304] Compiling Vapor HTTPHeaders+ContentRange.swift
[2266/2304] Compiling Vapor HTTPHeaders+Directive.swift
[2267/2304] Compiling Vapor HTTPHeaders+Forwarded.swift
[2268/2304] Compiling Vapor HTTPHeaders+Link.swift
[2269/2304] Compiling Vapor HTTPHeaders+Name.swift
[2270/2304] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2271/2304] Compiling Vapor HTTPHeaders.swift
[2272/2304] Compiling Vapor HTTPMediaType.swift
[2273/2304] Compiling Vapor HTTPMediaTypePreference.swift
[2274/2304] Compiling Vapor Responder.swift
[2275/2304] Compiling Vapor Application+HTTP+Server.swift
[2276/2304] Compiling Vapor HTTPServer.swift
[2277/2304] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2278/2304] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2279/2304] Compiling Vapor HTTPServerHandler.swift
[2280/2304] Compiling Vapor HTTPServerRequestDecoder.swift
[2281/2304] Compiling Vapor Request+Body.swift
[2282/2304] Compiling Vapor Request+BodyStream.swift
[2283/2304] Compiling Vapor Request.swift
[2284/2304] Compiling Vapor Application+Responder.swift
[2285/2304] Compiling Vapor DefaultResponder.swift
[2286/2304] Compiling Vapor Response+Body.swift
[2287/2304] Compiling Vapor Response.swift
[2288/2304] Compiling Vapor ResponseCodable.swift
[2289/2304] Compiling Vapor Application+Routes.swift
[2290/2304] Compiling Vapor Parameters+Require.swift
[2291/2304] Compiling Vapor Request+WebSocket.swift
[2292/2304] Compiling Vapor Route.swift
[2293/2304] Compiling Vapor RouteCollection.swift
[2294/2304] Compiling Vapor Routes.swift
[2295/2304] Compiling Vapor RoutesBuilder+Group.swift
[2296/2304] Compiling Vapor RoutesBuilder+Method.swift
[2297/2304] Compiling Vapor RoutesBuilder+Middleware.swift
[2298/2304] Compiling Vapor RoutesBuilder+WebSocket.swift
[2299/2304] Compiling Vapor RoutesBuilder.swift
[2300/2304] Compiling Vapor OTP.swift
[2301/2304] Compiling Vapor Application+Servers.swift
[2302/2304] Compiling Vapor Server.swift
[2303/2304] Compiling Vapor App+Service.swift
[2304/2304] Compiling Vapor Req+Service.swift
[2306/2309] Compiling SublimationVapor ClientError.swift
[2307/2309] Emitting module SublimationVapor
/host/spi-builder-workspace/Sources/SublimationVapor/Vapor.Application.swift:34:43: warning: 'Application' is deprecated: Only used by SublimationNgrok.
32 | public import protocol SublimationCore.Application
33 |
34 | extension Vapor.Application: @retroactive Application {
| `- warning: 'Application' is deprecated: Only used by SublimationNgrok.
35 | public var httpServerConfigurationPort: Int { self.http.server.configuration.port }
36 |
[2308/2309] Compiling SublimationVapor Sublimation.swift
[2309/2309] Compiling SublimationVapor Vapor.Application.swift
/host/spi-builder-workspace/Sources/SublimationVapor/Vapor.Application.swift:34:43: warning: 'Application' is deprecated: Only used by SublimationNgrok.
32 | public import protocol SublimationCore.Application
33 |
34 | extension Vapor.Application: @retroactive Application {
| `- warning: 'Application' is deprecated: Only used by SublimationNgrok.
35 | public var httpServerConfigurationPort: Int { self.http.server.configuration.port }
36 |
Build complete! (306.97s)
Build complete.
{
"dependencies" : [
{
"identity" : "sublimation",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0-alpha.5",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/brightdigit/Sublimation"
},
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.92.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "swift-openapi-async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-openapi-async-http-client"
}
],
"manifest_display_name" : "SublimationVapor",
"name" : "SublimationVapor",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "maccatalyst",
"version" : "17.0"
}
],
"products" : [
{
"name" : "SublimationVapor",
"targets" : [
"SublimationVapor"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SublimationVaporTests",
"module_type" : "SwiftTarget",
"name" : "SublimationVaporTests",
"path" : "Tests/SublimationVaporTests",
"sources" : [
"SublimationVaporTests.swift"
],
"target_dependencies" : [
"SublimationVapor"
],
"type" : "test"
},
{
"c99name" : "SublimationVapor",
"module_type" : "SwiftTarget",
"name" : "SublimationVapor",
"path" : "Sources/SublimationVapor",
"product_dependencies" : [
"OpenAPIAsyncHTTPClient",
"SublimationCore",
"Sublimation",
"Vapor"
],
"product_memberships" : [
"SublimationVapor"
],
"sources" : [
"ClientError.swift",
"Sublimation.swift",
"Vapor.Application.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.