Build Information
Successful build of swift-log-loki, reference v2.0.0-rc.1 (5782de
), with Swift 6.1 for Android on 29 May 2025 08:26:32 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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: v2.0.0-rc.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/lovetodream/swift-log-loki
* tag v2.0.0-rc.1 -> FETCH_HEAD
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 v2.0.0-rc.1
========================================
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-1":/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/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-docc-plugin.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/lovetodream/swift-snappy.git
[1/3836] Fetching swift-log
[193/6262] Fetching swift-log, swift-service-lifecycle
[1382/6456] Fetching swift-log, swift-service-lifecycle, swift-snappy
[4664/8505] Fetching swift-log, swift-service-lifecycle, swift-snappy, swift-docc-plugin
[6683/22519] Fetching swift-log, swift-service-lifecycle, swift-snappy, swift-docc-plugin, async-http-client
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.48s)
Fetched https://github.com/lovetodream/swift-snappy.git from cache (0.48s)
[10931/19899] Fetching swift-log, swift-docc-plugin, async-http-client
Fetched https://github.com/apple/swift-log.git from cache (0.49s)
[8216/16063] Fetching swift-docc-plugin, async-http-client
[16064/55038] Fetching swift-docc-plugin, async-http-client, swift-protobuf
Fetched https://github.com/apple/swift-docc-plugin.git from cache (0.94s)
[17522/52989] Fetching async-http-client, swift-protobuf
Fetched https://github.com/swift-server/async-http-client.git from cache (5.96s)
Fetched https://github.com/apple/swift-protobuf.git from cache (6.02s)
Computing version for https://github.com/lovetodream/swift-snappy.git
Computed https://github.com/lovetodream/swift-snappy.git at 1.0.0 (10.06s)
Fetching https://github.com/apple/swift-system
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system from cache (0.47s)
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.28s)
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.42s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.15s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.5.0 (0.57s)
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.59s)
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 (0.41s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.08s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.47s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (3.46s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.76s)
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.88s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-algorithms.git
[1/2667] Fetching swift-nio-transport-services
[535/14194] Fetching swift-nio-transport-services, swift-nio-http2
[589/15904] Fetching swift-nio-transport-services, swift-nio-http2, swift-atomics
[2541/21863] Fetching swift-nio-transport-services, swift-nio-http2, swift-atomics, swift-algorithms
[3556/27777] Fetching swift-nio-transport-services, swift-nio-http2, swift-atomics, swift-algorithms, swift-nio-extras
[15293/42620] Fetching swift-nio-transport-services, swift-nio-http2, swift-atomics, swift-algorithms, swift-nio-extras, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.51s)
[17455/39953] Fetching swift-nio-http2, swift-atomics, swift-algorithms, swift-nio-extras, swift-nio-ssl
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-algorithms.git from cache (0.69s)
[12321/33994] Fetching swift-nio-http2, swift-atomics, swift-nio-extras, swift-nio-ssl
[25090/110087] Fetching swift-nio-http2, swift-atomics, swift-nio-extras, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.61s)
[32899/98560] Fetching swift-atomics, swift-nio-extras, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (2.43s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.44s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.48s)
[49461/76093] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (9.92s)
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 (12.24s)
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.82s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.19s)
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.74s)
Fetching https://github.com/apple/swift-http-types.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-certificates.git
[1/1141] Fetching swift-http-structured-headers
[891/2731] Fetching swift-http-structured-headers, swift-asn1
[2732/3635] Fetching swift-http-structured-headers, swift-asn1, swift-http-types
[3636/9790] Fetching swift-http-structured-headers, swift-asn1, swift-http-types, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (0.31s)
[3655/8886] Fetching swift-http-structured-headers, swift-asn1, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.31s)
[2126/7296] Fetching swift-http-structured-headers, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.49s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.49s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.12s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.70s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.54s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.61s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.88s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.41s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.99s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.81s)
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.51s)
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.51s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.69s)
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/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-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-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-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/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-nio.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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/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/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/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-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-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-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.30.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-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-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-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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
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
[1/1] Compiling plugin SwiftProtobufPlugin
[2/2] Compiling plugin Swift-DocC Preview
[3/3] Compiling plugin Swift-DocC
Building for debugging...
[3/491] Compiling evp_ctx.cc
[4/491] Compiling a_bool.cc
[5/491] Compiling evp_asn1.cc
[5/491] Write sources
[8/491] Compiling a_bitstr.cc
[8/491] Write sources
[8/491] Copying PrivacyInfo.xcprivacy
[8/491] Write sources
[13/491] Compiling chacha.cc
[14/491] Compiling p_dh.cc
[14/491] Write sources
[38/491] Compiling _NumericsShims _NumericsShims.c
[39/491] Compiling CNIOWindows shim.c
[40/491] Compiling _AtomicsShims.c
[41/491] Compiling CSystem shims.c
[42/491] Compiling SnappyC map.c
[43/491] Compiling CNIOWindows WSAStartup.c
[44/491] Compiling CNIOWASI CNIOWASI.c
[45/491] Compiling SnappyC snappy.c
[46/491] Compiling CNIOLinux liburing_shims.c
[47/491] Compiling CNIOLinux shim.c
[48/491] Compiling CNIOExtrasZlib empty.c
[49/491] Compiling CNIOLLHTTP c_nio_http.c
[50/491] Compiling CNIODarwin shim.c
[51/491] Write swift-version-24593BA9C3E375BF.txt
[52/491] Compiling fiat_p256_adx_sqr.S
[53/491] Compiling fiat_p256_adx_mul.S
[54/491] Compiling CNIOLLHTTP c_nio_api.c
[55/491] Compiling CNIOLLHTTP c_nio_llhttp.c
[56/495] Compiling fiat_curve25519_adx_square.S
[57/574] Compiling CNIOBoringSSLShims shims.c
[59/623] Emitting module RealModule
[60/624] Emitting module SystemPackage
[60/627] Compiling c-nioatomics.c
[62/641] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[63/642] Compiling _NIOBase64 Base64.swift
[64/642] Emitting module _NIOBase64
[65/643] Compiling RealModule Float16+Real.swift
[67/643] Compiling RealModule Float80+Real.swift
[68/643] Compiling RealModule Real.swift
[69/643] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[70/643] Compiling InternalCollectionsUtilities Integer rank.swift
[71/643] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[72/643] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[73/643] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[74/643] Compiling InternalCollectionsUtilities Debugging.swift
[75/643] Compiling InternalCollectionsUtilities Descriptions.swift
[76/643] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[77/643] Compiling SwiftProtobuf JSONDecodingOptions.swift
[78/643] Compiling SwiftProtobuf JSONEncoder.swift
[79/643] Compiling SwiftProtobuf JSONEncodingError.swift
[80/643] Compiling SwiftProtobuf JSONEncodingOptions.swift
[81/643] Compiling Logging LogHandler.swift
[86/643] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[87/643] Compiling InternalCollectionsUtilities _SortedCollection.swift
[88/643] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[89/643] Compiling InternalCollectionsUtilities UInt+reversed.swift
[92/643] Compiling _NIODataStructures PriorityQueue.swift
[93/643] Compiling _NIODataStructures _TinyArray.swift
[94/643] Compiling SystemPackage Util+StringArray.swift
[95/643] Compiling SystemPackage Util.swift
[96/643] Compiling SystemPackage UtilConsumers.swift
[99/643] Emitting module InternalCollectionsUtilities
[100/643] Compiling RealModule RealFunctions.swift
[105/643] Compiling RealModule ElementaryFunctions.swift
[106/643] Compiling RealModule Float+Real.swift
[107/644] Compiling SwiftProtobuf Message+JSONAdditions.swift
[108/644] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[109/644] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[110/644] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[111/645] Emitting module _NIODataStructures
[112/645] Compiling _NIODataStructures Heap.swift
[119/649] Compiling c-atomics.c
[120/649] Wrapping AST for _NIOBase64 for debugging
[122/649] Compiling ConcurrencyHelpers LockedValueBox.swift
[122/649] Wrapping AST for RealModule for debugging
[123/655] Wrapping AST for _NIODataStructures for debugging
[125/662] Emitting module ConcurrencyHelpers
[125/725] Wrapping AST for InternalCollectionsUtilities for debugging
[126/725] Compiling fiat_curve25519_adx_mul.S
[128/725] Compiling OrderedCollections _HashTable+Constants.swift
[129/725] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[130/727] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[131/727] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[132/727] Compiling NIOConcurrencyHelpers NIOLock.swift
[133/727] Compiling NIOConcurrencyHelpers lock.swift
[134/727] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[135/727] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[136/727] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[137/727] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[138/727] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[139/727] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[140/727] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[141/734] Compiling DequeModule _DequeSlot.swift
[142/734] Compiling DequeModule _UnsafeWrappedBuffer.swift
[143/734] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[144/734] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[145/734] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[146/734] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[147/734] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[148/734] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[149/734] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[150/734] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[151/734] Emitting module NIOConcurrencyHelpers
[152/734] Compiling OrderedCollections _HashTable+Testing.swift
[153/734] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[154/734] Compiling NIOConcurrencyHelpers atomics.swift
[155/734] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[156/734] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[157/734] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[158/734] Compiling OrderedCollections _HashTable.swift
[159/734] Compiling OrderedCollections _Hashtable+Header.swift
[160/734] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[161/734] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[171/735] Compiling OrderedCollections OrderedDictionary+Codable.swift
[172/735] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[173/735] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[174/735] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[175/735] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[176/735] Compiling OrderedCollections OrderedDictionary+Elements.swift
[177/735] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[178/735] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[179/735] Compiling OrderedCollections _HashTable+Bucket.swift
[180/735] Compiling OrderedCollections _HashTable+BucketIterator.swift
[181/735] Compiling OrderedCollections OrderedDictionary.swift
[182/735] Compiling OrderedCollections OrderedSet+Codable.swift
[183/735] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[184/735] Compiling OrderedCollections OrderedSet+Descriptions.swift
[185/735] Compiling OrderedCollections OrderedSet+Diffing.swift
[186/735] Compiling OrderedCollections OrderedSet+Equatable.swift
[187/735] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[188/735] Compiling OrderedCollections OrderedSet+Hashable.swift
[189/735] Compiling OrderedCollections OrderedSet+Initializers.swift
[190/735] Compiling OrderedCollections OrderedSet+Insertions.swift
[191/735] Compiling OrderedCollections OrderedSet+Invariants.swift
[192/735] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[193/735] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[194/735] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[195/735] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[196/735] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[197/735] Compiling ConcurrencyHelpers Lock.swift
[198/735] Emitting module Logging
[199/735] Compiling Logging Locks.swift
[208/737] Compiling Logging MetadataProvider.swift
[209/737] Emitting module DequeModule
[210/738] Compiling Logging Logging.swift
[211/739] Emitting module OrderedCollections
[215/739] Wrapping AST for NIOConcurrencyHelpers for debugging
[216/742] Wrapping AST for Logging for debugging
[217/742] Wrapping AST for SystemPackage for debugging
[218/744] Wrapping AST for ConcurrencyHelpers for debugging
[219/744] Wrapping AST for DequeModule for debugging
[228/744] Compiling tls_record.cc
[230/744] Compiling UnixSignals UnixSignal.swift
[231/744] Emitting module UnixSignals
[232/744] Compiling OrderedCollections OrderedSet+Sendable.swift
[233/744] Compiling OrderedCollections OrderedSet+SubSequence.swift
[234/744] Compiling OrderedCollections OrderedSet+Testing.swift
[235/744] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[236/744] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[237/744] Compiling OrderedCollections OrderedSet.swift
[238/744] Compiling OrderedCollections _UnsafeBitset.swift
[239/745] Compiling Snappy Snappy.swift
[240/745] Emitting module Snappy
[243/746] Compiling UnixSignals UnixSignalsSequence.swift
[243/747] Wrapping AST for OrderedCollections for debugging
[257/754] Wrapping AST for Snappy for debugging
[282/758] Wrapping AST for UnixSignals for debugging
[284/758] Emitting module SwiftProtobuf
[284/758] Compiling tls_method.cc
[285/758] Compiling t1_enc.cc
[286/758] Compiling tls13_enc.cc
[287/758] Compiling tls13_both.cc
[289/758] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[290/758] Compiling SwiftProtobuf TextFormatScanner.swift
[291/758] Compiling SwiftProtobuf TimeUtils.swift
[292/758] Compiling SwiftProtobuf UnknownStorage.swift
[293/758] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[294/758] Compiling SwiftProtobuf Varint.swift
[295/758] Compiling SwiftProtobuf Version.swift
[296/758] Compiling SwiftProtobuf Visitor.swift
[297/758] Compiling SwiftProtobuf WireFormat.swift
[298/758] Compiling SwiftProtobuf ZigZag.swift
[299/758] Compiling SwiftProtobuf any.pb.swift
[313/758] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[314/758] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[315/758] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[316/758] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[317/758] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[318/758] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[319/758] Compiling SwiftProtobuf HashVisitor.swift
[320/758] Compiling SwiftProtobuf Internal.swift
[321/758] Compiling SwiftProtobuf JSONDecoder.swift
[322/758] Compiling SwiftProtobuf JSONDecodingError.swift
[334/758] Compiling ssl_transcript.cc
[335/758] Compiling tls13_server.cc
[336/758] Compiling ssl_x509.cc
[337/758] Compiling tls13_client.cc
[338/758] Compiling ssl_versions.cc
[339/758] Compiling ssl_privkey.cc
[340/758] Compiling ssl_stat.cc
[341/758] Compiling ssl_session.cc
[342/758] Compiling ssl_key_share.cc
[343/758] Compiling ssl_cipher.cc
[344/758] Compiling ssl_credential.cc
[345/758] Compiling ssl_file.cc
[346/758] Compiling ssl_lib.cc
[347/758] Compiling ssl_aead_ctx.cc
[348/758] Compiling ssl_cert.cc
[349/758] Compiling ssl_buffer.cc
[350/758] Compiling ssl_asn1.cc
[351/758] Compiling s3_pkt.cc
[352/758] Compiling s3_lib.cc
[353/758] Compiling s3_both.cc
[354/758] Compiling handshake_server.cc
[355/758] Compiling handshake_client.cc
[356/758] Compiling handshake.cc
[357/758] Compiling handoff.cc
[358/758] Compiling encrypted_client_hello.cc
[359/758] Compiling dtls_record.cc
[360/758] Compiling extensions.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 dtls_method.cc
[365/758] Compiling md5-586-apple.S
[366/758] Compiling d1_srtp.cc
[367/758] Compiling chacha20_poly1305_x86_64-linux.S
[368/758] Compiling chacha20_poly1305_x86_64-apple.S
[369/758] Compiling chacha20_poly1305_armv8-win.S
[370/758] Compiling d1_lib.cc
[371/758] Compiling chacha20_poly1305_armv8-apple.S
[372/758] Compiling chacha-x86_64-linux.S
[373/758] Compiling chacha-x86_64-apple.S
[374/758] Compiling chacha20_poly1305_armv8-linux.S
[375/758] Compiling chacha-x86-linux.S
[376/758] Compiling chacha-x86-apple.S
[377/758] Compiling chacha-armv8-win.S
[378/758] Compiling d1_pkt.cc
[379/758] Compiling chacha-armv8-apple.S
[380/758] Compiling chacha-armv8-linux.S
[381/758] Compiling chacha-armv4-linux.S
[382/758] Compiling aes128gcmsiv-x86_64-apple.S
[383/758] Compiling aes128gcmsiv-x86_64-linux.S
[384/758] Compiling x86_64-mont5-linux.S
[385/758] Compiling bio_ssl.cc
[386/758] Compiling x86_64-mont5-apple.S
[387/758] Compiling err_data.cc
[388/758] Compiling d1_both.cc
[389/758] Compiling x86_64-mont-linux.S
[390/758] Compiling x86-mont-linux.S
[391/758] Compiling x86-mont-apple.S
[392/758] Compiling x86_64-mont-apple.S
[393/758] Compiling vpaes-x86_64-linux.S
[394/758] Compiling vpaes-x86-apple.S
[395/758] Compiling vpaes-armv8-win.S
[396/758] Compiling vpaes-x86-linux.S
[397/758] Compiling vpaes-armv8-apple.S
[398/758] Compiling vpaes-x86_64-apple.S
[399/758] Compiling vpaes-armv7-linux.S
[400/758] Compiling vpaes-armv8-linux.S
[401/758] Compiling sha512-armv8-apple.S
[402/758] Compiling sha512-armv8-win.S
[403/758] Compiling sha512-armv4-linux.S
[404/758] Compiling sha512-x86_64-linux.S
[405/758] Compiling sha512-x86_64-apple.S
[406/758] Compiling sha512-586-apple.S
[407/758] Compiling sha512-586-linux.S
[408/758] Compiling sha512-armv8-linux.S
[409/758] Compiling sha256-x86_64-linux.S
[410/758] Compiling sha256-x86_64-apple.S
[411/758] Compiling sha256-armv8-win.S
[412/758] Compiling sha256-armv8-apple.S
[413/758] Compiling sha256-586-apple.S
[414/758] Compiling sha256-586-linux.S
[415/758] Compiling sha1-x86_64-linux.S
[416/758] Compiling sha256-armv4-linux.S
[416/758] Compiling sha256-armv8-linux.S
[418/758] Compiling sha1-armv8-win.S
[419/758] Compiling sha1-x86_64-apple.S
[420/758] Compiling sha1-armv8-apple.S
[421/758] Compiling sha1-armv4-large-linux.S
[422/758] Compiling sha1-586-linux.S
[423/758] Compiling rsaz-avx2-apple.S
[423/758] Compiling sha1-586-apple.S
[425/758] Compiling sha1-armv8-linux.S
[426/758] Compiling rsaz-avx2-linux.S
[427/758] Compiling rdrand-x86_64-linux.S
[428/758] Compiling p256_beeu-x86_64-asm-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-linux.S
[433/758] Compiling p256-x86_64-asm-apple.S
[434/758] Compiling p256_beeu-armv8-asm-apple.S
[435/758] Compiling p256-x86_64-asm-linux.S
[436/758] Compiling p256-armv8-asm-win.S
[437/758] Compiling p256-armv8-asm-apple.S
[438/758] Compiling ghashv8-armv7-linux.S
[439/758] Compiling ghashv8-armv8-win.S
[440/758] Compiling ghashv8-armv8-apple.S
[441/758] Compiling ghashv8-armv8-linux.S
[442/758] Compiling ghash-x86_64-linux.S
[443/758] Compiling p256-armv8-asm-linux.S
[444/758] Compiling ghash-x86_64-apple.S
[445/758] Compiling ghash-x86-linux.S
[446/758] Compiling ghash-ssse3-x86_64-linux.S
[447/758] Compiling ghash-ssse3-x86_64-apple.S
[448/758] Compiling ghash-x86-apple.S
[449/758] Compiling ghash-ssse3-x86-apple.S
[450/758] Compiling ghash-ssse3-x86-linux.S
[451/758] Compiling ghash-neon-armv8-apple.S
[452/758] Compiling ghash-neon-armv8-linux.S
[453/758] Compiling co-586-apple.S
[454/758] Compiling ghash-armv4-linux.S
[455/758] Compiling ghash-neon-armv8-win.S
[456/758] Compiling co-586-linux.S
[457/758] Compiling bsaes-armv7-linux.S
[458/758] Compiling bn-armv8-win.S
[459/758] Compiling bn-armv8-linux.S
[460/758] Compiling bn-586-apple.S
[461/758] Compiling bn-586-linux.S
[462/758] Compiling armv8-mont-apple.S
[462/758] Compiling bn-armv8-apple.S
[464/758] Compiling armv8-mont-win.S
[465/758] Compiling armv4-mont-linux.S
[466/758] Compiling armv8-mont-linux.S
[467/758] Compiling aesv8-gcm-armv8-apple.S
[468/758] Compiling aesv8-armv8-win.S
[469/758] Compiling aesv8-gcm-armv8-linux.S
[470/758] Compiling aesv8-gcm-armv8-win.S
[471/758] Compiling aesv8-armv8-linux.S
[472/758] Compiling aesv8-armv8-apple.S
[473/758] Compiling aesv8-armv7-linux.S
[474/758] Compiling aesni-x86_64-linux.S
[475/758] Compiling aes-gcm-avx2-x86_64-linux.S
[476/758] Compiling aesni-x86-apple.S
[477/758] Compiling aes-gcm-avx2-x86_64-apple.S
[478/758] Compiling aesni-gcm-x86_64-apple.S
[479/758] Compiling aesni-gcm-x86_64-linux.S
[479/758] Compiling aesni-x86_64-apple.S
[481/758] Compiling aesni-x86-linux.S
[482/758] Compiling aes-gcm-avx10-x86_64-apple.S
[483/758] Compiling aes-gcm-avx10-x86_64-linux.S
[484/758] Compiling x_spki.cc
[485/758] Compiling x_req.cc
[486/758] Compiling x_x509a.cc
[487/758] Compiling x_val.cc
[488/758] Compiling x_pubkey.cc
[489/758] Compiling x_x509.cc
[490/758] Compiling x_sig.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_name.cc
[504/759] Wrapping AST for SwiftProtobuf for debugging
[505/759] Compiling x_algor.cc
[506/759] Compiling x_crl.cc
[507/759] Compiling x_attrib.cc
[507/759] Compiling x509spki.cc
[509/759] Compiling x_exten.cc
[510/759] Compiling x_all.cc
[511/759] Compiling x509name.cc
[512/759] Compiling x509rset.cc
[513/759] Compiling x509cset.cc
[514/759] Compiling x509_v3.cc
[515/759] Compiling x509_vfy.cc
[516/759] Compiling x509_txt.cc
[517/759] Compiling x509_trs.cc
[518/759] Compiling x509_req.cc
[519/759] Compiling x509_vpm.cc
[520/759] Compiling x509_set.cc
[521/759] Compiling x509_obj.cc
[522/759] Compiling x509_lu.cc
[523/759] Compiling x509_ext.cc
[524/759] Compiling x509_def.cc
[525/759] Compiling x509_att.cc
[526/759] Compiling x509_d2.cc
[527/759] Compiling x509_cmp.cc
[528/759] Compiling v3_utl.cc
[529/759] Compiling x509.cc
[530/759] Compiling v3_skey.cc
[531/759] Compiling v3_purp.cc
[532/759] Compiling v3_pmaps.cc
[533/759] Compiling v3_prn.cc
[534/759] Compiling v3_ncons.cc
[535/759] Compiling v3_ocsp.cc
[536/759] Compiling v3_pcons.cc
[537/759] Compiling v3_lib.cc
[538/759] Compiling v3_ia5.cc
[539/759] Compiling v3_info.cc
[540/759] Compiling v3_int.cc
[541/759] Compiling v3_genn.cc
[542/759] Compiling v3_extku.cc
[543/759] Compiling v3_crld.cc
[544/759] Compiling v3_enum.cc
[545/759] Compiling v3_cpols.cc
[546/759] Compiling v3_bcons.cc
[547/759] Compiling v3_bitst.cc
[548/759] Compiling v3_alt.cc
[549/759] Compiling v3_conf.cc
[550/759] Compiling t_x509a.cc
[551/759] Compiling v3_akeya.cc
[552/759] Compiling v3_akey.cc
[553/759] Compiling t_x509.cc
[554/759] Compiling rsa_pss.cc
[555/759] Compiling i2d_pr.cc
[556/759] Compiling t_req.cc
[557/759] Compiling t_crl.cc
[558/759] Compiling policy.cc
[559/759] Compiling by_file.cc
[560/759] Compiling name_print.cc
[561/759] Compiling by_dir.cc
[562/759] Compiling a_verify.cc
[563/759] Compiling asn1_gen.cc
[564/759] Compiling a_sign.cc
[565/759] Compiling algorithm.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 voprf.cc
[571/759] Compiling thread.cc
[572/759] Compiling thread_none.cc
[573/759] Compiling stack.cc
[574/759] Compiling pmbtoken.cc
[575/759] Compiling sha256.cc
[576/759] Compiling slhdsa.cc
[577/759] Compiling sha1.cc
[578/759] Compiling siphash.cc
[579/759] Compiling sha512.cc
[580/759] Compiling rsa_print.cc
[581/759] Compiling spake2plus.cc
[582/759] Compiling rsa_extra.cc
[583/759] Compiling rsa_crypt.cc
[584/759] Compiling rc4.cc
[585/759] Compiling rsa_asn1.cc
[586/759] Compiling trusty.cc
[587/759] Compiling refcount.cc
[588/759] Compiling windows.cc
[589/759] Compiling urandom.cc
[590/759] Compiling ios.cc
[591/759] Compiling passive.cc
[592/759] Compiling rand.cc
[593/759] Compiling poly1305_arm_asm.S
[594/759] Compiling getentropy.cc
[595/759] Compiling fork_detect.cc
[596/759] Compiling deterministic.cc
[597/759] Compiling pool.cc
[598/759] Compiling forkunsafe.cc
[599/759] Compiling poly1305_vec.cc
[600/759] Compiling poly1305.cc
[601/759] Compiling poly1305_arm.cc
[602/759] Compiling pkcs7.cc
[603/759] Compiling p5_pbev2.cc
[604/759] Compiling pem_pk8.cc
[605/759] Compiling pkcs8.cc
[606/759] Compiling pkcs7_x509.cc
[607/759] Compiling pkcs8_x509.cc
[608/759] Compiling pem_xaux.cc
[609/759] Compiling pem_pkey.cc
[610/759] Compiling pem_x509.cc
[611/759] Compiling pem_lib.cc
[612/759] Compiling pem_oth.cc
[613/759] Compiling mldsa.cc
[614/759] Compiling pem_all.cc
[615/759] Compiling mlkem.cc
[616/759] Compiling obj_xref.cc
[617/759] Compiling mem.cc
[618/759] Compiling pem_info.cc
[619/759] Compiling poly_rq_mul.S
[620/759] Compiling fips_shared_support.cc
[621/759] Compiling md4.cc
[622/759] Compiling obj.cc
[623/759] Compiling md5.cc
[624/759] Compiling lhash.cc
[625/759] Compiling hrss.cc
[626/759] Compiling kyber.cc
[627/759] Compiling hpke.cc
[628/759] Compiling print.cc
[629/759] Compiling ex_data.cc
[630/759] Compiling sign.cc
[631/759] Compiling scrypt.cc
[632/759] Compiling pbkdf.cc
[633/759] Compiling p_x25519.cc
[634/759] Compiling p_rsa.cc
[635/759] Compiling p_x25519_asn1.cc
[636/759] Compiling p_rsa_asn1.cc
[637/759] Compiling p_hkdf.cc
[638/759] Compiling p_ed25519.cc
[639/759] Compiling p_ed25519_asn1.cc
[640/759] Compiling p_ec_asn1.cc
[641/759] Compiling p_dsa_asn1.cc
[642/759] Compiling p_dh_asn1.cc
[643/759] Compiling p_ec.cc
[644/759] Compiling ecdh.cc
[645/759] Compiling evp.cc
[646/759] Compiling err.cc
[647/759] Compiling engine.cc
[648/759] Compiling hash_to_curve.cc
[649/759] Compiling ecdsa_asn1.cc
[650/759] Compiling params.cc
[651/759] Compiling ec_derive.cc
[652/759] Compiling digest_extra.cc
[653/759] Compiling ec_asn1.cc
[654/759] Compiling dsa.cc
[655/759] Compiling x25519-asm-arm.S
[656/759] Compiling bcm.cc
[657/759] Compiling dsa_asn1.cc
[658/759] Compiling des.cc
[659/759] Compiling dh_asn1.cc
[660/759] Compiling curve25519_64_adx.cc
[661/759] Compiling crypto.cc
[662/759] Compiling cpu_intel.cc
[663/759] Compiling spake25519.cc
[664/759] Compiling cpu_arm_linux.cc
[665/759] Compiling cpu_aarch64_linux.cc
[666/759] Compiling curve25519.cc
[667/759] Compiling cpu_arm_freebsd.cc
[668/759] Compiling cpu_aarch64_win.cc
[669/759] Compiling cpu_aarch64_sysreg.cc
[670/759] Compiling tls_cbc.cc
[671/759] Compiling cpu_aarch64_openbsd.cc
[672/759] Compiling cpu_aarch64_fuchsia.cc
[673/759] Compiling cpu_aarch64_apple.cc
[674/759] Compiling e_rc2.cc
[675/759] Compiling e_null.cc
[676/759] Compiling e_tls.cc
[677/759] Compiling get_cipher.cc
[677/759] Compiling e_chacha20poly1305.cc
[679/759] Compiling e_rc4.cc
[680/759] Compiling conf.cc
[681/759] Compiling e_des.cc
[682/759] Compiling derive_key.cc
[683/759] Compiling e_aesgcmsiv.cc
[684/759] Compiling e_aesctrhmac.cc
[685/759] Compiling unicode.cc
[686/759] Compiling ber.cc
[687/759] Compiling cbs.cc
[688/759] Compiling asn1_compat.cc
[689/759] Compiling cbb.cc
[690/759] Compiling blake2.cc
[691/759] Compiling buf.cc
[692/759] Compiling bn_asn1.cc
[693/759] Compiling socket_helper.cc
[694/759] Compiling convert.cc
[695/759] Compiling pair.cc
[696/759] Compiling printf.cc
[697/759] Compiling socket.cc
[698/759] Compiling hexdump.cc
[699/759] Compiling file.cc
[700/759] Compiling fd.cc
[701/759] Compiling errno.cc
[702/759] Compiling bio_mem.cc
[703/759] Compiling connect.cc
[704/759] Compiling base64.cc
[705/759] Compiling tasn_typ.cc
[706/759] Compiling bio.cc
[707/759] Compiling tasn_fre.cc
[708/759] Compiling tasn_new.cc
[709/759] Compiling tasn_enc.cc
[710/759] Compiling posix_time.cc
[711/759] Compiling tasn_utl.cc
[712/759] Compiling tasn_dec.cc
[713/759] Compiling f_int.cc
[714/759] Compiling f_string.cc
[715/759] Compiling a_type.cc
[716/759] Compiling asn_pack.cc
[717/759] Compiling asn1_par.cc
[718/759] Compiling asn1_lib.cc
[719/759] Compiling a_utctm.cc
[720/759] Compiling a_octet.cc
[721/759] Compiling a_strex.cc
[722/759] Compiling a_strnid.cc
[723/759] Compiling a_i2d_fp.cc
[724/759] Compiling a_object.cc
[724/759] Write sources
[730/759] Compiling a_time.cc
[731/759] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[732/836] Compiling a_mbstr.cc
[733/848] Compiling a_d2i_fp.cc
[734/848] Compiling a_int.cc
[735/848] Compiling a_dup.cc
[737/848] Compiling Algorithms MinMax.swift
[738/848] Compiling Algorithms RandomSample.swift
[739/848] Compiling Algorithms Reductions.swift
[740/848] Compiling Algorithms Rotate.swift
[740/850] Compiling a_gentm.cc
[742/850] Compiling Algorithms Joined.swift
[743/850] Compiling Algorithms Keyed.swift
[744/850] Compiling Algorithms EitherSequence.swift
[745/850] Compiling Algorithms FirstNonNil.swift
[746/850] Compiling Algorithms FlattenCollection.swift
[747/850] Compiling Algorithms Grouped.swift
[748/850] Compiling Algorithms Indexed.swift
[749/850] Compiling Algorithms Intersperse.swift
[750/850] Compiling Algorithms AdjacentPairs.swift
[751/850] Compiling Algorithms Chain.swift
[752/850] Compiling Algorithms Chunked.swift
[753/850] Compiling Atomics IntegerOperations.swift
[754/850] Compiling Atomics Unmanaged extensions.swift
[758/850] Compiling Algorithms Split.swift
[759/850] Compiling Algorithms Stride.swift
[760/850] Compiling Algorithms Suffix.swift
[761/853] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[762/853] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[763/853] Compiling AsyncAlgorithms MergeStateMachine.swift
[764/853] Compiling AsyncAlgorithms MergeStorage.swift
[765/853] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[766/853] Compiling AsyncAlgorithms Rethrow.swift
[770/859] Compiling Algorithms Combinations.swift
[771/859] Compiling Algorithms Compacted.swift
[772/859] Compiling Algorithms Cycle.swift
[776/859] Compiling Algorithms Product.swift
[780/859] Compiling Algorithms Trim.swift
[781/859] Compiling Algorithms Unique.swift
[782/859] Compiling Algorithms Windows.swift
[791/859] Emitting module Atomics
[793/859] Compiling AsyncAlgorithms DebounceStateMachine.swift
[794/859] Compiling AsyncAlgorithms DebounceStorage.swift
[795/859] Compiling AsyncAlgorithms Dictionary.swift
[796/859] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[797/859] Compiling AsyncAlgorithms Locking.swift
[817/859] Emitting module AsyncAlgorithms
[818/859] Compiling AsyncAlgorithms ChannelStateMachine.swift
[819/859] Compiling AsyncAlgorithms ChannelStorage.swift
[820/859] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[821/859] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[822/859] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[823/859] Compiling AsyncAlgorithms CombineLatestStorage.swift
[831/860] Compiling AsyncAlgorithms SetAlgebra.swift
[832/860] Compiling AsyncAlgorithms UnsafeTransfer.swift
[833/860] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[834/860] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[835/860] Compiling AsyncAlgorithms ZipStateMachine.swift
[836/860] Compiling AsyncAlgorithms ZipStorage.swift
[839/861] Emitting module Algorithms
[840/862] Wrapping AST for AsyncAlgorithms for debugging
[841/862] Wrapping AST for Atomics for debugging
[842/881] Wrapping AST for Algorithms for debugging
[844/930] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[845/931] Emitting module ServiceLifecycle
[846/931] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[847/931] Compiling ServiceLifecycle CancellationWaiter.swift
[848/931] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[849/931] Compiling ServiceLifecycle ServiceRunnerError.swift
[850/931] Compiling ServiceLifecycle GracefulShutdown.swift
[851/931] Compiling ServiceLifecycle Service.swift
[852/931] Compiling ServiceLifecycle ServiceGroup.swift
[853/932] Wrapping AST for ServiceLifecycle for debugging
[855/932] Compiling NIOCore MulticastChannel.swift
[856/932] Compiling NIOCore NIOAny.swift
[857/932] Compiling NIOCore NIOCloseOnErrorHandler.swift
[858/932] Compiling NIOCore NIOLoopBound.swift
[859/932] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[860/932] Compiling NIOCore NIOScheduledCallback.swift
[861/932] Compiling NIOCore NIOSendable.swift
[862/932] Compiling NIOCore RecvByteBufferAllocator.swift
[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] Emitting module NIOCore
[905/940] Compiling NIOCore AddressedEnvelope.swift
[906/940] Compiling NIOCore AsyncAwaitSupport.swift
[907/940] Compiling NIOCore AsyncChannel.swift
[908/940] Compiling NIOCore AsyncChannelHandler.swift
[909/940] Compiling NIOCore AsyncChannelInboundStream.swift
[910/940] Compiling NIOCore AsyncChannelOutboundWriter.swift
[911/940] Compiling NIOCore NIOAsyncSequenceProducer.swift
[912/940] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[913/940] Compiling NIOCore NIOAsyncWriter.swift
[914/940] Compiling NIOCore ByteBuffer-multi-int.swift
[915/940] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[916/940] Compiling NIOCore ByteBuffer-views.swift
[917/940] Compiling NIOCore Channel.swift
[918/940] Compiling NIOCore ChannelHandler.swift
[919/940] Compiling NIOCore ChannelHandlers.swift
[920/940] Compiling NIOCore ChannelInvoker.swift
[921/940] Compiling NIOCore ChannelOption.swift
[922/940] Compiling NIOCore ChannelPipeline.swift
[923/941] Wrapping AST for NIOCore for debugging
[925/991] Compiling NIOEmbedded AsyncTestingChannel.swift
[926/991] Emitting module NIOEmbedded
[927/991] Compiling NIOEmbedded Embedded.swift
[928/991] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[929/992] Wrapping AST for NIOEmbedded for debugging
[931/992] Compiling NIOPosix BSDSocketAPICommon.swift
[932/992] Compiling NIOPosix BSDSocketAPIPosix.swift
[933/992] Compiling NIOPosix BSDSocketAPIWindows.swift
[934/992] Compiling NIOPosix BaseSocket.swift
[935/992] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[936/992] Compiling NIOPosix BaseSocketChannel.swift
[937/992] Compiling NIOPosix BaseStreamSocketChannel.swift
[938/998] Compiling NIOPosix SelectableChannel.swift
[939/998] Compiling NIOPosix SelectableEventLoop.swift
[940/998] Compiling NIOPosix SelectorEpoll.swift
[941/998] Compiling NIOPosix SelectorGeneric.swift
[942/998] Compiling NIOPosix SelectorKqueue.swift
[943/998] Compiling NIOPosix SelectorUring.swift
[944/998] Compiling NIOPosix ThreadPosix.swift
[945/998] Compiling NIOPosix ThreadWindows.swift
[946/998] Compiling NIOPosix UnsafeTransfer.swift
[947/998] Compiling NIOPosix Utilities.swift
[948/998] Compiling NIOPosix VsockAddress.swift
[949/998] Compiling NIOPosix VsockChannelEvents.swift
[950/998] Compiling NIOPosix Pool.swift
[951/998] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[952/998] Compiling NIOPosix PosixSingletons.swift
[953/998] Compiling NIOPosix RawSocketBootstrap.swift
[954/998] Compiling NIOPosix Resolver.swift
[955/998] Compiling NIOPosix Selectable.swift
[956/998] Compiling NIOPosix NIOThreadPool.swift
[957/998] Compiling NIOPosix NonBlockingFileIO.swift
[958/998] Compiling NIOPosix PendingDatagramWritesManager.swift
[959/998] Compiling NIOPosix PendingWritesManager.swift
[960/998] Compiling NIOPosix PipeChannel.swift
[961/998] Compiling NIOPosix PipePair.swift
[962/998] Compiling NIOPosix Bootstrap.swift
[963/998] Compiling NIOPosix ControlMessage.swift
[964/998] Compiling NIOPosix DatagramVectorReadManager.swift
[965/998] Compiling NIOPosix Errors+Any.swift
[966/998] Compiling NIOPosix FileDescriptor.swift
[967/998] Compiling NIOPosix GetaddrinfoResolver.swift
[968/998] Compiling NIOPosix HappyEyeballs.swift
[969/998] Emitting module NIOPosix
[970/998] Compiling NIOPosix IO.swift
[971/998] Compiling NIOPosix IntegerBitPacking.swift
[972/998] Compiling NIOPosix IntegerTypes.swift
[973/998] Compiling NIOPosix Linux.swift
[974/998] Compiling NIOPosix LinuxCPUSet.swift
[975/998] Compiling NIOPosix LinuxUring.swift
[976/998] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[977/998] Compiling NIOPosix ServerSocket.swift
[978/998] Compiling NIOPosix Socket.swift
[979/998] Compiling NIOPosix SocketChannel.swift
[980/998] Compiling NIOPosix SocketProtocols.swift
[981/998] Compiling NIOPosix System.swift
[982/998] Compiling NIOPosix Thread.swift
[983/999] Wrapping AST for NIOPosix for debugging
[985/1001] Compiling NIO Exports.swift
[986/1001] Emitting module NIO
[987/1002] Wrapping AST for NIO for debugging
[989/1041] Compiling NIOTLS TLSEvents.swift
[990/1041] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[991/1041] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[992/1041] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[993/1041] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[994/1041] Compiling NIOSOCKS SOCKSResponse.swift
[995/1041] Compiling NIOSOCKS ClientStateMachine.swift
[996/1042] Emitting module NIOTLS
[997/1042] Compiling NIOHTTP1 ByteCollectionUtils.swift
[998/1042] Compiling NIOHTTP1 HTTPDecoder.swift
[999/1042] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1000/1042] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1001/1042] Compiling NIOTLS SNIHandler.swift
[1002/1042] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1003/1043] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1004/1043] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1005/1043] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1006/1043] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1007/1043] Emitting module NIOSOCKS
[1008/1043] Compiling NIOHTTP1 HTTPEncoder.swift
[1009/1043] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1011/1043] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1012/1043] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1013/1043] Compiling NIOSOCKS ServerStateMachine.swift
[1016/1046] Emitting module NIOFoundationCompat
[1017/1046] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1018/1047] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1019/1047] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1022/1047] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1023/1047] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1023/1047] Wrapping AST for NIOTLS for debugging
[1026/1047] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1029/1047] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[1030/1047] Compiling NIOHTTP1 HTTPTypes.swift
[1030/1048] Wrapping AST for NIOSOCKS for debugging
[1031/1048] Wrapping AST for NIOFoundationCompat for debugging
[1033/1098] Compiling NIOSSL IdentityVerification.swift
[1034/1098] Compiling NIOSSL SSLCertificate.swift
[1035/1098] Compiling NIOSSL SSLCertificateExtensions.swift
[1036/1100] Emitting module NIOHTTP1
[1037/1100] Compiling NIOSSL AndroidCABundle.swift
[1038/1100] Compiling NIOSSL ByteBufferBIO.swift
[1039/1100] Compiling NIOSSL CustomPrivateKey.swift
[1040/1101] Emitting module NIOTransportServices
[1044/1101] Compiling NIOSSL SSLCertificateName.swift
[1045/1101] Compiling NIOSSL SSLConnection.swift
[1046/1101] Compiling NIOSSL NIOSSLServerHandler.swift
[1047/1101] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1048/1101] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1049/1101] Compiling NIOSSL SSLContext.swift
[1051/1101] Compiling NIOSSL LinuxCABundle.swift
[1052/1101] Compiling NIOSSL NIOSSLClientHandler.swift
[1053/1101] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1054/1101] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1055/1101] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1056/1101] Compiling NIOSSL ObjectIdentifier.swift
[1057/1101] Compiling NIOSSL PosixPort.swift
[1058/1101] Compiling NIOSSL SSLCallbacks.swift
[1059/1101] Compiling NIOSSL NIOSSLHandler.swift
[1060/1101] Compiling NIOSSL SSLPrivateKey.swift
[1061/1101] Compiling NIOSSL SSLPublicKey.swift
[1062/1102] Wrapping AST for NIOHTTP1 for debugging
[1063/1118] Wrapping AST for NIOTransportServices for debugging
[1065/1120] Compiling NIOHPACK IndexedHeaderTable.swift
[1066/1121] Compiling NIOHPACK DynamicHeaderTable.swift
[1067/1121] Compiling NIOHPACK HPACKDecoder.swift
[1068/1121] Compiling NIOHPACK IntegerCoding.swift
[1069/1121] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1070/1121] Compiling NIOHPACK StaticHeaderTable.swift
[1071/1121] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1072/1121] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1073/1121] Compiling NIOHTTPCompression HTTPCompression.swift
[1074/1121] Emitting module NIOHTTPCompression
[1075/1121] Compiling NIOHTTPCompression HTTPDecompression.swift
[1076/1121] Compiling NIOHPACK HPACKEncoder.swift
[1077/1121] Compiling NIOHPACK HPACKErrors.swift
[1078/1121] Compiling NIOHPACK HuffmanTables.swift
[1079/1121] Compiling NIOHPACK HuffmanCoding.swift
[1080/1121] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1081/1121] Emitting module NIOSSL
[1082/1126] Emitting module NIOHPACK
[1088/1126] Compiling NIOHPACK HPACKHeader.swift
[1089/1126] Compiling NIOHPACK HeaderTables.swift
[1090/1127] Compiling NIOSSL SubjectAlternativeName.swift
[1091/1127] Compiling NIOSSL NIOSSLSecureBytes.swift
[1092/1127] Compiling NIOSSL RNG.swift
[1093/1127] Compiling NIOSSL SafeCompare.swift
[1114/1127] Compiling NIOSSL SSLPKCS12Bundle.swift
[1114/1127] Wrapping AST for NIOHTTPCompression for debugging
[1115/1127] Wrapping AST for NIOHPACK for debugging
[1117/1185] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1118/1185] Compiling NIOHTTP2 HTTP2PingData.swift
[1119/1185] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1120/1185] Compiling NIOHTTP2 HTTP2Settings.swift
[1121/1186] Wrapping AST for NIOSSL for debugging
[1123/1186] Emitting module NIOHTTP2
[1124/1194] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1125/1194] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1126/1194] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1127/1194] Compiling NIOHTTP2 HTTP2StreamID.swift
[1128/1194] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1129/1194] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1130/1194] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1131/1194] Compiling NIOHTTP2 InboundEventBuffer.swift
[1132/1194] Compiling NIOHTTP2 MaySendFrames.swift
[1133/1194] Compiling NIOHTTP2 SendingDataState.swift
[1134/1194] Compiling NIOHTTP2 SendingGoawayState.swift
[1135/1194] Compiling NIOHTTP2 SendingHeadersState.swift
[1136/1194] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1137/1194] Compiling NIOHTTP2 SendingRstStreamState.swift
[1138/1194] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1139/1194] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1140/1194] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1141/1194] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1142/1194] Compiling NIOHTTP2 MayReceiveFrames.swift
[1143/1194] Compiling NIOHTTP2 ReceivingDataState.swift
[1144/1194] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1145/1194] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1146/1194] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1147/1194] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1148/1194] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1149/1194] Compiling NIOHTTP2 InboundWindowManager.swift
[1150/1194] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1151/1194] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1152/1194] Compiling NIOHTTP2 StreamChannelList.swift
[1153/1194] Compiling NIOHTTP2 StreamMap.swift
[1154/1194] Compiling NIOHTTP2 StreamStateMachine.swift
[1155/1194] Compiling NIOHTTP2 UnsafeTransfer.swift
[1156/1194] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1157/1194] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1158/1194] Compiling NIOHTTP2 HTTP2Frame.swift
[1159/1194] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1164/1194] Compiling NIOHTTP2 HTTP2Stream.swift
[1165/1194] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1166/1194] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1167/1194] Compiling NIOHTTP2 HasLocalSettings.swift
[1168/1194] Compiling NIOHTTP2 HasRemoteSettings.swift
[1169/1194] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1170/1194] Compiling NIOHTTP2 QuiescingState.swift
[1171/1194] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1172/1194] Compiling NIOHTTP2 SendAndReceiveGoawayState.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
[1184/1194] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1185/1194] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1186/1194] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1187/1194] Compiling NIOHTTP2 HTTP2Error.swift
[1188/1194] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1189/1195] Wrapping AST for NIOHTTP2 for debugging
[1191/1255] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1192/1255] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1193/1255] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1194/1255] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1195/1255] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1196/1255] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1197/1255] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1198/1255] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1199/1255] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1200/1263] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1201/1263] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1202/1263] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1203/1263] Compiling AsyncHTTPClient HTTP1Connection.swift
[1204/1263] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1205/1263] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1206/1263] Compiling AsyncHTTPClient HTTP2Connection.swift
[1207/1263] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1208/1263] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1209/1263] Compiling AsyncHTTPClient HTTPHandler.swift
[1210/1263] Compiling AsyncHTTPClient LRUCache.swift
[1211/1263] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1212/1263] Compiling AsyncHTTPClient NWErrorHandler.swift
[1213/1263] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1214/1263] Compiling AsyncHTTPClient TLSConfiguration.swift
[1215/1263] Compiling AsyncHTTPClient RedirectState.swift
[1216/1263] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1217/1263] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1218/1263] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1219/1263] Compiling AsyncHTTPClient Transaction.swift
[1220/1263] Compiling AsyncHTTPClient Base64.swift
[1221/1263] Compiling AsyncHTTPClient BasicAuth.swift
[1222/1263] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1223/1263] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1224/1263] Compiling AsyncHTTPClient ConnectionPool.swift
[1225/1263] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1226/1263] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1227/1263] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1228/1263] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1229/1263] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1230/1263] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1231/1263] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1232/1263] Compiling AsyncHTTPClient RequestBodyLength.swift
[1233/1263] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1234/1263] Compiling AsyncHTTPClient ConnectionTarget.swift
[1235/1263] Compiling AsyncHTTPClient DeconstructedURL.swift
[1236/1263] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1237/1263] Compiling AsyncHTTPClient FoundationExtensions.swift
[1238/1263] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1239/1263] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1240/1263] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1241/1263] Compiling AsyncHTTPClient HTTPClient.swift
[1242/1263] Emitting module AsyncHTTPClient
[1243/1263] Compiling AsyncHTTPClient RequestOptions.swift
[1244/1263] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1245/1263] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1246/1263] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1247/1263] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1248/1263] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1249/1263] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1250/1263] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1251/1263] Compiling AsyncHTTPClient RequestBag.swift
[1252/1263] Compiling AsyncHTTPClient RequestValidation.swift
[1253/1263] Compiling AsyncHTTPClient SSLContextCache.swift
[1254/1263] Compiling AsyncHTTPClient Scheme.swift
[1255/1263] Compiling AsyncHTTPClient Singleton.swift
[1256/1263] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1257/1263] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1258/1263] Compiling AsyncHTTPClient Utils.swift
[1259/1264] Wrapping AST for AsyncHTTPClient for debugging
[1261/1275] Compiling LoggingLoki LokiTransport.swift
[1262/1276] Compiling LoggingLoki LokiTransformer.swift
[1263/1276] Compiling LoggingLoki push.pb.swift
[1264/1276] Compiling LoggingLoki Timeout.swift
[1265/1276] Compiling LoggingLoki LokiStream.swift
[1266/1276] Compiling LoggingLoki LokiLog.swift
[1267/1276] Compiling LoggingLoki LokiLogHandler.swift
[1268/1276] Compiling LoggingLoki LokiLogProcessor.swift
[1269/1276] Compiling LoggingLoki LokiRequest.swift
[1270/1276] Compiling LoggingLoki Batch.swift
[1271/1276] Compiling LoggingLoki BatchEntry.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! (343.68s)
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.