Build Information
Successful build of swift-log-loki, reference main (5782de
), with Swift 6.0 for Linux on 28 Mar 2025 15:33:42 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.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: linux
Swift version: 6.0
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-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-docc-plugin.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/lovetodream/swift-snappy.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-protobuf.git
[1/3787] Fetching swift-log
[532/6150] Fetching swift-log, swift-service-lifecycle
[1960/8200] Fetching swift-log, swift-service-lifecycle, swift-docc-plugin
[6377/8394] Fetching swift-log, swift-service-lifecycle, swift-docc-plugin, swift-snappy
[6381/22129] Fetching swift-log, swift-service-lifecycle, swift-docc-plugin, swift-snappy, async-http-client
[22130/60614] Fetching swift-log, swift-service-lifecycle, swift-docc-plugin, swift-snappy, async-http-client, swift-protobuf
Fetched https://github.com/apple/swift-log.git from cache (0.87s)
[22191/56827] Fetching swift-service-lifecycle, swift-docc-plugin, swift-snappy, async-http-client, swift-protobuf
Fetched https://github.com/apple/swift-docc-plugin.git from cache (0.88s)
[20526/54777] Fetching swift-service-lifecycle, swift-snappy, async-http-client, swift-protobuf
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (4.57s)
Fetched https://github.com/lovetodream/swift-snappy.git from cache (4.57s)
Fetched https://github.com/swift-server/async-http-client.git from cache (4.58s)
Fetched https://github.com/apple/swift-protobuf.git from cache (4.65s)
Computing version for https://github.com/lovetodream/swift-snappy.git
Computed https://github.com/lovetodream/swift-snappy.git at 1.0.0 (2.46s)
Fetching https://github.com/apple/swift-system
[1/4221] Fetching swift-system
Fetched https://github.com/apple/swift-system from cache (0.74s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.4.2 (0.67s)
Computing version for https://github.com/apple/swift-docc-plugin.git
Computed https://github.com/apple/swift-docc-plugin.git at 1.4.3 (0.72s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3348] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.38s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.69s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.7.0 (0.62s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4784] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.36s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.3 (0.62s)
Fetching https://github.com/apple/swift-collections.git
[1/15895] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.00s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.89s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.60s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.29.0 (0.61s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.61s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-ssl.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-nio-http2.git
[1/1705] Fetching swift-atomics
[564/4116] Fetching swift-atomics, swift-nio-transport-services
[994/9979] Fetching swift-atomics, swift-nio-transport-services, swift-algorithms
[4046/15471] Fetching swift-atomics, swift-nio-transport-services, swift-algorithms, swift-nio-extras
[15472/26927] Fetching swift-atomics, swift-nio-transport-services, swift-algorithms, swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.51s)
[12156/21435] Fetching swift-atomics, swift-nio-transport-services, swift-algorithms, swift-nio-http2
Fetching https://github.com/apple/swift-nio.git
[21436/95833] Fetching swift-atomics, swift-nio-transport-services, swift-algorithms, swift-nio-http2, swift-nio
[23668/110301] Fetching swift-atomics, swift-nio-transport-services, swift-algorithms, swift-nio-http2, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.18s)
[25969/107890] Fetching swift-atomics, swift-algorithms, swift-nio-http2, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.19s)
[15401/96434] Fetching swift-atomics, swift-algorithms, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-atomics.git from cache (2.45s)
Fetched https://github.com/apple/swift-algorithms.git from cache (2.46s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.48s)
[56543/74398] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.39s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.61s)
Fetching https://github.com/apple/swift-numerics.git
[1/5659] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.38s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.61s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.81.0 (0.92s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.65s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.23.1 (0.73s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.29.3 (0.70s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.25.0 (0.67s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/1099] Fetching swift-http-structured-headers
[67/1982] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.24s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.24s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.0 (0.60s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.3.1 (0.64s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.35.0 (0.61s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.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.25.2
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.29.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.3.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.35.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-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.23.1
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.7.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/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-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.4.2
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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.29.3
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-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.25.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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.81.0
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
[3/3] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[3/491] Compiling a_dup.cc
[4/491] Compiling a_d2i_fp.cc
[4/491] Write sources
[7/491] Compiling a_bitstr.cc
[7/491] Write sources
[7/491] Copying PrivacyInfo.xcprivacy
[7/491] Write sources
[12/491] Compiling _NumericsShims _NumericsShims.c
[13/491] Compiling _AtomicsShims.c
[13/491] Write sources
[37/491] Compiling a_bool.cc
[38/491] Compiling CNIOWindows shim.c
[39/491] Compiling SnappyC map.c
[40/491] Compiling CNIOWindows WSAStartup.c
[41/491] Compiling CNIOWASI CNIOWASI.c
[42/491] Compiling a_gentm.cc
[43/491] Compiling CSystem shims.c
[44/491] Compiling CNIOLinux liburing_shims.c
[45/491] Compiling SnappyC snappy.c
[46/491] Compiling CNIOLLHTTP c_nio_http.c
[47/491] Compiling CNIOExtrasZlib empty.c
[48/491] Compiling CNIODarwin shim.c
[49/491] Compiling CNIOLinux shim.c
[50/491] Compiling CNIOLLHTTP c_nio_api.c
[51/491] Compiling fiat_p256_adx_sqr.S
[52/491] Compiling fiat_p256_adx_mul.S
[53/491] Compiling fiat_curve25519_adx_square.S
[54/491] Compiling fiat_curve25519_adx_mul.S
[55/491] Compiling CNIOLLHTTP c_nio_llhttp.c
[56/491] Compiling CNIOBoringSSLShims shims.c
[57/491] Compiling tls_method.cc
[58/491] Compiling tls_record.cc
[59/491] Compiling tls13_server.cc
[60/491] Compiling tls13_enc.cc
[61/491] Compiling tls13_client.cc
[62/491] Compiling c-nioatomics.c
[63/491] Compiling tls13_both.cc
[64/491] Compiling t1_enc.cc
[65/491] Write swift-version-24593BA9C3E375BF.txt
[65/491] Compiling c-atomics.c
[67/491] Compiling ssl_versions.cc
[68/491] Compiling ssl_x509.cc
[69/491] Compiling ssl_transcript.cc
[70/495] Compiling ssl_stat.cc
[71/526] Compiling ssl_session.cc
[73/538] Emitting module _NIOBase64
[73/552] Compiling ssl_privkey.cc
[74/608] Compiling ssl_key_share.cc
[75/624] Compiling ssl_lib.cc
[77/646] Emitting module NIOConcurrencyHelpers
[78/646] Emitting module InternalCollectionsUtilities
[79/648] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[80/648] Compiling InternalCollectionsUtilities Specialize.swift
[81/648] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[82/648] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[83/648] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[84/651] Compiling InternalCollectionsUtilities Debugging.swift
[85/651] Compiling InternalCollectionsUtilities Descriptions.swift
[86/651] Compiling InternalCollectionsUtilities _SortedCollection.swift
[87/651] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[88/651] Compiling RealModule Float16+Real.swift
[89/652] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[90/652] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[91/652] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[92/652] Compiling _NIOBase64 Base64.swift
[93/653] Compiling RealModule ElementaryFunctions.swift
[95/653] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[96/653] Compiling RealModule Float+Real.swift
[97/653] Emitting module RealModule
[100/653] Compiling Logging LogHandler.swift
[101/653] Compiling _NIODataStructures PriorityQueue.swift
[102/653] Compiling _NIODataStructures _TinyArray.swift
[103/653] Compiling RealModule Float80+Real.swift
[104/653] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[105/653] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[106/653] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[107/653] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[108/653] Compiling RealModule Real.swift
[110/653] Compiling InternalCollectionsUtilities Integer rank.swift
[111/653] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[112/653] Compiling InternalCollectionsUtilities UInt+reversed.swift
[113/653] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[115/654] Compiling RealModule RealFunctions.swift
[116/655] Emitting module SystemPackage
[117/655] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[123/655] Wrapping AST for _NIOBase64 for debugging
[125/658] Compiling ConcurrencyHelpers LockedValueBox.swift
[126/664] Compiling SystemPackage Util+StringArray.swift
[127/665] Compiling SystemPackage Util.swift
[128/665] Compiling SystemPackage UtilConsumers.swift
[129/728] Emitting module Logging
[130/728] Compiling Logging Locks.swift
[131/728] Compiling NIOConcurrencyHelpers NIOLock.swift
[132/728] Compiling _NIODataStructures Heap.swift
[133/728] Emitting module _NIODataStructures
[134/728] Compiling DequeModule Deque+Equatable.swift
[135/728] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[136/728] Compiling DequeModule Deque+Extras.swift
[137/728] Compiling DequeModule Deque+Hashable.swift
[138/729] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[139/729] Compiling NIOConcurrencyHelpers atomics.swift
[140/729] Compiling ConcurrencyHelpers Lock.swift
[141/729] Emitting module ConcurrencyHelpers
[142/729] Compiling Logging MetadataProvider.swift
[143/730] Compiling DequeModule _DequeBuffer.swift
[144/730] Compiling DequeModule _DequeBufferHeader.swift
[145/730] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[146/730] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[147/730] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[148/730] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[149/730] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[150/730] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[151/730] Compiling DequeModule Deque+Testing.swift
[152/730] Compiling DequeModule Deque._Storage.swift
[153/730] Compiling DequeModule Deque._UnsafeHandle.swift
[154/730] Compiling DequeModule Deque.swift
[155/730] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[156/730] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[157/730] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[158/730] Compiling OrderedCollections OrderedDictionary+Values.swift
[159/730] Compiling NIOConcurrencyHelpers lock.swift
[160/731] Compiling Logging Logging.swift
[163/733] Compiling DequeModule Deque+CustomReflectable.swift
[164/733] Compiling DequeModule Deque+Descriptions.swift
[169/735] Wrapping AST for RealModule for debugging
[170/735] Wrapping AST for _NIODataStructures for debugging
[171/735] Wrapping AST for NIOConcurrencyHelpers for debugging
[172/735] Wrapping AST for SystemPackage for debugging
[173/735] Wrapping AST for Logging for debugging
[176/735] Wrapping AST for InternalCollectionsUtilities for debugging
[177/738] Wrapping AST for ConcurrencyHelpers for debugging
[181/740] Emitting module UnixSignals
[182/740] Compiling DequeModule _DequeSlot.swift
[183/740] Compiling DequeModule _UnsafeWrappedBuffer.swift
[184/740] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[185/740] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[186/740] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[187/740] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[188/740] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[189/740] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[190/740] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[191/740] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[192/740] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[193/740] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[194/740] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[195/740] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[196/740] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[197/740] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[210/747] Compiling OrderedCollections OrderedDictionary.swift
[211/747] Compiling OrderedCollections OrderedSet+Codable.swift
[212/747] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[213/747] Compiling OrderedCollections OrderedSet+Descriptions.swift
[214/747] Compiling OrderedCollections OrderedSet+Diffing.swift
[215/747] Compiling OrderedCollections OrderedSet+Equatable.swift
[216/747] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[217/747] Compiling OrderedCollections OrderedSet+Hashable.swift
[218/747] Compiling OrderedCollections OrderedSet+Initializers.swift
[219/747] Compiling OrderedCollections OrderedSet+Insertions.swift
[220/747] Compiling OrderedCollections OrderedSet+Invariants.swift
[221/747] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[222/747] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[223/747] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[224/747] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[225/747] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[234/747] Compiling UnixSignals UnixSignal.swift
[235/747] Compiling UnixSignals UnixSignalsSequence.swift
[237/748] Compiling DequeModule Deque+Codable.swift
[238/748] Compiling DequeModule Deque+Collection.swift
[239/748] Emitting module SwiftProtobuf
[240/759] Emitting module DequeModule
[261/760] Wrapping AST for UnixSignals for debugging
[262/760] Wrapping AST for DequeModule for debugging
[263/760] Compiling ssl_file.cc
[276/760] Compiling ssl_cipher.cc
[284/760] Compiling OrderedCollections OrderedSet+Sendable.swift
[285/760] Compiling OrderedCollections OrderedSet+SubSequence.swift
[286/760] Compiling OrderedCollections OrderedSet+Testing.swift
[287/760] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[288/760] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[289/760] Compiling OrderedCollections OrderedSet.swift
[289/760] Compiling ssl_credential.cc
[315/760] Emitting module Snappy
[316/760] Compiling Snappy Snappy.swift
[317/761] Compiling OrderedCollections _UnsafeBitset.swift
[318/761] Compiling SwiftProtobuf SelectiveVisitor.swift
[319/761] Compiling SwiftProtobuf SimpleExtensionMap.swift
[320/761] Compiling SwiftProtobuf StringUtils.swift
[321/761] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[322/761] Compiling SwiftProtobuf SwiftProtobufError.swift
[323/761] Compiling SwiftProtobuf TextFormatDecoder.swift
[324/761] Compiling SwiftProtobuf TextFormatDecodingError.swift
[325/761] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[326/761] Compiling SwiftProtobuf TextFormatEncoder.swift
[327/761] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[328/761] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[329/761] Compiling SwiftProtobuf TextFormatScanner.swift
[330/761] Compiling SwiftProtobuf TimeUtils.swift
[331/761] Compiling SwiftProtobuf UnknownStorage.swift
[332/761] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[333/761] Compiling SwiftProtobuf Varint.swift
[334/761] Compiling SwiftProtobuf Version.swift
[335/761] Compiling SwiftProtobuf Visitor.swift
[336/761] Compiling SwiftProtobuf WireFormat.swift
[337/761] Compiling SwiftProtobuf ZigZag.swift
[338/761] Compiling SwiftProtobuf any.pb.swift
[339/761] Compiling ssl_cert.cc
[348/761] Emitting module OrderedCollections
[349/762] Compiling ssl_aead_ctx.cc
[350/762] Wrapping AST for Snappy for debugging
[351/762] Compiling ssl_buffer.cc
[352/762] Compiling s3_pkt.cc
[353/762] Compiling ssl_asn1.cc
[354/762] Wrapping AST for OrderedCollections for debugging
[355/762] Compiling s3_lib.cc
[356/762] Compiling s3_both.cc
[357/762] Compiling handshake_server.cc
[358/762] Compiling handoff.cc
[359/762] Compiling handshake.cc
[360/762] Compiling handshake_client.cc
[361/762] Compiling encrypted_client_hello.cc
[362/762] Compiling dtls_record.cc
[363/762] Compiling extensions.cc
[364/762] Compiling md5-x86_64-linux.S
[365/762] Compiling md5-x86_64-apple.S
[366/762] Compiling md5-586-linux.S
[367/762] Compiling md5-586-apple.S
[368/762] Compiling dtls_method.cc
[369/762] Compiling d1_srtp.cc
[370/762] Compiling chacha20_poly1305_x86_64-linux.S
[371/762] Compiling err_data.cc
[372/762] Compiling d1_pkt.cc
[373/762] Compiling chacha20_poly1305_x86_64-apple.S
[374/762] Compiling chacha20_poly1305_armv8-win.S
[375/762] Compiling d1_lib.cc
[376/762] Compiling chacha20_poly1305_armv8-linux.S
[377/762] Compiling chacha20_poly1305_armv8-apple.S
[378/762] Compiling chacha-x86_64-linux.S
[379/762] Compiling chacha-x86_64-apple.S
[380/762] Compiling chacha-x86-linux.S
[381/762] Compiling chacha-x86-apple.S
[382/762] Compiling chacha-armv8-win.S
[383/762] Compiling chacha-armv8-apple.S
[384/762] Compiling chacha-armv8-linux.S
[385/762] Compiling chacha-armv4-linux.S
[386/762] Compiling aes128gcmsiv-x86_64-linux.S
[387/762] Compiling aes128gcmsiv-x86_64-apple.S
[388/762] Compiling bio_ssl.cc
[389/762] Compiling x86_64-mont5-apple.S
[390/762] Compiling x86_64-mont5-linux.S
[391/762] Compiling x86_64-mont-apple.S
[392/762] Compiling x86_64-mont-linux.S
[393/762] Compiling x86-mont-linux.S
[394/762] Compiling x86-mont-apple.S
[395/762] Compiling vpaes-x86_64-linux.S
[396/762] Compiling vpaes-x86_64-apple.S
[397/762] Compiling vpaes-x86-apple.S
[398/762] Compiling vpaes-armv8-win.S
[399/762] Compiling vpaes-x86-linux.S
[400/762] Compiling vpaes-armv8-linux.S
[401/762] Compiling vpaes-armv7-linux.S
[402/762] Compiling vpaes-armv8-apple.S
[403/762] Compiling sha512-x86_64-apple.S
[404/762] Compiling sha512-armv8-win.S
[405/762] Compiling sha512-x86_64-linux.S
[406/762] Compiling sha512-armv8-linux.S
[407/762] Compiling sha512-586-linux.S
[408/762] Compiling sha512-armv8-apple.S
[409/762] Compiling sha512-armv4-linux.S
[410/762] Compiling sha512-586-apple.S
[411/762] Compiling sha256-x86_64-linux.S
[412/762] Compiling sha256-armv8-linux.S
[413/762] Compiling sha256-x86_64-apple.S
[414/762] Compiling sha256-armv8-win.S
[415/762] Compiling sha256-armv4-linux.S
[416/762] Compiling sha256-armv8-apple.S
[417/762] Compiling sha256-586-apple.S
[418/762] Compiling sha256-586-linux.S
[419/762] Compiling sha1-x86_64-apple.S
[420/762] Compiling sha1-armv8-win.S
[421/762] Compiling sha1-armv8-linux.S
[422/762] Compiling sha1-x86_64-linux.S
[423/762] Compiling sha1-armv8-apple.S
[424/762] Compiling sha1-armv4-large-linux.S
[425/762] Compiling sha1-586-linux.S
[426/762] Compiling sha1-586-apple.S
[427/762] Compiling d1_both.cc
[428/762] Compiling rdrand-x86_64-linux.S
[429/762] Compiling rsaz-avx2-apple.S
[430/762] Compiling rsaz-avx2-linux.S
[431/762] Compiling rdrand-x86_64-apple.S
[432/762] Compiling p256_beeu-x86_64-asm-apple.S
[433/762] Compiling p256_beeu-armv8-asm-win.S
[434/762] Compiling p256_beeu-x86_64-asm-linux.S
[435/762] Compiling p256_beeu-armv8-asm-linux.S
[436/762] Compiling p256_beeu-armv8-asm-apple.S
[437/762] Compiling p256-x86_64-asm-apple.S
[438/762] Compiling p256-armv8-asm-win.S
[439/762] Compiling p256-x86_64-asm-linux.S
[440/762] Compiling p256-armv8-asm-linux.S
[441/762] Compiling p256-armv8-asm-apple.S
[442/762] Compiling ghashv8-armv8-linux.S
[443/762] Compiling ghashv8-armv8-win.S
[444/762] Compiling ghashv8-armv8-apple.S
[445/762] Compiling ghashv8-armv7-linux.S
[446/762] Compiling ghash-x86-linux.S
[447/762] Compiling ghash-x86_64-linux.S
[448/762] Compiling ghash-x86_64-apple.S
[449/762] Compiling ghash-x86-apple.S
[450/762] Compiling ghash-ssse3-x86_64-linux.S
[451/762] Compiling ghash-ssse3-x86_64-apple.S
[452/762] Compiling ghash-ssse3-x86-apple.S
[453/762] Compiling ghash-neon-armv8-win.S
[454/762] Compiling ghash-neon-armv8-linux.S
[455/762] Compiling ghash-ssse3-x86-linux.S
[456/762] Compiling ghash-armv4-linux.S
[457/762] Compiling ghash-neon-armv8-apple.S
[458/762] Compiling co-586-linux.S
[459/762] Compiling co-586-apple.S
[460/762] Compiling bsaes-armv7-linux.S
[461/762] Compiling bn-armv8-win.S
[462/762] Compiling bn-armv8-linux.S
[463/762] Compiling bn-armv8-apple.S
[464/762] Compiling bn-586-linux.S
[465/762] Compiling bn-586-apple.S
[466/762] Compiling armv8-mont-win.S
[467/762] Compiling armv8-mont-linux.S
[468/762] Compiling armv8-mont-apple.S
[469/762] Compiling armv4-mont-linux.S
[470/762] Compiling aesv8-gcm-armv8-linux.S
[471/762] Compiling aesv8-gcm-armv8-win.S
[472/762] Compiling aesv8-gcm-armv8-apple.S
[473/762] Compiling aesv8-armv8-win.S
[474/762] Compiling aesv8-armv8-apple.S
[475/762] Compiling aesv8-armv8-linux.S
[476/762] Compiling aesni-x86_64-apple.S
[477/762] Compiling aesni-x86-linux.S
[477/762] Compiling aesv8-armv7-linux.S
[479/762] Compiling aesni-x86_64-linux.S
[480/762] Compiling aesni-x86-apple.S
[481/762] Compiling aesni-gcm-x86_64-apple.S
[482/762] Compiling aesni-gcm-x86_64-linux.S
[483/762] Compiling x_x509a.cc
[484/762] Compiling x_val.cc
[485/762] Compiling x_spki.cc
[486/762] Compiling x_x509.cc
[487/762] Compiling x_sig.cc
[488/762] Compiling x_pubkey.cc
[489/762] Compiling x_req.cc
[490/762] Compiling x_exten.cc
[491/762] Compiling x_name.cc
[492/762] Compiling x_attrib.cc
[493/762] Compiling x_algor.cc
[494/762] Compiling x_crl.cc
[495/762] Compiling x_all.cc
[496/762] Compiling x509spki.cc
[497/762] Compiling x509name.cc
[498/762] Compiling x509rset.cc
[499/762] Compiling x509cset.cc
[500/762] Compiling x509_vfy.cc
[501/762] Compiling x509_vpm.cc
[502/762] Compiling x509_v3.cc
[503/762] Compiling x509_txt.cc
[504/762] Compiling x509_req.cc
[505/762] Compiling x509_trs.cc
[506/762] Compiling x509_set.cc
[507/762] Compiling x509_def.cc
[508/762] Compiling x509_obj.cc
[509/762] Compiling x509_ext.cc
[510/762] Compiling x509_lu.cc
[511/762] Compiling x509_d2.cc
[512/762] Compiling x509_cmp.cc
[513/762] Compiling x509_att.cc
[514/762] Compiling v3_purp.cc
[515/762] Compiling v3_skey.cc
[516/762] Compiling x509.cc
[517/762] Compiling v3_utl.cc
[518/762] Compiling v3_prn.cc
[519/762] Compiling v3_pcons.cc
[520/762] Compiling v3_pmaps.cc
[521/762] Compiling v3_ocsp.cc
[522/762] Compiling v3_ncons.cc
[523/762] Compiling v3_int.cc
[524/762] Compiling v3_lib.cc
[525/762] Compiling v3_info.cc
[526/762] Compiling v3_extku.cc
[527/762] Compiling v3_genn.cc
[528/762] Compiling v3_crld.cc
[529/762] Compiling v3_cpols.cc
[530/762] Compiling v3_enum.cc
[531/762] Compiling v3_ia5.cc
[532/762] Compiling v3_conf.cc
[533/762] Compiling v3_bitst.cc
[534/762] Compiling v3_alt.cc
[535/762] Compiling v3_bcons.cc
[536/762] Compiling v3_akeya.cc
[537/762] Compiling v3_akey.cc
[538/762] Compiling t_x509a.cc
[539/762] Compiling t_x509.cc
[540/762] Compiling t_req.cc
[541/762] Compiling i2d_pr.cc
[542/762] Compiling t_crl.cc
[543/762] Compiling name_print.cc
[544/762] Compiling rsa_pss.cc
[545/762] Compiling policy.cc
[546/762] Compiling by_file.cc
[547/762] Compiling by_dir.cc
[548/762] Compiling a_verify.cc
[549/762] Compiling a_sign.cc
[550/762] Compiling voprf.cc
[551/762] Compiling algorithm.cc
[552/762] Compiling a_digest.cc
[553/762] Compiling asn1_gen.cc
[555/762] Compiling SwiftProtobuf api.pb.swift
[556/762] Compiling SwiftProtobuf descriptor.pb.swift
[557/762] Compiling SwiftProtobuf duration.pb.swift
[558/762] Compiling SwiftProtobuf empty.pb.swift
[559/762] Compiling SwiftProtobuf field_mask.pb.swift
[560/762] Compiling SwiftProtobuf source_context.pb.swift
[561/762] Compiling SwiftProtobuf struct.pb.swift
[562/762] Compiling SwiftProtobuf timestamp.pb.swift
[563/762] Compiling SwiftProtobuf type.pb.swift
[564/762] Compiling SwiftProtobuf wrappers.pb.swift
[565/762] Compiling SwiftProtobuf resource_bundle_accessor.swift
[566/763] Compiling thread_win.cc
[567/763] Compiling thread_none.cc
[568/763] Compiling thread_pthread.cc
[569/763] Compiling thread.cc
[570/763] Compiling pmbtoken.cc
[571/763] Compiling trust_token.cc
[572/763] Compiling stack.cc
[573/763] Compiling wots.cc
[574/763] Compiling merkle.cc
[574/763] Compiling slhdsa.cc
[576/763] Wrapping AST for SwiftProtobuf for debugging
[577/763] Compiling sha512.cc
[577/763] Compiling fors.cc
[578/763] Compiling thash.cc
[580/763] Compiling siphash.cc
[581/763] Compiling sha256.cc
[582/763] Compiling sha1.cc
[583/763] Compiling rsa_extra.cc
[584/763] Compiling rsa_print.cc
[585/763] Compiling rsa_asn1.cc
[586/763] Compiling refcount.cc
[587/763] Compiling rsa_crypt.cc
[588/763] Compiling rc4.cc
[589/763] Compiling windows.cc
[590/763] Compiling trusty.cc
[591/763] Compiling urandom.cc
[592/763] Compiling ios.cc
[593/763] Compiling rand_extra.cc
[594/763] Compiling getentropy.cc
[594/763] Compiling passive.cc
[596/763] Compiling poly1305_arm_asm.S
[597/763] Compiling fork_detect.cc
[598/763] Compiling forkunsafe.cc
[599/763] Compiling deterministic.cc
[600/763] Compiling pool.cc
[601/763] Compiling poly1305_arm.cc
[602/763] Compiling poly1305_vec.cc
[603/763] Compiling poly1305.cc
[604/763] Compiling pkcs7.cc
[605/763] Compiling pkcs8_x509.cc
[606/763] Compiling pkcs7_x509.cc
[607/763] Compiling pkcs8.cc
[608/763] Compiling p5_pbev2.cc
[609/763] Compiling pem_xaux.cc
[610/763] Compiling pem_x509.cc
[611/763] Compiling pem_pkey.cc
[612/763] Compiling pem_pk8.cc
[613/763] Compiling obj_xref.cc
[614/763] Compiling pem_oth.cc
[615/763] Compiling obj.cc
[616/763] Compiling pem_info.cc
[617/763] Compiling pem_all.cc
[618/763] Compiling pem_lib.cc
[619/763] Compiling mem.cc
[620/763] Compiling mlkem.cc
[621/763] Compiling md5.cc
[622/763] Compiling mldsa.cc
[623/763] Compiling md4.cc
[624/763] Compiling lhash.cc
[625/763] Compiling fips_shared_support.cc
[626/763] Compiling poly_rq_mul.S
[627/763] Compiling keccak.cc
[628/763] Compiling kyber.cc
[629/763] Compiling ex_data.cc
[630/763] Compiling sign.cc
[631/763] Compiling hrss.cc
[632/763] Compiling pbkdf.cc
[633/763] Compiling hpke.cc
[634/763] Compiling scrypt.cc
[635/763] Compiling print.cc
[636/763] Compiling p_x25519.cc
[637/763] Compiling p_x25519_asn1.cc
[638/763] Compiling p_rsa_asn1.cc
[639/763] Compiling p_hkdf.cc
[640/763] Compiling p_ed25519.cc
[641/763] Compiling p_ec_asn1.cc
[642/763] Compiling p_ec.cc
[643/763] Compiling p_ed25519_asn1.cc
[644/763] Compiling p_rsa.cc
[645/763] Compiling p_dh_asn1.cc
[646/763] Compiling p_dh.cc
[647/763] Compiling evp_ctx.cc
[648/763] Compiling p_dsa_asn1.cc
[649/763] Compiling evp.cc
[650/763] Compiling evp_asn1.cc
[651/763] Compiling err.cc
[652/763] Compiling engine.cc
[653/763] Compiling ecdsa_asn1.cc
[654/763] Compiling ecdh_extra.cc
[655/763] Compiling ec_derive.cc
[656/763] Compiling hash_to_curve.cc
[657/763] Compiling dsa.cc
[658/763] Compiling ec_asn1.cc
[659/763] Compiling bcm.cc
[660/763] Compiling params.cc
[660/763] Compiling digest_extra.cc
[662/763] Compiling dh_asn1.cc
[663/763] Compiling dsa_asn1.cc
[664/763] Compiling x25519-asm-arm.S
[665/763] Compiling spake25519.cc
[666/763] Compiling des.cc
[667/763] Compiling crypto.cc
[668/763] Compiling cpu_arm_freebsd.cc
[669/763] Compiling cpu_arm_linux.cc
[670/763] Compiling cpu_aarch64_sysreg.cc
[671/763] Compiling cpu_intel.cc
[672/763] Compiling curve25519.cc
[673/763] Compiling cpu_aarch64_win.cc
[674/763] Compiling cpu_aarch64_openbsd.cc
[675/763] Compiling curve25519_64_adx.cc
[676/763] Compiling cpu_aarch64_linux.cc
[677/763] Compiling cpu_aarch64_apple.cc
[678/763] Compiling cpu_aarch64_fuchsia.cc
[679/763] Compiling e_tls.cc
[680/763] Compiling e_rc4.cc
[681/763] Compiling e_null.cc
[682/763] Compiling tls_cbc.cc
[683/763] Compiling conf.cc
[684/763] Compiling e_rc2.cc
[685/763] Compiling e_des.cc
[686/763] Compiling e_chacha20poly1305.cc
[687/763] Compiling derive_key.cc
[688/763] Compiling e_aesgcmsiv.cc
[689/763] Compiling cipher_extra.cc
[690/763] Compiling chacha.cc
[691/763] Compiling e_aesctrhmac.cc
[692/763] Compiling unicode.cc
[693/763] Compiling ber.cc
[694/763] Compiling cbb.cc
[695/763] Compiling cbs.cc
[696/763] Compiling buf.cc
[697/763] Compiling convert.cc
[698/763] Compiling printf.cc
[699/763] Compiling asn1_compat.cc
[699/763] Compiling socket.cc
[699/763] Compiling socket_helper.cc
[699/763] Compiling blake2.cc
[703/763] Compiling bn_asn1.cc
[704/763] Compiling errno.cc
[705/763] Compiling fd.cc
[706/763] Compiling pair.cc
[707/763] Compiling bio_mem.cc
[708/763] Compiling hexdump.cc
[709/763] Compiling connect.cc
[710/763] Compiling file.cc
[711/763] Compiling bio.cc
[712/763] Compiling base64.cc
[713/763] Compiling tasn_typ.cc
[714/763] Compiling tasn_new.cc
[715/763] Compiling tasn_enc.cc
[716/763] Compiling tasn_fre.cc
[717/763] Compiling tasn_utl.cc
[718/763] Compiling tasn_dec.cc
[719/763] Compiling f_string.cc
[720/763] Compiling posix_time.cc
[721/763] Compiling f_int.cc
[722/763] Compiling asn_pack.cc
[723/763] Compiling asn1_par.cc
[724/763] Compiling a_utctm.cc
[725/763] Compiling asn1_lib.cc
[726/763] Compiling a_strex.cc
[727/763] Compiling a_type.cc
[728/763] Compiling a_time.cc
[729/763] Write sources
[732/763] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[732/763] Write sources
[735/763] Compiling a_strnid.cc
[736/763] Compiling a_octet.cc
[737/763] Compiling a_object.cc
[738/780] Compiling a_i2d_fp.cc
[739/782] Compiling a_int.cc
[740/783] Compiling a_mbstr.cc
[742/852] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[743/852] Compiling AsyncAlgorithms AsyncChannel.swift
[744/854] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[745/854] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[746/854] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[747/854] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[748/854] Compiling Atomics IntegerOperations.swift
[749/854] Compiling Atomics Unmanaged extensions.swift
[750/854] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[751/854] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[752/854] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[753/854] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[754/854] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[755/854] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[756/854] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[757/854] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[758/854] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[761/857] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[762/857] Compiling Algorithms Trim.swift
[763/857] Compiling Algorithms Unique.swift
[764/857] Compiling Algorithms Windows.swift
[765/857] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[766/857] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[767/857] Compiling AsyncAlgorithms MergeStateMachine.swift
[768/857] Compiling AsyncAlgorithms MergeStorage.swift
[769/857] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[770/857] Compiling AsyncAlgorithms Rethrow.swift
[771/863] Emitting module AsyncAlgorithms
[772/863] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[775/863] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[776/863] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[777/863] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[785/863] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[792/863] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[803/863] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[804/863] Compiling AsyncAlgorithms DebounceStateMachine.swift
[805/863] Compiling AsyncAlgorithms DebounceStorage.swift
[806/863] Compiling AsyncAlgorithms Dictionary.swift
[807/863] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[808/863] Compiling AsyncAlgorithms Locking.swift
[809/863] Compiling AsyncAlgorithms SetAlgebra.swift
[810/863] Compiling AsyncAlgorithms UnsafeTransfer.swift
[811/863] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[812/863] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[813/863] Compiling AsyncAlgorithms ZipStateMachine.swift
[814/863] Compiling AsyncAlgorithms ZipStorage.swift
[835/863] Compiling AsyncAlgorithms ChannelStorage.swift
[836/863] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[837/863] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[838/863] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[839/863] Compiling AsyncAlgorithms CombineLatestStorage.swift
[840/864] Emitting module Atomics
[842/865] Wrapping AST for AsyncAlgorithms for debugging
[844/865] Emitting module Algorithms
[844/866] Wrapping AST for Atomics for debugging
[846/881] Wrapping AST for Algorithms for debugging
[848/933] Compiling ServiceLifecycle CancellationWaiter.swift
[849/934] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[850/934] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[851/934] Emitting module ServiceLifecycle
[852/934] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[853/934] Compiling ServiceLifecycle ServiceRunnerError.swift
[854/934] Compiling ServiceLifecycle GracefulShutdown.swift
[855/934] Compiling ServiceLifecycle ServiceGroup.swift
[856/934] Compiling ServiceLifecycle Service.swift
[857/935] Wrapping AST for ServiceLifecycle for debugging
[859/935] Compiling NIOCore MarkedCircularBuffer.swift
[860/935] Compiling NIOCore MulticastChannel.swift
[861/935] Compiling NIOCore NIOAny.swift
[862/935] Compiling NIOCore NIOCloseOnErrorHandler.swift
[863/935] Compiling NIOCore NIOLoopBound.swift
[864/935] Compiling NIOCore NIOScheduledCallback.swift
[865/935] Compiling NIOCore NIOSendable.swift
[866/935] Compiling NIOCore RecvByteBufferAllocator.swift
[867/943] Compiling NIOCore GlobalSingletons.swift
[868/943] Compiling NIOCore IO.swift
[869/943] Compiling NIOCore IOData.swift
[870/943] Compiling NIOCore IPProtocol.swift
[871/943] Compiling NIOCore IntegerBitPacking.swift
[872/943] Compiling NIOCore IntegerTypes.swift
[873/943] Compiling NIOCore Interfaces.swift
[874/943] Compiling NIOCore Linux.swift
[875/943] Compiling NIOCore EventLoop.swift
[876/943] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[877/943] Compiling NIOCore EventLoopFuture+Deprecated.swift
[878/943] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[879/943] Compiling NIOCore EventLoopFuture.swift
[880/943] Compiling NIOCore FileDescriptor.swift
[881/943] Compiling NIOCore FileHandle.swift
[882/943] Compiling NIOCore FileRegion.swift
[883/943] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[884/943] Compiling NIOCore SocketAddresses.swift
[885/943] Compiling NIOCore SocketOptionProvider.swift
[886/943] Compiling NIOCore SystemCallHelpers.swift
[887/943] Compiling NIOCore TimeAmount+Duration.swift
[888/943] Compiling NIOCore TypeAssistedChannelHandler.swift
[889/943] Compiling NIOCore UniversalBootstrapSupport.swift
[890/943] Compiling NIOCore Utilities.swift
[891/943] Compiling NIOCore ChannelPipeline.swift
[892/943] Compiling NIOCore CircularBuffer.swift
[893/943] Compiling NIOCore Codec.swift
[894/943] Compiling NIOCore ConvenienceOptionSupport.swift
[895/943] Compiling NIOCore DeadChannel.swift
[896/943] Compiling NIOCore DispatchQueue+WithFuture.swift
[897/943] Compiling NIOCore EventLoop+Deprecated.swift
[898/943] Compiling NIOCore EventLoop+SerialExecutor.swift
[899/943] Compiling NIOCore AddressedEnvelope.swift
[900/943] Compiling NIOCore AsyncAwaitSupport.swift
[901/943] Compiling NIOCore AsyncChannel.swift
[902/943] Compiling NIOCore AsyncChannelHandler.swift
[903/943] Compiling NIOCore AsyncChannelInboundStream.swift
[904/943] Compiling NIOCore AsyncChannelOutboundWriter.swift
[905/943] Compiling NIOCore NIOAsyncSequenceProducer.swift
[906/943] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[907/943] Compiling NIOCore NIOAsyncWriter.swift
[908/943] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[909/943] Compiling NIOCore BSDSocketAPI.swift
[910/943] Compiling NIOCore ByteBuffer-aux.swift
[911/943] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[912/943] Compiling NIOCore ByteBuffer-conversions.swift
[913/943] Compiling NIOCore ByteBuffer-core.swift
[914/943] Compiling NIOCore ByteBuffer-hex.swift
[915/943] Compiling NIOCore ByteBuffer-int.swift
[916/943] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[917/943] Compiling NIOCore ByteBuffer-multi-int.swift
[918/943] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[919/943] Compiling NIOCore ByteBuffer-views.swift
[920/943] Compiling NIOCore Channel.swift
[921/943] Compiling NIOCore ChannelHandler.swift
[922/943] Compiling NIOCore ChannelHandlers.swift
[923/943] Compiling NIOCore ChannelInvoker.swift
[924/943] Compiling NIOCore ChannelOption.swift
[925/943] Emitting module NIOCore
[926/944] Wrapping AST for NIOCore for debugging
[928/995] Emitting module NIOEmbedded
[929/995] Compiling NIOEmbedded Embedded.swift
[930/995] Compiling NIOEmbedded AsyncTestingChannel.swift
[931/995] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[932/996] Wrapping AST for NIOEmbedded for debugging
[934/996] Compiling NIOPosix ServerSocket.swift
[935/996] Compiling NIOPosix Socket.swift
[936/996] Compiling NIOPosix SocketChannel.swift
[937/996] Compiling NIOPosix SocketProtocols.swift
[938/996] Compiling NIOPosix System.swift
[939/996] Compiling NIOPosix Thread.swift
[940/1002] Emitting module NIOPosix
[941/1002] Compiling NIOPosix IO.swift
[942/1002] Compiling NIOPosix IntegerBitPacking.swift
[943/1002] Compiling NIOPosix IntegerTypes.swift
[944/1002] Compiling NIOPosix Linux.swift
[945/1002] Compiling NIOPosix LinuxCPUSet.swift
[946/1002] Compiling NIOPosix LinuxUring.swift
[947/1002] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[948/1002] Compiling NIOPosix SelectableChannel.swift
[949/1002] Compiling NIOPosix SelectableEventLoop.swift
[950/1002] Compiling NIOPosix SelectorEpoll.swift
[951/1002] Compiling NIOPosix SelectorGeneric.swift
[952/1002] Compiling NIOPosix SelectorKqueue.swift
[953/1002] Compiling NIOPosix SelectorUring.swift
[954/1002] Compiling NIOPosix PooledRecvBufferAllocator.swift
[955/1002] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[956/1002] Compiling NIOPosix PosixSingletons.swift
[957/1002] Compiling NIOPosix RawSocketBootstrap.swift
[958/1002] Compiling NIOPosix Resolver.swift
[959/1002] Compiling NIOPosix Selectable.swift
[960/1002] Compiling NIOPosix ThreadPosix.swift
[961/1002] Compiling NIOPosix ThreadWindows.swift
[962/1002] Compiling NIOPosix UnsafeTransfer.swift
[963/1002] Compiling NIOPosix Utilities.swift
[964/1002] Compiling NIOPosix VsockAddress.swift
[965/1002] Compiling NIOPosix VsockChannelEvents.swift
[966/1002] Compiling NIOPosix BSDSocketAPICommon.swift
[967/1002] Compiling NIOPosix BSDSocketAPIPosix.swift
[968/1002] Compiling NIOPosix BSDSocketAPIWindows.swift
[969/1002] Compiling NIOPosix BaseSocket.swift
[970/1002] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[971/1002] Compiling NIOPosix BaseSocketChannel.swift
[972/1002] Compiling NIOPosix BaseStreamSocketChannel.swift
[973/1002] Compiling NIOPosix NIOThreadPool.swift
[974/1002] Compiling NIOPosix NonBlockingFileIO.swift
[975/1002] Compiling NIOPosix PendingDatagramWritesManager.swift
[976/1002] Compiling NIOPosix PendingWritesManager.swift
[977/1002] Compiling NIOPosix PipeChannel.swift
[978/1002] Compiling NIOPosix PipePair.swift
[979/1002] Compiling NIOPosix Pool.swift
[980/1002] Compiling NIOPosix Bootstrap.swift
[981/1002] Compiling NIOPosix ControlMessage.swift
[982/1002] Compiling NIOPosix DatagramVectorReadManager.swift
[983/1002] Compiling NIOPosix Errors+Any.swift
[984/1002] Compiling NIOPosix FileDescriptor.swift
[985/1002] Compiling NIOPosix GetaddrinfoResolver.swift
[986/1002] Compiling NIOPosix HappyEyeballs.swift
[987/1003] Wrapping AST for NIOPosix for debugging
[989/1005] Emitting module NIO
[990/1005] Compiling NIO Exports.swift
[991/1006] Wrapping AST for NIO for debugging
[993/1045] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[994/1045] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[995/1045] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[996/1045] Compiling NIOTLS TLSEvents.swift
[997/1045] Compiling NIOSOCKS SOCKSResponse.swift
[998/1045] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[999/1045] Compiling NIOSOCKS ClientStateMachine.swift
[1000/1046] Compiling NIOSOCKS ClientGreeting.swift
[1001/1046] Compiling NIOSOCKS Errors.swift
[1002/1048] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1003/1048] Emitting module NIOTLS
[1004/1048] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1005/1048] Compiling NIOSOCKS AuthenticationMethod.swift
[1008/1048] Compiling NIOSOCKS Helpers.swift
[1009/1048] Emitting module NIOSOCKS
[1010/1048] Compiling NIOSOCKS SOCKSClientHandler.swift
[1011/1048] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1012/1048] Compiling NIOSOCKS ServerStateMachine.swift
[1013/1048] Compiling NIOSOCKS Messages.swift
[1014/1048] Compiling NIOSOCKS SOCKSRequest.swift
[1016/1049] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1017/1049] Compiling NIOTLS SNIHandler.swift
[1018/1050] Emitting module NIOFoundationCompat
[1019/1050] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1020/1051] Wrapping AST for NIOSOCKS for debugging
[1023/1051] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1024/1051] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1024/1051] Wrapping AST for NIOTLS for debugging
[1025/1051] Wrapping AST for NIOFoundationCompat for debugging
[1027/1051] Emitting module NIOHTTP1
[1028/1069] Compiling NIOSSL SSLContext.swift
[1029/1069] Compiling NIOSSL NIOSSLServerHandler.swift
[1030/1102] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1031/1102] Compiling NIOTransportServices NIOTSSingletons.swift
[1032/1102] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1033/1102] Compiling NIOTransportServices NIOTSErrors.swift
[1034/1102] Compiling NIOTransportServices NIOTSEventLoop.swift
[1035/1102] Emitting module NIOTransportServices
[1036/1104] Compiling NIOTransportServices NIOTSBootstraps.swift
[1037/1104] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1038/1104] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1039/1104] Compiling NIOTransportServices StateManagedChannel.swift
[1040/1104] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1041/1104] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1042/1104] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1043/1104] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1044/1104] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1047/1104] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1048/1104] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1049/1104] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1054/1104] Compiling NIOTransportServices AcceptHandler.swift
[1055/1104] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1058/1104] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1059/1104] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1060/1104] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1061/1104] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1062/1105] Wrapping AST for NIOTransportServices for debugging
[1067/1106] Wrapping AST for NIOHTTP1 for debugging
[1073/1127] Compiling NIOSSL NIOSSLSecureBytes.swift
[1074/1127] Compiling NIOSSL RNG.swift
[1075/1127] Compiling NIOSSL SafeCompare.swift
[1076/1127] Compiling NIOSSL Zeroization.swift
[1077/1127] Emitting module NIOSSL
[1078/1127] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1079/1127] Emitting module NIOHTTPCompression
[1080/1127] Compiling NIOHTTPCompression HTTPCompression.swift
[1081/1127] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1082/1127] Compiling NIOHPACK IndexedHeaderTable.swift
[1083/1127] Compiling NIOHPACK IntegerCoding.swift
[1087/1128] Compiling NIOSSL SSLPrivateKey.swift
[1088/1128] Compiling NIOHTTPCompression HTTPDecompression.swift
[1089/1128] Compiling NIOHPACK HuffmanTables.swift
[1090/1128] Compiling NIOHPACK StaticHeaderTable.swift
[1091/1128] Compiling NIOHPACK HuffmanCoding.swift
[1092/1128] Compiling NIOHPACK DynamicHeaderTable.swift
[1093/1128] Compiling NIOHPACK HPACKDecoder.swift
[1094/1128] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1095/1128] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1097/1129] Emitting module NIOHPACK
[1097/1129] Wrapping AST for NIOHTTPCompression for debugging
[1099/1129] Compiling NIOHPACK HPACKEncoder.swift
[1100/1129] Compiling NIOHPACK HPACKErrors.swift
[1101/1129] Compiling NIOHPACK HPACKHeader.swift
[1102/1129] Compiling NIOHPACK HeaderTables.swift
[1119/1130] Wrapping AST for NIOHPACK for debugging
[1121/1188] Compiling NIOHTTP2 HasRemoteSettings.swift
[1122/1188] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1123/1188] Compiling NIOHTTP2 QuiescingState.swift
[1124/1189] Wrapping AST for NIOSSL for debugging
[1126/1189] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1127/1189] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1128/1189] Compiling NIOHTTP2 HasLocalSettings.swift
[1132/1189] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1133/1189] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1134/1197] Compiling NIOHTTP2 StateMachineResult.swift
[1135/1197] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1136/1197] Compiling NIOHTTP2 DOSHeuristics.swift
[1137/1197] Compiling NIOHTTP2 Error+Any.swift
[1138/1197] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1139/1197] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1140/1197] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1141/1197] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1142/1197] Compiling NIOHTTP2 InboundWindowManager.swift
[1143/1197] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1144/1197] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1145/1197] Compiling NIOHTTP2 StreamChannelList.swift
[1146/1197] Compiling NIOHTTP2 StreamMap.swift
[1147/1197] Compiling NIOHTTP2 StreamStateMachine.swift
[1148/1197] Compiling NIOHTTP2 UnsafeTransfer.swift
[1149/1197] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1150/1197] Emitting module NIOHTTP2
[1151/1197] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1152/1197] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1153/1197] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1154/1197] Compiling NIOHTTP2 HTTP2StreamID.swift
[1155/1197] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1156/1197] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1157/1197] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1158/1197] Compiling NIOHTTP2 InboundEventBuffer.swift
[1159/1197] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1160/1197] Compiling NIOHTTP2 HTTP2Frame.swift
[1161/1197] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1162/1197] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1163/1197] Compiling NIOHTTP2 HTTP2PingData.swift
[1164/1197] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1165/1197] Compiling NIOHTTP2 HTTP2Settings.swift
[1166/1197] Compiling NIOHTTP2 HTTP2Stream.swift
[1167/1197] Compiling NIOHTTP2 MaySendFrames.swift
[1168/1197] Compiling NIOHTTP2 SendingDataState.swift
[1169/1197] Compiling NIOHTTP2 SendingGoawayState.swift
[1170/1197] Compiling NIOHTTP2 SendingHeadersState.swift
[1171/1197] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1172/1197] Compiling NIOHTTP2 SendingRstStreamState.swift
[1173/1197] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1174/1197] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1175/1197] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1176/1197] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1177/1197] Compiling NIOHTTP2 MayReceiveFrames.swift
[1178/1197] Compiling NIOHTTP2 ReceivingDataState.swift
[1179/1197] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1180/1197] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1181/1197] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1182/1197] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1183/1197] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1184/1197] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1185/1197] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1186/1197] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1187/1197] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1188/1197] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1189/1197] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1190/1197] Compiling NIOHTTP2 HTTP2Error.swift
[1191/1197] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1192/1198] Wrapping AST for NIOHTTP2 for debugging
[1194/1257] Emitting module AsyncHTTPClient
[1195/1265] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1196/1265] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1197/1265] Compiling AsyncHTTPClient Transaction.swift
[1198/1265] Compiling AsyncHTTPClient Base64.swift
[1199/1265] Compiling AsyncHTTPClient BasicAuth.swift
[1200/1265] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1201/1265] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1202/1265] Compiling AsyncHTTPClient ConnectionPool.swift
[1203/1265] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1204/1265] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1205/1265] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1206/1265] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1207/1265] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1208/1265] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1209/1265] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1210/1265] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1211/1265] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1212/1265] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1213/1265] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1214/1265] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1215/1265] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1216/1265] Compiling AsyncHTTPClient HTTP1Connection.swift
[1217/1265] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1218/1265] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1219/1265] Compiling AsyncHTTPClient HTTP2Connection.swift
[1220/1265] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1221/1265] Compiling AsyncHTTPClient RequestBag.swift
[1222/1265] Compiling AsyncHTTPClient RequestValidation.swift
[1223/1265] Compiling AsyncHTTPClient SSLContextCache.swift
[1224/1265] Compiling AsyncHTTPClient Scheme.swift
[1225/1265] Compiling AsyncHTTPClient Singleton.swift
[1226/1265] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1227/1265] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1228/1265] Compiling AsyncHTTPClient Utils.swift
[1229/1265] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1230/1265] Compiling AsyncHTTPClient ConnectionTarget.swift
[1231/1265] Compiling AsyncHTTPClient DeconstructedURL.swift
[1232/1265] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1233/1265] Compiling AsyncHTTPClient FoundationExtensions.swift
[1234/1265] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1235/1265] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1236/1265] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1237/1265] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1238/1265] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1239/1265] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1240/1265] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1241/1265] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1242/1265] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1243/1265] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1244/1265] Compiling AsyncHTTPClient RequestBodyLength.swift
[1245/1265] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1246/1265] Compiling AsyncHTTPClient RequestOptions.swift
[1247/1265] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1248/1265] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1249/1265] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1250/1265] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1251/1265] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1252/1265] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1253/1265] Compiling AsyncHTTPClient HTTPClient.swift
[1254/1265] Compiling AsyncHTTPClient HTTPHandler.swift
[1255/1265] Compiling AsyncHTTPClient LRUCache.swift
[1256/1265] Compiling AsyncHTTPClient NWErrorHandler.swift
[1257/1265] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1258/1265] Compiling AsyncHTTPClient TLSConfiguration.swift
[1259/1265] Compiling AsyncHTTPClient RedirectState.swift
[1260/1265] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1261/1266] Wrapping AST for AsyncHTTPClient for debugging
[1263/1277] Compiling LoggingLoki LokiStream.swift
[1264/1278] Compiling LoggingLoki LokiTransformer.swift
[1265/1278] Compiling LoggingLoki Batch.swift
[1266/1278] Compiling LoggingLoki BatchEntry.swift
[1267/1278] Emitting module LoggingLoki
[1268/1278] Compiling LoggingLoki LokiTransport.swift
[1269/1278] Compiling LoggingLoki push.pb.swift
[1270/1278] Compiling LoggingLoki Timeout.swift
[1271/1278] Compiling LoggingLoki LokiLog.swift
[1272/1278] Compiling LoggingLoki LokiLogHandler.swift
[1273/1278] Compiling LoggingLoki LokiLogProcessor.swift
[1274/1278] Compiling LoggingLoki LokiRequest.swift
[1275/1279] Wrapping AST for LoggingLoki for debugging
[1277/1281] Compiling BasicUsage BasicUsage.swift
[1278/1281] Emitting module BasicUsage
[1279/1282] Wrapping AST for BasicUsage for debugging
[1280/1282] Write Objects.LinkFileList
[1281/1282] Linking BasicUsage
Build complete! (191.30s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin.git"
},
{
"identity" : "swift-protobuf",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-protobuf.git"
},
{
"identity" : "swift-snappy",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/lovetodream/swift-snappy.git"
},
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client.git"
},
{
"identity" : "swift-service-lifecycle",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-service-lifecycle.git"
}
],
"manifest_display_name" : "swift-log-loki",
"name" : "swift-log-loki",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "tvos",
"version" : "18.0"
},
{
"name" : "watchos",
"version" : "11.0"
},
{
"name" : "visionos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "LoggingLoki",
"targets" : [
"LoggingLoki"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "BasicUsage",
"targets" : [
"BasicUsage"
],
"type" : {
"snippet" : null
}
}
],
"targets" : [
{
"c99name" : "LoggingLokiTests",
"module_type" : "SwiftTarget",
"name" : "LoggingLokiTests",
"path" : "Tests/LoggingLokiTests",
"sources" : [
"IntegrationTests.swift",
"LokiLogHandlerTests.swift",
"LokiLogProcessorConfigurationTests.swift",
"LokiLogProcessorTests.swift",
"MockClock.swift"
],
"target_dependencies" : [
"LoggingLoki"
],
"type" : "test"
},
{
"c99name" : "LoggingLoki",
"module_type" : "SwiftTarget",
"name" : "LoggingLoki",
"path" : "Sources/LoggingLoki",
"product_dependencies" : [
"Logging",
"SwiftProtobuf",
"Snappy",
"AsyncHTTPClient",
"ServiceLifecycle"
],
"product_memberships" : [
"LoggingLoki",
"BasicUsage"
],
"sources" : [
"Batch.swift",
"BatchEntry.swift",
"LokiLog.swift",
"LokiLogHandler.swift",
"LokiLogProcessor.swift",
"LokiRequest.swift",
"LokiStream.swift",
"LokiTransformer.swift",
"LokiTransport.swift",
"Proto/push.pb.swift",
"Utility/Timeout.swift"
],
"type" : "library"
},
{
"c99name" : "BasicUsage",
"module_type" : "SwiftTarget",
"name" : "BasicUsage",
"path" : "Snippets",
"product_memberships" : [
"BasicUsage"
],
"sources" : [
"BasicUsage.swift"
],
"target_dependencies" : [
"LoggingLoki"
],
"type" : "snippet"
}
],
"tools_version" : "6.0"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.