Build Information
Successful build of swift-log-loki, reference main (5782de
), with Swift 6.1 for Linux on 28 Apr 2025 16:55:48 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.1-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.61.0
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.1
Building package at path: $PWD
https://github.com/lovetodream/swift-log-loki.git
https://github.com/lovetodream/swift-log-loki.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin.git"
},
{
"identity" : "swift-protobuf",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-protobuf.git"
},
{
"identity" : "swift-snappy",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/lovetodream/swift-snappy.git"
},
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client.git"
},
{
"identity" : "swift-service-lifecycle",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-service-lifecycle.git"
}
],
"manifest_display_name" : "swift-log-loki",
"name" : "swift-log-loki",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "tvos",
"version" : "18.0"
},
{
"name" : "watchos",
"version" : "11.0"
},
{
"name" : "visionos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "LoggingLoki",
"targets" : [
"LoggingLoki"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "BasicUsage",
"targets" : [
"BasicUsage"
],
"type" : {
"snippet" : null
}
}
],
"targets" : [
{
"c99name" : "LoggingLokiTests",
"module_type" : "SwiftTarget",
"name" : "LoggingLokiTests",
"path" : "Tests/LoggingLokiTests",
"sources" : [
"IntegrationTests.swift",
"LokiLogHandlerTests.swift",
"LokiLogProcessorConfigurationTests.swift",
"LokiLogProcessorTests.swift",
"MockClock.swift"
],
"target_dependencies" : [
"LoggingLoki"
],
"type" : "test"
},
{
"c99name" : "LoggingLoki",
"module_type" : "SwiftTarget",
"name" : "LoggingLoki",
"path" : "Sources/LoggingLoki",
"product_dependencies" : [
"Logging",
"SwiftProtobuf",
"Snappy",
"AsyncHTTPClient",
"ServiceLifecycle"
],
"product_memberships" : [
"LoggingLoki",
"BasicUsage"
],
"sources" : [
"Batch.swift",
"BatchEntry.swift",
"LokiLog.swift",
"LokiLogHandler.swift",
"LokiLogProcessor.swift",
"LokiRequest.swift",
"LokiStream.swift",
"LokiTransformer.swift",
"LokiTransport.swift",
"Proto/push.pb.swift",
"Utility/Timeout.swift"
],
"type" : "library"
},
{
"c99name" : "BasicUsage",
"module_type" : "SwiftTarget",
"name" : "BasicUsage",
"path" : "Snippets",
"product_memberships" : [
"BasicUsage"
],
"sources" : [
"BasicUsage.swift"
],
"target_dependencies" : [
"LoggingLoki"
],
"type" : "snippet"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/lovetodream/swift-snappy.git
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-docc-plugin.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/3836] Fetching swift-log
[308/4030] Fetching swift-log, swift-snappy
[999/6420] Fetching swift-log, swift-snappy, swift-service-lifecycle
[2163/8469] Fetching swift-log, swift-snappy, swift-service-lifecycle, swift-docc-plugin
[6647/22324] Fetching swift-log, swift-snappy, swift-service-lifecycle, swift-docc-plugin, async-http-client
Fetched https://github.com/apple/swift-log.git from cache (0.48s)
[10453/18488] Fetching swift-snappy, swift-service-lifecycle, swift-docc-plugin, async-http-client
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.49s)
[8617/16098] Fetching swift-snappy, swift-docc-plugin, async-http-client
Fetched https://github.com/apple/swift-docc-plugin.git from cache (0.52s)
[11001/14049] Fetching swift-snappy, async-http-client
[14050/52553] Fetching swift-snappy, async-http-client, swift-protobuf
Fetched https://github.com/swift-server/async-http-client.git from cache (0.92s)
[5970/38698] Fetching swift-snappy, swift-protobuf
Fetched https://github.com/lovetodream/swift-snappy.git from cache (5.23s)
Fetched https://github.com/apple/swift-protobuf.git from cache (5.30s)
Computing version for https://github.com/lovetodream/swift-snappy.git
Computed https://github.com/lovetodream/swift-snappy.git at 1.0.0 (7.73s)
Fetching https://github.com/apple/swift-system
[1/4353] Fetching swift-system
Fetched https://github.com/apple/swift-system from cache (0.40s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.4.2 (0.90s)
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.61s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3377] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.39s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.04s)
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.53s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4965] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.01s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.70s)
Fetching https://github.com/apple/swift-collections.git
[1/16242] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.09s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.93s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.52s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.29.0 (0.56s)
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 (1.82s)
Fetching https://github.com/apple/swift-algorithms.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
[1/5662] Fetching swift-nio-extras
[454/8281] Fetching swift-nio-extras, swift-nio-transport-services
[512/9986] Fetching swift-nio-extras, swift-nio-transport-services, swift-atomics
[788/15889] Fetching swift-nio-extras, swift-nio-transport-services, swift-atomics, swift-algorithms
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.39s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.39s)
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.53s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-algorithms.git from cache (1.56s)
[1/75524] Fetching swift-nio
[757/87016] Fetching swift-nio, swift-nio-http2
[4287/101809] Fetching swift-nio, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.28s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.29s)
[57264/75524] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.82s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (10.94s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.47s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.36s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.70s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (1.31s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.60s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.71s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.76s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/904] Fetching swift-http-types
[905/2031] Fetching swift-http-types, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.33s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.33s)
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.2 (1.06s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.71s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.81s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.4.2
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.26.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-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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
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-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/lovetodream/swift-snappy.git
Working copy of https://github.com/lovetodream/swift-snappy.git resolved at 1.0.0
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.30.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
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
[1/1] Compiling plugin SwiftProtobufPlugin
[2/2] Compiling plugin Swift-DocC Preview
[3/3] Compiling plugin Swift-DocC
Building for debugging...
[3/491] Compiling p_dh_asn1.cc
[4/491] Compiling a_i2d_fp.cc
[5/491] Compiling _NumericsShims _NumericsShims.c
[6/491] Write sources
[8/491] Compiling a_bitstr.cc
[9/491] Write sources
[11/491] Copying PrivacyInfo.xcprivacy
[12/491] Write sources
[13/491] Compiling a_bool.cc
[14/491] Compiling _AtomicsShims.c
[14/491] Write sources
[38/491] Compiling SnappyC map.c
[39/491] Compiling a_dup.cc
[40/491] Compiling SnappyC snappy.c
[41/491] Write swift-version-24593BA9C3E375BF.txt
[42/491] Compiling CSystem shims.c
[43/491] Compiling CNIOWindows WSAStartup.c
[44/491] Compiling CNIOWindows shim.c
[45/491] Compiling CNIOWASI CNIOWASI.c
[46/491] Compiling a_gentm.cc
[47/491] Compiling CNIOLinux shim.c
[48/623] Compiling c-nioatomics.c
[50/640] Emitting module InternalCollectionsUtilities
[51/642] Compiling SwiftProtobuf CustomJSONCodable.swift
[52/642] Compiling SwiftProtobuf Decoder.swift
[53/642] Compiling SwiftProtobuf DoubleParser.swift
[54/642] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[55/642] Compiling InternalCollectionsUtilities Specialize.swift
[56/642] Emitting module _NIOBase64
[57/642] Compiling _NIOBase64 Base64.swift
[58/645] Compiling RealModule Float80+Real.swift
[59/647] Compiling _NIODataStructures PriorityQueue.swift
[60/647] Compiling _NIODataStructures _TinyArray.swift
[61/647] Compiling InternalCollectionsUtilities UInt+reversed.swift
[62/647] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[63/647] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[64/647] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[65/647] Compiling InternalCollectionsUtilities _SortedCollection.swift
[66/647] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[67/647] Compiling InternalCollectionsUtilities Debugging.swift
[68/647] Compiling InternalCollectionsUtilities Descriptions.swift
[69/647] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[70/647] Compiling InternalCollectionsUtilities Integer rank.swift
[71/647] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[72/647] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[73/647] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[74/647] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[75/647] Compiling RealModule Real.swift
[76/647] Compiling RealModule ElementaryFunctions.swift
[77/647] Compiling RealModule Float+Real.swift
[78/647] Emitting module RealModule
[82/647] Compiling c-atomics.c
[84/647] Compiling RealModule Float16+Real.swift
[85/647] Emitting module SystemPackage
[87/647] Compiling RealModule RealFunctions.swift
[88/648] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[89/648] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[92/652] Compiling ConcurrencyHelpers LockedValueBox.swift
[93/652] Compiling SystemPackage Util+StringArray.swift
[94/652] Compiling SystemPackage Util.swift
[95/652] Compiling SystemPackage UtilConsumers.swift
[95/652] Wrapping AST for RealModule for debugging
[96/652] Wrapping AST for _NIOBase64 for debugging
[98/658] Compiling _NIODataStructures Heap.swift
[99/658] Emitting module _NIODataStructures
[100/659] Compiling Logging Logging.swift
[101/659] Compiling Logging LogHandler.swift
[102/659] Compiling Logging MetadataProvider.swift
[104/659] Emitting module ConcurrencyHelpers
[105/659] Compiling ConcurrencyHelpers Lock.swift
[106/659] Compiling SwiftProtobuf HashVisitor.swift
[107/659] Compiling SwiftProtobuf Internal.swift
[108/659] Compiling SwiftProtobuf JSONDecoder.swift
[109/659] Compiling SwiftProtobuf JSONDecodingError.swift
[128/660] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[129/660] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[130/708] Compiling Logging Locks.swift
[131/708] Emitting module Logging
[131/732] Wrapping AST for InternalCollectionsUtilities for debugging
[135/732] Compiling CNIOLinux liburing_shims.c
[137/732] Compiling NIOConcurrencyHelpers lock.swift
[138/732] Compiling NIOConcurrencyHelpers NIOLock.swift
[138/735] Wrapping AST for Logging for debugging
[140/735] Compiling DequeModule _DequeBuffer.swift
[141/735] Compiling DequeModule _DequeBufferHeader.swift
[141/737] Wrapping AST for _NIODataStructures for debugging
[143/737] Compiling DequeModule Deque+CustomReflectable.swift
[144/737] Compiling DequeModule Deque+Descriptions.swift
[145/739] Compiling DequeModule Deque+Equatable.swift
[146/739] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[146/739] Wrapping AST for SystemPackage for debugging
[147/739] Wrapping AST for ConcurrencyHelpers for debugging
[148/739] Compiling CNIOLLHTTP c_nio_http.c
[150/739] Emitting module UnixSignals
[150/739] Compiling CNIOLLHTTP c_nio_api.c
[151/739] Compiling CNIOExtrasZlib empty.c
[153/739] Compiling DequeModule Deque+Codable.swift
[154/739] Compiling DequeModule Deque+Collection.swift
[154/739] Compiling CNIODarwin shim.c
[156/739] Emitting module NIOConcurrencyHelpers
[157/739] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[157/739] Compiling CNIOBoringSSLShims shims.c
[159/739] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[160/739] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[161/739] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[162/739] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[163/739] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[164/739] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[165/739] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[166/746] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[167/746] Compiling NIOConcurrencyHelpers atomics.swift
[168/746] Compiling DequeModule _DequeSlot.swift
[169/746] Compiling DequeModule _UnsafeWrappedBuffer.swift
[169/747] Compiling fiat_p256_adx_sqr.S
[170/747] Compiling CNIOLLHTTP c_nio_llhttp.c
[172/747] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[173/747] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[174/747] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[175/747] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[176/747] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[177/747] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[178/747] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[179/747] Compiling DequeModule Deque+Testing.swift
[180/747] Compiling DequeModule Deque._Storage.swift
[181/747] Compiling DequeModule Deque+Extras.swift
[182/747] Compiling DequeModule Deque+Hashable.swift
[183/747] Compiling DequeModule Deque._UnsafeHandle.swift
[184/747] Compiling DequeModule Deque.swift
[185/747] Compiling fiat_p256_adx_mul.S
[187/747] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[188/747] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[189/747] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[190/747] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[198/758] Compiling fiat_curve25519_adx_square.S
[200/758] Compiling UnixSignals UnixSignalsSequence.swift
[201/758] Compiling UnixSignals UnixSignal.swift
[202/759] Compiling OrderedCollections OrderedSet+Initializers.swift
[203/759] Compiling OrderedCollections OrderedSet+Insertions.swift
[204/759] Compiling OrderedCollections OrderedSet+Invariants.swift
[205/759] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[210/759] Compiling OrderedCollections OrderedDictionary.swift
[211/759] Compiling OrderedCollections OrderedSet+Codable.swift
[212/759] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[213/759] Compiling OrderedCollections OrderedSet+Descriptions.swift
[214/759] Compiling OrderedCollections OrderedSet+Diffing.swift
[215/759] Compiling OrderedCollections OrderedSet+Equatable.swift
[216/759] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[217/759] Compiling OrderedCollections OrderedSet+Hashable.swift
[218/759] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[219/759] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[220/759] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[221/759] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[222/759] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[223/759] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[224/759] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[225/759] Compiling OrderedCollections OrderedDictionary+Values.swift
[233/759] Compiling fiat_curve25519_adx_mul.S
[236/759] Compiling Snappy Snappy.swift
[237/759] Emitting module Snappy
[237/760] Wrapping AST for NIOConcurrencyHelpers for debugging
[240/760] Compiling SwiftProtobuf ProtobufMap.swift
[241/760] Compiling SwiftProtobuf SelectiveVisitor.swift
[242/760] Compiling SwiftProtobuf SimpleExtensionMap.swift
[243/760] Compiling SwiftProtobuf StringUtils.swift
[244/760] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[245/760] Compiling SwiftProtobuf SwiftProtobufError.swift
[246/760] Compiling SwiftProtobuf TextFormatDecoder.swift
[247/760] Compiling SwiftProtobuf TextFormatDecodingError.swift
[248/760] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[249/760] Compiling SwiftProtobuf TextFormatEncoder.swift
[250/760] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[250/760] Wrapping AST for UnixSignals for debugging
[252/760] Emitting module DequeModule
[253/761] Wrapping AST for Snappy for debugging
[254/761] Wrapping AST for DequeModule for debugging
[264/761] Compiling OrderedCollections _UnsafeBitset.swift
[265/761] Compiling SwiftProtobuf TextFormatScanner.swift
[266/761] Compiling SwiftProtobuf TimeUtils.swift
[267/761] Compiling SwiftProtobuf UnknownStorage.swift
[268/761] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[269/761] Compiling SwiftProtobuf Varint.swift
[270/761] Compiling SwiftProtobuf Version.swift
[271/761] Compiling SwiftProtobuf Visitor.swift
[272/761] Compiling SwiftProtobuf WireFormat.swift
[273/761] Compiling SwiftProtobuf ZigZag.swift
[274/761] Compiling SwiftProtobuf any.pb.swift
[275/761] Emitting module OrderedCollections
[306/761] Compiling OrderedCollections OrderedSet+Sendable.swift
[307/761] Compiling OrderedCollections OrderedSet+SubSequence.swift
[308/761] Compiling OrderedCollections OrderedSet+Testing.swift
[309/761] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[310/761] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[311/761] Compiling OrderedCollections OrderedSet.swift
[318/762] Compiling tls13_server.cc
[320/762] Compiling tls_method.cc
[321/762] Compiling tls_record.cc
[322/762] Wrapping AST for OrderedCollections for debugging
[323/762] Compiling tls13_both.cc
[324/762] Compiling tls13_enc.cc
[325/762] Compiling tls13_client.cc
[327/762] Emitting module SwiftProtobuf
[339/762] Compiling ssl_x509.cc
[340/762] Compiling t1_enc.cc
[341/762] Compiling ssl_versions.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_lib.cc
[347/762] Compiling ssl_credential.cc
[348/762] Compiling ssl_file.cc
[349/762] Compiling ssl_key_share.cc
[350/762] Compiling ssl_cert.cc
[351/762] Compiling ssl_buffer.cc
[352/762] Compiling ssl_cipher.cc
[353/762] Compiling s3_pkt.cc
[354/762] Compiling ssl_aead_ctx.cc
[355/762] Compiling ssl_asn1.cc
[356/762] Compiling s3_lib.cc
[357/762] Compiling s3_both.cc
[358/762] Compiling handshake_server.cc
[359/762] Compiling handshake.cc
[360/762] Compiling handshake_client.cc
[361/762] Compiling handoff.cc
[362/762] Compiling d1_srtp.cc
[363/762] Compiling encrypted_client_hello.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 dtls_record.cc
[370/762] Compiling chacha20_poly1305_x86_64-linux.S
[370/762] Compiling dtls_method.cc
[372/762] Compiling err_data.cc
[373/762] Compiling chacha20_poly1305_armv8-win.S
[374/762] Compiling chacha20_poly1305_x86_64-apple.S
[375/762] Compiling chacha20_poly1305_armv8-linux.S
[376/762] Compiling chacha20_poly1305_armv8-apple.S
[376/762] Compiling chacha-x86_64-linux.S
[378/762] Compiling chacha-x86_64-apple.S
[379/762] Compiling chacha-x86-apple.S
[380/762] Compiling chacha-x86-linux.S
[381/762] Compiling chacha-armv8-linux.S
[382/762] Compiling chacha-armv8-win.S
[384/762] Compiling SwiftProtobuf api.pb.swift
[385/762] Compiling SwiftProtobuf descriptor.pb.swift
[386/762] Compiling SwiftProtobuf duration.pb.swift
[387/762] Compiling SwiftProtobuf empty.pb.swift
[388/762] Compiling SwiftProtobuf field_mask.pb.swift
[389/762] Compiling SwiftProtobuf source_context.pb.swift
[390/762] Compiling SwiftProtobuf struct.pb.swift
[391/762] Compiling SwiftProtobuf timestamp.pb.swift
[392/762] Compiling SwiftProtobuf type.pb.swift
[393/762] Compiling SwiftProtobuf wrappers.pb.swift
[394/762] Compiling SwiftProtobuf resource_bundle_accessor.swift
[394/762] Compiling d1_pkt.cc
[395/762] Compiling chacha-armv8-apple.S
[396/763] Compiling aes128gcmsiv-x86_64-linux.S
[397/763] Compiling aes128gcmsiv-x86_64-apple.S
[398/763] Compiling chacha-armv4-linux.S
[399/763] Compiling x86_64-mont5-linux.S
[400/763] Compiling x86_64-mont5-apple.S
[401/763] Compiling x86_64-mont-apple.S
[403/763] Compiling x86_64-mont-linux.S
[404/763] Compiling x86-mont-linux.S
[405/763] Compiling x86-mont-apple.S
[406/763] Compiling vpaes-x86_64-linux.S
[407/763] Compiling vpaes-x86_64-apple.S
[408/763] Compiling vpaes-x86-apple.S
[409/763] Compiling bio_ssl.cc
[410/763] Compiling vpaes-armv8-win.S
[411/763] Compiling vpaes-x86-linux.S
[412/763] Compiling d1_lib.cc
[413/763] Compiling vpaes-armv8-linux.S
[414/763] Compiling vpaes-armv7-linux.S
[415/763] Compiling vpaes-armv8-apple.S
[416/763] Compiling sha512-x86_64-linux.S
[417/763] Compiling sha512-x86_64-apple.S
[418/763] Compiling sha512-armv8-win.S
[419/763] Wrapping AST for SwiftProtobuf for debugging
[420/763] Compiling sha512-armv8-apple.S
[421/763] Compiling sha512-armv8-linux.S
[422/763] Compiling sha512-586-linux.S
[423/763] Compiling sha512-armv4-linux.S
[424/763] Compiling sha512-586-apple.S
[425/763] Compiling sha256-x86_64-linux.S
[426/763] Compiling sha256-armv8-win.S
[427/763] Compiling sha256-armv8-linux.S
[428/763] Compiling sha256-x86_64-apple.S
[429/763] Compiling sha256-armv4-linux.S
[430/763] Compiling sha256-armv8-apple.S
[431/763] Compiling sha256-586-linux.S
[432/763] Compiling sha256-586-apple.S
[433/763] Compiling sha1-armv8-apple.S
[434/763] Compiling sha1-x86_64-apple.S
[435/763] Compiling sha1-armv8-win.S
[436/763] Compiling sha1-x86_64-linux.S
[437/763] Compiling sha1-armv8-linux.S
[438/763] Compiling sha1-586-linux.S
[439/763] Compiling sha1-armv4-large-linux.S
[440/763] Compiling sha1-586-apple.S
[441/763] Compiling rsaz-avx2-apple.S
[442/763] Compiling rsaz-avx2-linux.S
[443/763] Compiling rdrand-x86_64-linux.S
[443/763] Compiling rdrand-x86_64-apple.S
[445/763] Compiling p256_beeu-armv8-asm-win.S
[446/763] Compiling p256_beeu-x86_64-asm-apple.S
[447/763] Compiling p256_beeu-x86_64-asm-linux.S
[448/763] Compiling p256_beeu-armv8-asm-linux.S
[449/763] Compiling p256-x86_64-asm-apple.S
[450/763] Compiling p256_beeu-armv8-asm-apple.S
[451/763] Compiling p256-x86_64-asm-linux.S
[452/763] Compiling p256-armv8-asm-apple.S
[453/763] Compiling p256-armv8-asm-win.S
[454/763] Compiling p256-armv8-asm-linux.S
[455/763] Compiling ghashv8-armv8-apple.S
[456/763] Compiling ghashv8-armv8-win.S
[457/763] Compiling ghashv8-armv8-linux.S
[458/763] Compiling ghashv8-armv7-linux.S
[459/763] Compiling ghash-x86_64-linux.S
[460/763] Compiling ghash-x86_64-apple.S
[460/763] Compiling ghash-x86-linux.S
[462/763] Compiling ghash-x86-apple.S
[463/763] Compiling ghash-ssse3-x86_64-linux.S
[464/763] Compiling ghash-ssse3-x86_64-apple.S
[465/763] Compiling ghash-ssse3-x86-linux.S
[466/763] Compiling ghash-ssse3-x86-apple.S
[467/763] Compiling ghash-neon-armv8-linux.S
[468/763] Compiling ghash-neon-armv8-win.S
[469/763] Compiling ghash-neon-armv8-apple.S
[470/763] Compiling d1_both.cc
[471/763] Compiling co-586-apple.S
[471/763] Compiling ghash-armv4-linux.S
[473/763] Compiling co-586-linux.S
[474/763] Compiling bn-armv8-win.S
[475/763] Compiling bn-armv8-linux.S
[476/763] Compiling bsaes-armv7-linux.S
[477/763] Compiling bn-armv8-apple.S
[478/763] Compiling bn-586-linux.S
[479/763] Compiling armv8-mont-linux.S
[480/763] Compiling bn-586-apple.S
[481/763] Compiling armv8-mont-win.S
[482/763] Compiling armv8-mont-apple.S
[483/763] Compiling armv4-mont-linux.S
[484/763] Compiling aesv8-gcm-armv8-linux.S
[485/763] Compiling aesv8-gcm-armv8-win.S
[486/763] Compiling aesv8-gcm-armv8-apple.S
[487/763] Compiling aesv8-armv8-win.S
[488/763] Compiling aesv8-armv7-linux.S
[489/763] Compiling aesni-x86_64-apple.S
[490/763] Compiling aesv8-armv8-apple.S
[491/763] Compiling aesni-x86-linux.S
[492/763] Compiling aesv8-armv8-linux.S
[492/763] Compiling aesni-x86-apple.S
[492/763] Compiling aesni-x86_64-linux.S
[495/763] Compiling aesni-gcm-x86_64-linux.S
[496/763] Compiling aesni-gcm-x86_64-apple.S
[497/763] Compiling aes-gcm-avx2-x86_64-apple.S
[498/763] Compiling aes-gcm-avx2-x86_64-linux.S
[499/763] Compiling aes-gcm-avx10-x86_64-linux.S
[500/763] Compiling aes-gcm-avx10-x86_64-apple.S
[501/763] Compiling x_sig.cc
[502/763] Compiling x_spki.cc
[503/763] Compiling x_x509a.cc
[504/763] Compiling x_pubkey.cc
[505/763] Compiling x_req.cc
[506/763] Compiling x_val.cc
[507/763] Compiling x_x509.cc
[508/763] Compiling x_name.cc
[509/763] Compiling x_exten.cc
[510/763] Compiling x_crl.cc
[511/763] Compiling x_all.cc
[512/763] Compiling x_attrib.cc
[513/763] Compiling x_algor.cc
[514/763] Compiling x509rset.cc
[515/763] Compiling x509spki.cc
[516/763] Compiling x509cset.cc
[517/763] Compiling x509name.cc
[518/763] Compiling x509_vpm.cc
[519/763] Compiling x509_txt.cc
[520/763] Compiling x509_vfy.cc
[521/763] Compiling x509_req.cc
[522/763] Compiling x509_set.cc
[523/763] Compiling x509_v3.cc
[524/763] Compiling x509_def.cc
[525/763] Compiling x509_d2.cc
[526/763] Compiling x509_obj.cc
[527/763] Compiling x509_trs.cc
[528/763] Compiling x509_lu.cc
[529/763] Compiling x509_ext.cc
[530/763] Compiling x509_att.cc
[531/763] Compiling v3_prn.cc
[532/763] Compiling x509.cc
[533/763] Compiling x509_cmp.cc
[534/763] Compiling v3_purp.cc
[535/763] Compiling v3_skey.cc
[536/763] Compiling v3_pcons.cc
[537/763] Compiling v3_pmaps.cc
[538/763] Compiling v3_utl.cc
[539/763] Compiling v3_ocsp.cc
[540/763] Compiling v3_lib.cc
[541/763] Compiling v3_ncons.cc
[542/763] Compiling v3_ia5.cc
[543/763] Compiling v3_int.cc
[544/763] Compiling v3_extku.cc
[545/763] Compiling v3_enum.cc
[546/763] Compiling v3_genn.cc
[547/763] Compiling v3_info.cc
[548/763] Compiling v3_crld.cc
[549/763] Compiling v3_bitst.cc
[550/763] Compiling v3_cpols.cc
[551/763] Compiling v3_bcons.cc
[552/763] Compiling v3_akey.cc
[553/763] Compiling v3_conf.cc
[554/763] Compiling v3_alt.cc
[555/763] Compiling v3_akeya.cc
[556/763] Compiling t_x509.cc
[557/763] Compiling t_x509a.cc
[558/763] Compiling t_req.cc
[559/763] Compiling name_print.cc
[560/763] Compiling i2d_pr.cc
[561/763] Compiling t_crl.cc
[562/763] Compiling rsa_pss.cc
[563/763] Compiling policy.cc
[564/763] Compiling by_file.cc
[565/763] Compiling asn1_gen.cc
[566/763] Compiling by_dir.cc
[567/763] Compiling a_verify.cc
[568/763] Compiling algorithm.cc
[569/763] Compiling voprf.cc
[570/763] Compiling a_sign.cc
[571/763] Compiling thread_win.cc
[572/763] Compiling thread_pthread.cc
[573/763] Compiling a_digest.cc
[574/763] Compiling thread_none.cc
[575/763] Compiling thread.cc
[576/763] Compiling trust_token.cc
[577/763] Compiling stack.cc
[577/763] Compiling pmbtoken.cc
[579/763] Compiling siphash.cc
[580/763] Compiling sha256.cc
[581/763] Compiling sha512.cc
[582/763] Compiling slhdsa.cc
[583/763] Compiling sha1.cc
[584/763] Compiling rsa_print.cc
[585/763] Compiling rsa_extra.cc
[586/763] Compiling spake2plus.cc
[587/763] Compiling refcount.cc
[588/763] Compiling rsa_crypt.cc
[589/763] Compiling rc4.cc
[590/763] Compiling windows.cc
[591/763] Compiling rand.cc
[592/763] Compiling urandom.cc
[593/763] Compiling rsa_asn1.cc
[594/763] Compiling trusty.cc
[595/763] Compiling passive.cc
[596/763] Compiling getentropy.cc
[597/763] Compiling ios.cc
[598/763] Compiling poly1305_arm_asm.S
[599/763] Compiling forkunsafe.cc
[600/763] Compiling deterministic.cc
[601/763] Compiling fork_detect.cc
[602/763] Compiling poly1305_arm.cc
[603/763] Compiling poly1305_vec.cc
[604/763] Compiling poly1305.cc
[605/763] Compiling pool.cc
[606/763] Compiling pkcs8.cc
[607/763] Compiling pkcs8_x509.cc
[608/763] Compiling pkcs7.cc
[609/763] Compiling pkcs7_x509.cc
[610/763] Compiling p5_pbev2.cc
[611/763] Compiling pem_x509.cc
[612/763] Compiling pem_xaux.cc
[613/763] Compiling pem_pkey.cc
[614/763] Compiling pem_pk8.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_xref.cc
[620/763] Compiling obj.cc
[621/763] Compiling pem_all.cc
[622/763] Compiling mldsa.cc
[623/763] Compiling poly_rq_mul.S
[624/763] Compiling mem.cc
[625/763] Compiling md5.cc
[626/763] Compiling fips_shared_support.cc
[627/763] Compiling md4.cc
[628/763] Compiling lhash.cc
[629/763] Compiling ex_data.cc
[630/763] Compiling hrss.cc
[631/763] Compiling sign.cc
[632/763] Compiling kyber.cc
[633/763] Compiling scrypt.cc
[634/763] Compiling hpke.cc
[635/763] Compiling print.cc
[636/763] Compiling pbkdf.cc
[637/763] Compiling p_x25519.cc
[638/763] Compiling p_ed25519.cc
[639/763] Compiling p_x25519_asn1.cc
[640/763] Compiling p_ed25519_asn1.cc
[641/763] Compiling p_rsa_asn1.cc
[642/763] Compiling p_rsa.cc
[643/763] Compiling p_ec_asn1.cc
[644/763] Compiling p_ec.cc
[645/763] Compiling p_hkdf.cc
[646/763] Compiling evp_ctx.cc
[647/763] Compiling p_dsa_asn1.cc
[648/763] Compiling engine.cc
[649/763] Compiling p_dh.cc
[650/763] Compiling err.cc
[651/763] Compiling ecdh.cc
[652/763] Compiling evp.cc
[653/763] Compiling evp_asn1.cc
[654/763] Compiling ec_derive.cc
[655/763] Compiling ecdsa_asn1.cc
[656/763] Compiling hash_to_curve.cc
[657/763] Compiling dsa_asn1.cc
[658/763] Compiling dsa.cc
[659/763] Compiling digest_extra.cc
[660/763] Compiling ec_asn1.cc
[661/763] Compiling x25519-asm-arm.S
[662/763] Compiling params.cc
[663/763] Compiling des.cc
[664/763] Compiling cpu_intel.cc
[665/763] Compiling spake25519.cc
[665/763] Compiling crypto.cc
[667/763] Compiling dh_asn1.cc
[668/763] Compiling curve25519.cc
[669/763] Compiling cpu_arm_linux.cc
[670/763] Compiling cpu_arm_freebsd.cc
[671/763] Compiling cpu_aarch64_openbsd.cc
[672/763] Compiling cpu_aarch64_sysreg.cc
[673/763] Compiling cpu_aarch64_win.cc
[674/763] Compiling bcm.cc
[675/763] Compiling cpu_aarch64_linux.cc
[676/763] Compiling cpu_aarch64_fuchsia.cc
[676/763] Compiling curve25519_64_adx.cc
[678/763] Compiling cpu_aarch64_apple.cc
[679/763] Compiling conf.cc
[680/763] Compiling tls_cbc.cc
[681/763] Compiling get_cipher.cc
[682/763] Compiling e_tls.cc
[683/763] Compiling e_rc4.cc
[684/763] Compiling e_null.cc
[685/763] Compiling e_rc2.cc
[686/763] Compiling derive_key.cc
[687/763] Compiling e_aesctrhmac.cc
[688/763] Compiling e_aesgcmsiv.cc
[689/763] Compiling e_des.cc
[690/763] Compiling e_chacha20poly1305.cc
[691/763] Compiling chacha.cc
[692/763] Compiling unicode.cc
[693/763] Compiling buf.cc
[694/763] Compiling cbs.cc
[695/763] Compiling ber.cc
[696/763] Compiling cbb.cc
[697/763] Compiling bn_asn1.cc
[698/763] Compiling asn1_compat.cc
[699/763] Compiling convert.cc
[700/763] Compiling blake2.cc
[701/763] Compiling socket_helper.cc
[702/763] Compiling socket.cc
[703/763] Compiling printf.cc
[704/763] Compiling pair.cc
[705/763] Compiling hexdump.cc
[706/763] Compiling file.cc
[707/763] Compiling errno.cc
[708/763] Compiling fd.cc
[709/763] Compiling connect.cc
[710/763] Compiling bio_mem.cc
[711/763] Compiling base64.cc
[712/763] Compiling bio.cc
[713/763] Compiling tasn_enc.cc
[714/763] Compiling tasn_fre.cc
[715/763] Compiling posix_time.cc
[716/763] Compiling f_string.cc
[717/763] Compiling tasn_typ.cc
[718/763] Compiling tasn_new.cc
[719/763] Compiling tasn_dec.cc
[720/763] Compiling tasn_utl.cc
[721/763] Compiling asn_pack.cc
[722/763] Compiling f_int.cc
[723/763] Compiling asn1_par.cc
[724/763] Compiling a_utctm.cc
[725/763] Compiling asn1_lib.cc
[726/763] Compiling a_octet.cc
[727/763] Compiling a_strex.cc
[728/763] Compiling a_type.cc
[728/763] Write sources
[734/763] Compiling a_time.cc
[735/763] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[736/763] Compiling a_object.cc
[737/763] Compiling a_strnid.cc
[738/793] Compiling a_d2i_fp.cc
[739/841] Compiling a_mbstr.cc
[740/852] Compiling a_int.cc
[742/852] Compiling Atomics AtomicMemoryOrderings.swift
[743/852] Compiling Atomics DoubleWord.swift
[744/852] Compiling Atomics ManagedAtomic.swift
[745/852] Compiling Atomics ManagedAtomicLazyReference.swift
[746/852] Compiling Atomics UnsafeAtomic.swift
[747/852] Compiling Atomics UnsafeAtomicLazyReference.swift
[748/854] Compiling Atomics Primitives.shims.swift
[749/854] Compiling Atomics AtomicInteger.swift
[750/854] Compiling Atomics AtomicOptionalWrappable.swift
[751/854] Compiling Atomics OptionalRawRepresentable.swift
[752/854] Compiling Atomics RawRepresentable.swift
[753/854] Compiling Atomics AtomicBool.swift
[754/854] Compiling Atomics AtomicReference.swift
[755/854] Compiling Atomics AtomicStorage.swift
[756/854] Compiling Atomics AtomicValue.swift
[757/854] Compiling Atomics IntegerOperations.swift
[758/854] Compiling Atomics Unmanaged extensions.swift
[759/854] Compiling Algorithms Split.swift
[760/854] Compiling Algorithms Stride.swift
[761/854] Compiling Algorithms Suffix.swift
[764/854] Compiling Algorithms Rotate.swift
[768/857] Compiling Atomics IntegerConformances.swift
[769/857] Compiling Atomics PointerConformances.swift
[770/857] Compiling Atomics Primitives.native.swift
[772/863] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[773/863] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[774/863] Compiling AsyncAlgorithms MergeStateMachine.swift
[775/863] Compiling AsyncAlgorithms MergeStorage.swift
[776/863] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[777/863] Compiling AsyncAlgorithms Rethrow.swift
[778/863] Emitting module AsyncAlgorithms
[803/863] Compiling Algorithms Trim.swift
[804/863] Compiling Algorithms Unique.swift
[807/863] Compiling Algorithms Windows.swift
[820/863] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[821/863] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[822/863] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[823/863] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[824/863] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[825/863] Compiling AsyncAlgorithms ChannelStateMachine.swift
[826/863] Compiling AsyncAlgorithms ChannelStorage.swift
[827/863] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[828/863] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[829/863] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[830/863] Compiling AsyncAlgorithms CombineLatestStorage.swift
[831/863] Emitting module Atomics
[832/863] Compiling AsyncAlgorithms SetAlgebra.swift
[833/863] Compiling AsyncAlgorithms UnsafeTransfer.swift
[834/863] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[835/863] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[836/863] Compiling AsyncAlgorithms ZipStateMachine.swift
[837/863] Compiling AsyncAlgorithms ZipStorage.swift
[838/864] Emitting module Algorithms
[844/866] Wrapping AST for AsyncAlgorithms for debugging
[845/866] Wrapping AST for Algorithms for debugging
[846/871] Wrapping AST for Atomics for debugging
[848/933] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[849/933] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[850/934] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[851/934] Compiling ServiceLifecycle CancellationWaiter.swift
[852/934] Emitting module ServiceLifecycle
[853/934] Compiling ServiceLifecycle GracefulShutdown.swift
[854/934] Compiling ServiceLifecycle ServiceRunnerError.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 SingleStepByteToMessageDecoder.swift
[876/943] Compiling NIOCore SocketAddresses.swift
[877/943] Compiling NIOCore SocketOptionProvider.swift
[878/943] Compiling NIOCore SystemCallHelpers.swift
[879/943] Compiling NIOCore TimeAmount+Duration.swift
[880/943] Compiling NIOCore TypeAssistedChannelHandler.swift
[881/943] Compiling NIOCore UniversalBootstrapSupport.swift
[882/943] Compiling NIOCore Utilities.swift
[883/943] Compiling NIOCore AddressedEnvelope.swift
[884/943] Compiling NIOCore AsyncAwaitSupport.swift
[885/943] Compiling NIOCore AsyncChannel.swift
[886/943] Compiling NIOCore AsyncChannelHandler.swift
[887/943] Compiling NIOCore AsyncChannelInboundStream.swift
[888/943] Compiling NIOCore AsyncChannelOutboundWriter.swift
[889/943] Compiling NIOCore NIOAsyncSequenceProducer.swift
[890/943] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[891/943] Compiling NIOCore NIOAsyncWriter.swift
[892/943] Compiling NIOCore EventLoop.swift
[893/943] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[894/943] Compiling NIOCore EventLoopFuture+Deprecated.swift
[895/943] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[896/943] Compiling NIOCore EventLoopFuture.swift
[897/943] Compiling NIOCore FileDescriptor.swift
[898/943] Compiling NIOCore FileHandle.swift
[899/943] Compiling NIOCore FileRegion.swift
[900/943] Compiling NIOCore ChannelPipeline.swift
[901/943] Compiling NIOCore CircularBuffer.swift
[902/943] Compiling NIOCore Codec.swift
[903/943] Compiling NIOCore ConvenienceOptionSupport.swift
[904/943] Compiling NIOCore DeadChannel.swift
[905/943] Compiling NIOCore DispatchQueue+WithFuture.swift
[906/943] Compiling NIOCore EventLoop+Deprecated.swift
[907/943] Compiling NIOCore EventLoop+SerialExecutor.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] Compiling NIOEmbedded Embedded.swift
[929/995] Emitting module NIOEmbedded
[930/995] Compiling NIOEmbedded AsyncTestingChannel.swift
[931/995] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[933/996] Compiling NIOPosix IO.swift
[934/996] Compiling NIOPosix IntegerBitPacking.swift
[935/996] Compiling NIOPosix IntegerTypes.swift
[936/996] Compiling NIOPosix Linux.swift
[937/996] Compiling NIOPosix LinuxCPUSet.swift
[938/996] Compiling NIOPosix LinuxUring.swift
[939/996] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[939/1002] Wrapping AST for NIOEmbedded for debugging
[941/1002] Emitting module NIOPosix
[942/1002] Compiling NIOPosix ThreadPosix.swift
[943/1002] Compiling NIOPosix ThreadWindows.swift
[944/1002] Compiling NIOPosix UnsafeTransfer.swift
[945/1002] Compiling NIOPosix Utilities.swift
[946/1002] Compiling NIOPosix VsockAddress.swift
[947/1002] Compiling NIOPosix VsockChannelEvents.swift
[948/1002] Compiling NIOPosix BSDSocketAPICommon.swift
[949/1002] Compiling NIOPosix BSDSocketAPIPosix.swift
[950/1002] Compiling NIOPosix BSDSocketAPIWindows.swift
[951/1002] Compiling NIOPosix BaseSocket.swift
[952/1002] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[953/1002] Compiling NIOPosix BaseSocketChannel.swift
[954/1002] Compiling NIOPosix BaseStreamSocketChannel.swift
[955/1002] Compiling NIOPosix ServerSocket.swift
[956/1002] Compiling NIOPosix Socket.swift
[957/1002] Compiling NIOPosix SocketChannel.swift
[958/1002] Compiling NIOPosix SocketProtocols.swift
[959/1002] Compiling NIOPosix System.swift
[960/1002] Compiling NIOPosix Thread.swift
[961/1002] Compiling NIOPosix PooledRecvBufferAllocator.swift
[962/1002] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[963/1002] Compiling NIOPosix PosixSingletons.swift
[964/1002] Compiling NIOPosix RawSocketBootstrap.swift
[965/1002] Compiling NIOPosix Resolver.swift
[966/1002] Compiling NIOPosix Selectable.swift
[967/1002] Compiling NIOPosix SelectableChannel.swift
[968/1002] Compiling NIOPosix SelectableEventLoop.swift
[969/1002] Compiling NIOPosix SelectorEpoll.swift
[970/1002] Compiling NIOPosix SelectorGeneric.swift
[971/1002] Compiling NIOPosix SelectorKqueue.swift
[972/1002] Compiling NIOPosix SelectorUring.swift
[973/1002] Compiling NIOPosix Bootstrap.swift
[974/1002] Compiling NIOPosix ControlMessage.swift
[975/1002] Compiling NIOPosix DatagramVectorReadManager.swift
[976/1002] Compiling NIOPosix Errors+Any.swift
[977/1002] Compiling NIOPosix FileDescriptor.swift
[978/1002] Compiling NIOPosix GetaddrinfoResolver.swift
[979/1002] Compiling NIOPosix HappyEyeballs.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] Emitting module NIO
[990/1005] Compiling NIO Exports.swift
[991/1006] Wrapping AST for NIO for debugging
[993/1045] Compiling NIOTLS TLSEvents.swift
[994/1045] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[995/1045] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[996/1045] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[997/1045] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[998/1045] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[999/1045] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1000/1045] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1001/1045] Compiling NIOSOCKS ClientStateMachine.swift
[1002/1046] Emitting module NIOSOCKS
[1003/1046] Compiling NIOSOCKS SOCKSResponse.swift
[1004/1046] Compiling NIOSOCKS AuthenticationMethod.swift
[1005/1046] Compiling NIOSOCKS ClientGreeting.swift
[1006/1046] Compiling NIOSOCKS SOCKSClientHandler.swift
[1007/1046] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1008/1046] Compiling NIOSOCKS ServerStateMachine.swift
[1009/1046] Compiling NIOTLS SNIHandler.swift
[1010/1046] Emitting module NIOTLS
[1011/1047] Compiling NIOSOCKS Messages.swift
[1012/1047] Compiling NIOSOCKS SOCKSRequest.swift
[1013/1047] Compiling NIOSOCKS Errors.swift
[1014/1047] Compiling NIOSOCKS Helpers.swift
[1016/1048] Emitting module NIOHTTP1
[1018/1050] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1020/1050] Emitting module NIOFoundationCompat
[1021/1050] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1021/1051] Wrapping AST for NIOTLS for debugging
[1023/1051] Wrapping AST for NIOSOCKS for debugging
[1024/1080] Wrapping AST for NIOFoundationCompat for debugging
[1026/1080] Compiling NIOSSL SSLCertificateExtensions.swift
[1027/1080] Compiling NIOSSL SSLConnection.swift
[1028/1080] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1029/1080] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1030/1102] Compiling NIOTransportServices StateManagedChannel.swift
[1031/1102] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1032/1102] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1033/1104] Emitting module NIOTransportServices
[1034/1104] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1035/1104] Compiling NIOTransportServices NIOTSErrors.swift
[1036/1104] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1037/1104] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1038/1104] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1039/1104] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1040/1104] Compiling NIOTransportServices NIOTSSingletons.swift
[1041/1104] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1042/1104] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1043/1104] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1046/1104] Compiling NIOTransportServices NIOTSEventLoop.swift
[1047/1104] Compiling NIOTransportServices NIOTSBootstraps.swift
[1048/1104] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1049/1104] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1050/1104] Compiling NIOTransportServices AcceptHandler.swift
[1051/1104] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1052/1104] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1053/1104] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1054/1104] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1055/1104] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1066/1106] Wrapping AST for NIOTransportServices for debugging
[1067/1109] Wrapping AST for NIOHTTP1 for debugging
[1069/1124] Emitting module NIOSSL
[1070/1127] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1071/1127] Compiling NIOHPACK IndexedHeaderTable.swift
[1072/1127] Compiling NIOHPACK IntegerCoding.swift
[1073/1128] Compiling NIOSSL NIOSSLSecureBytes.swift
[1074/1128] Compiling NIOSSL RNG.swift
[1075/1128] Compiling NIOSSL SafeCompare.swift
[1076/1128] Compiling NIOSSL Zeroization.swift
[1077/1128] Compiling NIOHPACK StaticHeaderTable.swift
[1078/1128] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1079/1128] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1080/1128] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1081/1128] Compiling NIOHTTPCompression HTTPDecompression.swift
[1086/1128] Emitting module NIOHTTPCompression
[1087/1128] Compiling NIOHTTPCompression HTTPCompression.swift
[1088/1129] Compiling NIOHPACK HuffmanCoding.swift
[1089/1129] Compiling NIOHPACK HuffmanTables.swift
[1090/1129] Compiling NIOHPACK DynamicHeaderTable.swift
[1091/1129] Compiling NIOHPACK HPACKDecoder.swift
[1093/1129] Compiling NIOHPACK HPACKEncoder.swift
[1094/1129] Compiling NIOHPACK HPACKErrors.swift
[1095/1129] Compiling NIOHPACK HPACKHeader.swift
[1096/1129] Compiling NIOHPACK HeaderTables.swift
[1104/1129] Compiling NIOSSL SSLCallbacks.swift
[1109/1129] Emitting module NIOHPACK
[1110/1130] Wrapping AST for NIOHTTPCompression for debugging
[1111/1130] Wrapping AST for NIOHPACK for debugging
[1113/1188] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1114/1188] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1115/1188] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1116/1188] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1117/1188] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1118/1188] Compiling NIOHTTP2 HasLocalSettings.swift
[1119/1188] Compiling NIOHTTP2 HasRemoteSettings.swift
[1120/1188] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1121/1188] Compiling NIOHTTP2 QuiescingState.swift
[1122/1188] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1123/1188] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1128/1196] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1129/1196] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1130/1196] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1131/1196] Compiling NIOHTTP2 HTTP2StreamID.swift
[1133/1197] Emitting module NIOHTTP2
[1134/1197] Compiling NIOHTTP2 MaySendFrames.swift
[1135/1197] Compiling NIOHTTP2 SendingDataState.swift
[1136/1197] Compiling NIOHTTP2 SendingGoawayState.swift
[1137/1197] Compiling NIOHTTP2 SendingHeadersState.swift
[1138/1197] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1139/1197] Compiling NIOHTTP2 SendingRstStreamState.swift
[1140/1197] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1141/1197] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1142/1197] Compiling NIOHTTP2 StateMachineResult.swift
[1143/1197] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1144/1197] Compiling NIOHTTP2 DOSHeuristics.swift
[1145/1197] Compiling NIOHTTP2 Error+Any.swift
[1146/1197] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1147/1197] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1148/1197] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1149/1197] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1149/1197] Wrapping AST for NIOSSL for debugging
[1151/1197] Compiling NIOHTTP2 InboundWindowManager.swift
[1152/1197] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1153/1197] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1154/1197] Compiling NIOHTTP2 StreamChannelList.swift
[1155/1197] Compiling NIOHTTP2 StreamMap.swift
[1156/1197] Compiling NIOHTTP2 StreamStateMachine.swift
[1157/1197] Compiling NIOHTTP2 UnsafeTransfer.swift
[1158/1197] Compiling NIOHTTP2 WatermarkedFlowController.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 HTTP2FlowControlWindow.swift
[1168/1197] Compiling NIOHTTP2 HTTP2Frame.swift
[1169/1197] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1170/1197] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1171/1197] Compiling NIOHTTP2 HTTP2PingData.swift
[1172/1197] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1173/1197] Compiling NIOHTTP2 HTTP2Settings.swift
[1174/1197] Compiling NIOHTTP2 HTTP2Stream.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
[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 AnyAsyncSequence.swift
[1196/1265] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1197/1265] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1198/1265] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1199/1265] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1200/1265] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1201/1265] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1202/1265] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1203/1265] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1204/1265] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1205/1265] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1206/1265] Compiling AsyncHTTPClient Transaction.swift
[1207/1265] Compiling AsyncHTTPClient Base64.swift
[1208/1265] Compiling AsyncHTTPClient BasicAuth.swift
[1209/1265] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1210/1265] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1211/1265] Compiling AsyncHTTPClient ConnectionPool.swift
[1212/1265] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.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 HTTPConnectionPool+StateMachine.swift
[1222/1265] Compiling AsyncHTTPClient ConnectionTarget.swift
[1223/1265] Compiling AsyncHTTPClient DeconstructedURL.swift
[1224/1265] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1225/1265] Compiling AsyncHTTPClient FoundationExtensions.swift
[1226/1265] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1227/1265] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1228/1265] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1229/1265] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1230/1265] Compiling AsyncHTTPClient RequestOptions.swift
[1231/1265] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1232/1265] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1233/1265] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1234/1265] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1235/1265] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1236/1265] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.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 RequestBag.swift
[1246/1265] Compiling AsyncHTTPClient RequestValidation.swift
[1247/1265] Compiling AsyncHTTPClient SSLContextCache.swift
[1248/1265] Compiling AsyncHTTPClient Scheme.swift
[1249/1265] Compiling AsyncHTTPClient Singleton.swift
[1250/1265] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1251/1265] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1252/1265] Compiling AsyncHTTPClient Utils.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/1277] Compiling LoggingLoki LokiTransport.swift
[1265/1278] Emitting module LoggingLoki
[1266/1278] Compiling LoggingLoki Batch.swift
[1267/1278] Compiling LoggingLoki BatchEntry.swift
[1268/1278] Compiling LoggingLoki push.pb.swift
[1269/1278] Compiling LoggingLoki Timeout.swift
[1270/1278] Compiling LoggingLoki LokiLogProcessor.swift
[1271/1278] Compiling LoggingLoki LokiRequest.swift
[1272/1278] Compiling LoggingLoki LokiLog.swift
[1273/1278] Compiling LoggingLoki LokiLogHandler.swift
[1274/1278] Compiling LoggingLoki LokiStream.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! (234.16s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin.git"
},
{
"identity" : "swift-protobuf",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-protobuf.git"
},
{
"identity" : "swift-snappy",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/lovetodream/swift-snappy.git"
},
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client.git"
},
{
"identity" : "swift-service-lifecycle",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-service-lifecycle.git"
}
],
"manifest_display_name" : "swift-log-loki",
"name" : "swift-log-loki",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "tvos",
"version" : "18.0"
},
{
"name" : "watchos",
"version" : "11.0"
},
{
"name" : "visionos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "LoggingLoki",
"targets" : [
"LoggingLoki"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "BasicUsage",
"targets" : [
"BasicUsage"
],
"type" : {
"snippet" : null
}
}
],
"targets" : [
{
"c99name" : "LoggingLokiTests",
"module_type" : "SwiftTarget",
"name" : "LoggingLokiTests",
"path" : "Tests/LoggingLokiTests",
"sources" : [
"IntegrationTests.swift",
"LokiLogHandlerTests.swift",
"LokiLogProcessorConfigurationTests.swift",
"LokiLogProcessorTests.swift",
"MockClock.swift"
],
"target_dependencies" : [
"LoggingLoki"
],
"type" : "test"
},
{
"c99name" : "LoggingLoki",
"module_type" : "SwiftTarget",
"name" : "LoggingLoki",
"path" : "Sources/LoggingLoki",
"product_dependencies" : [
"Logging",
"SwiftProtobuf",
"Snappy",
"AsyncHTTPClient",
"ServiceLifecycle"
],
"product_memberships" : [
"LoggingLoki",
"BasicUsage"
],
"sources" : [
"Batch.swift",
"BatchEntry.swift",
"LokiLog.swift",
"LokiLogHandler.swift",
"LokiLogProcessor.swift",
"LokiRequest.swift",
"LokiStream.swift",
"LokiTransformer.swift",
"LokiTransport.swift",
"Proto/push.pb.swift",
"Utility/Timeout.swift"
],
"type" : "library"
},
{
"c99name" : "BasicUsage",
"module_type" : "SwiftTarget",
"name" : "BasicUsage",
"path" : "Snippets",
"product_memberships" : [
"BasicUsage"
],
"sources" : [
"BasicUsage.swift"
],
"target_dependencies" : [
"LoggingLoki"
],
"type" : "snippet"
}
],
"tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.