Build Information
Successful build of swift-log-loki, reference v2.0.0-rc.1 (5782de
), with Swift 6.1 for Linux on 28 Apr 2025 16:49:24 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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: 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.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-0":/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/apple/swift-docc-plugin.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-log.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-protobuf.git
[1/2390] Fetching swift-service-lifecycle
[742/4439] Fetching swift-service-lifecycle, swift-docc-plugin
[2378/4633] Fetching swift-service-lifecycle, swift-docc-plugin, swift-snappy
[2552/8469] Fetching swift-service-lifecycle, swift-docc-plugin, swift-snappy, swift-log
[8122/22324] Fetching swift-service-lifecycle, swift-docc-plugin, swift-snappy, swift-log, async-http-client
Fetched https://github.com/apple/swift-docc-plugin.git from cache (0.46s)
[8637/20275] Fetching swift-service-lifecycle, swift-snappy, swift-log, async-http-client
[20276/58779] Fetching swift-service-lifecycle, swift-snappy, swift-log, async-http-client, swift-protobuf
Fetched https://github.com/swift-server/async-http-client.git from cache (0.90s)
[10656/44924] Fetching swift-service-lifecycle, swift-snappy, swift-log, swift-protobuf
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (4.70s)
Fetched https://github.com/lovetodream/swift-snappy.git from cache (4.70s)
Fetched https://github.com/apple/swift-log.git from cache (4.70s)
Fetched https://github.com/apple/swift-protobuf.git from cache (4.77s)
Computing version for https://github.com/lovetodream/swift-snappy.git
Computed https://github.com/lovetodream/swift-snappy.git at 1.0.0 (7.05s)
Fetching https://github.com/apple/swift-system
[1/4353] Fetching swift-system
Fetched https://github.com/apple/swift-system from cache (0.38s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.4.2 (0.89s)
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.60s)
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.44s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.05s)
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 (0.36s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.97s)
Fetching https://github.com/apple/swift-collections.git
[1/16242] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.11s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.87s)
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.51s)
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.56s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-algorithms.git
[1/2619] Fetching swift-nio-transport-services
[2620/14111] Fetching swift-nio-transport-services, swift-nio-http2
[2965/20014] Fetching swift-nio-transport-services, swift-nio-http2, swift-algorithms
[3376/21719] Fetching swift-nio-transport-services, swift-nio-http2, swift-algorithms, swift-atomics
[3377/27381] Fetching swift-nio-transport-services, swift-nio-http2, swift-algorithms, swift-atomics, swift-nio-extras
[18419/42174] Fetching swift-nio-transport-services, swift-nio-http2, swift-algorithms, swift-atomics, swift-nio-extras, swift-nio-ssl
Fetched https://github.com/apple/swift-algorithms.git from cache (0.50s)
Fetching https://github.com/apple/swift-nio.git
[14783/36271] Fetching swift-nio-transport-services, swift-nio-http2, swift-atomics, swift-nio-extras, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.53s)
[9384/30609] Fetching swift-nio-transport-services, swift-nio-http2, swift-atomics, swift-nio-ssl
[26173/106133] Fetching swift-nio-transport-services, swift-nio-http2, swift-atomics, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.20s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.20s)
[37614/101809] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.22s)
[27633/90317] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.81s)
[47581/75524] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.46s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (5.52s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.42s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.93s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.59s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (0.88s)
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.55s)
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.68s)
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.61s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/904] Fetching swift-http-types
[905/2031] Fetching swift-http-types, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-types.git from cache (0.28s)
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.2 (0.79s)
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.52s)
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.53s)
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/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-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-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/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-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-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.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-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-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-docc-plugin.git
Working copy of https://github.com/apple/swift-docc-plugin.git resolved at 1.4.3
Creating working copy for https://github.com/apple/swift-nio-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-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-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-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-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/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/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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
[1/1] Compiling plugin SwiftProtobufPlugin
[2/2] Compiling plugin Swift-DocC Preview
[3/3] Compiling plugin Swift-DocC
Building for debugging...
[3/491] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[4/491] Write swift-version-24593BA9C3E375BF.txt
[5/491] Compiling a_dup.cc
[5/491] Write sources
[8/491] Compiling _NumericsShims _NumericsShims.c
[9/491] Compiling a_bitstr.cc
[10/491] Compiling _AtomicsShims.c
[11/491] Write sources
[13/491] Copying PrivacyInfo.xcprivacy
[14/491] Write sources
[15/491] Compiling a_d2i_fp.cc
[16/491] Compiling SnappyC snappy.c
[16/491] Compiling a_bool.cc
[17/491] Write sources
[27/493] Compiling a_time.cc
[28/493] Write sources
[42/495] Compiling SnappyC map.c
[43/497] Compiling CSystem shims.c
[45/612] Emitting module _NIOBase64
[46/612] Emitting module Logging
[46/612] Compiling c-nioatomics.c
[48/640] Compiling _NIODataStructures _TinyArray.swift
[49/640] Compiling SystemPackage FilePath.swift
[50/640] Compiling SystemPackage FilePathComponentView.swift
[51/642] Compiling SystemPackage Syscalls.swift
[52/642] Compiling SystemPackage WindowsSyscallAdapters.swift
[53/642] Compiling Logging LogHandler.swift
[53/642] Compiling c-atomics.c
[55/642] Compiling RealModule Float80+Real.swift
[56/642] Compiling RealModule Real.swift
[57/643] Compiling _NIODataStructures PriorityQueue.swift
[58/643] Compiling SystemPackage FilePathComponents.swift
[59/643] Compiling SystemPackage Mocking.swift
[60/643] Compiling SystemPackage RawBuffer.swift
[61/643] Compiling SystemPackage FileHelpers.swift
[62/643] Compiling SystemPackage FileOperations.swift
[63/643] Compiling SystemPackage Errno.swift
[64/643] Compiling SystemPackage ErrnoWindows.swift
[65/643] Emitting module RealModule
[66/643] Emitting module InternalCollectionsUtilities
[67/643] Compiling SystemPackage FilePathTempPosix.swift
[68/643] Compiling SystemPackage FileDescriptor.swift
[69/643] Compiling SystemPackage FilePathTempWindows.swift
[74/643] Compiling SystemPackage FilePathWindows.swift
[75/643] Compiling SystemPackage FilePermissions.swift
[76/643] Compiling _NIOBase64 Base64.swift
[77/643] Compiling RealModule Float16+Real.swift
[78/643] Compiling RealModule ElementaryFunctions.swift
[79/643] Compiling RealModule Float+Real.swift
[81/644] Compiling RealModule RealFunctions.swift
[82/645] Emitting module SystemPackage
[84/651] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[85/651] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[85/652] Wrapping AST for _NIOBase64 for debugging
[87/658] Compiling Logging MetadataProvider.swift
[89/658] Compiling ConcurrencyHelpers LockedValueBox.swift
[89/658] Wrapping AST for RealModule for debugging
[90/658] Compiling CNIOWindows shim.c
[92/658] Compiling _NIODataStructures Heap.swift
[93/658] Emitting module _NIODataStructures
[94/659] Compiling Logging Locks.swift
[95/659] Compiling Logging Logging.swift
[101/660] Compiling SystemPackage Util+StringArray.swift
[102/660] Compiling SystemPackage Util.swift
[103/660] Compiling SystemPackage UtilConsumers.swift
[109/665] Emitting module ConcurrencyHelpers
[110/665] Compiling ConcurrencyHelpers Lock.swift
[111/677] Compiling SystemPackage MachPort.swift
[112/677] Compiling SystemPackage PlatformString.swift
[113/677] Compiling SystemPackage SystemString.swift
[114/677] Compiling DequeModule _DequeBuffer.swift
[115/677] Compiling DequeModule _DequeBufferHeader.swift
[118/677] Compiling SystemPackage FilePathParsing.swift
[119/677] Compiling SystemPackage FilePathString.swift
[120/677] Compiling SystemPackage FilePathSyntax.swift
[121/677] Compiling SystemPackage FilePathTemp.swift
[124/677] Compiling SystemPackage Constants.swift
[125/677] Compiling SystemPackage Exports.swift
[126/731] Compiling OrderedCollections _HashTable+Constants.swift
[127/731] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[129/733] Compiling OrderedCollections _HashTable+Testing.swift
[130/733] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[131/733] Compiling NIOConcurrencyHelpers lock.swift
[132/733] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[133/733] Emitting module NIOConcurrencyHelpers
[133/733] Wrapping AST for InternalCollectionsUtilities for debugging
[134/733] Wrapping AST for _NIODataStructures for debugging
[135/733] Compiling CNIOWindows WSAStartup.c
[137/733] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[138/733] Compiling OrderedCollections OrderedDictionary+Elements.swift
[138/733] Wrapping AST for Logging for debugging
[139/733] Wrapping AST for ConcurrencyHelpers for debugging
[140/733] Compiling CNIOWASI CNIOWASI.c
[141/736] Compiling CNIOLinux liburing_shims.c
[143/736] Compiling NIOConcurrencyHelpers NIOLock.swift
[144/736] Compiling NIOConcurrencyHelpers atomics.swift
[145/736] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[145/736] Compiling CNIOLinux shim.c
[149/737] Compiling OrderedCollections _HashTable.swift
[150/737] Compiling OrderedCollections _Hashtable+Header.swift
[150/737] Compiling CNIOLLHTTP c_nio_http.c
[153/738] Compiling CNIOLLHTTP c_nio_api.c
[155/738] Compiling DequeModule _DequeSlot.swift
[156/738] Compiling DequeModule _UnsafeWrappedBuffer.swift
[156/738] Compiling CNIOExtrasZlib empty.c
[157/738] Compiling CNIODarwin shim.c
[159/738] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[160/738] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[161/738] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[162/738] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[163/738] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[164/738] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[165/738] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[166/738] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[167/738] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[168/738] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[169/738] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[170/738] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[171/738] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[172/738] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[172/745] Compiling CNIOLLHTTP c_nio_llhttp.c
[174/745] Compiling OrderedCollections OrderedDictionary.swift
[175/745] Compiling OrderedCollections OrderedSet+Codable.swift
[176/745] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[177/745] Compiling OrderedCollections OrderedSet+Descriptions.swift
[178/745] Compiling OrderedCollections OrderedSet+Diffing.swift
[179/745] Compiling OrderedCollections OrderedSet+Equatable.swift
[180/745] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[181/745] Compiling OrderedCollections OrderedSet+Hashable.swift
[182/745] Compiling OrderedCollections OrderedDictionary+Codable.swift
[183/745] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[186/745] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[187/745] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[187/745] Wrapping AST for SystemPackage for debugging
[189/745] Emitting module UnixSignals
[189/745] Wrapping AST for NIOConcurrencyHelpers for debugging
[190/747] Compiling fiat_p256_adx_sqr.S
[191/747] Compiling fiat_p256_adx_mul.S
[193/747] Compiling OrderedCollections _HashTable+Bucket.swift
[194/747] Compiling OrderedCollections _HashTable+BucketIterator.swift
[195/747] Emitting module DequeModule
[196/748] Compiling OrderedCollections OrderedSet+Initializers.swift
[197/748] Compiling OrderedCollections OrderedSet+Insertions.swift
[198/748] Compiling OrderedCollections OrderedSet+Invariants.swift
[199/748] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[200/748] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[201/748] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[202/748] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[203/748] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[203/748] Compiling fiat_curve25519_adx_square.S
[205/748] Compiling UnixSignals UnixSignal.swift
[206/748] Compiling UnixSignals UnixSignalsSequence.swift
[206/749] Compiling fiat_curve25519_adx_mul.S
[208/749] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[209/749] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[210/749] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[211/749] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[212/749] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[213/749] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[214/749] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[215/749] Compiling OrderedCollections OrderedDictionary+Values.swift
[216/749] Emitting module Snappy
[226/749] Compiling CNIOBoringSSLShims shims.c
[227/749] Wrapping AST for DequeModule for debugging
[228/749] Wrapping AST for UnixSignals for debugging
[244/749] Compiling OrderedCollections OrderedSet+Sendable.swift
[245/749] Compiling OrderedCollections OrderedSet+SubSequence.swift
[246/749] Compiling OrderedCollections OrderedSet+Testing.swift
[247/749] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[248/749] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[249/749] Compiling OrderedCollections OrderedSet.swift
[250/760] Compiling Snappy Snappy.swift
[251/761] Compiling OrderedCollections _UnsafeBitset.swift
[252/761] Compiling SwiftProtobuf SelectiveVisitor.swift
[253/761] Compiling SwiftProtobuf SimpleExtensionMap.swift
[254/761] Compiling SwiftProtobuf StringUtils.swift
[255/761] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[256/761] Compiling SwiftProtobuf SwiftProtobufError.swift
[257/761] Compiling SwiftProtobuf TextFormatDecoder.swift
[258/761] Compiling SwiftProtobuf TextFormatDecodingError.swift
[259/761] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[260/761] Compiling SwiftProtobuf TextFormatEncoder.swift
[261/761] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[275/761] Emitting module OrderedCollections
[283/762] Wrapping AST for Snappy for debugging
[284/762] Compiling tls_method.cc
[285/762] Wrapping AST for OrderedCollections for debugging
[286/762] Compiling tls_record.cc
[287/762] Compiling tls13_server.cc
[288/762] Compiling tls13_enc.cc
[314/762] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[315/762] Compiling SwiftProtobuf TextFormatScanner.swift
[316/762] Compiling SwiftProtobuf TimeUtils.swift
[317/762] Compiling SwiftProtobuf UnknownStorage.swift
[318/762] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[319/762] Compiling SwiftProtobuf Varint.swift
[320/762] Compiling SwiftProtobuf Version.swift
[321/762] Compiling SwiftProtobuf Visitor.swift
[322/762] Compiling SwiftProtobuf WireFormat.swift
[323/762] Compiling SwiftProtobuf ZigZag.swift
[324/762] Compiling SwiftProtobuf any.pb.swift
[324/762] Compiling tls13_client.cc
[325/762] Compiling tls13_both.cc
[326/762] Compiling t1_enc.cc
[327/762] Compiling ssl_versions.cc
[328/762] Compiling ssl_transcript.cc
[329/762] Compiling ssl_stat.cc
[330/762] Compiling ssl_x509.cc
[332/762] Emitting module SwiftProtobuf
[344/762] Compiling ssl_session.cc
[345/762] Compiling ssl_privkey.cc
[346/762] Compiling ssl_file.cc
[347/762] Compiling ssl_key_share.cc
[348/762] Compiling ssl_cipher.cc
[349/762] Compiling ssl_credential.cc
[350/762] Compiling ssl_lib.cc
[351/762] Compiling ssl_buffer.cc
[352/762] Compiling ssl_cert.cc
[353/762] Compiling ssl_asn1.cc
[354/762] Compiling ssl_aead_ctx.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 dtls_method.cc
[370/762] Compiling d1_srtp.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
[373/762] Compiling err_data.cc
[375/762] Compiling chacha20_poly1305_armv8-linux.S
[376/762] Compiling chacha20_poly1305_armv8-apple.S
[377/762] Compiling chacha-x86_64-linux.S
[378/762] Compiling chacha-x86_64-apple.S
[379/762] Compiling chacha-x86-linux.S
[379/762] Compiling chacha-x86-apple.S
[381/762] Compiling chacha-armv8-win.S
[382/762] Compiling chacha-armv4-linux.S
[382/762] Compiling chacha-armv8-linux.S
[384/762] Compiling chacha-armv8-apple.S
[385/762] Compiling aes128gcmsiv-x86_64-apple.S
[386/762] Compiling aes128gcmsiv-x86_64-linux.S
[387/762] Compiling x86_64-mont5-linux.S
[388/762] Compiling x86_64-mont5-apple.S
[389/762] Compiling x86_64-mont-linux.S
[390/762] Compiling x86_64-mont-apple.S
[391/762] Compiling x86-mont-linux.S
[392/762] Compiling x86-mont-apple.S
[393/762] Compiling bio_ssl.cc
[394/762] Compiling vpaes-x86_64-linux.S
[395/762] Compiling vpaes-x86_64-apple.S
[396/762] Compiling vpaes-x86-linux.S
[397/762] Compiling vpaes-x86-apple.S
[398/762] Compiling vpaes-armv8-win.S
[399/762] Compiling vpaes-armv8-linux.S
[400/762] Compiling vpaes-armv8-apple.S
[401/762] Compiling vpaes-armv7-linux.S
[402/762] Compiling sha512-x86_64-apple.S
[403/762] Compiling sha512-x86_64-linux.S
[404/762] Compiling sha512-armv8-win.S
[405/762] Compiling sha512-armv8-linux.S
[406/762] Compiling sha512-armv8-apple.S
[407/762] Compiling sha512-armv4-linux.S
[408/762] Compiling sha512-586-linux.S
[409/762] Compiling d1_pkt.cc
[410/762] Compiling sha512-586-apple.S
[411/762] Compiling sha256-x86_64-apple.S
[412/762] Compiling sha256-armv8-win.S
[413/762] Compiling sha256-x86_64-linux.S
[414/762] Compiling sha256-armv8-linux.S
[415/762] Compiling sha256-armv8-apple.S
[416/762] Compiling sha256-armv4-linux.S
[417/762] Compiling sha256-586-linux.S
[418/762] Compiling sha256-586-apple.S
[419/762] Compiling sha1-x86_64-apple.S
[420/762] Compiling sha1-armv8-win.S
[420/762] Compiling sha1-x86_64-linux.S
[422/762] Compiling sha1-armv8-linux.S
[423/762] Compiling sha1-armv8-apple.S
[424/762] Compiling sha1-armv4-large-linux.S
[425/762] Compiling d1_lib.cc
[426/762] Compiling sha1-586-apple.S
[427/762] Compiling sha1-586-linux.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 p256-armv8-asm-win.S
[439/762] Compiling p256-armv8-asm-linux.S
[440/762] Compiling p256-armv8-asm-apple.S
[441/762] Compiling p256-x86_64-asm-linux.S
[442/762] Compiling ghashv8-armv8-win.S
[443/762] Compiling ghashv8-armv8-apple.S
[444/762] Compiling ghashv8-armv8-linux.S
[445/762] Compiling ghashv8-armv7-linux.S
[446/762] Compiling ghash-x86_64-linux.S
[447/762] Compiling ghash-x86-linux.S
[448/762] Compiling ghash-x86_64-apple.S
[449/762] Compiling ghash-x86-apple.S
[450/762] Compiling ghash-ssse3-x86_64-linux.S
[451/762] Compiling ghash-ssse3-x86_64-apple.S
[452/762] Compiling ghash-ssse3-x86-linux.S
[453/762] Compiling ghash-ssse3-x86-apple.S
[454/762] Compiling ghash-neon-armv8-win.S
[455/762] Compiling ghash-neon-armv8-linux.S
[456/762] Compiling ghash-neon-armv8-apple.S
[456/762] Compiling ghash-armv4-linux.S
[458/762] Compiling co-586-linux.S
[459/762] Compiling co-586-apple.S
[460/762] Compiling bsaes-armv7-linux.S
[461/762] Compiling bn-armv8-win.S
[462/762] Compiling bn-armv8-linux.S
[463/762] Compiling bn-armv8-apple.S
[463/762] Compiling bn-586-apple.S
[465/762] Compiling bn-586-linux.S
[466/762] Compiling d1_both.cc
[467/762] Compiling armv8-mont-win.S
[468/762] Compiling armv8-mont-linux.S
[469/762] Compiling armv4-mont-linux.S
[470/762] Compiling armv8-mont-apple.S
[471/762] Compiling aesv8-gcm-armv8-win.S
[472/762] Compiling aesv8-gcm-armv8-linux.S
[473/762] Compiling aesv8-gcm-armv8-apple.S
[474/762] Compiling aesv8-armv8-win.S
[475/762] Compiling aesv8-armv8-linux.S
[476/762] Compiling aesv8-armv8-apple.S
[477/762] Compiling aesv8-armv7-linux.S
[478/762] Compiling aesni-x86_64-linux.S
[479/762] Compiling aesni-x86_64-apple.S
[480/762] Compiling aesni-x86-linux.S
[481/762] Compiling aesni-x86-apple.S
[482/762] Compiling aesni-gcm-x86_64-linux.S
[483/762] Compiling aesni-gcm-x86_64-apple.S
[484/762] Compiling aes-gcm-avx2-x86_64-linux.S
[485/762] Compiling aes-gcm-avx2-x86_64-apple.S
[486/762] Compiling aes-gcm-avx10-x86_64-linux.S
[487/762] Compiling aes-gcm-avx10-x86_64-apple.S
[489/762] Compiling SwiftProtobuf api.pb.swift
[490/762] Compiling SwiftProtobuf descriptor.pb.swift
[491/762] Compiling SwiftProtobuf duration.pb.swift
[492/762] Compiling SwiftProtobuf empty.pb.swift
[493/762] Compiling SwiftProtobuf field_mask.pb.swift
[494/762] Compiling SwiftProtobuf source_context.pb.swift
[495/762] Compiling SwiftProtobuf struct.pb.swift
[496/762] Compiling SwiftProtobuf timestamp.pb.swift
[497/762] Compiling SwiftProtobuf type.pb.swift
[498/762] Compiling SwiftProtobuf wrappers.pb.swift
[499/762] Compiling SwiftProtobuf resource_bundle_accessor.swift
[499/762] Compiling x_sig.cc
[500/762] Compiling x_x509a.cc
[501/762] Compiling x_pubkey.cc
[501/762] Compiling x_val.cc
[503/763] Compiling x_req.cc
[504/763] Compiling x_spki.cc
[505/763] Compiling x_x509.cc
[507/763] Wrapping AST for SwiftProtobuf for debugging
[508/763] Compiling x_algor.cc
[509/763] Compiling x509spki.cc
[510/763] Compiling x_attrib.cc
[510/763] Compiling x_name.cc
[510/763] Compiling x_exten.cc
[513/763] Compiling x_crl.cc
[514/763] Compiling x_all.cc
[515/763] Compiling x509rset.cc
[516/763] Compiling x509name.cc
[517/763] Compiling x509_txt.cc
[518/763] Compiling x509_v3.cc
[519/763] Compiling x509cset.cc
[520/763] Compiling x509_vpm.cc
[521/763] Compiling x509_trs.cc
[521/763] Compiling x509_vfy.cc
[523/763] Compiling x509_set.cc
[524/763] Compiling x509_def.cc
[524/763] Compiling x509_req.cc
[526/763] Compiling x509_obj.cc
[527/763] Compiling x509_d2.cc
[528/763] Compiling x509_ext.cc
[529/763] Compiling x509_lu.cc
[530/763] Compiling x509_cmp.cc
[531/763] Compiling x509_att.cc
[532/763] Compiling x509.cc
[533/763] Compiling v3_prn.cc
[534/763] Compiling v3_skey.cc
[535/763] Compiling v3_purp.cc
[536/763] Compiling v3_pmaps.cc
[536/763] Compiling v3_utl.cc
[538/763] Compiling v3_pcons.cc
[539/763] Compiling v3_ocsp.cc
[540/763] Compiling v3_int.cc
[541/763] Compiling v3_ncons.cc
[542/763] Compiling v3_lib.cc
[543/763] Compiling v3_ia5.cc
[543/763] Compiling v3_info.cc
[545/763] Compiling v3_genn.cc
[546/763] Compiling v3_extku.cc
[547/763] Compiling v3_enum.cc
[548/763] Compiling v3_crld.cc
[548/763] Compiling v3_cpols.cc
[550/763] Compiling v3_bitst.cc
[551/763] Compiling v3_conf.cc
[552/763] Compiling v3_bcons.cc
[553/763] Compiling v3_alt.cc
[554/763] Compiling v3_akeya.cc
[555/763] Compiling v3_akey.cc
[556/763] Compiling i2d_pr.cc
[557/763] Compiling t_x509a.cc
[558/763] Compiling t_crl.cc
[558/763] Compiling t_x509.cc
[560/763] Compiling t_req.cc
[561/763] Compiling name_print.cc
[562/763] Compiling rsa_pss.cc
[563/763] Compiling policy.cc
[564/763] Compiling by_file.cc
[565/763] Compiling a_verify.cc
[566/763] Compiling voprf.cc
[567/763] Compiling by_dir.cc
[568/763] Compiling a_sign.cc
[569/763] Compiling algorithm.cc
[570/763] Compiling a_digest.cc
[571/763] Compiling asn1_gen.cc
[572/763] Compiling thread_win.cc
[573/763] Compiling thread.cc
[574/763] Compiling thread_none.cc
[575/763] Compiling thread_pthread.cc
[576/763] Compiling trust_token.cc
[577/763] Compiling stack.cc
[578/763] Compiling pmbtoken.cc
[579/763] Compiling sha512.cc
[580/763] Compiling siphash.cc
[581/763] Compiling sha256.cc
[582/763] Compiling rsa_print.cc
[582/763] Compiling sha1.cc
[584/763] Compiling slhdsa.cc
[585/763] Compiling spake2plus.cc
[586/763] Compiling rsa_extra.cc
[587/763] Compiling rc4.cc
[588/763] Compiling rsa_crypt.cc
[589/763] Compiling refcount.cc
[590/763] Compiling windows.cc
[591/763] Compiling urandom.cc
[592/763] Compiling trusty.cc
[593/763] Compiling rand.cc
[594/763] Compiling passive.cc
[595/763] Compiling ios.cc
[596/763] Compiling fork_detect.cc
[597/763] Compiling poly1305_arm_asm.S
[598/763] Compiling forkunsafe.cc
[599/763] Compiling rsa_asn1.cc
[600/763] Compiling getentropy.cc
[601/763] Compiling deterministic.cc
[602/763] Compiling pool.cc
[603/763] Compiling poly1305_arm.cc
[604/763] Compiling poly1305_vec.cc
[605/763] Compiling poly1305.cc
[606/763] Compiling pkcs8_x509.cc
[607/763] Compiling pkcs7.cc
[608/763] Compiling pkcs8.cc
[609/763] Compiling p5_pbev2.cc
[610/763] Compiling pem_xaux.cc
[611/763] Compiling pkcs7_x509.cc
[612/763] Compiling pem_pkey.cc
[613/763] Compiling pem_x509.cc
[614/763] Compiling pem_lib.cc
[615/763] Compiling pem_pk8.cc
[616/763] Compiling mlkem.cc
[617/763] Compiling obj_xref.cc
[618/763] Compiling pem_oth.cc
[619/763] Compiling pem_info.cc
[620/763] Compiling pem_all.cc
[621/763] Compiling mldsa.cc
[622/763] Compiling obj.cc
[623/763] Compiling mem.cc
[624/763] Compiling md5.cc
[625/763] Compiling fips_shared_support.cc
[626/763] Compiling md4.cc
[627/763] Compiling poly_rq_mul.S
[628/763] Compiling lhash.cc
[629/763] Compiling sign.cc
[630/763] Compiling hrss.cc
[631/763] Compiling ex_data.cc
[631/763] Compiling kyber.cc
[631/763] Compiling scrypt.cc
[631/763] Compiling print.cc
[631/763] Compiling hpke.cc
[636/763] Compiling p_x25519.cc
[637/763] Compiling pbkdf.cc
[638/763] Compiling p_rsa_asn1.cc
[639/763] Compiling p_rsa.cc
[640/763] Compiling p_x25519_asn1.cc
[641/763] Compiling p_hkdf.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_asn1.cc
[647/763] Compiling p_dh.cc
[648/763] Compiling p_dsa_asn1.cc
[649/763] Compiling evp_ctx.cc
[650/763] Compiling evp.cc
[651/763] Compiling err.cc
[652/763] Compiling evp_asn1.cc
[653/763] Compiling engine.cc
[654/763] Compiling ecdh.cc
[655/763] Compiling hash_to_curve.cc
[656/763] Compiling ec_derive.cc
[657/763] Compiling ecdsa_asn1.cc
[658/763] Compiling ec_asn1.cc
[659/763] Compiling dsa.cc
[660/763] Compiling dsa_asn1.cc
[661/763] Compiling params.cc
[662/763] Compiling x25519-asm-arm.S
[663/763] Compiling des.cc
[664/763] Compiling digest_extra.cc
[664/763] Compiling dh_asn1.cc
[666/763] Compiling crypto.cc
[667/763] Compiling cpu_intel.cc
[668/763] Compiling spake25519.cc
[669/763] Compiling curve25519.cc
[670/763] Compiling bcm.cc
[671/763] Compiling cpu_aarch64_win.cc
[672/763] Compiling cpu_arm_freebsd.cc
[673/763] Compiling cpu_arm_linux.cc
[674/763] Compiling curve25519_64_adx.cc
[675/763] Compiling cpu_aarch64_sysreg.cc
[676/763] Compiling cpu_aarch64_linux.cc
[677/763] Compiling cpu_aarch64_openbsd.cc
[678/763] Compiling cpu_aarch64_fuchsia.cc
[679/763] Compiling cpu_aarch64_apple.cc
[680/763] Compiling conf.cc
[681/763] Compiling tls_cbc.cc
[682/763] Compiling e_rc4.cc
[683/763] Compiling get_cipher.cc
[683/763] Compiling e_rc2.cc
[685/763] Compiling e_tls.cc
[686/763] Compiling e_null.cc
[687/763] Compiling e_des.cc
[688/763] Compiling derive_key.cc
[689/763] Compiling e_chacha20poly1305.cc
[690/763] Compiling e_aesgcmsiv.cc
[691/763] Compiling e_aesctrhmac.cc
[692/763] Compiling chacha.cc
[693/763] Compiling unicode.cc
[694/763] Compiling buf.cc
[695/763] Compiling cbs.cc
[696/763] Compiling cbb.cc
[697/763] Compiling ber.cc
[698/763] Compiling blake2.cc
[699/763] Compiling asn1_compat.cc
[700/763] Compiling bn_asn1.cc
[701/763] Compiling convert.cc
[702/763] Compiling socket.cc
[703/763] Compiling socket_helper.cc
[704/763] Compiling pair.cc
[705/763] Compiling hexdump.cc
[706/763] Compiling printf.cc
[707/763] Compiling file.cc
[708/763] Compiling errno.cc
[709/763] Compiling fd.cc
[710/763] Compiling connect.cc
[711/763] Compiling base64.cc
[712/763] Compiling bio.cc
[713/763] Compiling bio_mem.cc
[714/763] Compiling tasn_typ.cc
[715/763] Compiling tasn_fre.cc
[716/763] Compiling tasn_new.cc
[717/763] Compiling tasn_enc.cc
[718/763] Compiling posix_time.cc
[719/763] Compiling tasn_utl.cc
[720/763] Compiling f_int.cc
[721/763] Compiling asn_pack.cc
[722/763] Compiling f_string.cc
[723/763] Compiling asn1_par.cc
[724/763] Compiling tasn_dec.cc
[725/763] Compiling a_octet.cc
[726/763] Compiling asn1_lib.cc
[727/763] Compiling a_utctm.cc
[728/763] Compiling a_type.cc
[729/763] Write sources
[731/763] Compiling a_strex.cc
[732/763] Write sources
[734/763] Compiling a_strnid.cc
[735/763] Write sources
[736/799] Compiling a_object.cc
[737/827] Compiling a_i2d_fp.cc
[738/852] Compiling a_mbstr.cc
[740/852] Compiling Algorithms Permutations.swift
[741/852] Compiling Algorithms Product.swift
[742/852] Compiling Algorithms MinMax.swift
[743/852] Compiling Algorithms Partition.swift
[744/854] Compiling Algorithms Joined.swift
[745/854] Compiling Algorithms Keyed.swift
[745/854] Compiling a_gentm.cc
[746/854] Compiling a_int.cc
[748/854] Compiling Algorithms Chunked.swift
[749/854] Compiling Algorithms Combinations.swift
[750/854] Compiling Algorithms FlattenCollection.swift
[751/854] Compiling Algorithms Grouped.swift
[752/854] Compiling Algorithms Indexed.swift
[753/854] Compiling Algorithms Intersperse.swift
[754/854] Compiling Atomics IntegerOperations.swift
[755/854] Compiling Atomics Unmanaged extensions.swift
[756/854] Emitting module AsyncAlgorithms
[757/860] Compiling Algorithms Split.swift
[758/860] Compiling Algorithms Stride.swift
[759/860] Compiling Algorithms Suffix.swift
[766/863] Compiling Algorithms Compacted.swift
[767/863] Compiling Algorithms Cycle.swift
[768/863] Compiling Algorithms EitherSequence.swift
[769/863] Compiling Algorithms FirstNonNil.swift
[775/863] Compiling Algorithms Rotate.swift
[776/863] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[777/863] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[778/863] Compiling AsyncAlgorithms MergeStateMachine.swift
[779/863] Compiling AsyncAlgorithms MergeStorage.swift
[780/863] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[781/863] Compiling AsyncAlgorithms Rethrow.swift
[793/863] Compiling Algorithms AdjacentPairs.swift
[794/863] Compiling Algorithms Chain.swift
[803/863] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[804/863] Compiling AsyncAlgorithms DebounceStateMachine.swift
[805/863] Compiling AsyncAlgorithms DebounceStorage.swift
[806/863] Compiling AsyncAlgorithms Dictionary.swift
[807/863] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[808/863] Compiling AsyncAlgorithms Locking.swift
[809/863] Compiling Algorithms Trim.swift
[810/863] Compiling Algorithms Unique.swift
[811/863] Compiling Algorithms Windows.swift
[819/863] Compiling AsyncAlgorithms ChannelStorage.swift
[820/863] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[821/863] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[822/863] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[823/863] Compiling AsyncAlgorithms CombineLatestStorage.swift
[824/863] Emitting module Atomics
[829/863] Compiling AsyncAlgorithms SetAlgebra.swift
[830/863] Compiling AsyncAlgorithms UnsafeTransfer.swift
[831/863] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[832/863] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[833/863] Compiling AsyncAlgorithms ZipStateMachine.swift
[834/863] Compiling AsyncAlgorithms ZipStorage.swift
[843/865] Emitting module Algorithms
[843/866] Wrapping AST for AsyncAlgorithms for debugging
[845/874] Wrapping AST for Atomics for debugging
[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 AsyncGracefulShutdownSequence.swift
[852/934] Compiling ServiceLifecycle ServiceRunnerError.swift
[853/934] Compiling ServiceLifecycle GracefulShutdown.swift
[854/934] Compiling ServiceLifecycle CancellationWaiter.swift
[855/934] Compiling ServiceLifecycle ServiceGroup.swift
[856/934] Compiling ServiceLifecycle Service.swift
[857/935] Wrapping AST for ServiceLifecycle for debugging
[859/935] Compiling NIOCore MarkedCircularBuffer.swift
[860/935] Compiling NIOCore MulticastChannel.swift
[861/935] Compiling NIOCore NIOAny.swift
[862/935] Compiling NIOCore NIOCloseOnErrorHandler.swift
[863/935] Compiling NIOCore NIOLoopBound.swift
[864/935] Compiling NIOCore NIOScheduledCallback.swift
[865/935] Compiling NIOCore NIOSendable.swift
[866/935] Compiling NIOCore RecvByteBufferAllocator.swift
[867/943] Compiling NIOCore GlobalSingletons.swift
[868/943] Compiling NIOCore IO.swift
[869/943] Compiling NIOCore IOData.swift
[870/943] Compiling NIOCore IPProtocol.swift
[871/943] Compiling NIOCore IntegerBitPacking.swift
[872/943] Compiling NIOCore IntegerTypes.swift
[873/943] Compiling NIOCore Interfaces.swift
[874/943] Compiling NIOCore Linux.swift
[875/943] Compiling NIOCore EventLoop.swift
[876/943] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[877/943] Compiling NIOCore EventLoopFuture+Deprecated.swift
[878/943] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[879/943] Compiling NIOCore EventLoopFuture.swift
[880/943] Compiling NIOCore FileDescriptor.swift
[881/943] Compiling NIOCore FileHandle.swift
[882/943] Compiling NIOCore FileRegion.swift
[883/943] Compiling NIOCore 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 SingleStepByteToMessageDecoder.swift
[892/943] Compiling NIOCore SocketAddresses.swift
[893/943] Compiling NIOCore SocketOptionProvider.swift
[894/943] Compiling NIOCore SystemCallHelpers.swift
[895/943] Compiling NIOCore TimeAmount+Duration.swift
[896/943] Compiling NIOCore TypeAssistedChannelHandler.swift
[897/943] Compiling NIOCore UniversalBootstrapSupport.swift
[898/943] Compiling NIOCore Utilities.swift
[899/943] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[900/943] Compiling NIOCore BSDSocketAPI.swift
[901/943] Compiling NIOCore ByteBuffer-aux.swift
[902/943] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[903/943] Compiling NIOCore ByteBuffer-conversions.swift
[904/943] Compiling NIOCore ByteBuffer-core.swift
[905/943] Compiling NIOCore ByteBuffer-hex.swift
[906/943] Compiling NIOCore ByteBuffer-int.swift
[907/943] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[908/943] Compiling NIOCore AddressedEnvelope.swift
[909/943] Compiling NIOCore AsyncAwaitSupport.swift
[910/943] Compiling NIOCore AsyncChannel.swift
[911/943] Compiling NIOCore AsyncChannelHandler.swift
[912/943] Compiling NIOCore AsyncChannelInboundStream.swift
[913/943] Compiling NIOCore AsyncChannelOutboundWriter.swift
[914/943] Compiling NIOCore NIOAsyncSequenceProducer.swift
[915/943] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[916/943] Compiling NIOCore NIOAsyncWriter.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] Compiling NIOEmbedded AsyncTestingChannel.swift
[930/995] Emitting module NIOEmbedded
[931/995] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[932/996] Wrapping AST for NIOEmbedded for debugging
[934/996] Emitting module NIOPosix
[935/1002] Compiling NIOPosix ServerSocket.swift
[936/1002] Compiling NIOPosix Socket.swift
[937/1002] Compiling NIOPosix SocketChannel.swift
[938/1002] Compiling NIOPosix SocketProtocols.swift
[939/1002] Compiling NIOPosix System.swift
[940/1002] Compiling NIOPosix Thread.swift
[941/1002] Compiling NIOPosix ThreadPosix.swift
[942/1002] Compiling NIOPosix ThreadWindows.swift
[943/1002] Compiling NIOPosix UnsafeTransfer.swift
[944/1002] Compiling NIOPosix Utilities.swift
[945/1002] Compiling NIOPosix VsockAddress.swift
[946/1002] Compiling NIOPosix VsockChannelEvents.swift
[947/1002] Compiling NIOPosix BSDSocketAPICommon.swift
[948/1002] Compiling NIOPosix BSDSocketAPIPosix.swift
[949/1002] Compiling NIOPosix BSDSocketAPIWindows.swift
[950/1002] Compiling NIOPosix BaseSocket.swift
[951/1002] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[952/1002] Compiling NIOPosix BaseSocketChannel.swift
[953/1002] Compiling NIOPosix BaseStreamSocketChannel.swift
[954/1002] Compiling NIOPosix Bootstrap.swift
[955/1002] Compiling NIOPosix ControlMessage.swift
[956/1002] Compiling NIOPosix DatagramVectorReadManager.swift
[957/1002] Compiling NIOPosix Errors+Any.swift
[958/1002] Compiling NIOPosix FileDescriptor.swift
[959/1002] Compiling NIOPosix GetaddrinfoResolver.swift
[960/1002] Compiling NIOPosix HappyEyeballs.swift
[961/1002] Compiling NIOPosix IO.swift
[962/1002] Compiling NIOPosix IntegerBitPacking.swift
[963/1002] Compiling NIOPosix IntegerTypes.swift
[964/1002] Compiling NIOPosix Linux.swift
[965/1002] Compiling NIOPosix LinuxCPUSet.swift
[966/1002] Compiling NIOPosix LinuxUring.swift
[967/1002] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[968/1002] Compiling NIOPosix SelectableChannel.swift
[969/1002] Compiling NIOPosix SelectableEventLoop.swift
[970/1002] Compiling NIOPosix SelectorEpoll.swift
[971/1002] Compiling NIOPosix SelectorGeneric.swift
[972/1002] Compiling NIOPosix SelectorKqueue.swift
[973/1002] Compiling NIOPosix SelectorUring.swift
[974/1002] Compiling NIOPosix PooledRecvBufferAllocator.swift
[975/1002] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[976/1002] Compiling NIOPosix PosixSingletons.swift
[977/1002] Compiling NIOPosix RawSocketBootstrap.swift
[978/1002] Compiling NIOPosix Resolver.swift
[979/1002] Compiling NIOPosix Selectable.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 ProtocolNegotiationHandlerStateMachine.swift
[994/1045] Emitting module NIOSOCKS
[995/1046] Compiling NIOTLS TLSEvents.swift
[996/1046] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[997/1046] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[998/1046] Emitting module NIOTLS
[999/1046] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1000/1046] Compiling NIOSOCKS SOCKSResponse.swift
[1001/1046] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1002/1046] Compiling NIOSOCKS ClientStateMachine.swift
[1003/1046] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1004/1046] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1005/1046] Compiling NIOHTTP1 HTTPEncoder.swift
[1006/1046] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1007/1046] Compiling NIOSOCKS ServerStateMachine.swift
[1008/1046] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1009/1046] Compiling NIOHTTP1 HTTPDecoder.swift
[1010/1046] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1011/1046] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1012/1047] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1013/1047] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1014/1047] Emitting module NIOFoundationCompat
[1015/1047] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1017/1048] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1019/1050] Compiling NIOTLS SNIHandler.swift
[1021/1051] Wrapping AST for NIOSOCKS for debugging
[1027/1051] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1028/1051] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1028/1051] Wrapping AST for NIOFoundationCompat for debugging
[1030/1051] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1031/1051] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1031/1051] Wrapping AST for NIOTLS for debugging
[1033/1102] Emitting module NIOTransportServices
[1034/1104] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1035/1104] Compiling NIOTransportServices NIOTSErrors.swift
[1036/1104] Compiling NIOTransportServices NIOTSEventLoop.swift
[1037/1104] Compiling NIOTransportServices StateManagedChannel.swift
[1038/1104] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1039/1104] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1040/1104] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1041/1104] Compiling NIOTransportServices NIOTSSingletons.swift
[1042/1104] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1043/1104] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1044/1104] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1045/1104] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1046/1104] Compiling NIOTransportServices NIOTSBootstraps.swift
[1047/1104] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1048/1104] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1049/1104] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1050/1104] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1053/1104] Compiling NIOTransportServices AcceptHandler.swift
[1054/1104] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1055/1104] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1056/1104] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1057/1104] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1058/1104] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1061/1105] Wrapping AST for NIOTransportServices for debugging
[1063/1105] Emitting module NIOHTTP1
[1067/1106] Wrapping AST for NIOHTTP1 for debugging
[1069/1124] Emitting module NIOSSL
[1070/1127] Compiling NIOHPACK HPACKHeader.swift
[1071/1127] Compiling NIOHPACK HeaderTables.swift
[1074/1127] Compiling NIOHPACK DynamicHeaderTable.swift
[1075/1127] Compiling NIOHPACK HPACKDecoder.swift
[1076/1127] Compiling NIOHPACK HPACKEncoder.swift
[1077/1127] Compiling NIOHPACK HPACKErrors.swift
[1086/1127] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1087/1127] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1088/1127] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1089/1127] Compiling NIOHPACK IndexedHeaderTable.swift
[1090/1127] Compiling NIOHPACK IntegerCoding.swift
[1091/1128] Emitting module NIOHTTPCompression
[1092/1128] Compiling NIOHTTPCompression HTTPCompression.swift
[1093/1128] Emitting module NIOHPACK
[1094/1128] Compiling NIOHTTPCompression HTTPDecompression.swift
[1095/1128] Compiling NIOHPACK HuffmanTables.swift
[1096/1128] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1101/1129] Compiling NIOHPACK HuffmanCoding.swift
[1102/1129] Compiling NIOHPACK StaticHeaderTable.swift
[1103/1129] Wrapping AST for NIOHTTPCompression for debugging
[1107/1130] Wrapping AST for NIOHPACK for debugging
[1109/1188] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1110/1188] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1111/1188] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1112/1188] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1113/1188] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1114/1188] Compiling NIOHTTP2 HTTP2PingData.swift
[1115/1188] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1116/1188] Compiling NIOHTTP2 HTTP2Settings.swift
[1117/1188] Compiling NIOHTTP2 HTTP2Stream.swift
[1118/1188] Compiling NIOHTTP2 MaySendFrames.swift
[1119/1188] Compiling NIOHTTP2 SendingDataState.swift
[1120/1188] Compiling NIOHTTP2 SendingGoawayState.swift
[1121/1188] Compiling NIOHTTP2 SendingHeadersState.swift
[1122/1188] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1123/1188] Compiling NIOHTTP2 SendingRstStreamState.swift
[1124/1189] Wrapping AST for NIOSSL for debugging
[1126/1189] Emitting module NIOHTTP2
[1127/1197] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1128/1197] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1129/1197] Compiling NIOHTTP2 MayReceiveFrames.swift
[1130/1197] Compiling NIOHTTP2 ReceivingDataState.swift
[1131/1197] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1132/1197] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1133/1197] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1134/1197] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1136/1197] Compiling NIOHTTP2 InboundWindowManager.swift
[1137/1197] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1138/1197] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1139/1197] Compiling NIOHTTP2 StreamChannelList.swift
[1140/1197] Compiling NIOHTTP2 StreamMap.swift
[1141/1197] Compiling NIOHTTP2 StreamStateMachine.swift
[1142/1197] Compiling NIOHTTP2 UnsafeTransfer.swift
[1143/1197] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1144/1197] Compiling NIOHTTP2 StateMachineResult.swift
[1145/1197] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1146/1197] Compiling NIOHTTP2 DOSHeuristics.swift
[1147/1197] Compiling NIOHTTP2 Error+Any.swift
[1148/1197] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1149/1197] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1150/1197] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1151/1197] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1158/1197] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1159/1197] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1160/1197] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1161/1197] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1162/1197] Compiling NIOHTTP2 HasLocalSettings.swift
[1163/1197] Compiling NIOHTTP2 HasRemoteSettings.swift
[1164/1197] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1165/1197] Compiling NIOHTTP2 QuiescingState.swift
[1166/1197] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1167/1197] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1168/1197] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1169/1197] Compiling NIOHTTP2 HTTP2Frame.swift
[1170/1197] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1176/1197] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1177/1197] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1178/1197] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1179/1197] Compiling NIOHTTP2 HTTP2StreamID.swift
[1180/1197] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1181/1197] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1182/1197] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1183/1197] Compiling NIOHTTP2 InboundEventBuffer.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 RequestFramingMetadata.swift
[1205/1265] Compiling AsyncHTTPClient RequestOptions.swift
[1206/1265] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1207/1265] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1208/1265] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1209/1265] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1210/1265] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1211/1265] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1212/1265] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1213/1265] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1214/1265] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1215/1265] Compiling AsyncHTTPClient HTTP1Connection.swift
[1216/1265] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1217/1265] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1218/1265] Compiling AsyncHTTPClient HTTP2Connection.swift
[1219/1265] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1220/1265] Compiling AsyncHTTPClient RequestBag.swift
[1221/1265] Compiling AsyncHTTPClient RequestValidation.swift
[1222/1265] Compiling AsyncHTTPClient SSLContextCache.swift
[1223/1265] Compiling AsyncHTTPClient Scheme.swift
[1224/1265] Compiling AsyncHTTPClient Singleton.swift
[1225/1265] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1226/1265] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1227/1265] Compiling AsyncHTTPClient Utils.swift
[1228/1265] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1229/1265] Compiling AsyncHTTPClient ConnectionTarget.swift
[1230/1265] Compiling AsyncHTTPClient DeconstructedURL.swift
[1231/1265] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1232/1265] Compiling AsyncHTTPClient FoundationExtensions.swift
[1233/1265] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1234/1265] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1235/1265] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1236/1265] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1237/1265] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1238/1265] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1239/1265] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1240/1265] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1241/1265] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1242/1265] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1243/1265] Compiling AsyncHTTPClient RequestBodyLength.swift
[1244/1265] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1245/1265] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1246/1265] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1247/1265] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1248/1265] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1249/1265] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1250/1265] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1251/1265] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1252/1265] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1253/1265] Compiling AsyncHTTPClient HTTPClient.swift
[1254/1265] Compiling AsyncHTTPClient HTTPHandler.swift
[1255/1265] Compiling AsyncHTTPClient LRUCache.swift
[1256/1265] Compiling AsyncHTTPClient NWErrorHandler.swift
[1257/1265] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1258/1265] Compiling AsyncHTTPClient TLSConfiguration.swift
[1259/1265] Compiling AsyncHTTPClient RedirectState.swift
[1260/1265] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1261/1266] Wrapping AST for AsyncHTTPClient for debugging
[1263/1277] Compiling LoggingLoki LokiStream.swift
[1264/1278] Compiling LoggingLoki LokiTransformer.swift
[1265/1278] Compiling LoggingLoki push.pb.swift
[1266/1278] Compiling LoggingLoki LokiTransport.swift
[1267/1278] Compiling LoggingLoki Timeout.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] Emitting module LoggingLoki
[1273/1278] Compiling LoggingLoki LokiLogProcessor.swift
[1274/1278] Compiling LoggingLoki LokiRequest.swift
[1275/1279] Wrapping AST for LoggingLoki for debugging
[1277/1281] Emitting module BasicUsage
[1278/1281] Compiling BasicUsage BasicUsage.swift
[1279/1282] Wrapping AST for BasicUsage for debugging
[1280/1282] Write Objects.LinkFileList
[1281/1282] Linking BasicUsage
Build complete! (168.41s)
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.