Build Information
Successful build of sma2mqtt, reference 3.2.0 (f37042), with Swift 6.1 for Linux on 6 Nov 2025 16:30:53 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jollyjinx/sma2mqtt.git
Reference: 3.2.0
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.2.0 -> FETCH_HEAD
HEAD is now at f37042e fixed intel builds
Cloned https://github.com/jollyjinx/sma2mqtt.git
Revision (git rev-parse @):
f37042ef408ff679808b7fa6e6c864a15c041b67
SUCCESS checkout https://github.com/jollyjinx/sma2mqtt.git at 3.2.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
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.7",
"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" : "15.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" : [
"DeviceTests.swift",
"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/Resources/SMANetPacketDefinitions.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/sma2mqttLibrary/Resources/obisdefinition.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/sma2mqttLibrary/Resources/sma.data.Translation_Names.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/sma2mqttLibrary/Resources/sma.data.objectMetaData.json",
"rule" : {
"process" : {
}
}
}
],
"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",
"Tools/SwiftFD_SET.swift"
],
"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"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/jollyjinx/JLog
Fetching https://github.com/swift-server-community/mqtt-nio
Fetching https://github.com/jollyjinx/BinaryCoder
Fetching https://github.com/apple/swift-argument-parser
[1/114] Fetching jlog
[71/410] Fetching jlog, binarycoder
[113/17096] Fetching jlog, binarycoder, swift-argument-parser
[534/25960] Fetching jlog, binarycoder, swift-argument-parser, mqtt-nio
Fetched https://github.com/jollyjinx/JLog from cache (0.53s)
[552/25846] Fetching binarycoder, swift-argument-parser, mqtt-nio
[4871/40253] Fetching binarycoder, swift-argument-parser, mqtt-nio, async-http-client
Fetched https://github.com/jollyjinx/BinaryCoder from cache (2.31s)
Fetched https://github.com/swift-server-community/mqtt-nio from cache (2.32s)
Fetched https://github.com/apple/swift-argument-parser from cache (2.34s)
Fetching https://github.com/nicklockwood/SwiftFormat
Fetched https://github.com/swift-server/async-http-client.git from cache (3.43s)
[1/52406] Fetching swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat from cache (43.58s)
Computing version for https://github.com/jollyjinx/BinaryCoder
Computed https://github.com/jollyjinx/BinaryCoder at 2.3.2 (52.59s)
Computing version for https://github.com/jollyjinx/JLog
Computed https://github.com/jollyjinx/JLog at 0.0.8 (2.47s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/Adorkable/swift-log-format-and-pipe
[1/190] Fetching swift-log-format-and-pipe
[191/4558] Fetching swift-log-format-and-pipe, swift-log
Fetched https://github.com/Adorkable/swift-log-format-and-pipe from cache (0.66s)
Fetched https://github.com/apple/swift-log.git from cache (0.67s)
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 (4.90s)
Computing version for https://github.com/swift-server-community/mqtt-nio
Computed https://github.com/swift-server-community/mqtt-nio at 2.12.1 (0.93s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/2785] Fetching swift-nio-transport-services
[2786/18073] Fetching swift-nio-transport-services, swift-nio-ssl
[4010/19893] Fetching swift-nio-transport-services, swift-nio-ssl, swift-atomics
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.75s)
[1315/17108] Fetching swift-nio-ssl, swift-atomics
[5338/97135] Fetching swift-nio-ssl, swift-atomics, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (3.61s)
[57703/95315] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.65s)
[44816/80027] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (8.71s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (19.77s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (0.95s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.2 (0.91s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.88.0 (1.79s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/5167] Fetching swift-system
[2998/23453] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.74s)
[4755/18286] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (3.16s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (4.24s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.46s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.99s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.29.1 (1.08s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-algorithms.git
[1/5533] Fetching swift-distributed-tracing
[2/11847] Fetching swift-distributed-tracing, swift-nio-extras
[815/17870] Fetching swift-distributed-tracing, swift-nio-extras, swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.94s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.97s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.01s)
[1/11708] Fetching swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.94s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.1 (3.79s)
Fetching https://github.com/apple/swift-service-context.git
[1/1162] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.28s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (1.00s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (0.71s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.65s)
Fetching https://github.com/apple/swift-numerics.git
[1/6380] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.59s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (1.35s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.31.0 (0.88s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-asn1.git
[1/1653] Fetching swift-asn1
[200/2592] Fetching swift-asn1, swift-http-types
[743/3796] Fetching swift-asn1, swift-http-types, swift-http-structured-headers
[3731/9471] Fetching swift-asn1, swift-http-types, swift-http-structured-headers, swift-async-algorithms
[3798/12033] Fetching swift-asn1, swift-http-types, swift-http-structured-headers, swift-async-algorithms, swift-service-lifecycle
[3880/18740] Fetching swift-asn1, swift-http-types, swift-http-structured-headers, swift-async-algorithms, swift-service-lifecycle, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.46s)
[5130/17087] Fetching swift-http-types, swift-http-structured-headers, swift-async-algorithms, swift-service-lifecycle, swift-certificates
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.72s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.87s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.91s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.92s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.92s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.9.1 (1.82s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.02s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (0.69s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.0 (3.48s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.81s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.5.0 (0.71s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.15.1 (1.02s)
Fetching https://github.com/apple/swift-crypto.git
[1/17428] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.26s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.1.0 (6.26s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.58.5 (0.99s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
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-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.31.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.3.0
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.12.1
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/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.9.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.5.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.1.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.1.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.6.2
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.58.5
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.25.2
Creating working copy for https://github.com/jollyjinx/JLog
Working copy of https://github.com/jollyjinx/JLog resolved at 0.0.8
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.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.88.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.29.1
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.15.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.38.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.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.5.1
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.4
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
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
[3/3] Compiling plugin SwiftFormatPlugin
Building for debugging...
[3/497] Compiling a_i2d_fp.cc
[4/497] Compiling a_mbstr.cc
[5/497] Copying sma.data.objectMetaData.json
[6/497] Copying sma.data.Translation_Names.json
[7/497] Copying obisdefinition.json
[8/497] Copying SMANetPacketDefinitions.json
[9/497] Write sources
[11/497] Compiling a_bool.cc
[11/497] Write sources
[14/497] Compiling _NumericsShims _NumericsShims.c
[14/497] Write sources
[40/497] Compiling CNIOWindows shim.c
[41/497] Compiling _AtomicsShims.c
[42/497] Compiling f_string.cc
[43/497] Compiling CNIOWindows WSAStartup.c
[44/497] Compiling a_bitstr.cc
[45/497] Compiling CNIOWASI CNIOWASI.c
[46/497] Compiling a_object.cc
[47/497] Compiling CNIOPosix event_loop_id.c
[48/497] Compiling a_octet.cc
[49/497] Compiling CNIOSHA1 c_nio_sha1.c
[50/497] Write swift-version-24593BA9C3E375BF.txt
[51/497] Compiling CNIOLinux liburing_shims.c
[52/497] Compiling CNIOExtrasZlib empty.c
[53/497] Compiling CNIOLinux shim.c
[54/497] Compiling CNIOLLHTTP c_nio_http.c
[55/497] Compiling CNIODarwin shim.c
[56/497] Compiling CNIOLLHTTP c_nio_api.c
[57/497] Compiling a_int.cc
[58/505] Compiling CNIOLLHTTP c_nio_llhttp.c
[59/532] Compiling fiat_p256_adx_sqr.S
[60/538] Compiling fiat_p256_adx_mul.S
[61/538] Compiling fiat_curve25519_adx_square.S
[62/538] Compiling fiat_curve25519_adx_mul.S
[63/538] Compiling CNIOBoringSSLShims shims.c
[64/538] Compiling tls_record.cc
[66/538] Emitting module _NIOBase64
[67/538] Compiling _NIOBase64 Base64.swift
[68/538] Compiling ServiceContextModule ServiceContextKey.swift
[69/539] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[70/539] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[71/541] Emitting module ServiceContextModule
[72/541] Compiling ServiceContextModule ServiceContext.swift
[73/542] Compiling RealModule RealFunctions.swift
[74/543] Compiling _NIODataStructures _TinyArray.swift
[75/543] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[76/543] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[77/543] Compiling _NIODataStructures PriorityQueue.swift
[78/543] Compiling RealModule Float+Real.swift
[79/543] Compiling InternalCollectionsUtilities Descriptions.swift
[80/543] Compiling InternalCollectionsUtilities _SortedCollection.swift
[81/543] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[82/543] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[83/543] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[84/543] Emitting module InternalCollectionsUtilities
[85/543] Compiling RealModule Real.swift
[86/543] Compiling RealModule Float16+Real.swift
[87/543] Compiling RealModule Float80+Real.swift
[88/543] Compiling RealModule AugmentedArithmetic.swift
[89/543] Compiling RealModule Double+Real.swift
[90/543] Compiling RealModule ElementaryFunctions.swift
[90/543] Compiling tls_method.cc
[92/543] Compiling RealModule AlgebraicField.swift
[93/543] Compiling RealModule ApproximateEquality.swift
[95/543] Emitting module RealModule
[103/543] Compiling RealModule RelaxedArithmetic.swift
[104/544] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[105/544] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[107/545] Wrapping AST for _NIOBase64 for debugging
[108/551] Wrapping AST for ServiceContextModule for debugging
[110/551] Compiling Instrumentation Instrument.swift
[111/551] Emitting module Instrumentation
[111/552] Wrapping AST for RealModule for debugging
[113/554] Compiling Instrumentation MultiplexInstrument.swift
[114/554] Compiling Instrumentation NoOpInstrument.swift
[114/566] Wrapping AST for InternalCollectionsUtilities for debugging
[116/566] Compiling DequeModule Deque+CustomReflectable.swift
[117/566] Compiling DequeModule Deque+Descriptions.swift
[118/566] Compiling DequeModule Deque+Equatable.swift
[119/566] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[120/568] Compiling DequeModule _DequeBuffer.swift
[121/568] Compiling DequeModule _DequeBufferHeader.swift
[122/568] Compiling Instrumentation InstrumentationSystem.swift
[123/568] Compiling Instrumentation Locks.swift
[124/569] Emitting module Logging
[125/569] Compiling Logging Locks.swift
[126/569] Emitting module _NIODataStructures
[127/569] Compiling _NIODataStructures Heap.swift
[128/570] Compiling Logging MetadataProvider.swift
[129/570] Compiling Logging LogHandler.swift
[130/570] Compiling Logging Logging.swift
[133/571] Wrapping AST for _NIODataStructures for debugging
[135/571] Compiling DequeModule Deque+Extras.swift
[136/571] Compiling DequeModule Deque+Hashable.swift
[137/585] Compiling DequeModule _DequeSlot.swift
[138/585] Compiling DequeModule _UnsafeWrappedBuffer.swift
[138/585] Compiling tls13_server.cc
[140/585] Compiling DequeModule Deque._UnsafeHandle.swift
[141/585] Compiling DequeModule Deque.swift
[142/585] Compiling DequeModule Deque+Testing.swift
[143/585] Compiling DequeModule Deque._Storage.swift
[143/585] Wrapping AST for Logging for debugging
[145/585] Emitting module Tracing
[146/585] Compiling DequeModule Deque+Codable.swift
[147/585] Compiling DequeModule Deque+Collection.swift
[147/585] Wrapping AST for Instrumentation for debugging
[149/585] Emitting module DequeModule
[149/585] Compiling tls13_both.cc
[151/586] Compiling Tracing TracingTime.swift
[152/586] Compiling Tracing TracerProtocol.swift
[153/586] Compiling tls13_enc.cc
[155/586] Compiling Tracing TracerProtocol+Legacy.swift
[156/586] Compiling Tracing Tracer.swift
[156/586] Compiling tls13_client.cc
[158/586] Compiling Tracing SpanProtocol.swift
[159/586] Compiling Tracing InstrumentationSystem+Tracing.swift
[160/586] Compiling Tracing NoOpTracer.swift
[161/587] Compiling t1_enc.cc
[163/587] Emitting module LoggingFormatAndPipe
[164/587] Compiling LoggingFormatAndPipe Handler.swift
[164/587] Compiling ssl_versions.cc
[165/587] Compiling ssl_transcript.cc
[166/587] Wrapping AST for DequeModule for debugging
[167/587] Compiling ssl_stat.cc
[168/587] Compiling ssl_x509.cc
[169/587] Wrapping AST for Tracing for debugging
[170/587] Compiling ssl_session.cc
[171/587] Compiling ssl_privkey.cc
[173/587] Compiling LoggingFormatAndPipe Formatter.swift
[174/587] Compiling LoggingFormatAndPipe BasicFormatter.swift
[175/587] Compiling LoggingFormatAndPipe Pipe.swift
[176/587] Compiling LoggingFormatAndPipe LoggerTextOutputStreamPipe.swift
[177/588] Compiling ssl_key_share.cc
[178/588] Compiling ssl_file.cc
[179/590] Wrapping AST for LoggingFormatAndPipe for debugging
[180/590] Compiling ssl_credential.cc
[181/590] Compiling ssl_cipher.cc
[182/590] Compiling ssl_lib.cc
[183/590] Compiling ssl_buffer.cc
[184/590] Compiling ssl_cert.cc
[185/590] Compiling ssl_asn1.cc
[186/590] Compiling s3_pkt.cc
[187/590] Compiling ssl_aead_ctx.cc
[188/590] Compiling handshake_server.cc
[189/590] Compiling s3_both.cc
[190/590] Compiling s3_lib.cc
[191/590] Compiling handshake_client.cc
[192/590] Compiling handshake.cc
[193/590] Compiling handoff.cc
[194/590] Compiling extensions.cc
[195/590] Compiling encrypted_client_hello.cc
[196/590] Compiling dtls_record.cc
[197/590] Compiling md5-x86_64-linux.S
[198/590] Compiling md5-x86_64-apple.S
[199/590] Compiling md5-586-linux.S
[200/590] Compiling md5-586-apple.S
[201/590] Compiling dtls_method.cc
[202/590] Compiling chacha20_poly1305_x86_64-linux.S
[203/590] Compiling chacha20_poly1305_x86_64-apple.S
[204/590] Compiling d1_srtp.cc
[205/590] Compiling chacha20_poly1305_armv8-win.S
[206/590] Compiling chacha20_poly1305_armv8-linux.S
[207/590] Compiling chacha20_poly1305_armv8-apple.S
[208/590] Compiling chacha-x86_64-linux.S
[209/590] Compiling d1_pkt.cc
[210/590] Compiling chacha-x86_64-apple.S
[211/590] Compiling err_data.cc
[212/590] Compiling chacha-x86-linux.S
[213/590] Compiling chacha-x86-apple.S
[214/590] Compiling chacha-armv8-win.S
[215/590] Compiling chacha-armv8-linux.S
[216/590] Compiling chacha-armv8-apple.S
[217/590] Compiling bio_ssl.cc
[218/590] Compiling chacha-armv4-linux.S
[219/590] Compiling aes128gcmsiv-x86_64-linux.S
[220/590] Compiling aes128gcmsiv-x86_64-apple.S
[221/590] Compiling x86_64-mont5-apple.S
[222/590] Compiling x86_64-mont5-linux.S
[223/590] Compiling x86_64-mont-linux.S
[224/590] Compiling x86_64-mont-apple.S
[225/590] Compiling x86-mont-linux.S
[226/590] Compiling x86-mont-apple.S
[227/590] Compiling vpaes-x86_64-apple.S
[228/590] Compiling vpaes-x86-linux.S
[229/590] Compiling vpaes-x86-apple.S
[229/590] Compiling vpaes-x86_64-linux.S
[231/590] Compiling vpaes-armv8-win.S
[232/590] Compiling vpaes-armv8-linux.S
[233/590] Compiling vpaes-armv7-linux.S
[234/590] Compiling vpaes-armv8-apple.S
[235/590] Compiling sha512-x86_64-apple.S
[236/590] Compiling sha512-armv8-apple.S
[237/590] Compiling sha512-x86_64-linux.S
[238/590] Compiling sha512-armv8-win.S
[238/590] Compiling sha512-armv8-linux.S
[240/590] Compiling sha512-armv4-linux.S
[241/590] Compiling sha512-586-linux.S
[242/590] Compiling sha512-586-apple.S
[243/590] Compiling sha256-x86_64-linux.S
[244/590] Compiling sha256-x86_64-apple.S
[245/590] Compiling sha256-armv8-win.S
[246/590] Compiling sha256-armv4-linux.S
[247/590] Compiling sha256-586-linux.S
[248/590] Compiling sha256-armv8-linux.S
[249/590] Compiling sha256-armv8-apple.S
[250/590] Compiling sha256-586-apple.S
[251/590] Compiling sha1-x86_64-apple.S
[252/590] Compiling sha1-armv8-linux.S
[253/590] Compiling sha1-armv8-win.S
[254/590] Compiling sha1-armv8-apple.S
[255/590] Compiling sha1-x86_64-linux.S
[256/590] Compiling sha1-586-linux.S
[257/590] Compiling sha1-586-apple.S
[258/590] Compiling sha1-armv4-large-linux.S
[259/590] Compiling rsaz-avx2-apple.S
[260/590] Compiling rdrand-x86_64-linux.S
[261/590] Compiling d1_lib.cc
[262/590] Compiling rsaz-avx2-linux.S
[263/590] Compiling p256_beeu-x86_64-asm-linux.S
[264/590] Compiling rdrand-x86_64-apple.S
[265/590] Compiling p256_beeu-x86_64-asm-apple.S
[266/590] Compiling p256_beeu-armv8-asm-win.S
[267/590] Compiling p256_beeu-armv8-asm-linux.S
[268/590] Compiling p256_beeu-armv8-asm-apple.S
[269/590] Compiling p256-armv8-asm-win.S
[270/590] Compiling p256-armv8-asm-apple.S
[271/590] Compiling p256-armv8-asm-linux.S
[272/590] Compiling p256-x86_64-asm-apple.S
[273/590] Compiling p256-x86_64-asm-linux.S
[274/590] Compiling ghashv8-armv8-win.S
[275/590] Compiling ghashv8-armv8-linux.S
[276/590] Compiling ghashv8-armv8-apple.S
[277/590] Compiling ghash-x86-linux.S
[278/590] Compiling ghashv8-armv7-linux.S
[279/590] Compiling d1_both.cc
[280/590] Compiling ghash-x86_64-linux.S
[281/590] Compiling ghash-x86_64-apple.S
[282/590] Compiling ghash-ssse3-x86_64-apple.S
[283/590] Compiling ghash-x86-apple.S
[283/590] Compiling ghash-ssse3-x86-apple.S
[285/590] Compiling ghash-ssse3-x86-linux.S
[286/590] Compiling ghash-ssse3-x86_64-linux.S
[287/590] Compiling ghash-neon-armv8-apple.S
[288/590] Compiling ghash-neon-armv8-linux.S
[289/590] Compiling ghash-armv4-linux.S
[290/590] Compiling co-586-linux.S
[291/590] Compiling bsaes-armv7-linux.S
[292/590] Compiling co-586-apple.S
[293/590] Compiling bn-armv8-win.S
[294/590] Compiling ghash-neon-armv8-win.S
[295/590] Compiling bn-armv8-linux.S
[296/590] Compiling bn-armv8-apple.S
[297/590] Compiling bn-586-linux.S
[298/590] Compiling bn-586-apple.S
[299/590] Compiling armv8-mont-linux.S
[300/590] Compiling armv8-mont-apple.S
[301/590] Compiling armv8-mont-win.S
[302/590] Compiling armv4-mont-linux.S
[303/590] Compiling aesv8-gcm-armv8-apple.S
[304/590] Compiling aesv8-gcm-armv8-win.S
[305/590] Compiling aesv8-armv8-win.S
[306/590] Compiling aesv8-armv8-linux.S
[307/590] Compiling aesv8-gcm-armv8-linux.S
[308/590] Compiling aesv8-armv8-apple.S
[309/590] Compiling aesv8-armv7-linux.S
[310/590] Compiling aesni-x86_64-apple.S
[311/590] Compiling aesni-x86-apple.S
[312/590] Compiling aesni-x86_64-linux.S
[312/590] Compiling aesni-x86-linux.S
[314/590] Compiling aesni-gcm-x86_64-linux.S
[315/590] Compiling aesni-gcm-x86_64-apple.S
[316/590] Compiling aes-gcm-avx2-x86_64-apple.S
[317/590] Compiling aes-gcm-avx2-x86_64-linux.S
[318/590] Compiling aes-gcm-avx10-x86_64-apple.S
[319/590] Compiling aes-gcm-avx10-x86_64-linux.S
[320/590] Compiling x_pubkey.cc
[321/590] Compiling x_x509.cc
[322/590] Compiling x_req.cc
[323/590] Compiling x_sig.cc
[324/590] Compiling x_name.cc
[325/590] Compiling x_val.cc
[326/590] Compiling x_x509a.cc
[327/590] Compiling x_spki.cc
[328/590] Compiling x_exten.cc
[330/590] Emitting module JLog
[331/590] Compiling JLog JLog.swift
[332/591] Compiling x_crl.cc
[333/591] Wrapping AST for JLog for debugging
[334/591] Compiling x_all.cc
[335/591] Compiling x_algor.cc
[336/591] Compiling x509cset.cc
[337/591] Compiling x_attrib.cc
[338/591] Compiling x509_vpm.cc
[339/591] Compiling x509_txt.cc
[340/591] Compiling x509rset.cc
[341/591] Compiling x509spki.cc
[342/591] Compiling x509_vfy.cc
[343/591] Compiling x509_v3.cc
[344/591] Compiling x509name.cc
[345/591] Compiling x509_trs.cc
[346/591] Compiling x509_req.cc
[347/591] Compiling x509_obj.cc
[348/591] Compiling x509_cmp.cc
[349/591] Compiling x509_set.cc
[350/591] Compiling x509_lu.cc
[351/591] Compiling x509_d2.cc
[352/591] Compiling x509_def.cc
[353/591] Compiling x509_ext.cc
[354/591] Compiling x509.cc
[355/591] Compiling x509_att.cc
[356/591] Compiling v3_skey.cc
[357/591] Compiling v3_utl.cc
[358/591] Compiling v3_ncons.cc
[359/591] Compiling v3_purp.cc
[360/591] Compiling v3_prn.cc
[361/591] Compiling v3_pcons.cc
[362/591] Compiling v3_pmaps.cc
[363/591] Compiling v3_ocsp.cc
[364/591] Compiling v3_int.cc
[365/591] Compiling v3_lib.cc
[366/591] Compiling v3_extku.cc
[367/591] Compiling v3_info.cc
[368/591] Compiling v3_enum.cc
[369/591] Compiling v3_ia5.cc
[370/591] Compiling v3_genn.cc
[371/591] Compiling v3_crld.cc
[372/591] Compiling v3_conf.cc
[373/591] Compiling v3_cpols.cc
[374/591] Compiling v3_bitst.cc
[375/591] Compiling v3_bcons.cc
[376/591] Compiling v3_alt.cc
[377/591] Compiling v3_akeya.cc
[378/591] Compiling v3_akey.cc
[379/591] Compiling t_x509a.cc
[380/591] Compiling t_x509.cc
[381/591] Compiling i2d_pr.cc
[382/591] Compiling rsa_pss.cc
[383/591] Compiling name_print.cc
[384/591] Compiling t_crl.cc
[385/591] Compiling t_req.cc
[386/591] Compiling by_file.cc
[387/591] Compiling policy.cc
[388/591] Compiling by_dir.cc
[389/591] Compiling a_digest.cc
[390/591] Compiling asn1_gen.cc
[391/591] Compiling thread_win.cc
[392/591] Compiling algorithm.cc
[393/591] Compiling a_verify.cc
[394/591] Compiling voprf.cc
[395/591] Compiling a_sign.cc
[396/591] Compiling thread_none.cc
[397/591] Compiling trust_token.cc
[398/591] Compiling thread_pthread.cc
[399/591] Compiling thread.cc
[400/591] Compiling siphash.cc
[401/591] Compiling stack.cc
[402/591] Compiling sha512.cc
[402/591] Compiling pmbtoken.cc
[404/591] Compiling sha256.cc
[405/591] Compiling sha1.cc
[406/591] Compiling slhdsa.cc
[407/591] Compiling rsa_extra.cc
[408/591] Compiling spake2plus.cc
[409/591] Compiling rsa_print.cc
[410/591] Compiling rc4.cc
[411/591] Compiling trusty.cc
[412/591] Compiling refcount.cc
[413/591] Compiling windows.cc
[414/591] Compiling ios.cc
[415/591] Compiling rsa_crypt.cc
[416/591] Compiling getentropy.cc
[417/591] Compiling rand.cc
[418/591] Compiling urandom.cc
[419/591] Compiling poly1305_arm_asm.S
[420/591] Compiling rsa_asn1.cc
[421/591] Compiling passive.cc
[422/591] Compiling fork_detect.cc
[423/591] Compiling forkunsafe.cc
[424/591] Compiling deterministic.cc
[425/591] Compiling poly1305.cc
[426/591] Compiling poly1305_arm.cc
[427/591] Compiling poly1305_vec.cc
[428/591] Compiling pool.cc
[429/591] Compiling pkcs7.cc
[430/591] Compiling pem_pkey.cc
[431/591] Compiling pkcs8.cc
[432/591] Compiling p5_pbev2.cc
[433/591] Compiling pkcs8_x509.cc
[434/591] Compiling pkcs7_x509.cc
[435/591] Compiling pem_xaux.cc
[436/591] Compiling pem_x509.cc
[437/591] Compiling pem_pk8.cc
[438/591] Compiling mlkem.cc
[439/591] Compiling obj_xref.cc
[440/591] Compiling pem_oth.cc
[441/591] Compiling pem_all.cc
[442/591] Compiling mem.cc
[443/591] Compiling pem_lib.cc
[444/591] Compiling mldsa.cc
[445/591] Compiling pem_info.cc
[446/591] Compiling obj.cc
[447/591] Compiling fips_shared_support.cc
[448/591] Compiling poly_rq_mul.S
[449/591] Compiling md5.cc
[450/591] Compiling md4.cc
[451/591] Compiling lhash.cc
[452/591] Compiling ex_data.cc
[453/591] Compiling kyber.cc
[454/591] Compiling sign.cc
[455/591] Compiling hpke.cc
[456/591] Compiling hrss.cc
[457/591] Compiling scrypt.cc
[458/591] Compiling print.cc
[459/591] Compiling p_x25519.cc
[460/591] Compiling pbkdf.cc
[461/591] Compiling p_x25519_asn1.cc
[462/591] Compiling p_rsa.cc
[463/591] Compiling p_rsa_asn1.cc
[464/591] Compiling p_ed25519.cc
[465/591] Compiling p_hkdf.cc
[466/591] Compiling p_ed25519_asn1.cc
[467/591] Compiling p_ec_asn1.cc
[468/591] Compiling evp.cc
[469/591] Compiling p_ec.cc
[470/591] Compiling evp_ctx.cc
[471/591] Compiling p_dh_asn1.cc
[472/591] Compiling p_dh.cc
[473/591] Compiling err.cc
[474/591] Compiling ec_derive.cc
[475/591] Compiling p_dsa_asn1.cc
[476/591] Compiling engine.cc
[477/591] Compiling ecdh.cc
[478/591] Compiling hash_to_curve.cc
[479/591] Compiling evp_asn1.cc
[480/591] Compiling ecdsa_asn1.cc
[481/591] Compiling ec_asn1.cc
[482/591] Compiling dsa_asn1.cc
[483/591] Compiling dsa.cc
[484/591] Compiling params.cc
[485/591] Compiling x25519-asm-arm.S
[486/591] Compiling des.cc
[487/591] Compiling digest_extra.cc
[488/591] Compiling dh_asn1.cc
[489/591] Compiling spake25519.cc
[490/591] Compiling crypto.cc
[491/591] Compiling cpu_intel.cc
[492/591] Compiling curve25519.cc
[493/591] Compiling cpu_arm_linux.cc
[494/591] Compiling cpu_arm_freebsd.cc
[495/591] Compiling cpu_aarch64_win.cc
[496/591] Compiling curve25519_64_adx.cc
[497/591] Compiling cpu_aarch64_openbsd.cc
[498/591] Compiling cpu_aarch64_sysreg.cc
[499/591] Compiling cpu_aarch64_linux.cc
[500/591] Compiling cpu_aarch64_apple.cc
[501/591] Compiling bcm.cc
[502/591] Compiling cpu_aarch64_fuchsia.cc
[503/591] Compiling get_cipher.cc
[504/591] Compiling conf.cc
[505/591] Compiling tls_cbc.cc
[506/591] Compiling e_tls.cc
[507/591] Compiling e_rc4.cc
[508/591] Compiling e_null.cc
[509/591] Compiling e_des.cc
[510/591] Compiling e_rc2.cc
[511/591] Compiling e_chacha20poly1305.cc
[512/591] Compiling e_aesctrhmac.cc
[513/591] Compiling derive_key.cc
[514/591] Compiling e_aesgcmsiv.cc
[515/591] Compiling chacha.cc
[516/591] Compiling buf.cc
[517/591] Compiling unicode.cc
[518/591] Compiling ber.cc
[519/591] Compiling convert.cc
[520/591] Compiling asn1_compat.cc
[521/591] Compiling cbb.cc
[522/591] Compiling cbs.cc
[523/591] Compiling bn_asn1.cc
[524/591] Compiling blake2.cc
[525/591] Compiling socket.cc
[526/591] Compiling printf.cc
[527/591] Compiling socket_helper.cc
[528/591] Compiling pair.cc
[529/591] Compiling hexdump.cc
[530/591] Compiling file.cc
[531/591] Compiling errno.cc
[532/591] Compiling fd.cc
[533/591] Compiling bio_mem.cc
[534/591] Compiling base64.cc
[535/591] Compiling connect.cc
[536/591] Compiling bio.cc
[537/591] Compiling tasn_typ.cc
[538/591] Compiling tasn_fre.cc
[539/591] Compiling tasn_utl.cc
[540/591] Compiling tasn_enc.cc
[541/591] Compiling posix_time.cc
[542/591] Compiling f_int.cc
[543/591] Compiling tasn_new.cc
[544/591] Compiling asn_pack.cc
[545/591] Compiling asn1_par.cc
[546/591] Compiling tasn_dec.cc
[547/591] Compiling a_time.cc
[548/591] Compiling a_dup.cc
[549/591] Compiling a_type.cc
[550/591] Compiling a_utctm.cc
[551/591] Compiling a_d2i_fp.cc
[551/591] Write sources
[558/591] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[559/591] Compiling asn1_lib.cc
[560/591] Compiling a_gentm.cc
[561/591] Compiling a_strnid.cc
[562/595] Compiling a_strex.cc
[564/643] Compiling Algorithms Joined.swift
[565/643] Compiling Algorithms Keyed.swift
[566/643] Compiling Algorithms Indexed.swift
[567/643] Compiling Algorithms Intersperse.swift
[568/645] Compiling Algorithms Chain.swift
[569/645] Compiling Algorithms Chunked.swift
[570/645] Compiling Algorithms MinMax.swift
[571/645] Compiling Algorithms AdjacentPairs.swift
[572/645] Compiling BinaryCoder BinarySerialization.swift
[573/645] Compiling BinaryCoder SharedBinaryCoding.swift
[574/645] Compiling BinaryCoder BinaryCodableExtensions.swift
[575/645] Compiling BinaryCoder BinaryCodable.swift
[576/645] Emitting module BinaryCoder
[577/645] Compiling BinaryCoder BinaryDecoder.swift
[578/645] Compiling Atomics IntegerOperations.swift
[579/645] Compiling Atomics Unmanaged extensions.swift
[580/645] Compiling Algorithms Combinations.swift
[581/645] Compiling Algorithms Partition.swift
[582/645] Compiling Algorithms Permutations.swift
[583/645] Compiling Algorithms Split.swift
[584/645] Compiling Algorithms Stride.swift
[585/645] Compiling Algorithms Suffix.swift
[586/648] Compiling BinaryCoder BinaryEncoder.swift
[589/649] Compiling Algorithms Reductions.swift
[590/649] Compiling Algorithms Rotate.swift
[590/649] Wrapping AST for BinaryCoder for debugging
[592/649] Compiling ArgumentParserToolInfo ToolInfo.swift
[593/649] Emitting module ArgumentParserToolInfo
[597/650] Wrapping AST for ArgumentParserToolInfo for debugging
[599/650] Compiling Algorithms Trim.swift
[600/650] Compiling Algorithms Unique.swift
[601/650] Compiling Algorithms Windows.swift
[605/694] Compiling ArgumentParser Argument.swift
[606/694] Compiling ArgumentParser ArgumentDiscussion.swift
[607/694] Compiling ArgumentParser ArgumentHelp.swift
[608/694] Compiling ArgumentParser ArgumentVisibility.swift
[609/694] Emitting module Atomics
[610/694] Compiling ArgumentParser BashCompletionsGenerator.swift
[611/694] Compiling ArgumentParser CompletionsGenerator.swift
[612/694] Compiling ArgumentParser FishCompletionsGenerator.swift
[613/694] Compiling ArgumentParser ZshCompletionsGenerator.swift
[614/694] Compiling ArgumentParser NameSpecification.swift
[615/694] Compiling ArgumentParser Option.swift
[616/694] Compiling ArgumentParser OptionGroup.swift
[617/694] Compiling ArgumentParser AsyncParsableCommand.swift
[625/695] Compiling ArgumentParser CollectionExtensions.swift
[626/695] Compiling ArgumentParser Mutex.swift
[627/695] Compiling ArgumentParser Platform.swift
[628/695] Compiling ArgumentParser SequenceExtensions.swift
[629/695] Compiling ArgumentParser StringExtensions.swift
[630/695] Compiling ArgumentParser SwiftExtensions.swift
[630/701] Wrapping AST for Atomics for debugging
[633/701] Compiling ArgumentParser CompletionKind.swift
[634/701] Compiling ArgumentParser Errors.swift
[635/701] Compiling ArgumentParser Flag.swift
[638/701] Emitting module Algorithms
[639/702] Compiling c-nioatomics.c
[640/702] Wrapping AST for Algorithms for debugging
[642/702] Compiling ArgumentParser Tree.swift
[643/702] Compiling ArgumentParser CodingKeyValidator.swift
[644/702] Compiling ArgumentParser NonsenseFlagsValidator.swift
[645/702] Compiling ArgumentParser ParsableArgumentsValidation.swift
[646/702] Compiling ArgumentParser PositionalArgumentsValidator.swift
[647/702] Compiling ArgumentParser UniqueNamesValidator.swift
[648/702] Emitting module ArgumentParser
[655/702] Compiling c-atomics.c
[657/708] Compiling NIOConcurrencyHelpers NIOLock.swift
[658/708] Compiling ArgumentParser SplitArguments.swift
[659/708] Compiling ArgumentParser DumpHelpGenerator.swift
[660/708] Compiling ArgumentParser HelpCommand.swift
[661/708] Compiling ArgumentParser HelpGenerator.swift
[662/708] Compiling ArgumentParser MessageInfo.swift
[663/708] Compiling ArgumentParser UsageGenerator.swift
[664/708] Compiling ArgumentParser InputKey.swift
[665/708] Compiling ArgumentParser InputOrigin.swift
[666/708] Compiling ArgumentParser Name.swift
[667/708] Compiling ArgumentParser Parsed.swift
[668/708] Compiling ArgumentParser ParsedValues.swift
[669/708] Compiling ArgumentParser ParserError.swift
[670/708] Compiling NIOConcurrencyHelpers lock.swift
[671/708] Emitting module NIOConcurrencyHelpers
[672/708] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[673/708] Compiling NIOConcurrencyHelpers atomics.swift
[674/708] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[676/709] Compiling ArgumentParser ParsableArguments.swift
[677/709] Compiling ArgumentParser ParsableCommand.swift
[678/709] Compiling ArgumentParser ArgumentDecoder.swift
[679/709] Compiling ArgumentParser ArgumentDefinition.swift
[680/709] Compiling ArgumentParser ArgumentSet.swift
[681/709] Compiling ArgumentParser CommandParser.swift
[684/709] Compiling ArgumentParser CommandConfiguration.swift
[685/709] Compiling ArgumentParser CommandGroup.swift
[686/709] Compiling ArgumentParser EnumerableFlag.swift
[687/709] Compiling ArgumentParser ExpressibleByArgument.swift
[687/710] Wrapping AST for NIOConcurrencyHelpers for debugging
[689/773] Wrapping AST for ArgumentParser for debugging
[691/773] Compiling NIOCore NIOCoreSendableMetatype.swift
[692/773] Compiling NIOCore NIODecodedAsyncSequence.swift
[693/773] Compiling NIOCore NIOLoopBound.swift
[694/773] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[695/773] Compiling NIOCore NIOScheduledCallback.swift
[696/773] Compiling NIOCore NIOSendable.swift
[697/773] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[698/773] Compiling NIOCore RecvByteBufferAllocator.swift
[699/781] Compiling NIOCore IPProtocol.swift
[700/781] Compiling NIOCore IntegerBitPacking.swift
[701/781] Compiling NIOCore IntegerTypes.swift
[702/781] Compiling NIOCore Interfaces.swift
[703/781] Compiling NIOCore Linux.swift
[704/781] Compiling NIOCore MarkedCircularBuffer.swift
[705/781] Compiling NIOCore MulticastChannel.swift
[706/781] Compiling NIOCore NIOAny.swift
[707/781] Compiling NIOCore NIOCloseOnErrorHandler.swift
[708/781] Compiling NIOCore EventLoopFuture+Deprecated.swift
[709/781] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[710/781] Compiling NIOCore EventLoopFuture.swift
[711/781] Compiling NIOCore FileDescriptor.swift
[712/781] Compiling NIOCore FileHandle.swift
[713/781] Compiling NIOCore FileRegion.swift
[714/781] Compiling NIOCore GlobalSingletons.swift
[715/781] Compiling NIOCore IO.swift
[716/781] Compiling NIOCore IOData.swift
[717/781] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[718/781] Compiling NIOCore SocketAddresses.swift
[719/781] Compiling NIOCore SocketOptionProvider.swift
[720/781] Compiling NIOCore SystemCallHelpers.swift
[721/781] Compiling NIOCore TimeAmount+Duration.swift
[722/781] Compiling NIOCore TypeAssistedChannelHandler.swift
[723/781] Compiling NIOCore UniversalBootstrapSupport.swift
[724/781] Compiling NIOCore Utilities.swift
[725/781] Compiling NIOCore CircularBuffer.swift
[726/781] Compiling NIOCore Codec.swift
[727/781] Compiling NIOCore ConvenienceOptionSupport.swift
[728/781] Compiling NIOCore DeadChannel.swift
[729/781] Compiling NIOCore DispatchQueue+WithFuture.swift
[730/781] Compiling NIOCore EventLoop+Deprecated.swift
[731/781] Compiling NIOCore EventLoop+SerialExecutor.swift
[732/781] Compiling NIOCore EventLoop.swift
[733/781] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[734/781] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[735/781] Compiling NIOCore BSDSocketAPI.swift
[736/781] Compiling NIOCore ByteBuffer-aux.swift
[737/781] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[738/781] Compiling NIOCore ByteBuffer-conversions.swift
[739/781] Compiling NIOCore ByteBuffer-core.swift
[740/781] Compiling NIOCore ByteBuffer-hex.swift
[741/781] Compiling NIOCore ByteBuffer-int.swift
[742/781] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[743/781] Compiling NIOCore AddressedEnvelope.swift
[744/781] Compiling NIOCore AsyncAwaitSupport.swift
[745/781] Compiling NIOCore AsyncChannel.swift
[746/781] Compiling NIOCore AsyncChannelHandler.swift
[747/781] Compiling NIOCore AsyncChannelInboundStream.swift
[748/781] Compiling NIOCore AsyncChannelOutboundWriter.swift
[749/781] Compiling NIOCore NIOAsyncSequenceProducer.swift
[750/781] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[751/781] Compiling NIOCore NIOAsyncWriter.swift
[752/781] Compiling NIOCore ByteBuffer-multi-int.swift
[753/781] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[754/781] Compiling NIOCore ByteBuffer-views.swift
[755/781] Compiling NIOCore Channel.swift
[756/781] Compiling NIOCore ChannelHandler.swift
[757/781] Compiling NIOCore ChannelHandlers.swift
[758/781] Compiling NIOCore ChannelInvoker.swift
[759/781] Compiling NIOCore ChannelOption.swift
[760/781] Compiling NIOCore ChannelPipeline.swift
[761/781] Emitting module NIOCore
[762/782] Wrapping AST for NIOCore for debugging
[764/836] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[765/836] Compiling NIOEmbedded AsyncTestingChannel.swift
[766/836] Emitting module NIOEmbedded
[767/836] Compiling NIOEmbedded Embedded.swift
[768/837] Wrapping AST for NIOEmbedded for debugging
[770/837] Emitting module NIOPosix
[771/843] Compiling NIOPosix Socket.swift
[772/843] Compiling NIOPosix SocketChannel.swift
[773/843] Compiling NIOPosix SocketProtocols.swift
[774/843] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[775/843] Compiling NIOPosix System.swift
[776/843] Compiling NIOPosix Thread.swift
[777/843] Compiling NIOPosix ThreadPosix.swift
[778/843] Compiling NIOPosix SelectableEventLoop.swift
[779/843] Compiling NIOPosix SelectorEpoll.swift
[780/843] Compiling NIOPosix SelectorGeneric.swift
[781/843] Compiling NIOPosix SelectorKqueue.swift
[782/843] Compiling NIOPosix SelectorUring.swift
[783/843] Compiling NIOPosix SelectorWSAPoll.swift
[784/843] Compiling NIOPosix ServerSocket.swift
[785/843] Compiling NIOPosix ThreadWindows.swift
[786/843] Compiling NIOPosix UnsafeTransfer.swift
[787/843] Compiling NIOPosix Utilities.swift
[788/843] Compiling NIOPosix VsockAddress.swift
[789/843] Compiling NIOPosix VsockChannelEvents.swift
[790/843] Compiling NIOPosix Windows.swift
[791/843] Compiling NIOPosix Pool.swift
[792/843] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[793/843] Compiling NIOPosix PosixSingletons.swift
[794/843] Compiling NIOPosix RawSocketBootstrap.swift
[795/843] Compiling NIOPosix Resolver.swift
[796/843] Compiling NIOPosix Selectable.swift
[797/843] Compiling NIOPosix SelectableChannel.swift
[798/843] Compiling NIOPosix NIOPosixSendableMetatype.swift
[799/843] Compiling NIOPosix NIOThreadPool.swift
[800/843] Compiling NIOPosix NonBlockingFileIO.swift
[801/843] Compiling NIOPosix PendingDatagramWritesManager.swift
[802/843] Compiling NIOPosix PendingWritesManager.swift
[803/843] Compiling NIOPosix PipeChannel.swift
[804/843] Compiling NIOPosix PipePair.swift
[805/843] Compiling NIOPosix BSDSocketAPICommon.swift
[806/843] Compiling NIOPosix BSDSocketAPIPosix.swift
[807/843] Compiling NIOPosix BSDSocketAPIWindows.swift
[808/843] Compiling NIOPosix BaseSocket.swift
[809/843] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[810/843] Compiling NIOPosix BaseSocketChannel.swift
[811/843] Compiling NIOPosix BaseStreamSocketChannel.swift
[812/843] Compiling NIOPosix IO.swift
[813/843] Compiling NIOPosix IntegerBitPacking.swift
[814/843] Compiling NIOPosix IntegerTypes.swift
[815/843] Compiling NIOPosix Linux.swift
[816/843] Compiling NIOPosix LinuxCPUSet.swift
[817/843] Compiling NIOPosix LinuxUring.swift
[818/843] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[819/843] Compiling NIOPosix Bootstrap.swift
[820/843] Compiling NIOPosix ControlMessage.swift
[821/843] Compiling NIOPosix DatagramVectorReadManager.swift
[822/843] Compiling NIOPosix Errors+Any.swift
[823/843] Compiling NIOPosix FileDescriptor.swift
[824/843] Compiling NIOPosix GetaddrinfoResolver.swift
[825/843] Compiling NIOPosix HappyEyeballs.swift
[826/844] Wrapping AST for NIOPosix for debugging
[828/846] Emitting module NIO
[829/846] Compiling NIO Exports.swift
[830/847] Wrapping AST for NIO for debugging
[832/886] Compiling NIOTLS TLSEvents.swift
[833/886] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[834/886] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[835/886] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[836/886] Compiling NIOSOCKS SOCKSResponse.swift
[837/887] Compiling NIOSOCKS ClientStateMachine.swift
[838/887] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[839/887] Compiling NIOSOCKS AuthenticationMethod.swift
[840/887] Compiling NIOSOCKS ClientGreeting.swift
[841/887] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[842/887] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[843/887] Emitting module NIOTLS
[844/887] Compiling NIOTLS SNIHandler.swift
[845/887] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[847/888] Compiling NIOSOCKS ServerStateMachine.swift
[848/888] Compiling NIOSOCKS SOCKSClientHandler.swift
[849/888] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[850/888] Emitting module NIOSOCKS
[851/888] Compiling NIOSOCKS Errors.swift
[852/888] Compiling NIOSOCKS Helpers.swift
[853/888] Compiling NIOSOCKS Messages.swift
[854/888] Compiling NIOSOCKS SOCKSRequest.swift
[855/889] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[856/889] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[857/891] Wrapping AST for NIOTLS for debugging
[859/920] Emitting module NIOFoundationCompat
[860/920] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[860/921] Wrapping AST for NIOSOCKS for debugging
[862/921] Wrapping AST for NIOFoundationCompat for debugging
[864/922] Compiling NIOSSL SSLConnection.swift
[865/922] Compiling NIOSSL NIOSSLServerHandler.swift
[866/943] Compiling NIOTransportServices AcceptHandler.swift
[867/943] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[868/943] Compiling NIOTransportServices StateManagedChannel.swift
[869/943] Compiling NIOTransportServices StateManagedListenerChannel.swift
[870/943] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[871/945] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[872/945] Compiling NIOTransportServices NIOTSSingletons.swift
[873/945] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[874/945] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[875/945] Compiling NIOTransportServices NIOTSErrors.swift
[876/945] Compiling NIOTransportServices NIOTSEventLoop.swift
[877/945] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[878/945] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[879/945] Compiling NIOTransportServices NIOTSListenerChannel.swift
[880/945] Compiling NIOTransportServices NIOTSBootstraps.swift
[881/945] Compiling NIOTransportServices NIOTSChannelOptions.swift
[882/945] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[883/945] Emitting module NIOTransportServices
[886/945] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[888/945] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[889/945] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[890/945] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[891/945] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[892/945] Emitting module NIOHTTP1
[893/945] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[905/947] Wrapping AST for NIOTransportServices for debugging
[906/947] Wrapping AST for NIOHTTP1 for debugging
[908/975] Compiling NIOSSL SubjectAlternativeName.swift
[909/975] Compiling NIOSSL NIOSSLSecureBytes.swift
[910/975] Compiling NIOSSL RNG.swift
[911/975] Compiling NIOSSL SafeCompare.swift
[912/979] Compiling NIOHPACK IndexedHeaderTable.swift
[917/980] Compiling NIOWebSocket WebSocketErrorCodes.swift
[918/981] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[919/981] Compiling NIOHPACK DynamicHeaderTable.swift
[920/981] Compiling NIOHPACK HPACKDecoder.swift
[921/981] Compiling NIOHPACK HPACKEncoder.swift
[922/981] Compiling NIOHPACK HPACKErrors.swift
[923/981] Compiling NIOWebSocket WebSocketOpcode.swift
[924/981] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[927/981] Emitting module NIOHPACK
[928/981] Compiling NIOHPACK StaticHeaderTable.swift
[929/981] Compiling NIOHPACK HuffmanCoding.swift
[930/981] Compiling NIOHPACK IntegerCoding.swift
[933/981] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[934/981] Compiling NIOHPACK HuffmanTables.swift
[935/981] Compiling NIOHTTPCompression HTTPCompression.swift
[936/981] Compiling NIOHTTPCompression HTTPDecompression.swift
[937/981] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[938/981] Emitting module NIOHTTPCompression
[939/981] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[940/981] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[941/981] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[947/982] Emitting module NIOWebSocket
[948/982] Compiling NIOWebSocket WebSocketFrame.swift
[949/983] Compiling NIOHPACK HPACKHeader.swift
[950/983] Compiling NIOHPACK HeaderTables.swift
[951/984] Wrapping AST for NIOHTTPCompression for debugging
[958/984] Emitting module NIOSSL
[970/984] Compiling NIOSSL SSLPKCS12Bundle.swift
[971/984] Compiling NIOSSL Zeroization.swift
[972/984] Compiling NIOSSL TLSConfiguration.swift
[973/984] Compiling NIOSSL UniversalBootstrapSupport.swift
[974/984] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[975/985] Wrapping AST for NIOWebSocket for debugging
[976/985] Wrapping AST for NIOHPACK for debugging
[977/1045] Wrapping AST for NIOSSL for debugging
[979/1067] Compiling MQTTNIO MQTTClient.swift
[980/1067] Compiling MQTTNIO MQTTClientV5.swift
[981/1067] Compiling MQTTNIO MQTTConfiguration.swift
[982/1067] Compiling MQTTNIO MQTTClient+async.swift
[983/1067] Compiling MQTTNIO MQTTClientV5+async.swift
[984/1067] Compiling MQTTNIO Sendable.swift
[985/1067] Compiling MQTTNIO MQTTMessageDecoder.swift
[986/1067] Compiling MQTTNIO MQTTMessageHandler.swift
[987/1067] Compiling MQTTNIO MQTTTaskHandler.swift
[988/1075] Emitting module MQTTNIO
[989/1075] Compiling MQTTNIO MQTTError.swift
[990/1075] Compiling MQTTNIO MQTTInflight.swift
[991/1075] Compiling MQTTNIO MQTTListeners.swift
[992/1078] Compiling MQTTNIO MQTTConnection.swift
[993/1078] Compiling MQTTNIO MQTTCoreTypes.swift
[994/1078] Compiling MQTTNIO MQTTCoreTypesV5.swift
[995/1078] Emitting module NIOHTTP2
[996/1078] Compiling MQTTNIO MQTTSerializer.swift
[997/1078] Compiling MQTTNIO MQTTTask.swift
[998/1078] Compiling MQTTNIO TSTLSConfiguration.swift
[999/1078] Compiling MQTTNIO PingreqHandler.swift
[1000/1078] Compiling MQTTNIO WebSocketHandler.swift
[1001/1078] Compiling MQTTNIO WebSocketInitialRequest.swift
[1011/1078] Compiling MQTTNIO MQTTPacket.swift
[1012/1078] Compiling MQTTNIO MQTTProperties.swift
[1013/1078] Compiling MQTTNIO MQTTReason.swift
[1014/1079] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1015/1079] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[1016/1079] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1017/1079] Compiling NIOHTTP2 StreamChannelList.swift
[1018/1079] Compiling NIOHTTP2 StreamMap.swift
[1019/1079] Compiling NIOHTTP2 StreamStateMachine.swift
[1020/1079] Compiling NIOHTTP2 UnsafeTransfer.swift
[1021/1079] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1022/1079] Wrapping AST for MQTTNIO for debugging
[1039/1079] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1040/1079] Compiling NIOHTTP2 StateMachineResult.swift
[1041/1079] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1042/1079] Compiling NIOHTTP2 DOSHeuristics.swift
[1043/1079] Compiling NIOHTTP2 Error+Any.swift
[1044/1079] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1045/1079] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1046/1079] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1047/1079] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1048/1079] Compiling NIOHTTP2 GlitchesMonitor.swift
[1049/1079] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1050/1079] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1051/1079] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1052/1079] Compiling NIOHTTP2 HTTP2StreamID.swift
[1053/1079] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1054/1079] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1055/1079] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1056/1079] Compiling NIOHTTP2 InboundEventBuffer.swift
[1057/1079] Compiling NIOHTTP2 InboundWindowManager.swift
[1058/1079] Compiling NIOHTTP2 HTTP2Frame.swift
[1059/1079] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1060/1079] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1061/1079] Compiling NIOHTTP2 HTTP2PingData.swift
[1062/1079] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1063/1079] Compiling NIOHTTP2 HTTP2Settings.swift
[1064/1079] Compiling NIOHTTP2 HTTP2Stream.swift
[1065/1079] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1066/1079] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1067/1079] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1068/1079] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1069/1079] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1070/1079] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1071/1079] Compiling NIOHTTP2 HTTP2Error.swift
[1072/1079] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1073/1079] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1074/1080] Wrapping AST for NIOHTTP2 for debugging
[1076/1143] Emitting module AsyncHTTPClient
[1077/1151] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1078/1151] Compiling AsyncHTTPClient NWErrorHandler.swift
[1079/1151] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1080/1151] Compiling AsyncHTTPClient TLSConfiguration.swift
[1081/1151] Compiling AsyncHTTPClient RedirectState.swift
[1082/1151] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1083/1151] Compiling AsyncHTTPClient RequestBag+Tracing.swift
[1084/1151] Compiling AsyncHTTPClient RequestBag.swift
[1085/1151] Compiling AsyncHTTPClient RequestValidation.swift
[1086/1151] Compiling AsyncHTTPClient SSLContextCache.swift
[1087/1151] Compiling AsyncHTTPClient Scheme.swift
[1088/1151] Compiling AsyncHTTPClient Singleton.swift
[1089/1151] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1090/1151] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1091/1151] Compiling AsyncHTTPClient TracingSupport.swift
[1092/1151] Compiling AsyncHTTPClient Utils.swift
[1093/1151] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1094/1151] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1095/1151] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1096/1151] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1097/1151] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1098/1151] Compiling AsyncHTTPClient HTTPClient+tracing.swift
[1099/1151] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1100/1151] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1101/1151] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1102/1151] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1103/1151] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1104/1151] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1105/1151] Compiling AsyncHTTPClient Transaction.swift
[1106/1151] Compiling AsyncHTTPClient Base64.swift
[1107/1151] Compiling AsyncHTTPClient BasicAuth.swift
[1108/1151] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1109/1151] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1110/1151] Compiling AsyncHTTPClient ConnectionPool.swift
[1111/1151] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1112/1151] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1113/1151] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1114/1151] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1115/1151] Compiling AsyncHTTPClient HTTP1Connection.swift
[1116/1151] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1117/1151] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1118/1151] Compiling AsyncHTTPClient HTTP2Connection.swift
[1119/1151] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1120/1151] Compiling AsyncHTTPClient RequestOptions.swift
[1121/1151] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1122/1151] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1123/1151] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1124/1151] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1125/1151] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1126/1151] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1127/1151] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1128/1151] Compiling AsyncHTTPClient ConnectionTarget.swift
[1129/1151] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1130/1151] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1131/1151] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1132/1151] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1133/1151] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1134/1151] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1135/1151] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1136/1151] Compiling AsyncHTTPClient RequestBodyLength.swift
[1137/1151] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1138/1151] Compiling AsyncHTTPClient DeconstructedURL.swift
[1139/1151] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1140/1151] Compiling AsyncHTTPClient FoundationExtensions.swift
[1141/1151] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1142/1151] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1143/1151] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1144/1151] Compiling AsyncHTTPClient HTTPClient.swift
[1145/1151] Compiling AsyncHTTPClient HTTPHandler.swift
[1146/1151] Compiling AsyncHTTPClient LRUCache.swift
[1147/1152] Wrapping AST for AsyncHTTPClient for debugging
[1149/1178] Compiling sma2mqttLibrary HTTPClientProvider.swift
/host/spi-builder-workspace/Sources/sma2mqttLibrary/Tools/MQTTPublisher.swift:30:135: warning: 'createNew' is deprecated: Please use `.shared(existingGroup)` or use the singleton via `.shared(MultiThreadedEventLoopGroup.singleton)` or similar
28 | self.baseTopic = baseTopic.hasSuffix("/") ? String(baseTopic.dropLast(1)) : baseTopic
29 |
30 | mqttClient = MQTTClient(host: hostname, port: port, identifier: ProcessInfo.processInfo.processName, eventLoopGroupProvider: .createNew, configuration: .init(userName: username, password: ""))
| `- warning: 'createNew' is deprecated: Please use `.shared(existingGroup)` or use the singleton via `.shared(MultiThreadedEventLoopGroup.singleton)` or similar
31 |
32 | mqttQueue.async { _ = self.mqttClient.connect() }
[1150/1178] Compiling sma2mqttLibrary IntervalLoop.swift
/host/spi-builder-workspace/Sources/sma2mqttLibrary/Tools/MQTTPublisher.swift:30:135: warning: 'createNew' is deprecated: Please use `.shared(existingGroup)` or use the singleton via `.shared(MultiThreadedEventLoopGroup.singleton)` or similar
28 | self.baseTopic = baseTopic.hasSuffix("/") ? String(baseTopic.dropLast(1)) : baseTopic
29 |
30 | mqttClient = MQTTClient(host: hostname, port: port, identifier: ProcessInfo.processInfo.processName, eventLoopGroupProvider: .createNew, configuration: .init(userName: username, password: ""))
| `- warning: 'createNew' is deprecated: Please use `.shared(existingGroup)` or use the singleton via `.shared(MultiThreadedEventLoopGroup.singleton)` or similar
31 |
32 | mqttQueue.async { _ = self.mqttClient.connect() }
[1151/1178] Compiling sma2mqttLibrary MQTTPublisher.swift
/host/spi-builder-workspace/Sources/sma2mqttLibrary/Tools/MQTTPublisher.swift:30:135: warning: 'createNew' is deprecated: Please use `.shared(existingGroup)` or use the singleton via `.shared(MultiThreadedEventLoopGroup.singleton)` or similar
28 | self.baseTopic = baseTopic.hasSuffix("/") ? String(baseTopic.dropLast(1)) : baseTopic
29 |
30 | mqttClient = MQTTClient(host: hostname, port: port, identifier: ProcessInfo.processInfo.processName, eventLoopGroupProvider: .createNew, configuration: .init(userName: username, password: ""))
| `- warning: 'createNew' is deprecated: Please use `.shared(existingGroup)` or use the singleton via `.shared(MultiThreadedEventLoopGroup.singleton)` or similar
31 |
32 | mqttQueue.async { _ = self.mqttClient.connect() }
[1152/1178] Compiling sma2mqttLibrary MutlicastReceiver.swift
[1153/1178] Compiling sma2mqttLibrary QueryQueue.swift
[1154/1178] Compiling sma2mqttLibrary RandomNumber.swift
[1155/1181] Compiling sma2mqttLibrary SMATagPacket.swift
[1156/1181] Compiling sma2mqttLibrary DatedQueue.swift
[1157/1181] Compiling sma2mqttLibrary Extensions.swift
[1158/1181] Compiling sma2mqttLibrary SMALighthouse.swift
[1159/1181] Compiling sma2mqttLibrary PacketHelper.swift
[1160/1181] Compiling sma2mqttLibrary SMANetPacket.swift
[1161/1181] Compiling sma2mqttLibrary SMANetPacketDefinition.swift
[1162/1181] Compiling sma2mqttLibrary SMANetPacketHeader.swift
[1163/1181] Compiling sma2mqttLibrary SMANetPacketValue.swift
[1164/1181] Compiling sma2mqttLibrary SMAPacket.swift
[1165/1181] Compiling sma2mqttLibrary SMAPacketGenerator.swift
[1166/1181] Compiling sma2mqttLibrary SMAUDPPort.swift
[1167/1181] Compiling sma2mqttLibrary SwiftFD_SET.swift
[1168/1181] Compiling sma2mqttLibrary resource_bundle_accessor.swift
[1169/1181] Emitting module sma2mqttLibrary
/host/spi-builder-workspace/Sources/sma2mqttLibrary/DataObjects/SMADataObject.swift:120:31: warning: 'init(contentsOf:)' is deprecated: Use `init(contentsOf:encoding:)` instead
118 | public static let defaultDataObjects: [String: SMADataObject] = {
119 | let url = Bundle.module.url(forResource: "sma.data.objectMetaData", withExtension: "json")!
120 | let jsonString = try! String(contentsOf: url)
| `- warning: 'init(contentsOf:)' is deprecated: Use `init(contentsOf:encoding:)` instead
121 | return try! dataObjects(from: jsonString)
122 | }()
/host/spi-builder-workspace/Sources/sma2mqttLibrary/Tools/MQTTPublisher.swift:30:135: warning: 'createNew' is deprecated: Please use `.shared(existingGroup)` or use the singleton via `.shared(MultiThreadedEventLoopGroup.singleton)` or similar
28 | self.baseTopic = baseTopic.hasSuffix("/") ? String(baseTopic.dropLast(1)) : baseTopic
29 |
30 | mqttClient = MQTTClient(host: hostname, port: port, identifier: ProcessInfo.processInfo.processName, eventLoopGroupProvider: .createNew, configuration: .init(userName: username, password: ""))
| `- warning: 'createNew' is deprecated: Please use `.shared(existingGroup)` or use the singleton via `.shared(MultiThreadedEventLoopGroup.singleton)` or similar
31 |
32 | mqttQueue.async { _ = self.mqttClient.connect() }
[1170/1181] Compiling sma2mqttLibrary GetValuesResult.swift
/host/spi-builder-workspace/Sources/sma2mqttLibrary/DataObjects/SMADataObject.swift:120:31: warning: 'init(contentsOf:)' is deprecated: Use `init(contentsOf:encoding:)` instead
118 | public static let defaultDataObjects: [String: SMADataObject] = {
119 | let url = Bundle.module.url(forResource: "sma.data.objectMetaData", withExtension: "json")!
120 | let jsonString = try! String(contentsOf: url)
| `- warning: 'init(contentsOf:)' is deprecated: Use `init(contentsOf:encoding:)` instead
121 | return try! dataObjects(from: jsonString)
122 | }()
[1171/1181] Compiling sma2mqttLibrary PublishedValue.swift
/host/spi-builder-workspace/Sources/sma2mqttLibrary/DataObjects/SMADataObject.swift:120:31: warning: 'init(contentsOf:)' is deprecated: Use `init(contentsOf:encoding:)` instead
118 | public static let defaultDataObjects: [String: SMADataObject] = {
119 | let url = Bundle.module.url(forResource: "sma.data.objectMetaData", withExtension: "json")!
120 | let jsonString = try! String(contentsOf: url)
| `- warning: 'init(contentsOf:)' is deprecated: Use `init(contentsOf:encoding:)` instead
121 | return try! dataObjects(from: jsonString)
122 | }()
[1172/1181] Compiling sma2mqttLibrary SMADataObject.swift
/host/spi-builder-workspace/Sources/sma2mqttLibrary/DataObjects/SMADataObject.swift:120:31: warning: 'init(contentsOf:)' is deprecated: Use `init(contentsOf:encoding:)` instead
118 | public static let defaultDataObjects: [String: SMADataObject] = {
119 | let url = Bundle.module.url(forResource: "sma.data.objectMetaData", withExtension: "json")!
120 | let jsonString = try! String(contentsOf: url)
| `- warning: 'init(contentsOf:)' is deprecated: Use `init(contentsOf:encoding:)` instead
121 | return try! dataObjects(from: jsonString)
122 | }()
[1173/1181] Compiling sma2mqttLibrary SMATagTranslator.swift
/host/spi-builder-workspace/Sources/sma2mqttLibrary/DataObjects/SMADataObject.swift:120:31: warning: 'init(contentsOf:)' is deprecated: Use `init(contentsOf:encoding:)` instead
118 | public static let defaultDataObjects: [String: SMADataObject] = {
119 | let url = Bundle.module.url(forResource: "sma.data.objectMetaData", withExtension: "json")!
120 | let jsonString = try! String(contentsOf: url)
| `- warning: 'init(contentsOf:)' is deprecated: Use `init(contentsOf:encoding:)` instead
121 | return try! dataObjects(from: jsonString)
122 | }()
[1174/1181] Compiling sma2mqttLibrary ObisDefinition.swift
[1175/1181] Compiling sma2mqttLibrary ObisPacket.swift
[1176/1181] Compiling sma2mqttLibrary ObisValue.swift
[1177/1181] Compiling sma2mqttLibrary SMADevice.swift
[1178/1182] Wrapping AST for sma2mqttLibrary for debugging
[1180/1184] Compiling sma2mqtt sma2mqtt.swift
[1181/1184] Emitting module sma2mqtt
[1182/1185] Wrapping AST for sma2mqtt for debugging
[1183/1185] Write Objects.LinkFileList
[1184/1185] Linking sma2mqtt
Build complete! (470.91s)
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.7",
"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" : "15.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" : [
"DeviceTests.swift",
"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/Resources/SMANetPacketDefinitions.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/sma2mqttLibrary/Resources/obisdefinition.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/sma2mqttLibrary/Resources/sma.data.Translation_Names.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/sma2mqttLibrary/Resources/sma.data.objectMetaData.json",
"rule" : {
"process" : {
}
}
}
],
"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",
"Tools/SwiftFD_SET.swift"
],
"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"
}
],
"tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.