Build Information
Successful build of Branch, reference 2.0.0-beta.2.1.0 (4535f6
), with Swift 6.1 for Android on 27 May 2025 15:06:09 UTC.
Swift 6 data race errors: 3
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mihaelisaev/Branch.git
Reference: 2.0.0-beta.2.1.0
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/mihaelisaev/Branch
* tag 2.0.0-beta.2.1.0 -> FETCH_HEAD
HEAD is now at 4535f60 Bump to Vapor 4 release
Cloned https://github.com/mihaelisaev/Branch.git
Revision (git rev-parse @):
4535f608c6b3baa41a6c392cebf5e6751e6e99fb
SUCCESS checkout https://github.com/mihaelisaev/Branch.git at 2.0.0-beta.2.1.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/mihaelisaev/Branch.git
https://github.com/mihaelisaev/Branch.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
}
],
"manifest_display_name" : "Branch",
"name" : "Branch",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "Branch",
"targets" : [
"Branch"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "BranchTests",
"module_type" : "SwiftTarget",
"name" : "BranchTests",
"path" : "Tests/BranchTests",
"sources" : [
"BranchTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Branch"
],
"type" : "test"
},
{
"c99name" : "Branch",
"module_type" : "SwiftTarget",
"name" : "Branch",
"path" : "Sources/Branch",
"product_dependencies" : [
"Vapor"
],
"product_memberships" : [
"Branch"
],
"sources" : [
"Branch.swift",
"Configuration.swift",
"Endpoints/App/App+Create.swift",
"Endpoints/App/App+Read.swift",
"Endpoints/App/App+Update.swift",
"Endpoints/App/App.swift",
"Endpoints/Event/Event.swift",
"Endpoints/Link/Link+Create.swift",
"Endpoints/Link/Link+CreateBulk.swift",
"Endpoints/Link/Link+Read.swift",
"Endpoints/Link/Link+Update.swift",
"Endpoints/Link/Link.swift",
"Endpoints/Referral/Referral+CreateRule.swift",
"Endpoints/Referral/Referral+History.swift",
"Endpoints/Referral/Referral+Link.swift",
"Endpoints/Referral/Referral+Read.swift",
"Endpoints/Referral/Referral+Reconcile.swift",
"Endpoints/Referral/Referral+Redeem.swift",
"Endpoints/Referral/Referral+Reward.swift",
"Endpoints/Referral/Referral.swift",
"Endpoints/User/User+Read.swift",
"Endpoints/User/User.swift",
"Endpoints/Webhook/Webhook.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/vapor.git
[1/74378] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (3.81s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (4.52s)
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-algorithms.git
[1/2609] Fetching websocket-kit
[184/3672] Fetching websocket-kit, swift-service-context
[3465/6991] Fetching websocket-kit, swift-service-context, multipart-kit
[4802/11965] Fetching websocket-kit, swift-service-context, multipart-kit, swift-distributed-tracing
[5234/13675] Fetching websocket-kit, swift-service-context, multipart-kit, swift-distributed-tracing, swift-atomics
[6279/19634] Fetching websocket-kit, swift-service-context, multipart-kit, swift-distributed-tracing, swift-atomics, swift-algorithms
Fetched https://github.com/apple/swift-service-context.git from cache (2.40s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (2.41s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-algorithms.git from cache (2.41s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/vapor/websocket-kit.git from cache (2.70s)
Fetched https://github.com/apple/swift-atomics.git from cache (2.70s)
[1/3836] Fetching swift-log
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-ssl.git
[922/6042] Fetching swift-log, swift-metrics
Fetched https://github.com/vapor/multipart-kit.git from cache (2.80s)
Fetching https://github.com/apple/swift-nio.git
[6043/11956] Fetching swift-log, swift-metrics, swift-nio-extras
Fetched https://github.com/apple/swift-metrics.git from cache (0.67s)
[7385/9750] Fetching swift-log, swift-nio-extras
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/apple/swift-log.git from cache (0.70s)
Fetching https://github.com/apple/swift-crypto.git
[3904/5914] Fetching swift-nio-extras
[5028/17441] Fetching swift-nio-extras, swift-nio-http2
[6953/32284] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl
[9557/53011] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl, routing-kit
[9558/129053] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl, routing-kit, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.08s)
[3851/123139] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, swift-nio
Fetching https://github.com/vapor/console-kit.git
[7211/137075] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, swift-nio, swift-crypto
[27317/142652] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, swift-nio, swift-crypto, console-kit
Fetched https://github.com/vapor/console-kit.git from cache (1.08s)
[46304/137075] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, swift-nio, swift-crypto
Fetching https://github.com/vapor/async-kit.git
[74166/139445] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, swift-nio, swift-crypto, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (1.09s)
[90043/137075] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, swift-nio, swift-crypto
Fetching https://github.com/swift-server/async-http-client.git
[100953/151089] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, swift-nio, swift-crypto, async-http-client
Fetched https://github.com/vapor/routing-kit.git from cache (3.59s)
[86474/130362] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, swift-crypto, async-http-client
Fetched https://github.com/apple/swift-nio-http2.git from cache (6.90s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (6.97s)
Fetched https://github.com/swift-server/async-http-client.git from cache (5.78s)
Fetched https://github.com/apple/swift-crypto.git from cache (8.46s)
Fetched https://github.com/apple/swift-nio.git from cache (9.70s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (13.08s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.49s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.49s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.57s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.42s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.23s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
[2656/20982] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.02s)
Fetched https://github.com/apple/swift-collections.git from cache (1.05s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.62s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.60s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.46s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2667] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.33s)
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.77s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (3.16s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.50s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.62s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/2426] Fetching swift-service-lifecycle
[851/4016] Fetching swift-service-lifecycle, swift-asn1
[1109/4920] Fetching swift-service-lifecycle, swift-asn1, swift-http-types
[2556/6061] Fetching swift-service-lifecycle, swift-asn1, swift-http-types, swift-http-structured-headers
[4357/12216] Fetching swift-service-lifecycle, swift-asn1, swift-http-types, swift-http-structured-headers, swift-certificates
[5554/17201] Fetching swift-service-lifecycle, swift-asn1, swift-http-types, swift-http-structured-headers, swift-certificates, swift-async-algorithms
Fetched https://github.com/apple/swift-http-types.git from cache (0.43s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.49s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.51s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.51s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.51s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.52s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.22s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.59s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.72s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.15s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.58s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.62s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.52s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.49s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.84s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (1.20s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.51s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.58s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.51s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.50s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.52s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.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.31.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/vapor/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/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Building for debugging...
[0/831] Write sources
[41/831] Compiling _NumericsShims _NumericsShims.c
[42/831] Write sources
[51/831] Compiling _AtomicsShims.c
[52/831] Compiling CVaporBcrypt blf.c
[53/831] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[54/831] Compiling CNIOWindows shim.c
[55/831] Compiling CNIOWindows WSAStartup.c
[56/831] Compiling CNIOWASI CNIOWASI.c
[57/831] Compiling CSystem shims.c
[58/831] Compiling CNIOLinux liburing_shims.c
[59/831] Compiling CNIOSHA1 c_nio_sha1.c
[60/831] Compiling CNIOLLHTTP c_nio_http.c
[61/831] Compiling CVaporBcrypt bcrypt.c
[62/831] Write swift-version-24593BA9C3E375BF.txt
[63/831] Compiling CNIOLinux shim.c
[64/831] Compiling CNIOExtrasZlib empty.c
[65/831] Compiling CNIODarwin shim.c
[66/831] Compiling CNIOLLHTTP c_nio_api.c
[67/833] Compiling CNIOLLHTTP c_nio_llhttp.c
[68/868] Compiling CNIOBoringSSLShims shims.c
[70/883] Emitting module SystemPackage
[71/886] Compiling _NIODataStructures _TinyArray.swift
[72/886] Compiling _NIODataStructures PriorityQueue.swift
[73/886] Compiling SystemPackage MachPort.swift
[74/886] Compiling SystemPackage PlatformString.swift
[75/886] Compiling SystemPackage SystemString.swift
[76/886] Emitting module ServiceContextModule
[77/886] Compiling ServiceContextModule ServiceContext.swift
[78/886] Compiling ServiceContextModule ServiceContextKey.swift
[79/887] Emitting module _NIOBase64
[80/887] Compiling _NIOBase64 Base64.swift
[81/887] Compiling RealModule ElementaryFunctions.swift
[82/887] Compiling RealModule Float16+Real.swift
[83/887] Compiling RealModule Float+Real.swift
[84/889] Compiling RealModule AugmentedArithmetic.swift
[85/889] Compiling RealModule Double+Real.swift
[86/889] Emitting module _NIODataStructures
[87/889] Compiling _NIODataStructures Heap.swift
[88/890] Compiling RealModule Real.swift
[89/890] Compiling RealModule Float80+Real.swift
[90/890] Emitting module RealModule
[91/890] Compiling RealModule AlgebraicField.swift
[92/890] Compiling RealModule ApproximateEquality.swift
[96/890] Compiling RealModule RealFunctions.swift
[102/891] Compiling SystemPackage FilePathParsing.swift
[103/891] Compiling SystemPackage FilePathString.swift
[104/891] Compiling SystemPackage FilePathSyntax.swift
[105/891] Compiling SystemPackage FilePathTemp.swift
[106/894] Compiling SystemPackage Util+StringArray.swift
[107/894] Compiling SystemPackage Util.swift
[108/894] Compiling SystemPackage UtilConsumers.swift
[109/933] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[110/934] Compiling Instrumentation MultiplexInstrument.swift
[111/934] Compiling Atomics Primitives.shims.swift
[112/934] Compiling Atomics AtomicInteger.swift
[113/934] Compiling Atomics RawRepresentable.swift
[114/934] Compiling Atomics AtomicBool.swift
[115/934] Compiling Atomics AtomicValue.swift
[116/934] Compiling Atomics OptionalRawRepresentable.swift
[117/934] Compiling Instrumentation NoOpInstrument.swift
[118/934] Compiling Atomics ManagedAtomic.swift
[119/934] Compiling Atomics ManagedAtomicLazyReference.swift
[120/936] Emitting module Instrumentation
[121/936] Compiling Atomics UnsafeAtomic.swift
[122/936] Compiling Atomics UnsafeAtomicLazyReference.swift
[122/936] Compiling c-nioatomics.c
[124/936] Compiling Atomics AtomicMemoryOrderings.swift
[125/936] Compiling Atomics DoubleWord.swift
[126/936] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[127/949] Compiling Atomics IntegerOperations.swift
[128/949] Compiling Atomics Unmanaged extensions.swift
[129/961] Compiling Algorithms EitherSequence.swift
[130/961] Compiling Algorithms FirstNonNil.swift
[131/961] Compiling Algorithms Grouped.swift
[132/961] Compiling Algorithms Indexed.swift
[133/961] Compiling Algorithms Intersperse.swift
[134/961] Compiling Algorithms AdjacentPairs.swift
[135/961] Compiling Algorithms Chain.swift
[136/961] Compiling Algorithms Chunked.swift
[139/961] Compiling Algorithms FlattenCollection.swift
[140/961] Compiling Algorithms Compacted.swift
[141/961] Compiling Algorithms Cycle.swift
[142/961] Emitting module InternalCollectionsUtilities
[144/961] Compiling Algorithms Combinations.swift
[144/962] Compiling c-atomics.c
[145/962] Compiling fiat_p256_adx_sqr.S
[147/962] Compiling fiat_p256_adx_mul.S
[149/972] Compiling CoreMetrics Metrics.swift
[150/1036] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[151/1036] Emitting module CoreMetrics
[152/1036] Compiling CoreMetrics Locks.swift
[153/1037] Compiling NIOConcurrencyHelpers NIOLock.swift
[154/1037] Compiling Instrumentation Locks.swift
[155/1037] Compiling Instrumentation Instrument.swift
[156/1037] Compiling Instrumentation InstrumentationSystem.swift
[157/1038] Emitting module Logging
[158/1038] Compiling Logging Locks.swift
[159/1038] Compiling Logging MetadataProvider.swift
[160/1038] Compiling NIOConcurrencyHelpers lock.swift
[161/1038] Compiling _RopeModule BigString+Append.swift
[162/1038] Compiling _RopeModule BigString+Initializers.swift
[163/1038] Compiling _RopeModule BigString+Insert.swift
[164/1038] Compiling _RopeModule BigString+Managing Breaks.swift
[165/1038] Compiling _RopeModule BigString+Summary.swift
[166/1038] Compiling _RopeModule BigString.swift
[167/1038] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[168/1038] Compiling _RopeModule BigString+Chunk+Breaks.swift
[169/1038] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[170/1038] Compiling _RopeModule BigString+Chunk+Splitting.swift
[171/1038] Compiling _RopeModule BigString+Chunk.swift
[172/1038] Compiling _RopeModule BigString+BidirectionalCollection.swift
[173/1038] Compiling _RopeModule BigString+Chunk+Counts.swift
[174/1038] Compiling _RopeModule BigString+Chunk+Description.swift
[175/1038] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[176/1038] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[177/1038] Compiling Logging LogHandler.swift
[178/1039] Compiling Logging Logging.swift
[186/1043] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[187/1043] Emitting module NIOConcurrencyHelpers
[188/1043] Compiling NIOConcurrencyHelpers atomics.swift
[193/1122] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[194/1122] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[195/1122] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[196/1122] Compiling OrderedCollections OrderedDictionary+Values.swift
[197/1122] Compiling OrderedCollections _HashTable+Bucket.swift
[198/1122] Compiling OrderedCollections _HashTable+BucketIterator.swift
[199/1122] Compiling Tracing TracerProtocol.swift
[200/1122] Compiling Tracing TracingTime.swift
[201/1122] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[202/1122] Compiling HeapModule Heap+Descriptions.swift
[203/1122] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[204/1122] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[205/1122] Compiling OrderedCollections OrderedDictionary+Elements.swift
[208/1122] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[209/1122] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[210/1122] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[211/1122] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[212/1122] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[213/1122] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[214/1122] Emitting module Atomics
[215/1123] Compiling HeapModule _HeapNode.swift
[216/1123] Compiling OrderedCollections OrderedDictionary.swift
[217/1123] Compiling OrderedCollections OrderedSet+Codable.swift
[218/1123] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[219/1123] Emitting module HeapModule
[220/1123] Compiling HeapModule Heap.swift
[221/1123] Compiling Tracing InstrumentationSystem+Tracing.swift
[223/1123] Compiling HeapModule Heap+Invariants.swift
[224/1123] Compiling HeapModule Heap+UnsafeHandle.swift
[225/1124] Compiling Tracing NoOpTracer.swift
[226/1124] Emitting module Tracing
[227/1124] Compiling Tracing SpanProtocol.swift
[228/1124] Compiling Tracing Tracer.swift
[229/1124] Compiling Tracing TracerProtocol+Legacy.swift
[232/1125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[233/1125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[234/1125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[235/1125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[236/1125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[237/1125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[238/1125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[239/1125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[240/1125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[241/1125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[242/1125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[243/1125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[244/1125] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[245/1125] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[246/1132] Compiling OrderedCollections OrderedDictionary+Codable.swift
[247/1132] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[248/1132] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[262/1234] Compiling HashTreeCollections TreeSet+Descriptions.swift
[263/1234] Compiling HashTreeCollections TreeSet+Equatable.swift
[264/1234] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[265/1234] Compiling HashTreeCollections TreeSet+Extras.swift
[266/1234] Compiling HashTreeCollections TreeSet+Filter.swift
[267/1234] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[268/1234] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[269/1234] Compiling HashTreeCollections TreeDictionary+Filter.swift
[270/1234] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[271/1234] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[272/1234] Compiling HashTreeCollections TreeDictionary+Keys.swift
[273/1234] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[274/1234] Compiling HashTreeCollections TreeDictionary+Merge.swift
[275/1234] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[276/1234] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[277/1234] Compiling HashTreeCollections TreeDictionary+Values.swift
[278/1234] Compiling HashTreeCollections TreeSet+Hashable.swift
[279/1234] Compiling HashTreeCollections TreeSet+Sendable.swift
[280/1243] Compiling ConsoleKitTerminal ANSI.swift
[281/1243] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[282/1243] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[283/1243] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[284/1243] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[285/1243] Compiling HashTreeCollections _HashNode.swift
[286/1243] Compiling HashTreeCollections _HashNodeHeader.swift
[287/1243] Compiling HashTreeCollections _HashSlot.swift
[288/1243] Compiling HashTreeCollections _HashStack.swift
[289/1243] Compiling HashTreeCollections _HashTreeIterator.swift
[290/1243] Compiling HashTreeCollections _HashTreeStatistics.swift
[291/1243] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[292/1243] Compiling HashTreeCollections _RawHashNode.swift
[293/1243] Compiling HashTreeCollections _UnmanagedHashNode.swift
[294/1243] Compiling HashTreeCollections _UnsafePath.swift
[295/1243] Compiling HashTreeCollections TreeDictionary+Codable.swift
[296/1258] Compiling DequeModule _DequeBuffer.swift
[297/1258] Compiling DequeModule _DequeBufferHeader.swift
[298/1258] Compiling DequeModule Deque+Testing.swift
[299/1258] Compiling DequeModule Deque._Storage.swift
[300/1258] Compiling ConsoleKitTerminal Console+Ask.swift
[301/1258] Compiling ConsoleKitTerminal Console+Choose.swift
[302/1258] Compiling ConsoleKitTerminal Console+Wait.swift
[303/1258] Compiling ConsoleKitTerminal ConsoleColor.swift
[304/1258] Compiling ConsoleKitTerminal ConsoleStyle.swift
[305/1258] Compiling ConsoleKitTerminal Console.swift
[306/1258] Compiling DequeModule Deque+Equatable.swift
[307/1258] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[308/1258] Compiling DequeModule Deque+Codable.swift
[309/1258] Compiling DequeModule Deque+Collection.swift
[310/1258] Compiling DequeModule Deque+CustomReflectable.swift
[311/1258] Compiling DequeModule Deque+Descriptions.swift
[312/1258] Compiling DequeModule Deque+Extras.swift
[313/1258] Compiling DequeModule Deque+Hashable.swift
[314/1258] Compiling DequeModule Deque._UnsafeHandle.swift
[315/1258] Compiling DequeModule Deque.swift
[322/1260] Compiling ConsoleKitTerminal Terminal.swift
[323/1260] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[324/1260] Compiling ConsoleKitTerminal ConsoleText.swift
[325/1260] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[332/1260] Compiling _RopeModule Rope+Join.swift
[333/1260] Compiling _RopeModule Rope+MutatingForEach.swift
[334/1260] Compiling _RopeModule Rope+Remove.swift
[335/1260] Compiling _RopeModule Rope+RemoveSubrange.swift
[336/1260] Compiling _RopeModule Rope+Split.swift
[337/1260] Compiling _RopeModule Optional Utilities.swift
[338/1260] Compiling _RopeModule String Utilities.swift
[339/1260] Compiling _RopeModule String.Index+ABI.swift
[342/1270] Compiling DequeModule _DequeSlot.swift
[343/1270] Compiling DequeModule _UnsafeWrappedBuffer.swift
[348/1270] Emitting module Algorithms
[349/1270] Compiling HashTreeCollections TreeDictionary.swift
[350/1270] Compiling HashTreeCollections TreeSet+Codable.swift
[351/1270] Compiling HashTreeCollections TreeSet+Collection.swift
[352/1270] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[353/1270] Compiling HashTreeCollections TreeSet+Debugging.swift
[364/1271] Emitting module _RopeModule
[376/1271] Compiling RoutingKit Router.swift
[379/1271] Emitting module ConsoleKitTerminal
[380/1274] Emitting module RoutingKit
[381/1274] Emitting module OrderedCollections
[382/1274] Compiling RoutingKit PathComponent.swift
[383/1274] Emitting module DequeModule
[384/1275] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[385/1275] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[386/1275] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[387/1275] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[388/1275] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[389/1275] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[390/1275] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[391/1275] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[392/1275] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[393/1275] Compiling HashTreeCollections TreeSet.swift
[402/1275] Compiling fiat_curve25519_adx_square.S
[404/1275] Compiling RoutingKit TrieRouter.swift
[415/1276] Compiling fiat_curve25519_adx_mul.S
[423/1276] Compiling ConsoleKitTerminal AnySendableHashable.swift
[424/1276] Compiling ConsoleKitTerminal ConsoleLogger.swift
[425/1276] Compiling ConsoleKitTerminal LoggerFragment.swift
[438/1276] Compiling HashTreeCollections TreeDictionary+Collection.swift
[439/1276] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[440/1276] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[441/1276] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[478/1331] Compiling NIOCore AsyncChannelInboundStream.swift
[479/1331] Compiling NIOCore AsyncChannelOutboundWriter.swift
[480/1331] Compiling NIOCore NIOAsyncSequenceProducer.swift
[481/1331] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[483/1337] Compiling RoutingKit AnyRouter.swift
[484/1337] Compiling RoutingKit Parameters.swift
[485/1338] Emitting module Metrics
[486/1338] Compiling Metrics Metrics.swift
[487/1338] Compiling NIOCore ByteBuffer-int.swift
[488/1338] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[489/1338] Compiling NIOCore IO.swift
[490/1339] Compiling NIOCore BSDSocketAPI.swift
[491/1339] Compiling NIOCore ByteBuffer-aux.swift
[492/1339] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[493/1339] Compiling NIOCore ChannelOption.swift
[494/1339] Compiling NIOCore ChannelPipeline.swift
[495/1339] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[496/1339] Compiling NIOCore ByteBuffer-conversions.swift
[497/1339] Compiling NIOCore ByteBuffer-core.swift
[498/1339] Compiling NIOCore ByteBuffer-hex.swift
[502/1340] Compiling NIOCore ByteBuffer-views.swift
[503/1340] Compiling NIOCore Channel.swift
[504/1340] Compiling NIOCore ChannelHandler.swift
[505/1340] Compiling NIOCore ChannelHandlers.swift
[506/1340] Compiling NIOCore ChannelInvoker.swift
[519/1340] Compiling NIOCore IOData.swift
[520/1340] Compiling NIOCore IPProtocol.swift
[521/1340] Compiling NIOCore IntegerBitPacking.swift
[522/1340] Compiling NIOCore IntegerTypes.swift
[523/1340] Compiling NIOCore Interfaces.swift
[523/1340] Compiling tls_record.cc
[524/1340] Compiling tls_method.cc
[526/1341] Emitting module HashTreeCollections
[528/1363] Emitting module ConsoleKitCommands
[529/1365] Compiling ConsoleKitCommands CommandSignature.swift
[530/1365] Compiling ConsoleKitCommands Flag.swift
[531/1365] Compiling ConsoleKitCommands Option.swift
[531/1365] Compiling tls13_enc.cc
[532/1365] Compiling tls13_client.cc
[533/1365] Compiling tls13_both.cc
[534/1365] Compiling tls13_server.cc
[536/1365] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[537/1365] Compiling ConsoleKitCommands Utilities.swift
[538/1365] Compiling ConsoleKitCommands CommandGroup.swift
[539/1365] Compiling ConsoleKitCommands CommandInput.swift
[540/1365] Compiling ConsoleKitCommands Commands.swift
[541/1365] Compiling ConsoleKitCommands AsyncCommands.swift
[542/1365] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[543/1365] Compiling ConsoleKitCommands AnyCommand.swift
[544/1365] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[545/1365] Compiling ConsoleKitCommands AsyncCommand.swift
[546/1365] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[547/1365] Compiling ConsoleKitCommands Command.swift
[548/1365] Compiling ConsoleKitCommands CommandContext.swift
[549/1365] Compiling ConsoleKitCommands CommandError.swift
[550/1365] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[551/1365] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[552/1365] Compiling ConsoleKitCommands Argument.swift
[552/1365] Compiling t1_enc.cc
[553/1365] Compiling ssl_versions.cc
[555/1365] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[556/1365] Compiling NIOCore EventLoopFuture+Deprecated.swift
[557/1365] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[558/1365] Compiling NIOCore EventLoopFuture.swift
[559/1365] Compiling NIOCore FileDescriptor.swift
[560/1365] Compiling NIOCore FileHandle.swift
[561/1365] Compiling NIOCore FileRegion.swift
[562/1365] Compiling NIOCore GlobalSingletons.swift
[569/1365] Compiling NIOCore Linux.swift
[570/1365] Compiling NIOCore MarkedCircularBuffer.swift
[570/1373] Compiling ssl_x509.cc
[572/1373] Compiling ConsoleKitCommands Console+Run.swift
[573/1373] Compiling ConsoleKitCommands ConsoleError.swift
[574/1373] Compiling ConsoleKitCommands Completion.swift
[575/1374] Compiling ssl_transcript.cc
[576/1374] Compiling ssl_stat.cc
[577/1374] Compiling ssl_privkey.cc
[578/1374] Compiling ssl_session.cc
[588/1374] Compiling ssl_lib.cc
[589/1376] Compiling ssl_key_share.cc
[591/1376] Emitting module ConsoleKit
[592/1376] Compiling ConsoleKit Exports.swift
[593/1377] Compiling ssl_file.cc
[595/1377] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[596/1377] Compiling NIOCore SocketAddresses.swift
[597/1377] Compiling NIOCore SocketOptionProvider.swift
[598/1377] Compiling NIOCore SystemCallHelpers.swift
[599/1377] Compiling NIOCore TimeAmount+Duration.swift
[600/1377] Compiling NIOCore TypeAssistedChannelHandler.swift
[601/1377] Compiling NIOCore UniversalBootstrapSupport.swift
[602/1377] Compiling NIOCore Utilities.swift
[602/1377] Compiling ssl_buffer.cc
[603/1377] Compiling ssl_credential.cc
[604/1377] Compiling ssl_cipher.cc
[605/1377] Compiling ssl_cert.cc
[606/1377] Compiling ssl_asn1.cc
[607/1377] Compiling ssl_aead_ctx.cc
[609/1377] Emitting module NIOCore
[609/1377] Compiling s3_pkt.cc
[610/1377] Compiling s3_both.cc
[611/1377] Compiling handshake_server.cc
[612/1377] Compiling s3_lib.cc
[613/1377] Compiling handshake.cc
[615/1377] Compiling NIOCore MulticastChannel.swift
[616/1377] Compiling NIOCore NIOAny.swift
[617/1377] Compiling NIOCore NIOCloseOnErrorHandler.swift
[618/1377] Compiling NIOCore NIOLoopBound.swift
[619/1377] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[620/1377] Compiling NIOCore NIOScheduledCallback.swift
[621/1377] Compiling NIOCore NIOSendable.swift
[622/1377] Compiling NIOCore RecvByteBufferAllocator.swift
[623/1377] Compiling NIOCore CircularBuffer.swift
[624/1377] Compiling NIOCore Codec.swift
[625/1377] Compiling NIOCore ConvenienceOptionSupport.swift
[626/1377] Compiling NIOCore DeadChannel.swift
[627/1377] Compiling NIOCore DispatchQueue+WithFuture.swift
[628/1377] Compiling NIOCore EventLoop+Deprecated.swift
[629/1377] Compiling NIOCore EventLoop+SerialExecutor.swift
[630/1377] Compiling NIOCore EventLoop.swift
[648/1378] Compiling handshake_client.cc
[650/1378] Compiling handoff.cc
[651/1424] Compiling encrypted_client_hello.cc
[652/1428] Compiling dtls_record.cc
[653/1428] Compiling d1_srtp.cc
[654/1428] Compiling dtls_method.cc
[655/1428] Compiling md5-x86_64-linux.S
[656/1428] Compiling extensions.cc
[657/1428] Compiling md5-x86_64-apple.S
[658/1428] Compiling md5-586-linux.S
[659/1428] Compiling md5-586-apple.S
[660/1428] Compiling d1_pkt.cc
[661/1428] Compiling chacha20_poly1305_x86_64-linux.S
[663/1428] Emitting module NIOEmbedded
[664/1428] Compiling NIOEmbedded AsyncTestingChannel.swift
[664/1428] Compiling d1_lib.cc
[665/1428] Compiling chacha20_poly1305_x86_64-apple.S
[666/1428] Compiling chacha20_poly1305_armv8-win.S
[667/1428] Compiling chacha20_poly1305_armv8-apple.S
[669/1428] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[670/1428] Compiling NIOEmbedded Embedded.swift
[670/1428] Compiling bio_ssl.cc
[671/1429] Compiling chacha20_poly1305_armv8-linux.S
[672/1429] Compiling chacha-x86_64-linux.S
[674/1429] Compiling err_data.cc
[675/1429] Compiling chacha-x86_64-apple.S
[676/1429] Compiling chacha-x86-linux.S
[677/1429] Compiling chacha-armv8-win.S
[678/1429] Compiling chacha-x86-apple.S
[679/1429] Compiling chacha-armv4-linux.S
[680/1429] Compiling chacha-armv8-apple.S
[681/1429] Compiling chacha-armv8-linux.S
[682/1429] Compiling aes128gcmsiv-x86_64-apple.S
[683/1429] Compiling aes128gcmsiv-x86_64-linux.S
[684/1429] Compiling x86_64-mont5-apple.S
[685/1429] Compiling d1_both.cc
[687/1429] Emitting module NIOPosix
[687/1429] Compiling x86_64-mont5-linux.S
[688/1435] Compiling x86_64-mont-linux.S
[689/1435] Compiling x86_64-mont-apple.S
[690/1435] Compiling x86-mont-apple.S
[691/1435] Compiling vpaes-x86_64-apple.S
[692/1435] Compiling x86-mont-linux.S
[693/1435] Compiling vpaes-x86_64-linux.S
[694/1435] Compiling vpaes-x86-apple.S
[695/1435] Compiling vpaes-x86-linux.S
[696/1435] Compiling vpaes-armv7-linux.S
[697/1435] Compiling sha512-x86_64-linux.S
[698/1435] Compiling vpaes-armv8-win.S
[699/1435] Compiling vpaes-armv8-apple.S
[699/1435] Compiling sha512-x86_64-apple.S
[701/1435] Compiling vpaes-armv8-linux.S
[703/1435] Compiling NIOPosix ServerSocket.swift
[704/1435] Compiling NIOPosix Socket.swift
[705/1435] Compiling NIOPosix SocketChannel.swift
[706/1435] Compiling NIOPosix SocketProtocols.swift
[707/1435] Compiling NIOPosix System.swift
[708/1435] Compiling NIOPosix Thread.swift
[708/1435] Compiling sha512-armv8-win.S
[709/1435] Compiling sha512-586-apple.S
[710/1435] Compiling sha512-armv8-apple.S
[711/1435] Compiling sha512-586-linux.S
[712/1435] Compiling sha512-armv4-linux.S
[713/1435] Compiling sha512-armv8-linux.S
[714/1435] Compiling sha256-x86_64-linux.S
[715/1435] Compiling sha256-x86_64-apple.S
[716/1435] Compiling sha256-armv4-linux.S
[717/1435] Compiling sha256-armv8-win.S
[718/1435] Compiling sha256-armv8-apple.S
[719/1435] Compiling sha256-armv8-linux.S
[720/1435] Compiling sha256-586-linux.S
[721/1435] Compiling sha1-x86_64-linux.S
[722/1435] Compiling sha256-586-apple.S
[723/1435] Compiling sha1-x86_64-apple.S
[724/1435] Compiling sha1-armv8-win.S
[725/1435] Compiling sha1-armv4-large-linux.S
[726/1435] Compiling sha1-armv8-linux.S
[727/1435] Compiling sha1-armv8-apple.S
[728/1435] Compiling sha1-586-apple.S
[729/1435] Compiling sha1-586-linux.S
[731/1435] Compiling NIOPosix Pool.swift
[732/1435] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[733/1435] Compiling NIOPosix PosixSingletons.swift
[734/1435] Compiling NIOPosix RawSocketBootstrap.swift
[735/1435] Compiling NIOPosix Resolver.swift
[736/1435] Compiling NIOPosix Selectable.swift
[737/1435] Compiling NIOPosix SelectableChannel.swift
[738/1435] Compiling NIOPosix SelectableEventLoop.swift
[739/1435] Compiling NIOPosix SelectorEpoll.swift
[740/1435] Compiling NIOPosix SelectorGeneric.swift
[741/1435] Compiling NIOPosix SelectorKqueue.swift
[742/1435] Compiling NIOPosix SelectorUring.swift
[742/1435] Compiling rsaz-avx2-linux.S
[743/1435] Compiling rdrand-x86_64-linux.S
[744/1435] Compiling rdrand-x86_64-apple.S
[745/1435] Compiling p256_beeu-x86_64-asm-apple.S
[746/1435] Compiling rsaz-avx2-apple.S
[748/1435] Compiling NIOPosix ThreadPosix.swift
[749/1435] Compiling NIOPosix ThreadWindows.swift
[750/1435] Compiling NIOPosix UnsafeTransfer.swift
[751/1435] Compiling NIOPosix Utilities.swift
[752/1435] Compiling NIOPosix VsockAddress.swift
[753/1435] Compiling NIOPosix VsockChannelEvents.swift
[753/1435] Compiling p256_beeu-armv8-asm-linux.S
[753/1435] Compiling p256-x86_64-asm-linux.S
[753/1435] Compiling p256_beeu-armv8-asm-win.S
[753/1435] Compiling p256_beeu-armv8-asm-apple.S
[757/1435] Compiling p256_beeu-x86_64-asm-linux.S
[758/1435] Compiling p256-armv8-asm-win.S
[758/1435] Compiling p256-x86_64-asm-apple.S
[760/1435] Compiling ghashv8-armv8-apple.S
[761/1435] Compiling ghashv8-armv7-linux.S
[762/1435] Compiling ghashv8-armv8-linux.S
[763/1435] Compiling ghashv8-armv8-win.S
[764/1435] Compiling p256-armv8-asm-apple.S
[765/1435] Compiling p256-armv8-asm-linux.S
[766/1435] Compiling ghash-x86_64-linux.S
[767/1435] Compiling ghash-ssse3-x86_64-linux.S
[768/1435] Compiling ghash-x86-apple.S
[769/1435] Compiling ghash-x86_64-apple.S
[770/1435] Compiling ghash-ssse3-x86_64-apple.S
[771/1435] Compiling ghash-x86-linux.S
[772/1435] Compiling ghash-ssse3-x86-linux.S
[773/1435] Compiling ghash-ssse3-x86-apple.S
[774/1435] Compiling ghash-neon-armv8-win.S
[775/1435] Compiling ghash-armv4-linux.S
[776/1435] Compiling ghash-neon-armv8-linux.S
[778/1435] Compiling NIOPosix NIOThreadPool.swift
[779/1435] Compiling NIOPosix NonBlockingFileIO.swift
[780/1435] Compiling NIOPosix PendingDatagramWritesManager.swift
[781/1435] Compiling NIOPosix PendingWritesManager.swift
[782/1435] Compiling NIOPosix PipeChannel.swift
[783/1435] Compiling NIOPosix PipePair.swift
[783/1435] Compiling ghash-neon-armv8-apple.S
[785/1435] Compiling NIOPosix IO.swift
[786/1435] Compiling NIOPosix IntegerBitPacking.swift
[787/1435] Compiling NIOPosix IntegerTypes.swift
[788/1435] Compiling NIOPosix Linux.swift
[789/1435] Compiling NIOPosix LinuxCPUSet.swift
[790/1435] Compiling NIOPosix LinuxUring.swift
[791/1435] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[791/1435] Compiling co-586-linux.S
[792/1435] Compiling co-586-apple.S
[793/1435] Compiling bn-armv8-win.S
[794/1435] Compiling bn-armv8-linux.S
[795/1435] Compiling bn-armv8-apple.S
[796/1435] Compiling bsaes-armv7-linux.S
[797/1435] Compiling bn-586-linux.S
[798/1435] Compiling armv8-mont-win.S
[799/1435] Compiling bn-586-apple.S
[800/1435] Compiling armv8-mont-apple.S
[801/1435] Compiling armv4-mont-linux.S
[802/1435] Compiling aesv8-gcm-armv8-win.S
[804/1435] Compiling NIOPosix Bootstrap.swift
[805/1435] Compiling NIOPosix ControlMessage.swift
[806/1435] Compiling NIOPosix DatagramVectorReadManager.swift
[807/1435] Compiling NIOPosix Errors+Any.swift
[808/1435] Compiling NIOPosix FileDescriptor.swift
[809/1435] Compiling NIOPosix GetaddrinfoResolver.swift
[810/1435] Compiling NIOPosix HappyEyeballs.swift
[811/1435] Compiling NIOPosix BSDSocketAPICommon.swift
[812/1435] Compiling NIOPosix BSDSocketAPIPosix.swift
[813/1435] Compiling NIOPosix BSDSocketAPIWindows.swift
[814/1435] Compiling NIOPosix BaseSocket.swift
[815/1435] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[816/1435] Compiling NIOPosix BaseSocketChannel.swift
[817/1435] Compiling NIOPosix BaseStreamSocketChannel.swift
[817/1435] Compiling armv8-mont-linux.S
[818/1435] Compiling aesv8-gcm-armv8-apple.S
[819/1435] Compiling aesv8-armv8-win.S
[820/1435] Compiling aesv8-gcm-armv8-linux.S
[821/1435] Compiling aesv8-armv8-apple.S
[822/1435] Compiling aesv8-armv7-linux.S
[823/1436] Compiling aesv8-armv8-linux.S
[824/1436] Compiling aesni-x86_64-linux.S
[825/1436] Compiling aesni-x86_64-apple.S
[826/1436] Compiling aesni-x86-linux.S
[827/1436] Compiling aesni-x86-apple.S
[828/1436] Compiling aesni-gcm-x86_64-linux.S
[829/1436] Compiling aes-gcm-avx2-x86_64-linux.S
[830/1436] Compiling aesni-gcm-x86_64-apple.S
[831/1436] Compiling aes-gcm-avx2-x86_64-apple.S
[832/1436] Compiling aes-gcm-avx10-x86_64-linux.S
[834/1436] Compiling aes-gcm-avx10-x86_64-apple.S
[835/1436] Compiling x_x509.cc
[836/1436] Compiling x_val.cc
[837/1436] Compiling x_sig.cc
[838/1437] Compiling x_req.cc
[839/1439] Compiling x_pubkey.cc
[840/1464] Compiling x_x509a.cc
[841/1469] Compiling x_spki.cc
[843/1473] Compiling NIO Exports.swift
[844/1473] Emitting module NIO
[845/1474] Compiling x_name.cc
[847/1480] Emitting module _NIOFileSystem
[847/1484] Compiling x_exten.cc
[849/1484] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[850/1484] Emitting module NIOTLS
[851/1484] Compiling NIOTLS TLSEvents.swift
[852/1493] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[853/1494] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[854/1496] Compiling NIOTLS SNIHandler.swift
[855/1497] Compiling NIOSOCKS ClientStateMachine.swift
[856/1498] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[857/1498] Compiling x509spki.cc
[859/1498] Compiling NIOSOCKS SOCKSResponse.swift
[860/1498] Compiling NIOSOCKS ServerStateMachine.swift
[860/1498] Compiling x_algor.cc
[861/1498] Compiling x_attrib.cc
[862/1498] Compiling x_all.cc
[864/1498] Emitting module NIOSOCKS
[865/1498] Compiling NIOSOCKS SOCKSClientHandler.swift
[866/1498] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[866/1510] Compiling x_crl.cc
[868/1517] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[869/1517] Compiling _NIOFileSystem BufferedStream.swift
[870/1517] Compiling _NIOFileSystem Cancellation.swift
[871/1517] Compiling _NIOFileSystem TokenBucket.swift
[872/1517] Compiling _NIOFileSystem UnsafeTransfer.swift
[873/1519] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[874/1519] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[875/1519] Compiling NIOHTTP1 HTTPEncoder.swift
[876/1519] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[877/1519] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[878/1519] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[880/1520] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[881/1520] Compiling _NIOFileSystem FileSystemError.swift
[882/1520] Compiling _NIOFileSystem FileSystemProtocol.swift
[883/1520] Compiling _NIOFileSystem FileType.swift
[884/1520] Compiling _NIOFileSystem IOStrategy.swift
[885/1520] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[886/1520] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[887/1520] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[888/1520] Compiling _NIOFileSystem SystemFileHandle.swift
[889/1520] Compiling _NIOFileSystem Utilities.swift
[890/1520] Compiling _NIOFileSystem OpenOptions.swift
[891/1520] Compiling _NIOFileSystem String+FileSystem.swift
[892/1520] Compiling _NIOFileSystem ParallelDirCopy.swift
[893/1520] Compiling _NIOFileSystem ParallelRemoval.swift
[894/1520] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[895/1520] Compiling _NIOFileSystem CInterop.swift
[896/1520] Compiling _NIOFileSystem Errno.swift
[897/1520] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[898/1520] Compiling _NIOFileSystem Mocking.swift
[899/1520] Compiling _NIOFileSystem Syscall.swift
[900/1520] Compiling _NIOFileSystem Syscalls.swift
[902/1520] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[903/1522] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[904/1522] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[904/1522] Compiling x509_vfy.cc
[906/1522] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[907/1522] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[912/1522] Emitting module NIOFoundationCompat
[913/1522] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[913/1523] Compiling x509name.cc
[914/1523] Compiling x509rset.cc
[916/1523] Compiling x509_vpm.cc
[917/1523] Compiling x509cset.cc
[918/1523] Compiling x509_v3.cc
[920/1523] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[921/1523] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[922/1530] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[923/1530] Compiling NIOHTTP1 HTTPTypes.swift
[924/1545] Compiling NIOTransportServices AcceptHandler.swift
[925/1545] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[926/1545] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[927/1545] Compiling NIOTransportServices NIOTSDatagramListener.swift
[928/1545] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[929/1545] Compiling NIOTransportServices NIOTSErrors.swift
[930/1545] Compiling NIOTransportServices NIOTSEventLoop.swift
[931/1545] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[932/1545] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[933/1545] Compiling NIOTransportServices NIOTSListenerChannel.swift
[934/1545] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[935/1545] Compiling NIOTransportServices NIOTSBootstraps.swift
[936/1545] Compiling NIOTransportServices NIOTSChannelOptions.swift
[937/1545] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[938/1545] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[949/1548] Compiling NIOTransportServices StateManagedChannel.swift
[950/1548] Compiling NIOTransportServices StateManagedListenerChannel.swift
[951/1548] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[952/1548] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[953/1548] Compiling NIOTransportServices NIOTSSingletons.swift
[954/1548] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[954/1548] Compiling x509_set.cc
[956/1548] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[957/1548] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[957/1548] Compiling x509_trs.cc
[959/1548] Emitting module NIOHTTP1
[969/1548] Emitting module NIOTransportServices
[969/1550] Compiling x509_txt.cc
[970/1550] Compiling x509_req.cc
[973/1553] Compiling x509_obj.cc
[975/1561] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[976/1565] Compiling NIOFileSystem Exports.swift
[977/1565] Emitting module NIOFileSystem
[978/1565] Emitting module _NIOFileSystemFoundationCompat
[979/1565] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[981/1567] Compiling x509_ext.cc
[983/1567] Compiling NIOWebSocket WebSocketOpcode.swift
[983/1575] Compiling x509_lu.cc
[985/1604] Compiling NIOExtras FixedLengthFrameDecoder.swift
[986/1604] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[987/1604] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[988/1604] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[989/1604] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[990/1604] Compiling NIOHPACK IntegerCoding.swift
[991/1605] Emitting module NIOWebSocket
[992/1605] Compiling NIOExtras DebugInboundEventsHandler.swift
[993/1605] Compiling NIOExtras DebugOutboundEventsHandler.swift
[994/1605] Compiling NIOWebSocket WebSocketErrorCodes.swift
[995/1605] Compiling NIOWebSocket WebSocketFrame.swift
[996/1606] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[997/1606] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[998/1606] Compiling NIOExtras RequestResponseHandler.swift
[999/1606] Compiling NIOExtras RequestResponseWithIDHandler.swift
[999/1608] Compiling x509_def.cc
[1002/1608] Compiling NIOHPACK IndexedHeaderTable.swift
[1003/1608] Compiling NIOHTTPCompression HTTPDecompression.swift
[1004/1608] Compiling NIOExtras PCAPRingBuffer.swift
[1005/1608] Compiling NIOExtras QuiescingHelper.swift
[1006/1608] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1007/1608] Emitting module NIOHTTPCompression
[1007/1608] Compiling x509_cmp.cc
[1008/1608] Compiling x509_d2.cc
[1010/1608] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1011/1608] Compiling NIOExtras NIOExtrasError.swift
[1012/1608] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1013/1608] Compiling NIOExtras NIORequestIdentifiable.swift
[1014/1608] Compiling NIOHPACK StaticHeaderTable.swift
[1015/1608] Compiling NIOHPACK HuffmanTables.swift
[1016/1608] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1017/1608] Emitting module NIOHPACK
[1022/1608] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1023/1608] Compiling NIOExtras JSONRPCFraming.swift
[1024/1608] Compiling NIOHTTPCompression HTTPCompression.swift
[1025/1609] Compiling NIOHPACK HuffmanCoding.swift
[1027/1609] Emitting module NIOExtras
[1028/1609] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1029/1609] Compiling NIOExtras LengthFieldPrepender.swift
[1030/1609] Compiling NIOExtras LineBasedFrameDecoder.swift
[1030/1609] Compiling x509_att.cc
[1039/1610] Compiling NIOExtras UnsafeTransfer.swift
[1040/1610] Compiling NIOExtras WritePCAPHandler.swift
[1040/1610] Compiling v3_utl.cc
[1042/1611] Compiling v3_skey.cc
[1043/1611] Compiling v3_purp.cc
[1044/1611] Compiling x509.cc
[1045/1669] Compiling v3_prn.cc
[1046/1669] Compiling v3_pmaps.cc
[1047/1669] Compiling v3_ocsp.cc
[1048/1669] Compiling v3_lib.cc
[1049/1669] Compiling v3_int.cc
[1051/1669] Compiling NIOHTTP2 MaySendFrames.swift
[1052/1669] Compiling NIOHTTP2 SendingDataState.swift
[1053/1669] Compiling NIOHTTP2 SendingGoawayState.swift
[1054/1669] Compiling NIOHTTP2 SendingHeadersState.swift
[1055/1669] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1056/1669] Compiling NIOHTTP2 SendingRstStreamState.swift
[1057/1669] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1058/1669] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1058/1677] Compiling v3_enum.cc
[1059/1677] Compiling v3_extku.cc
[1060/1677] Compiling v3_pcons.cc
[1061/1677] Compiling v3_info.cc
[1062/1677] Compiling v3_ncons.cc
[1063/1677] Compiling v3_ia5.cc
[1065/1677] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1066/1677] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1067/1677] Compiling NIOHTTP2 HasLocalSettings.swift
[1068/1677] Compiling NIOHTTP2 HasRemoteSettings.swift
[1069/1677] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1070/1677] Compiling NIOHTTP2 QuiescingState.swift
[1071/1677] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1072/1677] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1072/1677] Compiling v3_genn.cc
[1073/1677] Compiling v3_crld.cc
[1075/1677] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1076/1677] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1077/1677] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1078/1677] Compiling NIOHTTP2 HTTP2StreamID.swift
[1079/1677] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1080/1677] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1081/1677] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1082/1677] Compiling NIOHTTP2 InboundEventBuffer.swift
[1083/1677] Compiling NIOHTTP2 InboundWindowManager.swift
[1084/1677] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1085/1677] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1086/1677] Compiling NIOHTTP2 StreamChannelList.swift
[1087/1677] Compiling NIOHTTP2 StreamMap.swift
[1088/1677] Compiling NIOHTTP2 StreamStateMachine.swift
[1089/1677] Compiling NIOHTTP2 UnsafeTransfer.swift
[1090/1677] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1090/1677] Compiling v3_bitst.cc
[1091/1677] Compiling v3_cpols.cc
[1092/1677] Compiling v3_conf.cc
[1093/1677] Compiling v3_alt.cc
[1094/1677] Compiling v3_bcons.cc
[1095/1677] Compiling v3_akeya.cc
[1097/1677] Emitting module NIOHTTP2
[1098/1677] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1099/1677] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1100/1677] Compiling NIOHTTP2 MayReceiveFrames.swift
[1101/1677] Compiling NIOHTTP2 ReceivingDataState.swift
[1102/1677] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1103/1677] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1104/1677] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1105/1677] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1106/1677] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1106/1677] Compiling v3_akey.cc
[1107/1677] Compiling t_x509a.cc
[1108/1677] Compiling t_req.cc
[1109/1677] Compiling t_x509.cc
[1110/1677] Compiling t_crl.cc
[1112/1677] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1113/1677] Compiling NIOHTTP2 HTTP2Frame.swift
[1114/1677] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1115/1677] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1116/1677] Compiling NIOHTTP2 HTTP2PingData.swift
[1117/1677] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1118/1677] Compiling NIOHTTP2 HTTP2Settings.swift
[1119/1677] Compiling NIOHTTP2 HTTP2Stream.swift
[1119/1677] Compiling rsa_pss.cc
[1120/1677] Compiling i2d_pr.cc
[1122/1677] Compiling NIOHTTP2 StateMachineResult.swift
[1123/1677] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1124/1677] Compiling NIOHTTP2 DOSHeuristics.swift
[1125/1677] Compiling NIOHTTP2 Error+Any.swift
[1126/1677] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1127/1677] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1128/1677] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1129/1677] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1130/1677] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1131/1677] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1132/1677] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1133/1677] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1134/1677] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1135/1677] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1136/1677] Compiling NIOHTTP2 HTTP2Error.swift
[1137/1677] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1137/1677] Compiling policy.cc
[1138/1678] Compiling name_print.cc
[1140/1678] Compiling by_file.cc
[1141/1678] Compiling by_dir.cc
[1142/1678] Compiling asn1_gen.cc
[1143/1678] Compiling a_verify.cc
[1144/1678] Compiling algorithm.cc
[1145/1678] Compiling a_digest.cc
[1146/1678] Compiling a_sign.cc
[1147/1678] Compiling thread_win.cc
[1148/1678] Compiling thread_none.cc
[1149/1678] Compiling thread_pthread.cc
[1150/1678] Compiling voprf.cc
[1151/1678] Compiling trust_token.cc
[1152/1678] Compiling pmbtoken.cc
[1153/1678] Compiling thread.cc
[1154/1678] Compiling stack.cc
[1155/1678] Compiling slhdsa.cc
[1156/1678] Compiling siphash.cc
[1157/1678] Compiling sha512.cc
[1158/1678] Compiling spake2plus.cc
[1159/1678] Compiling sha256.cc
[1160/1678] Compiling sha1.cc
[1161/1678] Compiling rsa_extra.cc
[1162/1678] Compiling rsa_print.cc
[1163/1678] Compiling refcount.cc
[1164/1678] Compiling rc4.cc
[1164/1678] Compiling rsa_crypt.cc
[1165/1678] Compiling urandom.cc
[1167/1678] Compiling windows.cc
[1168/1678] Compiling rsa_asn1.cc
[1169/1678] Compiling getentropy.cc
[1170/1678] Compiling ios.cc
[1171/1678] Compiling forkunsafe.cc
[1172/1678] Compiling passive.cc
[1173/1678] Compiling trusty.cc
[1173/1678] Compiling rand.cc
[1175/1678] Compiling poly1305_arm_asm.S
[1176/1678] Compiling fork_detect.cc
[1177/1678] Compiling deterministic.cc
[1178/1678] Compiling poly1305.cc
[1179/1678] Compiling poly1305_vec.cc
[1180/1678] Compiling poly1305_arm.cc
[1181/1678] Compiling pool.cc
[1182/1678] Compiling pkcs8.cc
[1183/1678] Compiling pkcs8_x509.cc
[1184/1678] Compiling p5_pbev2.cc
[1185/1678] Compiling pkcs7.cc
[1186/1678] Compiling pkcs7_x509.cc
[1187/1678] Compiling pem_x509.cc
[1188/1678] Compiling pem_xaux.cc
[1189/1678] Compiling pem_pkey.cc
[1190/1678] Compiling pem_oth.cc
[1191/1678] Compiling pem_lib.cc
[1192/1678] Compiling pem_pk8.cc
[1193/1678] Compiling mlkem.cc
[1194/1678] Compiling pem_all.cc
[1195/1678] Compiling obj_xref.cc
[1196/1678] Compiling obj.cc
[1197/1678] Compiling pem_info.cc
[1198/1678] Compiling md5.cc
[1199/1678] Compiling mldsa.cc
[1200/1678] Compiling fips_shared_support.cc
[1201/1678] Compiling poly_rq_mul.S
[1202/1678] Compiling md4.cc
[1203/1678] Compiling mem.cc
[1204/1678] Compiling lhash.cc
[1205/1678] Compiling kyber.cc
[1206/1678] Compiling scrypt.cc
[1207/1678] Compiling sign.cc
[1208/1678] Compiling print.cc
[1209/1678] Compiling ex_data.cc
[1210/1678] Compiling hpke.cc
[1211/1678] Compiling pbkdf.cc
[1212/1678] Compiling hrss.cc
[1213/1678] Compiling p_x25519.cc
[1214/1678] Compiling p_rsa.cc
[1215/1678] Compiling p_x25519_asn1.cc
[1216/1678] Compiling p_hkdf.cc
[1217/1678] Compiling p_rsa_asn1.cc
[1218/1678] Compiling p_ed25519.cc
[1219/1678] Compiling p_ec_asn1.cc
[1220/1678] Compiling p_ed25519_asn1.cc
[1221/1678] Compiling p_ec.cc
[1222/1678] Compiling p_dh_asn1.cc
[1223/1678] Compiling p_dsa_asn1.cc
[1224/1678] Compiling p_dh.cc
[1225/1678] Compiling evp_ctx.cc
[1226/1678] Compiling evp_asn1.cc
[1227/1678] Compiling evp.cc
[1228/1678] Compiling err.cc
[1229/1678] Compiling engine.cc
[1230/1678] Compiling ecdsa_asn1.cc
[1231/1678] Compiling ecdh.cc
[1232/1678] Compiling hash_to_curve.cc
[1233/1678] Compiling ec_derive.cc
[1234/1678] Compiling dsa_asn1.cc
[1235/1678] Compiling ec_asn1.cc
[1236/1678] Compiling params.cc
[1237/1678] Compiling dsa.cc
[1238/1678] Compiling x25519-asm-arm.S
[1239/1678] Compiling des.cc
[1239/1678] Compiling bcm.cc
[1241/1678] Compiling digest_extra.cc
[1242/1678] Compiling dh_asn1.cc
[1243/1678] Compiling curve25519_64_adx.cc
[1244/1678] Compiling spake25519.cc
[1245/1678] Compiling cpu_arm_linux.cc
[1246/1678] Compiling cpu_intel.cc
[1247/1678] Compiling curve25519.cc
[1248/1678] Compiling crypto.cc
[1249/1678] Compiling cpu_aarch64_win.cc
[1250/1678] Compiling cpu_aarch64_openbsd.cc
[1251/1678] Compiling cpu_aarch64_linux.cc
[1252/1678] Compiling cpu_arm_freebsd.cc
[1253/1678] Compiling cpu_aarch64_sysreg.cc
[1254/1678] Compiling cpu_aarch64_fuchsia.cc
[1255/1678] Compiling tls_cbc.cc
[1256/1678] Compiling cpu_aarch64_apple.cc
[1257/1678] Compiling e_rc4.cc
[1258/1678] Compiling conf.cc
[1259/1678] Compiling e_des.cc
[1260/1678] Compiling get_cipher.cc
[1261/1678] Compiling e_tls.cc
[1262/1678] Compiling e_null.cc
[1263/1678] Compiling e_chacha20poly1305.cc
[1264/1678] Compiling e_rc2.cc
[1265/1678] Compiling derive_key.cc
[1266/1678] Compiling chacha.cc
[1267/1678] Compiling e_aesctrhmac.cc
[1268/1678] Compiling unicode.cc
[1269/1678] Compiling e_aesgcmsiv.cc
[1270/1678] Compiling cbs.cc
[1271/1678] Compiling cbb.cc
[1272/1678] Compiling asn1_compat.cc
[1273/1678] Compiling ber.cc
[1274/1678] Compiling blake2.cc
[1275/1678] Compiling buf.cc
[1276/1678] Compiling bn_asn1.cc
[1277/1678] Compiling socket_helper.cc
[1278/1678] Compiling convert.cc
[1279/1678] Compiling socket.cc
[1280/1678] Compiling printf.cc
[1281/1678] Compiling pair.cc
[1282/1678] Compiling hexdump.cc
[1283/1678] Compiling fd.cc
[1284/1678] Compiling errno.cc
[1285/1678] Compiling file.cc
[1286/1678] Compiling bio_mem.cc
[1287/1678] Compiling connect.cc
[1288/1678] Compiling bio.cc
[1289/1678] Compiling base64.cc
[1290/1678] Compiling tasn_typ.cc
[1291/1678] Compiling tasn_fre.cc
[1292/1678] Compiling tasn_utl.cc
[1293/1678] Compiling tasn_enc.cc
[1294/1678] Compiling asn_pack.cc
[1295/1678] Compiling posix_time.cc
[1296/1678] Compiling f_string.cc
[1297/1678] Compiling tasn_dec.cc
[1298/1678] Compiling f_int.cc
[1299/1678] Compiling tasn_new.cc
[1300/1678] Compiling asn1_par.cc
[1301/1678] Compiling asn1_lib.cc
[1302/1678] Compiling a_utctm.cc
[1303/1678] Compiling a_time.cc
[1304/1678] Compiling a_octet.cc
[1305/1678] Compiling a_strex.cc
[1306/1678] Compiling a_strnid.cc
[1307/1678] Compiling a_object.cc
[1308/1678] Compiling a_type.cc
[1309/1678] Compiling a_i2d_fp.cc
[1310/1678] Compiling a_mbstr.cc
[1311/1678] Compiling fiat_p256_adx_sqr.S
[1312/1678] Compiling a_gentm.cc
[1313/1678] Compiling fiat_p256_adx_mul.S
[1314/1678] Compiling a_int.cc
[1315/1678] Compiling fiat_curve25519_adx_square.S
[1316/1678] Compiling fiat_curve25519_adx_mul.S
[1317/1678] Compiling CCryptoBoringSSLShims shims.c
[1318/1678] Compiling md5-x86_64-linux.S
[1319/1678] Compiling a_d2i_fp.cc
[1320/1678] Compiling md5-x86_64-apple.S
[1320/1678] Compiling md5-586-linux.S
[1322/1678] Compiling a_dup.cc
[1323/1678] Compiling md5-586-apple.S
[1324/1678] Compiling chacha20_poly1305_x86_64-apple.S
[1325/1678] Compiling a_bitstr.cc
[1326/1678] Compiling chacha20_poly1305_x86_64-linux.S
[1327/1678] Compiling chacha20_poly1305_armv8-apple.S
[1328/1678] Compiling chacha20_poly1305_armv8-win.S
[1329/1678] Compiling chacha-x86_64-linux.S
[1330/1678] Compiling chacha20_poly1305_armv8-linux.S
[1331/1678] Compiling chacha-x86-linux.S
[1332/1678] Compiling chacha-x86-apple.S
[1333/1678] Compiling chacha-armv8-apple.S
[1334/1678] Compiling chacha-x86_64-apple.S
[1335/1678] Compiling chacha-armv8-win.S
[1336/1678] Compiling chacha-armv4-linux.S
[1337/1678] Compiling aes128gcmsiv-x86_64-linux.S
[1338/1678] Compiling chacha-armv8-linux.S
[1339/1678] Compiling x86_64-mont5-linux.S
[1340/1678] Compiling aes128gcmsiv-x86_64-apple.S
[1341/1678] Compiling x86_64-mont5-apple.S
[1342/1678] Compiling x86-mont-linux.S
[1343/1678] Compiling a_bool.cc
[1343/1678] Compiling x86_64-mont-linux.S
[1345/1678] Compiling x86_64-mont-apple.S
[1346/1678] Compiling x86-mont-apple.S
[1346/1678] Compiling vpaes-x86_64-linux.S
[1348/1678] Compiling vpaes-x86_64-apple.S
[1349/1678] Compiling vpaes-x86-linux.S
[1350/1678] Compiling vpaes-x86-apple.S
[1351/1678] Compiling vpaes-armv8-win.S
[1352/1678] Compiling sha512-x86_64-apple.S
[1353/1678] Compiling sha512-armv8-win.S
[1354/1678] Compiling vpaes-armv8-apple.S
[1355/1678] Compiling err_data.cc
[1356/1678] Compiling vpaes-armv8-linux.S
[1357/1678] Compiling vpaes-armv7-linux.S
[1358/1678] Compiling sha512-armv8-apple.S
[1359/1678] Compiling sha512-x86_64-linux.S
[1360/1683] Compiling sha256-x86_64-linux.S
[1361/1691] Compiling sha512-armv8-linux.S
[1362/1707] Compiling sha512-586-linux.S
[1363/1707] Compiling sha512-armv4-linux.S
[1364/1707] Compiling sha256-x86_64-apple.S
[1365/1707] Compiling sha512-586-apple.S
[1366/1707] Compiling sha256-armv8-win.S
[1367/1707] Compiling sha256-586-apple.S
[1368/1707] Compiling sha256-armv8-apple.S
[1369/1707] Compiling sha256-586-linux.S
[1370/1707] Compiling sha256-armv8-linux.S
[1370/1707] Compiling sha256-armv4-linux.S
[1372/1707] Compiling sha1-x86_64-linux.S
[1373/1707] Compiling sha1-x86_64-apple.S
[1374/1707] Compiling sha1-armv8-win.S
[1375/1707] Compiling sha1-586-linux.S
[1376/1707] Compiling sha1-armv8-apple.S
[1377/1707] Compiling sha1-armv4-large-linux.S
[1378/1707] Compiling sha1-586-apple.S
[1379/1707] Compiling rsaz-avx2-linux.S
[1380/1707] Compiling sha1-armv8-linux.S
[1381/1707] Compiling rsaz-avx2-apple.S
[1382/1707] Compiling rdrand-x86_64-linux.S
[1383/1707] Compiling p256_beeu-x86_64-asm-linux.S
[1384/1707] Compiling p256_beeu-x86_64-asm-apple.S
[1385/1707] Compiling rdrand-x86_64-apple.S
[1386/1707] Compiling p256_beeu-armv8-asm-apple.S
[1387/1707] Compiling p256_beeu-armv8-asm-win.S
[1388/1707] Compiling p256_beeu-armv8-asm-linux.S
[1389/1707] Compiling p256-x86_64-asm-linux.S
[1390/1707] Compiling p256-x86_64-asm-apple.S
[1391/1707] Compiling p256-armv8-asm-win.S
[1392/1707] Compiling p256-armv8-asm-linux.S
[1393/1707] Compiling ghashv8-armv7-linux.S
[1394/1707] Compiling ghashv8-armv8-win.S
[1395/1707] Compiling p256-armv8-asm-apple.S
[1396/1707] Compiling ghashv8-armv8-linux.S
[1397/1707] Compiling ghash-x86_64-linux.S
[1398/1707] Compiling ghashv8-armv8-apple.S
[1399/1707] Compiling ghash-x86_64-apple.S
[1400/1707] Compiling ghash-x86-apple.S
[1401/1707] Compiling ghash-x86-linux.S
[1402/1707] Compiling ghash-ssse3-x86_64-apple.S
[1403/1707] Compiling ghash-neon-armv8-win.S
[1404/1707] Compiling ghash-ssse3-x86-linux.S
[1405/1707] Compiling ghash-ssse3-x86_64-linux.S
[1406/1707] Compiling ghash-ssse3-x86-apple.S
[1407/1707] Compiling ghash-neon-armv8-apple.S
[1408/1707] Compiling ghash-neon-armv8-linux.S
[1409/1707] Compiling ghash-armv4-linux.S
[1410/1707] Compiling co-586-apple.S
[1411/1707] Compiling co-586-linux.S
[1412/1707] Compiling bn-armv8-win.S
[1413/1707] Compiling bn-armv8-linux.S
[1414/1707] Compiling bsaes-armv7-linux.S
[1415/1707] Compiling bn-armv8-apple.S
[1416/1707] Compiling bn-586-linux.S
[1417/1707] Compiling armv8-mont-linux.S
[1418/1707] Compiling armv8-mont-win.S
[1419/1707] Compiling bn-586-apple.S
[1420/1707] Compiling armv8-mont-apple.S
[1421/1707] Compiling aesv8-gcm-armv8-apple.S
[1422/1707] Compiling armv4-mont-linux.S
[1423/1707] Compiling aesv8-gcm-armv8-linux.S
[1424/1707] Compiling aesv8-armv8-win.S
[1425/1707] Compiling aesv8-armv7-linux.S
[1425/1707] Compiling aesv8-gcm-armv8-win.S
[1427/1707] Compiling aesv8-armv8-linux.S
[1428/1707] Compiling aesni-x86_64-apple.S
[1429/1707] Compiling aesni-x86_64-linux.S
[1430/1707] Compiling aesv8-armv8-apple.S
[1431/1707] Compiling aesni-gcm-x86_64-linux.S
[1432/1707] Compiling aesni-gcm-x86_64-apple.S
[1433/1707] Compiling aesni-x86-apple.S
[1434/1707] Compiling aes-gcm-avx10-x86_64-apple.S
[1435/1707] Compiling aes-gcm-avx10-x86_64-linux.S
[1436/1707] Compiling aesni-x86-linux.S
[1437/1707] Compiling x_pubkey.cc
[1438/1707] Compiling x_spki.cc
[1439/1707] Compiling x_sig.cc
[1441/1707] Compiling NIOSSL SSLPrivateKey.swift
[1442/1707] Compiling NIOSSL SSLPublicKey.swift
[1443/1707] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1444/1707] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1444/1711] Compiling x_x509a.cc
[1445/1711] Compiling x_name.cc
[1447/1711] Compiling NIOSSL SubjectAlternativeName.swift
[1448/1711] Compiling NIOSSL NIOSSLSecureBytes.swift
[1449/1711] Compiling NIOSSL RNG.swift
[1450/1711] Compiling NIOSSL SafeCompare.swift
[1450/1711] Compiling x_x509.cc
[1451/1711] Compiling x_val.cc
[1453/1711] Emitting module NIOSSL
[1454/1711] Compiling NIOSSL AndroidCABundle.swift
[1455/1711] Compiling NIOSSL ByteBufferBIO.swift
[1456/1711] Compiling NIOSSL CustomPrivateKey.swift
[1457/1711] Compiling NIOSSL IdentityVerification.swift
[1457/1711] Compiling x_req.cc
[1458/1711] Compiling x_exten.cc
[1460/1711] Compiling NIOSSL LinuxCABundle.swift
[1461/1711] Compiling NIOSSL NIOSSLClientHandler.swift
[1462/1711] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1463/1711] Compiling NIOSSL NIOSSLHandler.swift
[1464/1711] Compiling NIOSSL NIOSSLServerHandler.swift
[1465/1711] Compiling NIOSSL ObjectIdentifier.swift
[1466/1711] Compiling NIOSSL PosixPort.swift
[1467/1711] Compiling NIOSSL SSLCallbacks.swift
[1467/1711] Compiling x_algor.cc
[1469/1711] Compiling NIOSSL SSLCertificate.swift
[1470/1711] Compiling NIOSSL SSLCertificateExtensions.swift
[1471/1711] Compiling NIOSSL SSLCertificateName.swift
[1472/1711] Compiling NIOSSL SSLConnection.swift
[1473/1711] Compiling NIOSSL SSLContext.swift
[1474/1711] Compiling NIOSSL SSLErrors.swift
[1475/1711] Compiling NIOSSL SSLInit.swift
[1476/1711] Compiling NIOSSL SSLPKCS12Bundle.swift
[1476/1711] Compiling x_crl.cc
[1477/1711] Compiling x509spki.cc
[1478/1711] Compiling x509rset.cc
[1479/1711] Compiling x_attrib.cc
[1481/1711] Compiling NIOSSL Zeroization.swift
[1482/1711] Compiling NIOSSL TLSConfiguration.swift
[1483/1711] Compiling NIOSSL UniversalBootstrapSupport.swift
[1484/1711] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1485/1712] Compiling x_all.cc
[1486/1712] Compiling x509name.cc
[1487/1712] Compiling x509cset.cc
[1488/1712] Compiling x509_v3.cc
[1489/1712] Compiling x509_txt.cc
[1490/1712] Compiling x509_vfy.cc
[1491/1720] Compiling x509_vpm.cc
[1492/1738] Compiling x509_trs.cc
[1493/1780] Compiling x509_lu.cc
[1495/1780] Compiling WebSocketKit WebSocket+Concurrency.swift
[1496/1780] Compiling WebSocketKit Exports.swift
[1496/1780] Compiling x509_req.cc
[1498/1780] Compiling WebSocketKit WebSocketHandler.swift
[1499/1780] Emitting module WebSocketKit
[1499/1780] Compiling x509_obj.cc
[1500/1780] Compiling x509_d2.cc
[1502/1780] Compiling WebSocketKit WebSocket+Connect.swift
[1503/1780] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1503/1780] Compiling x509_set.cc
[1505/1780] Compiling WebSocketKit WebSocket.swift
[1506/1780] Compiling WebSocketKit WebSocketClient.swift
[1507/1781] Compiling x509_def.cc
[1508/1781] Compiling x509_ext.cc
[1509/1781] Compiling x509_att.cc
[1510/1781] Compiling x509_cmp.cc
[1512/1781] Emitting module AsyncHTTPClient
[1512/1789] Compiling x509.cc
[1514/1789] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1515/1789] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1516/1789] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1517/1789] Compiling AsyncHTTPClient HTTP1Connection.swift
[1518/1789] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1519/1789] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1520/1789] Compiling AsyncHTTPClient HTTP2Connection.swift
[1521/1789] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1522/1789] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1522/1789] Compiling v3_utl.cc
[1523/1789] Compiling v3_prn.cc
[1524/1789] Compiling v3_skey.cc
[1525/1789] Compiling v3_purp.cc
[1526/1789] Compiling v3_pmaps.cc
[1527/1789] Compiling v3_pcons.cc
[1529/1789] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1530/1789] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1531/1789] Compiling AsyncHTTPClient Transaction.swift
[1532/1789] Compiling AsyncHTTPClient Base64.swift
[1533/1789] Compiling AsyncHTTPClient BasicAuth.swift
[1534/1789] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1535/1789] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1536/1789] Compiling AsyncHTTPClient ConnectionPool.swift
[1537/1789] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1537/1789] Compiling v3_lib.cc
[1539/1789] Compiling AsyncHTTPClient HTTPHandler.swift
[1540/1789] Compiling AsyncHTTPClient LRUCache.swift
[1541/1789] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1542/1789] Compiling AsyncHTTPClient NWErrorHandler.swift
[1543/1789] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1544/1789] Compiling AsyncHTTPClient TLSConfiguration.swift
[1545/1789] Compiling AsyncHTTPClient RedirectState.swift
[1546/1789] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1547/1789] Compiling AsyncHTTPClient RequestBag.swift
[1548/1789] Compiling AsyncHTTPClient RequestValidation.swift
[1549/1789] Compiling AsyncHTTPClient SSLContextCache.swift
[1550/1789] Compiling AsyncHTTPClient Scheme.swift
[1551/1789] Compiling AsyncHTTPClient Singleton.swift
[1552/1789] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1553/1789] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1554/1789] Compiling AsyncHTTPClient Utils.swift
[1554/1789] Compiling v3_ocsp.cc
[1555/1789] Compiling v3_ncons.cc
[1556/1789] Compiling v3_genn.cc
[1558/1789] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1559/1789] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1560/1789] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1561/1789] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1562/1789] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1563/1789] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1564/1789] Compiling AsyncHTTPClient RequestBodyLength.swift
[1565/1789] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1566/1789] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1567/1789] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1568/1789] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1569/1789] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1570/1789] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1571/1789] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1572/1789] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1573/1789] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1574/1789] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1574/1789] Compiling v3_int.cc
[1576/1789] Compiling AsyncHTTPClient RequestOptions.swift
[1577/1789] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1578/1789] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1579/1789] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1580/1789] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1581/1789] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1582/1789] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1583/1789] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1584/1789] Compiling AsyncHTTPClient ConnectionTarget.swift
[1585/1789] Compiling AsyncHTTPClient DeconstructedURL.swift
[1586/1789] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1587/1789] Compiling AsyncHTTPClient FoundationExtensions.swift
[1588/1789] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1589/1789] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1590/1789] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1591/1789] Compiling AsyncHTTPClient HTTPClient.swift
[1591/1789] Compiling v3_info.cc
[1592/1790] Compiling v3_ia5.cc
[1594/1790] Compiling v3_extku.cc
[1595/1790] Compiling v3_enum.cc
[1596/1790] Compiling v3_crld.cc
[1597/1790] Compiling v3_cpols.cc
[1598/1790] Compiling v3_conf.cc
[1599/1790] Compiling v3_bitst.cc
[1600/1790] Compiling v3_bcons.cc
[1601/1790] Compiling v3_alt.cc
[1602/1790] Compiling v3_akey.cc
[1603/1790] Compiling v3_akeya.cc
[1604/1790] Compiling t_x509a.cc
[1605/1790] Compiling t_x509.cc
[1606/1790] Compiling t_crl.cc
[1607/1790] Compiling t_req.cc
[1608/1790] Compiling i2d_pr.cc
[1609/1790] Compiling policy.cc
[1610/1790] Compiling rsa_pss.cc
[1611/1790] Compiling name_print.cc
[1612/1790] Compiling by_file.cc
[1613/1790] Compiling by_dir.cc
[1614/1790] Compiling asn1_gen.cc
[1615/1790] Compiling a_verify.cc
[1616/1790] Compiling algorithm.cc
[1617/1790] Compiling a_digest.cc
[1618/1790] Compiling voprf.cc
[1619/1790] Compiling a_sign.cc
[1620/1790] Compiling thread_win.cc
[1621/1790] Compiling thread_none.cc
[1622/1790] Compiling thread.cc
[1623/1790] Compiling trust_token.cc
[1624/1790] Compiling pmbtoken.cc
[1625/1790] Compiling thread_pthread.cc
[1626/1790] Compiling stack.cc
[1627/1790] Compiling wots.cc
[1628/1790] Compiling thash.cc
[1629/1790] Compiling fors.cc
[1630/1790] Compiling sha512.cc
[1631/1790] Compiling merkle.cc
[1632/1790] Compiling sha256.cc
[1633/1790] Compiling slhdsa.cc
[1634/1790] Compiling siphash.cc
[1635/1790] Compiling sha1.cc
[1636/1790] Compiling rsa_print.cc
[1637/1790] Compiling rsa_extra.cc
[1638/1790] Compiling rc4.cc
[1639/1790] Compiling refcount.cc
[1640/1790] Compiling rsa_crypt.cc
[1641/1790] Compiling rsa_asn1.cc
[1642/1790] Compiling windows.cc
[1643/1790] Compiling urandom.cc
[1644/1790] Compiling trusty.cc
[1645/1790] Compiling rand_extra.cc
[1646/1790] Compiling passive.cc
[1647/1790] Compiling poly1305_arm_asm.S
[1648/1790] Compiling ios.cc
[1649/1790] Compiling getentropy.cc
[1650/1790] Compiling fork_detect.cc
[1651/1790] Compiling forkunsafe.cc
[1652/1790] Compiling deterministic.cc
[1653/1790] Compiling poly1305_vec.cc
[1654/1790] Compiling pool.cc
[1655/1790] Compiling poly1305.cc
[1656/1790] Compiling poly1305_arm.cc
[1657/1790] Compiling pkcs7.cc
[1658/1790] Compiling p5_pbev2.cc
[1659/1790] Compiling pkcs7_x509.cc
[1660/1790] Compiling pkcs8.cc
[1661/1790] Compiling pkcs8_x509.cc
[1662/1790] Compiling pem_xaux.cc
[1663/1790] Compiling pem_pkey.cc
[1664/1790] Compiling pem_x509.cc
[1665/1790] Compiling pem_pk8.cc
[1666/1790] Compiling pem_oth.cc
[1667/1790] Compiling obj_xref.cc
[1668/1790] Compiling pem_all.cc
[1669/1790] Compiling pem_lib.cc
[1670/1790] Compiling obj.cc
[1671/1790] Compiling mldsa.cc
[1672/1790] Compiling pem_info.cc
[1673/1790] Compiling mem.cc
[1674/1790] Compiling mlkem.cc
[1675/1790] Compiling md5.cc
[1676/1790] Compiling fips_shared_support.cc
[1677/1790] Compiling md4.cc
[1678/1790] Compiling poly_rq_mul.S
[1679/1790] Compiling lhash.cc
[1680/1790] Compiling kyber.cc
[1681/1790] Compiling ex_data.cc
[1682/1790] Compiling sign.cc
[1683/1790] Compiling hpke.cc
[1684/1790] Compiling scrypt.cc
[1685/1790] Compiling hrss.cc
[1686/1790] Compiling pbkdf.cc
[1687/1790] Compiling print.cc
[1688/1790] Compiling p_x25519_asn1.cc
[1689/1790] Compiling p_rsa.cc
[1690/1790] Compiling p_x25519.cc
[1691/1790] Compiling p_ed25519.cc
[1692/1790] Compiling p_rsa_asn1.cc
[1693/1790] Compiling p_dh_asn1.cc
[1694/1790] Compiling p_ed25519_asn1.cc
[1695/1790] Compiling p_dsa_asn1.cc
[1696/1790] Compiling p_hkdf.cc
[1697/1790] Compiling p_ec.cc
[1698/1790] Compiling p_dh.cc
[1699/1790] Compiling p_ec_asn1.cc
[1700/1790] Compiling evp.cc
[1701/1790] Compiling evp_ctx.cc
[1702/1790] Compiling err.cc
[1703/1790] Compiling evp_asn1.cc
[1704/1790] Compiling engine.cc
[1705/1790] Compiling ecdh_extra.cc
[1706/1790] Compiling hash_to_curve.cc
[1707/1790] Compiling ecdsa_asn1.cc
[1708/1790] Compiling bcm.cc
[1709/1790] Compiling params.cc
[1710/1790] Compiling ec_derive.cc
[1711/1790] Compiling ec_asn1.cc
[1712/1790] Compiling dsa.cc
[1713/1790] Compiling dsa_asn1.cc
[1714/1790] Compiling x25519-asm-arm.S
[1715/1790] Compiling dh_asn1.cc
[1716/1790] Compiling digest_extra.cc
[1717/1790] Compiling curve25519_64_adx.cc
[1718/1790] Compiling spake25519.cc
[1719/1790] Compiling des.cc
[1720/1790] Compiling curve25519.cc
[1721/1790] Compiling cpu_intel.cc
[1722/1790] Compiling cpu_arm_freebsd.cc
[1723/1790] Compiling cpu_arm_linux.cc
[1724/1790] Compiling cpu_aarch64_sysreg.cc
[1725/1790] Compiling crypto.cc
[1726/1790] Compiling cpu_aarch64_win.cc
[1727/1790] Compiling cpu_aarch64_linux.cc
[1728/1790] Compiling cpu_aarch64_openbsd.cc
[1729/1790] Compiling cpu_aarch64_fuchsia.cc
[1730/1790] Compiling e_tls.cc
[1731/1790] Compiling cpu_aarch64_apple.cc
[1732/1790] Compiling tls_cbc.cc
[1733/1790] Compiling conf.cc
[1734/1790] Compiling e_rc4.cc
[1735/1790] Compiling e_rc2.cc
[1736/1790] Compiling e_des.cc
[1737/1790] Compiling e_aesgcmsiv.cc
[1738/1790] Compiling e_chacha20poly1305.cc
[1739/1790] Compiling e_null.cc
[1740/1790] Compiling chacha.cc
[1741/1790] Compiling e_aesctrhmac.cc
[1742/1790] Compiling derive_key.cc
[1743/1790] Compiling cipher_extra.cc
[1744/1790] Compiling cbs.cc
[1745/1790] Compiling cbb.cc
[1746/1790] Compiling unicode.cc
[1747/1790] Compiling ber.cc
[1748/1790] Compiling buf.cc
[1749/1790] Compiling convert.cc
[1750/1790] Compiling bn_asn1.cc
[1751/1790] Compiling blake2.cc
[1752/1790] Compiling asn1_compat.cc
[1753/1790] Compiling hexdump.cc
[1754/1790] Compiling printf.cc
[1755/1790] Compiling pair.cc
[1756/1790] Compiling file.cc
[1757/1790] Compiling bio_mem.cc
[1758/1790] Compiling bio.cc
[1759/1790] Compiling errno.cc
[1760/1790] Compiling base64.cc
[1761/1790] Compiling fd.cc
[1762/1790] Compiling tasn_typ.cc
[1763/1790] Compiling tasn_fre.cc
[1764/1790] Compiling f_string.cc
[1765/1790] Compiling tasn_enc.cc
[1766/1790] Compiling posix_time.cc
[1767/1790] Compiling tasn_utl.cc
[1768/1790] Compiling tasn_new.cc
[1769/1790] Compiling tasn_dec.cc
[1770/1790] Compiling f_int.cc
[1771/1790] Compiling asn_pack.cc
[1772/1790] Compiling asn1_lib.cc
[1773/1790] Compiling asn1_par.cc
[1774/1790] Compiling a_utctm.cc
[1775/1790] Compiling a_type.cc
[1776/1790] Compiling a_strnid.cc
[1777/1790] Compiling a_octet.cc
[1778/1790] Compiling a_object.cc
[1779/1790] Compiling a_time.cc
[1780/1790] Compiling a_strex.cc
[1781/1790] Compiling a_mbstr.cc
[1782/1790] Write sources
[1783/1790] Compiling a_bool.cc
[1784/1790] Compiling a_d2i_fp.cc
[1785/1790] Compiling a_i2d_fp.cc
[1786/1790] Compiling a_gentm.cc
[1787/1799] Compiling a_dup.cc
[1788/1821] Compiling a_int.cc
[1789/1843] Compiling a_bitstr.cc
[1791/1844] Emitting module BitCollections
[1792/1858] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1793/1858] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1794/1858] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1795/1858] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1796/1858] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1797/1858] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1798/1858] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1799/1858] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1800/1858] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1801/1858] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1802/1858] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1803/1858] Compiling BitCollections BitSet+SetAlgebra union.swift
[1804/1858] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1805/1858] Compiling BitCollections BitSet.Counted.swift
[1806/1858] Compiling BitCollections BitSet+Initializers.swift
[1807/1858] Compiling BitCollections BitSet+Invariants.swift
[1808/1858] Compiling BitCollections BitSet+Random.swift
[1809/1858] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1810/1858] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1811/1858] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1812/1858] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1813/1858] Compiling CryptoBoringWrapper RandomBytes.swift
[1814/1858] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[1815/1858] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[1816/1858] Compiling BitCollections BitArray+Extras.swift
[1817/1858] Compiling BitCollections BitArray+Fill.swift
[1818/1858] Compiling BitCollections BitArray+Hashable.swift
[1819/1858] Compiling BitCollections BitArray+Initializers.swift
[1820/1858] Compiling BitCollections BitArray+Invariants.swift
[1821/1858] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1822/1858] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1823/1858] Compiling BitCollections BitSet+CustomReflectable.swift
[1824/1858] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1825/1858] Compiling BitCollections BitSet+Equatable.swift
[1826/1858] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1827/1858] Compiling BitCollections BitSet+Extras.swift
[1828/1858] Compiling BitCollections BitSet+Hashable.swift
[1829/1858] Compiling BitCollections BitArray+BitwiseOperations.swift
[1830/1858] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[1831/1858] Compiling BitCollections BitArray+Codable.swift
[1832/1858] Compiling BitCollections BitArray+Collection.swift
[1833/1858] Compiling BitCollections BitArray+Copy.swift
[1834/1858] Compiling BitCollections BitArray+CustomReflectable.swift
[1835/1858] Compiling BitCollections BitArray+Descriptions.swift
[1836/1858] Compiling BitCollections BitArray+Equatable.swift
[1837/1858] Compiling BitCollections BitArray+RandomBits.swift
[1838/1858] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1839/1858] Compiling BitCollections BitArray+Shifts.swift
[1840/1858] Compiling BitCollections BitArray+Testing.swift
[1841/1858] Compiling BitCollections BitArray._UnsafeHandle.swift
[1842/1858] Compiling BitCollections BitArray.swift
[1843/1858] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1844/1858] Compiling BitCollections BitSet+Codable.swift
[1845/1858] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1846/1858] Compiling BitCollections BitSet.Index.swift
[1847/1858] Compiling BitCollections BitSet._UnsafeHandle.swift
[1848/1858] Compiling BitCollections BitSet.swift
[1849/1858] Compiling BitCollections Range+Utilities.swift
[1850/1858] Compiling BitCollections Slice+Utilities.swift
[1851/1858] Compiling BitCollections UInt+Tricks.swift
[1852/1858] Compiling BitCollections _Word.swift
[1853/1858] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1854/1858] Emitting module CryptoBoringWrapper
[1855/1859] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1856/1859] Compiling CryptoBoringWrapper EllipticCurve.swift
[1857/1859] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1858/1859] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1861/1933] Compiling Collections Collections.swift
[1862/1933] Emitting module Collections
[1864/1975] Emitting module MultipartKit
[1865/1977] Compiling Crypto HPKE-Ciphersuite.swift
[1866/1977] Compiling Crypto HPKE-KDF.swift
[1867/1977] Compiling Crypto HPKE-KexKeyDerivation.swift
[1868/1977] Compiling Crypto HPKE-LabeledExtract.swift
[1869/1977] Compiling Crypto HPKE-Utils.swift
[1870/1977] Compiling Crypto DHKEM.swift
[1871/1977] Compiling Crypto HPKE-KEM-Curve25519.swift
[1872/1977] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1873/1977] Compiling Crypto HPKE-KEM.swift
[1874/1977] Compiling Crypto HPKE-Errors.swift
[1875/1986] Compiling AsyncKit Future+Miscellaneous.swift
[1876/1986] Compiling AsyncKit Future+Nonempty.swift
[1877/1986] Compiling AsyncKit Future+Optional.swift
[1878/1986] Compiling MultipartKit MultipartSerializer.swift
[1879/1986] Compiling MultipartKit Utilities.swift
[1880/1986] Compiling AsyncKit FutureOperators.swift
[1881/1988] Compiling AsyncKit EventLoopConnectionPool.swift
[1882/1988] Compiling AsyncKit EventLoopGroupConnectionPool.swift
[1883/1988] Compiling AsyncKit EventLoop+Concurrency.swift
[1884/1988] Compiling AsyncKit Collection+Flatten.swift
[1885/1988] Compiling AsyncKit EventLoopFutureQueue+Sequence.swift
[1886/1988] Compiling AsyncKit EventLoop+Flatten.swift
[1887/1988] Compiling AsyncKit EventLoop+Future.swift
[1888/1988] Compiling AsyncKit EventLoopGroup+Concurrency.swift
[1889/1988] Compiling AsyncKit ConnectionPoolError.swift
[1890/1988] Compiling AsyncKit ConnectionPoolItem.swift
[1891/1988] Compiling AsyncKit ConnectionPoolSource.swift
[1897/1988] Compiling Crypto SymmetricKeys.swift
[1898/1988] Compiling Crypto HMAC.swift
[1899/1988] Compiling Crypto MACFunctions.swift
[1900/1988] Compiling Crypto MessageAuthenticationCode.swift
[1901/1988] Compiling Crypto AES.swift
[1902/1988] Compiling Crypto ECDSASignature_boring.swift
[1903/1988] Compiling Crypto ECDSA_boring.swift
[1904/1988] Compiling Crypto EdDSA_boring.swift
[1905/1988] Compiling Crypto ECDSA.swift
[1906/1988] Compiling Crypto Ed25519.swift
[1907/1988] Compiling AsyncKit Future+Conjunctions.swift
[1910/1988] Compiling AsyncKit EventLoopFutureQueue.swift
[1911/1988] Compiling AsyncKit Future+Collection.swift
[1913/1988] Compiling AsyncKit EventLoopGroup+Throwing.swift
[1915/1989] Compiling AsyncKit Optional+StrictMap.swift
[1916/1989] Compiling AsyncKit Exports.swift
[1917/1989] Compiling Crypto HKDF.swift
[1918/1989] Compiling Crypto AESWrap.swift
[1919/1989] Compiling Crypto AESWrap_boring.swift
[1920/1989] Compiling Crypto Ed25519_boring.swift
[1921/1989] Compiling Crypto NISTCurvesKeys_boring.swift
[1922/1989] Compiling Crypto X25519Keys_boring.swift
[1923/1989] Compiling Crypto Curve25519.swift
[1924/1989] Compiling Crypto Ed25519Keys.swift
[1925/1989] Compiling Crypto NISTCurvesKeys.swift
[1926/1989] Compiling Crypto X25519Keys.swift
[1927/1989] Compiling Crypto HPKE.swift
[1928/1989] Compiling Crypto HPKE-Context.swift
[1929/1989] Compiling Crypto HPKE-KeySchedule.swift
[1930/1989] Compiling Crypto HPKE-Modes.swift
[1931/1989] Compiling Crypto Insecure.swift
[1932/1989] Compiling Crypto Insecure_HashFunctions.swift
[1933/1989] Compiling Crypto KEM.swift
[1934/1989] Compiling Crypto ECDH_boring.swift
[1935/1989] Compiling Crypto DH.swift
[1936/1989] Compiling Crypto ECDH.swift
[1950/1989] Compiling Crypto ASN1OctetString.swift
[1951/1989] Compiling Crypto ASN1Strings.swift
[1952/1989] Compiling Crypto ArraySliceBigint.swift
[1953/1989] Compiling Crypto GeneralizedTime.swift
[1954/1989] Compiling Crypto ObjectIdentifier.swift
[1955/1989] Compiling Crypto ECDSASignature.swift
[1956/1989] Compiling Crypto PEMDocument.swift
[1957/1989] Emitting module Crypto
[1968/1989] Compiling Crypto Signature.swift
[1969/1989] Compiling Crypto CryptoKitErrors_boring.swift
[1970/1989] Compiling Crypto RNG_boring.swift
[1971/1989] Compiling Crypto SafeCompare_boring.swift
[1972/1989] Compiling Crypto Zeroization_boring.swift
[1973/1989] Compiling Crypto PrettyBytes.swift
[1974/1989] Compiling Crypto SafeCompare.swift
[1975/1989] Compiling Crypto SecureBytes.swift
[1976/1989] Compiling Crypto Zeroization.swift
[1978/1990] Emitting module AsyncKit
[1992/2160] Compiling Vapor HTTPServerResponseEncoder.swift
[1993/2160] Compiling Vapor HTTPServerUpgradeHandler.swift
[1994/2160] Compiling Vapor Logger+Report.swift
[1995/2160] Compiling Vapor LoggingSystem+Environment.swift
[1996/2160] Compiling Vapor Application+Middleware.swift
[1997/2160] Compiling Vapor CORSMiddleware.swift
[1998/2160] Compiling Vapor ErrorMiddleware.swift
[1999/2160] Compiling Vapor FileMiddleware.swift
[2000/2160] Compiling Vapor Middleware.swift
[2001/2160] Compiling Vapor MiddlewareConfiguration.swift
[2002/2160] Compiling Vapor ResponseCompressionMiddleware.swift
[2003/2160] Compiling Vapor RouteLoggingMiddleware.swift
[2004/2160] Compiling Vapor TracingMiddleware.swift
[2005/2160] Compiling Vapor File+Multipart.swift
[2006/2160] Compiling Vapor FormDataDecoder+Content.swift
[2007/2160] Compiling Vapor FormDataEncoder+Content.swift
[2008/2160] Compiling Vapor Application+Password.swift
[2009/2160] Compiling Vapor Application+Passwords.swift
[2010/2160] Compiling Vapor AsyncPasswordHasher.swift
[2011/2160] Compiling Vapor BcryptHasher.swift
[2012/2160] Compiling Vapor PasswordHasher.swift
[2013/2160] Compiling Vapor PlaintextHasher.swift
[2014/2160] Compiling Vapor Request+Password.swift
[2015/2160] Compiling Vapor Redirect.swift
[2016/2184] Compiling Vapor Application.swift
[2017/2184] Compiling Vapor AuthenticationCache.swift
[2018/2184] Compiling Vapor Authenticator.swift
[2019/2184] Compiling Vapor BasicAuthorization.swift
[2020/2184] Compiling Vapor BearerAuthorization.swift
[2021/2184] Compiling Vapor GuardMiddleware.swift
[2022/2184] Compiling Vapor RedirectMiddleware.swift
[2023/2184] Compiling Vapor SessionAuthenticatable.swift
[2024/2184] Compiling Vapor Bcrypt.swift
[2025/2184] Compiling Vapor Application+Cache.swift
[2026/2184] Compiling Vapor Cache.swift
[2027/2184] Compiling Vapor CacheExpirationTime.swift
[2028/2184] Compiling Vapor MemoryCache.swift
[2029/2184] Compiling Vapor Request+Cache.swift
[2030/2184] Compiling Vapor Application+Clients.swift
[2031/2184] Compiling Vapor Client.swift
[2032/2184] Compiling Vapor ClientRequest.swift
[2033/2184] Compiling Vapor ClientResponse.swift
[2034/2184] Compiling Vapor Request+Client.swift
[2035/2184] Compiling Vapor BootCommand.swift
[2036/2184] Compiling Vapor CommandContext+Application.swift
[2037/2184] Compiling Vapor RoutesCommand.swift
[2038/2184] Compiling Vapor ServeCommand.swift
[2039/2184] Compiling Vapor AnyResponse+Concurrency.swift
[2040/2208] Compiling Vapor Validator.swift
[2041/2208] Compiling Vapor ValidatorResult.swift
[2042/2208] Compiling Vapor And.swift
[2043/2208] Compiling Vapor Case.swift
[2044/2208] Compiling Vapor CharacterSet.swift
[2045/2208] Compiling Vapor Count.swift
[2046/2208] Compiling Vapor Custom.swift
[2047/2208] Compiling Vapor Email.swift
[2048/2208] Compiling Vapor Empty.swift
[2049/2208] Compiling Vapor In.swift
[2050/2208] Compiling Vapor Nil.swift
[2051/2208] Compiling Vapor NilIgnoring.swift
[2052/2208] Compiling Vapor Not.swift
[2053/2208] Compiling Vapor Or.swift
[2054/2208] Compiling Vapor Pattern.swift
[2055/2208] Compiling Vapor Range.swift
[2056/2208] Compiling Vapor URL.swift
[2057/2208] Compiling Vapor Valid.swift
[2058/2208] Compiling Vapor Application+Views.swift
[2059/2208] Compiling Vapor PlaintextRenderer.swift
[2060/2208] Compiling Vapor Request+View.swift
[2061/2208] Compiling Vapor View.swift
[2062/2208] Compiling Vapor ViewRenderer.swift
[2063/2208] Compiling Vapor _Deprecations.swift
[2064/2208] Compiling Vapor Service.swift
[2065/2208] Compiling Vapor Application+Sessions.swift
[2066/2208] Compiling Vapor MemorySessions.swift
[2067/2208] Compiling Vapor Request+Session.swift
[2068/2208] Compiling Vapor Session.swift
[2069/2208] Compiling Vapor SessionCache.swift
[2070/2208] Compiling Vapor SessionData.swift
[2071/2208] Compiling Vapor SessionDriver.swift
[2072/2208] Compiling Vapor SessionsConfiguration.swift
[2073/2208] Compiling Vapor SessionsMiddleware.swift
[2074/2208] Compiling Vapor URLEncodedFormData.swift
[2075/2208] Compiling Vapor URLEncodedFormDecoder.swift
[2076/2208] Compiling Vapor URLEncodedFormEncoder.swift
[2077/2208] Compiling Vapor URLEncodedFormError.swift
[2078/2208] Compiling Vapor URLEncodedFormParser.swift
[2079/2208] Compiling Vapor URLEncodedFormSerializer.swift
[2080/2208] Compiling Vapor URLQueryFragmentConvertible.swift
[2081/2208] Compiling Vapor AnyResponse.swift
[2082/2208] Compiling Vapor Array+Random.swift
[2083/2208] Compiling Vapor Base32.swift
[2084/2208] Compiling Vapor Base64.swift
[2085/2208] Compiling Vapor BaseN.swift
[2086/2208] Compiling Vapor BasicCodingKey.swift
[2087/2208] Compiling Vapor ByteCount.swift
[2088/2208] Compiling Vapor Bytes+Hex.swift
[2089/2208] Compiling Vapor Bytes+SecureCompare.swift
[2090/2208] Compiling Vapor Collection+Safe.swift
[2091/2208] Compiling Vapor DataProtocol+Copy.swift
[2092/2208] Compiling Vapor DecoderUnwrapper.swift
[2093/2208] Compiling Vapor DirectoryConfiguration.swift
[2094/2208] Compiling Vapor DotEnv.swift
[2095/2208] Compiling Vapor Extendable.swift
[2096/2208] Compiling Vapor File.swift
[2097/2208] Compiling Vapor FileIO.swift
[2098/2208] Compiling Vapor LifecycleHandler.swift
[2099/2208] Compiling Vapor OptionalType.swift
[2100/2208] Compiling Vapor RFC1123.swift
[2101/2208] Compiling Vapor SocketAddress+Hostname.swift
[2102/2208] Compiling Vapor Storage.swift
[2103/2208] Compiling Vapor String+IsIPAddress.swift
[2104/2208] Compiling Vapor Thread.swift
[2105/2208] Compiling Vapor URI.swift
[2106/2208] Compiling Vapor RangeResult.swift
[2107/2208] Compiling Vapor Validatable.swift
[2108/2208] Compiling Vapor Validation.swift
[2109/2208] Compiling Vapor ValidationKey.swift
[2110/2208] Compiling Vapor Validations.swift
[2111/2208] Compiling Vapor ValidationsError.swift
[2112/2208] Compiling Vapor Request+Body.swift
[2113/2208] Compiling Vapor Request+BodyStream.swift
[2114/2208] Compiling Vapor Request.swift
[2115/2208] Compiling Vapor Application+Responder.swift
[2116/2208] Compiling Vapor DefaultResponder.swift
[2117/2208] Compiling Vapor Response+Body.swift
[2118/2208] Compiling Vapor Response.swift
[2119/2208] Compiling Vapor ResponseCodable.swift
[2120/2208] Compiling Vapor Application+Routes.swift
[2121/2208] Compiling Vapor Parameters+Require.swift
[2122/2208] Compiling Vapor Request+WebSocket.swift
[2123/2208] Compiling Vapor Route.swift
[2124/2208] Compiling Vapor RouteCollection.swift
[2125/2208] Compiling Vapor Routes.swift
[2126/2208] Compiling Vapor RoutesBuilder+Group.swift
[2127/2208] Compiling Vapor RoutesBuilder+Method.swift
[2128/2208] Compiling Vapor RoutesBuilder+Middleware.swift
[2129/2208] Compiling Vapor RoutesBuilder+WebSocket.swift
[2130/2208] Compiling Vapor RoutesBuilder.swift
[2131/2208] Compiling Vapor OTP.swift
[2132/2208] Compiling Vapor Application+Servers.swift
[2133/2208] Compiling Vapor Server.swift
[2134/2208] Compiling Vapor App+Service.swift
[2135/2208] Compiling Vapor Req+Service.swift
[2136/2208] Emitting module Vapor
[2137/2208] Compiling Vapor Core.swift
[2138/2208] Compiling Vapor Running.swift
[2139/2208] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2140/2208] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2141/2208] Compiling Vapor DotEnvFile+load.swift
[2142/2208] Compiling Vapor Routes+caseInsenstive.swift
[2143/2208] Compiling Vapor Validatable+validate.swift
[2144/2208] Compiling Vapor Environment+Process.swift
[2145/2208] Compiling Vapor Environment+Secret.swift
[2146/2208] Compiling Vapor Environment.swift
[2147/2208] Compiling Vapor Abort.swift
[2148/2208] Compiling Vapor AbortError.swift
[2149/2208] Compiling Vapor DebuggableError.swift
[2150/2208] Compiling Vapor Demangler.swift
[2151/2208] Compiling Vapor ErrorSource.swift
[2152/2208] Compiling Vapor StackTrace.swift
[2153/2208] Compiling Vapor Exports.swift
[2154/2208] Compiling Vapor Application+HTTP.swift
[2155/2208] Compiling Vapor BasicResponder.swift
[2156/2208] Compiling Vapor BodyStream.swift
[2157/2208] Compiling Vapor Application+HTTP+Client.swift
[2158/2208] Compiling Vapor EventLoopHTTPClient.swift
[2159/2208] Compiling Vapor EndpointCache.swift
[2160/2208] Compiling Vapor HTTPMethod+String.swift
[2161/2208] Compiling Vapor AsyncBasicResponder.swift
[2162/2208] Compiling Vapor AsyncMiddleware.swift
[2163/2208] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2164/2208] Compiling Vapor AsyncSessionDriver.swift
[2165/2208] Compiling Vapor Authentication+Concurrency.swift
[2166/2208] Compiling Vapor Cache+Concurrency.swift
[2167/2208] Compiling Vapor Client+Concurrency.swift
[2168/2208] Compiling Vapor RequestBody+Concurrency.swift
[2169/2208] Compiling Vapor Responder+Concurrency.swift
[2170/2208] Compiling Vapor ResponseCodable+Concurrency.swift
[2171/2208] Compiling Vapor RoutesBuilder+Concurrency.swift
[2172/2208] Compiling Vapor ViewRenderer+Concurrency.swift
[2173/2208] Compiling Vapor WebSocket+Concurrency.swift
[2174/2208] Compiling Vapor ContainerGetPathExecutor.swift
[2175/2208] Compiling Vapor Content.swift
[2176/2208] Compiling Vapor ContentCoders.swift
[2177/2208] Compiling Vapor ContentConfiguration.swift
[2178/2208] Compiling Vapor ContentContainer.swift
[2179/2208] Compiling Vapor JSONCoder+Custom.swift
[2180/2208] Compiling Vapor JSONCoders+Content.swift
[2181/2208] Compiling Vapor PlaintextDecoder.swift
[2182/2208] Compiling Vapor PlaintextEncoder.swift
[2183/2208] Compiling Vapor URLQueryCoders.swift
[2184/2208] Compiling Vapor URLQueryContainer.swift
[2185/2208] Compiling Vapor HTTPStatus.swift
[2186/2208] Compiling Vapor HTTPCookies.swift
[2187/2208] Compiling Vapor HTTPHeaderCacheControl.swift
[2188/2208] Compiling Vapor HTTPHeaderExpires.swift
[2189/2208] Compiling Vapor HTTPHeaderLastModified.swift
[2190/2208] Compiling Vapor HTTPHeaders+Cache.swift
[2191/2208] Compiling Vapor HTTPHeaders+Connection.swift
[2192/2208] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2193/2208] Compiling Vapor HTTPHeaders+ContentRange.swift
[2194/2208] Compiling Vapor HTTPHeaders+Directive.swift
[2195/2208] Compiling Vapor HTTPHeaders+Forwarded.swift
[2196/2208] Compiling Vapor HTTPHeaders+Link.swift
[2197/2208] Compiling Vapor HTTPHeaders+Name.swift
[2198/2208] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2199/2208] Compiling Vapor HTTPHeaders.swift
[2200/2208] Compiling Vapor HTTPMediaType.swift
[2201/2208] Compiling Vapor HTTPMediaTypePreference.swift
[2202/2208] Compiling Vapor Responder.swift
[2203/2208] Compiling Vapor Application+HTTP+Server.swift
[2204/2208] Compiling Vapor HTTPServer.swift
[2205/2208] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2206/2208] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2207/2208] Compiling Vapor HTTPServerHandler.swift
[2208/2208] Compiling Vapor HTTPServerRequestDecoder.swift
[2210/2231] Emitting module Branch
/host/spi-builder-workspace/Sources/Branch/Branch.swift:78:12: warning: type 'Branch.ConfigurationKey.Value' (aka 'BranchConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
76 |
77 | extension Branch {
78 | struct ConfigurationKey: StorageKey {
| `- warning: type 'Branch.ConfigurationKey.Value' (aka 'BranchConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
79 | typealias Value = BranchConfiguration
80 | }
/host/spi-builder-workspace/Sources/Branch/Configuration.swift:3:15: note: consider making struct 'BranchConfiguration' conform to the 'Sendable' protocol
1 | import Vapor
2 |
3 | public struct BranchConfiguration {
| `- note: consider making struct 'BranchConfiguration' conform to the 'Sendable' protocol
4 | public let key, secret: String
5 |
/host/spi-builder-workspace/Sources/Branch/Endpoints/Link/Link+Create.swift:11:13: warning: stored property 'data' of 'Sendable'-conforming generic struct 'LinkCreatePayload' has non-sendable type 'T'; this is an error in the Swift 6 language mode
2 |
3 | extension Link {
4 | public struct LinkCreatePayload<T: Codable>: Content {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
5 | fileprivate var branch_key: String?
6 | var channel: String?
:
9 | var stage: String?
10 | var tags: [String]?
11 | var data: T
| `- warning: stored property 'data' of 'Sendable'-conforming generic struct 'LinkCreatePayload' has non-sendable type 'T'; this is an error in the Swift 6 language mode
12 | public init (channel: String? = nil, feature: String? = nil, campaign: String? = nil, stage: String? = nil, tags: [String], data: T) {
13 | self.channel = channel
/host/spi-builder-workspace/Sources/Branch/Endpoints/Link/Link+Read.swift:8:13: warning: stored property 'data' of 'Sendable'-conforming generic struct 'ReadLink' has non-sendable type 'T'; this is an error in the Swift 6 language mode
2 |
3 | extension Link {
4 | public struct ReadLink<T: Codable>: Content {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
5 | let campaign, channel, feature, stage, alias: String?
6 | let type: Int?
7 | let tags: [String]?
8 | let data: T
| `- warning: stored property 'data' of 'Sendable'-conforming generic struct 'ReadLink' has non-sendable type 'T'; this is an error in the Swift 6 language mode
9 | }
10 |
[2211/2231] Compiling Branch Referral+Reward.swift
[2212/2231] Compiling Branch Referral.swift
[2213/2231] Compiling Branch User+Read.swift
[2214/2233] Compiling Branch User.swift
[2215/2233] Compiling Branch Webhook.swift
[2216/2233] Compiling Branch Branch.swift
/host/spi-builder-workspace/Sources/Branch/Branch.swift:78:12: warning: type 'Branch.ConfigurationKey.Value' (aka 'BranchConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
76 |
77 | extension Branch {
78 | struct ConfigurationKey: StorageKey {
| `- warning: type 'Branch.ConfigurationKey.Value' (aka 'BranchConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
79 | typealias Value = BranchConfiguration
80 | }
/host/spi-builder-workspace/Sources/Branch/Configuration.swift:3:15: note: consider making struct 'BranchConfiguration' conform to the 'Sendable' protocol
1 | import Vapor
2 |
3 | public struct BranchConfiguration {
| `- note: consider making struct 'BranchConfiguration' conform to the 'Sendable' protocol
4 | public let key, secret: String
5 |
[2217/2233] Compiling Branch Configuration.swift
/host/spi-builder-workspace/Sources/Branch/Branch.swift:78:12: warning: type 'Branch.ConfigurationKey.Value' (aka 'BranchConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
76 |
77 | extension Branch {
78 | struct ConfigurationKey: StorageKey {
| `- warning: type 'Branch.ConfigurationKey.Value' (aka 'BranchConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
79 | typealias Value = BranchConfiguration
80 | }
/host/spi-builder-workspace/Sources/Branch/Configuration.swift:3:15: note: consider making struct 'BranchConfiguration' conform to the 'Sendable' protocol
1 | import Vapor
2 |
3 | public struct BranchConfiguration {
| `- note: consider making struct 'BranchConfiguration' conform to the 'Sendable' protocol
4 | public let key, secret: String
5 |
[2218/2233] Compiling Branch App+Create.swift
/host/spi-builder-workspace/Sources/Branch/Branch.swift:78:12: warning: type 'Branch.ConfigurationKey.Value' (aka 'BranchConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
76 |
77 | extension Branch {
78 | struct ConfigurationKey: StorageKey {
| `- warning: type 'Branch.ConfigurationKey.Value' (aka 'BranchConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
79 | typealias Value = BranchConfiguration
80 | }
/host/spi-builder-workspace/Sources/Branch/Configuration.swift:3:15: note: consider making struct 'BranchConfiguration' conform to the 'Sendable' protocol
1 | import Vapor
2 |
3 | public struct BranchConfiguration {
| `- note: consider making struct 'BranchConfiguration' conform to the 'Sendable' protocol
4 | public let key, secret: String
5 |
[2219/2233] Compiling Branch Link+Read.swift
/host/spi-builder-workspace/Sources/Branch/Endpoints/Link/Link+Read.swift:8:13: warning: stored property 'data' of 'Sendable'-conforming generic struct 'ReadLink' has non-sendable type 'T'; this is an error in the Swift 6 language mode
2 |
3 | extension Link {
4 | public struct ReadLink<T: Codable>: Content {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
5 | let campaign, channel, feature, stage, alias: String?
6 | let type: Int?
7 | let tags: [String]?
8 | let data: T
| `- warning: stored property 'data' of 'Sendable'-conforming generic struct 'ReadLink' has non-sendable type 'T'; this is an error in the Swift 6 language mode
9 | }
10 |
[2220/2233] Compiling Branch Link+Update.swift
/host/spi-builder-workspace/Sources/Branch/Endpoints/Link/Link+Read.swift:8:13: warning: stored property 'data' of 'Sendable'-conforming generic struct 'ReadLink' has non-sendable type 'T'; this is an error in the Swift 6 language mode
2 |
3 | extension Link {
4 | public struct ReadLink<T: Codable>: Content {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
5 | let campaign, channel, feature, stage, alias: String?
6 | let type: Int?
7 | let tags: [String]?
8 | let data: T
| `- warning: stored property 'data' of 'Sendable'-conforming generic struct 'ReadLink' has non-sendable type 'T'; this is an error in the Swift 6 language mode
9 | }
10 |
[2221/2233] Compiling Branch Link.swift
/host/spi-builder-workspace/Sources/Branch/Endpoints/Link/Link+Read.swift:8:13: warning: stored property 'data' of 'Sendable'-conforming generic struct 'ReadLink' has non-sendable type 'T'; this is an error in the Swift 6 language mode
2 |
3 | extension Link {
4 | public struct ReadLink<T: Codable>: Content {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
5 | let campaign, channel, feature, stage, alias: String?
6 | let type: Int?
7 | let tags: [String]?
8 | let data: T
| `- warning: stored property 'data' of 'Sendable'-conforming generic struct 'ReadLink' has non-sendable type 'T'; this is an error in the Swift 6 language mode
9 | }
10 |
[2222/2233] Compiling Branch Event.swift
/host/spi-builder-workspace/Sources/Branch/Endpoints/Link/Link+Create.swift:11:13: warning: stored property 'data' of 'Sendable'-conforming generic struct 'LinkCreatePayload' has non-sendable type 'T'; this is an error in the Swift 6 language mode
2 |
3 | extension Link {
4 | public struct LinkCreatePayload<T: Codable>: Content {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
5 | fileprivate var branch_key: String?
6 | var channel: String?
:
9 | var stage: String?
10 | var tags: [String]?
11 | var data: T
| `- warning: stored property 'data' of 'Sendable'-conforming generic struct 'LinkCreatePayload' has non-sendable type 'T'; this is an error in the Swift 6 language mode
12 | public init (channel: String? = nil, feature: String? = nil, campaign: String? = nil, stage: String? = nil, tags: [String], data: T) {
13 | self.channel = channel
[2223/2233] Compiling Branch Link+Create.swift
/host/spi-builder-workspace/Sources/Branch/Endpoints/Link/Link+Create.swift:11:13: warning: stored property 'data' of 'Sendable'-conforming generic struct 'LinkCreatePayload' has non-sendable type 'T'; this is an error in the Swift 6 language mode
2 |
3 | extension Link {
4 | public struct LinkCreatePayload<T: Codable>: Content {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
5 | fileprivate var branch_key: String?
6 | var channel: String?
:
9 | var stage: String?
10 | var tags: [String]?
11 | var data: T
| `- warning: stored property 'data' of 'Sendable'-conforming generic struct 'LinkCreatePayload' has non-sendable type 'T'; this is an error in the Swift 6 language mode
12 | public init (channel: String? = nil, feature: String? = nil, campaign: String? = nil, stage: String? = nil, tags: [String], data: T) {
13 | self.channel = channel
[2224/2233] Compiling Branch Link+CreateBulk.swift
/host/spi-builder-workspace/Sources/Branch/Endpoints/Link/Link+Create.swift:11:13: warning: stored property 'data' of 'Sendable'-conforming generic struct 'LinkCreatePayload' has non-sendable type 'T'; this is an error in the Swift 6 language mode
2 |
3 | extension Link {
4 | public struct LinkCreatePayload<T: Codable>: Content {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
5 | fileprivate var branch_key: String?
6 | var channel: String?
:
9 | var stage: String?
10 | var tags: [String]?
11 | var data: T
| `- warning: stored property 'data' of 'Sendable'-conforming generic struct 'LinkCreatePayload' has non-sendable type 'T'; this is an error in the Swift 6 language mode
12 | public init (channel: String? = nil, feature: String? = nil, campaign: String? = nil, stage: String? = nil, tags: [String], data: T) {
13 | self.channel = channel
[2225/2233] Compiling Branch Referral+Read.swift
[2226/2233] Compiling Branch Referral+Reconcile.swift
[2227/2233] Compiling Branch Referral+Redeem.swift
[2228/2233] Compiling Branch Referral+CreateRule.swift
/host/spi-builder-workspace/Sources/Branch/Endpoints/Referral/Referral+Link.swift:7:13: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
5 | fileprivate var branch_key: String?
6 | let channel, identity: String
7 | let feature = "referrals"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'feature' case to silence this warning
| `- note: make the property mutable instead
8 | let campaign = "referral-campaign"
9 | }
/host/spi-builder-workspace/Sources/Branch/Endpoints/Referral/Referral+Link.swift:8:13: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
6 | let channel, identity: String
7 | let feature = "referrals"
8 | let campaign = "referral-campaign"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'campaign' case to silence this warning
| `- note: make the property mutable instead
9 | }
10 |
[2229/2233] Compiling Branch Referral+History.swift
/host/spi-builder-workspace/Sources/Branch/Endpoints/Referral/Referral+Link.swift:7:13: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
5 | fileprivate var branch_key: String?
6 | let channel, identity: String
7 | let feature = "referrals"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'feature' case to silence this warning
| `- note: make the property mutable instead
8 | let campaign = "referral-campaign"
9 | }
/host/spi-builder-workspace/Sources/Branch/Endpoints/Referral/Referral+Link.swift:8:13: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
6 | let channel, identity: String
7 | let feature = "referrals"
8 | let campaign = "referral-campaign"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'campaign' case to silence this warning
| `- note: make the property mutable instead
9 | }
10 |
[2230/2233] Compiling Branch Referral+Link.swift
/host/spi-builder-workspace/Sources/Branch/Endpoints/Referral/Referral+Link.swift:7:13: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
5 | fileprivate var branch_key: String?
6 | let channel, identity: String
7 | let feature = "referrals"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'feature' case to silence this warning
| `- note: make the property mutable instead
8 | let campaign = "referral-campaign"
9 | }
/host/spi-builder-workspace/Sources/Branch/Endpoints/Referral/Referral+Link.swift:8:13: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
6 | let channel, identity: String
7 | let feature = "referrals"
8 | let campaign = "referral-campaign"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'campaign' case to silence this warning
| `- note: make the property mutable instead
9 | }
10 |
[2231/2233] Compiling Branch App+Read.swift
[2232/2233] Compiling Branch App+Update.swift
[2233/2233] Compiling Branch App.swift
Build complete! (270.64s)
Build complete.
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
}
],
"manifest_display_name" : "Branch",
"name" : "Branch",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "Branch",
"targets" : [
"Branch"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "BranchTests",
"module_type" : "SwiftTarget",
"name" : "BranchTests",
"path" : "Tests/BranchTests",
"sources" : [
"BranchTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Branch"
],
"type" : "test"
},
{
"c99name" : "Branch",
"module_type" : "SwiftTarget",
"name" : "Branch",
"path" : "Sources/Branch",
"product_dependencies" : [
"Vapor"
],
"product_memberships" : [
"Branch"
],
"sources" : [
"Branch.swift",
"Configuration.swift",
"Endpoints/App/App+Create.swift",
"Endpoints/App/App+Read.swift",
"Endpoints/App/App+Update.swift",
"Endpoints/App/App.swift",
"Endpoints/Event/Event.swift",
"Endpoints/Link/Link+Create.swift",
"Endpoints/Link/Link+CreateBulk.swift",
"Endpoints/Link/Link+Read.swift",
"Endpoints/Link/Link+Update.swift",
"Endpoints/Link/Link.swift",
"Endpoints/Referral/Referral+CreateRule.swift",
"Endpoints/Referral/Referral+History.swift",
"Endpoints/Referral/Referral+Link.swift",
"Endpoints/Referral/Referral+Read.swift",
"Endpoints/Referral/Referral+Reconcile.swift",
"Endpoints/Referral/Referral+Redeem.swift",
"Endpoints/Referral/Referral+Reward.swift",
"Endpoints/Referral/Referral.swift",
"Endpoints/User/User+Read.swift",
"Endpoints/User/User.swift",
"Endpoints/Webhook/Webhook.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.