Build Information
Successful build of swift-log-loki, reference v2.0.0 (3ce3f4), with Swift 6.1 for Linux on 23 Mar 2026 17:52:22 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lovetodream/swift-log-loki.git
Reference: v2.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/lovetodream/swift-log-loki
* tag v2.0.0 -> FETCH_HEAD
HEAD is now at 3ce3f44 Prepare v2 release (#18)
Cloned https://github.com/lovetodream/swift-log-loki.git
Revision (git rev-parse @):
3ce3f444077cb31b06d86da540eecaaabaa31941
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/lovetodream/swift-log-loki.git at v2.0.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/lovetodream/swift-log-loki.git
https://github.com/lovetodream/swift-log-loki.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin.git"
},
{
"identity" : "swift-protobuf",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-protobuf.git"
},
{
"identity" : "swift-snappy",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/lovetodream/swift-snappy.git"
},
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client.git"
},
{
"identity" : "swift-service-lifecycle",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-service-lifecycle.git"
}
],
"manifest_display_name" : "swift-log-loki",
"name" : "swift-log-loki",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "tvos",
"version" : "18.0"
},
{
"name" : "watchos",
"version" : "11.0"
},
{
"name" : "visionos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "LoggingLoki",
"targets" : [
"LoggingLoki"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "BasicUsage",
"targets" : [
"BasicUsage"
],
"type" : {
"snippet" : null
}
}
],
"targets" : [
{
"c99name" : "LoggingLokiTests",
"module_type" : "SwiftTarget",
"name" : "LoggingLokiTests",
"path" : "Tests/LoggingLokiTests",
"sources" : [
"IntegrationTests.swift",
"LokiLogHandlerTests.swift",
"LokiLogProcessorConfigurationTests.swift",
"LokiLogProcessorTests.swift",
"MockClock.swift"
],
"target_dependencies" : [
"LoggingLoki"
],
"type" : "test"
},
{
"c99name" : "LoggingLoki",
"module_type" : "SwiftTarget",
"name" : "LoggingLoki",
"path" : "Sources/LoggingLoki",
"product_dependencies" : [
"Logging",
"SwiftProtobuf",
"Snappy",
"AsyncHTTPClient",
"ServiceLifecycle"
],
"product_memberships" : [
"LoggingLoki",
"BasicUsage"
],
"sources" : [
"Batch.swift",
"BatchEntry.swift",
"LokiLog.swift",
"LokiLogHandler.swift",
"LokiLogProcessor.swift",
"LokiRequest.swift",
"LokiStream.swift",
"LokiTransformer.swift",
"LokiTransport.swift",
"Proto/push.pb.swift",
"Utility/Timeout.swift"
],
"type" : "library"
},
{
"c99name" : "BasicUsage",
"module_type" : "SwiftTarget",
"name" : "BasicUsage",
"path" : "Snippets",
"product_memberships" : [
"BasicUsage"
],
"sources" : [
"BasicUsage.swift"
],
"target_dependencies" : [
"LoggingLoki"
],
"type" : "snippet"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/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 swiftpackageindex/spi-images
Digest: sha256:7e70e0a64d2f2fbcaf7a9ded92418bf54647123e95b9450d840f38f11e93f5d2
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/lovetodream/swift-snappy.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-docc-plugin.git
[1/2171] Fetching swift-docc-plugin
[240/2365] Fetching swift-docc-plugin, swift-snappy
[394/5041] Fetching swift-docc-plugin, swift-snappy, swift-service-lifecycle
[2220/11302] Fetching swift-docc-plugin, swift-snappy, swift-service-lifecycle, swift-log
[4178/26937] Fetching swift-docc-plugin, swift-snappy, swift-service-lifecycle, swift-log, async-http-client
Fetched https://github.com/lovetodream/swift-snappy.git from cache (1.08s)
Fetched https://github.com/apple/swift-docc-plugin.git from cache (1.08s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.09s)
Fetched https://github.com/apple/swift-log.git from cache (1.09s)
[10632/15635] Fetching async-http-client
Fetching https://github.com/apple/swift-protobuf.git
Fetched https://github.com/swift-server/async-http-client.git from cache (2.06s)
[1/42967] Fetching swift-protobuf
Fetched https://github.com/apple/swift-protobuf.git from cache (10.43s)
Computing version for https://github.com/lovetodream/swift-snappy.git
Computed https://github.com/lovetodream/swift-snappy.git at 1.0.0 (16.61s)
Fetching https://github.com/apple/swift-system
[1/5601] Fetching swift-system
Fetched https://github.com/apple/swift-system from cache (0.72s)
Computing version for https://github.com/apple/swift-docc-plugin.git
Computed https://github.com/apple/swift-docc-plugin.git at 1.4.6 (1.90s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[37/3671] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.76s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.96s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.6.4 (1.45s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.10.1 (0.92s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/6228] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.72s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (2.00s)
Fetching https://github.com/apple/swift-collections.git
[1/22628] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.30s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (3.77s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (0.96s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.36.1 (1.07s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.32.1 (1.11s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/1820] Fetching swift-atomics
[602/4641] Fetching swift-atomics, swift-nio-transport-services
[631/10332] Fetching swift-atomics, swift-nio-transport-services, swift-distributed-tracing
[2293/16390] Fetching swift-atomics, swift-nio-transport-services, swift-distributed-tracing, swift-algorithms
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.20s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.20s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.21s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.22s)
[1/6491] Fetching swift-nio-extras
[1430/18561] Fetching swift-nio-extras, swift-nio-http2
[9027/33921] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl
[10717/116826] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.96s)
[5176/110335] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.78s)
[51616/98265] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (11.22s)
Fetched https://github.com/apple/swift-nio.git from cache (11.39s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.1 (13.72s)
Fetching https://github.com/apple/swift-service-context.git
[1/1210] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.42s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.48s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.67s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.3.0 (1.88s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.97s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (1.03s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.99s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.42.0 (0.85s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.1 (2.19s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.33.0 (1.30s)
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-types.git
[1/1769] Fetching swift-asn1
[1753/2720] Fetching swift-asn1, swift-http-types
[2702/9845] Fetching swift-asn1, swift-http-types, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (0.62s)
[3194/8894] Fetching swift-asn1, swift-certificates
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetched https://github.com/apple/swift-asn1.git from cache (1.07s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.07s)
[1/1219] Fetching swift-http-structured-headers
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.43s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.97.0 (3.19s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (1.78s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (3.78s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (1.03s)
Fetching https://github.com/apple/swift-crypto.git
[1/17246] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.05s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (3.95s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.3.0 (3.23s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.97.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.3.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.6.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.10.1
Creating working copy for https://github.com/lovetodream/swift-snappy.git
Working copy of https://github.com/lovetodream/swift-snappy.git resolved at 1.0.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.36.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
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.4.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.42.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.10.1
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.26.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.4.1
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-docc-plugin.git
Working copy of https://github.com/apple/swift-docc-plugin.git resolved at 1.4.6
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.3
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.6.0
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.36.1
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.18.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.32.1
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.33.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.3.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
[1/1] Compiling plugin SwiftProtobufPlugin
[2/2] Compiling plugin Swift-DocC Preview
[3/3] Compiling plugin Swift-DocC
Building for debugging...
[3/507] Compiling a_d2i_fp.cc
[4/507] Compiling _NumericsShims _NumericsShims.c
[5/507] Write sources
[7/507] Compiling a_dup.cc
[7/507] Write sources
[12/507] Compiling _AtomicsShims.c
[13/507] Compiling SnappyC map.c
[13/507] Write sources
[40/507] Compiling a_bitstr.cc
[41/507] Compiling CNIOWindows shim.c
[42/507] Compiling SnappyC snappy.c
[43/507] Compiling CNIOWindows WSAStartup.c
[44/507] Compiling CNIOWASI CNIOWASI.c
[45/507] Compiling CSystem shims.c
[46/507] Compiling CNIOPosix event_loop_id.c
[47/507] Compiling CNIOOpenBSD shim.c
[48/507] Compiling CNIOLinux liburing_shims.c
[49/507] Compiling CNIOLLHTTP c_nio_http.c
[50/507] Compiling CNIOLinux shim.c
[51/507] Compiling a_bool.cc
[52/507] Compiling CNIOExtrasZlib zutil.c
[53/507] Compiling CNIOLLHTTP c_nio_api.c
[54/507] Compiling a_gentm.cc
[55/507] Compiling CNIOExtrasZlib inftrees.c
[56/507] Compiling CNIOExtrasZlib trees.c
[57/507] Compiling CNIOExtrasZlib inffast.c
[58/507] Compiling CNIOExtrasZlib inflate.c
[59/507] Compiling CNIOExtrasZlib crc32.c
[60/507] Compiling CNIOExtrasZlib adler32.c
[61/507] Compiling CNIODarwin shim.c
[62/507] Compiling CNIOLLHTTP c_nio_llhttp.c
[63/507] Compiling fiat_p256_adx_mul.S
[64/507] Compiling CNIOExtrasZlib deflate.c
[65/507] Compiling fiat_p256_adx_sqr.S
[66/507] Compiling fiat_curve25519_adx_square.S
[67/507] Compiling fiat_curve25519_adx_mul.S
[68/507] Compiling CNIOBoringSSLShims shims.c
[69/507] Write swift-version-24593BA9C3E375BF.txt
[69/507] Compiling c-nioatomics.c
[71/507] Compiling tls_method.cc
[72/507] Compiling tls13_enc.cc
[73/507] Compiling tls13_client.cc
[74/507] Compiling tls_record.cc
[75/544] Compiling tls13_server.cc
[77/631] Emitting module _NIOBase64
[77/631] Compiling c-atomics.c
[79/631] Emitting module _NIODataStructures
[79/642] Compiling t1_enc.cc
[80/642] Compiling tls13_both.cc
[82/654] Compiling Logging LogHandler.swift
[83/654] Compiling _NIODataStructures _TinyArray.swift
[84/654] Compiling ServiceContextModule ServiceContextKey.swift
[85/654] Compiling _NIODataStructures PriorityQueue.swift
[86/654] Compiling RealModule RealFunctions.swift
[87/655] Compiling RealModule Float16+Real.swift
[88/655] Compiling RealModule Float80+Real.swift
[89/655] Emitting module RealModule
[90/655] Compiling RealModule AlgebraicField.swift
[91/655] Compiling RealModule ApproximateEquality.swift
[92/655] Compiling RealModule Real.swift
[93/655] Emitting module ServiceContextModule
[94/655] Compiling ServiceContextModule ServiceContext.swift
[95/656] Compiling RealModule AugmentedArithmetic.swift
[96/656] Compiling RealModule Double+Real.swift
[97/656] Compiling RealModule ElementaryFunctions.swift
[98/656] Compiling RealModule Float+Real.swift
[99/656] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[100/656] Compiling _NIOBase64 Base64.swift
[107/661] Compiling SwiftProtobuf BinaryDelimited.swift
[108/661] Compiling SwiftProtobuf BinaryEncoder.swift
[109/661] Compiling SwiftProtobuf BinaryEncodingError.swift
[110/661] Emitting module SystemPackage
[112/661] Compiling RealModule RelaxedArithmetic.swift
[115/689] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[116/689] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[117/691] Compiling Instrumentation NoOpInstrument.swift
[118/691] Compiling Instrumentation Instrument.swift
[119/691] Emitting module Instrumentation
[120/691] Compiling Instrumentation MultiplexInstrument.swift
[121/691] Compiling ConcurrencyHelpers LockedValueBox.swift
[122/691] Compiling InternalCollectionsUtilities _SortedCollection.swift
[123/691] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[124/691] Compiling InternalCollectionsUtilities Debugging.swift
[125/691] Compiling InternalCollectionsUtilities Descriptions.swift
[126/691] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[127/691] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[128/691] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[129/691] Compiling InternalCollectionsUtilities Span+Extras.swift
[130/691] Compiling Logging MetadataProvider.swift
[131/691] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[132/691] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[133/691] Compiling InternalCollectionsUtilities Integer rank.swift
[134/691] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[135/691] Compiling InternalCollectionsUtilities UInt+reversed.swift
[136/691] Emitting module NIOConcurrencyHelpers
[137/691] Compiling NIOConcurrencyHelpers NIOLock.swift
[138/691] Emitting module ConcurrencyHelpers
[139/691] Compiling ConcurrencyHelpers Lock.swift
[140/691] Compiling Instrumentation InstrumentationSystem.swift
[141/691] Compiling Instrumentation Locks.swift
[142/693] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[143/693] Compiling _NIODataStructures Heap.swift
[144/693] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[145/694] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[146/694] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[147/694] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[148/694] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[150/694] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[151/694] Compiling SwiftProtobuf ExtensionFields.swift
[152/694] Compiling SwiftProtobuf ExtensionMap.swift
[157/694] Emitting module Logging
[158/694] Compiling Logging Locks.swift
[159/694] Compiling InternalCollectionsUtilities String+Padding.swift
[160/694] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[161/694] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[162/694] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[164/694] Compiling SwiftProtobuf FieldTag.swift
[165/694] Compiling SwiftProtobuf FieldTypes.swift
[166/694] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[167/694] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[168/694] Compiling NIOConcurrencyHelpers lock.swift
[169/694] Compiling Logging Logging.swift
[170/694] Compiling NIOConcurrencyHelpers atomics.swift
[175/696] Wrapping AST for _NIOBase64 for debugging
[176/696] Wrapping AST for _NIODataStructures for debugging
[177/696] Wrapping AST for ServiceContextModule for debugging
[178/707] Wrapping AST for RealModule for debugging
[179/707] Wrapping AST for NIOConcurrencyHelpers for debugging
[181/707] Compiling SystemPackage SystemString.swift
[182/707] Compiling SystemPackage Util+StringArray.swift
[183/707] Compiling SystemPackage Util.swift
[184/707] Compiling SystemPackage UtilConsumers.swift
[184/708] Wrapping AST for Logging for debugging
[189/708] Wrapping AST for Instrumentation for debugging
[190/708] Wrapping AST for ConcurrencyHelpers for debugging
[192/708] Emitting module InternalCollectionsUtilities
[194/709] Emitting module Tracing
[195/709] Emitting module UnixSignals
[196/709] Compiling Tracing InstrumentationSystem+Tracing.swift
[197/709] Compiling Tracing NoOpTracer.swift
[198/709] Compiling Tracing TracingTime.swift
[200/709] Compiling Tracing TracerProtocol.swift
[201/711] Compiling Tracing Tracer.swift
[202/711] Compiling Tracing TracerProtocol+Legacy.swift
[215/722] Compiling UnixSignals UnixSignal.swift
[216/722] Compiling UnixSignals UnixSignalsSequence.swift
[228/723] Compiling SwiftProtobuf HashVisitor.swift
[229/723] Compiling SwiftProtobuf Internal.swift
[230/723] Compiling Tracing SpanProtocol.swift
[232/812] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[233/812] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[234/812] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[235/812] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[236/812] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[237/812] Compiling ContainersPreview RandomAccessContainer.swift
[238/812] Compiling ContainersPreview RangeExpression2.swift
[239/812] Compiling ContainersPreview RangeReplaceableContainer.swift
[240/812] Compiling ContainersPreview Drain+Map.swift
[241/812] Compiling ContainersPreview OutputSpan+Extras.swift
[242/812] Compiling ContainersPreview TemporaryAllocation.swift
[243/812] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[244/812] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[245/812] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[246/816] Compiling ContainersPreview Drain+Reduce.swift
[247/816] Compiling ContainersPreview Drain.swift
[248/816] Compiling ContainersPreview Producer+Collect.swift
[249/816] Compiling ContainersPreview Producer+Filter.swift
[250/816] Compiling ContainersPreview Producer+Map.swift
[251/816] Compiling ContainersPreview Producer+Reduce.swift
[252/816] Compiling ContainersPreview Producer.swift
[253/816] Compiling ContainersPreview Borrow.swift
[254/816] Compiling ContainersPreview Container.swift
[255/816] Compiling ContainersPreview ContainerIterator.swift
[256/816] Compiling ContainersPreview DynamicContainer.swift
[257/816] Compiling ContainersPreview MutableContainer.swift
[258/816] Compiling ContainersPreview PermutableContainer.swift
[259/816] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[260/816] Compiling ContainersPreview BorrowingSequence.swift
[261/816] Compiling ContainersPreview BidirectionalContainer.swift
[262/816] Compiling ContainersPreview Container+Filter.swift
[263/816] Compiling ContainersPreview Container+SpanwiseZip.swift
[264/816] Emitting module ContainersPreview
[265/816] Compiling ContainersPreview Box.swift
[266/816] Compiling ContainersPreview Inout.swift
[267/816] Compiling ContainersPreview InputSpan.swift
[268/816] Compiling ContainersPreview Shared.swift
[270/817] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[271/817] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[272/817] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[273/817] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[274/817] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[275/817] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[276/817] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[277/817] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[278/817] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[279/817] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[280/817] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[281/817] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[282/817] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[283/817] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[283/824] Wrapping AST for UnixSignals for debugging
[284/824] Compiling ssl_stat.cc
[285/824] Wrapping AST for Tracing for debugging
[286/824] Compiling ssl_transcript.cc
[292/824] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[293/824] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[294/824] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[295/824] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[319/864] Wrapping AST for SystemPackage for debugging
[320/864] Compiling ssl_versions.cc
[321/864] Wrapping AST for InternalCollectionsUtilities for debugging
[322/864] Wrapping AST for ContainersPreview for debugging
[324/864] Compiling DequeModule UniqueDeque+Consumption.swift
[325/864] Compiling DequeModule UniqueDeque+Container.swift
[326/864] Compiling DequeModule UniqueDeque+Descriptions.swift
[327/864] Compiling DequeModule UniqueDeque+Equatable.swift
[328/864] Compiling DequeModule UniqueDeque+Experimental.swift
[329/864] Compiling DequeModule UniqueDeque+Hashable.swift
[330/864] Compiling DequeModule UniqueDeque+Initializers.swift
[331/864] Compiling DequeModule UniqueDeque+Insertions.swift
[332/864] Compiling DequeModule UniqueDeque+Prepend.swift
[333/864] Compiling DequeModule UniqueDeque+Removals.swift
[334/869] Compiling DequeModule RigidDeque+Equatable.swift
[335/869] Compiling DequeModule RigidDeque+Experimental.swift
[336/869] Compiling DequeModule RigidDeque+Hashable.swift
[337/869] Compiling DequeModule RigidDeque+Initializers.swift
[338/869] Compiling DequeModule RigidDeque+Insertions.swift
[339/869] Compiling DequeModule RigidDeque+Prepend.swift
[340/869] Compiling DequeModule RigidDeque+Removals.swift
[341/869] Compiling DequeModule RigidDeque+Replacements.swift
[342/869] Compiling DequeModule RigidDeque+Testing.swift
[343/869] Compiling DequeModule RigidDeque.swift
[344/869] Compiling DequeModule UniqueDeque+Append.swift
[344/869] Compiling ssl_x509.cc
[352/869] Compiling OrderedCollections OrderedSet+Sendable.swift
[353/869] Compiling OrderedCollections OrderedSet+SubSequence.swift
[354/869] Compiling OrderedCollections OrderedSet+Testing.swift
[355/869] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[356/869] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[357/869] Compiling OrderedCollections OrderedSet.swift
[358/869] Compiling OrderedCollections _UnsafeBitset.swift
[359/869] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[360/869] Compiling SwiftProtobuf ProtobufMap.swift
[361/869] Compiling SwiftProtobuf SelectiveVisitor.swift
[362/869] Compiling SwiftProtobuf SimpleExtensionMap.swift
[363/869] Compiling SwiftProtobuf StringUtils.swift
[364/869] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[365/869] Compiling SwiftProtobuf SwiftProtobufError.swift
[366/869] Compiling SwiftProtobuf TextFormatDecoder.swift
[367/869] Compiling SwiftProtobuf TextFormatDecodingError.swift
[368/869] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[369/869] Compiling SwiftProtobuf TextFormatEncoder.swift
[370/869] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[371/869] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[372/869] Compiling SwiftProtobuf TextFormatScanner.swift
[373/869] Compiling SwiftProtobuf TimeUtils.swift
[374/869] Compiling SwiftProtobuf UnknownStorage.swift
[375/869] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[376/869] Compiling SwiftProtobuf Varint.swift
[377/869] Compiling SwiftProtobuf Version.swift
[378/869] Compiling SwiftProtobuf Visitor.swift
[379/869] Compiling SwiftProtobuf WireFormat.swift
[380/869] Compiling SwiftProtobuf ZigZag.swift
[381/869] Compiling DequeModule _DequeBuffer.swift
[382/869] Compiling DequeModule _DequeBufferHeader.swift
[383/869] Compiling DequeModule RigidDeque+Append.swift
[384/869] Compiling DequeModule RigidDeque+Consumption.swift
[385/869] Compiling DequeModule RigidDeque+Container.swift
[386/869] Compiling DequeModule RigidDeque+Descriptions.swift
[390/869] Compiling DequeModule UniqueDeque+Replacements.swift
[391/869] Compiling DequeModule UniqueDeque.swift
[392/869] Compiling DequeModule _DequeSlot.swift
[393/869] Compiling DequeModule _UnsafeDequeHandle.swift
[394/869] Compiling DequeModule _UnsafeDequeSegments.swift
[399/869] Compiling DequeModule Deque._UnsafeHandle.swift
[400/869] Compiling DequeModule Deque.swift
[414/869] Compiling DequeModule Deque+Extras.swift
[415/869] Compiling DequeModule Deque+Hashable.swift
[416/869] Compiling DequeModule Deque+Testing.swift
[417/869] Compiling DequeModule Deque._Storage.swift
[420/869] Compiling DequeModule Deque+Codable.swift
[421/869] Compiling DequeModule Deque+Collection.swift
[422/869] Compiling DequeModule Deque+CustomReflectable.swift
[423/869] Compiling DequeModule Deque+Descriptions.swift
[424/869] Compiling DequeModule Deque+Equatable.swift
[425/869] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[426/869] Compiling Snappy Snappy.swift
[427/869] Emitting module Snappy
[428/870] Emitting module OrderedCollections
[429/871] Emitting module SwiftProtobuf
[443/871] Wrapping AST for Snappy for debugging
[444/871] Wrapping AST for OrderedCollections for debugging
[445/871] Compiling ssl_session.cc
[446/871] Compiling ssl_privkey.cc
[447/871] Compiling ssl_key_share.cc
[454/871] Emitting module DequeModule
[455/872] Compiling ssl_lib.cc
[456/872] Wrapping AST for DequeModule for debugging
[457/872] Compiling ssl_file.cc
[458/872] Compiling ssl_buffer.cc
[459/872] Compiling ssl_cipher.cc
[460/872] Compiling ssl_credential.cc
[461/872] Compiling ssl_cert.cc
[462/872] Compiling ssl_asn1.cc
[463/872] Compiling ssl_aead_ctx.cc
[464/872] Compiling s3_pkt.cc
[465/872] Compiling s3_both.cc
[466/872] Compiling s3_lib.cc
[467/872] Compiling handshake_server.cc
[468/872] Compiling handshake_client.cc
[469/872] Compiling handshake.cc
[470/872] Compiling handoff.cc
[471/872] Compiling dtls_record.cc
[472/872] Compiling encrypted_client_hello.cc
[473/872] Compiling extensions.cc
[474/872] Compiling md5-x86_64-linux.S
[475/872] Compiling md5-x86_64-apple.S
[476/872] Compiling md5-586-linux.S
[477/872] Compiling md5-586-apple.S
[478/872] Compiling dtls_method.cc
[479/872] Compiling d1_srtp.cc
[480/872] Compiling chacha20_poly1305_x86_64-linux.S
[481/872] Compiling chacha20_poly1305_x86_64-apple.S
[482/872] Compiling chacha20_poly1305_armv8-win.S
[483/872] Compiling chacha20_poly1305_armv8-linux.S
[484/872] Compiling chacha20_poly1305_armv8-apple.S
[485/872] Compiling chacha-x86_64-linux.S
[486/872] Compiling chacha-x86_64-apple.S
[487/872] Compiling d1_lib.cc
[488/872] Compiling chacha-x86-linux.S
[489/872] Compiling chacha-x86-apple.S
[490/872] Compiling err_data.cc
[491/872] Compiling chacha-armv8-win.S
[492/872] Compiling chacha-armv8-apple.S
[493/872] Compiling d1_pkt.cc
[494/872] Compiling chacha-armv8-linux.S
[495/872] Compiling chacha-armv4-linux.S
[496/872] Compiling aes128gcmsiv-x86_64-apple.S
[497/872] Compiling aes128gcmsiv-x86_64-linux.S
[498/872] Compiling x86_64-mont5-linux.S
[499/872] Compiling x86_64-mont-linux.S
[500/872] Compiling x86_64-mont5-apple.S
[501/872] Compiling x86_64-mont-apple.S
[502/872] Compiling x86-mont-apple.S
[503/872] Compiling x86-mont-linux.S
[504/872] Compiling vpaes-x86_64-linux.S
[505/872] Compiling vpaes-x86_64-apple.S
[506/872] Compiling vpaes-armv8-win.S
[507/872] Compiling vpaes-x86-linux.S
[507/872] Compiling vpaes-armv8-linux.S
[509/872] Compiling vpaes-armv8-apple.S
[510/872] Compiling vpaes-x86-apple.S
[511/872] Compiling bio_ssl.cc
[512/872] Compiling vpaes-armv7-linux.S
[513/872] Compiling sha512-armv8-linux.S
[514/872] Compiling sha512-armv8-win.S
[515/872] Compiling sha512-x86_64-apple.S
[516/872] Compiling sha512-x86_64-linux.S
[517/872] Compiling sha512-armv8-apple.S
[518/872] Compiling sha512-armv4-linux.S
[519/872] Compiling sha512-586-apple.S
[520/872] Compiling sha512-586-linux.S
[521/872] Compiling sha256-x86_64-apple.S
[522/872] Compiling sha256-x86_64-linux.S
[523/872] Compiling sha256-armv8-linux.S
[524/872] Compiling sha256-armv8-win.S
[525/872] Compiling sha256-armv4-linux.S
[526/872] Compiling sha256-armv8-apple.S
[527/872] Compiling sha256-586-linux.S
[527/872] Compiling sha256-586-apple.S
[529/872] Compiling sha1-x86_64-linux.S
[530/872] Compiling sha1-x86_64-apple.S
[531/872] Compiling sha1-armv8-win.S
[532/872] Compiling sha1-armv8-apple.S
[533/872] Compiling sha1-armv8-linux.S
[534/872] Compiling sha1-armv4-large-linux.S
[535/872] Compiling sha1-586-linux.S
[536/872] Compiling sha1-586-apple.S
[537/872] Compiling rdrand-x86_64-linux.S
[538/872] Compiling rsaz-avx2-linux.S
[539/872] Compiling rsaz-avx2-apple.S
[540/872] Compiling p256_beeu-x86_64-asm-linux.S
[541/872] Compiling rdrand-x86_64-apple.S
[542/872] Compiling p256_beeu-x86_64-asm-apple.S
[543/872] Compiling p256_beeu-armv8-asm-win.S
[544/872] Compiling p256_beeu-armv8-asm-linux.S
[545/872] Compiling p256-x86_64-asm-apple.S
[546/872] Compiling p256_beeu-armv8-asm-apple.S
[547/872] Compiling p256-x86_64-asm-linux.S
[548/872] Compiling p256-armv8-asm-linux.S
[549/872] Compiling p256-armv8-asm-apple.S
[550/872] Compiling ghashv8-armv8-win.S
[551/872] Compiling ghashv8-armv8-linux.S
[551/872] Compiling p256-armv8-asm-win.S
[553/872] Compiling ghashv8-armv8-apple.S
[554/872] Compiling ghashv8-armv7-linux.S
[555/872] Compiling ghash-x86_64-linux.S
[556/872] Compiling ghash-x86-linux.S
[557/872] Compiling ghash-x86_64-apple.S
[558/872] Compiling ghash-x86-apple.S
[559/872] Compiling ghash-ssse3-x86_64-linux.S
[560/872] Compiling ghash-ssse3-x86_64-apple.S
[561/872] Compiling ghash-ssse3-x86-linux.S
[562/872] Compiling ghash-neon-armv8-win.S
[563/872] Compiling ghash-ssse3-x86-apple.S
[564/872] Compiling ghash-neon-armv8-linux.S
[565/872] Compiling ghash-armv4-linux.S
[566/872] Compiling ghash-neon-armv8-apple.S
[567/872] Compiling co-586-apple.S
[568/872] Compiling co-586-linux.S
[569/872] Compiling bsaes-armv7-linux.S
[570/872] Compiling d1_both.cc
[571/872] Compiling bn-586-linux.S
[572/872] Compiling bn-armv8-win.S
[573/872] Compiling bn-armv8-apple.S
[574/872] Compiling bn-armv8-linux.S
[575/872] Compiling bn-586-apple.S
[576/872] Compiling armv8-mont-win.S
[577/872] Compiling armv8-mont-linux.S
[578/872] Compiling armv8-mont-apple.S
[579/872] Compiling aesv8-gcm-armv8-win.S
[580/872] Compiling armv4-mont-linux.S
[581/872] Compiling aesv8-armv8-win.S
[582/872] Compiling aesv8-gcm-armv8-apple.S
[583/872] Compiling aesv8-gcm-armv8-linux.S
[584/872] Compiling aesv8-armv7-linux.S
[585/872] Compiling aesv8-armv8-apple.S
[586/872] Compiling aesv8-armv8-linux.S
[587/872] Compiling aesni-x86_64-linux.S
[588/872] Compiling aesni-x86-linux.S
[589/872] Compiling aesni-x86-apple.S
[590/872] Compiling aesni-x86_64-apple.S
[591/872] Compiling aesni-gcm-x86_64-apple.S
[592/872] Compiling aes-gcm-avx2-x86_64-apple.S
[593/872] Compiling aesni-gcm-x86_64-linux.S
[594/872] Compiling aes-gcm-avx10-x86_64-linux.S
[595/872] Compiling aes-gcm-avx2-x86_64-linux.S
[596/872] Compiling aes-gcm-avx10-x86_64-apple.S
[597/872] Compiling x_sig.cc
[599/872] Compiling SwiftProtobuf any.pb.swift
[600/872] Compiling SwiftProtobuf api.pb.swift
[601/872] Compiling SwiftProtobuf descriptor.pb.swift
[602/872] Compiling SwiftProtobuf duration.pb.swift
[603/872] Compiling SwiftProtobuf empty.pb.swift
[604/872] Compiling SwiftProtobuf field_mask.pb.swift
[605/872] Compiling SwiftProtobuf source_context.pb.swift
[606/872] Compiling SwiftProtobuf struct.pb.swift
[607/872] Compiling SwiftProtobuf timestamp.pb.swift
[608/872] Compiling SwiftProtobuf type.pb.swift
[609/872] Compiling SwiftProtobuf wrappers.pb.swift
[609/872] Compiling x_x509a.cc
[610/872] Compiling x_x509.cc
[611/872] Compiling x_spki.cc
[612/872] Compiling x_val.cc
[613/872] Compiling x_pubkey.cc
[614/873] Compiling x_req.cc
[616/873] Compiling x_exten.cc
[617/873] Compiling x_algor.cc
[618/873] Compiling x_crl.cc
[619/873] Compiling x509spki.cc
[620/873] Compiling x_attrib.cc
[621/873] Compiling x_name.cc
[622/873] Compiling x_all.cc
[623/873] Wrapping AST for SwiftProtobuf for debugging
[624/873] Compiling x509rset.cc
[625/873] Compiling x509_txt.cc
[626/873] Compiling x509name.cc
[627/873] Compiling x509_v3.cc
[628/873] Compiling x509cset.cc
[629/873] Compiling x509_vfy.cc
[630/873] Compiling x509_vpm.cc
[631/873] Compiling x509_trs.cc
[632/873] Compiling x509_set.cc
[633/873] Compiling x509_req.cc
[634/873] Compiling x509_def.cc
[635/873] Compiling x509_obj.cc
[636/873] Compiling x509_lu.cc
[637/873] Compiling x509_d2.cc
[638/873] Compiling x509_ext.cc
[639/873] Compiling x509_cmp.cc
[640/873] Compiling x509_att.cc
[641/873] Compiling x509.cc
[642/873] Compiling v3_purp.cc
[643/873] Compiling v3_prn.cc
[644/873] Compiling v3_utl.cc
[645/873] Compiling v3_skey.cc
[646/873] Compiling v3_pmaps.cc
[647/873] Compiling v3_pcons.cc
[648/873] Compiling v3_ocsp.cc
[649/873] Compiling v3_ncons.cc
[650/873] Compiling v3_int.cc
[651/873] Compiling v3_info.cc
[652/873] Compiling v3_ia5.cc
[653/873] Compiling v3_genn.cc
[654/873] Compiling v3_lib.cc
[655/873] Compiling v3_extku.cc
[656/873] Compiling v3_enum.cc
[657/873] Compiling v3_cpols.cc
[658/873] Compiling v3_crld.cc
[659/873] Compiling v3_bitst.cc
[660/873] Compiling v3_conf.cc
[661/873] Compiling v3_bcons.cc
[662/873] Compiling v3_alt.cc
[663/873] Compiling v3_akeya.cc
[664/873] Compiling v3_akey.cc
[665/873] Compiling t_req.cc
[666/873] Compiling i2d_pr.cc
[667/873] Compiling t_crl.cc
[668/873] Compiling t_x509.cc
[669/873] Compiling t_x509a.cc
[670/873] Compiling rsa_pss.cc
[671/873] Compiling name_print.cc
[672/873] Compiling policy.cc
[673/873] Compiling algorithm.cc
[674/873] Compiling a_verify.cc
[675/873] Compiling by_file.cc
[676/873] Compiling by_dir.cc
[677/873] Compiling asn1_gen.cc
[678/873] Compiling a_sign.cc
[679/873] Compiling voprf.cc
[680/873] Compiling a_digest.cc
[681/873] Compiling thread_win.cc
[682/873] Compiling thread_none.cc
[683/873] Compiling thread.cc
[684/873] Compiling thread_pthread.cc
[685/873] Compiling trust_token.cc
[686/873] Compiling stack.cc
[687/873] Compiling pmbtoken.cc
[688/873] Compiling slhdsa.cc
[689/873] Compiling sha256.cc
[690/873] Compiling sha512.cc
[691/873] Compiling siphash.cc
[692/873] Compiling sha1.cc
[693/873] Compiling spake2plus.cc
[694/873] Compiling rsa_print.cc
[695/873] Compiling rc4.cc
[696/873] Compiling rsa_extra.cc
[697/873] Compiling refcount.cc
[698/873] Compiling rsa_crypt.cc
[699/873] Compiling windows.cc
[700/873] Compiling trusty.cc
[701/873] Compiling rand.cc
[702/873] Compiling rsa_asn1.cc
[703/873] Compiling urandom.cc
[704/873] Compiling ios.cc
[705/873] Compiling passive.cc
[706/873] Compiling poly1305_arm_asm.S
[707/873] Compiling getentropy.cc
[708/873] Compiling forkunsafe.cc
[709/873] Compiling deterministic.cc
[710/873] Compiling fork_detect.cc
[711/873] Compiling poly1305_arm.cc
[712/873] Compiling poly1305.cc
[713/873] Compiling poly1305_vec.cc
[714/873] Compiling pool.cc
[715/873] Compiling p5_pbev2.cc
[716/873] Compiling pkcs7.cc
[717/873] Compiling pkcs8_x509.cc
[718/873] Compiling pkcs8.cc
[719/873] Compiling pkcs7_x509.cc
[720/873] Compiling pem_xaux.cc
[721/873] Compiling pem_x509.cc
[722/873] Compiling pem_pkey.cc
[723/873] Compiling mlkem.cc
[724/873] Compiling pem_oth.cc
[725/873] Compiling obj_xref.cc
[726/873] Compiling mldsa.cc
[727/873] Compiling pem_pk8.cc
[728/873] Compiling pem_lib.cc
[729/873] Compiling pem_info.cc
[730/873] Compiling obj.cc
[730/873] Compiling pem_all.cc
[732/873] Compiling mem.cc
[733/873] Compiling md4.cc
[734/873] Compiling fips_shared_support.cc
[735/873] Compiling poly_rq_mul.S
[736/873] Compiling md5.cc
[737/873] Compiling lhash.cc
[738/873] Compiling ex_data.cc
[739/873] Compiling hrss.cc
[740/873] Compiling sign.cc
[741/873] Compiling hpke.cc
[742/873] Compiling scrypt.cc
[743/873] Compiling kyber.cc
[744/873] Compiling print.cc
[745/873] Compiling pbkdf.cc
[746/873] Compiling p_x25519.cc
[747/873] Compiling p_x25519_asn1.cc
[748/873] Compiling p_hkdf.cc
[749/873] Compiling p_ed25519.cc
[750/873] Compiling p_ed25519_asn1.cc
[751/873] Compiling p_rsa_asn1.cc
[752/873] Compiling p_rsa.cc
[753/873] Compiling p_ec_asn1.cc
[754/873] Compiling p_ec.cc
[755/873] Compiling p_dh_asn1.cc
[756/873] Compiling p_dh.cc
[757/873] Compiling evp_ctx.cc
[758/873] Compiling evp.cc
[759/873] Compiling engine.cc
[760/873] Compiling err.cc
[761/873] Compiling p_dsa_asn1.cc
[762/873] Compiling ecdh.cc
[763/873] Compiling evp_asn1.cc
[764/873] Compiling ecdsa_asn1.cc
[765/873] Compiling hash_to_curve.cc
[766/873] Compiling ec_derive.cc
[767/873] Compiling dsa.cc
[768/873] Compiling ec_asn1.cc
[769/873] Compiling dsa_asn1.cc
[770/873] Compiling params.cc
[771/873] Compiling x25519-asm-arm.S
[772/873] Compiling des.cc
[773/873] Compiling digest_extra.cc
[774/873] Compiling dh_asn1.cc
[775/873] Compiling cpu_arm_linux.cc
[776/873] Compiling crypto.cc
[777/873] Compiling cpu_intel.cc
[778/873] Compiling curve25519.cc
[779/873] Compiling spake25519.cc
[780/873] Compiling cpu_arm_freebsd.cc
[781/873] Compiling cpu_aarch64_win.cc
[782/873] Compiling cpu_aarch64_openbsd.cc
[783/873] Compiling cpu_aarch64_sysreg.cc
[784/873] Compiling bcm.cc
[785/873] Compiling cpu_aarch64_fuchsia.cc
[786/873] Compiling cpu_aarch64_linux.cc
[787/873] Compiling cpu_aarch64_apple.cc
[788/873] Compiling curve25519_64_adx.cc
[789/873] Compiling conf.cc
[790/873] Compiling tls_cbc.cc
[791/873] Compiling e_rc4.cc
[792/873] Compiling get_cipher.cc
[792/873] Compiling e_tls.cc
[794/873] Compiling e_rc2.cc
[795/873] Compiling e_null.cc
[796/873] Compiling e_des.cc
[797/873] Compiling e_aesgcmsiv.cc
[798/873] Compiling e_chacha20poly1305.cc
[799/873] Compiling e_aesctrhmac.cc
[800/873] Compiling chacha.cc
[801/873] Compiling derive_key.cc
[802/873] Compiling unicode.cc
[803/873] Compiling buf.cc
[804/873] Compiling cbb.cc
[805/873] Compiling asn1_compat.cc
[806/873] Compiling ber.cc
[807/873] Compiling bn_asn1.cc
[808/873] Compiling blake2.cc
[809/873] Compiling cbs.cc
[810/873] Compiling convert.cc
[811/873] Compiling socket_helper.cc
[812/873] Compiling printf.cc
[813/873] Compiling file.cc
[814/873] Compiling hexdump.cc
[815/873] Compiling fd.cc
[816/873] Compiling socket.cc
[817/873] Compiling pair.cc
[818/873] Compiling connect.cc
[819/873] Compiling errno.cc
[820/873] Compiling base64.cc
[821/873] Compiling bio.cc
[822/873] Compiling tasn_fre.cc
[823/873] Compiling bio_mem.cc
[824/873] Compiling tasn_new.cc
[825/873] Compiling tasn_typ.cc
[826/873] Compiling tasn_enc.cc
[827/873] Compiling tasn_utl.cc
[828/873] Compiling posix_time.cc
[829/873] Compiling tasn_dec.cc
[830/873] Compiling f_string.cc
[831/873] Compiling f_int.cc
[832/873] Compiling asn_pack.cc
[833/873] Compiling asn1_par.cc
[834/873] Compiling a_utctm.cc
[835/873] Compiling a_octet.cc
[835/873] Compiling asn1_lib.cc
[837/873] Compiling a_time.cc
[838/873] Compiling a_strex.cc
[839/873] Write sources
[842/873] Compiling a_type.cc
[843/873] Write sources
[844/873] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[844/873] Write sources
[846/873] Compiling a_strnid.cc
[847/969] Compiling a_mbstr.cc
[848/969] Compiling a_i2d_fp.cc
[849/969] Compiling a_object.cc
[851/969] Compiling Algorithms Permutations.swift
[852/969] Compiling Algorithms Product.swift
[853/971] Compiling Algorithms Grouped.swift
[854/971] Compiling Algorithms Indexed.swift
[855/971] Compiling Algorithms MinMax.swift
[856/971] Compiling Algorithms FlattenCollection.swift
[857/971] Compiling Algorithms Joined.swift
[858/971] Compiling Algorithms Keyed.swift
[858/971] Compiling a_int.cc
[860/971] Compiling Atomics IntegerOperations.swift
[861/971] Compiling Atomics Unmanaged extensions.swift
[862/971] Compiling Algorithms FirstNonNil.swift
[863/971] Compiling Algorithms AdjacentPairs.swift
[864/971] Compiling Algorithms Chain.swift
[865/971] Compiling Algorithms RandomSample.swift
[866/971] Compiling Algorithms Reductions.swift
[867/971] Compiling Algorithms Rotate.swift
[869/971] Compiling Algorithms Stride.swift
[870/971] Compiling Algorithms Suffix.swift
[874/974] Compiling Algorithms Partition.swift
[877/974] Compiling Algorithms Compacted.swift
[878/974] Compiling Algorithms Cycle.swift
[879/974] Compiling Algorithms EitherSequence.swift
[883/974] Compiling Algorithms Chunked.swift
[884/974] Compiling Algorithms Combinations.swift
[909/981] Compiling Algorithms Trim.swift
[910/981] Compiling Algorithms Unique.swift
[911/981] Compiling Algorithms Windows.swift
[912/981] Emitting module AsyncAlgorithms
[913/981] Emitting module Atomics
[914/981] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[915/981] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[916/981] Compiling AsyncAlgorithms AsyncChannel.swift
[917/981] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[918/981] Compiling AsyncAlgorithms ChannelStateMachine.swift
[919/981] Compiling AsyncAlgorithms ChannelStorage.swift
[920/981] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[924/981] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[925/981] Compiling AsyncAlgorithms DebounceStateMachine.swift
[926/981] Compiling AsyncAlgorithms DebounceStorage.swift
[927/981] Compiling AsyncAlgorithms Dictionary.swift
[938/982] Wrapping AST for Atomics for debugging
[940/982] Emitting module Algorithms
[941/1047] Wrapping AST for Algorithms for debugging
[943/1047] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[944/1047] Compiling NIOCore RecvByteBufferAllocator.swift
[945/1047] Compiling NIOCore ByteBuffer-multi-int.swift
[946/1047] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[947/1047] Compiling NIOCore ByteBuffer-views.swift
[948/1047] Compiling NIOCore Channel.swift
[949/1047] Compiling NIOCore ChannelHandler.swift
[950/1047] Compiling NIOCore NIOCoreSendableMetatype.swift
[951/1047] Compiling NIOCore NIODecodedAsyncSequence.swift
[952/1047] Compiling NIOCore NIOLoopBound.swift
[953/1047] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[954/1047] Compiling NIOCore NIOScheduledCallback.swift
[955/1047] Compiling NIOCore NIOSendable.swift
[956/1047] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[957/1047] Compiling NIOCore EventLoopFuture.swift
[958/1047] Compiling NIOCore FileDescriptor.swift
[959/1047] Compiling NIOCore FileHandle.swift
[960/1047] Compiling NIOCore FileRegion.swift
[961/1047] Compiling NIOCore GlobalSingletons.swift
[962/1047] Compiling NIOCore IO.swift
[963/1047] Compiling NIOCore IOData.swift
[964/1048] Compiling NIOCore IPProtocol.swift
[965/1048] Compiling NIOCore IntegerBitPacking.swift
[966/1048] Compiling NIOCore IntegerTypes.swift
[967/1048] Compiling NIOCore Interfaces.swift
[968/1048] Compiling NIOCore Linux.swift
[969/1048] Compiling NIOCore MarkedCircularBuffer.swift
[970/1048] Compiling NIOCore MulticastChannel.swift
[971/1048] Compiling NIOCore NIOAny.swift
[972/1048] Compiling NIOCore NIOCloseOnErrorHandler.swift
[973/1048] Compiling NIOCore AddressedEnvelope.swift
[974/1048] Compiling NIOCore AsyncAwaitSupport.swift
[975/1048] Compiling NIOCore AsyncChannel.swift
[976/1048] Compiling NIOCore AsyncChannelHandler.swift
[977/1048] Compiling NIOCore AsyncChannelInboundStream.swift
[978/1048] Compiling NIOCore AsyncChannelOutboundWriter.swift
[979/1048] Compiling NIOCore NIOAsyncSequenceProducer.swift
[980/1048] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[981/1048] Compiling NIOCore NIOAsyncWriter.swift
[982/1048] Compiling NIOCore CircularBuffer.swift
[983/1048] Compiling NIOCore Codec.swift
[984/1048] Compiling NIOCore ConvenienceOptionSupport.swift
[985/1048] Compiling NIOCore DeadChannel.swift
[986/1048] Compiling NIOCore DispatchQueue+WithFuture.swift
[987/1048] Compiling NIOCore EventLoop+Deprecated.swift
[988/1048] Compiling NIOCore EventLoop+SerialExecutor.swift
[989/1048] Compiling NIOCore EventLoop.swift
[990/1048] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[991/1056] Wrapping AST for AsyncAlgorithms for debugging
[993/1065] Compiling ServiceLifecycle Service.swift
[994/1066] Compiling ServiceLifecycle ClosureService.swift
[995/1066] Compiling ServiceLifecycle CancellationWaiter.swift
[996/1066] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[997/1066] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[998/1066] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[999/1066] Emitting module ServiceLifecycle
[1000/1066] Compiling ServiceLifecycle ServiceRunnerError.swift
[1001/1066] Compiling ServiceLifecycle GracefulShutdown.swift
[1002/1066] Compiling ServiceLifecycle ServiceGroup.swift
[1003/1067] Wrapping AST for ServiceLifecycle for debugging
[1005/1067] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1006/1067] Compiling NIOCore SocketAddresses.swift
[1007/1067] Compiling NIOCore SocketOptionProvider.swift
[1008/1067] Compiling NIOCore SystemCallHelpers.swift
[1009/1067] Compiling NIOCore TimeAmount+Duration.swift
[1010/1067] Compiling NIOCore TypeAssistedChannelHandler.swift
[1011/1067] Compiling NIOCore UniversalBootstrapSupport.swift
[1012/1067] Compiling NIOCore Utilities.swift
[1022/1067] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1023/1067] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1036/1067] Compiling NIOCore ChannelHandlers.swift
[1037/1067] Compiling NIOCore ChannelInvoker.swift
[1038/1067] Compiling NIOCore ChannelOption.swift
[1039/1067] Compiling NIOCore ChannelPipeline.swift
[1040/1067] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1041/1067] Compiling NIOCore BSDSocketAPI.swift
[1042/1067] Compiling NIOCore ByteBuffer-aux.swift
[1043/1067] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1044/1067] Compiling NIOCore ByteBuffer-conversions.swift
[1045/1067] Compiling NIOCore ByteBuffer-core.swift
[1046/1067] Compiling NIOCore ByteBuffer-hex.swift
[1047/1067] Compiling NIOCore ByteBuffer-int.swift
[1048/1067] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1049/1067] Emitting module NIOCore
[1050/1068] Wrapping AST for NIOCore for debugging
[1052/1122] Compiling NIOPosix PipePair.swift
[1053/1122] Compiling NIOPosix Pool.swift
[1054/1122] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1055/1122] Compiling NIOPosix PosixSingletons.swift
[1056/1122] Compiling NIOPosix RawSocketBootstrap.swift
[1057/1122] Compiling NIOPosix Resolver.swift
[1058/1122] Compiling NIOPosix Selectable.swift
[1059/1128] Emitting module NIOEmbedded
[1060/1128] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1061/1128] Compiling NIOEmbedded Embedded.swift
[1062/1128] Compiling NIOEmbedded AsyncTestingChannel.swift
[1063/1129] Compiling NIOPosix ThreadPosix.swift
[1064/1129] Compiling NIOPosix ThreadWindows.swift
[1065/1129] Compiling NIOPosix Utilities.swift
[1066/1129] Compiling NIOPosix VsockAddress.swift
[1067/1129] Compiling NIOPosix VsockChannelEvents.swift
[1068/1129] Compiling NIOPosix Windows.swift
[1069/1129] Wrapping AST for NIOEmbedded for debugging
[1071/1129] Compiling NIOPosix ServerSocket.swift
[1072/1129] Compiling NIOPosix Socket.swift
[1073/1129] Compiling NIOPosix SocketChannel.swift
[1074/1129] Compiling NIOPosix SocketProtocols.swift
[1075/1129] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[1076/1129] Compiling NIOPosix System.swift
[1077/1129] Compiling NIOPosix Thread.swift
[1078/1129] Compiling NIOPosix SelectableChannel.swift
[1079/1129] Compiling NIOPosix SelectableEventLoop.swift
[1080/1129] Compiling NIOPosix SelectorEpoll.swift
[1081/1129] Compiling NIOPosix SelectorGeneric.swift
[1082/1129] Compiling NIOPosix SelectorKqueue.swift
[1083/1129] Compiling NIOPosix SelectorUring.swift
[1084/1129] Compiling NIOPosix SelectorWSAPoll.swift
[1085/1129] Compiling NIOPosix HappyEyeballs.swift
[1086/1129] Compiling NIOPosix IO.swift
[1087/1129] Compiling NIOPosix IntegerBitPacking.swift
[1088/1129] Compiling NIOPosix IntegerTypes.swift
[1089/1129] Compiling NIOPosix Linux.swift
[1090/1129] Compiling NIOPosix LinuxCPUSet.swift
[1091/1129] Compiling NIOPosix LinuxUring.swift
[1092/1129] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1093/1129] Compiling NIOPosix NIOPosixSendableMetatype.swift
[1094/1129] Compiling NIOPosix NIOThreadPool.swift
[1095/1129] Compiling NIOPosix NonBlockingFileIO.swift
[1096/1129] Compiling NIOPosix PendingDatagramWritesManager.swift
[1097/1129] Compiling NIOPosix PendingWritesManager.swift
[1098/1129] Compiling NIOPosix PipeChannel.swift
[1099/1129] Compiling NIOPosix BSDSocketAPICommon.swift
[1100/1129] Compiling NIOPosix BSDSocketAPIPosix.swift
[1101/1129] Compiling NIOPosix BSDSocketAPIWindows.swift
[1102/1129] Compiling NIOPosix BaseSocket.swift
[1103/1129] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[1104/1129] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1105/1129] Compiling NIOPosix BaseSocketChannel.swift
[1106/1129] Compiling NIOPosix BaseStreamSocketChannel.swift
[1107/1129] Compiling NIOPosix Bootstrap.swift
[1108/1129] Compiling NIOPosix ControlMessage.swift
[1109/1129] Compiling NIOPosix DatagramVectorReadManager.swift
[1110/1129] Compiling NIOPosix Errors+Any.swift
[1111/1129] Compiling NIOPosix FileDescriptor.swift
[1112/1129] Compiling NIOPosix GetaddrinfoResolver.swift
[1113/1129] Emitting module NIOPosix
[1114/1130] Wrapping AST for NIOPosix for debugging
[1116/1132] Emitting module NIO
[1117/1132] Compiling NIO Exports.swift
[1118/1133] Wrapping AST for NIO for debugging
[1120/1172] Compiling NIOTLS TLSEvents.swift
[1121/1172] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1122/1172] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1123/1172] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1124/1172] Emitting module NIOTLS
[1125/1172] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1126/1172] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1127/1172] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1128/1172] Compiling NIOSOCKS SOCKSResponse.swift
[1129/1173] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1130/1173] Compiling NIOSOCKS ClientStateMachine.swift
[1131/1173] Emitting module NIOFoundationCompat
[1132/1173] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1133/1173] Compiling NIOHTTP1 HTTPDecoder.swift
[1134/1173] Emitting module NIOSOCKS
[1135/1173] Compiling NIOHTTP1 HTTPEncoder.swift
[1136/1173] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1137/1173] Compiling NIOTLS SNIHandler.swift
[1138/1174] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1139/1174] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1140/1176] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1143/1176] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1144/1176] Compiling NIOSOCKS ServerStateMachine.swift
[1146/1177] Wrapping AST for NIOTLS for debugging
[1148/1177] Emitting module NIOHTTP1
[1149/1177] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1150/1178] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1151/1178] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1151/1178] Wrapping AST for NIOSOCKS for debugging
[1154/1207] Compiling NIOSSL SSLCallbacks.swift
[1155/1207] Compiling NIOSSL SSLCertificate.swift
[1156/1207] Compiling NIOSSL NIOSSLHandler.swift
[1157/1207] Compiling NIOSSL NIOSSLServerHandler.swift
[1158/1207] Compiling NIOSSL IdentityVerification.swift
[1159/1207] Compiling NIOSSL LinuxCABundle.swift
[1159/1207] Wrapping AST for NIOFoundationCompat for debugging
[1161/1229] Compiling NIOTransportServices StateManagedChannel.swift
[1162/1229] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1163/1229] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1164/1231] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1165/1231] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1166/1231] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1167/1231] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1168/1231] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1169/1231] Compiling NIOTransportServices NIOTSBootstraps.swift
[1170/1231] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1171/1231] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1172/1231] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1173/1231] Compiling NIOTransportServices NIOTSErrors.swift
[1174/1231] Compiling NIOTransportServices NIOTSEventLoop.swift
[1175/1231] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1176/1231] Compiling NIOTransportServices NIOTSSingletons.swift
[1177/1231] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1178/1231] Compiling NIOTransportServices AcceptHandler.swift
[1179/1231] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[1180/1231] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[1181/1231] Emitting module NIOTransportServices
[1182/1231] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[1183/1231] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1184/1231] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1189/1232] Wrapping AST for NIOTransportServices for debugging
[1194/1240] Wrapping AST for NIOHTTP1 for debugging
[1196/1251] Emitting module NIOHTTPCompression
[1197/1251] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1198/1251] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1199/1251] Compiling NIOHTTPCompression HTTPDecompression.swift
[1200/1251] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1201/1251] Compiling NIOHTTPCompression HTTPCompression.swift
[1202/1251] Compiling NIOHPACK IntegerCoding.swift
[1203/1251] Compiling NIOSSL SSLPrivateKey.swift
[1204/1251] Compiling NIOSSL SSLPublicKey.swift
[1205/1251] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1206/1251] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1210/1251] Compiling NIOSSL SafeCompare.swift
[1211/1251] Compiling NIOHPACK IndexedHeaderTable.swift
[1212/1251] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1218/1257] Compiling NIOHPACK HPACKHeader.swift
[1219/1257] Compiling NIOHPACK HeaderTables.swift
[1222/1257] Compiling NIOHPACK DynamicHeaderTable.swift
[1223/1257] Compiling NIOHPACK HPACKDecoder.swift
[1224/1257] Compiling NIOHPACK HPACKEncoder.swift
[1225/1257] Compiling NIOHPACK HPACKErrors.swift
[1226/1257] Emitting module NIOSSL
[1231/1257] Compiling NIOHPACK HuffmanCoding.swift
[1232/1257] Compiling NIOHPACK StaticHeaderTable.swift
[1233/1257] Compiling NIOHPACK HuffmanTables.swift
[1233/1257] Wrapping AST for NIOHTTPCompression for debugging
[1237/1257] Emitting module NIOHPACK
[1246/1258] Wrapping AST for NIOHPACK for debugging
[1248/1321] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1249/1321] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1250/1321] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1251/1321] Compiling NIOHTTP2 HTTP2Error.swift
[1253/1322] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1254/1322] Compiling NIOHTTP2 HasLocalSettings.swift
[1255/1322] Compiling NIOHTTP2 HasRemoteSettings.swift
[1256/1322] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1257/1322] Compiling NIOHTTP2 QuiescingState.swift
[1258/1322] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1259/1322] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1260/1322] Compiling NIOHTTP2 StateMachineResult.swift
[1261/1322] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1261/1330] Wrapping AST for NIOSSL for debugging
[1263/1330] Emitting module NIOHTTP2
[1264/1330] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1265/1330] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1266/1330] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1267/1330] Compiling NIOHTTP2 InboundEventBuffer.swift
[1268/1330] Compiling NIOHTTP2 InboundWindowManager.swift
[1269/1330] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1270/1330] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[1271/1330] Compiling NIOHTTP2 NIOHTTP2ServerConnectionManagementHandler+StateMachine.swift
[1272/1330] Compiling NIOHTTP2 DOSHeuristics.swift
[1273/1330] Compiling NIOHTTP2 Error+Any.swift
[1274/1330] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1275/1330] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1276/1330] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1277/1330] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1278/1330] Compiling NIOHTTP2 GlitchesMonitor.swift
[1279/1330] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1280/1330] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1281/1330] Compiling NIOHTTP2 NIOHTTP2ServerConnectionManagementHandler.swift
[1282/1330] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1283/1330] Compiling NIOHTTP2 StreamChannelList.swift
[1284/1330] Compiling NIOHTTP2 StreamMap.swift
[1285/1330] Compiling NIOHTTP2 StreamStateMachine.swift
[1286/1330] Compiling NIOHTTP2 Timer.swift
[1287/1330] Compiling NIOHTTP2 UnsafeTransfer.swift
[1288/1330] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1289/1330] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1290/1330] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1291/1330] Compiling NIOHTTP2 MayReceiveFrames.swift
[1292/1330] Compiling NIOHTTP2 ReceivingDataState.swift
[1293/1330] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1294/1330] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1295/1330] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1296/1330] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1297/1330] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1298/1330] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1299/1330] Compiling NIOHTTP2 HTTP2PingData.swift
[1300/1330] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1301/1330] Compiling NIOHTTP2 HTTP2Settings.swift
[1302/1330] Compiling NIOHTTP2 HTTP2Stream.swift
[1303/1330] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1304/1330] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1305/1330] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1306/1330] Compiling NIOHTTP2 HTTP2StreamID.swift
[1307/1330] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1312/1330] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1313/1330] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1314/1330] Compiling NIOHTTP2 HTTP2Frame.swift
[1315/1330] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1316/1330] Compiling NIOHTTP2 MaySendFrames.swift
[1317/1330] Compiling NIOHTTP2 SendingDataState.swift
[1318/1330] Compiling NIOHTTP2 SendingGoawayState.swift
[1319/1330] Compiling NIOHTTP2 SendingHeadersState.swift
[1320/1330] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1321/1330] Compiling NIOHTTP2 SendingRstStreamState.swift
[1322/1330] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1323/1330] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1324/1330] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1325/1331] Wrapping AST for NIOHTTP2 for debugging
[1327/1395] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1328/1395] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1329/1395] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1330/1395] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1331/1395] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1332/1395] Compiling AsyncHTTPClient HTTPClient+tracing.swift
[1333/1395] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1334/1395] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1335/1395] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1336/1395] Emitting module AsyncHTTPClient
[1337/1403] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1338/1403] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1339/1403] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1340/1403] Compiling AsyncHTTPClient Transaction.swift
[1341/1403] Compiling AsyncHTTPClient Base64.swift
[1342/1403] Compiling AsyncHTTPClient BasicAuth.swift
[1343/1403] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1344/1403] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1345/1403] Compiling AsyncHTTPClient ConnectionPool.swift
[1346/1403] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1347/1403] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1348/1403] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1349/1403] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1350/1403] Compiling AsyncHTTPClient HTTP1Connection.swift
[1351/1403] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1352/1403] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1353/1403] Compiling AsyncHTTPClient HTTP2Connection.swift
[1354/1403] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1355/1403] Compiling AsyncHTTPClient RequestValidation.swift
[1356/1403] Compiling AsyncHTTPClient SSLContextCache.swift
[1357/1403] Compiling AsyncHTTPClient Scheme.swift
[1358/1403] Compiling AsyncHTTPClient Singleton.swift
[1359/1403] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1360/1403] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1361/1403] Compiling AsyncHTTPClient TracingSupport.swift
[1362/1403] Compiling AsyncHTTPClient Utils.swift
[1363/1403] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1364/1403] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1365/1403] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1366/1403] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1367/1403] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1368/1403] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1369/1403] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1370/1403] Compiling AsyncHTTPClient RequestBodyLength.swift
[1371/1403] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1372/1403] Compiling AsyncHTTPClient LRUCache.swift
[1373/1403] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1374/1403] Compiling AsyncHTTPClient NWErrorHandler.swift
[1375/1403] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1376/1403] Compiling AsyncHTTPClient TLSConfiguration.swift
[1377/1403] Compiling AsyncHTTPClient RedirectState.swift
[1378/1403] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1379/1403] Compiling AsyncHTTPClient RequestBag+Tracing.swift
[1380/1403] Compiling AsyncHTTPClient RequestBag.swift
[1381/1403] Compiling AsyncHTTPClient RequestOptions.swift
[1382/1403] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1383/1403] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1384/1403] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1385/1403] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1386/1403] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1387/1403] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1388/1403] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1389/1403] Compiling AsyncHTTPClient ConnectionTarget.swift
[1390/1403] Compiling AsyncHTTPClient DeconstructedURL.swift
[1391/1403] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1392/1403] Compiling AsyncHTTPClient FoundationExtensions.swift
[1393/1403] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1394/1403] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1395/1403] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1396/1403] Compiling AsyncHTTPClient HTTPClient.swift
[1397/1403] Compiling AsyncHTTPClient HTTPClientConfiguration+SwiftConfiguration.swift
[1398/1403] Compiling AsyncHTTPClient HTTPHandler.swift
[1399/1404] Wrapping AST for AsyncHTTPClient for debugging
[1401/1415] Compiling LoggingLoki LokiTransformer.swift
[1402/1415] Compiling LoggingLoki LokiTransport.swift
[1403/1415] Compiling LoggingLoki push.pb.swift
[1404/1416] Compiling LoggingLoki Batch.swift
[1405/1416] Compiling LoggingLoki BatchEntry.swift
[1406/1416] Compiling LoggingLoki LokiLog.swift
[1407/1416] Compiling LoggingLoki LokiLogHandler.swift
[1408/1416] Compiling LoggingLoki LokiStream.swift
[1409/1416] Compiling LoggingLoki LokiLogProcessor.swift
[1410/1416] Compiling LoggingLoki LokiRequest.swift
[1411/1416] Emitting module LoggingLoki
[1412/1416] Compiling LoggingLoki Timeout.swift
[1413/1417] Wrapping AST for LoggingLoki for debugging
[1415/1419] Emitting module BasicUsage
[1416/1419] Compiling BasicUsage BasicUsage.swift
[1417/1420] Wrapping AST for BasicUsage for debugging
[1418/1420] Write Objects.LinkFileList
[1419/1420] Linking BasicUsage
Build complete! (403.99s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin.git"
},
{
"identity" : "swift-protobuf",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-protobuf.git"
},
{
"identity" : "swift-snappy",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/lovetodream/swift-snappy.git"
},
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client.git"
},
{
"identity" : "swift-service-lifecycle",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-service-lifecycle.git"
}
],
"manifest_display_name" : "swift-log-loki",
"name" : "swift-log-loki",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "tvos",
"version" : "18.0"
},
{
"name" : "watchos",
"version" : "11.0"
},
{
"name" : "visionos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "LoggingLoki",
"targets" : [
"LoggingLoki"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "BasicUsage",
"targets" : [
"BasicUsage"
],
"type" : {
"snippet" : null
}
}
],
"targets" : [
{
"c99name" : "LoggingLokiTests",
"module_type" : "SwiftTarget",
"name" : "LoggingLokiTests",
"path" : "Tests/LoggingLokiTests",
"sources" : [
"IntegrationTests.swift",
"LokiLogHandlerTests.swift",
"LokiLogProcessorConfigurationTests.swift",
"LokiLogProcessorTests.swift",
"MockClock.swift"
],
"target_dependencies" : [
"LoggingLoki"
],
"type" : "test"
},
{
"c99name" : "LoggingLoki",
"module_type" : "SwiftTarget",
"name" : "LoggingLoki",
"path" : "Sources/LoggingLoki",
"product_dependencies" : [
"Logging",
"SwiftProtobuf",
"Snappy",
"AsyncHTTPClient",
"ServiceLifecycle"
],
"product_memberships" : [
"LoggingLoki",
"BasicUsage"
],
"sources" : [
"Batch.swift",
"BatchEntry.swift",
"LokiLog.swift",
"LokiLogHandler.swift",
"LokiLogProcessor.swift",
"LokiRequest.swift",
"LokiStream.swift",
"LokiTransformer.swift",
"LokiTransport.swift",
"Proto/push.pb.swift",
"Utility/Timeout.swift"
],
"type" : "library"
},
{
"c99name" : "BasicUsage",
"module_type" : "SwiftTarget",
"name" : "BasicUsage",
"path" : "Snippets",
"product_memberships" : [
"BasicUsage"
],
"sources" : [
"BasicUsage.swift"
],
"target_dependencies" : [
"LoggingLoki"
],
"type" : "snippet"
}
],
"tools_version" : "6.0"
}
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:7e70e0a64d2f2fbcaf7a9ded92418bf54647123e95b9450d840f38f11e93f5d2
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Done.