Build Information
Successful build of sendgrid, reference main (b7cb49
), with Swift 6.0 for Linux on 1 Feb 2025 20:36:55 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/vapor-community/sendgrid.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/vapor-community/sendgrid
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at b7cb492 Final touches before new major release (#51)
Cloned https://github.com/vapor-community/sendgrid.git
Revision (git rev-parse @):
b7cb4922073abc6bdc8f97d1eff918cf2a35eacb
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor-community/sendgrid.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/vapor-community/sendgrid.git
https://github.com/vapor-community/sendgrid.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.112.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "sendgrid-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor-community/sendgrid-kit.git"
}
],
"manifest_display_name" : "sendgrid",
"name" : "sendgrid",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "SendGrid",
"targets" : [
"SendGrid"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SendGridTests",
"module_type" : "SwiftTarget",
"name" : "SendGridTests",
"path" : "Tests/SendGridTests",
"product_dependencies" : [
"VaporTesting"
],
"sources" : [
"SendGridTests.swift"
],
"target_dependencies" : [
"SendGrid"
],
"type" : "test"
},
{
"c99name" : "SendGrid",
"module_type" : "SwiftTarget",
"name" : "SendGrid",
"path" : "Sources/SendGrid",
"product_dependencies" : [
"Vapor",
"SendGridKit"
],
"product_memberships" : [
"SendGrid"
],
"sources" : [
"Application+SendGrid.swift",
"Exports.swift",
"Request+SendGrid.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/vapor-community/sendgrid-kit.git
[1/382] Fetching sendgrid-kit
Fetched https://github.com/vapor-community/sendgrid-kit.git from cache (0.21s)
[1/70823] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (1.60s)
Computing version for https://github.com/vapor-community/sendgrid-kit.git
Computed https://github.com/vapor-community/sendgrid-kit.git at 3.0.0 (0.47s)
Fetching https://github.com/swift-server/async-http-client.git
[1/13505] Fetching async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (0.75s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.112.0 (2.91s)
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-service-context.git
[1/2524] Fetching websocket-kit
[733/5322] Fetching websocket-kit, multipart-kit
[1260/6340] Fetching websocket-kit, multipart-kit, swift-service-context
[3400/11292] Fetching websocket-kit, multipart-kit, swift-service-context, swift-distributed-tracing
[5838/12861] Fetching websocket-kit, multipart-kit, swift-service-context, swift-distributed-tracing, swift-atomics
[6768/18484] Fetching websocket-kit, multipart-kit, swift-service-context, swift-distributed-tracing, swift-atomics, swift-algorithms
Fetched https://github.com/apple/swift-service-context.git from cache (0.42s)
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-algorithms.git from cache (0.56s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.56s)
Fetching https://github.com/apple/swift-log.git
[5745/9040] Fetching websocket-kit, multipart-kit, swift-atomics, swift-metrics
[7894/12790] Fetching websocket-kit, multipart-kit, swift-atomics, swift-metrics, swift-log
Fetched https://github.com/apple/swift-metrics.git from cache (0.35s)
[9307/10641] Fetching websocket-kit, multipart-kit, swift-atomics, swift-log
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-log.git from cache (0.36s)
Fetching https://github.com/apple/swift-nio-ssl.git
[5745/12274] Fetching websocket-kit, multipart-kit, swift-atomics, swift-nio-extras
[7630/23572] Fetching websocket-kit, multipart-kit, swift-atomics, swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.45s)
[8569/18189] Fetching websocket-kit, multipart-kit, swift-atomics, swift-nio-http2
Fetching https://github.com/apple/swift-nio.git
[14801/32608] Fetching websocket-kit, multipart-kit, swift-atomics, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-atomics.git from cache (1.80s)
Fetched https://github.com/vapor/websocket-kit.git from cache (1.81s)
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/apple/swift-crypto.git
[17990/28515] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl
[18856/101876] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/vapor/multipart-kit.git from cache (1.92s)
[16346/99078] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetching https://github.com/vapor/console-kit.git
[20410/119768] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, routing-kit
[50229/125253] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, routing-kit, console-kit
[64756/137421] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, routing-kit, console-kit, swift-crypto
Fetched https://github.com/vapor/console-kit.git from cache (0.69s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.85s)
[79600/120638] Fetching swift-nio-ssl, swift-nio, routing-kit, swift-crypto
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/vapor/routing-kit.git from cache (1.07s)
[64038/99948] Fetching swift-nio-ssl, swift-nio, swift-crypto
[65988/102318] Fetching swift-nio-ssl, swift-nio, swift-crypto, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.40s)
[70497/99948] Fetching swift-nio-ssl, swift-nio, swift-crypto
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.18s)
[56200/85529] Fetching swift-nio, swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.74s)
[56488/73361] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.38s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.48s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.1.0 (0.54s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.5.1 (0.48s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.24.1 (0.52s)
Fetching https://github.com/apple/swift-http-types
[1/787] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types from cache (0.24s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.1 (0.48s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.24.2 (0.50s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2318] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.22s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.15.0 (0.55s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.0 (0.55s)
Fetching https://github.com/apple/swift-numerics.git
[1/5576] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.33s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.80.0 (0.70s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4024] Fetching swift-system
[1611/19651] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.35s)
[4376/15627] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (0.97s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.0 (0.49s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.53s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.29.0 (0.57s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.49s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.48s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.71s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.51s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.53s)
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.51s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.3.1 (0.52s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.35.0 (0.51s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.46s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.10.0 (1.76s)
Fetching https://github.com/apple/swift-asn1.git
[1/1462] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.22s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.1 (0.67s)
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-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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.2
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.2
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/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/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/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.24.2
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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.80.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/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/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/apple/swift-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/vapor-community/sendgrid-kit.git
Working copy of https://github.com/vapor-community/sendgrid-kit.git resolved at 3.0.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.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.24.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.1.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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.29.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.10.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.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.112.0
warning: 'swift-algorithms': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/swift-algorithms/Sources/Algorithms/Documentation.docc
Building for debugging...
[0/846] Write sources
[49/846] Compiling _NumericsShims _NumericsShims.c
[50/846] Compiling _AtomicsShims.c
[51/846] Compiling CVaporBcrypt bcrypt.c
[52/846] Compiling CNIOWindows shim.c
[53/846] Compiling CNIOWASI CNIOWASI.c
[54/846] Compiling CSystem shims.c
[55/846] Compiling CNIOWindows WSAStartup.c
[56/846] Compiling CNIOSHA1 c_nio_sha1.c
[57/846] Compiling CNIOLinux liburing_shims.c
[58/846] Compiling CNIODarwin shim.c
[59/846] Compiling CNIOExtrasZlib empty.c
[60/846] Compiling CNIOLLHTTP c_nio_http.c
[61/846] Compiling CNIOLinux shim.c
[62/846] Compiling CNIOLLHTTP c_nio_api.c
[63/846] Compiling fiat_p256_adx_mul.S
[64/846] Compiling fiat_p256_adx_sqr.S
[65/846] Compiling fiat_curve25519_adx_square.S
[66/846] Compiling fiat_curve25519_adx_mul.S
[67/846] Write swift-version-24593BA9C3E375BF.txt
[68/846] Compiling CVaporBcrypt blf.c
[69/846] Compiling CNIOLLHTTP c_nio_llhttp.c
[70/846] Compiling CNIOBoringSSLShims shims.c
[71/880] Compiling tls_method.cc
[72/880] Compiling tls_record.cc
[73/880] Compiling tls13_enc.cc
[74/880] Compiling tls13_server.cc
[75/893] Compiling tls13_client.cc
[77/918] Emitting module SystemPackage
[78/921] Emitting module RealModule
[79/922] Emitting module InternalCollectionsUtilities
[80/924] Compiling _NIOBase64 Base64.swift
[81/924] Emitting module _NIOBase64
[82/924] Compiling ServiceContextModule ServiceContextKey.swift
[83/925] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[84/925] Compiling InternalCollectionsUtilities Specialize.swift
[85/925] Compiling InternalCollectionsUtilities Debugging.swift
[86/925] Compiling InternalCollectionsUtilities Descriptions.swift
[87/925] Compiling RealModule RealFunctions.swift
[88/925] Compiling SystemPackage Util+StringArray.swift
[89/925] Compiling SystemPackage Util.swift
[90/925] Compiling SystemPackage UtilConsumers.swift
[91/925] Compiling InternalCollectionsUtilities _SortedCollection.swift
[92/925] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[93/925] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[94/925] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[95/925] Compiling RealModule Real.swift
[96/925] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[97/925] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[98/925] Compiling _NIODataStructures PriorityQueue.swift
[99/925] Compiling RealModule ElementaryFunctions.swift
[100/925] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[101/925] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[102/925] Compiling InternalCollectionsUtilities UInt+reversed.swift
[103/925] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[104/925] Emitting module ServiceContextModule
[107/925] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[112/925] Compiling ServiceContextModule ServiceContext.swift
[113/925] Compiling CoreMetrics Metrics.swift
[114/925] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[115/925] Compiling InternalCollectionsUtilities Integer rank.swift
[116/925] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[117/927] Compiling RealModule Float+Real.swift
[118/927] Compiling RealModule Float16+Real.swift
[119/927] Compiling _NIODataStructures _TinyArray.swift
[120/927] Compiling RealModule Float80+Real.swift
[123/927] Compiling SystemPackage MachPort.swift
[124/927] Compiling SystemPackage PlatformString.swift
[125/927] Compiling SystemPackage SystemString.swift
[138/1051] Compiling Logging MetadataProvider.swift
[139/1051] Emitting module CoreMetrics
[140/1051] Compiling CoreMetrics Locks.swift
[141/1052] Compiling Logging Locks.swift
[142/1052] Emitting module Logging
[143/1052] Compiling _NIODataStructures Heap.swift
[144/1052] Emitting module _NIODataStructures
[145/1052] Compiling _RopeModule BigString+Chunk+Breaks.swift
[146/1052] Compiling _RopeModule BigString+Chunk+Counts.swift
[147/1052] Compiling _RopeModule BigString+Chunk+Description.swift
[148/1052] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[149/1053] Compiling Logging Logging.swift
[150/1053] Compiling Logging LogHandler.swift
[151/1054] Compiling _RopeModule BigSubstring+UTF8View.swift
[152/1054] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[153/1054] Compiling _RopeModule BigSubstring.swift
[154/1054] Compiling _RopeModule Rope+Builder.swift
[155/1054] Compiling _RopeModule Rope+Debugging.swift
[156/1054] Compiling _RopeModule Rope+Invariants.swift
[157/1054] Compiling _RopeModule Rope+_Node.swift
[158/1054] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[163/1076] Compiling Instrumentation NoOpInstrument.swift
[164/1076] Compiling Instrumentation MultiplexInstrument.swift
[165/1076] Compiling Instrumentation Locks.swift
[166/1076] Compiling HeapModule Heap+Invariants.swift
[167/1076] Compiling Instrumentation Instrument.swift
[168/1076] Compiling Instrumentation InstrumentationSystem.swift
[169/1076] Emitting module Instrumentation
[170/1076] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[171/1077] Compiling tls13_both.cc
[173/1077] Compiling HeapModule Heap+Descriptions.swift
[174/1086] Compiling _RopeModule BigString+Initializers.swift
[175/1086] Compiling _RopeModule BigString+Insert.swift
[176/1086] Compiling _RopeModule BigString+Managing Breaks.swift
[177/1086] Compiling _RopeModule BigString+RemoveSubrange.swift
[178/1086] Compiling _RopeModule BigString+ReplaceSubrange.swift
[179/1086] Compiling _RopeModule BigString+Split.swift
[180/1086] Compiling _RopeModule Range+BigString.swift
[181/1086] Compiling _RopeModule BigString+Equatable.swift
[182/1086] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[183/1086] Compiling _RopeModule BigString+Hashing.swift
[184/1086] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[185/1086] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[186/1086] Compiling _RopeModule BigString+Sequence.swift
[187/1086] Compiling _RopeModule BigString+TextOutputStream.swift
[188/1086] Compiling _RopeModule BigString+Append.swift
[189/1086] Compiling _RopeModule BigString+UTF16View.swift
[190/1086] Compiling _RopeModule BigString+UTF8View.swift
[191/1086] Compiling _RopeModule Rope+_Storage.swift
[192/1086] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[193/1086] Compiling _RopeModule Rope+_UnsafeHandle.swift
[194/1086] Compiling _RopeModule Rope.swift
[195/1086] Compiling _RopeModule RopeElement.swift
[196/1099] Emitting module HeapModule
[197/1099] Compiling HeapModule _HeapNode.swift
[198/1099] Compiling HeapModule Heap.swift
[199/1152] Compiling HeapModule Heap+UnsafeHandle.swift
[200/1176] Compiling HashTreeCollections _HashNode+Structural union.swift
[201/1176] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[202/1176] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[203/1176] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[204/1176] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[205/1176] Compiling HashTreeCollections _HashNode.swift
[206/1176] Compiling HashTreeCollections _HashNodeHeader.swift
[207/1176] Compiling HashTreeCollections _HashSlot.swift
[207/1176] Compiling t1_enc.cc
[210/1176] Compiling HashTreeCollections _Bucket.swift
[211/1176] Compiling HashTreeCollections _Hash.swift
[212/1178] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[213/1178] Compiling HashTreeCollections _HashNode+Storage.swift
[214/1178] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[215/1178] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[216/1178] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[217/1178] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[218/1178] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[219/1178] Compiling HashTreeCollections _HashNode+Structural merge.swift
[220/1178] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[221/1178] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[222/1186] Compiling HashTreeCollections _HashNode+Invariants.swift
[223/1186] Compiling HashTreeCollections _HashNode+Lookups.swift
[224/1186] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[225/1186] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[228/1186] Compiling DequeModule _DequeSlot.swift
[229/1186] Compiling DequeModule _UnsafeWrappedBuffer.swift
[230/1186] Emitting module Tracing
[231/1186] Compiling Tracing InstrumentationSystem+Tracing.swift
[232/1186] Compiling HashTreeCollections _HashLevel.swift
[233/1186] Compiling HashTreeCollections _HashNode+Builder.swift
[234/1186] Compiling Tracing TracingTime.swift
[237/1186] Compiling HashTreeCollections TreeDictionary.swift
[238/1186] Compiling HashTreeCollections TreeSet+Codable.swift
[239/1186] Compiling HashTreeCollections TreeSet+Collection.swift
[240/1186] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[241/1186] Compiling HashTreeCollections TreeSet+Debugging.swift
[242/1186] Compiling HashTreeCollections TreeSet+Descriptions.swift
[243/1186] Compiling HashTreeCollections TreeSet+Equatable.swift
[244/1186] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[245/1186] Compiling HashTreeCollections TreeSet+Extras.swift
[246/1186] Compiling HashTreeCollections TreeSet+Filter.swift
[247/1186] Compiling HashTreeCollections TreeSet+Hashable.swift
[248/1186] Compiling HashTreeCollections TreeSet+Sendable.swift
[249/1186] Compiling HashTreeCollections TreeSet+Sequence.swift
[250/1186] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[251/1186] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[252/1186] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[253/1186] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[254/1186] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[255/1186] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[256/1186] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[257/1196] Compiling Tracing TracerProtocol.swift
[262/1196] Compiling HashTreeCollections _HashNode+Debugging.swift
[263/1196] Compiling HashTreeCollections _HashNode+Initializers.swift
[264/1196] Compiling Tracing Tracer.swift
[265/1196] Compiling Tracing TracerProtocol+Legacy.swift
[266/1196] Compiling HashTreeCollections _AncestorHashSlots.swift
[267/1196] Compiling HashTreeCollections _Bitmap.swift
[274/1196] Compiling HashTreeCollections TreeDictionary+Values.swift
[283/1196] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[284/1196] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[285/1196] Compiling HashTreeCollections TreeDictionary+Filter.swift
[286/1196] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[287/1196] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[288/1196] Compiling HashTreeCollections TreeDictionary+Keys.swift
[289/1196] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[290/1196] Compiling HashTreeCollections TreeDictionary+Merge.swift
[291/1196] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[292/1196] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[312/1205] Compiling Tracing NoOpTracer.swift
[313/1205] Compiling Tracing SpanProtocol.swift
[314/1206] Emitting module DequeModule
[327/1207] Compiling _RopeModule _CharacterRecognizer.swift
[328/1207] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[329/1207] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[330/1207] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[331/1207] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[332/1207] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[333/1207] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[334/1207] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[335/1207] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[336/1207] Compiling HashTreeCollections TreeSet.swift
[337/1207] Emitting module RoutingKit
[338/1207] Emitting module OrderedCollections
[338/1208] Compiling ssl_x509.cc
[341/1208] Compiling RoutingKit Router.swift
[342/1208] Compiling RoutingKit PathComponent.swift
[343/1208] Compiling RoutingKit TrieRouter.swift
[344/1208] Compiling HashTreeCollections _HashTreeIterator.swift
[345/1208] Compiling HashTreeCollections _HashTreeStatistics.swift
[346/1208] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[347/1208] Compiling HashTreeCollections _RawHashNode.swift
[348/1208] Compiling HashTreeCollections _UnmanagedHashNode.swift
[349/1208] Compiling HashTreeCollections _UnsafePath.swift
[350/1208] Compiling HashTreeCollections TreeDictionary+Codable.swift
[351/1208] Compiling HashTreeCollections TreeDictionary+Collection.swift
[352/1208] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[353/1208] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[354/1208] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[354/1208] Compiling ssl_versions.cc
[356/1208] Emitting module _RopeModule
[356/1208] Compiling ssl_transcript.cc
[357/1208] Compiling ssl_stat.cc
[391/1208] Compiling HashTreeCollections _HashStack.swift
[392/1208] Compiling _RopeModule Rope+Join.swift
[393/1208] Compiling _RopeModule Rope+MutatingForEach.swift
[394/1208] Compiling _RopeModule Rope+Remove.swift
[395/1208] Compiling _RopeModule Rope+RemoveSubrange.swift
[396/1208] Compiling _RopeModule Rope+Split.swift
[397/1208] Compiling _RopeModule Optional Utilities.swift
[398/1208] Compiling _RopeModule String Utilities.swift
[399/1208] Compiling _RopeModule String.Index+ABI.swift
[400/1208] Compiling ssl_session.cc
[442/1209] Compiling RoutingKit AnyRouter.swift
[443/1209] Compiling RoutingKit Parameters.swift
[444/1210] Compiling Metrics Metrics.swift
[444/1210] Compiling ssl_privkey.cc
[446/1210] Emitting module Metrics
[449/1211] Emitting module HashTreeCollections
[449/1212] Compiling ssl_key_share.cc
[450/1212] Compiling ssl_file.cc
[451/1212] Compiling ssl_lib.cc
[453/1212] Compiling ssl_buffer.cc
[454/1212] Compiling ssl_credential.cc
[455/1212] Compiling ssl_cert.cc
[456/1212] Compiling ssl_cipher.cc
[457/1212] Compiling s3_pkt.cc
[458/1212] Compiling s3_lib.cc
[459/1212] Compiling ssl_aead_ctx.cc
[460/1212] Compiling ssl_asn1.cc
[461/1212] Compiling handshake_server.cc
[462/1212] Compiling s3_both.cc
[463/1212] Compiling handshake_client.cc
[464/1212] Compiling handshake.cc
[465/1212] Compiling encrypted_client_hello.cc
[466/1212] Compiling dtls_record.cc
[467/1212] Compiling extensions.cc
[468/1212] Compiling md5-x86_64-linux.S
[469/1212] Compiling handoff.cc
[470/1212] Compiling md5-x86_64-apple.S
[471/1212] Compiling md5-586-linux.S
[472/1212] Compiling md5-586-apple.S
[473/1212] Compiling chacha20_poly1305_x86_64-linux.S
[474/1212] Compiling err_data.c
[475/1212] Compiling chacha20_poly1305_x86_64-apple.S
[476/1212] Compiling dtls_method.cc
[477/1212] Compiling chacha20_poly1305_armv8-win.S
[478/1212] Compiling chacha20_poly1305_armv8-linux.S
[479/1212] Compiling chacha20_poly1305_armv8-apple.S
[480/1212] Compiling chacha-x86_64-linux.S
[481/1212] Compiling d1_srtp.cc
[482/1212] Compiling chacha-x86_64-apple.S
[483/1212] Compiling chacha-x86-linux.S
[484/1212] Compiling chacha-x86-apple.S
[485/1212] Compiling chacha-armv8-linux.S
[486/1212] Compiling chacha-armv8-win.S
[487/1212] Compiling chacha-armv8-apple.S
[488/1212] Compiling chacha-armv4-linux.S
[489/1212] Compiling aes128gcmsiv-x86_64-apple.S
[490/1212] Compiling aes128gcmsiv-x86_64-linux.S
[491/1212] Compiling x86_64-mont5-apple.S
[492/1212] Compiling x86_64-mont5-linux.S
[493/1212] Compiling x86_64-mont-apple.S
[494/1212] Compiling x86_64-mont-linux.S
[495/1212] Compiling x86-mont-apple.S
[496/1212] Compiling x86-mont-linux.S
[497/1212] Compiling vpaes-x86_64-linux.S
[498/1212] Compiling vpaes-x86_64-apple.S
[499/1212] Compiling vpaes-x86-linux.S
[500/1212] Compiling vpaes-x86-apple.S
[500/1212] Compiling vpaes-armv8-win.S
[502/1212] Compiling vpaes-armv8-apple.S
[503/1212] Compiling vpaes-armv8-linux.S
[504/1212] Compiling vpaes-armv7-linux.S
[505/1212] Compiling sha512-x86_64-linux.S
[506/1212] Compiling sha512-x86_64-apple.S
[507/1212] Compiling sha512-armv8-win.S
[508/1212] Compiling d1_pkt.cc
[509/1212] Compiling sha512-armv8-apple.S
[510/1212] Compiling sha512-armv8-linux.S
[511/1212] Compiling sha512-586-apple.S
[512/1212] Compiling sha512-armv4-linux.S
[513/1212] Compiling sha512-586-linux.S
[514/1212] Compiling bio_ssl.cc
[515/1212] Compiling sha256-x86_64-apple.S
[516/1212] Compiling sha256-armv8-win.S
[517/1212] Compiling sha256-x86_64-linux.S
[518/1212] Compiling sha256-armv8-linux.S
[519/1212] Compiling sha256-armv8-apple.S
[520/1212] Compiling sha256-armv4-linux.S
[521/1212] Compiling sha256-586-linux.S
[522/1212] Compiling sha1-armv8-win.S
[523/1212] Compiling sha1-x86_64-apple.S
[524/1212] Compiling sha256-586-apple.S
[525/1212] Compiling sha1-x86_64-linux.S
[526/1212] Compiling sha1-armv8-linux.S
[527/1212] Compiling sha1-armv8-apple.S
[528/1212] Compiling sha1-586-linux.S
[529/1212] Compiling sha1-armv4-large-linux.S
[530/1212] Compiling sha1-586-apple.S
[531/1212] Compiling rsaz-avx2-linux.S
[532/1212] Compiling d1_lib.cc
[533/1212] Compiling rdrand-x86_64-linux.S
[533/1212] Compiling rsaz-avx2-apple.S
[535/1212] Compiling rdrand-x86_64-apple.S
[536/1212] Compiling p256_beeu-x86_64-asm-linux.S
[537/1212] Compiling p256_beeu-x86_64-asm-apple.S
[538/1212] Compiling p256_beeu-armv8-asm-win.S
[539/1212] Compiling p256_beeu-armv8-asm-linux.S
[540/1212] Compiling p256-armv8-asm-win.S
[541/1212] Compiling p256-x86_64-asm-apple.S
[542/1212] Compiling p256-armv8-asm-apple.S
[543/1212] Compiling p256-x86_64-asm-linux.S
[544/1212] Compiling p256-armv8-asm-linux.S
[545/1212] Compiling d1_both.cc
[546/1212] Compiling p256_beeu-armv8-asm-apple.S
[547/1212] Compiling ghashv8-armv8-linux.S
[548/1212] Compiling ghashv8-armv8-win.S
[549/1212] Compiling ghashv8-armv8-apple.S
[550/1212] Compiling ghashv8-armv7-linux.S
[551/1212] Compiling ghash-x86-linux.S
[552/1212] Compiling ghash-x86_64-linux.S
[553/1212] Compiling ghash-x86_64-apple.S
[553/1212] Compiling ghash-ssse3-x86_64-apple.S
[555/1212] Compiling ghash-ssse3-x86-linux.S
[555/1212] Compiling ghash-x86-apple.S
[557/1212] Compiling ghash-ssse3-x86-apple.S
[558/1212] Compiling ghash-ssse3-x86_64-linux.S
[559/1212] Compiling ghash-neon-armv8-win.S
[559/1212] Compiling ghash-neon-armv8-linux.S
[561/1212] Compiling ghash-neon-armv8-apple.S
[562/1212] Compiling ghash-armv4-linux.S
[563/1212] Compiling co-586-apple.S
[564/1212] Compiling bn-armv8-apple.S
[565/1212] Compiling co-586-linux.S
[566/1212] Compiling bsaes-armv7-linux.S
[567/1212] Compiling bn-armv8-linux.S
[568/1212] Compiling bn-586-linux.S
[569/1212] Compiling bn-586-apple.S
[569/1212] Compiling armv8-mont-win.S
[571/1212] Compiling bn-armv8-win.S
[572/1212] Compiling armv8-mont-apple.S
[573/1212] Compiling armv4-mont-linux.S
[574/1212] Compiling aesv8-gcm-armv8-linux.S
[575/1212] Compiling aesv8-gcm-armv8-win.S
[576/1212] Compiling armv8-mont-linux.S
[577/1212] Compiling aesv8-gcm-armv8-apple.S
[578/1212] Compiling aesv8-armv7-linux.S
[579/1212] Compiling aesv8-armv8-linux.S
[580/1212] Compiling aesv8-armv8-apple.S
[581/1212] Compiling aesv8-armv8-win.S
[582/1212] Compiling aesni-x86_64-apple.S
[583/1212] Compiling aesni-x86-linux.S
[584/1212] Compiling aesni-x86-apple.S
[585/1212] Compiling aesni-x86_64-linux.S
[586/1212] Compiling aesni-gcm-x86_64-linux.S
[587/1212] Compiling aesni-gcm-x86_64-apple.S
[588/1212] Compiling x_x509a.c
[589/1212] Compiling x_x509.c
[590/1212] Compiling x_spki.c
[591/1212] Compiling x_val.c
[592/1212] Compiling x_req.c
[593/1212] Compiling x_pubkey.c
[594/1212] Compiling x_sig.c
[595/1212] Compiling x_name.c
[596/1212] Compiling x_attrib.c
[597/1212] Compiling x509rset.c
[598/1212] Compiling x_exten.c
[599/1212] Compiling x509spki.c
[600/1212] Compiling x_algor.c
[601/1212] Compiling x_crl.c
[602/1212] Compiling x_all.c
[603/1212] Compiling x509cset.c
[604/1212] Compiling x509_vpm.c
[605/1212] Compiling x509name.c
[606/1212] Compiling x509_trs.c
[607/1212] Compiling x509_txt.c
[608/1212] Compiling x509_v3.c
[609/1212] Compiling x509_set.c
[610/1212] Compiling x509_vfy.c
[611/1212] Compiling x509_req.c
[612/1212] Compiling x509_ext.c
[613/1212] Compiling x509_obj.c
[614/1212] Compiling x509_lu.c
[615/1212] Compiling x509_def.c
[616/1212] Compiling x509_d2.c
[617/1212] Compiling x509.c
[618/1212] Compiling x509_cmp.c
[619/1212] Compiling x509_att.c
[620/1212] Compiling v3_utl.c
[621/1212] Compiling v3_skey.c
[622/1212] Compiling v3_purp.c
[623/1212] Compiling v3_prn.c
[624/1212] Compiling v3_pmaps.c
[625/1212] Compiling v3_int.c
[626/1212] Compiling v3_ocsp.c
[627/1212] Compiling v3_pcons.c
[628/1212] Compiling v3_ncons.c
[629/1212] Compiling v3_info.c
[630/1212] Compiling v3_lib.c
[631/1212] Compiling v3_ia5.c
[632/1212] Compiling v3_crld.c
[633/1212] Compiling v3_cpols.c
[634/1212] Compiling v3_genn.c
[635/1212] Compiling v3_extku.c
[636/1212] Compiling v3_enum.c
[637/1212] Compiling v3_conf.c
[638/1212] Compiling v3_bitst.c
[639/1212] Compiling v3_alt.c
[640/1212] Compiling v3_bcons.c
[641/1212] Compiling v3_akeya.c
[642/1212] Compiling t_x509.c
[643/1212] Compiling t_x509a.c
[644/1212] Compiling v3_akey.c
[645/1212] Compiling i2d_pr.c
[646/1212] Compiling rsa_pss.c
[647/1212] Compiling t_req.c
[648/1212] Compiling t_crl.c
[649/1212] Compiling name_print.c
[650/1212] Compiling policy.c
[651/1212] Compiling a_verify.c
[652/1212] Compiling algorithm.c
[653/1212] Compiling by_file.c
[654/1212] Compiling by_dir.c
[655/1212] Compiling a_digest.c
[656/1212] Compiling trust_token.c
[657/1212] Compiling a_sign.c
[658/1212] Compiling asn1_gen.c
[659/1212] Compiling voprf.c
[660/1212] Compiling thread_win.c
[661/1212] Compiling thread_none.c
[661/1212] Compiling thread_pthread.c
[663/1212] Compiling pmbtoken.c
[664/1212] Compiling thread.c
[665/1212] Compiling spx_util.c
[666/1212] Compiling spx_wots.c
[667/1212] Compiling spx_thash.c
[668/1212] Compiling spx_fors.c
[669/1212] Compiling stack.c
[670/1212] Compiling spx_merkle.c
[671/1212] Compiling spx_address.c
[672/1212] Compiling spx.c
[673/1212] Compiling thash.c
[674/1212] Compiling wots.c
[675/1212] Compiling merkle.c
[676/1212] Compiling slhdsa.c
[676/1212] Compiling fors.c
[676/1212] Compiling sha1.c
[679/1212] Compiling sha512.c
[680/1212] Compiling sha256.c
[681/1212] Compiling rsa_print.c
[682/1212] Compiling siphash.c
[683/1212] Compiling rsa_extra.c
[684/1212] Compiling refcount.c
[685/1212] Compiling rc4.c
[686/1212] Compiling rsa_asn1.c
[687/1212] Compiling windows.c
[688/1212] Compiling trusty.c
[689/1212] Compiling rand_extra.c
[690/1212] Compiling ios.c
[691/1212] Compiling rsa_crypt.c
[692/1212] Compiling urandom.c
[693/1212] Compiling passive.c
[694/1212] Compiling fork_detect.c
[695/1212] Compiling deterministic.c
[696/1212] Compiling getentropy.c
[697/1212] Compiling poly1305_arm_asm.S
[698/1212] Compiling forkunsafe.c
[699/1212] Compiling poly1305.c
[700/1212] Compiling poly1305_arm.c
[701/1212] Compiling pool.c
[702/1212] Compiling pkcs7.c
[703/1212] Compiling poly1305_vec.c
[704/1212] Compiling p5_pbev2.c
[705/1212] Compiling pkcs8.c
[706/1212] Compiling pkcs7_x509.c
[707/1212] Compiling pem_xaux.c
[708/1212] Compiling pem_x509.c
[709/1212] Compiling obj_xref.c
[710/1212] Compiling pkcs8_x509.c
[711/1212] Compiling pem_pk8.c
[712/1212] Compiling pem_pkey.c
[713/1212] Compiling pem_oth.c
[714/1212] Compiling pem_all.c
[715/1212] Compiling pem_lib.c
[716/1212] Compiling mldsa.c
[717/1212] Compiling obj.c
[718/1212] Compiling md5.c
[719/1212] Compiling mem.c
[720/1212] Compiling pem_info.c
[721/1212] Compiling md4.c
[722/1212] Compiling lhash.c
[723/1212] Compiling fips_shared_support.c
[724/1212] Compiling mlkem.cc
[725/1212] Compiling keccak.c
[726/1212] Compiling kyber.c
[727/1212] Compiling hpke.c
[728/1212] Compiling poly_rq_mul.S
[729/1212] Compiling sign.c
[730/1212] Compiling ex_data.c
[731/1212] Compiling scrypt.c
[732/1212] Compiling pbkdf.c
[732/1212] Compiling p_x25519_asn1.c
[734/1212] Compiling print.c
[735/1212] Compiling p_x25519.c
[736/1212] Compiling hrss.c
[737/1212] Compiling p_rsa_asn1.c
[738/1212] Compiling p_ed25519.c
[739/1212] Compiling p_hkdf.c
[740/1212] Compiling p_ec.c
[741/1212] Compiling p_ec_asn1.c
[742/1212] Compiling p_ed25519_asn1.c
[742/1212] Compiling p_rsa.c
[744/1212] Compiling p_dh_asn1.c
[745/1212] Compiling p_dsa_asn1.c
[746/1212] Compiling p_dh.c
[747/1212] Compiling evp_ctx.c
[748/1212] Compiling evp.c
[749/1212] Compiling ecdh_extra.c
[750/1212] Compiling err.c
[751/1212] Compiling engine.c
[752/1212] Compiling hash_to_curve.c
[753/1212] Compiling ecdsa_asn1.c
[754/1212] Compiling evp_asn1.c
[755/1212] Compiling ec_derive.c
[756/1212] Compiling ec_asn1.c
[757/1212] Compiling dilithium.c
[758/1212] Compiling dsa_asn1.c
[759/1212] Compiling digest_extra.c
[760/1212] Compiling dsa.c
[761/1212] Compiling dh_asn1.c
[762/1212] Compiling params.c
[763/1212] Compiling x25519-asm-arm.S
[764/1212] Compiling spake25519.c
[765/1212] Compiling des.c
[766/1212] Compiling crypto.c
[767/1212] Compiling cpu_intel.c
[768/1212] Compiling cpu_aarch64_openbsd.c
[769/1212] Compiling cpu_aarch64_sysreg.c
[770/1212] Compiling cpu_aarch64_win.c
[771/1212] Compiling cpu_arm_freebsd.c
[772/1212] Compiling cpu_arm_linux.c
[773/1212] Compiling cpu_aarch64_linux.c
[774/1212] Compiling cpu_aarch64_fuchsia.c
[775/1212] Compiling cpu_aarch64_apple.c
[776/1212] Compiling conf.c
[777/1212] Compiling tls_cbc.c
[778/1212] Compiling e_tls.c
[779/1212] Compiling e_rc4.c
[780/1212] Compiling e_null.c
[781/1212] Compiling e_rc2.c
[782/1212] Compiling curve25519.c
[783/1212] Compiling e_chacha20poly1305.c
[784/1212] Compiling e_aesgcmsiv.c
[785/1212] Compiling e_des.c
[786/1212] Compiling derive_key.c
[787/1212] Compiling e_aesctrhmac.c
[788/1212] Compiling cipher_extra.c
[789/1212] Compiling curve25519_64_adx.c
[790/1212] Compiling unicode.c
[791/1212] Compiling chacha.c
[792/1212] Compiling ber.c
[793/1212] Compiling buf.c
[794/1212] Compiling asn1_compat.c
[795/1212] Compiling cbs.c
[796/1212] Compiling bn_asn1.c
[797/1212] Compiling cbb.c
[798/1212] Compiling blake2.c
[799/1212] Compiling convert.c
[800/1212] Compiling printf.c
[801/1212] Compiling hexdump.c
[802/1212] Compiling socket_helper.c
[803/1212] Compiling socket.c
[804/1212] Compiling pair.c
[805/1212] Compiling errno.c
[806/1212] Compiling file.c
[807/1212] Compiling fd.c
[808/1212] Compiling base64.c
[809/1212] Compiling connect.c
[810/1212] Compiling bio_mem.c
[811/1212] Compiling bio.c
[812/1212] Compiling tasn_fre.c
[813/1212] Compiling tasn_typ.c
[814/1212] Compiling tasn_utl.c
[815/1212] Compiling tasn_new.c
[816/1212] Compiling f_string.c
[817/1212] Compiling tasn_enc.c
[818/1212] Compiling posix_time.c
[819/1212] Compiling f_int.c
[820/1212] Compiling tasn_dec.c
[821/1212] Compiling asn_pack.c
[822/1212] Compiling asn1_par.c
[823/1212] Compiling a_strnid.c
[824/1212] Compiling a_utctm.c
[825/1212] Compiling asn1_lib.c
[826/1212] Compiling bcm.c
[827/1212] Compiling a_time.c
[828/1212] Compiling a_octet.c
[829/1212] Compiling a_type.c
[830/1212] Compiling a_strex.c
[831/1212] Compiling a_mbstr.c
[832/1212] Compiling a_object.c
[833/1212] Compiling a_i2d_fp.c
[834/1212] Compiling a_dup.c
[835/1212] Compiling a_gentm.c
[836/1212] Compiling a_d2i_fp.c
[837/1212] Compiling a_bool.c
[838/1212] Compiling a_int.c
[839/1212] Compiling fiat_p256_adx_mul.S
[840/1212] Compiling fiat_curve25519_adx_square.S
[841/1212] Compiling fiat_p256_adx_sqr.S
[842/1212] Compiling a_bitstr.c
[843/1212] Compiling fiat_curve25519_adx_mul.S
[844/1212] Compiling md5-x86_64-apple.S
[845/1212] Compiling md5-x86_64-linux.S
[846/1212] Compiling md5-586-linux.S
[847/1212] Compiling md5-586-apple.S
[848/1212] Compiling err_data.c
[849/1212] Compiling chacha20_poly1305_x86_64-apple.S
[850/1212] Compiling chacha20_poly1305_armv8-win.S
[851/1212] Compiling chacha20_poly1305_armv8-linux.S
[852/1212] Compiling chacha20_poly1305_armv8-apple.S
[853/1212] Compiling chacha-x86_64-apple.S
[854/1212] Compiling chacha-x86_64-linux.S
[855/1212] Compiling chacha-x86-linux.S
[856/1212] Compiling chacha-armv8-win.S
[857/1212] Compiling chacha20_poly1305_x86_64-linux.S
[858/1212] Compiling chacha-x86-apple.S
[859/1212] Compiling chacha-armv8-linux.S
[860/1212] Compiling aes128gcmsiv-x86_64-apple.S
[861/1212] Compiling chacha-armv8-apple.S
[862/1212] Compiling chacha-armv4-linux.S
[863/1212] Compiling x86_64-mont5-linux.S
[864/1212] Compiling aes128gcmsiv-x86_64-linux.S
[865/1212] Compiling x86_64-mont5-apple.S
[866/1212] Compiling x86_64-mont-linux.S
[867/1212] Compiling CCryptoBoringSSLShims shims.c
[868/1212] Compiling x86_64-mont-apple.S
[869/1212] Compiling x86-mont-linux.S
[870/1212] Compiling vpaes-x86_64-linux.S
[871/1212] Compiling x86-mont-apple.S
[872/1212] Compiling vpaes-x86_64-apple.S
[873/1212] Compiling vpaes-x86-linux.S
[874/1212] Compiling vpaes-armv8-win.S
[875/1212] Compiling vpaes-x86-apple.S
[876/1212] Compiling vpaes-armv8-linux.S
[877/1212] Compiling vpaes-armv8-apple.S
[878/1212] Compiling vpaes-armv7-linux.S
[879/1212] Compiling sha512-x86_64-linux.S
[880/1212] Compiling sha512-x86_64-apple.S
[881/1212] Compiling sha512-armv8-linux.S
[882/1212] Compiling sha512-armv8-apple.S
[883/1212] Compiling sha512-armv8-win.S
[884/1212] Compiling sha512-armv4-linux.S
[885/1212] Compiling sha512-586-linux.S
[886/1212] Compiling sha256-x86_64-linux.S
[887/1212] Compiling sha256-x86_64-apple.S
[888/1212] Compiling sha256-armv8-win.S
[889/1212] Compiling sha256-armv8-apple.S
[890/1212] Compiling sha512-586-apple.S
[890/1212] Compiling sha256-armv8-linux.S
[892/1212] Compiling sha256-586-linux.S
[893/1212] Compiling sha256-armv4-linux.S
[894/1212] Compiling sha256-586-apple.S
[895/1212] Compiling sha1-armv8-win.S
[896/1212] Compiling sha1-x86_64-apple.S
[897/1212] Compiling sha1-armv8-linux.S
[898/1212] Compiling sha1-x86_64-linux.S
[899/1212] Compiling sha1-armv4-large-linux.S
[900/1212] Compiling sha1-586-apple.S
[901/1212] Compiling sha1-armv8-apple.S
[902/1212] Compiling sha1-586-linux.S
[903/1212] Compiling rsaz-avx2-apple.S
[904/1212] Compiling rsaz-avx2-linux.S
[905/1212] Compiling rdrand-x86_64-linux.S
[906/1212] Compiling rdrand-x86_64-apple.S
[907/1212] Compiling p256_beeu-x86_64-asm-linux.S
[908/1212] Compiling p256_beeu-x86_64-asm-apple.S
[909/1212] Compiling p256_beeu-armv8-asm-win.S
[910/1212] Compiling p256_beeu-armv8-asm-apple.S
[911/1212] Compiling p256_beeu-armv8-asm-linux.S
[912/1212] Compiling p256-armv8-asm-apple.S
[913/1212] Compiling p256-x86_64-asm-linux.S
[914/1212] Compiling p256-x86_64-asm-apple.S
[915/1212] Compiling p256-armv8-asm-linux.S
[916/1212] Compiling p256-armv8-asm-win.S
[917/1212] Compiling ghashv8-armv8-win.S
[918/1212] Compiling ghashv8-armv8-linux.S
[919/1212] Compiling ghash-x86_64-linux.S
[920/1212] Compiling ghashv8-armv8-apple.S
[920/1212] Compiling ghash-x86-linux.S
[922/1212] Compiling ghash-x86_64-apple.S
[923/1212] Compiling ghashv8-armv7-linux.S
[924/1212] Compiling ghash-x86-apple.S
[925/1212] Compiling ghash-ssse3-x86_64-linux.S
[926/1212] Compiling ghash-ssse3-x86_64-apple.S
[927/1212] Compiling ghash-ssse3-x86-linux.S
[927/1212] Compiling ghash-neon-armv8-win.S
[929/1212] Compiling ghash-ssse3-x86-apple.S
[930/1212] Compiling ghash-neon-armv8-linux.S
[931/1212] Compiling ghash-armv4-linux.S
[932/1212] Compiling ghash-neon-armv8-apple.S
[933/1212] Compiling co-586-linux.S
[934/1212] Compiling co-586-apple.S
[935/1212] Compiling bsaes-armv7-linux.S
[936/1212] Compiling bn-armv8-win.S
[937/1212] Compiling bn-armv8-linux.S
[938/1212] Compiling bn-armv8-apple.S
[939/1212] Compiling bn-586-apple.S
[940/1212] Compiling bn-586-linux.S
[941/1212] Compiling armv8-mont-win.S
[942/1212] Compiling armv8-mont-linux.S
[943/1212] Compiling armv4-mont-linux.S
[944/1212] Compiling aesv8-gcm-armv8-win.S
[944/1212] Compiling armv8-mont-apple.S
[946/1212] Compiling aesv8-gcm-armv8-linux.S
[947/1212] Compiling aesv8-gcm-armv8-apple.S
[948/1212] Compiling aesv8-armv8-win.S
[949/1212] Compiling aesv8-armv8-apple.S
[950/1212] Compiling aesv8-armv7-linux.S
[951/1212] Compiling aesv8-armv8-linux.S
[952/1212] Compiling aesni-x86_64-apple.S
[953/1212] Compiling aesni-x86-linux.S
[954/1212] Compiling aesni-x86-apple.S
[955/1212] Compiling aesni-x86_64-linux.S
[956/1212] Compiling aesni-gcm-x86_64-apple.S
[957/1212] Compiling aesni-gcm-x86_64-linux.S
[958/1212] Compiling x_sig.c
[959/1212] Compiling x_val.c
[960/1212] Compiling x_x509a.c
[961/1212] Compiling x_spki.c
[962/1212] Compiling x_req.c
[963/1212] Compiling x_x509.c
[964/1212] Compiling x_pubkey.c
[965/1212] Compiling x_exten.c
[966/1212] Compiling x_crl.c
[967/1212] Compiling x_name.c
[968/1212] Compiling x_attrib.c
[969/1212] Compiling x_all.c
[970/1212] Compiling x_algor.c
[971/1212] Compiling x509spki.c
[972/1212] Compiling x509rset.c
[973/1212] Compiling x509cset.c
[974/1212] Compiling x509name.c
[975/1212] Compiling x509_vpm.c
[976/1212] Compiling x509_v3.c
[977/1212] Compiling x509_txt.c
[978/1212] Compiling x509_vfy.c
[979/1212] Compiling x509_set.c
[980/1212] Compiling x509_req.c
[981/1212] Compiling x509_trs.c
[982/1212] Compiling x509_obj.c
[983/1212] Compiling x509_d2.c
[984/1212] Compiling x509_def.c
[985/1212] Compiling x509_ext.c
[986/1212] Compiling x509_cmp.c
[987/1212] Compiling x509_lu.c
[988/1212] Compiling c-nioatomics.c
[989/1212] Compiling x509_att.c
[990/1212] Compiling v3_purp.c
[991/1212] Compiling v3_utl.c
[992/1212] Compiling x509.c
[993/1212] Compiling c-atomics.c
[994/1212] Compiling v3_prn.c
[995/1212] Compiling v3_skey.c
[996/1212] Compiling v3_pmaps.c
[997/1212] Compiling v3_pcons.c
[998/1212] Compiling v3_ocsp.c
[999/1212] Compiling v3_lib.c
[1000/1212] Compiling v3_int.c
[1001/1212] Compiling v3_ncons.c
[1002/1212] Compiling v3_ia5.c
[1003/1212] Compiling v3_info.c
[1004/1215] Compiling v3_genn.c
[1005/1218] Compiling v3_enum.c
[1006/1218] Compiling v3_extku.c
[1007/1218] Compiling v3_cpols.c
[1008/1218] Compiling v3_crld.c
[1009/1218] Compiling v3_alt.c
[1010/1218] Compiling v3_conf.c
[1011/1218] Compiling v3_bcons.c
[1012/1218] Compiling v3_bitst.c
[1013/1218] Compiling v3_akey.c
[1014/1218] Compiling v3_akeya.c
[1016/1218] Compiling NIOConcurrencyHelpers NIOLock.swift
[1016/1218] Compiling t_x509a.c
[1017/1218] Compiling t_crl.c
[1018/1218] Compiling t_x509.c
[1019/1218] Compiling t_req.c
[1020/1218] Compiling rsa_pss.c
[1022/1218] Compiling NIOConcurrencyHelpers lock.swift
[1022/1218] Compiling i2d_pr.c
[1023/1218] Compiling name_print.c
[1024/1218] Compiling policy.c
[1025/1218] Compiling by_file.c
[1026/1218] Compiling asn1_gen.c
[1027/1218] Compiling by_dir.c
[1028/1218] Compiling algorithm.c
[1030/1218] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1031/1218] Emitting module NIOConcurrencyHelpers
[1031/1218] Compiling thread_win.c
[1032/1218] Compiling trust_token.c
[1033/1218] Compiling a_verify.c
[1034/1218] Compiling thread_none.c
[1035/1218] Compiling thread_pthread.c
[1036/1218] Compiling a_sign.c
[1037/1218] Compiling thread.c
[1038/1218] Compiling voprf.c
[1039/1218] Compiling stack.c
[1040/1218] Compiling a_digest.c
[1041/1218] Compiling spx_util.c
[1042/1218] Compiling spx_merkle.c
[1043/1218] Compiling spx_wots.c
[1044/1218] Compiling pmbtoken.c
[1046/1218] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1047/1218] Compiling NIOConcurrencyHelpers atomics.swift
[1047/1218] Compiling spx_thash.c
[1048/1219] Compiling spx.c
[1049/1219] Compiling spx_fors.c
[1050/1219] Compiling slhdsa.c
[1051/1219] Compiling merkle.c
[1052/1219] Compiling spx_address.c
[1053/1219] Compiling thash.c
[1054/1219] Compiling fors.c
[1055/1219] Compiling wots.c
[1055/1219] Compiling sha512.c
[1055/1219] Compiling siphash.c
[1059/1219] Compiling sha256.c
[1060/1219] Compiling sha1.c
[1061/1219] Compiling rsa_print.c
[1062/1219] Compiling rsa_extra.c
[1063/1219] Compiling rc4.c
[1064/1219] Compiling trusty.c
[1065/1219] Compiling windows.c
[1066/1219] Compiling refcount.c
[1067/1219] Compiling rsa_asn1.c
[1067/1219] Compiling rand_extra.c
[1069/1219] Compiling ios.c
[1070/1219] Compiling rsa_crypt.c
[1071/1219] Compiling urandom.c
[1071/1219] Compiling passive.c
[1073/1219] Compiling getentropy.c
[1074/1219] Compiling deterministic.c
[1075/1219] Compiling forkunsafe.c
[1076/1219] Compiling poly1305_arm_asm.S
[1077/1219] Compiling fork_detect.c
[1078/1219] Compiling poly1305_arm.c
[1079/1219] Compiling poly1305.c
[1080/1219] Compiling pool.c
[1081/1219] Compiling pkcs7.c
[1082/1219] Compiling poly1305_vec.c
[1083/1245] Compiling pkcs8.c
[1084/1245] Compiling pkcs8_x509.c
[1085/1245] Compiling pkcs7_x509.c
[1086/1245] Compiling p5_pbev2.c
[1087/1245] Compiling pem_xaux.c
[1088/1245] Compiling pem_x509.c
[1089/1245] Compiling pem_pkey.c
[1090/1245] Compiling obj_xref.c
[1091/1245] Compiling pem_oth.c
[1092/1245] Compiling pem_pk8.c
[1093/1245] Compiling pem_info.c
[1094/1245] Compiling mem.c
[1095/1245] Compiling md5.c
[1096/1245] Compiling pem_all.c
[1097/1245] Compiling mldsa.c
[1098/1245] Compiling obj.c
[1099/1245] Compiling pem_lib.c
[1101/1245] Compiling ConsoleKitTerminal ActivityBar.swift
[1102/1245] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1103/1245] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1104/1245] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1104/1248] Compiling md4.c
[1105/1248] Compiling lhash.c
[1106/1248] Compiling fips_shared_support.c
[1107/1248] Compiling kyber.c
[1108/1248] Compiling keccak.c
[1109/1248] Compiling poly_rq_mul.S
[1110/1248] Compiling ConsoleKitTerminal CustomActivity.swift
[1111/1248] Compiling ConsoleKitTerminal LoadingBar.swift
[1112/1248] Compiling ConsoleKitTerminal ProgressBar.swift
[1113/1248] Compiling ConsoleKitTerminal Console+Clear.swift
[1114/1248] Compiling ex_data.c
[1115/1248] Compiling hpke.c
[1117/1248] Emitting module ConsoleKitTerminal
[1117/1248] Compiling sign.c
[1118/1248] Compiling scrypt.c
[1119/1248] Compiling pbkdf.c
[1120/1248] Compiling hrss.c
[1121/1248] Compiling p_x25519.c
[1122/1248] Compiling print.c
[1123/1248] Compiling p_x25519_asn1.c
[1124/1248] Compiling p_rsa_asn1.c
[1126/1248] Compiling ConsoleKitTerminal Console.swift
[1127/1248] Compiling ConsoleKitTerminal Terminal.swift
[1128/1248] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1128/1248] Compiling p_ed25519_asn1.c
[1129/1248] Compiling ConsoleKitTerminal Console+Wait.swift
[1130/1248] Compiling ConsoleKitTerminal ConsoleColor.swift
[1131/1248] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1132/1248] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1133/1248] Compiling ConsoleKitTerminal ConsoleClear.swift
[1134/1248] Compiling ConsoleKitTerminal Console+Ask.swift
[1135/1248] Compiling ConsoleKitTerminal Console+Choose.swift
[1136/1248] Compiling ConsoleKitTerminal Console+Confirm.swift
[1137/1248] Compiling ConsoleKitTerminal Console+Input.swift
[1138/1248] Compiling ConsoleKitTerminal Console+Center.swift
[1139/1248] Compiling ConsoleKitTerminal Console+Output.swift
[1140/1248] Compiling ConsoleKitTerminal ConsoleText.swift
[1141/1248] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1142/1248] Compiling ConsoleKitTerminal ANSI.swift
[1142/1248] Compiling p_ed25519.c
[1144/1248] Compiling p_hkdf.c
[1145/1248] Compiling p_rsa.c
[1146/1248] Compiling p_ec_asn1.c
[1147/1248] Compiling p_ec.c
[1148/1248] Compiling p_dh.c
[1149/1248] Compiling p_dh_asn1.c
[1150/1248] Compiling p_dsa_asn1.c
[1151/1248] Compiling evp.c
[1151/1248] Compiling evp_asn1.c
[1153/1248] Compiling engine.c
[1154/1248] Compiling evp_ctx.c
[1155/1248] Compiling err.c
[1156/1248] Compiling ecdsa_asn1.c
[1157/1248] Compiling ec_derive.c
[1158/1248] Compiling ec_asn1.c
[1159/1248] Compiling ecdh_extra.c
[1160/1248] Compiling dsa_asn1.c
[1161/1248] Compiling hash_to_curve.c
[1162/1248] Compiling digest_extra.c
[1163/1248] Compiling dsa.c
[1164/1248] Compiling params.c
[1165/1248] Compiling dilithium.c
[1166/1248] Compiling dh_asn1.c
[1167/1248] Compiling spake25519.c
[1168/1248] Compiling x25519-asm-arm.S
[1169/1248] Compiling des.c
[1170/1248] Compiling crypto.c
[1171/1248] Compiling cpu_intel.c
[1172/1248] Compiling cpu_arm_linux.c
[1173/1248] Compiling cpu_arm_freebsd.c
[1174/1248] Compiling cpu_aarch64_win.c
[1175/1248] Compiling cpu_aarch64_linux.c
[1176/1248] Compiling cpu_aarch64_openbsd.c
[1177/1248] Compiling cpu_aarch64_sysreg.c
[1178/1248] Compiling cpu_aarch64_fuchsia.c
[1179/1248] Compiling cpu_aarch64_apple.c
[1180/1248] Compiling curve25519.c
[1181/1248] Compiling conf.c
[1182/1248] Compiling tls_cbc.c
[1183/1248] Compiling e_rc4.c
[1185/1248] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1186/1248] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1187/1248] Compiling ConsoleKitTerminal LoggerFragment.swift
[1187/1248] Compiling e_tls.c
[1188/1249] Compiling e_null.c
[1189/1249] Compiling e_des.c
[1190/1249] Compiling e_rc2.c
[1191/1249] Compiling curve25519_64_adx.c
[1192/1249] Compiling e_chacha20poly1305.c
[1194/1249] Compiling derive_key.c
[1195/1249] Compiling e_aesgcmsiv.c
[1196/1249] Compiling e_aesctrhmac.c
[1197/1249] Compiling cipher_extra.c
[1198/1249] Compiling chacha.c
[1199/1249] Compiling unicode.c
[1200/1249] Compiling cbb.c
[1201/1249] Compiling ber.c
[1202/1249] Compiling bn_asn1.c
[1203/1249] Compiling asn1_compat.c
[1203/1249] Compiling cbs.c
[1205/1249] Compiling buf.c
[1206/1249] Compiling blake2.c
[1207/1249] Compiling convert.c
[1208/1249] Compiling printf.c
[1209/1249] Compiling pair.c
[1210/1249] Compiling hexdump.c
[1211/1249] Compiling errno.c
[1212/1249] Compiling file.c
[1213/1249] Compiling fd.c
[1214/1253] Compiling base64.c
[1215/1253] Compiling tasn_utl.c
[1216/1265] Compiling bio_mem.c
[1217/1271] Compiling bio.c
[1218/1271] Compiling tasn_typ.c
[1219/1271] Compiling tasn_fre.c
[1220/1271] Compiling tasn_enc.c
[1221/1271] Compiling tasn_new.c
[1222/1271] Compiling tasn_dec.c
[1223/1271] Compiling f_int.c
[1224/1271] Compiling posix_time.c
[1225/1271] Compiling f_string.c
[1226/1271] Compiling asn_pack.c
[1227/1271] Compiling asn1_par.c
[1228/1271] Compiling asn1_lib.c
[1229/1271] Compiling a_utctm.c
[1230/1271] Compiling a_time.c
[1231/1271] Compiling a_type.c
[1233/1271] Compiling ConsoleKitCommands CommandSignature.swift
[1234/1271] Compiling ConsoleKitCommands Flag.swift
[1235/1271] Compiling ConsoleKitCommands Option.swift
[1235/1273] Compiling a_strnid.c
[1236/1273] Compiling a_strex.c
[1237/1273] Compiling a_octet.c
[1238/1273] Compiling a_mbstr.c
[1239/1273] Compiling a_object.c
[1240/1273] Compiling a_i2d_fp.c
[1241/1273] Compiling a_int.c
[1242/1273] Compiling a_dup.c
[1243/1273] Write sources
[1245/1273] Compiling a_gentm.c
[1246/1273] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1247/1273] Write sources
[1248/1273] Compiling a_d2i_fp.c
[1249/1273] Compiling a_bool.c
[1250/1273] Compiling a_bitstr.c
[1252/1273] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1253/1273] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1254/1273] Compiling ConsoleKitCommands Argument.swift
[1254/1273] Compiling bcm.c
[1256/1273] Emitting module ConsoleKitCommands
[1257/1273] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1258/1273] Compiling ConsoleKitCommands AsyncCommand.swift
[1259/1273] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1260/1273] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1261/1273] Compiling ConsoleKitCommands Utilities.swift
[1262/1273] Compiling ConsoleKitCommands AsyncCommands.swift
[1263/1273] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1264/1273] Compiling ConsoleKitCommands AnyCommand.swift
[1265/1378] Compiling Atomics ManagedAtomic.swift
[1266/1378] Compiling Atomics ManagedAtomicLazyReference.swift
[1267/1380] Compiling Atomics UnsafeAtomic.swift
[1268/1380] Compiling Atomics UnsafeAtomicLazyReference.swift
[1269/1380] Compiling Atomics AtomicMemoryOrderings.swift
[1270/1380] Compiling Atomics DoubleWord.swift
[1271/1380] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1272/1380] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1273/1380] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1274/1380] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1275/1380] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1276/1380] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1277/1380] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1278/1387] Compiling BitCollections BitSet+Initializers.swift
[1279/1387] Compiling BitCollections BitSet+Invariants.swift
[1280/1387] Compiling BitCollections BitSet+Random.swift
[1281/1387] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1282/1387] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1283/1387] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1284/1387] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1285/1387] Compiling Atomics IntegerOperations.swift
[1286/1387] Compiling Atomics Unmanaged extensions.swift
[1287/1387] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1288/1387] Compiling BitCollections BitSet+CustomReflectable.swift
[1289/1387] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1290/1387] Compiling BitCollections BitSet+Equatable.swift
[1291/1387] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1292/1387] Compiling BitCollections BitSet+Extras.swift
[1293/1387] Compiling BitCollections BitSet+Hashable.swift
[1294/1387] Compiling Atomics Primitives.shims.swift
[1295/1387] Compiling Atomics AtomicInteger.swift
[1296/1387] Compiling Atomics AtomicOptionalWrappable.swift
[1297/1387] Compiling Atomics AtomicReference.swift
[1298/1387] Compiling Atomics AtomicStorage.swift
[1299/1387] Compiling Atomics AtomicValue.swift
[1300/1387] Compiling CryptoBoringWrapper RandomBytes.swift
[1301/1387] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1302/1387] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1303/1387] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1304/1387] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1305/1387] Compiling BitCollections BitSet+SetAlgebra union.swift
[1306/1387] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1307/1387] Compiling BitCollections BitSet.Counted.swift
[1318/1388] Emitting module BitCollections
[1319/1388] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1320/1388] Emitting module CryptoBoringWrapper
[1321/1388] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1322/1388] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1323/1388] Compiling CryptoBoringWrapper EllipticCurve.swift
[1327/1391] Compiling BitCollections BitSet.Index.swift
[1328/1391] Compiling BitCollections BitSet._UnsafeHandle.swift
[1329/1391] Compiling BitCollections BitSet.swift
[1330/1391] Compiling BitCollections Range+Utilities.swift
[1331/1391] Compiling BitCollections Slice+Utilities.swift
[1332/1391] Compiling BitCollections UInt+Tricks.swift
[1333/1391] Compiling BitCollections _Word.swift
[1334/1391] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1335/1391] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1344/1392] Compiling Atomics OptionalRawRepresentable.swift
[1345/1392] Compiling Atomics RawRepresentable.swift
[1346/1392] Compiling Atomics AtomicBool.swift
[1347/1392] Compiling Atomics IntegerConformances.swift
[1348/1392] Compiling Atomics PointerConformances.swift
[1349/1392] Compiling Atomics Primitives.native.swift
[1356/1392] Compiling BitCollections BitArray._UnsafeHandle.swift
[1357/1392] Compiling BitCollections BitArray.swift
[1358/1392] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1359/1392] Compiling BitCollections BitSet+Codable.swift
[1379/1395] Compiling ConsoleKit Exports.swift
[1380/1395] Emitting module ConsoleKit
[1382/1469] Emitting module Collections
[1383/1469] Compiling Collections Collections.swift
[1384/1470] Compiling Crypto HPKE-Utils.swift
[1385/1470] Compiling Crypto DHKEM.swift
[1386/1470] Compiling Crypto HPKE-KEM-Curve25519.swift
[1388/1470] Compiling Crypto AES-GCM.swift
[1389/1470] Compiling Crypto AES-GCM_boring.swift
[1390/1470] Compiling Crypto ChaChaPoly_boring.swift
[1391/1470] Compiling Crypto ChaChaPoly.swift
[1392/1470] Emitting module Atomics
[1397/1470] Compiling Crypto Cipher.swift
[1398/1470] Compiling Crypto Nonces.swift
[1400/1471] Compiling Crypto SymmetricKeys.swift
[1401/1471] Compiling Crypto HMAC.swift
[1402/1471] Compiling Crypto MACFunctions.swift
[1403/1471] Compiling Crypto MessageAuthenticationCode.swift
[1404/1471] Compiling Crypto AES.swift
[1405/1471] Compiling Crypto ECDSASignature_boring.swift
[1406/1471] Compiling Crypto ECDSA_boring.swift
[1407/1471] Compiling Crypto EdDSA_boring.swift
[1408/1471] Compiling Crypto ECDSA.swift
[1409/1471] Compiling Crypto Ed25519.swift
[1410/1480] Compiling Crypto HKDF.swift
[1411/1480] Compiling Crypto AESWrap.swift
[1412/1480] Compiling Crypto AESWrap_boring.swift
[1413/1480] Compiling Crypto Ed25519_boring.swift
[1414/1480] Compiling Crypto NISTCurvesKeys_boring.swift
[1415/1480] Compiling Crypto X25519Keys_boring.swift
[1416/1480] Compiling Crypto Curve25519.swift
[1417/1480] Compiling Crypto Ed25519Keys.swift
[1418/1480] Compiling Crypto NISTCurvesKeys.swift
[1419/1480] Compiling Crypto X25519Keys.swift
[1420/1480] Emitting module Algorithms
[1422/1540] Emitting module Crypto
[1423/1540] Compiling NIOCore ByteBuffer-views.swift
[1424/1540] Compiling NIOCore Channel.swift
[1425/1540] Compiling NIOCore ChannelHandler.swift
[1426/1540] Compiling NIOCore ChannelHandlers.swift
[1427/1540] Compiling NIOCore ChannelInvoker.swift
[1428/1540] Compiling NIOCore ChannelOption.swift
[1429/1540] Compiling NIOCore ChannelPipeline.swift
[1430/1540] Compiling NIOCore CircularBuffer.swift
[1431/1540] Compiling NIOCore Codec.swift
[1432/1540] Compiling NIOCore ConvenienceOptionSupport.swift
[1433/1540] Compiling NIOCore DeadChannel.swift
[1434/1540] Compiling NIOCore DispatchQueue+WithFuture.swift
[1435/1540] Compiling NIOCore EventLoop+Deprecated.swift
[1436/1540] Compiling NIOCore EventLoop+SerialExecutor.swift
[1437/1540] Compiling NIOCore EventLoop.swift
[1438/1540] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1439/1540] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1440/1540] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1441/1540] Compiling NIOCore EventLoopFuture.swift
[1442/1540] Compiling NIOCore FileDescriptor.swift
[1443/1540] Compiling NIOCore FileHandle.swift
[1444/1540] Compiling NIOCore FileRegion.swift
[1445/1540] Compiling NIOCore GlobalSingletons.swift
[1446/1540] Compiling NIOCore IO.swift
[1447/1540] Compiling NIOCore IOData.swift
[1448/1540] Compiling NIOCore IPProtocol.swift
[1449/1540] Compiling NIOCore IntegerBitPacking.swift
[1450/1540] Compiling NIOCore IntegerTypes.swift
[1451/1540] Compiling NIOCore Interfaces.swift
[1452/1540] Compiling NIOCore Linux.swift
[1453/1540] Compiling NIOCore AddressedEnvelope.swift
[1454/1540] Compiling NIOCore AsyncAwaitSupport.swift
[1455/1540] Compiling NIOCore AsyncChannel.swift
[1456/1540] Compiling NIOCore AsyncChannelHandler.swift
[1457/1540] Compiling NIOCore AsyncChannelInboundStream.swift
[1458/1540] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1459/1540] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1460/1540] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1461/1540] Compiling NIOCore NIOAsyncWriter.swift
[1462/1540] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1463/1540] Compiling NIOCore BSDSocketAPI.swift
[1464/1540] Compiling NIOCore ByteBuffer-aux.swift
[1465/1540] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1466/1540] Compiling NIOCore ByteBuffer-conversions.swift
[1467/1540] Compiling NIOCore ByteBuffer-core.swift
[1468/1540] Compiling NIOCore ByteBuffer-hex.swift
[1469/1540] Compiling NIOCore ByteBuffer-int.swift
[1470/1540] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1471/1540] Compiling NIOCore ByteBuffer-multi-int.swift
[1472/1540] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1473/1540] Compiling NIOCore MarkedCircularBuffer.swift
[1474/1540] Compiling NIOCore MulticastChannel.swift
[1475/1540] Compiling NIOCore NIOAny.swift
[1476/1540] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1477/1540] Compiling NIOCore NIOLoopBound.swift
[1478/1540] Compiling NIOCore NIOScheduledCallback.swift
[1479/1540] Compiling NIOCore NIOSendable.swift
[1480/1540] Compiling NIOCore RecvByteBufferAllocator.swift
[1481/1548] Compiling Crypto Signature.swift
[1482/1548] Compiling Crypto CryptoKitErrors_boring.swift
[1483/1548] Compiling Crypto RNG_boring.swift
[1484/1548] Compiling Crypto SafeCompare_boring.swift
[1485/1548] Compiling Crypto Zeroization_boring.swift
[1486/1548] Compiling Crypto PrettyBytes.swift
[1487/1548] Compiling Crypto SafeCompare.swift
[1488/1548] Compiling Crypto SecureBytes.swift
[1489/1548] Compiling Crypto Zeroization.swift
[1507/1549] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1508/1549] Compiling NIOCore SocketAddresses.swift
[1509/1549] Compiling NIOCore SocketOptionProvider.swift
[1510/1549] Compiling NIOCore SystemCallHelpers.swift
[1511/1549] Compiling NIOCore TimeAmount+Duration.swift
[1512/1549] Compiling NIOCore TypeAssistedChannelHandler.swift
[1513/1549] Compiling NIOCore UniversalBootstrapSupport.swift
[1514/1549] Compiling NIOCore Utilities.swift
[1549/1549] Emitting module NIOCore
[1551/1601] Emitting module NIOEmbedded
[1552/1601] Compiling NIOEmbedded Embedded.swift
[1553/1601] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1554/1601] Compiling NIOEmbedded AsyncTestingChannel.swift
[1556/1602] Compiling NIOPosix SelectableChannel.swift
[1557/1602] Compiling NIOPosix SelectableEventLoop.swift
[1558/1602] Compiling NIOPosix SelectorEpoll.swift
[1559/1602] Compiling NIOPosix SelectorGeneric.swift
[1560/1602] Compiling NIOPosix SelectorKqueue.swift
[1561/1602] Compiling NIOPosix SelectorUring.swift
[1562/1608] Compiling NIOPosix ServerSocket.swift
[1563/1608] Compiling NIOPosix Socket.swift
[1564/1608] Compiling NIOPosix SocketChannel.swift
[1565/1608] Compiling NIOPosix SocketProtocols.swift
[1566/1608] Compiling NIOPosix System.swift
[1567/1608] Compiling NIOPosix Thread.swift
[1568/1608] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1569/1608] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1570/1608] Compiling NIOPosix PosixSingletons.swift
[1571/1608] Compiling NIOPosix RawSocketBootstrap.swift
[1572/1608] Compiling NIOPosix Resolver.swift
[1573/1608] Compiling NIOPosix Selectable.swift
[1574/1608] Emitting module NIOPosix
[1575/1608] Compiling NIOPosix ThreadPosix.swift
[1576/1608] Compiling NIOPosix ThreadWindows.swift
[1577/1608] Compiling NIOPosix UnsafeTransfer.swift
[1578/1608] Compiling NIOPosix Utilities.swift
[1579/1608] Compiling NIOPosix VsockAddress.swift
[1580/1608] Compiling NIOPosix VsockChannelEvents.swift
[1581/1608] Compiling NIOPosix IO.swift
[1582/1608] Compiling NIOPosix IntegerBitPacking.swift
[1583/1608] Compiling NIOPosix IntegerTypes.swift
[1584/1608] Compiling NIOPosix Linux.swift
[1585/1608] Compiling NIOPosix LinuxCPUSet.swift
[1586/1608] Compiling NIOPosix LinuxUring.swift
[1587/1608] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1588/1608] Compiling NIOPosix Bootstrap.swift
[1589/1608] Compiling NIOPosix ControlMessage.swift
[1590/1608] Compiling NIOPosix DatagramVectorReadManager.swift
[1591/1608] Compiling NIOPosix Errors+Any.swift
[1592/1608] Compiling NIOPosix FileDescriptor.swift
[1593/1608] Compiling NIOPosix GetaddrinfoResolver.swift
[1594/1608] Compiling NIOPosix HappyEyeballs.swift
[1595/1608] Compiling NIOPosix NIOThreadPool.swift
[1596/1608] Compiling NIOPosix NonBlockingFileIO.swift
[1597/1608] Compiling NIOPosix PendingDatagramWritesManager.swift
[1598/1608] Compiling NIOPosix PendingWritesManager.swift
[1599/1608] Compiling NIOPosix PipeChannel.swift
[1600/1608] Compiling NIOPosix PipePair.swift
[1601/1608] Compiling NIOPosix Pool.swift
[1602/1608] Compiling NIOPosix BSDSocketAPICommon.swift
[1603/1608] Compiling NIOPosix BSDSocketAPIPosix.swift
[1604/1608] Compiling NIOPosix BSDSocketAPIWindows.swift
[1605/1608] Compiling NIOPosix BaseSocket.swift
[1606/1608] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1607/1608] Compiling NIOPosix BaseSocketChannel.swift
[1608/1608] Compiling NIOPosix BaseStreamSocketChannel.swift
[1610/1668] Emitting module NIO
[1611/1668] Compiling NIO Exports.swift
[1612/1668] Compiling _NIOFileSystem FileChunks.swift
[1613/1668] Compiling _NIOFileSystem FileHandle.swift
[1614/1668] Compiling _NIOFileSystem FileHandleProtocol.swift
[1616/1671] Compiling _NIOFileSystem ByteCount.swift
[1617/1671] Compiling _NIOFileSystem Convenience.swift
[1618/1671] Compiling _NIOFileSystem DirectoryEntries.swift
[1619/1671] Compiling _NIOFileSystem FileInfo.swift
[1620/1671] Compiling _NIOFileSystem FileSystem.swift
[1621/1671] Compiling _NIOFileSystem Array+FileSystem.swift
[1622/1671] Compiling _NIOFileSystem DirectoryEntry.swift
[1623/1671] Compiling _NIOFileSystem Exports.swift
[1624/1671] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[1625/1710] Compiling NIOTLS TLSEvents.swift
[1626/1710] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1627/1710] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1628/1710] Compiling NIOSOCKS SOCKSResponse.swift
[1629/1711] Emitting module NIOTLS
[1630/1711] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1631/1711] Compiling NIOSOCKS ClientStateMachine.swift
[1632/1711] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1633/1711] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1634/1711] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1635/1711] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1636/1711] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1637/1711] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1638/1711] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1639/1711] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1640/1711] Compiling NIOHTTP1 HTTPDecoder.swift
[1641/1711] Compiling AsyncKit Optional+StrictMap.swift
[1642/1711] Compiling AsyncKit Exports.swift
[1643/1711] Emitting module NIOSOCKS
[1644/1711] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1645/1711] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1646/1711] Compiling NIOHTTP1 HTTPEncoder.swift
[1647/1711] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1650/1711] Compiling NIOSOCKS ServerStateMachine.swift
[1651/1712] Compiling NIOTLS SNIHandler.swift
[1656/1715] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1657/1715] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1658/1715] Compiling _NIOFileSystem ParallelDirCopy.swift
[1659/1715] Compiling _NIOFileSystem ParallelRemoval.swift
[1660/1715] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1661/1715] Compiling _NIOFileSystem CInterop.swift
[1662/1715] Compiling _NIOFileSystem Errno.swift
[1663/1715] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1664/1715] Compiling _NIOFileSystem Mocking.swift
[1665/1715] Compiling _NIOFileSystem Syscall.swift
[1666/1715] Compiling _NIOFileSystem Syscalls.swift
[1667/1719] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1668/1719] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1669/1747] Emitting module NIOFoundationCompat
[1670/1747] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1672/1748] Emitting module NIOHTTP1
[1673/1748] Compiling NIOSSL NIOSSLClientHandler.swift
[1674/1748] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1675/1770] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1676/1770] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1677/1770] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1678/1770] Compiling NIOSSL SubjectAlternativeName.swift
[1679/1770] Compiling NIOSSL NIOSSLSecureBytes.swift
[1680/1770] Compiling NIOTransportServices NIOTSErrors.swift
[1681/1770] Compiling NIOTransportServices NIOTSEventLoop.swift
[1682/1770] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1683/1770] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1684/1770] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1685/1770] Compiling NIOTransportServices StateManagedChannel.swift
[1686/1770] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1691/1772] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1694/1772] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1695/1772] Compiling NIOTransportServices NIOTSSingletons.swift
[1696/1772] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1697/1772] Compiling NIOTransportServices NIOTSBootstraps.swift
[1698/1772] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1699/1772] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1700/1772] Emitting module NIOTransportServices
[1701/1772] Compiling NIOTransportServices AcceptHandler.swift
[1702/1772] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1703/1772] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1704/1772] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1705/1772] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1706/1772] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1707/1772] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1708/1772] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1720/1838] Compiling NIOHPACK DynamicHeaderTable.swift
[1721/1838] Compiling NIOHPACK HPACKDecoder.swift
[1722/1838] Compiling NIOHPACK HPACKEncoder.swift
[1723/1838] Compiling NIOHPACK HPACKErrors.swift
[1725/1841] Compiling NIOSSL RNG.swift
[1726/1841] Compiling NIOSSL SafeCompare.swift
[1731/1841] Compiling NIOWebSocket WebSocketOpcode.swift
[1732/1842] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1733/1842] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1734/1842] Compiling _NIOFileSystem SystemFileHandle.swift
[1735/1842] Compiling _NIOFileSystem Utilities.swift
[1736/1842] Compiling _NIOFileSystem OpenOptions.swift
[1737/1842] Compiling _NIOFileSystem String+FileSystem.swift
[1738/1842] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1739/1842] Compiling NIOHPACK IntegerCoding.swift
[1740/1843] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1741/1843] Compiling MultipartKit MultipartPart.swift
[1742/1843] Compiling MultipartKit MultipartPartConvertible.swift
[1745/1843] Emitting module NIOHTTPCompression
[1746/1843] Compiling NIOHPACK IndexedHeaderTable.swift
[1747/1843] Emitting module NIOSSL
[1748/1843] Compiling NIOExtras LineBasedFrameDecoder.swift
[1749/1843] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1750/1843] Compiling NIOExtras NIOExtrasError.swift
[1751/1843] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1752/1845] Compiling NIOHPACK HPACKHeader.swift
[1753/1845] Compiling NIOHPACK HeaderTables.swift
[1754/1845] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1755/1845] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1756/1845] Compiling NIOHPACK StaticHeaderTable.swift
[1757/1845] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1758/1845] Compiling NIOExtras WritePCAPHandler.swift
[1761/1847] Compiling NIOExtras NIORequestIdentifiable.swift
[1762/1847] Compiling NIOExtras PCAPRingBuffer.swift
[1763/1847] Compiling NIOExtras QuiescingHelper.swift
[1764/1847] Compiling NIOExtras RequestResponseHandler.swift
[1768/1847] Compiling NIOHTTPCompression HTTPCompression.swift
[1769/1847] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1770/1847] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1771/1847] Compiling NIOHTTPCompression HTTPDecompression.swift
[1772/1847] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1773/1848] Emitting module MultipartKit
[1777/1848] Compiling NIOHPACK HuffmanTables.swift
[1783/1848] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1784/1848] Compiling NIOWebSocket WebSocketFrame.swift
[1787/1848] Emitting module NIOWebSocket
[1789/1849] Compiling NIOHPACK HuffmanCoding.swift
[1806/1849] Emitting module NIOHPACK
[1807/1849] Emitting module NIOExtras
[1808/1849] Compiling MultipartKit MultipartSerializer.swift
[1809/1849] Compiling MultipartKit Utilities.swift
[1810/1850] Emitting module AsyncKit
[1824/1850] Emitting module _NIOFileSystem
[1834/1852] Compiling NIOSSL Zeroization.swift
[1835/1852] Compiling NIOSSL TLSConfiguration.swift
[1836/1852] Compiling NIOSSL UniversalBootstrapSupport.swift
[1837/1915] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1838/1915] Compiling NIOHTTP2 MaySendFrames.swift
[1839/1915] Compiling NIOHTTP2 SendingDataState.swift
[1840/1915] Compiling NIOHTTP2 SendingGoawayState.swift
[1841/1915] Compiling NIOHTTP2 SendingHeadersState.swift
[1842/1915] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1843/1915] Compiling NIOHTTP2 SendingRstStreamState.swift
[1844/1915] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1845/1916] Compiling NIOFileSystem Exports.swift
[1846/1916] Emitting module NIOFileSystem
[1848/1917] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1849/1917] Emitting module _NIOFileSystemFoundationCompat
[1850/1917] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1853/1918] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1854/1918] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1864/1935] Compiling WebSocketKit Exports.swift
[1865/1935] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1866/1935] Compiling WebSocketKit WebSocketHandler.swift
[1867/1935] Emitting module WebSocketKit
[1868/1935] Compiling WebSocketKit WebSocket+Concurrency.swift
[1869/1935] Compiling WebSocketKit WebSocket+Connect.swift
[1870/1935] Compiling WebSocketKit WebSocket.swift
[1871/1935] Compiling WebSocketKit WebSocketClient.swift
[1873/1936] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1874/1936] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1875/1936] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1876/1936] Compiling NIOHTTP2 HTTP2StreamID.swift
[1877/1936] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1878/1936] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1879/1936] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1880/1936] Compiling NIOHTTP2 InboundEventBuffer.swift
[1881/1936] Emitting module NIOHTTP2
[1882/1936] Compiling NIOHTTP2 InboundWindowManager.swift
[1883/1936] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1884/1936] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1885/1936] Compiling NIOHTTP2 StreamChannelList.swift
[1886/1936] Compiling NIOHTTP2 StreamMap.swift
[1887/1936] Compiling NIOHTTP2 StreamStateMachine.swift
[1888/1936] Compiling NIOHTTP2 UnsafeTransfer.swift
[1889/1936] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1890/1936] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1891/1936] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1892/1936] Compiling NIOHTTP2 MayReceiveFrames.swift
[1893/1936] Compiling NIOHTTP2 ReceivingDataState.swift
[1894/1936] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1895/1936] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1896/1936] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1897/1936] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1899/1936] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1900/1936] Compiling NIOHTTP2 HTTP2Frame.swift
[1901/1936] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1902/1936] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1903/1936] Compiling NIOHTTP2 HTTP2PingData.swift
[1904/1936] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1905/1936] Compiling NIOHTTP2 HTTP2Settings.swift
[1906/1936] Compiling NIOHTTP2 HTTP2Stream.swift
[1907/1936] Compiling NIOHTTP2 StateMachineResult.swift
[1908/1936] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1909/1936] Compiling NIOHTTP2 DOSHeuristics.swift
[1910/1936] Compiling NIOHTTP2 Error+Any.swift
[1911/1936] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1912/1936] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1913/1936] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1914/1936] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1915/1936] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1916/1936] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1917/1936] Compiling NIOHTTP2 HasLocalSettings.swift
[1918/1936] Compiling NIOHTTP2 HasRemoteSettings.swift
[1919/1936] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1920/1936] Compiling NIOHTTP2 QuiescingState.swift
[1921/1936] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1922/1936] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1924/1936] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1925/1936] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1926/1936] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1927/1936] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1928/1936] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1929/1936] Compiling NIOHTTP2 HTTP2Error.swift
[1930/1936] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1932/1994] Emitting module AsyncHTTPClient
[1933/1994] Compiling AsyncHTTPClient ConnectionPool.swift
[1934/1994] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1935/1994] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1936/1994] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1937/1994] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1938/1994] Compiling AsyncHTTPClient HTTP1Connection.swift
[1939/1994] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1940/1994] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1941/1994] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1942/1994] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1943/1994] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1944/1994] Compiling AsyncHTTPClient Transaction.swift
[1945/1994] Compiling AsyncHTTPClient Base64.swift
[1946/1994] Compiling AsyncHTTPClient BasicAuth.swift
[1947/1994] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1948/1994] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1949/1994] Compiling AsyncHTTPClient HTTP2Connection.swift
[1950/1994] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1951/1994] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1952/1994] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1953/1994] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1954/1994] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1955/1994] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1956/1994] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1957/2002] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1958/2002] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1959/2002] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1960/2002] Compiling AsyncHTTPClient ConnectionTarget.swift
[1961/2002] Compiling AsyncHTTPClient DeconstructedURL.swift
[1962/2002] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1963/2002] Compiling AsyncHTTPClient FoundationExtensions.swift
[1964/2002] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1965/2002] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1966/2002] Compiling AsyncHTTPClient HTTPClient.swift
[1967/2002] Compiling AsyncHTTPClient HTTPHandler.swift
[1968/2002] Compiling AsyncHTTPClient LRUCache.swift
[1969/2002] Compiling AsyncHTTPClient NWErrorHandler.swift
[1970/2002] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1971/2002] Compiling AsyncHTTPClient TLSConfiguration.swift
[1972/2002] Compiling AsyncHTTPClient RedirectState.swift
[1973/2002] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1974/2002] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1975/2002] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1976/2002] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1977/2002] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1978/2002] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1979/2002] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1980/2002] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1981/2002] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1982/2002] Compiling AsyncHTTPClient RequestBodyLength.swift
[1983/2002] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1984/2002] Compiling AsyncHTTPClient RequestOptions.swift
[1985/2002] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1986/2002] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1987/2002] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1988/2002] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1996/2003] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1997/2003] Compiling AsyncHTTPClient RequestBag.swift
[1998/2003] Compiling AsyncHTTPClient RequestValidation.swift
[1999/2003] Compiling AsyncHTTPClient SSLContextCache.swift
[2000/2003] Compiling AsyncHTTPClient Scheme.swift
[2001/2003] Compiling AsyncHTTPClient Singleton.swift
[2002/2003] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2003/2003] Compiling AsyncHTTPClient Utils.swift
[2005/2183] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2006/2183] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2007/2183] Compiling Vapor Core.swift
[2008/2183] Compiling Vapor Running.swift
[2009/2183] Emitting module SendGridKit
[2014/2184] Compiling Vapor DotEnvFile+load.swift
[2015/2184] Compiling Vapor Routes+caseInsenstive.swift
[2016/2184] Compiling Vapor Validatable+validate.swift
[2017/2184] Compiling Vapor Environment+Process.swift
[2018/2184] Compiling Vapor Environment+Secret.swift
[2019/2184] Compiling Vapor Environment.swift
[2020/2184] Compiling Vapor Abort.swift
[2021/2184] Compiling Vapor AbortError.swift
[2022/2184] Compiling Vapor DebuggableError.swift
[2023/2184] Compiling Vapor Demangler.swift
[2024/2184] Compiling Vapor ErrorSource.swift
[2025/2184] Compiling Vapor StackTrace.swift
[2026/2184] Compiling Vapor Exports.swift
[2027/2184] Compiling Vapor Application+HTTP.swift
[2028/2184] Compiling Vapor BasicResponder.swift
[2029/2184] Compiling Vapor BodyStream.swift
[2030/2184] Compiling Vapor Application+HTTP+Client.swift
[2031/2184] Compiling Vapor EventLoopHTTPClient.swift
[2032/2184] Compiling Vapor EndpointCache.swift
[2033/2184] Compiling Vapor HTTPMethod+String.swift
[2034/2184] Compiling SendGridKit SendGridError.swift
[2035/2184] Compiling SendGridKit MailSettings.swift
[2036/2184] Compiling SendGridKit SendGridEmail.swift
[2037/2193] Compiling SendGridKit TrackingSettings.swift
[2038/2193] Compiling SendGridKit Personalization.swift
[2039/2208] Compiling SendGridKit SendGridClient.swift
[2041/2209] Compiling Vapor HTTPServerResponseEncoder.swift
[2042/2209] Compiling Vapor HTTPServerUpgradeHandler.swift
[2043/2209] Compiling Vapor Logger+Report.swift
[2044/2209] Compiling Vapor LoggingSystem+Environment.swift
[2045/2209] Compiling Vapor Application+Middleware.swift
[2046/2209] Compiling Vapor CORSMiddleware.swift
[2047/2209] Compiling Vapor ErrorMiddleware.swift
[2048/2209] Compiling Vapor FileMiddleware.swift
[2049/2209] Compiling Vapor Middleware.swift
[2050/2209] Compiling Vapor MiddlewareConfiguration.swift
[2051/2209] Compiling Vapor ResponseCompressionMiddleware.swift
[2052/2209] Compiling Vapor RouteLoggingMiddleware.swift
[2053/2209] Compiling Vapor TracingMiddleware.swift
[2054/2209] Compiling Vapor File+Multipart.swift
[2055/2209] Compiling Vapor FormDataDecoder+Content.swift
[2056/2209] Compiling Vapor FormDataEncoder+Content.swift
[2057/2209] Compiling Vapor Application+Password.swift
[2058/2209] Compiling Vapor Application+Passwords.swift
[2059/2209] Compiling Vapor AsyncPasswordHasher.swift
[2060/2209] Compiling Vapor BcryptHasher.swift
[2061/2209] Compiling Vapor PasswordHasher.swift
[2062/2209] Compiling Vapor PlaintextHasher.swift
[2063/2209] Compiling Vapor Request+Password.swift
[2064/2209] Compiling Vapor Redirect.swift
[2065/2209] Compiling Vapor Request+Body.swift
[2066/2209] Compiling Vapor Request+BodyStream.swift
[2067/2209] Compiling Vapor Request.swift
[2068/2209] Compiling Vapor Application+Responder.swift
[2069/2209] Compiling Vapor DefaultResponder.swift
[2070/2209] Compiling Vapor Response+Body.swift
[2071/2209] Compiling Vapor Response.swift
[2072/2209] Compiling Vapor ResponseCodable.swift
[2073/2209] Compiling Vapor Application+Routes.swift
[2074/2209] Compiling Vapor Parameters+Require.swift
[2075/2209] Compiling Vapor Request+WebSocket.swift
[2076/2209] Compiling Vapor Route.swift
[2077/2209] Compiling Vapor RouteCollection.swift
[2078/2209] Compiling Vapor Routes.swift
[2079/2209] Compiling Vapor RoutesBuilder+Group.swift
[2080/2209] Compiling Vapor RoutesBuilder+Method.swift
[2081/2209] Compiling Vapor RoutesBuilder+Middleware.swift
[2082/2209] Compiling Vapor RoutesBuilder+WebSocket.swift
[2083/2209] Compiling Vapor RoutesBuilder.swift
[2084/2209] Compiling Vapor OTP.swift
[2085/2209] Compiling Vapor Application+Servers.swift
[2086/2209] Compiling Vapor Server.swift
[2087/2209] Compiling Vapor App+Service.swift
[2088/2209] Compiling Vapor Req+Service.swift
[2089/2233] Compiling Vapor Application.swift
[2090/2233] Compiling Vapor AuthenticationCache.swift
[2091/2233] Compiling Vapor Authenticator.swift
[2092/2233] Compiling Vapor BasicAuthorization.swift
[2093/2233] Compiling Vapor BearerAuthorization.swift
[2094/2233] Compiling Vapor GuardMiddleware.swift
[2095/2233] Compiling Vapor RedirectMiddleware.swift
[2096/2233] Compiling Vapor SessionAuthenticatable.swift
[2097/2233] Compiling Vapor Bcrypt.swift
[2098/2233] Compiling Vapor Application+Cache.swift
[2099/2233] Compiling Vapor Cache.swift
[2100/2233] Compiling Vapor CacheExpirationTime.swift
[2101/2233] Compiling Vapor MemoryCache.swift
[2102/2233] Compiling Vapor Request+Cache.swift
[2103/2233] Compiling Vapor Application+Clients.swift
[2104/2233] Compiling Vapor Client.swift
[2105/2233] Compiling Vapor ClientRequest.swift
[2106/2233] Compiling Vapor ClientResponse.swift
[2107/2233] Compiling Vapor Request+Client.swift
[2108/2233] Compiling Vapor BootCommand.swift
[2109/2233] Compiling Vapor CommandContext+Application.swift
[2110/2233] Compiling Vapor RoutesCommand.swift
[2111/2233] Compiling Vapor ServeCommand.swift
[2112/2233] Compiling Vapor AnyResponse+Concurrency.swift
[2113/2233] Compiling Vapor Validator.swift
[2114/2233] Compiling Vapor ValidatorResult.swift
[2115/2233] Compiling Vapor And.swift
[2116/2233] Compiling Vapor Case.swift
[2117/2233] Compiling Vapor CharacterSet.swift
[2118/2233] Compiling Vapor Count.swift
[2119/2233] Compiling Vapor Custom.swift
[2120/2233] Compiling Vapor Email.swift
[2121/2233] Compiling Vapor Empty.swift
[2122/2233] Compiling Vapor In.swift
[2123/2233] Compiling Vapor Nil.swift
[2124/2233] Compiling Vapor NilIgnoring.swift
[2125/2233] Compiling Vapor Not.swift
[2126/2233] Compiling Vapor Or.swift
[2127/2233] Compiling Vapor Pattern.swift
[2128/2233] Compiling Vapor Range.swift
[2129/2233] Compiling Vapor URL.swift
[2130/2233] Compiling Vapor Valid.swift
[2131/2233] Compiling Vapor Application+Views.swift
[2132/2233] Compiling Vapor PlaintextRenderer.swift
[2133/2233] Compiling Vapor Request+View.swift
[2134/2233] Compiling Vapor View.swift
[2135/2233] Compiling Vapor ViewRenderer.swift
[2136/2233] Compiling Vapor _Deprecations.swift
[2137/2233] Compiling Vapor Service.swift
[2138/2233] Compiling Vapor Application+Sessions.swift
[2139/2233] Compiling Vapor MemorySessions.swift
[2140/2233] Compiling Vapor Request+Session.swift
[2141/2233] Compiling Vapor Session.swift
[2142/2233] Compiling Vapor SessionCache.swift
[2143/2233] Compiling Vapor SessionData.swift
[2144/2233] Compiling Vapor SessionDriver.swift
[2145/2233] Compiling Vapor SessionsConfiguration.swift
[2146/2233] Compiling Vapor SessionsMiddleware.swift
[2147/2233] Compiling Vapor URLEncodedFormData.swift
[2148/2233] Compiling Vapor URLEncodedFormDecoder.swift
[2149/2233] Compiling Vapor URLEncodedFormEncoder.swift
[2150/2233] Compiling Vapor URLEncodedFormError.swift
[2151/2233] Compiling Vapor URLEncodedFormParser.swift
[2152/2233] Compiling Vapor URLEncodedFormSerializer.swift
[2153/2233] Compiling Vapor URLQueryFragmentConvertible.swift
[2154/2233] Compiling Vapor AnyResponse.swift
[2155/2233] Compiling Vapor Array+Random.swift
[2156/2233] Compiling Vapor Base32.swift
[2157/2233] Compiling Vapor Base64.swift
[2158/2233] Compiling Vapor BaseN.swift
[2159/2233] Compiling Vapor BasicCodingKey.swift
[2160/2233] Compiling Vapor ByteCount.swift
[2161/2233] Compiling Vapor Bytes+Hex.swift
[2162/2233] Compiling Vapor Bytes+SecureCompare.swift
[2163/2233] Compiling Vapor Collection+Safe.swift
[2164/2233] Compiling Vapor DataProtocol+Copy.swift
[2165/2233] Compiling Vapor DecoderUnwrapper.swift
[2166/2233] Compiling Vapor DirectoryConfiguration.swift
[2167/2233] Compiling Vapor DotEnv.swift
[2168/2233] Compiling Vapor Extendable.swift
[2169/2233] Compiling Vapor File.swift
[2170/2233] Compiling Vapor FileIO.swift
[2171/2233] Compiling Vapor LifecycleHandler.swift
[2172/2233] Compiling Vapor OptionalType.swift
[2173/2233] Compiling Vapor RFC1123.swift
[2174/2233] Compiling Vapor SocketAddress+Hostname.swift
[2175/2233] Compiling Vapor Storage.swift
[2176/2233] Compiling Vapor String+IsIPAddress.swift
[2177/2233] Compiling Vapor Thread.swift
[2178/2233] Compiling Vapor URI.swift
[2179/2233] Compiling Vapor RangeResult.swift
[2180/2233] Compiling Vapor Validatable.swift
[2181/2233] Compiling Vapor Validation.swift
[2182/2233] Compiling Vapor ValidationKey.swift
[2183/2233] Compiling Vapor Validations.swift
[2184/2233] Compiling Vapor ValidationsError.swift
[2185/2233] Emitting module Vapor
[2186/2233] Compiling Vapor AsyncBasicResponder.swift
[2187/2233] Compiling Vapor AsyncMiddleware.swift
[2188/2233] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2189/2233] Compiling Vapor AsyncSessionDriver.swift
[2190/2233] Compiling Vapor Authentication+Concurrency.swift
[2191/2233] Compiling Vapor Cache+Concurrency.swift
[2192/2233] Compiling Vapor Client+Concurrency.swift
[2193/2233] Compiling Vapor RequestBody+Concurrency.swift
[2194/2233] Compiling Vapor Responder+Concurrency.swift
[2195/2233] Compiling Vapor ResponseCodable+Concurrency.swift
[2196/2233] Compiling Vapor RoutesBuilder+Concurrency.swift
[2197/2233] Compiling Vapor ViewRenderer+Concurrency.swift
[2198/2233] Compiling Vapor WebSocket+Concurrency.swift
[2199/2233] Compiling Vapor ContainerGetPathExecutor.swift
[2200/2233] Compiling Vapor Content.swift
[2201/2233] Compiling Vapor ContentCoders.swift
[2202/2233] Compiling Vapor ContentConfiguration.swift
[2203/2233] Compiling Vapor ContentContainer.swift
[2204/2233] Compiling Vapor JSONCoder+Custom.swift
[2205/2233] Compiling Vapor JSONCoders+Content.swift
[2206/2233] Compiling Vapor PlaintextDecoder.swift
[2207/2233] Compiling Vapor PlaintextEncoder.swift
[2208/2233] Compiling Vapor URLQueryCoders.swift
[2209/2233] Compiling Vapor URLQueryContainer.swift
[2210/2233] Compiling Vapor HTTPStatus.swift
[2211/2233] Compiling Vapor HTTPCookies.swift
[2212/2233] Compiling Vapor HTTPHeaderCacheControl.swift
[2213/2233] Compiling Vapor HTTPHeaderExpires.swift
[2214/2233] Compiling Vapor HTTPHeaderLastModified.swift
[2215/2233] Compiling Vapor HTTPHeaders+Cache.swift
[2216/2233] Compiling Vapor HTTPHeaders+Connection.swift
[2217/2233] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2218/2233] Compiling Vapor HTTPHeaders+ContentRange.swift
[2219/2233] Compiling Vapor HTTPHeaders+Directive.swift
[2220/2233] Compiling Vapor HTTPHeaders+Forwarded.swift
[2221/2233] Compiling Vapor HTTPHeaders+Link.swift
[2222/2233] Compiling Vapor HTTPHeaders+Name.swift
[2223/2233] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2224/2233] Compiling Vapor HTTPHeaders.swift
[2225/2233] Compiling Vapor HTTPMediaType.swift
[2226/2233] Compiling Vapor HTTPMediaTypePreference.swift
[2227/2233] Compiling Vapor Responder.swift
[2228/2233] Compiling Vapor Application+HTTP+Server.swift
[2229/2233] Compiling Vapor HTTPServer.swift
[2230/2233] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2231/2233] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2232/2233] Compiling Vapor HTTPServerHandler.swift
[2233/2233] Compiling Vapor HTTPServerRequestDecoder.swift
[2235/2238] Compiling SendGrid Exports.swift
[2236/2238] Compiling SendGrid Request+SendGrid.swift
[2237/2238] Emitting module SendGrid
[2238/2238] Compiling SendGrid Application+SendGrid.swift
Build complete! (258.65s)
Build complete.
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.112.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "sendgrid-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor-community/sendgrid-kit.git"
}
],
"manifest_display_name" : "sendgrid",
"name" : "sendgrid",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "SendGrid",
"targets" : [
"SendGrid"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SendGridTests",
"module_type" : "SwiftTarget",
"name" : "SendGridTests",
"path" : "Tests/SendGridTests",
"product_dependencies" : [
"VaporTesting"
],
"sources" : [
"SendGridTests.swift"
],
"target_dependencies" : [
"SendGrid"
],
"type" : "test"
},
{
"c99name" : "SendGrid",
"module_type" : "SwiftTarget",
"name" : "SendGrid",
"path" : "Sources/SendGrid",
"product_dependencies" : [
"Vapor",
"SendGridKit"
],
"product_memberships" : [
"SendGrid"
],
"sources" : [
"Application+SendGrid.swift",
"Exports.swift",
"Request+SendGrid.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.