Build Information
Successful build of swift-log-loki, reference main (5782de
), with Swift 6.1 for Android on 29 May 2025 08:26:02 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
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 5782de2 Migrate to Swift 6 (#16)
Cloned https://github.com/lovetodream/swift-log-loki.git
Revision (git rev-parse @):
5782de2bafe49033ef5ce2e3a2c5531954fb6287
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/lovetodream/swift-log-loki.git at main
========================================
Build
========================================
Selected platform: android
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-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-docc-plugin.git
Fetching https://github.com/lovetodream/swift-snappy.git
Fetching https://github.com/apple/swift-log.git
[1/194] Fetching swift-snappy
[155/2620] Fetching swift-snappy, swift-service-lifecycle
[156/6456] Fetching swift-snappy, swift-service-lifecycle, swift-log
[3194/8505] Fetching swift-snappy, swift-service-lifecycle, swift-log, swift-docc-plugin
[6847/22519] Fetching swift-snappy, swift-service-lifecycle, swift-log, swift-docc-plugin, async-http-client
Fetched https://github.com/apple/swift-log.git from cache (0.53s)
[6772/18683] Fetching swift-snappy, swift-service-lifecycle, swift-docc-plugin, async-http-client
Fetched https://github.com/apple/swift-docc-plugin.git from cache (0.56s)
[6404/16634] Fetching swift-snappy, swift-service-lifecycle, async-http-client
[16635/55609] Fetching swift-snappy, swift-service-lifecycle, async-http-client, swift-protobuf
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.05s)
Fetched https://github.com/lovetodream/swift-snappy.git from cache (1.05s)
[17912/52989] Fetching async-http-client, swift-protobuf
Fetched https://github.com/swift-server/async-http-client.git from cache (1.06s)
[4288/38975] Fetching swift-protobuf
Fetched https://github.com/apple/swift-protobuf.git from cache (6.72s)
Computing version for https://github.com/lovetodream/swift-snappy.git
Computed https://github.com/lovetodream/swift-snappy.git at 1.0.0 (10.40s)
Fetching https://github.com/apple/swift-system
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system from cache (0.58s)
Computing version for https://github.com/apple/swift-docc-plugin.git
Computed https://github.com/apple/swift-docc-plugin.git at 1.4.3 (1.47s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3391] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.43s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.24s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.5.0 (1.06s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.90s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4985] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (2.92s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (3.61s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.46s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.31s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.59s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.30.0 (0.60s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.56s)
Fetching https://github.com/apple/swift-nio-http2.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-nio-extras.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/1710] Fetching swift-atomics
[634/7624] Fetching swift-atomics, swift-nio-extras
[5437/13583] Fetching swift-atomics, swift-nio-extras, swift-algorithms
[13584/16250] Fetching swift-atomics, swift-nio-extras, swift-algorithms, swift-nio-transport-services
[15798/27777] Fetching swift-atomics, swift-nio-extras, swift-algorithms, swift-nio-transport-services, swift-nio-http2
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.90s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.90s)
Fetching https://github.com/apple/swift-nio.git
[10321/19196] Fetching swift-atomics, swift-algorithms, swift-nio-http2
[10322/34039] Fetching swift-atomics, swift-algorithms, swift-nio-http2, swift-nio-ssl
[24244/110132] Fetching swift-atomics, swift-algorithms, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.02s)
[31589/98605] Fetching swift-atomics, swift-algorithms, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-algorithms.git from cache (2.76s)
Fetched https://github.com/apple/swift-atomics.git from cache (2.77s)
[62021/90936] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.79s)
[47939/76093] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.34s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (6.86s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.63s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.71s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.83s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/1590] Fetching swift-asn1
[1242/2494] Fetching swift-asn1, swift-http-types
[1252/3635] Fetching swift-asn1, swift-http-types, swift-http-structured-headers
[3636/9790] Fetching swift-asn1, swift-http-types, swift-http-structured-headers, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (0.41s)
[4332/8886] Fetching swift-asn1, swift-http-structured-headers, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.42s)
[3745/7745] Fetching swift-asn1, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.43s)
[2278/6155] Fetching swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (0.64s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.38s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.88s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.53s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (4.92s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.64s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.73s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.69s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.99s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.57s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.60s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.63s)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.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.2.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-docc-plugin.git
Working copy of https://github.com/apple/swift-docc-plugin.git resolved at 1.4.3
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.30.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/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-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.5.0
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/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
[1/1] Compiling plugin SwiftProtobufPlugin
[2/2] Compiling plugin Swift-DocC Preview
[3/3] Compiling plugin Swift-DocC
Building for debugging...
[3/491] Compiling a_bitstr.cc
[4/491] Compiling ex_data.cc
[5/491] Compiling a_dup.cc
[6/491] Write sources
[8/491] Compiling a_d2i_fp.cc
[9/491] Write sources
[11/491] Copying PrivacyInfo.xcprivacy
[12/491] Write sources
[13/491] Compiling _NumericsShims _NumericsShims.c
[14/491] Compiling _AtomicsShims.c
[15/491] Write sources
[38/491] Compiling SnappyC snappy.c
[39/491] Compiling SnappyC map.c
[40/491] Compiling CSystem shims.c
[41/491] Compiling CNIOWindows shim.c
[42/491] Compiling CNIOWindows WSAStartup.c
[43/491] Compiling CNIOLinux liburing_shims.c
[44/491] Compiling CNIOWASI CNIOWASI.c
[45/491] Write swift-version-24593BA9C3E375BF.txt
[46/491] Compiling CNIOLLHTTP c_nio_http.c
[47/491] Compiling CNIOLinux shim.c
[48/491] Compiling CNIOLLHTTP c_nio_api.c
[49/491] Compiling a_bool.cc
[50/491] Compiling CNIOLLHTTP c_nio_llhttp.c
[51/618] Compiling c-nioatomics.c
[53/623] Emitting module _NIOBase64
[54/623] Compiling _NIOBase64 Base64.swift
[55/623] Compiling _NIODataStructures _TinyArray.swift
[56/624] Emitting module _NIODataStructures
[58/624] Compiling RealModule ElementaryFunctions.swift
[59/624] Compiling RealModule Float80+Real.swift
[60/624] Compiling RealModule Real.swift
[61/624] Compiling SwiftProtobuf AsyncMessageSequence.swift
[62/624] Compiling SwiftProtobuf BinaryDecoder.swift
[63/624] Compiling RealModule Float+Real.swift
[64/625] Emitting module RealModule
[65/625] Compiling SwiftProtobuf AnyMessageStorage.swift
[66/625] Compiling SwiftProtobuf AnyUnpackError.swift
[67/625] Compiling RealModule Float16+Real.swift
[68/625] Compiling SwiftProtobuf HashVisitor.swift
[69/625] Compiling SwiftProtobuf Internal.swift
[70/625] Compiling SwiftProtobuf JSONDecoder.swift
[71/628] Compiling _NIODataStructures Heap.swift
[72/628] Compiling _NIODataStructures PriorityQueue.swift
[74/643] Compiling RealModule RealFunctions.swift
[75/644] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[76/644] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[77/644] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[78/644] Compiling InternalCollectionsUtilities Debugging.swift
[79/644] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[79/647] Compiling bcm.cc
[81/648] Compiling InternalCollectionsUtilities Descriptions.swift
[82/648] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[83/648] Wrapping AST for _NIODataStructures for debugging
[85/648] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[86/648] Compiling InternalCollectionsUtilities Integer rank.swift
[87/648] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[88/648] Compiling InternalCollectionsUtilities UInt+reversed.swift
[89/648] Emitting module SystemPackage
[90/648] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[91/648] Compiling ConcurrencyHelpers LockedValueBox.swift
[91/648] Wrapping AST for _NIOBase64 for debugging
[92/648] Compiling CNIOExtrasZlib empty.c
[93/648] Wrapping AST for RealModule for debugging
[94/648] Compiling CNIODarwin shim.c
[95/648] Compiling fiat_p256_adx_sqr.S
[97/648] Compiling SystemPackage Util+StringArray.swift
[98/648] Compiling SystemPackage Util.swift
[99/648] Compiling SystemPackage UtilConsumers.swift
[100/648] Emitting module InternalCollectionsUtilities
[100/648] Compiling fiat_p256_adx_mul.S
[104/648] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[105/648] Compiling InternalCollectionsUtilities _SortedCollection.swift
[105/648] Compiling c-atomics.c
[106/648] Compiling fiat_curve25519_adx_square.S
[107/648] Compiling fiat_curve25519_adx_mul.S
[115/649] Compiling CNIOBoringSSLShims shims.c
[117/655] Compiling NIOConcurrencyHelpers NIOLock.swift
[118/655] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[119/655] Compiling NIOConcurrencyHelpers lock.swift
[120/655] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[121/655] Compiling NIOConcurrencyHelpers atomics.swift
[122/655] Emitting module NIOConcurrencyHelpers
[124/656] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[125/656] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[126/656] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[127/656] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[128/656] Compiling Logging MetadataProvider.swift
[133/656] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[134/656] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[135/656] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[136/656] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[137/656] Compiling SwiftProtobuf JSONDecodingError.swift
[138/656] Compiling SwiftProtobuf CustomJSONCodable.swift
[139/656] Compiling SwiftProtobuf Decoder.swift
[140/656] Compiling SwiftProtobuf DoubleParser.swift
[141/656] Compiling ConcurrencyHelpers Lock.swift
[142/656] Emitting module ConcurrencyHelpers
[143/656] Compiling Logging LogHandler.swift
[144/656] Compiling Logging Locks.swift
[145/656] Compiling Logging Logging.swift
[146/656] Emitting module Logging
[146/659] Compiling tls_record.cc
[150/729] Wrapping AST for NIOConcurrencyHelpers for debugging
[151/731] Wrapping AST for SystemPackage for debugging
[152/731] Compiling tls_method.cc
[153/731] Wrapping AST for InternalCollectionsUtilities for debugging
[155/732] Compiling DequeModule _DequeBuffer.swift
[156/732] Compiling DequeModule _DequeBufferHeader.swift
[157/736] Emitting module Snappy
[158/736] Compiling DequeModule Deque+CustomReflectable.swift
[159/736] Compiling DequeModule Deque+Descriptions.swift
[159/736] Wrapping AST for Logging for debugging
[160/736] Wrapping AST for ConcurrencyHelpers for debugging
[162/736] Compiling DequeModule Deque+Equatable.swift
[163/736] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[164/736] Compiling DequeModule Deque+Extras.swift
[165/736] Compiling DequeModule Deque+Hashable.swift
[166/736] Compiling DequeModule _DequeSlot.swift
[167/736] Compiling DequeModule _UnsafeWrappedBuffer.swift
[168/736] Emitting module UnixSignals
[169/736] Emitting module DequeModule
[170/736] Compiling DequeModule Deque+Codable.swift
[171/736] Compiling DequeModule Deque+Collection.swift
[172/736] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[173/736] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[174/736] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[175/736] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[176/736] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[177/736] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[178/736] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[179/736] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[180/736] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[181/736] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[182/736] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[183/736] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[184/736] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[185/736] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[185/736] Compiling tls13_server.cc
[187/743] Compiling UnixSignals UnixSignal.swift
[188/743] Compiling UnixSignals UnixSignalsSequence.swift
[189/744] Compiling DequeModule Deque+Testing.swift
[190/744] Compiling DequeModule Deque._Storage.swift
[191/744] Compiling DequeModule Deque._UnsafeHandle.swift
[192/744] Compiling DequeModule Deque.swift
[194/745] Compiling Snappy Snappy.swift
[196/746] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[197/746] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[198/746] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[199/746] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[200/746] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[201/746] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[202/746] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[203/746] Compiling OrderedCollections OrderedDictionary+Values.swift
[212/746] Compiling OrderedCollections OrderedDictionary.swift
[213/746] Compiling OrderedCollections OrderedSet+Codable.swift
[214/746] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[215/746] Compiling OrderedCollections OrderedSet+Descriptions.swift
[216/746] Compiling OrderedCollections OrderedSet+Diffing.swift
[217/746] Compiling OrderedCollections OrderedSet+Equatable.swift
[218/746] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[219/746] Compiling OrderedCollections OrderedSet+Hashable.swift
[220/746] Compiling OrderedCollections OrderedSet+Initializers.swift
[221/746] Compiling OrderedCollections OrderedSet+Insertions.swift
[222/746] Compiling OrderedCollections OrderedSet+Invariants.swift
[223/746] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[224/746] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[225/746] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[226/746] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[227/746] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[228/746] Wrapping AST for UnixSignals for debugging
[229/746] Wrapping AST for Snappy for debugging
[242/757] Wrapping AST for DequeModule for debugging
[243/757] Compiling tls13_client.cc
[264/757] Compiling OrderedCollections OrderedSet+Sendable.swift
[265/757] Compiling OrderedCollections OrderedSet+SubSequence.swift
[266/757] Compiling OrderedCollections OrderedSet+Testing.swift
[267/757] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[268/757] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[269/757] Compiling OrderedCollections OrderedSet.swift
[270/757] Compiling OrderedCollections _UnsafeBitset.swift
[270/757] Compiling tls13_enc.cc
[284/757] Emitting module OrderedCollections
[284/758] Compiling tls13_both.cc
[285/758] Compiling t1_enc.cc
[290/758] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[291/758] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[292/758] Compiling SwiftProtobuf Message.swift
[293/758] Compiling SwiftProtobuf MessageExtension.swift
[294/758] Compiling SwiftProtobuf NameMap.swift
[295/758] Compiling SwiftProtobuf PathDecoder.swift
[296/758] Compiling SwiftProtobuf PathVisitor.swift
[297/758] Compiling SwiftProtobuf ProtoNameProviding.swift
[298/758] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[299/758] Compiling SwiftProtobuf JSONDecodingOptions.swift
[300/758] Compiling SwiftProtobuf JSONEncoder.swift
[301/758] Compiling SwiftProtobuf JSONEncodingError.swift
[302/758] Compiling SwiftProtobuf JSONEncodingOptions.swift
[303/758] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[304/758] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[305/758] Compiling SwiftProtobuf JSONScanner.swift
[306/758] Compiling SwiftProtobuf MathUtils.swift
[307/758] Compiling SwiftProtobuf Message+AnyAdditions.swift
[308/758] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[309/758] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[310/758] Compiling SwiftProtobuf Message+FieldMask.swift
[322/758] Compiling ssl_versions.cc
[323/758] Wrapping AST for OrderedCollections for debugging
[324/758] Compiling ssl_x509.cc
[325/758] Compiling ssl_transcript.cc
[326/758] Compiling ssl_stat.cc
[328/758] Emitting module SwiftProtobuf
[340/758] Compiling ssl_privkey.cc
[341/758] Compiling ssl_lib.cc
[342/758] Compiling ssl_session.cc
[343/758] Compiling ssl_cipher.cc
[344/758] Compiling ssl_key_share.cc
[345/758] Compiling ssl_file.cc
[346/758] Compiling ssl_credential.cc
[347/758] Compiling ssl_cert.cc
[348/758] Compiling s3_pkt.cc
[349/758] Compiling ssl_asn1.cc
[350/758] Compiling ssl_aead_ctx.cc
[351/758] Compiling s3_both.cc
[352/758] Compiling ssl_buffer.cc
[353/758] Compiling s3_lib.cc
[354/758] Compiling handshake_server.cc
[355/758] Compiling handshake.cc
[356/758] Compiling extensions.cc
[357/758] Compiling handshake_client.cc
[358/758] Compiling dtls_record.cc
[359/758] Compiling handoff.cc
[360/758] Compiling encrypted_client_hello.cc
[361/758] Compiling md5-x86_64-linux.S
[362/758] Compiling md5-x86_64-apple.S
[363/758] Compiling md5-586-linux.S
[364/758] Compiling md5-586-apple.S
[365/758] Compiling dtls_method.cc
[366/758] Compiling chacha20_poly1305_x86_64-linux.S
[367/758] Compiling chacha20_poly1305_x86_64-apple.S
[368/758] Compiling chacha20_poly1305_armv8-win.S
[369/758] Compiling d1_lib.cc
[370/758] Compiling chacha20_poly1305_armv8-linux.S
[371/758] Compiling chacha20_poly1305_armv8-apple.S
[372/758] Compiling d1_srtp.cc
[373/758] Compiling chacha-x86_64-linux.S
[374/758] Compiling chacha-x86-linux.S
[375/758] Compiling chacha-x86_64-apple.S
[376/758] Compiling chacha-x86-apple.S
[377/758] Compiling chacha-armv8-win.S
[378/758] Compiling chacha-armv8-linux.S
[379/758] Compiling chacha-armv8-apple.S
[380/758] Compiling chacha-armv4-linux.S
[381/758] Compiling bio_ssl.cc
[382/758] Compiling err_data.cc
[383/758] Compiling aes128gcmsiv-x86_64-linux.S
[384/758] Compiling aes128gcmsiv-x86_64-apple.S
[385/758] Compiling x86_64-mont5-linux.S
[386/758] Compiling x86_64-mont5-apple.S
[387/758] Compiling x86_64-mont-linux.S
[388/758] Compiling x86-mont-apple.S
[389/758] Compiling x86_64-mont-apple.S
[390/758] Compiling x86-mont-linux.S
[391/758] Compiling d1_pkt.cc
[392/758] Compiling vpaes-x86-apple.S
[393/758] Compiling vpaes-x86_64-apple.S
[394/758] Compiling vpaes-x86_64-linux.S
[395/758] Compiling vpaes-armv8-win.S
[396/758] Compiling vpaes-x86-linux.S
[397/758] Compiling vpaes-armv8-linux.S
[398/758] Compiling vpaes-armv8-apple.S
[399/758] Compiling sha512-x86_64-linux.S
[400/758] Compiling sha512-x86_64-apple.S
[401/758] Compiling sha512-armv8-win.S
[402/758] Compiling vpaes-armv7-linux.S
[403/758] Compiling sha512-armv8-apple.S
[404/758] Compiling sha512-586-apple.S
[405/758] Compiling sha512-armv8-linux.S
[406/758] Compiling sha512-586-linux.S
[407/758] Compiling sha512-armv4-linux.S
[408/758] Compiling sha256-x86_64-linux.S
[408/758] Compiling sha256-x86_64-apple.S
[410/758] Compiling sha256-armv8-win.S
[411/758] Compiling sha256-armv4-linux.S
[412/758] Compiling sha256-armv8-apple.S
[413/758] Compiling sha256-586-linux.S
[413/758] Compiling sha256-586-apple.S
[415/758] Compiling sha256-armv8-linux.S
[416/758] Compiling sha1-x86_64-linux.S
[417/758] Compiling d1_both.cc
[418/758] Compiling sha1-armv8-linux.S
[419/758] Compiling sha1-x86_64-apple.S
[420/758] Compiling sha1-armv8-apple.S
[420/758] Compiling sha1-armv4-large-linux.S
[422/758] Compiling sha1-armv8-win.S
[423/758] Compiling sha1-586-apple.S
[424/758] Compiling sha1-586-linux.S
[425/758] Compiling p256_beeu-x86_64-asm-linux.S
[426/758] Compiling rdrand-x86_64-linux.S
[427/758] Compiling rsaz-avx2-apple.S
[428/758] Compiling rsaz-avx2-linux.S
[429/758] Compiling rdrand-x86_64-apple.S
[430/758] Compiling p256_beeu-x86_64-asm-apple.S
[431/758] Compiling p256_beeu-armv8-asm-win.S
[432/758] Compiling p256_beeu-armv8-asm-apple.S
[433/758] Compiling p256-x86_64-asm-linux.S
[434/758] Compiling p256_beeu-armv8-asm-linux.S
[435/758] Compiling p256-armv8-asm-win.S
[436/758] Compiling ghashv8-armv8-win.S
[437/758] Compiling p256-x86_64-asm-apple.S
[438/758] Compiling ghashv8-armv8-apple.S
[439/758] Compiling p256-armv8-asm-apple.S
[440/758] Compiling ghashv8-armv8-linux.S
[441/758] Compiling p256-armv8-asm-linux.S
[442/758] Compiling ghashv8-armv7-linux.S
[443/758] Compiling ghash-x86_64-apple.S
[444/758] Compiling ghash-x86_64-linux.S
[445/758] Compiling ghash-x86-linux.S
[446/758] Compiling ghash-ssse3-x86_64-linux.S
[447/758] Compiling ghash-x86-apple.S
[448/758] Compiling ghash-ssse3-x86-linux.S
[449/758] Compiling ghash-ssse3-x86_64-apple.S
[450/758] Compiling ghash-neon-armv8-win.S
[451/758] Compiling ghash-ssse3-x86-apple.S
[452/758] Compiling ghash-neon-armv8-apple.S
[453/758] Compiling ghash-neon-armv8-linux.S
[453/758] Compiling bsaes-armv7-linux.S
[455/758] Compiling co-586-linux.S
[456/758] Compiling ghash-armv4-linux.S
[457/758] Compiling bn-armv8-win.S
[458/758] Compiling co-586-apple.S
[459/758] Compiling bn-armv8-linux.S
[460/758] Compiling bn-armv8-apple.S
[461/758] Compiling bn-586-linux.S
[462/758] Compiling armv8-mont-apple.S
[462/758] Compiling bn-586-apple.S
[464/758] Compiling armv8-mont-win.S
[465/758] Compiling armv8-mont-linux.S
[466/758] Compiling aesv8-gcm-armv8-apple.S
[467/758] Compiling aesv8-gcm-armv8-win.S
[468/758] Compiling aesv8-armv8-win.S
[469/758] Compiling armv4-mont-linux.S
[470/758] Compiling aesv8-armv8-linux.S
[471/758] Compiling aesv8-gcm-armv8-linux.S
[472/758] Compiling aesv8-armv7-linux.S
[473/758] Compiling aesv8-armv8-apple.S
[474/758] Compiling aesni-x86-linux.S
[475/758] Compiling aesni-x86_64-apple.S
[476/758] Compiling aesni-x86_64-linux.S
[477/758] Compiling aesni-x86-apple.S
[478/758] Compiling aesni-gcm-x86_64-linux.S
[479/758] Compiling aesni-gcm-x86_64-apple.S
[480/758] Compiling aes-gcm-avx2-x86_64-linux.S
[481/758] Compiling aes-gcm-avx10-x86_64-linux.S
[482/758] Compiling aes-gcm-avx2-x86_64-apple.S
[483/758] Compiling aes-gcm-avx10-x86_64-apple.S
[484/758] Compiling x_val.cc
[485/758] Compiling x_spki.cc
[486/758] Compiling x_req.cc
[487/758] Compiling x_x509.cc
[488/758] Compiling x_x509a.cc
[489/758] Compiling x_sig.cc
[490/758] Compiling x_pubkey.cc
[492/758] Compiling SwiftProtobuf api.pb.swift
[493/758] Compiling SwiftProtobuf descriptor.pb.swift
[494/758] Compiling SwiftProtobuf duration.pb.swift
[495/758] Compiling SwiftProtobuf empty.pb.swift
[496/758] Compiling SwiftProtobuf field_mask.pb.swift
[497/758] Compiling SwiftProtobuf source_context.pb.swift
[498/758] Compiling SwiftProtobuf struct.pb.swift
[499/758] Compiling SwiftProtobuf timestamp.pb.swift
[500/758] Compiling SwiftProtobuf type.pb.swift
[501/758] Compiling SwiftProtobuf wrappers.pb.swift
[502/758] Compiling SwiftProtobuf resource_bundle_accessor.swift
[503/759] Compiling x_crl.cc
[504/759] Compiling x_all.cc
[505/759] Compiling x_attrib.cc
[506/759] Wrapping AST for SwiftProtobuf for debugging
[507/759] Compiling x_name.cc
[508/759] Compiling x_algor.cc
[509/759] Compiling x_exten.cc
[510/759] Compiling x509spki.cc
[511/759] Compiling x509name.cc
[512/759] Compiling x509_v3.cc
[513/759] Compiling x509rset.cc
[514/759] Compiling x509_vfy.cc
[515/759] Compiling x509_vpm.cc
[516/759] Compiling x509cset.cc
[517/759] Compiling x509_txt.cc
[518/759] Compiling x509_obj.cc
[519/759] Compiling x509_set.cc
[520/759] Compiling x509_trs.cc
[521/759] Compiling x509_req.cc
[522/759] Compiling x509_ext.cc
[523/759] Compiling x509_lu.cc
[524/759] Compiling x509_d2.cc
[525/759] Compiling x509_def.cc
[526/759] Compiling x509.cc
[527/759] Compiling x509_att.cc
[528/759] Compiling x509_cmp.cc
[529/759] Compiling v3_utl.cc
[530/759] Compiling v3_purp.cc
[531/759] Compiling v3_skey.cc
[532/759] Compiling v3_pmaps.cc
[533/759] Compiling v3_prn.cc
[534/759] Compiling v3_ocsp.cc
[535/759] Compiling v3_ncons.cc
[536/759] Compiling v3_pcons.cc
[537/759] Compiling v3_int.cc
[538/759] Compiling v3_lib.cc
[539/759] Compiling v3_info.cc
[540/759] Compiling v3_ia5.cc
[541/759] Compiling v3_genn.cc
[542/759] Compiling v3_cpols.cc
[543/759] Compiling v3_bcons.cc
[544/759] Compiling v3_extku.cc
[545/759] Compiling v3_bitst.cc
[546/759] Compiling v3_crld.cc
[547/759] Compiling v3_enum.cc
[548/759] Compiling v3_akeya.cc
[549/759] Compiling v3_conf.cc
[550/759] Compiling t_x509a.cc
[551/759] Compiling t_req.cc
[552/759] Compiling v3_akey.cc
[553/759] Compiling v3_alt.cc
[554/759] Compiling t_x509.cc
[555/759] Compiling t_crl.cc
[556/759] Compiling name_print.cc
[557/759] Compiling rsa_pss.cc
[558/759] Compiling i2d_pr.cc
[559/759] Compiling policy.cc
[560/759] Compiling a_verify.cc
[561/759] Compiling algorithm.cc
[562/759] Compiling by_file.cc
[563/759] Compiling by_dir.cc
[564/759] Compiling asn1_gen.cc
[565/759] Compiling a_sign.cc
[566/759] Compiling a_digest.cc
[567/759] Compiling thread_win.cc
[568/759] Compiling thread_pthread.cc
[569/759] Compiling trust_token.cc
[570/759] Compiling thread_none.cc
[571/759] Compiling voprf.cc
[572/759] Compiling slhdsa.cc
[573/759] Compiling pmbtoken.cc
[574/759] Compiling stack.cc
[575/759] Compiling rsa_print.cc
[576/759] Compiling thread.cc
[577/759] Compiling spake2plus.cc
[578/759] Compiling siphash.cc
[579/759] Compiling rsa_asn1.cc
[580/759] Compiling sha256.cc
[581/759] Compiling sha512.cc
[582/759] Compiling sha1.cc
[583/759] Compiling rsa_extra.cc
[584/759] Compiling rsa_crypt.cc
[585/759] Compiling refcount.cc
[586/759] Compiling rc4.cc
[587/759] Compiling windows.cc
[588/759] Compiling trusty.cc
[589/759] Compiling rand.cc
[590/759] Compiling urandom.cc
[591/759] Compiling getentropy.cc
[592/759] Compiling passive.cc
[593/759] Compiling poly1305_arm_asm.S
[594/759] Compiling ios.cc
[595/759] Compiling forkunsafe.cc
[596/759] Compiling deterministic.cc
[597/759] Compiling fork_detect.cc
[598/759] Compiling poly1305_vec.cc
[599/759] Compiling poly1305_arm.cc
[600/759] Compiling pool.cc
[601/759] Compiling poly1305.cc
[602/759] Compiling pem_x509.cc
[603/759] Compiling pkcs8_x509.cc
[604/759] Compiling pkcs8.cc
[605/759] Compiling pkcs7.cc
[606/759] Compiling p5_pbev2.cc
[607/759] Compiling pem_pk8.cc
[608/759] Compiling pem_oth.cc
[609/759] Compiling pkcs7_x509.cc
[610/759] Compiling pem_xaux.cc
[611/759] Compiling pem_pkey.cc
[612/759] Compiling pem_lib.cc
[613/759] Compiling obj_xref.cc
[614/759] Compiling mlkem.cc
[615/759] Compiling mldsa.cc
[616/759] Compiling pem_info.cc
[617/759] Compiling md4.cc
[618/759] Compiling pem_all.cc
[619/759] Compiling md5.cc
[620/759] Compiling poly_rq_mul.S
[621/759] Compiling mem.cc
[622/759] Compiling fips_shared_support.cc
[623/759] Compiling obj.cc
[624/759] Compiling lhash.cc
[625/759] Compiling kyber.cc
[626/759] Compiling print.cc
[627/759] Compiling sign.cc
[628/759] Compiling scrypt.cc
[629/759] Compiling pbkdf.cc
[630/759] Compiling hrss.cc
[631/759] Compiling hpke.cc
[632/759] Compiling p_x25519_asn1.cc
[633/759] Compiling p_x25519.cc
[634/759] Compiling p_ed25519_asn1.cc
[635/759] Compiling p_rsa_asn1.cc
[636/759] Compiling p_ed25519.cc
[637/759] Compiling p_rsa.cc
[638/759] Compiling p_ec_asn1.cc
[639/759] Compiling p_hkdf.cc
[640/759] Compiling p_dh_asn1.cc
[641/759] Compiling p_ec.cc
[642/759] Compiling p_dsa_asn1.cc
[643/759] Compiling p_dh.cc
[644/759] Compiling evp.cc
[645/759] Compiling evp_ctx.cc
[646/759] Compiling engine.cc
[647/759] Compiling err.cc
[648/759] Compiling hash_to_curve.cc
[649/759] Compiling ecdh.cc
[650/759] Compiling evp_asn1.cc
[651/759] Compiling ec_derive.cc
[652/759] Compiling dsa.cc
[653/759] Compiling ecdsa_asn1.cc
[654/759] Compiling params.cc
[655/759] Compiling dsa_asn1.cc
[656/759] Compiling dh_asn1.cc
[657/759] Compiling x25519-asm-arm.S
[658/759] Compiling ec_asn1.cc
[659/759] Compiling digest_extra.cc
[660/759] Compiling spake25519.cc
[661/759] Compiling crypto.cc
[662/759] Compiling des.cc
[663/759] Compiling curve25519_64_adx.cc
[664/759] Compiling cpu_intel.cc
[665/759] Compiling cpu_arm_freebsd.cc
[666/759] Compiling curve25519.cc
[667/759] Compiling cpu_arm_linux.cc
[668/759] Compiling cpu_aarch64_win.cc
[669/759] Compiling cpu_aarch64_linux.cc
[670/759] Compiling cpu_aarch64_openbsd.cc
[671/759] Compiling cpu_aarch64_sysreg.cc
[672/759] Compiling cpu_aarch64_apple.cc
[673/759] Compiling tls_cbc.cc
[674/759] Compiling cpu_aarch64_fuchsia.cc
[675/759] Compiling get_cipher.cc
[676/759] Compiling conf.cc
[677/759] Compiling e_tls.cc
[678/759] Compiling e_aesctrhmac.cc
[679/759] Compiling e_rc4.cc
[680/759] Compiling e_rc2.cc
[681/759] Compiling e_null.cc
[682/759] Compiling e_des.cc
[683/759] Compiling derive_key.cc
[684/759] Compiling e_aesgcmsiv.cc
[685/759] Compiling e_chacha20poly1305.cc
[686/759] Compiling buf.cc
[687/759] Compiling chacha.cc
[688/759] Compiling cbb.cc
[689/759] Compiling cbs.cc
[690/759] Compiling unicode.cc
[691/759] Compiling ber.cc
[692/759] Compiling blake2.cc
[693/759] Compiling asn1_compat.cc
[694/759] Compiling convert.cc
[695/759] Compiling bn_asn1.cc
[696/759] Compiling printf.cc
[697/759] Compiling socket.cc
[698/759] Compiling socket_helper.cc
[699/759] Compiling pair.cc
[700/759] Compiling file.cc
[701/759] Compiling errno.cc
[702/759] Compiling hexdump.cc
[703/759] Compiling fd.cc
[704/759] Compiling base64.cc
[705/759] Compiling connect.cc
[706/759] Compiling bio_mem.cc
[707/759] Compiling bio.cc
[708/759] Compiling tasn_typ.cc
[709/759] Compiling tasn_utl.cc
[710/759] Compiling tasn_fre.cc
[711/759] Compiling tasn_enc.cc
[712/759] Compiling tasn_new.cc
[713/759] Compiling posix_time.cc
[714/759] Compiling tasn_dec.cc
[715/759] Compiling f_string.cc
[716/759] Compiling asn_pack.cc
[717/759] Compiling asn1_par.cc
[718/759] Compiling f_int.cc
[719/759] Compiling a_time.cc
[720/759] Compiling a_type.cc
[721/759] Compiling a_utctm.cc
[722/759] Compiling asn1_lib.cc
[723/759] Compiling a_octet.cc
[724/759] Compiling a_strnid.cc
[724/759] Write sources
[730/759] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[731/759] Compiling a_strex.cc
[732/778] Compiling a_object.cc
[733/848] Compiling a_i2d_fp.cc
[735/848] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[736/848] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[737/848] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[738/850] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[739/850] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[740/850] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[741/850] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[741/850] Compiling a_int.cc
[742/850] Compiling a_mbstr.cc
[744/850] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[745/850] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[745/850] Compiling a_gentm.cc
[747/850] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[748/850] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[749/850] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[750/850] Compiling Atomics IntegerOperations.swift
[751/850] Compiling Atomics Unmanaged extensions.swift
[752/850] Emitting module AsyncAlgorithms
[753/856] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[754/856] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[755/856] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[756/859] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[757/859] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[758/859] Compiling AsyncAlgorithms MergeStateMachine.swift
[759/859] Compiling AsyncAlgorithms MergeStorage.swift
[760/859] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[761/859] Compiling AsyncAlgorithms Rethrow.swift
[764/859] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[768/859] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[771/859] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[772/859] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[773/859] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[777/859] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[778/859] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[793/859] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[794/859] Compiling AsyncAlgorithms DebounceStateMachine.swift
[795/859] Compiling AsyncAlgorithms DebounceStorage.swift
[796/859] Compiling AsyncAlgorithms Dictionary.swift
[797/859] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[798/859] Compiling AsyncAlgorithms Locking.swift
[799/859] Compiling Algorithms Trim.swift
[800/859] Compiling Algorithms Unique.swift
[801/859] Compiling Algorithms Windows.swift
[813/859] Compiling AsyncAlgorithms ChannelStorage.swift
[814/859] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[815/859] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[816/859] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[817/859] Compiling AsyncAlgorithms CombineLatestStorage.swift
[824/859] Compiling AsyncAlgorithms SetAlgebra.swift
[825/859] Compiling AsyncAlgorithms UnsafeTransfer.swift
[826/859] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[827/859] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[828/859] Compiling AsyncAlgorithms ZipStateMachine.swift
[829/859] Compiling AsyncAlgorithms ZipStorage.swift
[833/860] Emitting module Atomics
[838/861] Wrapping AST for AsyncAlgorithms for debugging
[840/861] Emitting module Algorithms
[840/870] Wrapping AST for Atomics for debugging
[842/925] Wrapping AST for Algorithms for debugging
[844/930] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[845/931] Emitting module ServiceLifecycle
[846/931] Compiling ServiceLifecycle ServiceRunnerError.swift
[847/931] Compiling ServiceLifecycle Service.swift
[848/931] Compiling ServiceLifecycle GracefulShutdown.swift
[849/931] Compiling NIOCore MulticastChannel.swift
[850/931] Compiling NIOCore NIOAny.swift
[851/931] Compiling NIOCore NIOCloseOnErrorHandler.swift
[852/931] Compiling NIOCore NIOLoopBound.swift
[853/931] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[854/931] Compiling NIOCore NIOScheduledCallback.swift
[855/931] Compiling NIOCore NIOSendable.swift
[856/931] Compiling NIOCore RecvByteBufferAllocator.swift
[857/932] Compiling ServiceLifecycle CancellationWaiter.swift
[858/932] Compiling ServiceLifecycle ServiceGroup.swift
[859/932] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[860/939] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[861/940] Wrapping AST for ServiceLifecycle for debugging
[863/940] Compiling NIOCore IO.swift
[864/940] Compiling NIOCore IOData.swift
[865/940] Compiling NIOCore IPProtocol.swift
[866/940] Compiling NIOCore IntegerBitPacking.swift
[867/940] Compiling NIOCore IntegerTypes.swift
[868/940] Compiling NIOCore Interfaces.swift
[869/940] Compiling NIOCore Linux.swift
[870/940] Compiling NIOCore MarkedCircularBuffer.swift
[871/940] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[872/940] Compiling NIOCore EventLoopFuture+Deprecated.swift
[873/940] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[874/940] Compiling NIOCore EventLoopFuture.swift
[875/940] Compiling NIOCore FileDescriptor.swift
[876/940] Compiling NIOCore FileHandle.swift
[877/940] Compiling NIOCore FileRegion.swift
[878/940] Compiling NIOCore GlobalSingletons.swift
[879/940] Compiling NIOCore CircularBuffer.swift
[880/940] Compiling NIOCore Codec.swift
[881/940] Compiling NIOCore ConvenienceOptionSupport.swift
[882/940] Compiling NIOCore DeadChannel.swift
[883/940] Compiling NIOCore DispatchQueue+WithFuture.swift
[884/940] Compiling NIOCore EventLoop+Deprecated.swift
[885/940] Compiling NIOCore EventLoop+SerialExecutor.swift
[886/940] Compiling NIOCore EventLoop.swift
[887/940] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[888/940] Compiling NIOCore SocketAddresses.swift
[889/940] Compiling NIOCore SocketOptionProvider.swift
[890/940] Compiling NIOCore SystemCallHelpers.swift
[891/940] Compiling NIOCore TimeAmount+Duration.swift
[892/940] Compiling NIOCore TypeAssistedChannelHandler.swift
[893/940] Compiling NIOCore UniversalBootstrapSupport.swift
[894/940] Compiling NIOCore Utilities.swift
[895/940] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[896/940] Compiling NIOCore BSDSocketAPI.swift
[897/940] Compiling NIOCore ByteBuffer-aux.swift
[898/940] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[899/940] Compiling NIOCore ByteBuffer-conversions.swift
[900/940] Compiling NIOCore ByteBuffer-core.swift
[901/940] Compiling NIOCore ByteBuffer-hex.swift
[902/940] Compiling NIOCore ByteBuffer-int.swift
[903/940] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[904/940] Compiling NIOCore AddressedEnvelope.swift
[905/940] Compiling NIOCore AsyncAwaitSupport.swift
[906/940] Compiling NIOCore AsyncChannel.swift
[907/940] Compiling NIOCore AsyncChannelHandler.swift
[908/940] Compiling NIOCore AsyncChannelInboundStream.swift
[909/940] Compiling NIOCore AsyncChannelOutboundWriter.swift
[910/940] Compiling NIOCore NIOAsyncSequenceProducer.swift
[911/940] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[912/940] Compiling NIOCore NIOAsyncWriter.swift
[913/940] Compiling NIOCore ByteBuffer-multi-int.swift
[914/940] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[915/940] Compiling NIOCore ByteBuffer-views.swift
[916/940] Compiling NIOCore Channel.swift
[917/940] Compiling NIOCore ChannelHandler.swift
[918/940] Compiling NIOCore ChannelHandlers.swift
[919/940] Compiling NIOCore ChannelInvoker.swift
[920/940] Compiling NIOCore ChannelOption.swift
[921/940] Compiling NIOCore ChannelPipeline.swift
[922/940] Emitting module NIOCore
[923/941] Wrapping AST for NIOCore for debugging
[925/991] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[926/991] Compiling NIOEmbedded AsyncTestingChannel.swift
[927/991] Emitting module NIOEmbedded
[928/991] Compiling NIOEmbedded Embedded.swift
[929/992] Wrapping AST for NIOEmbedded for debugging
[931/992] Emitting module NIOPosix
[932/998] Compiling NIOPosix ServerSocket.swift
[933/998] Compiling NIOPosix Socket.swift
[934/998] Compiling NIOPosix SocketChannel.swift
[935/998] Compiling NIOPosix SocketProtocols.swift
[936/998] Compiling NIOPosix System.swift
[937/998] Compiling NIOPosix Thread.swift
[938/998] Compiling NIOPosix BSDSocketAPICommon.swift
[939/998] Compiling NIOPosix BSDSocketAPIPosix.swift
[940/998] Compiling NIOPosix BSDSocketAPIWindows.swift
[941/998] Compiling NIOPosix BaseSocket.swift
[942/998] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[943/998] Compiling NIOPosix BaseSocketChannel.swift
[944/998] Compiling NIOPosix BaseStreamSocketChannel.swift
[945/998] Compiling NIOPosix ThreadPosix.swift
[946/998] Compiling NIOPosix ThreadWindows.swift
[947/998] Compiling NIOPosix UnsafeTransfer.swift
[948/998] Compiling NIOPosix Utilities.swift
[949/998] Compiling NIOPosix VsockAddress.swift
[950/998] Compiling NIOPosix VsockChannelEvents.swift
[951/998] Compiling NIOPosix SelectableChannel.swift
[952/998] Compiling NIOPosix SelectableEventLoop.swift
[953/998] Compiling NIOPosix SelectorEpoll.swift
[954/998] Compiling NIOPosix SelectorGeneric.swift
[955/998] Compiling NIOPosix SelectorKqueue.swift
[956/998] Compiling NIOPosix SelectorUring.swift
[957/998] Compiling NIOPosix Pool.swift
[958/998] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[959/998] Compiling NIOPosix PosixSingletons.swift
[960/998] Compiling NIOPosix RawSocketBootstrap.swift
[961/998] Compiling NIOPosix Resolver.swift
[962/998] Compiling NIOPosix Selectable.swift
[963/998] Compiling NIOPosix IO.swift
[964/998] Compiling NIOPosix IntegerBitPacking.swift
[965/998] Compiling NIOPosix IntegerTypes.swift
[966/998] Compiling NIOPosix Linux.swift
[967/998] Compiling NIOPosix LinuxCPUSet.swift
[968/998] Compiling NIOPosix LinuxUring.swift
[969/998] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[970/998] Compiling NIOPosix Bootstrap.swift
[971/998] Compiling NIOPosix ControlMessage.swift
[972/998] Compiling NIOPosix DatagramVectorReadManager.swift
[973/998] Compiling NIOPosix Errors+Any.swift
[974/998] Compiling NIOPosix FileDescriptor.swift
[975/998] Compiling NIOPosix GetaddrinfoResolver.swift
[976/998] Compiling NIOPosix HappyEyeballs.swift
[977/998] Compiling NIOPosix NIOThreadPool.swift
[978/998] Compiling NIOPosix NonBlockingFileIO.swift
[979/998] Compiling NIOPosix PendingDatagramWritesManager.swift
[980/998] Compiling NIOPosix PendingWritesManager.swift
[981/998] Compiling NIOPosix PipeChannel.swift
[982/998] Compiling NIOPosix PipePair.swift
[983/999] Wrapping AST for NIOPosix for debugging
[985/1001] Compiling NIO Exports.swift
[986/1001] Emitting module NIO
[987/1012] Wrapping AST for NIO for debugging
[989/1041] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[990/1041] Emitting module NIOTLS
[991/1041] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[992/1041] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[993/1041] Compiling NIOTLS TLSEvents.swift
[994/1041] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[995/1041] Compiling NIOSOCKS SOCKSResponse.swift
[996/1041] Compiling NIOSOCKS ClientStateMachine.swift
[997/1041] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[998/1042] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[999/1042] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1000/1042] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1003/1044] Emitting module NIOSOCKS
[1004/1044] Compiling NIOSOCKS ServerStateMachine.swift
[1005/1044] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1006/1044] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1007/1044] Compiling NIOHTTP1 HTTPEncoder.swift
[1008/1044] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1009/1044] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1010/1044] Compiling NIOHTTP1 HTTPDecoder.swift
[1011/1045] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1012/1045] Compiling NIOTLS SNIHandler.swift
[1013/1046] Emitting module NIOFoundationCompat
[1014/1046] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1017/1047] Emitting module NIOHTTP1
[1018/1047] Wrapping AST for NIOTLS for debugging
[1019/1047] Wrapping AST for NIOSOCKS for debugging
[1021/1047] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1022/1047] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1022/1048] Wrapping AST for NIOFoundationCompat for debugging
[1024/1056] Compiling NIOSSL NIOSSLHandler.swift
[1025/1056] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1026/1098] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1027/1098] Compiling NIOTransportServices NIOTSBootstraps.swift
[1028/1098] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1029/1098] Compiling NIOTransportServices NIOTSErrors.swift
[1030/1098] Compiling NIOTransportServices NIOTSEventLoop.swift
[1032/1100] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1033/1100] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1034/1100] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1035/1100] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1036/1100] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1037/1100] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1038/1100] Compiling NIOTransportServices NIOTSSingletons.swift
[1039/1100] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1040/1100] Compiling NIOTransportServices StateManagedChannel.swift
[1041/1100] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1042/1100] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1043/1100] Emitting module NIOTransportServices
[1044/1100] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1045/1100] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1046/1100] Compiling NIOTransportServices AcceptHandler.swift
[1047/1100] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1048/1100] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1049/1100] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1050/1100] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1061/1102] Wrapping AST for NIOTransportServices for debugging
[1063/1102] Wrapping AST for NIOHTTP1 for debugging
[1065/1120] Compiling NIOHPACK DynamicHeaderTable.swift
[1066/1120] Compiling NIOHPACK HPACKDecoder.swift
[1067/1120] Compiling NIOHPACK HPACKEncoder.swift
[1068/1120] Compiling NIOHPACK HPACKErrors.swift
[1069/1124] Compiling NIOHPACK IndexedHeaderTable.swift
[1070/1125] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1071/1125] Emitting module NIOSSL
[1072/1125] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1073/1125] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1074/1125] Compiling NIOHPACK IntegerCoding.swift
[1075/1125] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1076/1125] Compiling NIOHPACK HuffmanTables.swift
[1077/1125] Compiling NIOHPACK HuffmanCoding.swift
[1078/1125] Compiling NIOHPACK StaticHeaderTable.swift
[1079/1125] Compiling NIOHTTPCompression HTTPCompression.swift
[1080/1125] Compiling NIOHTTPCompression HTTPDecompression.swift
[1081/1125] Emitting module NIOHTTPCompression
[1087/1126] Compiling NIOSSL SafeCompare.swift
[1088/1126] Compiling NIOSSL SSLPrivateKey.swift
[1089/1126] Compiling NIOSSL SSLPublicKey.swift
[1090/1126] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1091/1126] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1096/1126] Compiling NIOHPACK HPACKHeader.swift
[1097/1126] Compiling NIOHPACK HeaderTables.swift
[1101/1126] Emitting module NIOHPACK
[1101/1126] Wrapping AST for NIOHTTPCompression for debugging
[1115/1127] Wrapping AST for NIOHPACK for debugging
[1117/1185] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1118/1185] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1119/1185] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1120/1185] Compiling NIOHTTP2 HTTP2Error.swift
[1121/1186] Wrapping AST for NIOSSL for debugging
[1123/1186] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1124/1186] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1125/1186] Compiling NIOHTTP2 HasLocalSettings.swift
[1126/1186] Compiling NIOHTTP2 HasRemoteSettings.swift
[1127/1186] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1128/1186] Compiling NIOHTTP2 QuiescingState.swift
[1129/1186] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1130/1186] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1131/1194] Compiling NIOHTTP2 MaySendFrames.swift
[1132/1194] Compiling NIOHTTP2 SendingDataState.swift
[1133/1194] Compiling NIOHTTP2 SendingGoawayState.swift
[1134/1194] Compiling NIOHTTP2 SendingHeadersState.swift
[1135/1194] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1136/1194] Compiling NIOHTTP2 SendingRstStreamState.swift
[1137/1194] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1138/1194] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1139/1194] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1140/1194] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1141/1194] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1142/1194] Compiling NIOHTTP2 HTTP2StreamID.swift
[1143/1194] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1144/1194] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1145/1194] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1146/1194] Compiling NIOHTTP2 InboundEventBuffer.swift
[1147/1194] Compiling NIOHTTP2 InboundWindowManager.swift
[1148/1194] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1149/1194] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1150/1194] Compiling NIOHTTP2 StreamChannelList.swift
[1151/1194] Compiling NIOHTTP2 StreamMap.swift
[1152/1194] Compiling NIOHTTP2 StreamStateMachine.swift
[1153/1194] Compiling NIOHTTP2 UnsafeTransfer.swift
[1154/1194] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1155/1194] Emitting module NIOHTTP2
[1156/1194] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1157/1194] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1158/1194] Compiling NIOHTTP2 MayReceiveFrames.swift
[1159/1194] Compiling NIOHTTP2 ReceivingDataState.swift
[1160/1194] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1161/1194] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1162/1194] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1163/1194] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1164/1194] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1165/1194] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1166/1194] Compiling NIOHTTP2 HTTP2Frame.swift
[1167/1194] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1168/1194] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1169/1194] Compiling NIOHTTP2 HTTP2PingData.swift
[1170/1194] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1171/1194] Compiling NIOHTTP2 HTTP2Settings.swift
[1172/1194] Compiling NIOHTTP2 HTTP2Stream.swift
[1173/1194] Compiling NIOHTTP2 StateMachineResult.swift
[1174/1194] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1175/1194] Compiling NIOHTTP2 DOSHeuristics.swift
[1176/1194] Compiling NIOHTTP2 Error+Any.swift
[1177/1194] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1178/1194] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1179/1194] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1180/1194] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1181/1194] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1182/1194] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1183/1194] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1188/1194] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1189/1195] Wrapping AST for NIOHTTP2 for debugging
[1191/1255] Emitting module AsyncHTTPClient
[1192/1263] Compiling AsyncHTTPClient RequestBag.swift
[1193/1263] Compiling AsyncHTTPClient RequestValidation.swift
[1194/1263] Compiling AsyncHTTPClient SSLContextCache.swift
[1195/1263] Compiling AsyncHTTPClient Scheme.swift
[1196/1263] Compiling AsyncHTTPClient Singleton.swift
[1197/1263] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1198/1263] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1199/1263] Compiling AsyncHTTPClient Utils.swift
[1200/1263] Compiling AsyncHTTPClient HTTPHandler.swift
[1201/1263] Compiling AsyncHTTPClient LRUCache.swift
[1202/1263] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1203/1263] Compiling AsyncHTTPClient NWErrorHandler.swift
[1204/1263] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1205/1263] Compiling AsyncHTTPClient TLSConfiguration.swift
[1206/1263] Compiling AsyncHTTPClient RedirectState.swift
[1207/1263] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1208/1263] Compiling AsyncHTTPClient ConnectionTarget.swift
[1209/1263] Compiling AsyncHTTPClient DeconstructedURL.swift
[1210/1263] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1211/1263] Compiling AsyncHTTPClient FoundationExtensions.swift
[1212/1263] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1213/1263] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1214/1263] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1215/1263] Compiling AsyncHTTPClient HTTPClient.swift
[1216/1263] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1217/1263] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1218/1263] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1219/1263] Compiling AsyncHTTPClient HTTP1Connection.swift
[1220/1263] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1221/1263] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1222/1263] Compiling AsyncHTTPClient HTTP2Connection.swift
[1223/1263] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1224/1263] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1225/1263] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1226/1263] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1227/1263] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1228/1263] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1229/1263] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1230/1263] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1231/1263] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1232/1263] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1233/1263] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1234/1263] Compiling AsyncHTTPClient RequestOptions.swift
[1235/1263] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1236/1263] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1237/1263] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1238/1263] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1239/1263] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1240/1263] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1241/1263] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1242/1263] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1243/1263] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1244/1263] Compiling AsyncHTTPClient Transaction.swift
[1245/1263] Compiling AsyncHTTPClient Base64.swift
[1246/1263] Compiling AsyncHTTPClient BasicAuth.swift
[1247/1263] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1248/1263] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1249/1263] Compiling AsyncHTTPClient ConnectionPool.swift
[1250/1263] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1251/1263] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1252/1263] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1253/1263] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1254/1263] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1255/1263] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1256/1263] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1257/1263] Compiling AsyncHTTPClient RequestBodyLength.swift
[1258/1263] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1259/1264] Wrapping AST for AsyncHTTPClient for debugging
[1261/1275] Compiling LoggingLoki LokiTransformer.swift
[1262/1276] Compiling LoggingLoki Timeout.swift
[1263/1276] Compiling LoggingLoki push.pb.swift
[1264/1276] Compiling LoggingLoki LokiTransport.swift
[1265/1276] Compiling LoggingLoki LokiLog.swift
[1266/1276] Compiling LoggingLoki LokiLogHandler.swift
[1267/1276] Compiling LoggingLoki Batch.swift
[1268/1276] Compiling LoggingLoki BatchEntry.swift
[1269/1276] Compiling LoggingLoki LokiLogProcessor.swift
[1270/1276] Compiling LoggingLoki LokiRequest.swift
[1271/1276] Compiling LoggingLoki LokiStream.swift
[1272/1276] Emitting module LoggingLoki
[1273/1277] Wrapping AST for LoggingLoki for debugging
[1275/1279] Emitting module BasicUsage
[1276/1279] Compiling BasicUsage BasicUsage.swift
[1277/1280] Wrapping AST for BasicUsage for debugging
[1278/1280] Write Objects.LinkFileList
[1279/1280] Linking BasicUsage
Build complete! (339.33s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.