Build Information
Successful build of sma2mqtt, reference 3.1.2 (ab4f06
), with Swift 6.0 for Linux on 9 Jan 2025 06:47:22 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.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jollyjinx/sma2mqtt.git
Reference: 3.1.2
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/jollyjinx/sma2mqtt
* tag 3.1.2 -> FETCH_HEAD
HEAD is now at ab4f067 Added multiarch (arm64/amd64) docker build file
Cloned https://github.com/jollyjinx/sma2mqtt.git
Revision (git rev-parse @):
ab4f067c1911f16488a89a3716866dbb4bb96b53
SUCCESS checkout https://github.com/jollyjinx/sma2mqtt.git at 3.1.2
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/jollyjinx/sma2mqtt.git
https://github.com/jollyjinx/sma2mqtt.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swiftformat",
"requirement" : {
"range" : [
{
"lower_bound" : "0.51.12",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nicklockwood/SwiftFormat"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.18.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client.git"
},
{
"identity" : "mqtt-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.8.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server-community/mqtt-nio"
},
{
"identity" : "binarycoder",
"requirement" : {
"range" : [
{
"lower_bound" : "2.3.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jollyjinx/BinaryCoder"
},
{
"identity" : "jlog",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.5",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jollyjinx/JLog"
}
],
"manifest_display_name" : "sma2mqtt",
"name" : "sma2mqtt",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "sma2mqtt",
"targets" : [
"sma2mqtt"
],
"type" : {
"executable" : null
}
},
{
"name" : "sma2mqttLibrary",
"targets" : [
"sma2mqttLibrary"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "sma2mqttTests",
"module_type" : "SwiftTarget",
"name" : "sma2mqttTests",
"path" : "Tests/sma2mqttTests",
"product_dependencies" : [
"BinaryCoder",
"JLog"
],
"sources" : [
"QueryQueueTests.swift",
"SMAObjectTests.swift",
"TestHelpers.swift",
"sma2mqttTests.swift"
],
"target_dependencies" : [
"sma2mqttLibrary"
],
"type" : "test"
},
{
"c99name" : "sma2mqttLibrary",
"module_type" : "SwiftTarget",
"name" : "sma2mqttLibrary",
"path" : "Sources/sma2mqttLibrary",
"product_dependencies" : [
"BinaryCoder",
"AsyncHTTPClient",
"MQTTNIO",
"JLog"
],
"product_memberships" : [
"sma2mqtt",
"sma2mqttLibrary"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/sma2mqttLibrary/DataObjects/Resources/sma.data.Translation_Names.json",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/sma2mqttLibrary/DataObjects/Resources/sma.data.objectMetaData.json",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/sma2mqttLibrary/Obis/Resources/obisdefinition.json",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/sma2mqttLibrary/SMAPacket/Resources/SMANetPacketDefinitions.json",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"DataObjects/GetValuesResult.swift",
"DataObjects/PublishedValue.swift",
"DataObjects/SMADataObject.swift",
"DataObjects/SMATagTranslator.swift",
"Obis/ObisDefinition.swift",
"Obis/ObisPacket.swift",
"Obis/ObisValue.swift",
"SMADevice.swift",
"SMALighthouse.swift",
"SMAPacket/PacketHelper.swift",
"SMAPacket/SMANetPacket.swift",
"SMAPacket/SMANetPacketDefinition.swift",
"SMAPacket/SMANetPacketHeader.swift",
"SMAPacket/SMANetPacketValue.swift",
"SMAPacket/SMAPacket.swift",
"SMAPacket/SMAPacketGenerator.swift",
"SMAPacket/SMATagPacket.swift",
"Tools/DatedQueue.swift",
"Tools/Extensions.swift",
"Tools/HTTPClientProvider.swift",
"Tools/IntervalLoop.swift",
"Tools/MQTTPublisher.swift",
"Tools/MutlicastReceiver.swift",
"Tools/QueryQueue.swift",
"Tools/RandomNumber.swift",
"Tools/SMAUDPPort.swift"
],
"target_dependencies" : [
"CNative"
],
"type" : "library"
},
{
"c99name" : "sma2mqtt",
"module_type" : "SwiftTarget",
"name" : "sma2mqtt",
"path" : "Sources/sma2mqtt",
"product_dependencies" : [
"ArgumentParser",
"JLog"
],
"product_memberships" : [
"sma2mqtt"
],
"sources" : [
"sma2mqtt.swift"
],
"target_dependencies" : [
"sma2mqttLibrary"
],
"type" : "executable"
},
{
"c99name" : "CNative",
"module_type" : "ClangTarget",
"name" : "CNative",
"path" : "Sources/CNative",
"product_memberships" : [
"sma2mqtt",
"sma2mqttLibrary"
],
"sources" : [
"select.c"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/jollyjinx/JLog
Fetching https://github.com/swift-server-community/mqtt-nio
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/jollyjinx/BinaryCoder
Fetching https://github.com/nicklockwood/SwiftFormat
[1/296] Fetching binarycoder
[297/370] Fetching binarycoder, jlog
[371/13710] Fetching binarycoder, jlog, async-http-client
[1972/26111] Fetching binarycoder, jlog, async-http-client, swift-argument-parser
[2107/34228] Fetching binarycoder, jlog, async-http-client, swift-argument-parser, mqtt-nio
[34229/80475] Fetching binarycoder, jlog, async-http-client, swift-argument-parser, mqtt-nio, swiftformat
Fetched https://github.com/jollyjinx/JLog from cache (0.82s)
[36929/80401] Fetching binarycoder, async-http-client, swift-argument-parser, mqtt-nio, swiftformat
Fetched https://github.com/swift-server-community/mqtt-nio from cache (0.87s)
Fetched https://github.com/swift-server/async-http-client.git from cache (0.87s)
[15935/58944] Fetching binarycoder, swift-argument-parser, swiftformat
Fetched https://github.com/jollyjinx/BinaryCoder from cache (25.05s)
Fetched https://github.com/apple/swift-argument-parser from cache (25.06s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (25.76s)
Computing version for https://github.com/jollyjinx/JLog
Computed https://github.com/jollyjinx/JLog at 0.0.5 (2.25s)
Fetching https://github.com/Adorkable/swift-log-format-and-pipe
Fetching https://github.com/apple/swift-log.git
[1/165] Fetching swift-log-format-and-pipe
Fetched https://github.com/Adorkable/swift-log-format-and-pipe from cache (0.20s)
[1/3737] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.34s)
Computing version for https://github.com/Adorkable/swift-log-format-and-pipe
Computed https://github.com/Adorkable/swift-log-format-and-pipe at 0.1.1 (0.62s)
Computing version for https://github.com/jollyjinx/BinaryCoder
Computed https://github.com/jollyjinx/BinaryCoder at 2.3.2 (0.52s)
Computing version for https://github.com/swift-server-community/mqtt-nio
Computed https://github.com/swift-server-community/mqtt-nio at 2.11.0 (0.61s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio.git
[1/1569] Fetching swift-atomics
[645/3866] Fetching swift-atomics, swift-nio-transport-services
[3867/17663] Fetching swift-atomics, swift-nio-transport-services, swift-nio-ssl
[5385/90355] Fetching swift-atomics, swift-nio-transport-services, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.57s)
[66251/88058] Fetching swift-atomics, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.59s)
[53181/74261] Fetching swift-atomics, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (4.21s)
Fetched https://github.com/apple/swift-nio.git from cache (4.29s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.56s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.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.24.0 (0.57s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-algorithms.git
[1/5274] Fetching swift-nio-extras
[5275/10888] Fetching swift-nio-extras, swift-algorithms
[8251/22153] Fetching swift-nio-extras, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-algorithms.git from cache (0.95s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.95s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.96s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.0 (0.60s)
Fetching https://github.com/apple/swift-numerics.git
[1/5576] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.39s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.61s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.29.0 (0.65s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.23.0 (0.57s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.77.0 (0.78s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/3960] Fetching swift-system
[2615/19570] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.95s)
Fetched https://github.com/apple/swift-collections.git from cache (0.97s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.0 (0.55s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.52s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.79s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.24.1 (0.60s)
Fetching https://github.com/apple/swift-http-types
[1/746] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types from cache (0.22s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.3.1 (0.59s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.35.0 (0.57s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.55.4 (0.61s)
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.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.24.0
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.77.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.24.1
Creating working copy for https://github.com/swift-server-community/mqtt-nio
Working copy of https://github.com/swift-server-community/mqtt-nio resolved at 2.11.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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.23.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.0
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.55.4
Creating working copy for https://github.com/jollyjinx/JLog
Working copy of https://github.com/jollyjinx/JLog resolved at 0.0.5
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.35.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.2
Creating working copy for https://github.com/Adorkable/swift-log-format-and-pipe
Working copy of https://github.com/Adorkable/swift-log-format-and-pipe resolved at 0.1.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.29.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
Creating working copy for https://github.com/jollyjinx/BinaryCoder
Working copy of https://github.com/jollyjinx/BinaryCoder resolved at 2.3.2
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.2
warning: 'spi-builder-workspace': found 6 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/sma2mqttLibrary/DataObjects/Resources/sb3.definition.json
/host/spi-builder-workspace/Sources/sma2mqttLibrary/DataObjects/Resources/sb3.translationData.json
/host/spi-builder-workspace/Sources/sma2mqttLibrary/DataObjects/Resources/sbs.definition.json
/host/spi-builder-workspace/Sources/sma2mqttLibrary/DataObjects/Resources/sbs.translationData.json
/host/spi-builder-workspace/Sources/sma2mqttLibrary/DataObjects/Resources/sb4.definition.json
/host/spi-builder-workspace/Sources/sma2mqttLibrary/DataObjects/Resources/sb4.translationData.json
warning: 'swift-algorithms': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/swift-algorithms/Sources/Algorithms/Documentation.docc
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin SwiftFormatPlugin
Building for debugging...
[2/498] Compiling CNative select.c
[3/498] Compiling a_d2i_fp.c
[4/498] Compiling a_dup.c
[4/498] Compiling a_bool.c
[4/498] Copying obisdefinition.json
[4/498] Copying SMANetPacketDefinitions.json
[8/498] Write sources
[8/498] Copying sma.data.Translation_Names.json
[8/498] Write sources
[8/498] Copying sma.data.objectMetaData.json
[11/498] Write sources
[36/498] Compiling a_gentm.c
[37/498] Compiling a_bitstr.c
[38/498] Compiling _NumericsShims _NumericsShims.c
[39/498] Compiling CNIOWindows WSAStartup.c
[40/498] Compiling CNIOWindows shim.c
[41/498] Compiling _AtomicsShims.c
[42/498] Compiling CNIOLinux liburing_shims.c
[43/498] Compiling CNIOWASI CNIOWASI.c
[44/498] Compiling CNIOLLHTTP c_nio_http.c
[45/498] Compiling CNIOSHA1 c_nio_sha1.c
[46/498] Compiling CNIODarwin shim.c
[47/498] Compiling CNIOLinux shim.c
[48/498] Compiling CNIOExtrasZlib empty.c
[49/498] Compiling CNIOLLHTTP c_nio_api.c
[50/498] Compiling fiat_p256_adx_sqr.S
[51/498] Compiling fiat_p256_adx_mul.S
[52/498] Compiling fiat_curve25519_adx_square.S
[53/498] Write swift-version-24593BA9C3E375BF.txt
[54/498] Compiling CNIOLLHTTP c_nio_llhttp.c
[55/498] Compiling fiat_curve25519_adx_mul.S
[56/498] Compiling CNIOBoringSSLShims shims.c
[57/514] Compiling tls_record.cc
[58/514] Compiling tls_method.cc
[59/514] Compiling tls13_server.cc
[60/519] Compiling c-nioatomics.c
[62/536] Emitting module Logging
[62/536] Compiling c-atomics.c
[63/536] Compiling tls13_enc.cc
[64/536] Compiling tls13_client.cc
[65/542] Compiling tls13_both.cc
[66/542] Compiling t1_enc.cc
[68/542] Emitting module _NIOBase64
[69/542] Compiling _NIOBase64 Base64.swift
[71/543] Compiling _NIODataStructures _TinyArray.swift
[72/543] Emitting module NIOConcurrencyHelpers
[73/543] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[74/543] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[75/543] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[76/543] Compiling RealModule Float16+Real.swift
[77/543] Compiling InternalCollectionsUtilities UInt+reversed.swift
[78/543] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[79/543] Compiling RealModule Real.swift
[80/543] Compiling RealModule Float80+Real.swift
[81/543] Emitting module InternalCollectionsUtilities
[82/543] Compiling InternalCollectionsUtilities _SortedCollection.swift
[83/543] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[84/544] Compiling RealModule ElementaryFunctions.swift
[85/544] Compiling RealModule Float+Real.swift
[86/544] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[87/544] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[88/544] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[89/544] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[90/544] Compiling InternalCollectionsUtilities Integer rank.swift
[91/544] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[92/546] Compiling InternalCollectionsUtilities Debugging.swift
[93/546] Compiling InternalCollectionsUtilities Descriptions.swift
[94/546] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[95/546] Compiling InternalCollectionsUtilities Specialize.swift
[98/546] Emitting module RealModule
[101/546] Compiling RealModule RealFunctions.swift
[101/547] Compiling ssl_x509.cc
[103/547] Compiling ssl_versions.cc
[104/547] Wrapping AST for _NIOBase64 for debugging
[106/547] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[107/547] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[108/548] Wrapping AST for RealModule for debugging
[110/548] Compiling Logging MetadataProvider.swift
[111/548] Compiling NIOConcurrencyHelpers NIOLock.swift
[112/548] Compiling Logging LogHandler.swift
[113/548] Compiling Logging Logging.swift
[114/548] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[115/548] Compiling NIOConcurrencyHelpers lock.swift
[116/548] Compiling NIOConcurrencyHelpers atomics.swift
[117/549] Compiling _NIODataStructures PriorityQueue.swift
[118/549] Emitting module _NIODataStructures
[119/549] Compiling _NIODataStructures Heap.swift
[120/550] Compiling Logging Locks.swift
[123/551] Wrapping AST for _NIODataStructures for debugging
[124/551] Wrapping AST for NIOConcurrencyHelpers for debugging
[125/566] Wrapping AST for Logging for debugging
[126/572] Compiling ssl_transcript.cc
[127/572] Wrapping AST for InternalCollectionsUtilities for debugging
[129/572] Compiling DequeModule _DequeBuffer.swift
[130/572] Compiling DequeModule _DequeBufferHeader.swift
[131/574] Compiling DequeModule Deque+CustomReflectable.swift
[132/574] Compiling DequeModule Deque+Descriptions.swift
[132/574] Compiling ssl_stat.cc
[133/574] Compiling ssl_privkey.cc
[135/574] Compiling DequeModule Deque+Extras.swift
[136/574] Compiling DequeModule Deque+Hashable.swift
[137/574] Compiling DequeModule Deque+Equatable.swift
[138/574] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[138/574] Compiling ssl_session.cc
[140/574] Compiling DequeModule _DequeSlot.swift
[141/574] Compiling DequeModule _UnsafeWrappedBuffer.swift
[142/574] Compiling DequeModule Deque+Testing.swift
[143/574] Compiling DequeModule Deque._Storage.swift
[144/574] Compiling DequeModule Deque._UnsafeHandle.swift
[145/574] Compiling DequeModule Deque.swift
[146/574] Compiling DequeModule Deque+Codable.swift
[147/574] Compiling DequeModule Deque+Collection.swift
[147/574] Compiling ssl_key_share.cc
[148/574] Compiling ssl_lib.cc
[149/574] Compiling ssl_file.cc
[151/574] Emitting module DequeModule
[151/575] Compiling ssl_credential.cc
[153/575] Compiling ssl_cipher.cc
[154/575] Compiling ssl_cert.cc
[156/575] Compiling LoggingFormatAndPipe LoggerTextOutputStreamPipe.swift
[157/575] Compiling LoggingFormatAndPipe Handler.swift
[157/575] Wrapping AST for DequeModule for debugging
[158/575] Compiling ssl_buffer.cc
[159/575] Compiling ssl_asn1.cc
[160/575] Compiling ssl_aead_ctx.cc
[161/575] Compiling s3_pkt.cc
[162/575] Compiling s3_both.cc
[163/575] Compiling s3_lib.cc
[164/575] Compiling handshake_server.cc
[165/575] Compiling handshake_client.cc
[166/575] Compiling handshake.cc
[167/575] Compiling handoff.cc
[169/575] Compiling LoggingFormatAndPipe Formatter.swift
[170/575] Emitting module LoggingFormatAndPipe
[171/575] Compiling LoggingFormatAndPipe BasicFormatter.swift
[171/575] Compiling extensions.cc
[172/575] Compiling dtls_method.cc
[173/575] Compiling dtls_record.cc
[174/575] Compiling md5-x86_64-linux.S
[176/575] Compiling LoggingFormatAndPipe Pipe.swift
[176/576] Compiling md5-x86_64-apple.S
[177/576] Compiling encrypted_client_hello.cc
[178/576] Compiling md5-586-linux.S
[180/576] Compiling md5-586-apple.S
[181/576] Compiling err_data.c
[182/576] Compiling chacha20_poly1305_x86_64-apple.S
[183/576] Compiling chacha20_poly1305_x86_64-linux.S
[184/576] Compiling chacha20_poly1305_armv8-win.S
[185/576] Wrapping AST for LoggingFormatAndPipe for debugging
[186/576] Compiling chacha20_poly1305_armv8-linux.S
[187/576] Compiling chacha20_poly1305_armv8-apple.S
[188/576] Compiling chacha-x86_64-linux.S
[189/576] Compiling chacha-x86_64-apple.S
[190/576] Compiling chacha-x86-linux.S
[191/577] Compiling chacha-x86-apple.S
[192/578] Compiling chacha-armv8-win.S
[193/578] Compiling chacha-armv8-linux.S
[194/578] Compiling chacha-armv8-apple.S
[195/578] Compiling d1_srtp.cc
[196/578] Compiling chacha-armv4-linux.S
[197/578] Compiling aes128gcmsiv-x86_64-linux.S
[198/578] Compiling aes128gcmsiv-x86_64-apple.S
[199/578] Compiling bio_ssl.cc
[200/578] Compiling d1_pkt.cc
[201/578] Compiling x86_64-mont5-linux.S
[202/578] Compiling x86_64-mont5-apple.S
[203/578] Compiling x86_64-mont-linux.S
[204/578] Compiling x86_64-mont-apple.S
[205/578] Compiling x86-mont-linux.S
[206/578] Compiling x86-mont-apple.S
[207/578] Compiling vpaes-x86_64-apple.S
[208/578] Compiling vpaes-x86_64-linux.S
[209/578] Compiling vpaes-x86-linux.S
[210/578] Compiling vpaes-armv8-win.S
[211/578] Compiling vpaes-x86-apple.S
[212/578] Compiling vpaes-armv8-linux.S
[213/578] Compiling vpaes-armv8-apple.S
[214/578] Compiling vpaes-armv7-linux.S
[215/578] Compiling sha512-x86_64-apple.S
[216/578] Compiling sha512-armv8-linux.S
[217/578] Compiling sha512-x86_64-linux.S
[217/578] Compiling sha512-armv8-win.S
[219/578] Compiling sha512-armv8-apple.S
[220/578] Compiling sha512-armv4-linux.S
[221/578] Compiling sha512-586-linux.S
[222/578] Compiling sha512-586-apple.S
[223/578] Compiling sha256-x86_64-linux.S
[224/578] Compiling sha256-armv8-win.S
[225/578] Compiling sha256-x86_64-apple.S
[226/578] Compiling sha256-armv8-linux.S
[227/578] Compiling sha256-armv8-apple.S
[228/578] Compiling sha256-armv4-linux.S
[229/578] Compiling sha256-586-apple.S
[230/578] Compiling d1_lib.cc
[231/578] Compiling sha256-586-linux.S
[233/578] Emitting module JLog
[234/578] Compiling JLog JLog.swift
[234/578] Compiling sha1-x86_64-apple.S
[235/579] Compiling sha1-armv8-win.S
[236/579] Compiling sha1-x86_64-linux.S
[237/579] Compiling sha1-armv8-linux.S
[238/579] Compiling sha1-armv8-apple.S
[239/579] Compiling sha1-armv4-large-linux.S
[240/579] Compiling sha1-586-linux.S
[241/579] Compiling sha1-586-apple.S
[242/579] Compiling rdrand-x86_64-linux.S
[243/579] Compiling rdrand-x86_64-apple.S
[244/579] Compiling rsaz-avx2-linux.S
[245/579] Compiling rsaz-avx2-apple.S
[246/579] Compiling p256_beeu-x86_64-asm-linux.S
[248/579] Compiling p256_beeu-x86_64-asm-apple.S
[249/579] Compiling p256_beeu-armv8-asm-win.S
[250/579] Compiling p256_beeu-armv8-asm-linux.S
[251/579] Compiling p256_beeu-armv8-asm-apple.S
[252/579] Compiling p256-x86_64-asm-apple.S
[253/579] Compiling p256-x86_64-asm-linux.S
[254/579] Compiling p256-armv8-asm-win.S
[255/579] Compiling p256-armv8-asm-apple.S
[255/579] Compiling ghashv8-armv8-win.S
[257/579] Compiling p256-armv8-asm-linux.S
[258/579] Compiling ghashv8-armv8-linux.S
[259/579] Compiling ghashv8-armv8-apple.S
[260/579] Compiling d1_both.cc
[261/579] Compiling ghashv8-armv7-linux.S
[262/579] Compiling ghash-x86_64-apple.S
[263/579] Compiling ghash-x86_64-linux.S
[264/579] Compiling ghash-x86-linux.S
[265/579] Compiling ghash-x86-apple.S
[266/579] Compiling ghash-ssse3-x86_64-linux.S
[267/579] Compiling ghash-ssse3-x86_64-apple.S
[268/579] Wrapping AST for JLog for debugging
[269/579] Compiling ghash-ssse3-x86-linux.S
[270/579] Compiling ghash-ssse3-x86-apple.S
[271/579] Compiling ghash-neon-armv8-win.S
[272/579] Compiling ghash-neon-armv8-linux.S
[273/579] Compiling ghash-armv4-linux.S
[274/579] Compiling ghash-neon-armv8-apple.S
[275/579] Compiling co-586-linux.S
[276/579] Compiling co-586-apple.S
[277/579] Compiling bsaes-armv7-linux.S
[278/579] Compiling bn-armv8-win.S
[279/579] Compiling bn-armv8-linux.S
[280/579] Compiling bn-armv8-apple.S
[281/579] Compiling bn-586-apple.S
[282/579] Compiling bn-586-linux.S
[283/579] Compiling armv8-mont-win.S
[284/579] Compiling armv8-mont-linux.S
[285/579] Compiling armv8-mont-apple.S
[286/579] Compiling armv4-mont-linux.S
[287/579] Compiling aesv8-gcm-armv8-win.S
[288/579] Compiling aesv8-gcm-armv8-linux.S
[289/579] Compiling aesv8-gcm-armv8-apple.S
[290/579] Compiling aesv8-armv8-win.S
[291/579] Compiling aesv8-armv8-apple.S
[292/579] Compiling aesv8-armv8-linux.S
[293/579] Compiling aesv8-armv7-linux.S
[294/579] Compiling aesni-x86-linux.S
[294/579] Compiling aesni-x86-apple.S
[296/579] Compiling aesni-x86_64-apple.S
[297/579] Compiling aesni-x86_64-linux.S
[298/579] Compiling aesni-gcm-x86_64-apple.S
[299/579] Compiling aesni-gcm-x86_64-linux.S
[300/579] Compiling x_sig.c
[301/579] Compiling x_val.c
[301/579] Compiling x_x509a.c
[303/579] Compiling x_spki.c
[304/579] Compiling x_req.c
[305/579] Compiling x_x509.c
[306/579] Compiling x_pubkey.c
[307/579] Compiling x_name.c
[308/579] Compiling x_algor.c
[308/579] Compiling x_exten.c
[310/579] Compiling x509spki.c
[311/579] Compiling x_attrib.c
[312/579] Compiling x_crl.c
[313/579] Compiling x509rset.c
[314/579] Compiling x_all.c
[315/579] Compiling x509name.c
[316/579] Compiling x509cset.c
[317/579] Compiling x509_vpm.c
[318/579] Compiling x509_txt.c
[319/579] Compiling x509_v3.c
[320/579] Compiling x509_trs.c
[321/579] Compiling x509_set.c
[322/579] Compiling x509_req.c
[322/579] Compiling x509_vfy.c
[324/579] Compiling x509_def.c
[325/579] Compiling x509_obj.c
[326/579] Compiling x509_d2.c
[327/579] Compiling x509_ext.c
[327/579] Compiling x509_lu.c
[329/579] Compiling x509.c
[330/579] Compiling x509_att.c
[331/579] Compiling x509_cmp.c
[332/579] Compiling v3_prn.c
[333/579] Compiling v3_skey.c
[334/579] Compiling v3_pcons.c
[334/579] Compiling v3_pmaps.c
[336/579] Compiling v3_ocsp.c
[337/579] Compiling v3_purp.c
[338/579] Compiling v3_utl.c
[339/579] Compiling v3_ncons.c
[340/579] Compiling v3_int.c
[341/579] Compiling v3_ia5.c
[341/579] Compiling v3_lib.c
[343/579] Compiling v3_info.c
[343/579] Compiling v3_extku.c
[345/579] Compiling v3_enum.c
[346/579] Compiling v3_genn.c
[347/579] Compiling v3_crld.c
[348/579] Compiling v3_cpols.c
[349/579] Compiling v3_bitst.c
[350/579] Compiling v3_conf.c
[351/579] Compiling v3_bcons.c
[352/579] Compiling v3_akeya.c
[353/579] Compiling v3_alt.c
[354/579] Compiling v3_akey.c
[355/579] Compiling t_x509a.c
[356/579] Compiling i2d_pr.c
[357/579] Compiling t_x509.c
[358/579] Compiling t_crl.c
[359/579] Compiling t_req.c
[360/579] Compiling name_print.c
[361/579] Compiling rsa_pss.c
[362/579] Compiling policy.c
[363/579] Compiling by_file.c
[364/579] Compiling by_dir.c
[365/579] Compiling a_digest.c
[365/579] Compiling a_verify.c
[367/579] Compiling algorithm.c
[368/579] Compiling a_sign.c
[369/579] Compiling asn1_gen.c
[370/579] Compiling voprf.c
[371/579] Compiling trust_token.c
[372/579] Compiling thread.c
[373/579] Compiling thread_win.c
[374/579] Compiling thread_none.c
[375/579] Compiling thread_pthread.c
[376/579] Compiling spx_wots.c
[377/579] Compiling spx_util.c
[378/579] Compiling spx_thash.c
[378/579] Compiling stack.c
[380/579] Compiling spx_merkle.c
[381/579] Compiling spx_fors.c
[382/579] Compiling spx.c
[383/579] Compiling pmbtoken.c
[384/579] Compiling spx_address.c
[385/579] Compiling wots.c
[386/579] Compiling sha256.c
[387/579] Compiling thash.c
[388/579] Compiling sha512.c
[389/579] Compiling merkle.c
[389/579] Compiling slhdsa.c
[391/579] Compiling siphash.c
[392/579] Compiling fors.c
[393/579] Compiling sha1.c
[394/579] Compiling rsa_extra.c
[395/579] Compiling rc4.c
[396/579] Compiling rsa_print.c
[397/579] Compiling windows.c
[398/579] Compiling refcount.c
[399/579] Compiling trusty.c
[400/579] Compiling rand_extra.c
[401/579] Compiling rsa_asn1.c
[402/579] Compiling rsa_crypt.c
[403/579] Compiling ios.c
[404/579] Compiling passive.c
[405/579] Compiling urandom.c
[406/579] Compiling getentropy.c
[407/579] Compiling deterministic.c
[408/579] Compiling poly1305_arm_asm.S
[409/579] Compiling forkunsafe.c
[409/579] Compiling fork_detect.c
[411/579] Compiling poly1305.c
[412/579] Compiling poly1305_arm.c
[413/579] Compiling pool.c
[414/579] Compiling pkcs7.c
[415/579] Compiling poly1305_vec.c
[416/579] Compiling pkcs8.c
[417/579] Compiling p5_pbev2.c
[418/579] Compiling pem_xaux.c
[419/579] Compiling pem_x509.c
[420/579] Compiling pkcs7_x509.c
[421/579] Compiling pkcs8_x509.c
[422/579] Compiling pem_pkey.c
[423/579] Compiling obj_xref.c
[424/579] Compiling pem_pk8.c
[425/579] Compiling pem_oth.c
[426/579] Compiling pem_info.c
[427/579] Compiling pem_lib.c
[428/579] Compiling mem.c
[429/579] Compiling obj.c
[430/579] Compiling pem_all.c
[431/579] Compiling md5.c
[432/579] Compiling mldsa.c
[433/579] Compiling md4.c
[434/579] Compiling lhash.c
[435/579] Compiling keccak.c
[436/579] Compiling fips_shared_support.c
[437/579] Compiling poly_rq_mul.S
[438/579] Compiling kyber.c
[439/579] Compiling sign.c
[439/579] Compiling ex_data.c
[441/579] Compiling hpke.c
[442/579] Compiling scrypt.c
[443/579] Compiling print.c
[443/579] Compiling mlkem.cc
[445/579] Compiling hrss.c
[446/579] Compiling pbkdf.c
[447/579] Compiling p_x25519.c
[448/579] Compiling p_x25519_asn1.c
[449/579] Compiling p_rsa_asn1.c
[450/579] Compiling p_hkdf.c
[450/579] Compiling p_ed25519.c
[452/579] Compiling p_rsa.c
[453/579] Compiling p_ed25519_asn1.c
[454/579] Compiling p_ec_asn1.c
[455/579] Compiling p_ec.c
[456/579] Compiling p_dh.c
[457/579] Compiling p_dsa_asn1.c
[458/579] Compiling p_dh_asn1.c
[459/579] Compiling evp_ctx.c
[460/579] Compiling evp.c
[460/579] Compiling evp_asn1.c
[462/579] Compiling engine.c
[463/579] Compiling err.c
[464/579] Compiling ecdh_extra.c
[465/579] Compiling ecdsa_asn1.c
[466/579] Compiling ec_derive.c
[467/579] Compiling hash_to_curve.c
[468/579] Compiling dsa_asn1.c
[469/579] Compiling ec_asn1.c
[470/579] Compiling dsa.c
[471/579] Compiling params.c
[472/579] Compiling digest_extra.c
[473/579] Compiling dh_asn1.c
[474/579] Compiling dilithium.c
[475/579] Compiling x25519-asm-arm.S
[476/579] Compiling spake25519.c
[477/579] Compiling crypto.c
[478/579] Compiling cpu_intel.c
[479/579] Compiling des.c
[480/579] Compiling cpu_arm_linux.c
[481/579] Compiling cpu_arm_freebsd.c
[482/579] Compiling cpu_aarch64_openbsd.c
[483/579] Compiling cpu_aarch64_sysreg.c
[484/579] Compiling cpu_aarch64_win.c
[485/579] Compiling cpu_aarch64_linux.c
[486/579] Compiling cpu_aarch64_fuchsia.c
[487/579] Compiling cpu_aarch64_apple.c
[488/579] Compiling e_rc4.c
[488/579] Compiling tls_cbc.c
[490/579] Compiling curve25519.c
[491/579] Compiling conf.c
[491/579] Compiling e_tls.c
[493/579] Compiling e_rc2.c
[494/579] Compiling e_null.c
[495/579] Compiling e_des.c
[496/579] Compiling derive_key.c
[497/579] Compiling e_chacha20poly1305.c
[498/579] Compiling e_aesctrhmac.c
[499/579] Compiling e_aesgcmsiv.c
[500/579] Compiling unicode.c
[501/579] Compiling chacha.c
[502/579] Compiling cipher_extra.c
[503/579] Compiling curve25519_64_adx.c
[504/579] Compiling ber.c
[505/579] Compiling cbb.c
[506/579] Compiling bn_asn1.c
[506/579] Compiling asn1_compat.c
[508/579] Compiling buf.c
[509/579] Compiling cbs.c
[510/579] Compiling blake2.c
[511/579] Compiling convert.c
[512/579] Compiling printf.c
[512/579] Compiling socket.c
[514/579] Compiling socket_helper.c
[515/579] Compiling hexdump.c
[516/579] Compiling pair.c
[517/579] Compiling file.c
[518/579] Compiling errno.c
[519/579] Compiling fd.c
[520/579] Compiling connect.c
[521/579] Compiling bio_mem.c
[522/579] Compiling base64.c
[523/579] Compiling bio.c
[524/579] Compiling tasn_typ.c
[525/579] Compiling tasn_utl.c
[526/579] Compiling tasn_new.c
[527/579] Compiling tasn_fre.c
[528/579] Compiling tasn_enc.c
[529/579] Compiling f_string.c
[530/579] Compiling f_int.c
[531/579] Compiling tasn_dec.c
[532/579] Compiling asn_pack.c
[533/579] Compiling asn1_par.c
[533/579] Compiling posix_time.c
[535/579] Compiling a_utctm.c
[536/579] Compiling a_octet.c
[536/579] Compiling a_type.c
[538/579] Compiling a_time.c
[538/579] Compiling asn1_lib.c
[540/579] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[540/579] Compiling a_strnid.c
[542/579] Write sources
[545/579] Compiling a_strex.c
[546/579] Write sources
[547/579] Compiling a_i2d_fp.c
[548/579] Write sources
[550/579] Compiling a_mbstr.c
[551/579] Compiling a_object.c
[552/579] Compiling a_int.c
[553/606] Compiling bcm.c
[555/632] Compiling Algorithms Partition.swift
[556/632] Compiling Algorithms Permutations.swift
[557/632] Compiling Algorithms Product.swift
[558/634] Emitting module ArgumentParserToolInfo
[559/634] Compiling BinaryCoder BinarySerialization.swift
[560/634] Compiling BinaryCoder SharedBinaryCoding.swift
[561/634] Emitting module BinaryCoder
[562/634] Compiling Atomics IntegerOperations.swift
[563/634] Compiling Atomics Unmanaged extensions.swift
[564/634] Compiling Algorithms Cycle.swift
[565/634] Compiling Algorithms EitherSequence.swift
[566/634] Compiling Algorithms FirstNonNil.swift
[567/634] Compiling BinaryCoder BinaryCodable.swift
[568/634] Compiling BinaryCoder BinaryCodableExtensions.swift
[569/634] Compiling BinaryCoder BinaryDecoder.swift
[570/634] Compiling ArgumentParserToolInfo ToolInfo.swift
[571/635] Compiling BinaryCoder BinaryEncoder.swift
[573/636] Wrapping AST for ArgumentParserToolInfo for debugging
[574/636] Wrapping AST for BinaryCoder for debugging
[578/636] Compiling Algorithms Suffix.swift
[579/636] Compiling Algorithms RandomSample.swift
[580/636] Compiling Algorithms Reductions.swift
[581/636] Compiling Algorithms Rotate.swift
[582/677] Compiling ArgumentParser Errors.swift
[583/677] Compiling ArgumentParser Flag.swift
[584/677] Compiling ArgumentParser NameSpecification.swift
[585/677] Compiling ArgumentParser CommandGroup.swift
[586/677] Compiling ArgumentParser EnumerableFlag.swift
[587/677] Compiling ArgumentParser ExpressibleByArgument.swift
[588/677] Compiling ArgumentParser Option.swift
[589/677] Compiling ArgumentParser OptionGroup.swift
[590/677] Compiling ArgumentParser AsyncParsableCommand.swift
[591/677] Compiling ArgumentParser CommandConfiguration.swift
[592/677] Compiling ArgumentParser Argument.swift
[593/677] Compiling ArgumentParser ArgumentHelp.swift
[594/677] Compiling ArgumentParser ArgumentVisibility.swift
[595/677] Compiling ArgumentParser CompletionKind.swift
[596/677] Compiling ArgumentParser ParsedValues.swift
[597/677] Compiling ArgumentParser ParserError.swift
[598/677] Compiling ArgumentParser SplitArguments.swift
[599/677] Compiling ArgumentParser BashCompletionsGenerator.swift
[600/677] Compiling ArgumentParser CompletionsGenerator.swift
[601/677] Compiling ArgumentParser FishCompletionsGenerator.swift
[602/677] Compiling ArgumentParser ZshCompletionsGenerator.swift
[603/677] Emitting module Atomics
[604/677] Emitting module ArgumentParser
[623/683] Wrapping AST for Atomics for debugging
[625/683] Compiling ArgumentParser Name.swift
[626/683] Compiling ArgumentParser Parsed.swift
[630/683] Compiling ArgumentParser DumpHelpGenerator.swift
[631/683] Compiling ArgumentParser HelpCommand.swift
[632/683] Compiling ArgumentParser HelpGenerator.swift
[633/683] Compiling ArgumentParser MessageInfo.swift
[634/683] Compiling ArgumentParser UsageGenerator.swift
[641/743] Compiling NIOCore DeadChannel.swift
[642/743] Compiling NIOCore DispatchQueue+WithFuture.swift
[643/743] Compiling NIOCore EventLoop+Deprecated.swift
[644/743] Compiling NIOCore EventLoop+SerialExecutor.swift
[645/743] Compiling NIOCore EventLoop.swift
[646/743] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[647/743] Compiling NIOCore BSDSocketAPI.swift
[648/743] Compiling NIOCore ByteBuffer-aux.swift
[649/743] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[650/743] Compiling NIOCore ByteBuffer-conversions.swift
[651/743] Compiling NIOCore EventLoopFuture+Deprecated.swift
[652/743] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[653/743] Compiling NIOCore EventLoopFuture.swift
[654/743] Compiling NIOCore FileDescriptor.swift
[655/743] Compiling NIOCore FileHandle.swift
[656/743] Compiling NIOCore IntegerBitPacking.swift
[657/743] Compiling NIOCore IntegerTypes.swift
[658/743] Compiling NIOCore Interfaces.swift
[659/743] Compiling NIOCore Linux.swift
[660/743] Compiling NIOCore MarkedCircularBuffer.swift
[661/744] Wrapping AST for ArgumentParser for debugging
[663/744] Emitting module Algorithms
[664/745] Wrapping AST for Algorithms for debugging
[666/745] Compiling NIOCore CircularBuffer.swift
[667/745] Compiling NIOCore Codec.swift
[668/745] Compiling NIOCore ConvenienceOptionSupport.swift
[679/753] Compiling NIOCore ByteBuffer-core.swift
[680/753] Compiling NIOCore ByteBuffer-hex.swift
[681/753] Compiling NIOCore ByteBuffer-int.swift
[682/753] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[683/753] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[684/753] Compiling NIOCore SocketAddresses.swift
[685/753] Compiling NIOCore SocketOptionProvider.swift
[686/753] Compiling NIOCore SystemCallHelpers.swift
[687/753] Compiling NIOCore TimeAmount+Duration.swift
[688/753] Compiling NIOCore TypeAssistedChannelHandler.swift
[689/753] Compiling NIOCore UniversalBootstrapSupport.swift
[690/753] Compiling NIOCore Utilities.swift
[691/753] Compiling NIOCore MulticastChannel.swift
[692/753] Compiling NIOCore NIOAny.swift
[693/753] Compiling NIOCore NIOCloseOnErrorHandler.swift
[694/753] Compiling NIOCore NIOLoopBound.swift
[695/753] Compiling NIOCore NIOScheduledCallback.swift
[696/753] Compiling NIOCore NIOSendable.swift
[697/753] Compiling NIOCore PointerHelpers.swift
[698/753] Compiling NIOCore RecvByteBufferAllocator.swift
[699/753] Compiling NIOCore IO.swift
[700/753] Compiling NIOCore IOData.swift
[701/753] Compiling NIOCore IPProtocol.swift
[707/753] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[713/753] Compiling NIOCore FileRegion.swift
[714/753] Compiling NIOCore GlobalSingletons.swift
[715/753] Compiling NIOCore ByteBuffer-multi-int.swift
[716/753] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[717/753] Compiling NIOCore ByteBuffer-views.swift
[718/753] Compiling NIOCore Channel.swift
[719/753] Compiling NIOCore ChannelHandler.swift
[720/753] Compiling NIOCore ChannelHandlers.swift
[721/753] Compiling NIOCore ChannelInvoker.swift
[722/753] Compiling NIOCore ChannelOption.swift
[723/753] Compiling NIOCore ChannelPipeline.swift
[724/753] Emitting module NIOCore
[725/753] Compiling NIOCore AddressedEnvelope.swift
[726/753] Compiling NIOCore AsyncAwaitSupport.swift
[727/753] Compiling NIOCore AsyncChannel.swift
[728/753] Compiling NIOCore AsyncChannelHandler.swift
[729/753] Compiling NIOCore AsyncChannelInboundStream.swift
[730/753] Compiling NIOCore AsyncChannelOutboundWriter.swift
[731/753] Compiling NIOCore NIOAsyncSequenceProducer.swift
[732/753] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[733/753] Compiling NIOCore NIOAsyncWriter.swift
[734/754] Wrapping AST for NIOCore for debugging
[736/806] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[737/806] Compiling NIOEmbedded AsyncTestingChannel.swift
[738/806] Compiling NIOEmbedded Embedded.swift
[739/806] Emitting module NIOEmbedded
[740/807] Wrapping AST for NIOEmbedded for debugging
[742/807] Compiling NIOPosix IO.swift
[743/807] Compiling NIOPosix IntegerBitPacking.swift
[744/807] Compiling NIOPosix IntegerTypes.swift
[745/807] Compiling NIOPosix Linux.swift
[746/807] Compiling NIOPosix LinuxCPUSet.swift
[747/807] Compiling NIOPosix LinuxUring.swift
[748/807] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[749/813] Emitting module NIOPosix
[750/813] Compiling NIOPosix ThreadPosix.swift
[751/813] Compiling NIOPosix ThreadWindows.swift
[752/813] Compiling NIOPosix UnsafeTransfer.swift
[753/813] Compiling NIOPosix Utilities.swift
[754/813] Compiling NIOPosix VsockAddress.swift
[755/813] Compiling NIOPosix VsockChannelEvents.swift
[756/813] Compiling NIOPosix SelectableChannel.swift
[757/813] Compiling NIOPosix SelectableEventLoop.swift
[758/813] Compiling NIOPosix SelectorEpoll.swift
[759/813] Compiling NIOPosix SelectorGeneric.swift
[760/813] Compiling NIOPosix SelectorKqueue.swift
[761/813] Compiling NIOPosix SelectorUring.swift
[762/813] Compiling NIOPosix BSDSocketAPICommon.swift
[763/813] Compiling NIOPosix BSDSocketAPIPosix.swift
[764/813] Compiling NIOPosix BSDSocketAPIWindows.swift
[765/813] Compiling NIOPosix BaseSocket.swift
[766/813] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[767/813] Compiling NIOPosix BaseSocketChannel.swift
[768/813] Compiling NIOPosix BaseStreamSocketChannel.swift
[769/813] Compiling NIOPosix NIOThreadPool.swift
[770/813] Compiling NIOPosix NonBlockingFileIO.swift
[771/813] Compiling NIOPosix PendingDatagramWritesManager.swift
[772/813] Compiling NIOPosix PendingWritesManager.swift
[773/813] Compiling NIOPosix PipeChannel.swift
[774/813] Compiling NIOPosix PipePair.swift
[775/813] Compiling NIOPosix PointerHelpers.swift
[776/813] Compiling NIOPosix Pool.swift
[777/813] Compiling NIOPosix PooledRecvBufferAllocator.swift
[778/813] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[779/813] Compiling NIOPosix PosixSingletons.swift
[780/813] Compiling NIOPosix RawSocketBootstrap.swift
[781/813] Compiling NIOPosix Resolver.swift
[782/813] Compiling NIOPosix Selectable.swift
[783/813] Compiling NIOPosix ServerSocket.swift
[784/813] Compiling NIOPosix Socket.swift
[785/813] Compiling NIOPosix SocketChannel.swift
[786/813] Compiling NIOPosix SocketProtocols.swift
[787/813] Compiling NIOPosix System.swift
[788/813] Compiling NIOPosix Thread.swift
[789/813] Compiling NIOPosix Bootstrap.swift
[790/813] Compiling NIOPosix ControlMessage.swift
[791/813] Compiling NIOPosix DatagramVectorReadManager.swift
[792/813] Compiling NIOPosix Errors+Any.swift
[793/813] Compiling NIOPosix FileDescriptor.swift
[794/813] Compiling NIOPosix GetaddrinfoResolver.swift
[795/813] Compiling NIOPosix HappyEyeballs.swift
[796/814] Wrapping AST for NIOPosix for debugging
[798/816] Compiling NIO Exports.swift
[799/816] Emitting module NIO
[800/817] Wrapping AST for NIO for debugging
[802/856] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[803/856] Compiling NIOTLS TLSEvents.swift
[804/856] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[805/856] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[806/856] Emitting module NIOTLS
[807/856] Emitting module NIOFoundationCompat
[808/856] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[809/856] Compiling NIOSOCKS SOCKSResponse.swift
[810/857] Compiling NIOSOCKS ClientStateMachine.swift
[811/857] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[812/857] Compiling NIOSOCKS AuthenticationMethod.swift
[813/857] Compiling NIOSOCKS ClientGreeting.swift
[814/857] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[815/857] Emitting module NIOSOCKS
[816/857] Compiling NIOSOCKS SOCKSClientHandler.swift
[817/857] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[818/857] Compiling NIOSOCKS ServerStateMachine.swift
[819/857] Compiling NIOSOCKS Errors.swift
[820/857] Compiling NIOSOCKS Helpers.swift
[821/857] Compiling NIOSOCKS Messages.swift
[822/857] Compiling NIOSOCKS SOCKSRequest.swift
[825/860] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[826/860] Compiling NIOTLS SNIHandler.swift
[827/861] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[831/862] Emitting module NIOHTTP1
[831/862] Wrapping AST for NIOTLS for debugging
[832/862] Wrapping AST for NIOSOCKS for debugging
[834/862] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[835/862] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[835/862] Wrapping AST for NIOFoundationCompat for debugging
[837/862] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[838/862] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[839/871] Compiling NIOSSL NIOSSLHandler.swift
[840/871] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[841/871] Compiling NIOSSL AndroidCABundle.swift
[842/871] Compiling NIOSSL ByteBufferBIO.swift
[843/912] Compiling NIOTransportServices AcceptHandler.swift
[844/912] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[845/912] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[846/914] Compiling NIOTransportServices StateManagedChannel.swift
[847/914] Compiling NIOTransportServices StateManagedListenerChannel.swift
[848/914] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[849/914] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[850/914] Compiling NIOTransportServices NIOTSSingletons.swift
[851/914] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[852/914] Compiling NIOTransportServices NIOTSEventLoop.swift
[854/914] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[855/914] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[856/914] Compiling NIOTransportServices NIOTSListenerChannel.swift
[857/914] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[858/914] Compiling NIOTransportServices NIOTSErrors.swift
[860/914] Compiling NIOTransportServices NIOTSBootstraps.swift
[861/914] Compiling NIOTransportServices NIOTSChannelOptions.swift
[862/914] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[863/914] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[864/914] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[865/914] Compiling NIOTransportServices NIOTSDatagramListener.swift
[866/914] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[867/914] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[868/914] Emitting module NIOTransportServices
[871/915] Wrapping AST for NIOTransportServices for debugging
[876/916] Wrapping AST for NIOHTTP1 for debugging
[878/927] Compiling NIOHPACK DynamicHeaderTable.swift
[879/927] Compiling NIOHPACK HPACKDecoder.swift
[880/927] Compiling NIOHPACK HPACKEncoder.swift
[881/927] Compiling NIOHPACK HPACKErrors.swift
[882/945] Compiling NIOHPACK HPACKHeader.swift
[883/945] Compiling NIOHPACK HeaderTables.swift
[890/947] Emitting module NIOSSL
[891/947] Compiling NIOHPACK IntegerCoding.swift
[892/948] Compiling NIOWebSocket WebSocketErrorCodes.swift
[893/949] Compiling NIOWebSocket WebSocketOpcode.swift
[894/949] Compiling NIOHPACK IndexedHeaderTable.swift
[895/949] Compiling NIOHPACK StaticHeaderTable.swift
[896/949] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[897/949] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[898/949] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[899/949] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[900/949] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[901/949] Compiling NIOHTTPCompression HTTPDecompression.swift
[902/949] Emitting module NIOHTTPCompression
[903/949] Compiling NIOHTTPCompression HTTPCompression.swift
[904/949] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[905/949] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[906/949] Compiling NIOHPACK HuffmanTables.swift
[907/950] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[908/950] Compiling NIOWebSocket SHA1.swift
[909/950] Compiling NIOHPACK HuffmanCoding.swift
[911/950] Emitting module NIOWebSocket
[912/950] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[913/950] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[913/950] Wrapping AST for NIOHTTPCompression for debugging
[915/950] Compiling NIOWebSocket WebSocketFrame.swift
[916/951] Emitting module NIOHPACK
[924/952] Wrapping AST for NIOWebSocket for debugging
[937/952] Compiling NIOSSL SSLPublicKey.swift
[938/952] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[939/952] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[940/952] Compiling NIOSSL SubjectAlternativeName.swift
[940/952] Wrapping AST for NIOHPACK for debugging
[942/970] Compiling NIOSSL Zeroization.swift
[943/970] Compiling NIOSSL TLSConfiguration.swift
[944/970] Compiling NIOSSL UniversalBootstrapSupport.swift
[945/1011] Wrapping AST for NIOSSL for debugging
[947/1033] Compiling MQTTNIO MQTTClient+async.swift
[948/1033] Compiling MQTTNIO MQTTClientV5+async.swift
[949/1033] Compiling MQTTNIO Sendable.swift
[950/1036] Emitting module MQTTNIO
[951/1036] Compiling MQTTNIO MQTTConnection.swift
[952/1036] Compiling MQTTNIO MQTTCoreTypes.swift
[953/1036] Compiling MQTTNIO MQTTCoreTypesV5.swift
[954/1036] Compiling MQTTNIO MQTTSerializer.swift
[955/1036] Compiling MQTTNIO MQTTTask.swift
[956/1036] Compiling MQTTNIO TSTLSConfiguration.swift
[957/1036] Compiling MQTTNIO MQTTError.swift
[958/1036] Compiling MQTTNIO MQTTInflight.swift
[959/1036] Compiling MQTTNIO MQTTListeners.swift
[960/1036] Compiling MQTTNIO MQTTPacket.swift
[961/1036] Compiling MQTTNIO MQTTProperties.swift
[962/1036] Compiling MQTTNIO MQTTReason.swift
[963/1036] Compiling MQTTNIO MQTTMessageDecoder.swift
[964/1036] Compiling MQTTNIO MQTTMessageHandler.swift
[965/1036] Compiling MQTTNIO MQTTTaskHandler.swift
[966/1036] Compiling MQTTNIO MQTTClient.swift
[967/1036] Compiling MQTTNIO MQTTClientV5.swift
[968/1036] Compiling MQTTNIO MQTTConfiguration.swift
[969/1036] Compiling MQTTNIO PingreqHandler.swift
[970/1036] Compiling MQTTNIO WebSocketHandler.swift
[971/1036] Compiling MQTTNIO WebSocketInitialRequest.swift
[972/1037] Wrapping AST for MQTTNIO for debugging
[974/1037] Emitting module NIOHTTP2
[992/1045] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[993/1045] Compiling NIOHTTP2 HTTP2Frame.swift
[994/1045] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[995/1045] Compiling NIOHTTP2 HTTP2FrameParser.swift
[996/1045] Compiling NIOHTTP2 HTTP2PingData.swift
[997/1045] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[998/1045] Compiling NIOHTTP2 HTTP2Settings.swift
[999/1045] Compiling NIOHTTP2 HTTP2Stream.swift
[1000/1045] Compiling NIOHTTP2 InboundWindowManager.swift
[1001/1045] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1002/1045] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1003/1045] Compiling NIOHTTP2 StreamChannelList.swift
[1004/1045] Compiling NIOHTTP2 StreamMap.swift
[1005/1045] Compiling NIOHTTP2 StreamStateMachine.swift
[1006/1045] Compiling NIOHTTP2 UnsafeTransfer.swift
[1007/1045] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1015/1045] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1016/1045] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1017/1045] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1018/1045] Compiling NIOHTTP2 HasLocalSettings.swift
[1019/1045] Compiling NIOHTTP2 HasRemoteSettings.swift
[1020/1045] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1021/1045] Compiling NIOHTTP2 QuiescingState.swift
[1022/1045] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1023/1045] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1024/1045] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1025/1045] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1026/1045] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1027/1045] Compiling NIOHTTP2 HTTP2StreamID.swift
[1028/1045] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1029/1045] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1030/1045] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1031/1045] Compiling NIOHTTP2 InboundEventBuffer.swift
[1032/1045] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1033/1045] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1034/1045] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1035/1045] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1036/1045] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1037/1045] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1038/1045] Compiling NIOHTTP2 HTTP2Error.swift
[1039/1045] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1040/1046] Wrapping AST for NIOHTTP2 for debugging
[1042/1103] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1043/1103] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1044/1103] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1045/1103] Compiling AsyncHTTPClient Transaction.swift
[1046/1103] Compiling AsyncHTTPClient Base64.swift
[1047/1103] Compiling AsyncHTTPClient BasicAuth.swift
[1048/1103] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1049/1103] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1050/1111] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1051/1111] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1052/1111] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1053/1111] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1054/1111] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1055/1111] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1056/1111] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1057/1111] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1058/1111] Emitting module AsyncHTTPClient
[1059/1111] Compiling AsyncHTTPClient ConnectionPool.swift
[1060/1111] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1061/1111] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1062/1111] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1063/1111] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1064/1111] Compiling AsyncHTTPClient HTTP1Connection.swift
[1065/1111] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1066/1111] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1067/1111] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1068/1111] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1069/1111] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1070/1111] Compiling AsyncHTTPClient ConnectionTarget.swift
[1071/1111] Compiling AsyncHTTPClient DeconstructedURL.swift
[1072/1111] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1073/1111] Compiling AsyncHTTPClient FoundationExtensions.swift
[1074/1111] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1075/1111] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1076/1111] Compiling AsyncHTTPClient HTTPClient.swift
[1077/1111] Compiling AsyncHTTPClient HTTPHandler.swift
[1078/1111] Compiling AsyncHTTPClient LRUCache.swift
[1079/1111] Compiling AsyncHTTPClient NWErrorHandler.swift
[1080/1111] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1081/1111] Compiling AsyncHTTPClient TLSConfiguration.swift
[1082/1111] Compiling AsyncHTTPClient RedirectState.swift
[1083/1111] Compiling AsyncHTTPClient HTTP2Connection.swift
[1084/1111] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1085/1111] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1086/1111] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1087/1111] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1088/1111] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1089/1111] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1090/1111] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1091/1111] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1092/1111] Compiling AsyncHTTPClient RequestBodyLength.swift
[1093/1111] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1094/1111] Compiling AsyncHTTPClient RequestOptions.swift
[1095/1111] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1096/1111] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1097/1111] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1098/1111] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1099/1111] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1100/1111] Compiling AsyncHTTPClient RequestBag.swift
[1101/1111] Compiling AsyncHTTPClient RequestValidation.swift
[1102/1111] Compiling AsyncHTTPClient SSLContextCache.swift
[1103/1111] Compiling AsyncHTTPClient Scheme.swift
[1104/1111] Compiling AsyncHTTPClient Singleton.swift
[1105/1111] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1106/1111] Compiling AsyncHTTPClient Utils.swift
[1107/1112] Wrapping AST for AsyncHTTPClient for debugging
[1109/1137] Compiling sma2mqttLibrary SMANetPacketHeader.swift
[1110/1137] Compiling sma2mqttLibrary SMANetPacketValue.swift
[1111/1137] Compiling sma2mqttLibrary SMAPacket.swift
[1112/1140] Emitting module sma2mqttLibrary
/host/spi-builder-workspace/Sources/sma2mqttLibrary/Tools/HTTPClientProvider.swift:18:52: warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
16 | tlsConfiguration.certificateVerification = .none
17 |
18 | return HTTPClient(eventLoopGroupProvider: .createNew, configuration: .init(tlsConfiguration: tlsConfiguration,
| |- warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
| `- note: use 'singleton' instead
19 | timeout: .init(connect: .seconds(5), read: .seconds(10)),
20 | decompression: .enabled(limit: .none)))
/host/spi-builder-workspace/Sources/sma2mqttLibrary/Tools/QueryQueue.swift:8:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
6 | import JLog
7 |
8 | extension ObjectId: Identifiable { public var id: ObjectId { self } }
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
9 |
10 | struct QueryObject
[1113/1140] Compiling sma2mqttLibrary RandomNumber.swift
[1114/1140] Compiling sma2mqttLibrary SMAUDPPort.swift
[1115/1140] Compiling sma2mqttLibrary resource_bundle_accessor.swift
[1116/1140] Compiling sma2mqttLibrary SMALighthouse.swift
[1117/1140] Compiling sma2mqttLibrary PacketHelper.swift
[1118/1140] Compiling sma2mqttLibrary SMANetPacket.swift
[1119/1140] Compiling sma2mqttLibrary SMANetPacketDefinition.swift
[1120/1140] Compiling sma2mqttLibrary MQTTPublisher.swift
/host/spi-builder-workspace/Sources/sma2mqttLibrary/Tools/QueryQueue.swift:8:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
6 | import JLog
7 |
8 | extension ObjectId: Identifiable { public var id: ObjectId { self } }
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
9 |
10 | struct QueryObject
[1121/1140] Compiling sma2mqttLibrary MutlicastReceiver.swift
/host/spi-builder-workspace/Sources/sma2mqttLibrary/Tools/QueryQueue.swift:8:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
6 | import JLog
7 |
8 | extension ObjectId: Identifiable { public var id: ObjectId { self } }
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
9 |
10 | struct QueryObject
[1122/1140] Compiling sma2mqttLibrary QueryQueue.swift
/host/spi-builder-workspace/Sources/sma2mqttLibrary/Tools/QueryQueue.swift:8:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
6 | import JLog
7 |
8 | extension ObjectId: Identifiable { public var id: ObjectId { self } }
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
9 |
10 | struct QueryObject
[1123/1140] Compiling sma2mqttLibrary Extensions.swift
/host/spi-builder-workspace/Sources/sma2mqttLibrary/Tools/HTTPClientProvider.swift:18:52: warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
16 | tlsConfiguration.certificateVerification = .none
17 |
18 | return HTTPClient(eventLoopGroupProvider: .createNew, configuration: .init(tlsConfiguration: tlsConfiguration,
| |- warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
| `- note: use 'singleton' instead
19 | timeout: .init(connect: .seconds(5), read: .seconds(10)),
20 | decompression: .enabled(limit: .none)))
[1124/1140] Compiling sma2mqttLibrary HTTPClientProvider.swift
/host/spi-builder-workspace/Sources/sma2mqttLibrary/Tools/HTTPClientProvider.swift:18:52: warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
16 | tlsConfiguration.certificateVerification = .none
17 |
18 | return HTTPClient(eventLoopGroupProvider: .createNew, configuration: .init(tlsConfiguration: tlsConfiguration,
| |- warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
| `- note: use 'singleton' instead
19 | timeout: .init(connect: .seconds(5), read: .seconds(10)),
20 | decompression: .enabled(limit: .none)))
[1125/1140] Compiling sma2mqttLibrary IntervalLoop.swift
/host/spi-builder-workspace/Sources/sma2mqttLibrary/Tools/HTTPClientProvider.swift:18:52: warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
16 | tlsConfiguration.certificateVerification = .none
17 |
18 | return HTTPClient(eventLoopGroupProvider: .createNew, configuration: .init(tlsConfiguration: tlsConfiguration,
| |- warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly
| `- note: use 'singleton' instead
19 | timeout: .init(connect: .seconds(5), read: .seconds(10)),
20 | decompression: .enabled(limit: .none)))
[1126/1140] Compiling sma2mqttLibrary SMAPacketGenerator.swift
[1127/1140] Compiling sma2mqttLibrary SMATagPacket.swift
[1128/1140] Compiling sma2mqttLibrary DatedQueue.swift
[1129/1140] Compiling sma2mqttLibrary GetValuesResult.swift
[1130/1140] Compiling sma2mqttLibrary PublishedValue.swift
[1131/1140] Compiling sma2mqttLibrary SMADataObject.swift
[1132/1140] Compiling sma2mqttLibrary SMATagTranslator.swift
[1133/1140] Compiling sma2mqttLibrary ObisDefinition.swift
/host/spi-builder-workspace/Sources/sma2mqttLibrary/SMADevice.swift:586:99: warning: sending 'singleValue' risks causing data races; this is an error in the Swift 6 language mode
584 | catch
585 | {
586 | JLog.error("\(address):could not convert to json error:\(error) singleValue:\(singleValue)")
| | |- warning: sending 'singleValue' risks causing data races; this is an error in the Swift 6 language mode
| | `- note: 'singleValue' is captured by a actor-isolated closure. actor-isolated uses in closure may race against later nonisolated uses
| `- note: access can happen concurrently
587 | }
588 | }
/host/spi-builder-workspace/Sources/sma2mqttLibrary/SMADevice.swift:473:55: warning: sending 'deviceNameDictionary' risks causing data races; this is an error in the Swift 6 language mode
471 |
472 | let deviceNameDictionary = try await getInformationDictionary(atPath: "/dyn/getValues.json", requestIds: devicenameKeys)
473 | JLog.trace("\(address):deviceNameDictionary:\(deviceNameDictionary)")
| |- warning: sending 'deviceNameDictionary' risks causing data races; this is an error in the Swift 6 language mode
| `- note: 'self'-isolated 'deviceNameDictionary' is captured by a actor-isolated closure. actor-isolated uses in closure may race against later nonisolated uses
474 |
475 | if let deviceName = deviceNameDictionary.first(where: { !($0.value.stringValue?.isEmpty ?? true) })?.value.stringValue
| `- note: access can happen concurrently
476 | {
477 | JLog.trace("\(address) devicename: \(deviceName)")
[1134/1140] Compiling sma2mqttLibrary ObisPacket.swift
/host/spi-builder-workspace/Sources/sma2mqttLibrary/SMADevice.swift:586:99: warning: sending 'singleValue' risks causing data races; this is an error in the Swift 6 language mode
584 | catch
585 | {
586 | JLog.error("\(address):could not convert to json error:\(error) singleValue:\(singleValue)")
| | |- warning: sending 'singleValue' risks causing data races; this is an error in the Swift 6 language mode
| | `- note: 'singleValue' is captured by a actor-isolated closure. actor-isolated uses in closure may race against later nonisolated uses
| `- note: access can happen concurrently
587 | }
588 | }
/host/spi-builder-workspace/Sources/sma2mqttLibrary/SMADevice.swift:473:55: warning: sending 'deviceNameDictionary' risks causing data races; this is an error in the Swift 6 language mode
471 |
472 | let deviceNameDictionary = try await getInformationDictionary(atPath: "/dyn/getValues.json", requestIds: devicenameKeys)
473 | JLog.trace("\(address):deviceNameDictionary:\(deviceNameDictionary)")
| |- warning: sending 'deviceNameDictionary' risks causing data races; this is an error in the Swift 6 language mode
| `- note: 'self'-isolated 'deviceNameDictionary' is captured by a actor-isolated closure. actor-isolated uses in closure may race against later nonisolated uses
474 |
475 | if let deviceName = deviceNameDictionary.first(where: { !($0.value.stringValue?.isEmpty ?? true) })?.value.stringValue
| `- note: access can happen concurrently
476 | {
477 | JLog.trace("\(address) devicename: \(deviceName)")
[1135/1140] Compiling sma2mqttLibrary ObisValue.swift
/host/spi-builder-workspace/Sources/sma2mqttLibrary/SMADevice.swift:586:99: warning: sending 'singleValue' risks causing data races; this is an error in the Swift 6 language mode
584 | catch
585 | {
586 | JLog.error("\(address):could not convert to json error:\(error) singleValue:\(singleValue)")
| | |- warning: sending 'singleValue' risks causing data races; this is an error in the Swift 6 language mode
| | `- note: 'singleValue' is captured by a actor-isolated closure. actor-isolated uses in closure may race against later nonisolated uses
| `- note: access can happen concurrently
587 | }
588 | }
/host/spi-builder-workspace/Sources/sma2mqttLibrary/SMADevice.swift:473:55: warning: sending 'deviceNameDictionary' risks causing data races; this is an error in the Swift 6 language mode
471 |
472 | let deviceNameDictionary = try await getInformationDictionary(atPath: "/dyn/getValues.json", requestIds: devicenameKeys)
473 | JLog.trace("\(address):deviceNameDictionary:\(deviceNameDictionary)")
| |- warning: sending 'deviceNameDictionary' risks causing data races; this is an error in the Swift 6 language mode
| `- note: 'self'-isolated 'deviceNameDictionary' is captured by a actor-isolated closure. actor-isolated uses in closure may race against later nonisolated uses
474 |
475 | if let deviceName = deviceNameDictionary.first(where: { !($0.value.stringValue?.isEmpty ?? true) })?.value.stringValue
| `- note: access can happen concurrently
476 | {
477 | JLog.trace("\(address) devicename: \(deviceName)")
[1136/1140] Compiling sma2mqttLibrary SMADevice.swift
/host/spi-builder-workspace/Sources/sma2mqttLibrary/SMADevice.swift:586:99: warning: sending 'singleValue' risks causing data races; this is an error in the Swift 6 language mode
584 | catch
585 | {
586 | JLog.error("\(address):could not convert to json error:\(error) singleValue:\(singleValue)")
| | |- warning: sending 'singleValue' risks causing data races; this is an error in the Swift 6 language mode
| | `- note: 'singleValue' is captured by a actor-isolated closure. actor-isolated uses in closure may race against later nonisolated uses
| `- note: access can happen concurrently
587 | }
588 | }
/host/spi-builder-workspace/Sources/sma2mqttLibrary/SMADevice.swift:473:55: warning: sending 'deviceNameDictionary' risks causing data races; this is an error in the Swift 6 language mode
471 |
472 | let deviceNameDictionary = try await getInformationDictionary(atPath: "/dyn/getValues.json", requestIds: devicenameKeys)
473 | JLog.trace("\(address):deviceNameDictionary:\(deviceNameDictionary)")
| |- warning: sending 'deviceNameDictionary' risks causing data races; this is an error in the Swift 6 language mode
| `- note: 'self'-isolated 'deviceNameDictionary' is captured by a actor-isolated closure. actor-isolated uses in closure may race against later nonisolated uses
474 |
475 | if let deviceName = deviceNameDictionary.first(where: { !($0.value.stringValue?.isEmpty ?? true) })?.value.stringValue
| `- note: access can happen concurrently
476 | {
477 | JLog.trace("\(address) devicename: \(deviceName)")
[1137/1141] Wrapping AST for sma2mqttLibrary for debugging
[1139/1143] Compiling sma2mqtt sma2mqtt.swift
/host/spi-builder-workspace/Sources/sma2mqtt/sma2mqtt.swift:10:1: warning: extension declares a conformance of imported type 'Level' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Logging' introduce this conformance in the future
8 | import sma2mqttLibrary
9 |
10 | extension JLog.Level: ExpressibleByArgument {}
| |- warning: extension declares a conformance of imported type 'Level' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Logging' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
11 | #if DEBUG
12 | let defaultLoglevel: JLog.Level = .debug
[1140/1143] Emitting module sma2mqtt
/host/spi-builder-workspace/Sources/sma2mqtt/sma2mqtt.swift:10:1: warning: extension declares a conformance of imported type 'Level' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Logging' introduce this conformance in the future
8 | import sma2mqttLibrary
9 |
10 | extension JLog.Level: ExpressibleByArgument {}
| |- warning: extension declares a conformance of imported type 'Level' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Logging' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
11 | #if DEBUG
12 | let defaultLoglevel: JLog.Level = .debug
[1141/1144] Wrapping AST for sma2mqtt for debugging
[1142/1144] Write Objects.LinkFileList
[1143/1144] Linking sma2mqtt
Build complete! (149.17s)
Build complete.
{
"dependencies" : [
{
"identity" : "swiftformat",
"requirement" : {
"range" : [
{
"lower_bound" : "0.51.12",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nicklockwood/SwiftFormat"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.18.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client.git"
},
{
"identity" : "mqtt-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.8.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server-community/mqtt-nio"
},
{
"identity" : "binarycoder",
"requirement" : {
"range" : [
{
"lower_bound" : "2.3.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jollyjinx/BinaryCoder"
},
{
"identity" : "jlog",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.5",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jollyjinx/JLog"
}
],
"manifest_display_name" : "sma2mqtt",
"name" : "sma2mqtt",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "sma2mqtt",
"targets" : [
"sma2mqtt"
],
"type" : {
"executable" : null
}
},
{
"name" : "sma2mqttLibrary",
"targets" : [
"sma2mqttLibrary"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "sma2mqttTests",
"module_type" : "SwiftTarget",
"name" : "sma2mqttTests",
"path" : "Tests/sma2mqttTests",
"product_dependencies" : [
"BinaryCoder",
"JLog"
],
"sources" : [
"QueryQueueTests.swift",
"SMAObjectTests.swift",
"TestHelpers.swift",
"sma2mqttTests.swift"
],
"target_dependencies" : [
"sma2mqttLibrary"
],
"type" : "test"
},
{
"c99name" : "sma2mqttLibrary",
"module_type" : "SwiftTarget",
"name" : "sma2mqttLibrary",
"path" : "Sources/sma2mqttLibrary",
"product_dependencies" : [
"BinaryCoder",
"AsyncHTTPClient",
"MQTTNIO",
"JLog"
],
"product_memberships" : [
"sma2mqtt",
"sma2mqttLibrary"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/sma2mqttLibrary/DataObjects/Resources/sma.data.Translation_Names.json",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/sma2mqttLibrary/DataObjects/Resources/sma.data.objectMetaData.json",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/sma2mqttLibrary/Obis/Resources/obisdefinition.json",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/sma2mqttLibrary/SMAPacket/Resources/SMANetPacketDefinitions.json",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"DataObjects/GetValuesResult.swift",
"DataObjects/PublishedValue.swift",
"DataObjects/SMADataObject.swift",
"DataObjects/SMATagTranslator.swift",
"Obis/ObisDefinition.swift",
"Obis/ObisPacket.swift",
"Obis/ObisValue.swift",
"SMADevice.swift",
"SMALighthouse.swift",
"SMAPacket/PacketHelper.swift",
"SMAPacket/SMANetPacket.swift",
"SMAPacket/SMANetPacketDefinition.swift",
"SMAPacket/SMANetPacketHeader.swift",
"SMAPacket/SMANetPacketValue.swift",
"SMAPacket/SMAPacket.swift",
"SMAPacket/SMAPacketGenerator.swift",
"SMAPacket/SMATagPacket.swift",
"Tools/DatedQueue.swift",
"Tools/Extensions.swift",
"Tools/HTTPClientProvider.swift",
"Tools/IntervalLoop.swift",
"Tools/MQTTPublisher.swift",
"Tools/MutlicastReceiver.swift",
"Tools/QueryQueue.swift",
"Tools/RandomNumber.swift",
"Tools/SMAUDPPort.swift"
],
"target_dependencies" : [
"CNative"
],
"type" : "library"
},
{
"c99name" : "sma2mqtt",
"module_type" : "SwiftTarget",
"name" : "sma2mqtt",
"path" : "Sources/sma2mqtt",
"product_dependencies" : [
"ArgumentParser",
"JLog"
],
"product_memberships" : [
"sma2mqtt"
],
"sources" : [
"sma2mqtt.swift"
],
"target_dependencies" : [
"sma2mqttLibrary"
],
"type" : "executable"
},
{
"c99name" : "CNative",
"module_type" : "ClangTarget",
"name" : "CNative",
"path" : "Sources/CNative",
"product_memberships" : [
"sma2mqtt",
"sma2mqttLibrary"
],
"sources" : [
"select.c"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.