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