Build Information
Successful build of swift-log-loki, reference main (3ce3f4), with Swift 6.1 for Linux on 23 Mar 2026 17:45:15 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/lovetodream/swift-log-loki
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
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-4606859-1":/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/apple/swift-docc-plugin.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/lovetodream/swift-snappy.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-protobuf.git
[1/2676] Fetching swift-service-lifecycle
[28/2870] Fetching swift-service-lifecycle, swift-snappy
[1048/45837] Fetching swift-service-lifecycle, swift-snappy, swift-protobuf
[1049/48008] Fetching swift-service-lifecycle, swift-snappy, swift-protobuf, swift-docc-plugin
[3735/54269] Fetching swift-service-lifecycle, swift-snappy, swift-protobuf, swift-docc-plugin, swift-log
[10387/69904] Fetching swift-service-lifecycle, swift-snappy, swift-protobuf, swift-docc-plugin, swift-log, async-http-client
Fetched https://github.com/apple/swift-log.git from cache (1.33s)
[17625/63643] Fetching swift-service-lifecycle, swift-snappy, swift-protobuf, swift-docc-plugin, async-http-client
Fetched https://github.com/lovetodream/swift-snappy.git from cache (2.47s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (2.48s)
[29837/60773] Fetching swift-protobuf, swift-docc-plugin, async-http-client
Fetched https://github.com/apple/swift-docc-plugin.git from cache (11.62s)
Fetched https://github.com/swift-server/async-http-client.git from cache (11.62s)
Fetched https://github.com/apple/swift-protobuf.git from cache (11.69s)
Computing version for https://github.com/lovetodream/swift-snappy.git
Computed https://github.com/lovetodream/swift-snappy.git at 1.0.0 (14.11s)
Fetching https://github.com/apple/swift-system
[1/5601] Fetching swift-system
Fetched https://github.com/apple/swift-system from cache (0.46s)
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.09s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3671] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.41s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.09s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.6.4 (0.68s)
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.63s)
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.49s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (1.24s)
Fetching https://github.com/apple/swift-collections.git
[1/22628] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.67s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (2.88s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (0.77s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.36.1 (0.78s)
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 (0.69s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/5691] Fetching swift-distributed-tracing
[1481/11749] Fetching swift-distributed-tracing, swift-algorithms
[1482/14570] Fetching swift-distributed-tracing, swift-algorithms, swift-nio-transport-services
[7035/16390] Fetching swift-distributed-tracing, swift-algorithms, swift-nio-transport-services, swift-atomics
[7096/22881] Fetching swift-distributed-tracing, swift-algorithms, swift-nio-transport-services, swift-atomics, swift-nio-extras
[9018/34951] Fetching swift-distributed-tracing, swift-algorithms, swift-nio-transport-services, swift-atomics, swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.83s)
Fetching https://github.com/apple/swift-nio-ssl.git
[19818/29260] Fetching swift-algorithms, swift-nio-transport-services, swift-atomics, swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.03s)
Fetching https://github.com/apple/swift-nio.git
[17146/26439] Fetching swift-algorithms, swift-atomics, swift-nio-extras, swift-nio-http2
[25837/41799] Fetching swift-algorithms, swift-atomics, swift-nio-extras, swift-nio-http2, swift-nio-ssl
[28591/124704] Fetching swift-algorithms, swift-atomics, swift-nio-extras, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.68s)
[33554/118213] Fetching swift-algorithms, swift-atomics, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (2.70s)
[32717/116393] Fetching swift-algorithms, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-algorithms.git from cache (2.71s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.72s)
[14743/98265] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.31s)
[36479/82905] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (10.10s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.1 (12.33s)
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.24s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.89s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.46s)
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.07s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.95s)
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 (0.68s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.56s)
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.62s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.1 (0.63s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.33.0 (0.72s)
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/1769] Fetching swift-asn1
[1222/2720] Fetching swift-asn1, swift-http-types
[2341/3939] Fetching swift-asn1, swift-http-types, swift-http-structured-headers
[2383/11064] Fetching swift-asn1, swift-http-types, swift-http-structured-headers, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.42s)
[8135/9845] Fetching swift-asn1, swift-http-types, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (0.42s)
[7256/8894] Fetching swift-asn1, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.59s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.59s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.97.0 (3.77s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.55s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (2.60s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (0.79s)
Fetching https://github.com/apple/swift-crypto.git
[1/17246] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.48s)
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.07s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.3.0 (2.12s)
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-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/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-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-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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.6.0
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-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-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-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-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-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-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-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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.18.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-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/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/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/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-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-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.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
[1/1] Compiling plugin SwiftProtobufPlugin
[2/2] Compiling plugin Swift-DocC Preview
[3/3] Compiling plugin Swift-DocC
Building for debugging...
[3/507] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[3/507] Write sources
[6/507] Compiling _NumericsShims _NumericsShims.c
[7/507] Write sources
[11/507] Compiling _AtomicsShims.c
[12/507] Compiling SnappyC map.c
[13/507] Write sources
[39/507] Compiling SnappyC snappy.c
[40/507] Compiling CSystem shims.c
[41/507] Compiling CNIOWindows shim.c
[42/507] Compiling CNIOWindows WSAStartup.c
[42/507] Compiling CNIOWASI CNIOWASI.c
[44/507] Compiling CNIOPosix event_loop_id.c
[45/507] Compiling CNIOOpenBSD shim.c
[46/507] Compiling CNIOLinux liburing_shims.c
[47/507] Compiling CNIOLinux shim.c
[48/507] Compiling CNIOLLHTTP c_nio_http.c
[49/507] Compiling CNIOLLHTTP c_nio_api.c
[50/507] Compiling a_bool.cc
[50/507] Write swift-version-24593BA9C3E375BF.txt
[52/507] Compiling a_bitstr.cc
[53/507] Compiling CNIOExtrasZlib zutil.c
[54/507] Compiling CNIOExtrasZlib inftrees.c
[55/507] Compiling a_gentm.cc
[56/507] Compiling CNIOLLHTTP c_nio_llhttp.c
[57/507] Compiling CNIOExtrasZlib trees.c
[59/642] Emitting module RealModule
[59/643] Compiling c-nioatomics.c
[61/648] Compiling Logging LogHandler.swift
[62/648] Compiling RealModule RelaxedArithmetic.swift
[63/648] Compiling RealModule Real.swift
[64/648] Compiling RealModule RealFunctions.swift
[65/648] Compiling SwiftProtobuf DoubleParser.swift
[66/648] Compiling SwiftProtobuf Enum.swift
[67/648] Compiling RealModule Float16+Real.swift
[68/648] Compiling RealModule Float80+Real.swift
[69/648] Emitting module ServiceContextModule
[70/648] Compiling ServiceContextModule ServiceContext.swift
[71/648] Compiling ServiceContextModule ServiceContextKey.swift
[72/649] Compiling SwiftProtobuf BytecodeInterpreter.swift
[73/649] Compiling SwiftProtobuf BytecodeReader.swift
[74/649] Compiling SwiftProtobuf CustomJSONCodable.swift
[75/649] Compiling SwiftProtobuf Decoder.swift
[76/649] Emitting module _NIOBase64
[77/649] Compiling _NIOBase64 Base64.swift
[78/651] Compiling _NIODataStructures _TinyArray.swift
[79/651] Compiling _NIODataStructures PriorityQueue.swift
[80/651] Emitting module SystemPackage
[89/680] Emitting module Instrumentation
[90/680] Compiling Instrumentation NoOpInstrument.swift
[91/682] Compiling ConcurrencyHelpers LockedValueBox.swift
[92/682] Compiling Instrumentation MultiplexInstrument.swift
[93/682] Compiling Instrumentation Instrument.swift
[94/682] Compiling InternalCollectionsUtilities Integer rank.swift
[95/682] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[96/682] Compiling InternalCollectionsUtilities UInt+reversed.swift
[97/684] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[98/684] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[99/684] Compiling InternalCollectionsUtilities _SortedCollection.swift
[100/684] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[101/684] Emitting module ConcurrencyHelpers
[102/684] Compiling InternalCollectionsUtilities Debugging.swift
[103/684] Compiling InternalCollectionsUtilities Descriptions.swift
[104/684] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[106/684] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[107/684] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[108/684] Compiling InternalCollectionsUtilities Span+Extras.swift
[109/684] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[110/684] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[111/684] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[112/684] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[113/684] Compiling Instrumentation InstrumentationSystem.swift
[114/684] Compiling Instrumentation Locks.swift
[116/685] Compiling ConcurrencyHelpers Lock.swift
[117/686] Emitting module _NIODataStructures
[118/686] Compiling _NIODataStructures Heap.swift
[119/686] Emitting module Logging
[120/686] Compiling Logging Locks.swift
[121/686] Compiling Logging MetadataProvider.swift
[122/686] Compiling Logging Logging.swift
[122/686] Wrapping AST for _NIOBase64 for debugging
[124/687] Compiling SwiftProtobuf JSONDecodingOptions.swift
[125/687] Compiling SwiftProtobuf JSONEncoder.swift
[126/687] Compiling SwiftProtobuf JSONEncodingError.swift
[127/687] Compiling SwiftProtobuf JSONEncodingOptions.swift
[129/688] Compiling InternalCollectionsUtilities String+Padding.swift
[130/688] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[135/688] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[136/688] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[137/688] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[138/688] Compiling SwiftProtobuf HashVisitor.swift
[139/688] Compiling SwiftProtobuf Internal.swift
[140/688] Compiling SwiftProtobuf JSONDecoder.swift
[141/688] Compiling SwiftProtobuf JSONDecodingError.swift
[141/688] Wrapping AST for ServiceContextModule for debugging
[144/688] Wrapping AST for _NIODataStructures for debugging
[147/699] Wrapping AST for RealModule for debugging
[148/699] Wrapping AST for Logging for debugging
[149/699] Compiling c-atomics.c
[150/699] Wrapping AST for Instrumentation for debugging
[151/699] Wrapping AST for ConcurrencyHelpers for debugging
[152/699] Compiling CNIOExtrasZlib inflate.c
[153/699] Compiling CNIOExtrasZlib deflate.c
[154/699] Compiling CNIOExtrasZlib crc32.c
[155/699] Compiling CNIOExtrasZlib inffast.c
[156/699] Compiling CNIODarwin shim.c
[158/699] Compiling Tracing InstrumentationSystem+Tracing.swift
[159/699] Compiling Tracing NoOpTracer.swift
[159/699] Compiling CNIOExtrasZlib adler32.c
[160/699] Compiling fiat_p256_adx_sqr.S
[162/699] Compiling Tracing TracingTime.swift
[163/699] Compiling SystemPackage SystemString.swift
[164/699] Compiling SystemPackage Util+StringArray.swift
[165/699] Compiling SystemPackage Util.swift
[166/699] Compiling SystemPackage UtilConsumers.swift
[166/707] Compiling fiat_p256_adx_mul.S
[169/707] Emitting module Tracing
[170/707] Compiling Tracing TracerProtocol.swift
[170/707] Compiling fiat_curve25519_adx_square.S
[172/707] Emitting module InternalCollectionsUtilities
[172/707] Wrapping AST for SystemPackage for debugging
[180/708] Compiling fiat_curve25519_adx_mul.S
[182/710] Compiling Tracing Tracer.swift
[183/710] Compiling Tracing TracerProtocol+Legacy.swift
[184/710] Emitting module UnixSignals
[185/710] Compiling UnixSignals UnixSignal.swift
[186/710] Compiling UnixSignals UnixSignalsSequence.swift
[200/722] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[201/722] Compiling NIOConcurrencyHelpers lock.swift
[202/722] Compiling CNIOBoringSSLShims shims.c
[204/755] Compiling NIOConcurrencyHelpers NIOLock.swift
[205/756] Compiling Tracing SpanProtocol.swift
[206/785] Compiling SwiftProtobuf ProtoNameProviding.swift
[207/785] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[208/785] Compiling SwiftProtobuf ProtobufMap.swift
[209/785] Compiling SwiftProtobuf SelectiveVisitor.swift
[210/785] Compiling SwiftProtobuf SimpleExtensionMap.swift
[211/785] Compiling SwiftProtobuf StringUtils.swift
[212/785] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[213/785] Compiling SwiftProtobuf SwiftProtobufError.swift
[214/785] Compiling SwiftProtobuf TextFormatDecoder.swift
[215/785] Compiling SwiftProtobuf TextFormatDecodingError.swift
[216/785] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[217/785] Compiling SwiftProtobuf TextFormatEncoder.swift
[218/803] Emitting module ContainersPreview
[219/815] Compiling OrderedCollections OrderedDictionary.swift
[220/815] Compiling OrderedCollections OrderedSet+Codable.swift
[221/815] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[222/815] Compiling OrderedCollections OrderedSet+Descriptions.swift
[223/815] Compiling OrderedCollections OrderedSet+Diffing.swift
[224/815] Compiling OrderedCollections OrderedSet+Equatable.swift
[225/815] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[226/815] Compiling OrderedCollections OrderedSet+Hashable.swift
[227/815] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[228/815] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[229/815] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[230/815] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[231/815] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[232/815] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[233/815] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[234/815] Compiling SwiftProtobuf Message.swift
[235/815] Compiling SwiftProtobuf MessageExtension.swift
[236/815] Compiling SwiftProtobuf NameMap.swift
[237/815] Compiling SwiftProtobuf PathDecoder.swift
[238/815] Compiling SwiftProtobuf PathVisitor.swift
[239/815] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[240/815] Compiling OrderedCollections OrderedDictionary+Elements.swift
[241/815] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[242/815] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[244/815] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[245/815] Compiling OrderedCollections _HashTable.swift
[246/815] Compiling OrderedCollections _Hashtable+Header.swift
[247/815] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[248/815] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[249/815] Compiling OrderedCollections _HashTable+Bucket.swift
[250/815] Compiling OrderedCollections _HashTable+BucketIterator.swift
[251/815] Compiling OrderedCollections _HashTable+Constants.swift
[252/815] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[253/815] Compiling OrderedCollections _HashTable+Testing.swift
[254/815] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[255/815] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[256/815] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[257/815] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[258/815] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[259/815] Compiling OrderedCollections OrderedDictionary+Values.swift
[260/815] Compiling OrderedCollections OrderedDictionary+Codable.swift
[261/815] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[262/815] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[263/815] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[264/815] Compiling ContainersPreview Box.swift
[265/815] Compiling ContainersPreview Inout.swift
[266/815] Compiling ContainersPreview InputSpan.swift
[267/815] Compiling ContainersPreview Shared.swift
[267/816] Wrapping AST for UnixSignals for debugging
[268/816] Wrapping AST for Tracing for debugging
[269/816] Wrapping AST for InternalCollectionsUtilities for debugging
[272/816] Emitting module NIOConcurrencyHelpers
[273/816] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[274/816] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[275/816] Compiling NIOConcurrencyHelpers atomics.swift
[277/817] Emitting module SwiftProtobuf
[278/831] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[279/831] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[280/831] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[281/831] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[282/831] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[283/831] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[284/831] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[285/846] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[292/864] Compiling DequeModule RigidDeque+Equatable.swift
[293/864] Compiling DequeModule RigidDeque+Experimental.swift
[294/864] Compiling DequeModule RigidDeque+Hashable.swift
[295/864] Compiling DequeModule RigidDeque+Initializers.swift
[296/864] Compiling DequeModule RigidDeque+Insertions.swift
[297/864] Compiling DequeModule RigidDeque+Prepend.swift
[298/869] Compiling DequeModule UniqueDeque+Hashable.swift
[299/869] Compiling DequeModule UniqueDeque+Initializers.swift
[300/869] Compiling DequeModule UniqueDeque+Insertions.swift
[301/869] Compiling DequeModule UniqueDeque+Prepend.swift
[302/869] Compiling DequeModule UniqueDeque+Removals.swift
[303/869] Compiling DequeModule UniqueDeque+Consumption.swift
[304/869] Compiling DequeModule UniqueDeque+Container.swift
[305/869] Compiling DequeModule UniqueDeque+Descriptions.swift
[306/869] Compiling DequeModule UniqueDeque+Equatable.swift
[307/869] Compiling DequeModule UniqueDeque+Experimental.swift
[308/869] Compiling DequeModule Deque+CustomReflectable.swift
[309/869] Compiling DequeModule Deque+Descriptions.swift
[310/869] Compiling DequeModule Deque+Equatable.swift
[311/869] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[324/869] Compiling DequeModule RigidDeque+Removals.swift
[325/869] Compiling DequeModule RigidDeque+Replacements.swift
[326/869] Compiling DequeModule RigidDeque+Testing.swift
[327/869] Compiling DequeModule RigidDeque.swift
[328/869] Compiling DequeModule UniqueDeque+Append.swift
[331/869] Compiling DequeModule _DequeBuffer.swift
[332/869] Compiling DequeModule _DequeBufferHeader.swift
[333/869] Compiling DequeModule RigidDeque+Append.swift
[334/869] Compiling DequeModule RigidDeque+Consumption.swift
[335/869] Compiling DequeModule RigidDeque+Container.swift
[336/869] Compiling DequeModule RigidDeque+Descriptions.swift
[350/869] Compiling DequeModule UniqueDeque+Replacements.swift
[350/869] Compiling tls13_server.cc
[351/869] Wrapping AST for NIOConcurrencyHelpers for debugging
[352/869] Wrapping AST for ContainersPreview for debugging
[354/869] Emitting module DequeModule
[354/869] Compiling tls_method.cc
[356/869] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[357/869] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[358/869] Compiling SwiftProtobuf TextFormatScanner.swift
[359/869] Compiling SwiftProtobuf TimeUtils.swift
[360/869] Compiling SwiftProtobuf UnknownStorage.swift
[361/869] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[362/869] Compiling SwiftProtobuf Varint.swift
[363/869] Compiling SwiftProtobuf Version.swift
[364/869] Compiling SwiftProtobuf Visitor.swift
[365/869] Compiling SwiftProtobuf WireFormat.swift
[366/869] Compiling SwiftProtobuf ZigZag.swift
[366/869] Compiling tls_record.cc
[368/869] Compiling OrderedCollections OrderedSet+Sendable.swift
[369/869] Compiling OrderedCollections OrderedSet+SubSequence.swift
[370/869] Compiling OrderedCollections OrderedSet+Testing.swift
[371/869] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[372/869] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[373/869] Compiling OrderedCollections OrderedSet.swift
[374/869] Compiling OrderedCollections _UnsafeBitset.swift
[375/869] Compiling DequeModule Deque+Codable.swift
[376/869] Compiling DequeModule Deque+Collection.swift
[381/869] Compiling DequeModule Deque+Extras.swift
[382/869] Compiling DequeModule Deque+Hashable.swift
[383/869] Compiling DequeModule Deque+Testing.swift
[384/869] Compiling DequeModule Deque._Storage.swift
[385/869] Compiling DequeModule Deque._UnsafeHandle.swift
[386/869] Compiling DequeModule Deque.swift
[394/869] Compiling tls13_enc.cc
[396/869] Emitting module Snappy
[397/869] Compiling Snappy Snappy.swift
[398/869] Emitting module OrderedCollections
[400/871] Wrapping AST for Snappy for debugging
[418/871] Compiling DequeModule UniqueDeque.swift
[419/871] Compiling DequeModule _DequeSlot.swift
[420/871] Compiling DequeModule _UnsafeDequeHandle.swift
[421/871] Compiling DequeModule _UnsafeDequeSegments.swift
[437/871] Wrapping AST for OrderedCollections for debugging
[444/872] Compiling tls13_both.cc
[445/872] Compiling tls13_client.cc
[446/872] Wrapping AST for DequeModule for debugging
[447/872] Compiling t1_enc.cc
[448/872] Compiling ssl_x509.cc
[449/872] Compiling ssl_transcript.cc
[450/872] Compiling ssl_versions.cc
[451/872] Compiling ssl_stat.cc
[452/872] Compiling ssl_privkey.cc
[453/872] Compiling ssl_session.cc
[454/872] Compiling ssl_credential.cc
[455/872] Compiling ssl_lib.cc
[456/872] Compiling ssl_key_share.cc
[457/872] Compiling ssl_file.cc
[458/872] Compiling ssl_cipher.cc
[459/872] Compiling ssl_cert.cc
[460/872] Compiling ssl_buffer.cc
[461/872] Compiling ssl_aead_ctx.cc
[462/872] Compiling ssl_asn1.cc
[463/872] Compiling s3_pkt.cc
[464/872] Compiling handshake.cc
[465/872] Compiling s3_lib.cc
[466/872] Compiling s3_both.cc
[467/872] Compiling handshake_server.cc
[468/872] Compiling handshake_client.cc
[469/872] Compiling handoff.cc
[470/872] Compiling dtls_method.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 chacha20_poly1305_x86_64-linux.S
[479/872] Compiling chacha20_poly1305_x86_64-apple.S
[480/872] Compiling chacha20_poly1305_armv8-win.S
[481/872] Compiling chacha20_poly1305_armv8-linux.S
[482/872] Compiling err_data.cc
[483/872] Compiling chacha20_poly1305_armv8-apple.S
[484/872] Compiling chacha-x86_64-linux.S
[485/872] Compiling chacha-x86_64-apple.S
[486/872] Compiling chacha-x86-apple.S
[487/872] Compiling chacha-x86-linux.S
[488/872] Compiling d1_pkt.cc
[489/872] Compiling chacha-armv8-win.S
[490/872] Compiling chacha-armv8-linux.S
[491/872] Compiling d1_srtp.cc
[492/872] Compiling chacha-armv8-apple.S
[493/872] Compiling chacha-armv4-linux.S
[494/872] Compiling aes128gcmsiv-x86_64-apple.S
[495/872] Compiling aes128gcmsiv-x86_64-linux.S
[496/872] Compiling x86_64-mont5-linux.S
[497/872] Compiling x86_64-mont-linux.S
[498/872] Compiling x86_64-mont5-apple.S
[499/872] Compiling x86-mont-apple.S
[500/872] Compiling x86_64-mont-apple.S
[501/872] Compiling x86-mont-linux.S
[502/872] Compiling vpaes-x86_64-linux.S
[503/872] Compiling vpaes-x86-apple.S
[504/872] Compiling vpaes-x86_64-apple.S
[505/872] Compiling vpaes-armv8-win.S
[506/872] Compiling vpaes-x86-linux.S
[507/872] Compiling bio_ssl.cc
[508/872] Compiling vpaes-armv8-linux.S
[509/872] Compiling vpaes-armv8-apple.S
[510/872] Compiling sha512-x86_64-linux.S
[512/872] Compiling SwiftProtobuf any.pb.swift
[513/872] Compiling SwiftProtobuf api.pb.swift
[514/872] Compiling SwiftProtobuf descriptor.pb.swift
[515/872] Compiling SwiftProtobuf duration.pb.swift
[516/872] Compiling SwiftProtobuf empty.pb.swift
[517/872] Compiling SwiftProtobuf field_mask.pb.swift
[518/872] Compiling SwiftProtobuf source_context.pb.swift
[519/872] Compiling SwiftProtobuf struct.pb.swift
[520/872] Compiling SwiftProtobuf timestamp.pb.swift
[521/872] Compiling SwiftProtobuf type.pb.swift
[522/872] Compiling SwiftProtobuf wrappers.pb.swift
[522/872] Compiling sha512-x86_64-apple.S
[523/872] Compiling vpaes-armv7-linux.S
[524/872] Compiling sha512-armv8-apple.S
[525/872] Compiling sha512-armv8-win.S
[526/873] Compiling sha512-586-linux.S
[527/873] Compiling sha512-armv8-linux.S
[528/873] Compiling sha512-586-apple.S
[529/873] Compiling sha512-armv4-linux.S
[530/873] Compiling sha256-x86_64-apple.S
[532/873] Compiling sha256-armv8-win.S
[533/873] Compiling sha256-x86_64-linux.S
[534/873] Compiling sha256-armv8-linux.S
[535/873] Compiling sha256-armv8-apple.S
[536/873] Compiling sha256-armv4-linux.S
[537/873] Compiling sha256-586-linux.S
[538/873] Compiling sha256-586-apple.S
[539/873] Compiling sha1-armv8-win.S
[540/873] Compiling sha1-x86_64-apple.S
[540/873] Compiling sha1-x86_64-linux.S
[542/873] Compiling sha1-armv8-linux.S
[543/873] Compiling sha1-armv4-large-linux.S
[544/873] Compiling sha1-586-linux.S
[545/873] Compiling sha1-armv8-apple.S
[546/873] Compiling sha1-586-apple.S
[547/873] Compiling rsaz-avx2-linux.S
[548/873] Compiling rsaz-avx2-apple.S
[549/873] Compiling p256_beeu-x86_64-asm-linux.S
[549/873] Compiling p256_beeu-x86_64-asm-apple.S
[551/873] Compiling rdrand-x86_64-linux.S
[552/873] Compiling rdrand-x86_64-apple.S
[553/873] Wrapping AST for SwiftProtobuf for debugging
[554/873] Compiling p256-x86_64-asm-apple.S
[555/873] Compiling p256_beeu-armv8-asm-win.S
[556/873] Compiling p256_beeu-armv8-asm-apple.S
[557/873] Compiling p256_beeu-armv8-asm-linux.S
[558/873] Compiling p256-x86_64-asm-linux.S
[558/873] Compiling p256-armv8-asm-win.S
[560/873] Compiling p256-armv8-asm-apple.S
[561/873] Compiling p256-armv8-asm-linux.S
[562/873] Compiling ghashv8-armv8-linux.S
[562/873] Compiling ghashv8-armv8-win.S
[564/873] Compiling ghashv8-armv8-apple.S
[565/873] Compiling d1_lib.cc
[566/873] Compiling ghashv8-armv7-linux.S
[567/873] Compiling ghash-x86_64-apple.S
[568/873] Compiling ghash-x86_64-linux.S
[569/873] Compiling ghash-x86-apple.S
[570/873] Compiling ghash-x86-linux.S
[571/873] Compiling ghash-ssse3-x86_64-apple.S
[572/873] Compiling ghash-ssse3-x86_64-linux.S
[573/873] Compiling ghash-ssse3-x86-apple.S
[574/873] Compiling ghash-ssse3-x86-linux.S
[575/873] Compiling ghash-neon-armv8-win.S
[576/873] Compiling ghash-neon-armv8-linux.S
[577/873] Compiling ghash-armv4-linux.S
[578/873] Compiling ghash-neon-armv8-apple.S
[579/873] Compiling co-586-linux.S
[580/873] Compiling co-586-apple.S
[581/873] Compiling bsaes-armv7-linux.S
[582/873] Compiling bn-armv8-win.S
[583/873] Compiling bn-armv8-linux.S
[584/873] Compiling bn-586-apple.S
[585/873] Compiling bn-armv8-apple.S
[586/873] Compiling bn-586-linux.S
[587/873] Compiling armv8-mont-win.S
[588/873] Compiling armv8-mont-linux.S
[589/873] Compiling armv8-mont-apple.S
[590/873] Compiling aesv8-gcm-armv8-linux.S
[591/873] Compiling aesv8-gcm-armv8-win.S
[592/873] Compiling armv4-mont-linux.S
[593/873] Compiling aesv8-gcm-armv8-apple.S
[594/873] Compiling aesv8-armv8-linux.S
[595/873] Compiling aesv8-armv8-win.S
[596/873] Compiling aesv8-armv8-apple.S
[597/873] Compiling aesni-x86_64-apple.S
[598/873] Compiling aesv8-armv7-linux.S
[599/873] Compiling aesni-x86-apple.S
[600/873] Compiling aesni-x86-linux.S
[601/873] Compiling aesni-x86_64-linux.S
[602/873] Compiling aesni-gcm-x86_64-linux.S
[603/873] Compiling aesni-gcm-x86_64-apple.S
[604/873] Compiling aes-gcm-avx2-x86_64-linux.S
[605/873] Compiling aes-gcm-avx10-x86_64-apple.S
[606/873] Compiling aes-gcm-avx2-x86_64-apple.S
[607/873] Compiling aes-gcm-avx10-x86_64-linux.S
[608/873] Compiling d1_both.cc
[609/873] Compiling x_req.cc
[610/873] Compiling x_val.cc
[611/873] Compiling x_x509.cc
[612/873] Compiling x_pubkey.cc
[613/873] Compiling x_spki.cc
[614/873] Compiling x_sig.cc
[615/873] Compiling x_x509a.cc
[616/873] Compiling x_name.cc
[617/873] Compiling x_all.cc
[618/873] Compiling x_exten.cc
[619/873] Compiling x_algor.cc
[620/873] Compiling x_crl.cc
[621/873] Compiling x_attrib.cc
[622/873] Compiling x509spki.cc
[623/873] Compiling x509rset.cc
[624/873] Compiling x509name.cc
[625/873] Compiling x509cset.cc
[626/873] Compiling x509_txt.cc
[627/873] Compiling x509_vpm.cc
[628/873] Compiling x509_v3.cc
[629/873] Compiling x509_trs.cc
[630/873] Compiling x509_set.cc
[631/873] Compiling x509_vfy.cc
[632/873] Compiling x509_req.cc
[633/873] Compiling x509_obj.cc
[634/873] Compiling x509_d2.cc
[635/873] Compiling x509_att.cc
[636/873] Compiling x509_ext.cc
[637/873] Compiling x509_def.cc
[638/873] Compiling x509_lu.cc
[639/873] Compiling x509_cmp.cc
[640/873] Compiling x509.cc
[641/873] Compiling v3_utl.cc
[642/873] Compiling v3_skey.cc
[643/873] Compiling v3_pcons.cc
[644/873] Compiling v3_ocsp.cc
[645/873] Compiling v3_prn.cc
[646/873] Compiling v3_purp.cc
[647/873] Compiling v3_pmaps.cc
[648/873] Compiling v3_ncons.cc
[649/873] Compiling v3_lib.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_extku.cc
[655/873] Compiling v3_enum.cc
[656/873] Compiling v3_crld.cc
[657/873] Compiling v3_conf.cc
[658/873] Compiling v3_cpols.cc
[659/873] Compiling v3_bitst.cc
[660/873] Compiling v3_bcons.cc
[661/873] Compiling v3_alt.cc
[662/873] Compiling v3_akeya.cc
[663/873] Compiling v3_akey.cc
[664/873] Compiling t_req.cc
[665/873] Compiling t_x509a.cc
[666/873] Compiling i2d_pr.cc
[667/873] Compiling t_x509.cc
[668/873] Compiling t_crl.cc
[669/873] Compiling rsa_pss.cc
[670/873] Compiling policy.cc
[671/873] Compiling name_print.cc
[672/873] Compiling by_file.cc
[673/873] Compiling by_dir.cc
[674/873] Compiling asn1_gen.cc
[675/873] Compiling algorithm.cc
[676/873] Compiling voprf.cc
[677/873] Compiling a_verify.cc
[678/873] Compiling a_digest.cc
[679/873] Compiling a_sign.cc
[680/873] Compiling thread_win.cc
[681/873] Compiling thread.cc
[682/873] Compiling thread_none.cc
[683/873] Compiling pmbtoken.cc
[684/873] Compiling thread_pthread.cc
[685/873] Compiling stack.cc
[686/873] Compiling sha512.cc
[687/873] Compiling trust_token.cc
[688/873] Compiling siphash.cc
[689/873] Compiling sha1.cc
[690/873] Compiling sha256.cc
[691/873] Compiling rsa_print.cc
[692/873] Compiling slhdsa.cc
[693/873] Compiling refcount.cc
[694/873] Compiling rc4.cc
[695/873] Compiling rsa_extra.cc
[696/873] Compiling spake2plus.cc
[697/873] Compiling rsa_crypt.cc
[698/873] Compiling windows.cc
[699/873] Compiling trusty.cc
[700/873] Compiling rand.cc
[701/873] Compiling rsa_asn1.cc
[702/873] Compiling urandom.cc
[703/873] Compiling ios.cc
[703/873] Compiling passive.cc
[703/873] Compiling poly1305_arm_asm.S
[703/873] Compiling getentropy.cc
[703/873] Compiling forkunsafe.cc
[703/873] Compiling deterministic.cc
[703/873] Compiling fork_detect.cc
[703/873] Compiling poly1305.cc
[703/873] Compiling poly1305_arm.cc
[703/873] Compiling poly1305_vec.cc
[703/873] Compiling pool.cc
[703/873] Compiling pkcs7.cc
[703/873] Compiling pkcs8_x509.cc
[703/873] Compiling pkcs8.cc
[703/873] Compiling p5_pbev2.cc
[703/873] Compiling pem_xaux.cc
[703/873] Compiling pkcs7_x509.cc
[703/873] Compiling pem_x509.cc
[703/873] Compiling pem_pkey.cc
[703/873] Compiling obj_xref.cc
[703/873] Compiling mlkem.cc
[703/873] Compiling pem_pk8.cc
[725/873] Compiling pem_oth.cc
[726/873] Compiling pem_lib.cc
[727/873] Compiling pem_info.cc
[728/873] Compiling pem_all.cc
[729/873] Compiling mldsa.cc
[730/873] Compiling obj.cc
[731/873] Compiling md5.cc
[732/873] Compiling mem.cc
[733/873] Compiling fips_shared_support.cc
[734/873] Compiling poly_rq_mul.S
[735/873] Compiling md4.cc
[736/873] Compiling lhash.cc
[737/873] Compiling ex_data.cc
[738/873] Compiling hrss.cc
[739/873] Compiling kyber.cc
[740/873] Compiling sign.cc
[741/873] Compiling scrypt.cc
[742/873] Compiling hpke.cc
[743/873] Compiling print.cc
[744/873] Compiling pbkdf.cc
[745/873] Compiling p_x25519.cc
[746/873] Compiling p_x25519_asn1.cc
[747/873] Compiling p_ed25519.cc
[748/873] Compiling p_hkdf.cc
[749/873] Compiling p_ed25519_asn1.cc
[750/873] Compiling p_rsa.cc
[751/873] Compiling p_rsa_asn1.cc
[752/873] Compiling p_ec.cc
[753/873] Compiling p_ec_asn1.cc
[754/873] Compiling p_dh_asn1.cc
[755/873] Compiling p_dh.cc
[756/873] Compiling evp.cc
[757/873] Compiling p_dsa_asn1.cc
[758/873] Compiling evp_ctx.cc
[759/873] Compiling err.cc
[760/873] Compiling engine.cc
[761/873] Compiling ecdh.cc
[762/873] Compiling hash_to_curve.cc
[763/873] Compiling evp_asn1.cc
[764/873] Compiling ec_derive.cc
[765/873] Compiling ecdsa_asn1.cc
[766/873] Compiling ec_asn1.cc
[767/873] Compiling params.cc
[768/873] Compiling dsa_asn1.cc
[769/873] Compiling dsa.cc
[770/873] Compiling digest_extra.cc
[771/873] Compiling x25519-asm-arm.S
[772/873] Compiling des.cc
[773/873] Compiling dh_asn1.cc
[774/873] Compiling crypto.cc
[775/873] Compiling spake25519.cc
[776/873] Compiling cpu_intel.cc
[777/873] Compiling cpu_arm_freebsd.cc
[778/873] Compiling curve25519.cc
[779/873] Compiling cpu_arm_linux.cc
[780/873] Compiling curve25519_64_adx.cc
[781/873] Compiling cpu_aarch64_openbsd.cc
[782/873] Compiling cpu_aarch64_sysreg.cc
[783/873] Compiling cpu_aarch64_win.cc
[784/873] Compiling cpu_aarch64_fuchsia.cc
[785/873] Compiling cpu_aarch64_linux.cc
[786/873] Compiling bcm.cc
[787/873] Compiling cpu_aarch64_apple.cc
[788/873] Compiling conf.cc
[789/873] Compiling get_cipher.cc
[790/873] Compiling tls_cbc.cc
[791/873] Compiling e_tls.cc
[792/873] Compiling e_rc4.cc
[793/873] Compiling e_rc2.cc
[794/873] Compiling e_null.cc
[795/873] Compiling e_des.cc
[796/873] Compiling e_chacha20poly1305.cc
[797/873] Compiling derive_key.cc
[798/873] Compiling e_aesgcmsiv.cc
[799/873] Compiling e_aesctrhmac.cc
[800/873] Compiling chacha.cc
[801/873] Compiling buf.cc
[802/873] Compiling unicode.cc
[803/873] Compiling ber.cc
[804/873] Compiling cbb.cc
[805/873] Compiling cbs.cc
[806/873] Compiling bn_asn1.cc
[806/873] Compiling asn1_compat.cc
[808/873] Compiling convert.cc
[809/873] Compiling blake2.cc
[810/873] Compiling printf.cc
[811/873] Compiling hexdump.cc
[812/873] Compiling socket.cc
[813/873] Compiling pair.cc
[814/873] Compiling socket_helper.cc
[815/873] Compiling file.cc
[816/873] Compiling base64.cc
[817/873] Compiling errno.cc
[818/873] Compiling fd.cc
[819/873] Compiling connect.cc
[819/873] Compiling bio_mem.cc
[821/873] Compiling tasn_typ.cc
[822/873] Compiling bio.cc
[823/873] Compiling tasn_fre.cc
[824/873] Compiling posix_time.cc
[825/873] Compiling tasn_enc.cc
[826/873] Compiling tasn_utl.cc
[827/873] Compiling tasn_new.cc
[828/873] Compiling f_string.cc
[829/873] Compiling tasn_dec.cc
[830/873] Compiling asn_pack.cc
[831/873] Compiling f_int.cc
[832/873] Compiling asn1_par.cc
[833/873] Compiling a_utctm.cc
[834/873] Compiling a_octet.cc
[835/873] Compiling asn1_lib.cc
[836/873] Compiling a_type.cc
[837/873] Compiling a_time.cc
[838/873] Compiling a_strnid.cc
[838/873] Write sources
[844/873] Compiling a_strex.cc
[845/873] Compiling a_d2i_fp.cc
[846/889] Compiling a_object.cc
[847/891] Compiling a_dup.cc
[848/891] Compiling a_i2d_fp.cc
[849/969] Compiling a_mbstr.cc
[851/969] Compiling Algorithms Partition.swift
[852/969] Compiling Algorithms Permutations.swift
[852/969] Compiling a_int.cc
[854/971] Compiling Algorithms EitherSequence.swift
[855/971] Compiling Algorithms FirstNonNil.swift
[856/971] Compiling Algorithms Combinations.swift
[857/971] Compiling Algorithms Joined.swift
[858/971] Compiling Algorithms Keyed.swift
[859/971] Compiling Algorithms MinMax.swift
[860/971] Compiling Atomics IntegerOperations.swift
[861/971] Compiling Atomics Unmanaged extensions.swift
[862/971] Compiling Algorithms AdjacentPairs.swift
[863/971] Compiling Algorithms Chain.swift
[864/971] Compiling Algorithms Chunked.swift
[866/971] Compiling Algorithms Reductions.swift
[867/971] Compiling Algorithms Rotate.swift
[868/971] Compiling Algorithms Split.swift
[869/971] Compiling Algorithms Stride.swift
[870/971] Compiling Algorithms Suffix.swift
[877/974] Compiling Algorithms FlattenCollection.swift
[878/974] Compiling Algorithms Grouped.swift
[879/974] Compiling Algorithms Indexed.swift
[880/974] Compiling Algorithms Intersperse.swift
[881/974] Compiling Algorithms Compacted.swift
[882/974] Compiling Algorithms Cycle.swift
[901/981] Compiling Algorithms Trim.swift
[902/981] Compiling Algorithms Unique.swift
[903/981] Compiling Algorithms Windows.swift
[904/981] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[905/981] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[906/981] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[907/981] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[919/981] Emitting module Atomics
[920/981] Emitting module AsyncAlgorithms
[921/981] Compiling AsyncAlgorithms AsyncFlatMapLatestSequence.swift
[922/981] Compiling AsyncAlgorithms FlatMapLatestStateMachine.swift
[923/981] Compiling AsyncAlgorithms FlatMapLatestStorage.swift
[924/981] Compiling AsyncAlgorithms Disconnected.swift
[925/981] Compiling AsyncAlgorithms _TinyArray.swift
[926/981] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[927/981] Compiling AsyncAlgorithms Locking.swift
[939/982] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[940/982] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[941/982] Compiling AsyncAlgorithms CombineLatestStorage.swift
[942/982] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[943/982] Compiling AsyncAlgorithms DebounceStateMachine.swift
[944/982] Compiling AsyncAlgorithms DebounceStorage.swift
[945/982] Compiling AsyncAlgorithms Dictionary.swift
[945/982] Wrapping AST for Atomics for debugging
[947/982] Compiling AsyncAlgorithms Rethrow.swift
[948/982] Compiling AsyncAlgorithms SetAlgebra.swift
[949/982] Compiling AsyncAlgorithms UnsafeTransfer.swift
[950/982] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[951/982] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[952/982] Compiling AsyncAlgorithms ZipStateMachine.swift
[953/982] Compiling AsyncAlgorithms ZipStorage.swift
[954/1046] Emitting module Algorithms
[955/1047] Wrapping AST for Algorithms for debugging
[957/1047] Compiling NIOCore NIOCoreSendableMetatype.swift
[958/1047] Compiling NIOCore NIODecodedAsyncSequence.swift
[959/1047] Compiling NIOCore NIOLoopBound.swift
[960/1047] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[961/1047] Compiling NIOCore NIOScheduledCallback.swift
[962/1047] Compiling NIOCore NIOSendable.swift
[963/1047] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[964/1047] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[965/1047] Compiling NIOCore RecvByteBufferAllocator.swift
[966/1055] Compiling NIOCore EventLoopFuture+Deprecated.swift
[967/1055] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[968/1055] Compiling NIOCore EventLoopFuture.swift
[969/1055] Compiling NIOCore FileDescriptor.swift
[970/1055] Compiling NIOCore FileHandle.swift
[971/1055] Compiling NIOCore FileRegion.swift
[972/1055] Compiling NIOCore GlobalSingletons.swift
[973/1055] Compiling NIOCore IO.swift
[974/1055] Compiling NIOCore IOData.swift
[975/1055] Compiling NIOCore IPProtocol.swift
[976/1055] Compiling NIOCore IntegerBitPacking.swift
[977/1055] Compiling NIOCore IntegerTypes.swift
[978/1055] Compiling NIOCore Interfaces.swift
[979/1055] Compiling NIOCore Linux.swift
[980/1055] Compiling NIOCore MarkedCircularBuffer.swift
[981/1055] Compiling NIOCore MulticastChannel.swift
[982/1055] Compiling NIOCore NIOAny.swift
[983/1055] Compiling NIOCore NIOCloseOnErrorHandler.swift
[991/1065] Wrapping AST for AsyncAlgorithms for debugging
[993/1065] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[994/1065] Compiling NIOCore SocketAddresses.swift
[995/1065] Compiling NIOCore SocketOptionProvider.swift
[996/1065] Compiling NIOCore SystemCallHelpers.swift
[997/1065] Compiling NIOCore TimeAmount+Duration.swift
[998/1065] Compiling NIOCore TypeAssistedChannelHandler.swift
[999/1065] Compiling NIOCore UniversalBootstrapSupport.swift
[1000/1065] Compiling NIOCore Utilities.swift
[1001/1065] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1002/1065] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1005/1066] Compiling NIOCore ByteBuffer-aux.swift
[1006/1066] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1007/1066] Compiling NIOCore ByteBuffer-conversions.swift
[1008/1066] Compiling NIOCore ByteBuffer-core.swift
[1009/1066] Compiling NIOCore ByteBuffer-hex.swift
[1010/1066] Compiling NIOCore ByteBuffer-int.swift
[1011/1066] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1012/1066] Compiling NIOCore AddressedEnvelope.swift
[1013/1066] Compiling NIOCore AsyncAwaitSupport.swift
[1014/1066] Compiling NIOCore AsyncChannel.swift
[1015/1066] Compiling NIOCore AsyncChannelHandler.swift
[1016/1066] Compiling NIOCore AsyncChannelInboundStream.swift
[1017/1066] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1018/1066] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1019/1066] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1020/1066] Compiling NIOCore NIOAsyncWriter.swift
[1021/1066] Emitting module ServiceLifecycle
[1022/1066] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1023/1066] Compiling ServiceLifecycle CancellationWaiter.swift
[1024/1066] Compiling ServiceLifecycle ClosureService.swift
[1025/1066] Compiling ServiceLifecycle ServiceRunnerError.swift
[1026/1066] Compiling ServiceLifecycle GracefulShutdown.swift
[1027/1066] Compiling ServiceLifecycle Service.swift
[1028/1066] Compiling ServiceLifecycle ServiceGroup.swift
[1029/1067] Wrapping AST for ServiceLifecycle for debugging
[1031/1067] Compiling NIOCore ByteBuffer-multi-int.swift
[1032/1067] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1033/1067] Compiling NIOCore ByteBuffer-views.swift
[1034/1067] Compiling NIOCore Channel.swift
[1035/1067] Compiling NIOCore ChannelHandler.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 CircularBuffer.swift
[1041/1067] Compiling NIOCore Codec.swift
[1042/1067] Compiling NIOCore ConvenienceOptionSupport.swift
[1043/1067] Compiling NIOCore DeadChannel.swift
[1044/1067] Compiling NIOCore DispatchQueue+WithFuture.swift
[1045/1067] Compiling NIOCore EventLoop+Deprecated.swift
[1046/1067] Compiling NIOCore EventLoop+SerialExecutor.swift
[1047/1067] Compiling NIOCore EventLoop.swift
[1048/1067] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1049/1067] Emitting module NIOCore
[1050/1068] Wrapping AST for NIOCore for debugging
[1052/1122] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1053/1122] Emitting module NIOEmbedded
[1054/1122] Compiling NIOEmbedded AsyncTestingChannel.swift
[1055/1122] Compiling NIOEmbedded Embedded.swift
[1056/1123] Wrapping AST for NIOEmbedded for debugging
[1058/1123] Emitting module NIOPosix
[1059/1129] Compiling NIOPosix SelectableChannel.swift
[1060/1129] Compiling NIOPosix SelectableEventLoop.swift
[1061/1129] Compiling NIOPosix SelectorEpoll.swift
[1062/1129] Compiling NIOPosix SelectorGeneric.swift
[1063/1129] Compiling NIOPosix SelectorKqueue.swift
[1064/1129] Compiling NIOPosix SelectorUring.swift
[1065/1129] Compiling NIOPosix SelectorWSAPoll.swift
[1066/1129] Compiling NIOPosix ServerSocket.swift
[1067/1129] Compiling NIOPosix Socket.swift
[1068/1129] Compiling NIOPosix SocketChannel.swift
[1069/1129] Compiling NIOPosix SocketProtocols.swift
[1070/1129] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[1071/1129] Compiling NIOPosix System.swift
[1072/1129] Compiling NIOPosix Thread.swift
[1073/1129] Compiling NIOPosix PipePair.swift
[1074/1129] Compiling NIOPosix Pool.swift
[1075/1129] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1076/1129] Compiling NIOPosix PosixSingletons.swift
[1077/1129] Compiling NIOPosix RawSocketBootstrap.swift
[1078/1129] Compiling NIOPosix Resolver.swift
[1079/1129] Compiling NIOPosix Selectable.swift
[1080/1129] Compiling NIOPosix ThreadPosix.swift
[1081/1129] Compiling NIOPosix ThreadWindows.swift
[1082/1129] Compiling NIOPosix Utilities.swift
[1083/1129] Compiling NIOPosix VsockAddress.swift
[1084/1129] Compiling NIOPosix VsockChannelEvents.swift
[1085/1129] Compiling NIOPosix Windows.swift
[1086/1129] Compiling NIOPosix BaseStreamSocketChannel.swift
[1087/1129] Compiling NIOPosix Bootstrap.swift
[1088/1129] Compiling NIOPosix ControlMessage.swift
[1089/1129] Compiling NIOPosix DatagramVectorReadManager.swift
[1090/1129] Compiling NIOPosix Errors+Any.swift
[1091/1129] Compiling NIOPosix FileDescriptor.swift
[1092/1129] Compiling NIOPosix GetaddrinfoResolver.swift
[1093/1129] Compiling NIOPosix BSDSocketAPICommon.swift
[1094/1129] Compiling NIOPosix BSDSocketAPIPosix.swift
[1095/1129] Compiling NIOPosix BSDSocketAPIWindows.swift
[1096/1129] Compiling NIOPosix BaseSocket.swift
[1097/1129] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[1098/1129] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1099/1129] Compiling NIOPosix BaseSocketChannel.swift
[1100/1129] Compiling NIOPosix HappyEyeballs.swift
[1101/1129] Compiling NIOPosix IO.swift
[1102/1129] Compiling NIOPosix IntegerBitPacking.swift
[1103/1129] Compiling NIOPosix IntegerTypes.swift
[1104/1129] Compiling NIOPosix Linux.swift
[1105/1129] Compiling NIOPosix LinuxCPUSet.swift
[1106/1129] Compiling NIOPosix LinuxUring.swift
[1107/1129] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1108/1129] Compiling NIOPosix NIOPosixSendableMetatype.swift
[1109/1129] Compiling NIOPosix NIOThreadPool.swift
[1110/1129] Compiling NIOPosix NonBlockingFileIO.swift
[1111/1129] Compiling NIOPosix PendingDatagramWritesManager.swift
[1112/1129] Compiling NIOPosix PendingWritesManager.swift
[1113/1129] Compiling NIOPosix PipeChannel.swift
[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 NIOTypedApplicationProtocolNegotiationHandler.swift
[1122/1172] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1123/1172] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1124/1172] Emitting module NIOTLS
[1125/1172] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1126/1172] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1127/1172] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1128/1172] Compiling NIOSOCKS SOCKSResponse.swift
[1129/1172] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1130/1172] Compiling NIOSOCKS ClientStateMachine.swift
[1131/1173] Emitting module NIOFoundationCompat
[1132/1173] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1133/1173] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1134/1173] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1135/1173] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1136/1173] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1137/1173] Compiling NIOHTTP1 HTTPDecoder.swift
[1138/1173] Emitting module NIOSOCKS
[1139/1173] Compiling NIOHTTP1 HTTPEncoder.swift
[1140/1173] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1141/1173] Compiling NIOSOCKS ServerStateMachine.swift
[1142/1174] Compiling NIOTLS SNIHandler.swift
[1145/1175] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1145/1176] Wrapping AST for NIOSOCKS for debugging
[1146/1176] Wrapping AST for NIOTLS for debugging
[1149/1176] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1150/1176] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1151/1178] Emitting module NIOHTTP1
[1151/1207] Wrapping AST for NIOFoundationCompat for debugging
[1153/1207] Compiling NIOSSL SSLErrors.swift
[1154/1207] Compiling NIOSSL SSLInit.swift
[1155/1229] Emitting module NIOTransportServices
[1156/1231] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1157/1231] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1158/1231] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1159/1231] Compiling NIOTransportServices NIOTSEventLoop.swift
[1160/1231] Compiling NIOTransportServices AcceptHandler.swift
[1161/1231] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1162/1231] Compiling NIOTransportServices NIOTSSingletons.swift
[1163/1231] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1164/1231] Compiling NIOTransportServices StateManagedChannel.swift
[1165/1231] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1166/1231] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1167/1231] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1168/1231] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1169/1231] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1170/1231] Compiling NIOTransportServices NIOTSErrors.swift
[1173/1231] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[1174/1231] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[1175/1231] Compiling NIOTransportServices NIOTSBootstraps.swift
[1176/1231] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1177/1231] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1178/1231] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[1179/1231] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1180/1231] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1187/1232] Wrapping AST for NIOTransportServices for debugging
[1194/1244] Wrapping AST for NIOHTTP1 for debugging
[1196/1251] Compiling NIOHPACK DynamicHeaderTable.swift
[1197/1251] Compiling NIOHPACK HPACKDecoder.swift
[1198/1252] Compiling NIOHPACK IndexedHeaderTable.swift
[1199/1252] Compiling NIOHPACK IntegerCoding.swift
[1200/1252] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1201/1252] Emitting module NIOHPACK
[1202/1252] Compiling NIOHPACK HuffmanTables.swift
[1203/1252] Compiling NIOHPACK HuffmanCoding.swift
[1204/1252] Compiling NIOHPACK StaticHeaderTable.swift
[1205/1252] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1206/1252] Compiling NIOHTTPCompression HTTPDecompression.swift
[1207/1252] Compiling NIOHPACK HPACKEncoder.swift
[1208/1252] Compiling NIOHPACK HPACKErrors.swift
[1209/1252] Emitting module NIOHTTPCompression
[1210/1252] Compiling NIOHTTPCompression HTTPCompression.swift
[1211/1252] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1212/1252] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1213/1253] Emitting module NIOSSL
[1219/1257] Compiling NIOHPACK HPACKHeader.swift
[1220/1257] Compiling NIOHPACK HeaderTables.swift
[1226/1257] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1227/1257] Compiling NIOSSL SubjectAlternativeName.swift
[1228/1257] Compiling NIOSSL NIOSSLSecureBytes.swift
[1229/1257] Compiling NIOSSL RNG.swift
[1230/1257] Compiling NIOSSL SafeCompare.swift
[1230/1257] Wrapping AST for NIOHTTPCompression for debugging
[1238/1258] Wrapping AST for NIOHPACK for debugging
[1248/1321] Compiling NIOHTTP2 Error+Any.swift
[1249/1321] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1250/1321] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1251/1321] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1252/1322] Wrapping AST for NIOSSL for debugging
[1254/1322] Emitting module NIOHTTP2
[1255/1330] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1256/1330] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1257/1330] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1258/1330] Compiling NIOHTTP2 InboundEventBuffer.swift
[1259/1330] Compiling NIOHTTP2 InboundWindowManager.swift
[1260/1330] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1261/1330] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[1262/1330] Compiling NIOHTTP2 NIOHTTP2ServerConnectionManagementHandler+StateMachine.swift
[1263/1330] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1264/1330] Compiling NIOHTTP2 HasLocalSettings.swift
[1265/1330] Compiling NIOHTTP2 HasRemoteSettings.swift
[1266/1330] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1267/1330] Compiling NIOHTTP2 QuiescingState.swift
[1268/1330] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1269/1330] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1270/1330] Compiling NIOHTTP2 StateMachineResult.swift
[1271/1330] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1272/1330] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1273/1330] Compiling NIOHTTP2 HTTP2PingData.swift
[1274/1330] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1275/1330] Compiling NIOHTTP2 HTTP2Settings.swift
[1276/1330] Compiling NIOHTTP2 HTTP2Stream.swift
[1277/1330] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1278/1330] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1279/1330] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1280/1330] Compiling NIOHTTP2 HTTP2StreamID.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 DOSHeuristics.swift
[1294/1330] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1295/1330] Compiling NIOHTTP2 GlitchesMonitor.swift
[1296/1330] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1297/1330] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1298/1330] Compiling NIOHTTP2 MaySendFrames.swift
[1299/1330] Compiling NIOHTTP2 SendingDataState.swift
[1300/1330] Compiling NIOHTTP2 SendingGoawayState.swift
[1301/1330] Compiling NIOHTTP2 SendingHeadersState.swift
[1302/1330] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1303/1330] Compiling NIOHTTP2 SendingRstStreamState.swift
[1304/1330] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1305/1330] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1306/1330] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1307/1330] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1308/1330] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1309/1330] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1310/1330] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1311/1330] Compiling NIOHTTP2 HTTP2Error.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 ConnectionStateMachine.swift
[1317/1330] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1318/1330] Compiling NIOHTTP2 MayReceiveFrames.swift
[1319/1330] Compiling NIOHTTP2 ReceivingDataState.swift
[1320/1330] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1321/1330] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1322/1330] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1323/1330] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1324/1330] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1325/1331] Wrapping AST for NIOHTTP2 for debugging
[1327/1395] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1328/1395] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1329/1395] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1330/1395] Compiling AsyncHTTPClient Transaction.swift
[1331/1395] Compiling AsyncHTTPClient Base64.swift
[1332/1395] Compiling AsyncHTTPClient BasicAuth.swift
[1333/1395] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1334/1395] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1335/1395] Compiling AsyncHTTPClient ConnectionPool.swift
[1336/1395] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1337/1395] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1338/1395] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1339/1395] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1340/1395] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1341/1395] Compiling AsyncHTTPClient HTTPClient+tracing.swift
[1342/1395] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1343/1395] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1344/1395] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1345/1395] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1346/1395] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1347/1395] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1348/1395] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1349/1395] Compiling AsyncHTTPClient HTTP1Connection.swift
[1350/1395] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1351/1395] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1352/1395] Compiling AsyncHTTPClient HTTP2Connection.swift
[1353/1395] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1354/1395] Emitting module AsyncHTTPClient
[1355/1403] Compiling AsyncHTTPClient RequestOptions.swift
[1356/1403] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1357/1403] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1358/1403] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1359/1403] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1360/1403] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1361/1403] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1362/1403] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1363/1403] Compiling AsyncHTTPClient ConnectionTarget.swift
[1364/1403] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1365/1403] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1366/1403] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1367/1403] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1368/1403] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1369/1403] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1370/1403] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1371/1403] Compiling AsyncHTTPClient RequestBodyLength.swift
[1372/1403] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1373/1403] Compiling AsyncHTTPClient DeconstructedURL.swift
[1374/1403] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1375/1403] Compiling AsyncHTTPClient FoundationExtensions.swift
[1376/1403] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1377/1403] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1378/1403] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1379/1403] Compiling AsyncHTTPClient HTTPClient.swift
[1380/1403] Compiling AsyncHTTPClient HTTPClientConfiguration+SwiftConfiguration.swift
[1381/1403] Compiling AsyncHTTPClient HTTPHandler.swift
[1382/1403] Compiling AsyncHTTPClient LRUCache.swift
[1383/1403] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1384/1403] Compiling AsyncHTTPClient NWErrorHandler.swift
[1385/1403] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1386/1403] Compiling AsyncHTTPClient TLSConfiguration.swift
[1387/1403] Compiling AsyncHTTPClient RedirectState.swift
[1388/1403] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1389/1403] Compiling AsyncHTTPClient RequestBag+Tracing.swift
[1390/1403] Compiling AsyncHTTPClient RequestBag.swift
[1391/1403] Compiling AsyncHTTPClient RequestValidation.swift
[1392/1403] Compiling AsyncHTTPClient SSLContextCache.swift
[1393/1403] Compiling AsyncHTTPClient Scheme.swift
[1394/1403] Compiling AsyncHTTPClient Singleton.swift
[1395/1403] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1396/1403] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1397/1403] Compiling AsyncHTTPClient TracingSupport.swift
[1398/1403] Compiling AsyncHTTPClient Utils.swift
[1399/1413] Wrapping AST for AsyncHTTPClient for debugging
[1401/1415] Emitting module LoggingLoki
[1402/1416] Compiling LoggingLoki Batch.swift
[1403/1416] Compiling LoggingLoki BatchEntry.swift
[1404/1416] Compiling LoggingLoki push.pb.swift
[1405/1416] Compiling LoggingLoki LokiTransport.swift
[1406/1416] Compiling LoggingLoki Timeout.swift
[1407/1416] Compiling LoggingLoki LokiTransformer.swift
[1408/1416] Compiling LoggingLoki LokiLogProcessor.swift
[1409/1416] Compiling LoggingLoki LokiRequest.swift
[1410/1416] Compiling LoggingLoki LokiStream.swift
[1411/1416] Compiling LoggingLoki LokiLog.swift
[1412/1416] Compiling LoggingLoki LokiLogHandler.swift
[1413/1417] Wrapping AST for LoggingLoki for debugging
[1415/1419] Compiling BasicUsage BasicUsage.swift
[1416/1419] Emitting module BasicUsage
[1417/1420] Wrapping AST for BasicUsage for debugging
[1418/1420] Write Objects.LinkFileList
[1419/1420] Linking BasicUsage
Build complete! (536.07s)
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.