Build Information
Successful build of swift-log-loki, reference v2.0.0-rc.1 (5782de
), with Swift 6.0 for Linux on 28 Mar 2025 15:32:52 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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: 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: 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-4609320-0":/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/swift-service-lifecycle.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/lovetodream/swift-snappy.git
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/apple/swift-docc-plugin.git
Fetching https://github.com/apple/swift-log.git
[1/194] Fetching swift-snappy
[168/2244] Fetching swift-snappy, swift-docc-plugin
[250/6031] Fetching swift-snappy, swift-docc-plugin, swift-log
[1255/8394] Fetching swift-snappy, swift-docc-plugin, swift-log, swift-service-lifecycle
[7063/22129] Fetching swift-snappy, swift-docc-plugin, swift-log, swift-service-lifecycle, async-http-client
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.36s)
[8092/19766] Fetching swift-snappy, swift-docc-plugin, swift-log, async-http-client
Fetched https://github.com/apple/swift-log.git from cache (0.38s)
[6640/15979] Fetching swift-snappy, swift-docc-plugin, async-http-client
[15980/54464] Fetching swift-snappy, swift-docc-plugin, async-http-client, swift-protobuf
Fetched https://github.com/lovetodream/swift-snappy.git from cache (0.69s)
[18095/54270] Fetching swift-docc-plugin, async-http-client, swift-protobuf
Fetched https://github.com/swift-server/async-http-client.git from cache (0.70s)
[4744/40535] Fetching swift-docc-plugin, swift-protobuf
Fetched https://github.com/apple/swift-docc-plugin.git from cache (3.99s)
Fetched https://github.com/apple/swift-protobuf.git from cache (4.05s)
Computing version for https://github.com/lovetodream/swift-snappy.git
Computed https://github.com/lovetodream/swift-snappy.git at 1.0.0 (1.91s)
Fetching https://github.com/apple/swift-system
[1/4221] Fetching swift-system
Fetched https://github.com/apple/swift-system from cache (0.34s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.4.2 (0.48s)
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.54s)
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.33s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.55s)
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.50s)
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.31s)
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.50s)
Fetching https://github.com/apple/swift-collections.git
[1/15895] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (0.95s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.69s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.48s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.29.0 (0.49s)
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.55s)
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-nio-extras.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-algorithms.git
[1/2411] Fetching swift-nio-transport-services
[50/7903] Fetching swift-nio-transport-services, swift-nio-extras
[6147/13766] Fetching swift-nio-transport-services, swift-nio-extras, swift-algorithms
[9839/15471] Fetching swift-nio-transport-services, swift-nio-extras, swift-algorithms, swift-atomics
[11038/26927] Fetching swift-nio-transport-services, swift-nio-extras, swift-algorithms, swift-atomics, swift-nio-http2
Fetched https://github.com/apple/swift-algorithms.git from cache (0.46s)
Fetching https://github.com/apple/swift-nio.git
[12358/21064] Fetching swift-nio-transport-services, swift-nio-extras, swift-atomics, swift-nio-http2
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.50s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.51s)
[8471/16948] Fetching swift-nio-extras, swift-nio-http2
[16949/91346] Fetching swift-nio-extras, swift-nio-http2, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.00s)
[15177/100322] Fetching swift-nio-http2, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.01s)
[4733/88866] Fetching swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.12s)
[55055/74398] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.22s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.52s)
Fetching https://github.com/apple/swift-numerics.git
[1/5659] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.39s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.48s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.81.0 (0.78s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.53s)
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.49s)
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.58s)
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.57s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/883] Fetching swift-http-types
[884/1982] Fetching swift-http-types, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-types.git from cache (0.25s)
[847/1099] Fetching swift-http-structured-headers
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.28s)
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.50s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.3.1 (2.52s)
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.56s)
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-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-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/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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.23.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.29.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-system
Working copy of https://github.com/apple/swift-system resolved at 1.4.2
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-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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.81.0
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/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.3
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
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
[3/3] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[3/491] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[4/491] Compiling a_d2i_fp.cc
[5/491] Compiling a_dup.cc
[5/491] Write sources
[8/491] Compiling a_bool.cc
[9/491] Write sources
[11/491] Copying PrivacyInfo.xcprivacy
[12/491] Write sources
[13/491] Write swift-version-24593BA9C3E375BF.txt
[13/491] Compiling a_bitstr.cc
[15/491] Write sources
[19/491] Compiling _NumericsShims _NumericsShims.c
[20/491] Compiling _AtomicsShims.c
[21/491] Compiling cpu_arm_linux.cc
[22/491] Compiling SnappyC map.c
[23/491] Write sources
[40/491] Compiling SnappyC snappy.c
[42/612] Emitting module _NIOBase64
[43/612] Emitting module InternalCollectionsUtilities
[43/614] Compiling c-nioatomics.c
[43/614] Write sources
[46/614] Compiling CSystem shims.c
[47/617] Compiling c-atomics.c
[49/645] Emitting module SystemPackage
[50/648] Compiling SystemPackage Backcompat.swift
[51/648] Compiling SystemPackage CInterop.swift
[52/648] Compiling _NIOBase64 Base64.swift
[53/648] Compiling SystemPackage FileDescriptor.swift
[54/648] Compiling SystemPackage FileHelpers.swift
[55/648] Compiling SystemPackage FilePathSyntax.swift
[56/648] Compiling SystemPackage FilePathTemp.swift
[57/648] Compiling SystemPackage Constants.swift
[58/648] Compiling SystemPackage Exports.swift
[59/649] Compiling ConcurrencyHelpers LockedValueBox.swift
[60/649] Compiling _NIODataStructures _TinyArray.swift
[61/649] Compiling RealModule ElementaryFunctions.swift
[62/649] Compiling RealModule Float+Real.swift
[64/650] Compiling RealModule Float80+Real.swift
[65/650] Compiling _NIODataStructures PriorityQueue.swift
[66/650] Emitting module RealModule
[67/650] Compiling SystemPackage Errno.swift
[68/650] Compiling SystemPackage ErrnoWindows.swift
[69/650] Compiling SystemPackage FilePathTempPosix.swift
[70/650] Compiling SystemPackage FilePathTempWindows.swift
[71/650] Compiling SystemPackage FileOperations.swift
[72/650] Compiling SystemPackage FilePath.swift
[73/650] Compiling SystemPackage FilePathComponentView.swift
[74/650] Compiling SystemPackage FilePathComponents.swift
[75/650] Compiling SystemPackage FilePathParsing.swift
[76/650] Compiling SystemPackage FilePathString.swift
[77/650] Compiling RealModule Float16+Real.swift
[78/650] Compiling RealModule Real.swift
[79/651] Compiling SystemPackage MachPort.swift
[80/651] Compiling SystemPackage PlatformString.swift
[81/651] Compiling SystemPackage SystemString.swift
[98/651] Compiling RealModule RealFunctions.swift
[100/652] Wrapping AST for _NIOBase64 for debugging
[102/658] Compiling SystemPackage Util+StringArray.swift
[103/658] Compiling SystemPackage Util.swift
[104/658] Compiling SystemPackage UtilConsumers.swift
[105/714] Emitting module ConcurrencyHelpers
[106/714] Compiling ConcurrencyHelpers Lock.swift
[107/721] Emitting module Logging
[108/729] Emitting module _NIODataStructures
[109/729] Compiling _NIODataStructures Heap.swift
[110/730] Compiling NIOConcurrencyHelpers lock.swift
[111/730] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[112/730] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[113/730] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[114/730] Compiling OrderedCollections OrderedDictionary+Values.swift
[115/730] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[116/730] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[117/730] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[118/730] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[119/730] Compiling DequeModule _DequeBuffer.swift
[120/730] Compiling DequeModule _DequeBufferHeader.swift
[121/730] Compiling OrderedCollections _HashTable.swift
[122/730] Compiling OrderedCollections _Hashtable+Header.swift
[123/731] Compiling Logging Locks.swift
[125/731] Compiling Logging LogHandler.swift
[126/731] Compiling Logging Logging.swift
[127/731] Compiling Logging MetadataProvider.swift
[129/732] Wrapping AST for RealModule for debugging
[130/732] Wrapping AST for _NIODataStructures for debugging
[133/732] Compiling DequeModule Deque+CustomReflectable.swift
[134/732] Compiling DequeModule Deque+Descriptions.swift
[135/734] Compiling DequeModule Deque+Equatable.swift
[136/734] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[136/734] Wrapping AST for SystemPackage for debugging
[139/734] Wrapping AST for InternalCollectionsUtilities for debugging
[140/734] Wrapping AST for Logging for debugging
[141/734] Compiling CNIOWindows shim.c
[142/737] Compiling CNIOWindows WSAStartup.c
[143/737] Wrapping AST for ConcurrencyHelpers for debugging
[144/737] Compiling CNIOWASI CNIOWASI.c
[145/737] Compiling CNIOLinux liburing_shims.c
[146/737] Compiling CNIOLinux shim.c
[147/737] Compiling CNIOLLHTTP c_nio_http.c
[148/739] Compiling CNIOLLHTTP c_nio_api.c
[149/739] Compiling CNIOExtrasZlib empty.c
[150/739] Emitting module NIOConcurrencyHelpers
[152/739] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[153/739] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[154/739] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[155/739] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[156/739] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[157/739] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[158/739] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[159/739] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[159/746] Compiling CNIODarwin shim.c
[161/746] Emitting module UnixSignals
[162/746] Compiling DequeModule _DequeSlot.swift
[163/746] Compiling DequeModule _UnsafeWrappedBuffer.swift
[164/746] Compiling NIOConcurrencyHelpers NIOLock.swift
[165/746] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[166/746] Compiling NIOConcurrencyHelpers atomics.swift
[166/747] Compiling CNIOLLHTTP c_nio_llhttp.c
[167/747] Compiling fiat_p256_adx_sqr.S
[169/747] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[170/747] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[171/747] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[172/747] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[173/747] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[174/747] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[175/747] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[176/747] Compiling fiat_p256_adx_mul.S
[177/747] Compiling fiat_curve25519_adx_square.S
[178/747] Wrapping AST for NIOConcurrencyHelpers for debugging
[179/747] Compiling fiat_curve25519_adx_mul.S
[181/747] Compiling UnixSignals UnixSignalsSequence.swift
[182/747] Compiling UnixSignals UnixSignal.swift
[182/748] Compiling CNIOBoringSSLShims shims.c
[184/748] Compiling OrderedCollections OrderedDictionary.swift
[185/748] Compiling OrderedCollections OrderedSet+Codable.swift
[186/748] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[187/748] Compiling OrderedCollections OrderedSet+Descriptions.swift
[188/748] Compiling OrderedCollections OrderedSet+Diffing.swift
[189/748] Compiling OrderedCollections OrderedSet+Equatable.swift
[190/748] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[191/748] Compiling OrderedCollections OrderedSet+Hashable.swift
[192/748] Compiling OrderedCollections OrderedSet+Initializers.swift
[193/748] Compiling OrderedCollections OrderedSet+Insertions.swift
[194/748] Compiling OrderedCollections OrderedSet+Invariants.swift
[195/748] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[196/748] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[197/748] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[198/748] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[199/748] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[200/748] Compiling DequeModule Deque+Testing.swift
[201/748] Compiling DequeModule Deque._Storage.swift
[202/748] Compiling DequeModule Deque+Extras.swift
[203/748] Compiling DequeModule Deque+Hashable.swift
[205/748] Compiling DequeModule Deque._UnsafeHandle.swift
[206/748] Compiling DequeModule Deque.swift
[207/748] Compiling DequeModule Deque+Codable.swift
[208/748] Compiling DequeModule Deque+Collection.swift
[225/748] Emitting module DequeModule
[226/749] Compiling tls13_enc.cc
[227/749] Wrapping AST for UnixSignals for debugging
[228/749] Wrapping AST for DequeModule for debugging
[238/749] Emitting module SwiftProtobuf
[262/760] Compiling tls_method.cc
[264/760] Compiling OrderedCollections OrderedSet+Sendable.swift
[265/760] Compiling OrderedCollections OrderedSet+SubSequence.swift
[266/760] Compiling OrderedCollections OrderedSet+Testing.swift
[267/760] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[268/760] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[269/760] Compiling OrderedCollections OrderedSet.swift
[270/760] Compiling OrderedCollections _UnsafeBitset.swift
[271/760] Emitting module Snappy
[272/760] Compiling Snappy Snappy.swift
[298/761] Compiling SwiftProtobuf SelectiveVisitor.swift
[299/761] Compiling SwiftProtobuf SimpleExtensionMap.swift
[300/761] Compiling SwiftProtobuf StringUtils.swift
[301/761] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[302/761] Compiling SwiftProtobuf SwiftProtobufError.swift
[303/761] Compiling SwiftProtobuf TextFormatDecoder.swift
[304/761] Compiling SwiftProtobuf TextFormatDecodingError.swift
[305/761] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[306/761] Compiling SwiftProtobuf TextFormatEncoder.swift
[307/761] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[308/761] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[309/761] Compiling SwiftProtobuf TextFormatScanner.swift
[310/761] Compiling SwiftProtobuf TimeUtils.swift
[311/761] Compiling SwiftProtobuf UnknownStorage.swift
[312/761] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[313/761] Compiling SwiftProtobuf Varint.swift
[314/761] Compiling SwiftProtobuf Version.swift
[315/761] Compiling SwiftProtobuf Visitor.swift
[316/761] Compiling SwiftProtobuf WireFormat.swift
[317/761] Compiling SwiftProtobuf ZigZag.swift
[318/761] Compiling SwiftProtobuf any.pb.swift
[331/761] Compiling tls_record.cc
[332/761] Wrapping AST for Snappy for debugging
[333/761] Compiling tls13_server.cc
[335/761] Emitting module OrderedCollections
[336/762] Compiling t1_enc.cc
[337/762] Compiling tls13_both.cc
[338/762] Compiling tls13_client.cc
[339/762] Wrapping AST for OrderedCollections for debugging
[340/762] Compiling ssl_versions.cc
[341/762] Compiling ssl_x509.cc
[342/762] Compiling ssl_transcript.cc
[343/762] Compiling ssl_stat.cc
[344/762] Compiling ssl_privkey.cc
[345/762] Compiling ssl_session.cc
[346/762] Compiling ssl_key_share.cc
[347/762] Compiling ssl_file.cc
[348/762] Compiling ssl_credential.cc
[349/762] Compiling ssl_lib.cc
[350/762] Compiling ssl_cipher.cc
[351/762] Compiling ssl_buffer.cc
[352/762] Compiling ssl_cert.cc
[353/762] Compiling ssl_aead_ctx.cc
[354/762] Compiling ssl_asn1.cc
[355/762] Compiling s3_pkt.cc
[356/762] Compiling s3_lib.cc
[357/762] Compiling s3_both.cc
[358/762] Compiling handshake_server.cc
[359/762] Compiling handshake_client.cc
[360/762] Compiling handshake.cc
[361/762] Compiling handoff.cc
[362/762] Compiling encrypted_client_hello.cc
[363/762] Compiling dtls_record.cc
[364/762] Compiling extensions.cc
[365/762] Compiling md5-x86_64-linux.S
[366/762] Compiling md5-x86_64-apple.S
[367/762] Compiling md5-586-linux.S
[368/762] Compiling md5-586-apple.S
[369/762] Compiling d1_srtp.cc
[370/762] Compiling dtls_method.cc
[371/762] Compiling chacha20_poly1305_x86_64-apple.S
[372/762] Compiling chacha20_poly1305_x86_64-linux.S
[373/762] Compiling chacha20_poly1305_armv8-win.S
[374/762] Compiling chacha20_poly1305_armv8-linux.S
[375/762] Compiling d1_pkt.cc
[376/762] Compiling err_data.cc
[377/762] Compiling chacha20_poly1305_armv8-apple.S
[378/762] Compiling chacha-x86_64-apple.S
[379/762] Compiling chacha-x86_64-linux.S
[380/762] Compiling chacha-x86-linux.S
[381/762] Compiling chacha-armv8-win.S
[382/762] Compiling chacha-armv8-linux.S
[383/762] Compiling chacha-x86-apple.S
[384/762] Compiling chacha-armv8-apple.S
[385/762] Compiling chacha-armv4-linux.S
[386/762] Compiling aes128gcmsiv-x86_64-apple.S
[387/762] Compiling aes128gcmsiv-x86_64-linux.S
[388/762] Compiling x86_64-mont5-linux.S
[389/762] Compiling x86_64-mont5-apple.S
[390/762] Compiling bio_ssl.cc
[391/762] Compiling x86_64-mont-apple.S
[392/762] Compiling x86_64-mont-linux.S
[393/762] Compiling d1_lib.cc
[394/762] Compiling x86-mont-linux.S
[395/762] Compiling x86-mont-apple.S
[396/762] Compiling vpaes-x86_64-linux.S
[397/762] Compiling vpaes-x86_64-apple.S
[398/762] Compiling vpaes-x86-apple.S
[399/762] Compiling vpaes-x86-linux.S
[400/762] Compiling vpaes-armv8-linux.S
[401/762] Compiling vpaes-armv8-win.S
[402/762] Compiling vpaes-armv8-apple.S
[403/762] Compiling vpaes-armv7-linux.S
[404/762] Compiling sha512-x86_64-apple.S
[405/762] Compiling sha512-armv8-win.S
[406/762] Compiling sha512-armv8-linux.S
[407/762] Compiling sha512-armv8-apple.S
[408/762] Compiling sha512-x86_64-linux.S
[409/762] Compiling sha512-armv4-linux.S
[410/762] Compiling sha512-586-linux.S
[411/762] Compiling sha256-x86_64-apple.S
[412/762] Compiling sha512-586-apple.S
[413/762] Compiling sha256-armv8-win.S
[414/762] Compiling sha256-x86_64-linux.S
[415/762] Compiling sha256-armv8-linux.S
[416/762] Compiling sha256-armv8-apple.S
[417/762] Compiling sha256-armv4-linux.S
[418/762] Compiling sha256-586-linux.S
[419/762] Compiling sha256-586-apple.S
[420/762] Compiling sha1-x86_64-apple.S
[421/762] Compiling sha1-x86_64-linux.S
[422/762] Compiling sha1-armv8-win.S
[423/762] Compiling sha1-armv8-linux.S
[424/762] Compiling sha1-armv8-apple.S
[425/762] Compiling sha1-armv4-large-linux.S
[426/762] Compiling sha1-586-linux.S
[427/762] Compiling sha1-586-apple.S
[428/762] Compiling rsaz-avx2-apple.S
[429/762] Compiling rsaz-avx2-linux.S
[430/762] Compiling rdrand-x86_64-linux.S
[431/762] Compiling rdrand-x86_64-apple.S
[432/762] Compiling p256_beeu-x86_64-asm-linux.S
[433/762] Compiling p256_beeu-x86_64-asm-apple.S
[434/762] Compiling p256_beeu-armv8-asm-win.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 d1_both.cc
[439/762] Compiling p256-x86_64-asm-linux.S
[440/762] Compiling p256-armv8-asm-win.S
[441/762] Compiling p256-armv8-asm-linux.S
[442/762] Compiling ghashv8-armv8-apple.S
[443/762] Compiling ghash-x86_64-linux.S
[443/762] Compiling ghashv8-armv8-win.S
[443/762] Compiling ghash-x86_64-apple.S
[444/762] Compiling p256-armv8-asm-apple.S
[444/762] Compiling ghashv8-armv7-linux.S
[445/762] Compiling ghashv8-armv8-linux.S
[449/762] Compiling ghash-x86-linux.S
[450/762] Compiling ghash-ssse3-x86-apple.S
[450/762] Compiling ghash-ssse3-x86-linux.S
[452/762] Compiling ghash-x86-apple.S
[453/762] Compiling ghash-ssse3-x86_64-linux.S
[453/762] Compiling ghash-ssse3-x86_64-apple.S
[455/762] Compiling ghash-neon-armv8-win.S
[456/762] Compiling ghash-neon-armv8-linux.S
[457/762] Compiling ghash-neon-armv8-apple.S
[458/762] Compiling co-586-apple.S
[458/762] Compiling bsaes-armv7-linux.S
[460/762] Compiling bn-armv8-win.S
[461/762] Compiling co-586-linux.S
[461/762] Compiling ghash-armv4-linux.S
[463/762] Compiling bn-armv8-linux.S
[464/762] Compiling bn-armv8-apple.S
[465/762] Compiling bn-586-apple.S
[465/762] Compiling armv8-mont-linux.S
[467/762] Compiling bn-586-linux.S
[468/762] Compiling armv8-mont-win.S
[468/762] Compiling armv8-mont-apple.S
[470/762] Compiling aesv8-gcm-armv8-linux.S
[471/762] Compiling armv4-mont-linux.S
[472/762] Compiling aesv8-gcm-armv8-apple.S
[473/762] Compiling aesv8-gcm-armv8-win.S
[474/762] Compiling aesv8-armv8-linux.S
[475/762] Compiling aesv8-armv8-win.S
[476/762] Compiling aesv8-armv8-apple.S
[477/762] Compiling aesv8-armv7-linux.S
[478/762] Compiling aesni-x86-linux.S
[479/762] Compiling aesni-x86_64-apple.S
[480/762] Compiling aesni-x86-apple.S
[481/762] Compiling aesni-x86_64-linux.S
[482/762] Compiling aesni-gcm-x86_64-apple.S
[483/762] Compiling aesni-gcm-x86_64-linux.S
[484/762] Compiling x_sig.cc
[485/762] Compiling x_x509a.cc
[486/762] Compiling x_req.cc
[487/762] Compiling x_pubkey.cc
[488/762] Compiling x_val.cc
[489/762] Compiling x_spki.cc
[490/762] Compiling x_x509.cc
[491/762] Compiling x_name.cc
[492/762] Compiling x_exten.cc
[493/762] Compiling x_algor.cc
[494/762] Compiling x_crl.cc
[495/762] Compiling x_all.cc
[496/762] Compiling x_attrib.cc
[497/762] Compiling x509spki.cc
[498/762] Compiling x509rset.cc
[499/762] Compiling x509name.cc
[500/762] Compiling x509cset.cc
[501/762] Compiling x509_vpm.cc
[502/762] Compiling x509_txt.cc
[503/762] Compiling x509_v3.cc
[504/762] Compiling x509_vfy.cc
[505/762] Compiling x509_trs.cc
[506/762] Compiling x509_obj.cc
[507/762] Compiling x509_set.cc
[508/762] Compiling x509_def.cc
[509/762] Compiling x509_req.cc
[510/762] Compiling x509_lu.cc
[511/762] Compiling x509_ext.cc
[512/762] Compiling x509_d2.cc
[513/762] Compiling x509.cc
[514/762] Compiling v3_skey.cc
[515/762] Compiling x509_cmp.cc
[515/762] Compiling x509_att.cc
[517/762] Compiling v3_utl.cc
[518/762] Compiling v3_purp.cc
[519/762] Compiling v3_prn.cc
[520/762] Compiling v3_pmaps.cc
[521/762] Compiling v3_ocsp.cc
[522/762] Compiling v3_pcons.cc
[523/762] Compiling v3_ncons.cc
[524/762] Compiling v3_int.cc
[524/762] Compiling v3_lib.cc
[526/762] Compiling v3_info.cc
[527/762] Compiling v3_ia5.cc
[528/762] Compiling v3_extku.cc
[529/762] Compiling v3_genn.cc
[530/762] Compiling v3_enum.cc
[531/762] Compiling v3_cpols.cc
[532/762] Compiling v3_crld.cc
[534/762] Compiling SwiftProtobuf api.pb.swift
[535/762] Compiling SwiftProtobuf descriptor.pb.swift
[536/762] Compiling SwiftProtobuf duration.pb.swift
[537/762] Compiling SwiftProtobuf empty.pb.swift
[538/762] Compiling SwiftProtobuf field_mask.pb.swift
[539/762] Compiling SwiftProtobuf source_context.pb.swift
[540/762] Compiling SwiftProtobuf struct.pb.swift
[541/762] Compiling SwiftProtobuf timestamp.pb.swift
[542/762] Compiling SwiftProtobuf type.pb.swift
[543/762] Compiling SwiftProtobuf wrappers.pb.swift
[544/762] Compiling SwiftProtobuf resource_bundle_accessor.swift
[545/763] Compiling v3_bitst.cc
[546/763] Compiling v3_conf.cc
[547/763] Wrapping AST for SwiftProtobuf for debugging
[548/763] Compiling v3_bcons.cc
[549/763] Compiling v3_alt.cc
[550/763] Compiling v3_akeya.cc
[551/763] Compiling v3_akey.cc
[552/763] Compiling t_x509a.cc
[553/763] Compiling t_x509.cc
[554/763] Compiling i2d_pr.cc
[555/763] Compiling t_crl.cc
[556/763] Compiling t_req.cc
[557/763] Compiling rsa_pss.cc
[558/763] Compiling name_print.cc
[559/763] Compiling policy.cc
[560/763] Compiling by_file.cc
[561/763] Compiling algorithm.cc
[562/763] Compiling by_dir.cc
[563/763] Compiling a_verify.cc
[564/763] Compiling voprf.cc
[564/763] Compiling asn1_gen.cc
[566/763] Compiling trust_token.cc
[567/763] Compiling a_digest.cc
[568/763] Compiling a_sign.cc
[569/763] Compiling thread.cc
[570/763] Compiling thread_win.cc
[571/763] Compiling thread_pthread.cc
[572/763] Compiling thread_none.cc
[573/763] Compiling stack.cc
[574/763] Compiling wots.cc
[575/763] Compiling thash.cc
[576/763] Compiling pmbtoken.cc
[577/763] Compiling merkle.cc
[578/763] Compiling siphash.cc
[579/763] Compiling fors.cc
[580/763] Compiling slhdsa.cc
[581/763] Compiling sha512.cc
[582/763] Compiling sha256.cc
[583/763] Compiling sha1.cc
[584/763] Compiling rsa_print.cc
[585/763] Compiling rsa_extra.cc
[586/763] Compiling rc4.cc
[587/763] Compiling refcount.cc
[588/763] Compiling windows.cc
[589/763] Compiling urandom.cc
[590/763] Compiling rsa_crypt.cc
[591/763] Compiling rsa_asn1.cc
[592/763] Compiling trusty.cc
[593/763] Compiling rand_extra.cc
[594/763] Compiling ios.cc
[595/763] Compiling passive.cc
[596/763] Compiling getentropy.cc
[597/763] Compiling poly1305_arm_asm.S
[598/763] Compiling deterministic.cc
[599/763] Compiling forkunsafe.cc
[600/763] Compiling fork_detect.cc
[601/763] Compiling pool.cc
[602/763] Compiling poly1305_arm.cc
[603/763] Compiling poly1305.cc
[604/763] Compiling poly1305_vec.cc
[605/763] Compiling pkcs7.cc
[606/763] Compiling pkcs8.cc
[607/763] Compiling p5_pbev2.cc
[608/763] Compiling pkcs8_x509.cc
[609/763] Compiling pkcs7_x509.cc
[610/763] Compiling pem_xaux.cc
[611/763] Compiling pem_x509.cc
[612/763] Compiling pem_pkey.cc
[613/763] Compiling pem_pk8.cc
[614/763] Compiling obj_xref.cc
[615/763] Compiling pem_oth.cc
[616/763] Compiling pem_info.cc
[617/763] Compiling mlkem.cc
[618/763] Compiling pem_lib.cc
[619/763] Compiling obj.cc
[619/763] Compiling pem_all.cc
[621/763] Compiling mem.cc
[622/763] Compiling md5.cc
[623/763] Compiling poly_rq_mul.S
[624/763] Compiling md4.cc
[625/763] Compiling fips_shared_support.cc
[626/763] Compiling lhash.cc
[626/763] Compiling mldsa.cc
[628/763] Compiling keccak.cc
[629/763] Compiling kyber.cc
[630/763] Compiling hrss.cc
[631/763] Compiling ex_data.cc
[632/763] Compiling sign.cc
[633/763] Compiling hpke.cc
[634/763] Compiling scrypt.cc
[635/763] Compiling pbkdf.cc
[636/763] Compiling print.cc
[637/763] Compiling p_x25519_asn1.cc
[638/763] Compiling p_x25519.cc
[639/763] Compiling p_rsa_asn1.cc
[640/763] Compiling p_hkdf.cc
[641/763] Compiling p_rsa.cc
[642/763] Compiling p_ed25519.cc
[643/763] Compiling p_ed25519_asn1.cc
[644/763] Compiling p_ec_asn1.cc
[645/763] Compiling p_ec.cc
[646/763] Compiling p_dh.cc
[647/763] Compiling p_dh_asn1.cc
[648/763] Compiling evp_ctx.cc
[649/763] Compiling p_dsa_asn1.cc
[650/763] Compiling evp_asn1.cc
[651/763] Compiling err.cc
[652/763] Compiling evp.cc
[653/763] Compiling engine.cc
[654/763] Compiling ecdh_extra.cc
[655/763] Compiling hash_to_curve.cc
[655/763] Compiling ecdsa_asn1.cc
[657/763] Compiling ec_derive.cc
[658/763] Compiling dsa_asn1.cc
[659/763] Compiling ec_asn1.cc
[660/763] Compiling dsa.cc
[661/763] Compiling params.cc
[662/763] Compiling dh_asn1.cc
[662/763] Compiling x25519-asm-arm.S
[662/763] Compiling digest_extra.cc
[665/763] Compiling des.cc
[666/763] Compiling spake25519.cc
[667/763] Compiling cpu_arm_freebsd.cc
[668/763] Compiling crypto.cc
[669/763] Compiling cpu_intel.cc
[670/763] Compiling cpu_aarch64_win.cc
[671/763] Compiling curve25519.cc
[672/763] Compiling cpu_aarch64_sysreg.cc
[673/763] Compiling bcm.cc
[674/763] Compiling cpu_aarch64_openbsd.cc
[675/763] Compiling cpu_aarch64_linux.cc
[676/763] Compiling cpu_aarch64_fuchsia.cc
[677/763] Compiling cpu_aarch64_apple.cc
[678/763] Compiling curve25519_64_adx.cc
[679/763] Compiling tls_cbc.cc
[680/763] Compiling conf.cc
[681/763] Compiling e_rc4.cc
[682/763] Compiling e_tls.cc
[683/763] Compiling e_null.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_aesctrhmac.cc
[689/763] Compiling e_aesgcmsiv.cc
[690/763] Compiling cipher_extra.cc
[691/763] Compiling chacha.cc
[692/763] Compiling unicode.cc
[693/763] Compiling ber.cc
[693/763] Compiling cbb.cc
[695/763] Compiling cbs.cc
[696/763] Compiling asn1_compat.cc
[697/763] Compiling buf.cc
[698/763] Compiling bn_asn1.cc
[699/763] Compiling blake2.cc
[700/763] Compiling convert.cc
[701/763] Compiling socket.cc
[702/763] Compiling printf.cc
[703/763] Compiling socket_helper.cc
[704/763] Compiling hexdump.cc
[705/763] Compiling pair.cc
[706/763] Compiling file.cc
[707/763] Compiling fd.cc
[708/763] Compiling errno.cc
[709/763] Compiling bio_mem.cc
[710/763] Compiling connect.cc
[711/763] Compiling base64.cc
[712/763] Compiling bio.cc
[713/763] Compiling tasn_typ.cc
[714/763] Compiling tasn_fre.cc
[715/763] Compiling tasn_utl.cc
[716/763] Compiling tasn_new.cc
[717/763] Compiling tasn_enc.cc
[718/763] Compiling f_string.cc
[719/763] Compiling posix_time.cc
[720/763] Compiling tasn_dec.cc
[721/763] Compiling f_int.cc
[722/763] Compiling asn_pack.cc
[723/763] Compiling asn1_par.cc
[724/763] Compiling asn1_lib.cc
[725/763] Compiling a_utctm.cc
[726/763] Compiling a_type.cc
[727/763] Compiling a_time.cc
[728/763] Compiling a_octet.cc
[729/763] Write sources
[731/763] Compiling a_strnid.cc
[732/763] Write sources
[734/763] Compiling a_strex.cc
[735/763] Write sources
[736/763] Compiling a_object.cc
[737/763] Compiling a_mbstr.cc
[738/764] Compiling a_i2d_fp.cc
[739/776] Compiling a_int.cc
[740/783] Compiling a_gentm.cc
[742/852] Compiling Algorithms Product.swift
[743/852] Compiling Algorithms Joined.swift
[744/852] Compiling Algorithms Keyed.swift
[745/852] Compiling Algorithms MinMax.swift
[746/854] Compiling Algorithms Grouped.swift
[747/854] Compiling Algorithms Indexed.swift
[748/854] Compiling Algorithms Intersperse.swift
[749/854] Compiling Algorithms Partition.swift
[750/854] Compiling Algorithms Permutations.swift
[751/854] Compiling Algorithms Chunked.swift
[752/854] Compiling Algorithms Combinations.swift
[753/854] Compiling Algorithms FlattenCollection.swift
[754/854] Compiling Algorithms Compacted.swift
[755/854] Compiling Algorithms Cycle.swift
[756/854] Compiling Algorithms EitherSequence.swift
[757/854] Compiling Atomics IntegerOperations.swift
[758/854] Compiling Atomics Unmanaged extensions.swift
[762/854] Compiling Algorithms FirstNonNil.swift
[765/857] Compiling Algorithms Rotate.swift
[772/857] Compiling Algorithms Split.swift
[773/857] Compiling Algorithms Stride.swift
[774/857] Compiling Algorithms Suffix.swift
[775/863] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[776/863] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[777/863] Compiling AsyncAlgorithms MergeStateMachine.swift
[778/863] Compiling AsyncAlgorithms MergeStorage.swift
[779/863] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[780/863] Compiling AsyncAlgorithms Rethrow.swift
[788/863] Emitting module AsyncAlgorithms
[793/863] Compiling Algorithms AdjacentPairs.swift
[794/863] Compiling Algorithms Chain.swift
[796/863] Compiling Algorithms Trim.swift
[797/863] Compiling Algorithms Unique.swift
[798/863] Compiling Algorithms Windows.swift
[810/863] Compiling AsyncAlgorithms DebounceStateMachine.swift
[811/863] Compiling AsyncAlgorithms DebounceStorage.swift
[812/863] Compiling AsyncAlgorithms Dictionary.swift
[813/863] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[814/863] Compiling AsyncAlgorithms Locking.swift
[822/863] Emitting module Atomics
[824/864] Compiling AsyncAlgorithms SetAlgebra.swift
[825/864] Compiling AsyncAlgorithms UnsafeTransfer.swift
[826/864] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[827/864] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[828/864] Compiling AsyncAlgorithms ZipStateMachine.swift
[829/864] Compiling AsyncAlgorithms ZipStorage.swift
[836/864] Compiling AsyncAlgorithms ChannelStateMachine.swift
[837/864] Compiling AsyncAlgorithms ChannelStorage.swift
[838/864] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[839/864] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[840/864] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[841/864] Compiling AsyncAlgorithms CombineLatestStorage.swift
[841/865] Wrapping AST for Atomics for debugging
[843/865] Wrapping AST for AsyncAlgorithms for debugging
[845/932] Emitting module Algorithms
[846/933] Wrapping AST for Algorithms for debugging
[848/933] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[849/934] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[850/934] Emitting module ServiceLifecycle
[851/934] Compiling ServiceLifecycle CancellationWaiter.swift
[852/934] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[853/934] Compiling ServiceLifecycle ServiceRunnerError.swift
[854/934] Compiling ServiceLifecycle GracefulShutdown.swift
[855/934] Compiling ServiceLifecycle Service.swift
[856/934] Compiling ServiceLifecycle ServiceGroup.swift
[857/935] Wrapping AST for ServiceLifecycle for debugging
[859/935] Compiling NIOCore GlobalSingletons.swift
[860/935] Compiling NIOCore IO.swift
[861/935] Compiling NIOCore IOData.swift
[862/935] Compiling NIOCore IPProtocol.swift
[863/935] Compiling NIOCore IntegerBitPacking.swift
[864/935] Compiling NIOCore IntegerTypes.swift
[865/935] Compiling NIOCore Interfaces.swift
[866/935] Compiling NIOCore Linux.swift
[867/935] Compiling NIOCore MarkedCircularBuffer.swift
[868/935] Compiling NIOCore MulticastChannel.swift
[869/935] Compiling NIOCore NIOAny.swift
[870/935] Compiling NIOCore NIOCloseOnErrorHandler.swift
[871/935] Compiling NIOCore NIOLoopBound.swift
[872/935] Compiling NIOCore NIOScheduledCallback.swift
[873/935] Compiling NIOCore NIOSendable.swift
[874/935] Compiling NIOCore RecvByteBufferAllocator.swift
[875/935] Compiling NIOCore EventLoop.swift
[876/935] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[877/935] Compiling NIOCore EventLoopFuture+Deprecated.swift
[878/935] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[879/935] Compiling NIOCore EventLoopFuture.swift
[880/935] Compiling NIOCore FileDescriptor.swift
[881/935] Compiling NIOCore FileHandle.swift
[882/935] Compiling NIOCore FileRegion.swift
[883/943] Compiling NIOCore ChannelPipeline.swift
[884/943] Compiling NIOCore CircularBuffer.swift
[885/943] Compiling NIOCore Codec.swift
[886/943] Compiling NIOCore ConvenienceOptionSupport.swift
[887/943] Compiling NIOCore DeadChannel.swift
[888/943] Compiling NIOCore DispatchQueue+WithFuture.swift
[889/943] Compiling NIOCore EventLoop+Deprecated.swift
[890/943] Compiling NIOCore EventLoop+SerialExecutor.swift
[891/943] Compiling NIOCore AddressedEnvelope.swift
[892/943] Compiling NIOCore AsyncAwaitSupport.swift
[893/943] Compiling NIOCore AsyncChannel.swift
[894/943] Compiling NIOCore AsyncChannelHandler.swift
[895/943] Compiling NIOCore AsyncChannelInboundStream.swift
[896/943] Compiling NIOCore AsyncChannelOutboundWriter.swift
[897/943] Compiling NIOCore NIOAsyncSequenceProducer.swift
[898/943] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[899/943] Compiling NIOCore NIOAsyncWriter.swift
[900/943] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[901/943] Compiling NIOCore SocketAddresses.swift
[902/943] Compiling NIOCore SocketOptionProvider.swift
[903/943] Compiling NIOCore SystemCallHelpers.swift
[904/943] Compiling NIOCore TimeAmount+Duration.swift
[905/943] Compiling NIOCore TypeAssistedChannelHandler.swift
[906/943] Compiling NIOCore UniversalBootstrapSupport.swift
[907/943] Compiling NIOCore Utilities.swift
[908/943] Compiling NIOCore ByteBuffer-multi-int.swift
[909/943] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[910/943] Compiling NIOCore ByteBuffer-views.swift
[911/943] Compiling NIOCore Channel.swift
[912/943] Compiling NIOCore ChannelHandler.swift
[913/943] Compiling NIOCore ChannelHandlers.swift
[914/943] Compiling NIOCore ChannelInvoker.swift
[915/943] Compiling NIOCore ChannelOption.swift
[916/943] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[917/943] Compiling NIOCore BSDSocketAPI.swift
[918/943] Compiling NIOCore ByteBuffer-aux.swift
[919/943] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[920/943] Compiling NIOCore ByteBuffer-conversions.swift
[921/943] Compiling NIOCore ByteBuffer-core.swift
[922/943] Compiling NIOCore ByteBuffer-hex.swift
[923/943] Compiling NIOCore ByteBuffer-int.swift
[924/943] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[925/943] Emitting module NIOCore
[926/944] Wrapping AST for NIOCore for debugging
[928/995] Compiling NIOEmbedded AsyncTestingChannel.swift
[929/995] Emitting module NIOEmbedded
[930/995] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[931/995] Compiling NIOEmbedded Embedded.swift
[932/996] Wrapping AST for NIOEmbedded for debugging
[934/996] Compiling NIOPosix PooledRecvBufferAllocator.swift
[935/996] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[936/996] Compiling NIOPosix PosixSingletons.swift
[937/996] Compiling NIOPosix RawSocketBootstrap.swift
[938/996] Compiling NIOPosix Resolver.swift
[939/996] Compiling NIOPosix Selectable.swift
[940/996] Compiling NIOPosix SelectableChannel.swift
[941/996] Compiling NIOPosix SelectableEventLoop.swift
[942/996] Compiling NIOPosix SelectorEpoll.swift
[943/996] Compiling NIOPosix SelectorGeneric.swift
[944/996] Compiling NIOPosix SelectorKqueue.swift
[945/996] Compiling NIOPosix SelectorUring.swift
[946/1002] Compiling NIOPosix ServerSocket.swift
[947/1002] Compiling NIOPosix Socket.swift
[948/1002] Compiling NIOPosix SocketChannel.swift
[949/1002] Compiling NIOPosix SocketProtocols.swift
[950/1002] Compiling NIOPosix System.swift
[951/1002] Compiling NIOPosix Thread.swift
[952/1002] Emitting module NIOPosix
[953/1002] Compiling NIOPosix ThreadPosix.swift
[954/1002] Compiling NIOPosix ThreadWindows.swift
[955/1002] Compiling NIOPosix UnsafeTransfer.swift
[956/1002] Compiling NIOPosix Utilities.swift
[957/1002] Compiling NIOPosix VsockAddress.swift
[958/1002] Compiling NIOPosix VsockChannelEvents.swift
[959/1002] Compiling NIOPosix BSDSocketAPICommon.swift
[960/1002] Compiling NIOPosix BSDSocketAPIPosix.swift
[961/1002] Compiling NIOPosix BSDSocketAPIWindows.swift
[962/1002] Compiling NIOPosix BaseSocket.swift
[963/1002] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[964/1002] Compiling NIOPosix BaseSocketChannel.swift
[965/1002] Compiling NIOPosix BaseStreamSocketChannel.swift
[966/1002] Compiling NIOPosix Bootstrap.swift
[967/1002] Compiling NIOPosix ControlMessage.swift
[968/1002] Compiling NIOPosix DatagramVectorReadManager.swift
[969/1002] Compiling NIOPosix Errors+Any.swift
[970/1002] Compiling NIOPosix FileDescriptor.swift
[971/1002] Compiling NIOPosix GetaddrinfoResolver.swift
[972/1002] Compiling NIOPosix HappyEyeballs.swift
[973/1002] Compiling NIOPosix IO.swift
[974/1002] Compiling NIOPosix IntegerBitPacking.swift
[975/1002] Compiling NIOPosix IntegerTypes.swift
[976/1002] Compiling NIOPosix Linux.swift
[977/1002] Compiling NIOPosix LinuxCPUSet.swift
[978/1002] Compiling NIOPosix LinuxUring.swift
[979/1002] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[980/1002] Compiling NIOPosix NIOThreadPool.swift
[981/1002] Compiling NIOPosix NonBlockingFileIO.swift
[982/1002] Compiling NIOPosix PendingDatagramWritesManager.swift
[983/1002] Compiling NIOPosix PendingWritesManager.swift
[984/1002] Compiling NIOPosix PipeChannel.swift
[985/1002] Compiling NIOPosix PipePair.swift
[986/1002] Compiling NIOPosix Pool.swift
[987/1003] Wrapping AST for NIOPosix for debugging
[989/1005] Compiling NIO Exports.swift
[990/1005] Emitting module NIO
[991/1006] Wrapping AST for NIO for debugging
[993/1045] Compiling NIOTLS TLSEvents.swift
[994/1045] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[995/1045] Compiling NIOSOCKS ClientStateMachine.swift
[996/1046] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[997/1046] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[998/1046] Compiling NIOSOCKS SOCKSResponse.swift
[999/1046] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1000/1046] Emitting module NIOTLS
[1001/1046] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1002/1046] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1003/1046] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1004/1048] Compiling NIOSOCKS Errors.swift
[1005/1048] Compiling NIOSOCKS Helpers.swift
[1006/1048] Compiling NIOSOCKS AuthenticationMethod.swift
[1007/1048] Compiling NIOSOCKS ClientGreeting.swift
[1008/1048] Compiling NIOSOCKS ServerStateMachine.swift
[1009/1048] Compiling NIOSOCKS Messages.swift
[1010/1048] Compiling NIOSOCKS SOCKSRequest.swift
[1011/1048] Emitting module NIOSOCKS
[1012/1048] Compiling NIOSOCKS SOCKSClientHandler.swift
[1013/1048] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1014/1049] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1015/1049] Compiling NIOTLS SNIHandler.swift
[1016/1049] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1018/1050] Emitting module NIOHTTP1
[1019/1050] Wrapping AST for NIOSOCKS for debugging
[1023/1050] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1024/1050] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1025/1050] Emitting module NIOFoundationCompat
[1026/1050] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1026/1051] Wrapping AST for NIOTLS for debugging
[1028/1051] Wrapping AST for NIOFoundationCompat for debugging
[1030/1080] Compiling NIOSSL SSLPrivateKey.swift
[1031/1080] Compiling NIOSSL SSLCertificate.swift
[1032/1102] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1033/1102] Compiling NIOTransportServices NIOTSSingletons.swift
[1034/1102] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1035/1104] Emitting module NIOTransportServices
[1036/1104] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1037/1104] Compiling NIOTransportServices NIOTSErrors.swift
[1038/1104] Compiling NIOTransportServices NIOTSEventLoop.swift
[1039/1104] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1040/1104] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1041/1104] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1042/1104] Compiling NIOTransportServices NIOTSBootstraps.swift
[1043/1104] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1044/1104] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1045/1104] Compiling NIOTransportServices StateManagedChannel.swift
[1046/1104] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1047/1104] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1048/1104] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1049/1104] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1054/1104] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1055/1104] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1056/1104] Compiling NIOTransportServices AcceptHandler.swift
[1057/1104] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1058/1104] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1064/1105] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1066/1106] Wrapping AST for NIOHTTP1 for debugging
[1067/1106] Wrapping AST for NIOTransportServices for debugging
[1069/1124] Compiling NIOSSL NIOSSLSecureBytes.swift
[1070/1124] Compiling NIOSSL RNG.swift
[1071/1124] Compiling NIOSSL SafeCompare.swift
[1072/1124] Compiling NIOSSL Zeroization.swift
[1076/1127] Compiling NIOSSL SubjectAlternativeName.swift
[1077/1127] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1078/1127] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1079/1127] Emitting module NIOHTTPCompression
[1080/1127] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1081/1127] Compiling NIOHTTPCompression HTTPDecompression.swift
[1082/1127] Compiling NIOHTTPCompression HTTPCompression.swift
[1083/1127] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1084/1128] Compiling NIOHPACK IntegerCoding.swift
[1085/1128] Compiling NIOHPACK IndexedHeaderTable.swift
[1086/1129] Compiling NIOHPACK HuffmanTables.swift
[1092/1129] Compiling NIOHPACK HuffmanCoding.swift
[1093/1129] Compiling NIOHPACK StaticHeaderTable.swift
[1094/1129] Emitting module NIOHPACK
[1095/1129] Compiling NIOHPACK HPACKEncoder.swift
[1096/1129] Compiling NIOHPACK HPACKErrors.swift
[1097/1129] Compiling NIOHPACK DynamicHeaderTable.swift
[1098/1129] Compiling NIOHPACK HPACKDecoder.swift
[1099/1129] Compiling NIOHPACK HPACKHeader.swift
[1100/1129] Compiling NIOHPACK HeaderTables.swift
[1114/1130] Emitting module NIOSSL
[1119/1130] Compiling NIOSSL TLSConfiguration.swift
[1120/1130] Compiling NIOSSL UniversalBootstrapSupport.swift
[1121/1130] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1122/1131] Wrapping AST for NIOHTTPCompression for debugging
[1123/1131] Wrapping AST for NIOSSL for debugging
[1124/1131] Wrapping AST for NIOHPACK for debugging
[1126/1189] Compiling NIOHTTP2 StateMachineResult.swift
[1127/1189] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1128/1189] Compiling NIOHTTP2 DOSHeuristics.swift
[1129/1189] Compiling NIOHTTP2 Error+Any.swift
[1130/1189] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1131/1189] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1132/1189] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1133/1189] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1134/1197] Emitting module NIOHTTP2
[1135/1197] Compiling NIOHTTP2 InboundWindowManager.swift
[1136/1197] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1137/1197] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1138/1197] Compiling NIOHTTP2 StreamChannelList.swift
[1139/1197] Compiling NIOHTTP2 StreamMap.swift
[1140/1197] Compiling NIOHTTP2 StreamStateMachine.swift
[1141/1197] Compiling NIOHTTP2 UnsafeTransfer.swift
[1142/1197] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1143/1197] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1144/1197] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1145/1197] Compiling NIOHTTP2 HasLocalSettings.swift
[1146/1197] Compiling NIOHTTP2 HasRemoteSettings.swift
[1147/1197] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1148/1197] Compiling NIOHTTP2 QuiescingState.swift
[1149/1197] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1150/1197] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1151/1197] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1152/1197] Compiling NIOHTTP2 HTTP2Frame.swift
[1153/1197] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1154/1197] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1155/1197] Compiling NIOHTTP2 HTTP2PingData.swift
[1156/1197] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1157/1197] Compiling NIOHTTP2 HTTP2Settings.swift
[1158/1197] Compiling NIOHTTP2 HTTP2Stream.swift
[1159/1197] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1160/1197] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1161/1197] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1162/1197] Compiling NIOHTTP2 HTTP2StreamID.swift
[1163/1197] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1164/1197] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1165/1197] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1166/1197] Compiling NIOHTTP2 InboundEventBuffer.swift
[1167/1197] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1168/1197] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1169/1197] Compiling NIOHTTP2 MayReceiveFrames.swift
[1170/1197] Compiling NIOHTTP2 ReceivingDataState.swift
[1171/1197] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1172/1197] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1173/1197] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1174/1197] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1175/1197] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1176/1197] Compiling NIOHTTP2 MaySendFrames.swift
[1177/1197] Compiling NIOHTTP2 SendingDataState.swift
[1178/1197] Compiling NIOHTTP2 SendingGoawayState.swift
[1179/1197] Compiling NIOHTTP2 SendingHeadersState.swift
[1180/1197] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1181/1197] Compiling NIOHTTP2 SendingRstStreamState.swift
[1182/1197] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1183/1197] Compiling NIOHTTP2 HTTP2SettingsState.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 HTTPConnectionEvent.swift
[1205/1265] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1206/1265] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1207/1265] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1208/1265] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1209/1265] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1210/1265] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1211/1265] Compiling AsyncHTTPClient RequestBodyLength.swift
[1212/1265] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1213/1265] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1214/1265] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1215/1265] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1216/1265] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1217/1265] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1218/1265] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1219/1265] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1220/1265] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1221/1265] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1222/1265] Compiling AsyncHTTPClient RequestOptions.swift
[1223/1265] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1224/1265] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1225/1265] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1226/1265] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1227/1265] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1228/1265] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.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 RequestBag.swift
[1238/1265] Compiling AsyncHTTPClient RequestValidation.swift
[1239/1265] Compiling AsyncHTTPClient SSLContextCache.swift
[1240/1265] Compiling AsyncHTTPClient Scheme.swift
[1241/1265] Compiling AsyncHTTPClient Singleton.swift
[1242/1265] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1243/1265] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1244/1265] Compiling AsyncHTTPClient Utils.swift
[1245/1265] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1246/1265] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1247/1265] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1248/1265] Compiling AsyncHTTPClient HTTP1Connection.swift
[1249/1265] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1250/1265] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1251/1265] Compiling AsyncHTTPClient HTTP2Connection.swift
[1252/1265] Compiling AsyncHTTPClient HTTP2IdleHandler.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 LokiTransformer.swift
[1264/1278] Compiling LoggingLoki LokiTransport.swift
[1265/1278] Compiling LoggingLoki push.pb.swift
[1266/1278] Compiling LoggingLoki Timeout.swift
[1267/1278] Compiling LoggingLoki LokiStream.swift
[1268/1278] Compiling LoggingLoki LokiLog.swift
[1269/1278] Compiling LoggingLoki LokiLogHandler.swift
[1270/1278] Compiling LoggingLoki Batch.swift
[1271/1278] Compiling LoggingLoki BatchEntry.swift
[1272/1278] Compiling LoggingLoki LokiLogProcessor.swift
[1273/1278] Compiling LoggingLoki LokiRequest.swift
[1274/1278] Emitting module LoggingLoki
[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! (162.02s)
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.