Build Information
Successful build of sma2mqtt, reference main (94e55e
), with Swift 6.1 for Linux on 30 Apr 2025 07:22:35 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jollyjinx/sma2mqtt.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/jollyjinx/sma2mqtt
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 94e55e2 updated to swift 6 package, removed CNative module, moved sma2mqttLibrary Resources to single directory.
Cloned https://github.com/jollyjinx/sma2mqtt.git
Revision (git rev-parse @):
94e55e267d9ba3872c2f17ad158f51e5bccd6a13
SUCCESS checkout https://github.com/jollyjinx/sma2mqtt.git at main
========================================
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.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/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-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/nicklockwood/SwiftFormat
Fetching https://github.com/jollyjinx/JLog
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/jollyjinx/BinaryCoder
Fetching https://github.com/swift-server-community/mqtt-nio
[1/296] Fetching binarycoder
[297/389] Fetching binarycoder, jlog
[390/14280] Fetching binarycoder, jlog, async-http-client
[2474/23078] Fetching binarycoder, jlog, async-http-client, mqtt-nio
[12777/38028] Fetching binarycoder, jlog, async-http-client, mqtt-nio, swift-argument-parser
[30467/85095] Fetching binarycoder, jlog, async-http-client, mqtt-nio, swift-argument-parser, swiftformat
Fetched https://github.com/jollyjinx/JLog from cache (0.84s)
[42172/85002] Fetching binarycoder, async-http-client, mqtt-nio, swift-argument-parser, swiftformat
Fetched https://github.com/apple/swift-argument-parser from cache (0.88s)
[27692/70052] Fetching binarycoder, async-http-client, mqtt-nio, swiftformat
Fetched https://github.com/jollyjinx/BinaryCoder from cache (20.86s)
Fetched https://github.com/swift-server/async-http-client.git from cache (20.87s)
Fetched https://github.com/swift-server-community/mqtt-nio from cache (20.87s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (21.52s)
Computing version for https://github.com/jollyjinx/BinaryCoder
Computed https://github.com/jollyjinx/BinaryCoder at 2.3.2 (21.95s)
Computing version for https://github.com/jollyjinx/JLog
Computed https://github.com/jollyjinx/JLog at 0.0.7 (0.43s)
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/4026] Fetching swift-log-format-and-pipe, swift-log
Fetched https://github.com/Adorkable/swift-log-format-and-pipe from cache (0.21s)
[2877/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.29s)
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 (2.07s)
Computing version for https://github.com/swift-server-community/mqtt-nio
Computed https://github.com/swift-server-community/mqtt-nio at 2.12.0 (0.48s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2619] Fetching swift-nio-transport-services
[1206/4324] Fetching swift-nio-transport-services, swift-atomics
[4325/19133] Fetching swift-nio-transport-services, swift-atomics, swift-nio-ssl
[4326/94694] Fetching swift-nio-transport-services, swift-atomics, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (3.90s)
Fetched https://github.com/apple/swift-atomics.git from cache (3.90s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.92s)
Fetched https://github.com/apple/swift-nio.git from cache (3.99s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (4.68s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4367] Fetching swift-system
[4368/20636] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.00s)
Fetched https://github.com/apple/swift-collections.git from cache (1.02s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.45s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.42s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.63s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.43s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.43s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.43s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.45s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/5662] Fetching swift-nio-extras
[3738/11565] Fetching swift-nio-extras, swift-algorithms
[4945/23069] Fetching swift-nio-extras, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.41s)
[9237/17407] Fetching swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-algorithms.git from cache (0.43s)
[4372/11504] Fetching swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.82s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.28s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.36s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.83s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.52s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.50s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1127] Fetching swift-http-structured-headers
[1128/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.22s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.22s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.64s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.43s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.45s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.55.5 (0.46s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.55.5
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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
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/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
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-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/jollyjinx/JLog
Working copy of https://github.com/jollyjinx/JLog resolved at 0.0.7
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/swift-server-community/mqtt-nio
Working copy of https://github.com/swift-server-community/mqtt-nio resolved at 2.12.0
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin SwiftFormatPlugin
Building for debugging...
[2/489] Compiling a_d2i_fp.cc
[3/489] Compiling a_dup.cc
[3/489] Copying sma.data.objectMetaData.json
[3/489] Copying sma.data.Translation_Names.json
[3/489] Copying obisdefinition.json
[3/489] Copying SMANetPacketDefinitions.json
[4/489] Write sources
[10/489] Compiling a_i2d_fp.cc
[10/489] Write sources
[13/489] Compiling _NumericsShims _NumericsShims.c
[14/489] Write sources
[36/489] Compiling _AtomicsShims.c
[37/489] Compiling CNIOWindows WSAStartup.c
[37/489] Compiling CNIOWindows shim.c
[39/489] Compiling CNIOWASI CNIOWASI.c
[40/489] Compiling CNIOSHA1 c_nio_sha1.c
[41/489] Compiling a_gentm.cc
[42/489] Compiling a_bool.cc
[43/489] Compiling CNIOLinux liburing_shims.c
[44/489] Compiling CNIOLinux shim.c
[45/489] Compiling a_mbstr.cc
[46/489] Compiling CNIOExtrasZlib empty.c
[46/489] Compiling CNIOLLHTTP c_nio_http.c
[48/489] Compiling CNIODarwin shim.c
[49/489] Compiling a_object.cc
[50/489] Compiling a_int.cc
[51/489] Compiling fiat_p256_adx_sqr.S
[51/489] Compiling CNIOLLHTTP c_nio_api.c
[53/489] Write swift-version-24593BA9C3E375BF.txt
[54/489] Compiling fiat_p256_adx_mul.S
[55/489] Compiling fiat_curve25519_adx_square.S
[56/489] Compiling fiat_curve25519_adx_mul.S
[57/491] Compiling CNIOLLHTTP c_nio_llhttp.c
[58/505] Compiling CNIOBoringSSLShims shims.c
[60/527] Emitting module _NIOBase64
[60/527] Compiling tls_method.cc
[61/527] Compiling tls_record.cc
[62/527] Compiling tls13_server.cc
[64/527] Compiling RealModule ElementaryFunctions.swift
[65/527] Compiling RealModule Real.swift
[66/528] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[67/528] Compiling InternalCollectionsUtilities Specialize.swift
[68/528] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[69/528] Compiling InternalCollectionsUtilities Integer rank.swift
[70/528] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[70/528] Compiling tls13_both.cc
[72/530] Compiling RealModule Float80+Real.swift
[73/530] Compiling _NIODataStructures PriorityQueue.swift
[74/530] Compiling _NIODataStructures _TinyArray.swift
[75/530] Emitting module InternalCollectionsUtilities
[76/530] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[77/530] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[78/530] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[79/530] Compiling RealModule Float+Real.swift
[80/530] Compiling RealModule Float16+Real.swift
[81/530] Compiling InternalCollectionsUtilities _SortedCollection.swift
[82/530] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[83/530] Compiling InternalCollectionsUtilities Debugging.swift
[84/530] Compiling InternalCollectionsUtilities Descriptions.swift
[85/530] Compiling InternalCollectionsUtilities UInt+reversed.swift
[86/530] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[87/530] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[88/530] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[88/530] Compiling tls13_enc.cc
[90/530] Emitting module RealModule
[95/530] Compiling _NIOBase64 Base64.swift
[95/531] Compiling tls13_client.cc
[97/531] Compiling RealModule RealFunctions.swift
[100/532] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[101/532] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[101/533] Wrapping AST for _NIOBase64 for debugging
[103/533] Wrapping AST for RealModule for debugging
[105/533] Compiling Logging MetadataProvider.swift
[106/533] Compiling Logging LogHandler.swift
[107/533] Compiling Logging Logging.swift
[108/533] Emitting module Logging
[109/533] Compiling Logging Locks.swift
[111/547] Emitting module _NIODataStructures
[112/547] Compiling _NIODataStructures Heap.swift
[113/550] Compiling DequeModule Deque+Equatable.swift
[114/550] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[114/552] Wrapping AST for InternalCollectionsUtilities for debugging
[116/552] Compiling DequeModule Deque+CustomReflectable.swift
[117/552] Compiling DequeModule Deque+Descriptions.swift
[119/552] Compiling DequeModule _DequeBuffer.swift
[120/552] Compiling DequeModule _DequeBufferHeader.swift
[120/552] Wrapping AST for _NIODataStructures for debugging
[122/558] Compiling DequeModule Deque+Extras.swift
[123/558] Compiling DequeModule Deque+Hashable.swift
[124/558] Compiling DequeModule _DequeSlot.swift
[125/558] Compiling DequeModule _UnsafeWrappedBuffer.swift
[125/558] Wrapping AST for Logging for debugging
[126/558] Compiling t1_enc.cc
[128/558] Compiling DequeModule Deque+Testing.swift
[129/558] Compiling DequeModule Deque._Storage.swift
[130/558] Compiling DequeModule Deque._UnsafeHandle.swift
[131/558] Compiling DequeModule Deque.swift
[131/558] Compiling ssl_versions.cc
[132/558] Compiling ssl_transcript.cc
[133/558] Compiling ssl_x509.cc
[135/558] Compiling DequeModule Deque+Codable.swift
[136/558] Compiling DequeModule Deque+Collection.swift
[137/558] Emitting module DequeModule
[138/559] Compiling ssl_stat.cc
[139/559] Wrapping AST for DequeModule for debugging
[140/559] Compiling ssl_privkey.cc
[141/559] Compiling ssl_session.cc
[143/559] Compiling LoggingFormatAndPipe Handler.swift
[143/559] Compiling ssl_key_share.cc
[144/559] Compiling ssl_file.cc
[145/559] Compiling ssl_credential.cc
[146/559] Compiling ssl_lib.cc
[147/559] Compiling ssl_cipher.cc
[149/559] Compiling LoggingFormatAndPipe LoggerTextOutputStreamPipe.swift
[150/559] Compiling LoggingFormatAndPipe Pipe.swift
[151/559] Emitting module LoggingFormatAndPipe
[152/559] Compiling LoggingFormatAndPipe BasicFormatter.swift
[153/559] Compiling LoggingFormatAndPipe Formatter.swift
[154/562] Compiling ssl_buffer.cc
[155/562] Compiling ssl_cert.cc
[156/562] Wrapping AST for LoggingFormatAndPipe for debugging
[157/562] Compiling ssl_aead_ctx.cc
[158/562] Compiling ssl_asn1.cc
[159/562] Compiling s3_pkt.cc
[160/562] Compiling s3_lib.cc
[161/562] Compiling s3_both.cc
[162/562] Compiling handshake_server.cc
[163/562] Compiling handshake_client.cc
[164/562] Compiling handshake.cc
[165/562] Compiling handoff.cc
[166/562] Compiling dtls_record.cc
[167/562] Compiling encrypted_client_hello.cc
[168/562] Compiling extensions.cc
[169/562] Compiling md5-x86_64-linux.S
[170/562] Compiling md5-x86_64-apple.S
[171/562] Compiling md5-586-linux.S
[172/562] Compiling md5-586-apple.S
[173/562] Compiling dtls_method.cc
[174/562] Compiling err_data.cc
[175/562] Compiling chacha20_poly1305_x86_64-apple.S
[176/562] Compiling chacha20_poly1305_x86_64-linux.S
[177/562] Compiling d1_srtp.cc
[178/562] Compiling chacha20_poly1305_armv8-win.S
[179/562] Compiling chacha20_poly1305_armv8-linux.S
[180/562] Compiling chacha20_poly1305_armv8-apple.S
[181/562] Compiling chacha-x86_64-linux.S
[182/562] Compiling chacha-x86_64-apple.S
[183/562] Compiling chacha-x86-linux.S
[184/562] Compiling chacha-x86-apple.S
[185/562] Compiling chacha-armv8-win.S
[186/562] Compiling chacha-armv8-linux.S
[187/562] Compiling bio_ssl.cc
[188/562] Compiling chacha-armv8-apple.S
[189/562] Compiling chacha-armv4-linux.S
[190/562] Compiling aes128gcmsiv-x86_64-linux.S
[191/562] Compiling aes128gcmsiv-x86_64-apple.S
[192/562] Compiling x86_64-mont5-apple.S
[193/562] Compiling x86_64-mont5-linux.S
[194/562] Compiling x86_64-mont-linux.S
[195/562] Compiling x86_64-mont-apple.S
[196/562] Compiling x86-mont-apple.S
[197/562] Compiling x86-mont-linux.S
[198/562] Compiling vpaes-x86_64-apple.S
[199/562] Compiling vpaes-x86_64-linux.S
[200/562] Compiling vpaes-x86-linux.S
[201/562] Compiling vpaes-x86-apple.S
[202/562] Compiling vpaes-armv8-win.S
[203/562] Compiling vpaes-armv8-linux.S
[204/562] Compiling vpaes-armv8-apple.S
[205/562] Compiling vpaes-armv7-linux.S
[206/562] Compiling sha512-x86_64-apple.S
[207/562] Compiling d1_pkt.cc
[208/562] Compiling sha512-x86_64-linux.S
[209/562] Compiling sha512-armv8-win.S
[210/562] Compiling sha512-armv8-linux.S
[211/562] Compiling sha512-586-linux.S
[212/562] Compiling sha512-armv8-apple.S
[213/562] Compiling sha512-armv4-linux.S
[214/562] Compiling sha512-586-apple.S
[215/562] Compiling sha256-armv8-win.S
[216/562] Compiling sha256-x86_64-apple.S
[217/562] Compiling sha256-x86_64-linux.S
[218/562] Compiling sha256-armv8-linux.S
[219/562] Compiling sha256-armv8-apple.S
[220/562] Compiling d1_lib.cc
[221/562] Compiling sha256-armv4-linux.S
[222/562] Compiling sha256-586-linux.S
[223/562] Compiling sha256-586-apple.S
[224/562] Compiling sha1-x86_64-apple.S
[225/562] Compiling sha1-x86_64-linux.S
[226/562] Compiling sha1-armv8-apple.S
[227/562] Compiling sha1-armv4-large-linux.S
[228/562] Compiling sha1-armv8-win.S
[229/562] Compiling sha1-armv8-linux.S
[230/562] Compiling sha1-586-linux.S
[231/562] Compiling sha1-586-apple.S
[232/562] Compiling rdrand-x86_64-apple.S
[233/562] Compiling rsaz-avx2-apple.S
[234/562] Compiling rdrand-x86_64-linux.S
[235/562] Compiling rsaz-avx2-linux.S
[236/562] Compiling p256_beeu-x86_64-asm-linux.S
[237/562] Compiling p256_beeu-x86_64-asm-apple.S
[238/562] Compiling p256_beeu-armv8-asm-win.S
[239/562] Compiling p256_beeu-armv8-asm-linux.S
[240/562] Compiling p256_beeu-armv8-asm-apple.S
[241/562] Compiling p256-x86_64-asm-apple.S
[242/562] Compiling p256-x86_64-asm-linux.S
[243/562] Compiling p256-armv8-asm-win.S
[244/562] Compiling p256-armv8-asm-linux.S
[245/562] Compiling ghashv8-armv8-win.S
[246/562] Compiling p256-armv8-asm-apple.S
[247/562] Compiling ghashv8-armv8-linux.S
[248/562] Compiling ghashv8-armv8-apple.S
[249/562] Compiling ghashv8-armv7-linux.S
[250/562] Compiling ghash-x86_64-apple.S
[251/562] Compiling ghash-x86-linux.S
[252/562] Compiling ghash-x86_64-linux.S
[253/562] Compiling ghash-x86-apple.S
[254/562] Compiling ghash-ssse3-x86_64-linux.S
[255/562] Compiling ghash-ssse3-x86_64-apple.S
[256/562] Compiling ghash-ssse3-x86-linux.S
[257/562] Compiling d1_both.cc
[258/562] Compiling ghash-ssse3-x86-apple.S
[259/562] Compiling ghash-neon-armv8-win.S
[260/562] Compiling ghash-neon-armv8-linux.S
[261/562] Compiling ghash-neon-armv8-apple.S
[262/562] Compiling co-586-apple.S
[263/562] Compiling ghash-armv4-linux.S
[264/562] Compiling co-586-linux.S
[265/562] Compiling bn-armv8-win.S
[266/562] Compiling bsaes-armv7-linux.S
[267/562] Compiling bn-armv8-linux.S
[268/562] Compiling bn-armv8-apple.S
[269/562] Compiling bn-586-linux.S
[270/562] Compiling bn-586-apple.S
[271/562] Compiling armv8-mont-win.S
[272/562] Compiling armv8-mont-linux.S
[273/562] Compiling armv8-mont-apple.S
[274/562] Compiling armv4-mont-linux.S
[275/562] Compiling aesv8-gcm-armv8-win.S
[276/562] Compiling aesv8-gcm-armv8-apple.S
[277/562] Compiling aesv8-gcm-armv8-linux.S
[278/562] Compiling aesv8-armv8-win.S
[279/562] Compiling aesv8-armv8-linux.S
[280/562] Compiling aesv8-armv8-apple.S
[281/562] Compiling aesv8-armv7-linux.S
[282/562] Compiling aesni-x86_64-apple.S
[283/562] Compiling aesni-x86-apple.S
[284/562] Compiling aesni-x86-linux.S
[285/562] Compiling aesni-x86_64-linux.S
[286/562] Compiling aesni-gcm-x86_64-linux.S
[287/562] Compiling aesni-gcm-x86_64-apple.S
[288/562] Compiling aes-gcm-avx2-x86_64-linux.S
[289/562] Compiling aes-gcm-avx10-x86_64-apple.S
[290/562] Compiling aes-gcm-avx2-x86_64-apple.S
[291/562] Compiling aes-gcm-avx10-x86_64-linux.S
[292/562] Compiling x_sig.cc
[293/562] Compiling x_x509a.cc
[294/562] Compiling x_spki.cc
[295/562] Compiling x_pubkey.cc
[295/562] Compiling x_x509.cc
[297/562] Compiling x_val.cc
[298/562] Compiling x_req.cc
[299/562] Compiling x_algor.cc
[300/562] Compiling x509spki.cc
[301/562] Compiling x_name.cc
[302/562] Compiling x_exten.cc
[303/562] Compiling x_attrib.cc
[304/562] Compiling x_crl.cc
[305/562] Compiling x_all.cc
[307/562] Compiling JLog JLog.swift
[308/562] Emitting module JLog
[309/563] Compiling x509cset.cc
[310/563] Compiling x509rset.cc
[311/563] Compiling x509name.cc
[312/563] Compiling x509_vpm.cc
[313/563] Compiling x509_v3.cc
[314/563] Compiling x509_txt.cc
[315/563] Compiling x509_vfy.cc
[316/563] Wrapping AST for JLog for debugging
[317/563] Compiling x509_trs.cc
[318/563] Compiling x509_set.cc
[319/563] Compiling x509_req.cc
[320/563] Compiling x509_obj.cc
[321/563] Compiling x509_def.cc
[322/563] Compiling x509_d2.cc
[323/563] Compiling x509_ext.cc
[324/563] Compiling x509_lu.cc
[325/563] Compiling x509_cmp.cc
[326/563] Compiling x509_att.cc
[327/563] Compiling x509.cc
[328/563] Compiling v3_prn.cc
[329/563] Compiling v3_skey.cc
[330/563] Compiling v3_purp.cc
[331/563] Compiling v3_utl.cc
[332/563] Compiling v3_pmaps.cc
[333/563] Compiling v3_ocsp.cc
[334/563] Compiling v3_pcons.cc
[335/563] Compiling v3_ncons.cc
[336/563] Compiling v3_int.cc
[337/563] Compiling v3_lib.cc
[338/563] Compiling v3_ia5.cc
[339/563] Compiling v3_info.cc
[340/563] Compiling v3_genn.cc
[341/563] Compiling v3_enum.cc
[342/563] Compiling v3_extku.cc
[343/563] Compiling v3_crld.cc
[344/563] Compiling v3_cpols.cc
[345/563] Compiling v3_bitst.cc
[346/563] Compiling v3_conf.cc
[346/563] Compiling v3_bcons.cc
[348/563] Compiling v3_alt.cc
[349/563] Compiling v3_akeya.cc
[350/563] Compiling v3_akey.cc
[351/563] Compiling t_x509a.cc
[352/563] Compiling t_crl.cc
[353/563] Compiling t_x509.cc
[354/563] Compiling t_req.cc
[355/563] Compiling rsa_pss.cc
[356/563] Compiling policy.cc
[357/563] Compiling i2d_pr.cc
[358/563] Compiling name_print.cc
[359/563] Compiling by_file.cc
[360/563] Compiling by_dir.cc
[361/563] Compiling algorithm.cc
[362/563] Compiling asn1_gen.cc
[363/563] Compiling a_verify.cc
[364/563] Compiling a_sign.cc
[365/563] Compiling a_digest.cc
[366/563] Compiling thread_win.cc
[367/563] Compiling thread_none.cc
[368/563] Compiling thread_pthread.cc
[369/563] Compiling voprf.cc
[370/563] Compiling thread.cc
[371/563] Compiling stack.cc
[372/563] Compiling trust_token.cc
[373/563] Compiling pmbtoken.cc
[374/563] Compiling siphash.cc
[375/563] Compiling sha512.cc
[376/563] Compiling sha256.cc
[377/563] Compiling sha1.cc
[378/563] Compiling slhdsa.cc
[379/563] Compiling rsa_print.cc
[380/563] Compiling rsa_extra.cc
[381/563] Compiling spake2plus.cc
[382/563] Compiling refcount.cc
[383/563] Compiling rc4.cc
[384/563] Compiling rsa_crypt.cc
[385/563] Compiling windows.cc
[386/563] Compiling trusty.cc
[387/563] Compiling rand.cc
[388/563] Compiling urandom.cc
[389/563] Compiling rsa_asn1.cc
[390/563] Compiling ios.cc
[391/563] Compiling getentropy.cc
[392/563] Compiling passive.cc
[393/563] Compiling poly1305_arm_asm.S
[394/563] Compiling forkunsafe.cc
[395/563] Compiling deterministic.cc
[396/563] Compiling fork_detect.cc
[397/563] Compiling poly1305_arm.cc
[398/563] Compiling poly1305.cc
[399/563] Compiling poly1305_vec.cc
[400/563] Compiling pool.cc
[401/563] Compiling pkcs7.cc
[402/563] Compiling pkcs8_x509.cc
[403/563] Compiling pkcs8.cc
[404/563] Compiling p5_pbev2.cc
[405/563] Compiling pkcs7_x509.cc
[406/563] Compiling pem_xaux.cc
[406/563] Compiling pem_x509.cc
[408/563] Compiling pem_pkey.cc
[409/563] Compiling mlkem.cc
[410/563] Compiling pem_pk8.cc
[411/563] Compiling obj_xref.cc
[412/563] Compiling pem_oth.cc
[413/563] Compiling pem_info.cc
[414/563] Compiling mldsa.cc
[415/563] Compiling pem_lib.cc
[416/563] Compiling obj.cc
[417/563] Compiling pem_all.cc
[418/563] Compiling poly_rq_mul.S
[419/563] Compiling fips_shared_support.cc
[420/563] Compiling md5.cc
[421/563] Compiling mem.cc
[422/563] Compiling md4.cc
[423/563] Compiling lhash.cc
[424/563] Compiling ex_data.cc
[425/563] Compiling sign.cc
[426/563] Compiling hrss.cc
[427/563] Compiling kyber.cc
[428/563] Compiling scrypt.cc
[429/563] Compiling hpke.cc
[430/563] Compiling print.cc
[431/563] Compiling p_x25519.cc
[432/563] Compiling pbkdf.cc
[433/563] Compiling p_x25519_asn1.cc
[434/563] Compiling p_rsa_asn1.cc
[435/563] Compiling p_ed25519.cc
[436/563] Compiling p_rsa.cc
[437/563] Compiling p_hkdf.cc
[438/563] Compiling p_ed25519_asn1.cc
[439/563] Compiling p_ec_asn1.cc
[440/563] Compiling p_ec.cc
[441/563] Compiling p_dh.cc
[442/563] Compiling p_dh_asn1.cc
[443/563] Compiling evp_ctx.cc
[444/563] Compiling p_dsa_asn1.cc
[445/563] Compiling evp.cc
[446/563] Compiling err.cc
[447/563] Compiling engine.cc
[448/563] Compiling evp_asn1.cc
[449/563] Compiling ecdh.cc
[450/563] Compiling hash_to_curve.cc
[451/563] Compiling ecdsa_asn1.cc
[452/563] Compiling ec_derive.cc
[453/563] Compiling dsa.cc
[454/563] Compiling ec_asn1.cc
[455/563] Compiling dsa_asn1.cc
[456/563] Compiling params.cc
[457/563] Compiling x25519-asm-arm.S
[458/563] Compiling des.cc
[459/563] Compiling digest_extra.cc
[460/563] Compiling dh_asn1.cc
[461/563] Compiling crypto.cc
[462/563] Compiling cpu_intel.cc
[463/563] Compiling cpu_arm_linux.cc
[464/563] Compiling spake25519.cc
[465/563] Compiling curve25519.cc
[466/563] Compiling cpu_arm_freebsd.cc
[467/563] Compiling cpu_aarch64_openbsd.cc
[468/563] Compiling cpu_aarch64_sysreg.cc
[469/563] Compiling cpu_aarch64_win.cc
[469/563] Compiling bcm.cc
[470/563] Compiling cpu_aarch64_linux.cc
[472/563] Compiling cpu_aarch64_fuchsia.cc
[473/563] Compiling cpu_aarch64_apple.cc
[474/563] Compiling curve25519_64_adx.cc
[475/563] Compiling get_cipher.cc
[476/563] Compiling tls_cbc.cc
[477/563] Compiling conf.cc
[478/563] Compiling e_rc4.cc
[479/563] Compiling e_tls.cc
[480/563] Compiling e_null.cc
[481/563] Compiling e_rc2.cc
[481/563] Compiling e_des.cc
[483/563] Compiling derive_key.cc
[484/563] Compiling e_chacha20poly1305.cc
[485/563] Compiling chacha.cc
[486/563] Compiling e_aesgcmsiv.cc
[487/563] Compiling e_aesctrhmac.cc
[488/563] Compiling unicode.cc
[489/563] Compiling buf.cc
[490/563] Compiling cbb.cc
[491/563] Compiling ber.cc
[492/563] Compiling cbs.cc
[493/563] Compiling bn_asn1.cc
[494/563] Compiling asn1_compat.cc
[495/563] Compiling convert.cc
[496/563] Compiling blake2.cc
[497/563] Compiling socket.cc
[498/563] Compiling socket_helper.cc
[499/563] Compiling printf.cc
[500/563] Compiling pair.cc
[501/563] Compiling hexdump.cc
[502/563] Compiling file.cc
[503/563] Compiling errno.cc
[504/563] Compiling fd.cc
[505/563] Compiling bio_mem.cc
[506/563] Compiling connect.cc
[507/563] Compiling bio.cc
[508/563] Compiling base64.cc
[509/563] Compiling tasn_typ.cc
[510/563] Compiling tasn_fre.cc
[511/563] Compiling tasn_utl.cc
[512/563] Compiling f_string.cc
[512/563] Compiling tasn_enc.cc
[514/563] Compiling posix_time.cc
[515/563] Compiling tasn_new.cc
[516/563] Compiling f_int.cc
[517/563] Compiling asn_pack.cc
[518/563] Compiling tasn_dec.cc
[519/563] Compiling asn1_par.cc
[520/563] Compiling a_type.cc
[521/563] Compiling a_utctm.cc
[522/563] Compiling a_octet.cc
[523/563] Compiling a_time.cc
[524/563] Write sources
[525/563] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[526/563] Write sources
[527/563] Compiling asn1_lib.cc
[528/563] Write sources
[530/563] Compiling a_strnid.cc
[531/563] Write sources
[533/563] Compiling a_bitstr.cc
[534/589] Compiling a_strex.cc
[536/616] Compiling Algorithms Joined.swift
[537/616] Compiling Algorithms Keyed.swift
[538/616] Compiling Algorithms MinMax.swift
[539/616] Compiling Algorithms Partition.swift
[540/616] Compiling Algorithms Permutations.swift
[541/616] Compiling Algorithms Product.swift
[542/616] Compiling BinaryCoder SharedBinaryCoding.swift
[543/618] Emitting module BinaryCoder
[544/618] Compiling Algorithms Compacted.swift
[545/618] Compiling Algorithms Cycle.swift
[546/618] Compiling Algorithms EitherSequence.swift
[547/618] Compiling Algorithms Grouped.swift
[548/618] Compiling Algorithms Indexed.swift
[549/618] Compiling Algorithms Intersperse.swift
[550/618] Compiling Algorithms Chunked.swift
[551/618] Compiling Algorithms Combinations.swift
[552/618] Compiling Algorithms FlattenCollection.swift
[553/618] Compiling BinaryCoder BinaryCodable.swift
[554/618] Compiling BinaryCoder BinaryCodableExtensions.swift
[555/618] Compiling Atomics IntegerOperations.swift
[556/618] Compiling Atomics Unmanaged extensions.swift
[557/618] Emitting module ArgumentParserToolInfo
[558/618] Compiling ArgumentParserToolInfo ToolInfo.swift
[559/619] Compiling BinaryCoder BinarySerialization.swift
[560/619] Compiling BinaryCoder BinaryDecoder.swift
[561/619] Compiling BinaryCoder BinaryEncoder.swift
[565/620] Compiling Algorithms Rotate.swift
[567/623] Compiling Algorithms Split.swift
[568/623] Compiling Algorithms Stride.swift
[569/623] Compiling Algorithms Suffix.swift
[569/623] Wrapping AST for ArgumentParserToolInfo for debugging
[573/630] Wrapping AST for BinaryCoder for debugging
[575/661] Compiling ArgumentParser BashCompletionsGenerator.swift
[576/661] Compiling ArgumentParser CompletionsGenerator.swift
[577/661] Compiling ArgumentParser FishCompletionsGenerator.swift
[578/661] Compiling ArgumentParser ZshCompletionsGenerator.swift
[579/661] Compiling ArgumentParser Errors.swift
[580/661] Compiling ArgumentParser Flag.swift
[581/661] Compiling ArgumentParser NameSpecification.swift
[582/661] Compiling ArgumentParser Option.swift
[583/661] Compiling ArgumentParser ParsedValues.swift
[584/661] Compiling ArgumentParser ParserError.swift
[585/661] Compiling ArgumentParser SplitArguments.swift
[586/661] Compiling ArgumentParser CommandGroup.swift
[587/661] Compiling ArgumentParser EnumerableFlag.swift
[588/661] Compiling ArgumentParser ExpressibleByArgument.swift
[589/661] Compiling ArgumentParser Argument.swift
[590/661] Compiling ArgumentParser ArgumentHelp.swift
[591/661] Compiling ArgumentParser ArgumentVisibility.swift
[592/661] Compiling ArgumentParser CompletionKind.swift
[593/661] Emitting module Atomics
[593/661] Compiling c-nioatomics.c
[598/662] Emitting module ArgumentParser
[600/667] Compiling ArgumentParser Name.swift
[601/667] Compiling ArgumentParser Parsed.swift
[604/667] Compiling c-atomics.c
[618/667] Emitting module Algorithms
[619/674] Wrapping AST for Atomics for debugging
[620/674] Wrapping AST for Algorithms for debugging
[622/674] Compiling NIOConcurrencyHelpers lock.swift
[624/674] Compiling ArgumentParser ParsableArguments.swift
[625/674] Compiling ArgumentParser ParsableArgumentsValidation.swift
[626/674] Compiling ArgumentParser ParsableCommand.swift
[627/674] Compiling ArgumentParser ArgumentDecoder.swift
[628/674] Compiling ArgumentParser OptionGroup.swift
[629/674] Compiling ArgumentParser AsyncParsableCommand.swift
[630/674] Compiling ArgumentParser CommandConfiguration.swift
[633/674] Emitting module NIOConcurrencyHelpers
[634/674] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[635/674] Compiling ArgumentParser ArgumentDefinition.swift
[636/674] Compiling ArgumentParser ArgumentSet.swift
[637/674] Compiling ArgumentParser CommandParser.swift
[638/674] Compiling ArgumentParser InputKey.swift
[639/674] Compiling ArgumentParser InputOrigin.swift
[640/674] Compiling ArgumentParser DumpHelpGenerator.swift
[641/674] Compiling ArgumentParser HelpCommand.swift
[642/674] Compiling ArgumentParser HelpGenerator.swift
[643/674] Compiling ArgumentParser MessageInfo.swift
[644/674] Compiling ArgumentParser UsageGenerator.swift
[645/674] Compiling ArgumentParser CollectionExtensions.swift
[646/674] Compiling ArgumentParser Platform.swift
[647/674] Compiling ArgumentParser SequenceExtensions.swift
[648/674] Compiling ArgumentParser StringExtensions.swift
[649/674] Compiling ArgumentParser Tree.swift
[650/675] Compiling NIOConcurrencyHelpers atomics.swift
[651/675] Compiling NIOConcurrencyHelpers NIOLock.swift
[652/675] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[654/676] Wrapping AST for ArgumentParser for debugging
[655/676] Wrapping AST for NIOConcurrencyHelpers for debugging
[657/735] Compiling NIOCore MarkedCircularBuffer.swift
[658/735] Compiling NIOCore MulticastChannel.swift
[659/735] Compiling NIOCore NIOAny.swift
[660/735] Compiling NIOCore NIOCloseOnErrorHandler.swift
[661/735] Compiling NIOCore NIOLoopBound.swift
[662/735] Compiling NIOCore NIOScheduledCallback.swift
[663/735] Compiling NIOCore NIOSendable.swift
[664/735] Compiling NIOCore RecvByteBufferAllocator.swift
[665/743] Compiling NIOCore ChannelPipeline.swift
[666/743] Compiling NIOCore CircularBuffer.swift
[667/743] Compiling NIOCore Codec.swift
[668/743] Compiling NIOCore ConvenienceOptionSupport.swift
[669/743] Compiling NIOCore DeadChannel.swift
[670/743] Compiling NIOCore DispatchQueue+WithFuture.swift
[671/743] Compiling NIOCore EventLoop+Deprecated.swift
[672/743] Compiling NIOCore EventLoop+SerialExecutor.swift
[673/743] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[674/743] Compiling NIOCore SocketAddresses.swift
[675/743] Compiling NIOCore SocketOptionProvider.swift
[676/743] Compiling NIOCore SystemCallHelpers.swift
[677/743] Compiling NIOCore TimeAmount+Duration.swift
[678/743] Compiling NIOCore TypeAssistedChannelHandler.swift
[679/743] Compiling NIOCore UniversalBootstrapSupport.swift
[680/743] Compiling NIOCore Utilities.swift
[681/743] Compiling NIOCore EventLoop.swift
[682/743] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[683/743] Compiling NIOCore EventLoopFuture+Deprecated.swift
[684/743] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[685/743] Compiling NIOCore EventLoopFuture.swift
[686/743] Compiling NIOCore FileDescriptor.swift
[687/743] Compiling NIOCore FileHandle.swift
[688/743] Compiling NIOCore FileRegion.swift
[689/743] Compiling NIOCore AddressedEnvelope.swift
[690/743] Compiling NIOCore AsyncAwaitSupport.swift
[691/743] Compiling NIOCore AsyncChannel.swift
[692/743] Compiling NIOCore AsyncChannelHandler.swift
[693/743] Compiling NIOCore AsyncChannelInboundStream.swift
[694/743] Compiling NIOCore AsyncChannelOutboundWriter.swift
[695/743] Compiling NIOCore NIOAsyncSequenceProducer.swift
[696/743] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[697/743] Compiling NIOCore NIOAsyncWriter.swift
[698/743] Compiling NIOCore GlobalSingletons.swift
[699/743] Compiling NIOCore IO.swift
[700/743] Compiling NIOCore IOData.swift
[701/743] Compiling NIOCore IPProtocol.swift
[702/743] Compiling NIOCore IntegerBitPacking.swift
[703/743] Compiling NIOCore IntegerTypes.swift
[704/743] Compiling NIOCore Interfaces.swift
[705/743] Compiling NIOCore Linux.swift
[706/743] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[707/743] Compiling NIOCore BSDSocketAPI.swift
[708/743] Compiling NIOCore ByteBuffer-aux.swift
[709/743] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[710/743] Compiling NIOCore ByteBuffer-conversions.swift
[711/743] Compiling NIOCore ByteBuffer-core.swift
[712/743] Compiling NIOCore ByteBuffer-hex.swift
[713/743] Compiling NIOCore ByteBuffer-int.swift
[714/743] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[715/743] Compiling NIOCore ByteBuffer-multi-int.swift
[716/743] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[717/743] Compiling NIOCore ByteBuffer-views.swift
[718/743] Compiling NIOCore Channel.swift
[719/743] Compiling NIOCore ChannelHandler.swift
[720/743] Compiling NIOCore ChannelHandlers.swift
[721/743] Compiling NIOCore ChannelInvoker.swift
[722/743] Compiling NIOCore ChannelOption.swift
[723/743] Emitting module NIOCore
[724/744] Wrapping AST for NIOCore for debugging
[726/795] Emitting module NIOEmbedded
[727/795] Compiling NIOEmbedded AsyncTestingChannel.swift
[728/795] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[729/795] Compiling NIOEmbedded Embedded.swift
[730/796] Wrapping AST for NIOEmbedded for debugging
[732/796] Emitting module NIOPosix
[733/802] Compiling NIOPosix IO.swift
[734/802] Compiling NIOPosix IntegerBitPacking.swift
[735/802] Compiling NIOPosix IntegerTypes.swift
[736/802] Compiling NIOPosix Linux.swift
[737/802] Compiling NIOPosix LinuxCPUSet.swift
[738/802] Compiling NIOPosix LinuxUring.swift
[739/802] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[740/802] Compiling NIOPosix ServerSocket.swift
[741/802] Compiling NIOPosix Socket.swift
[742/802] Compiling NIOPosix SocketChannel.swift
[743/802] Compiling NIOPosix SocketProtocols.swift
[744/802] Compiling NIOPosix System.swift
[745/802] Compiling NIOPosix Thread.swift
[746/802] Compiling NIOPosix SelectableChannel.swift
[747/802] Compiling NIOPosix SelectableEventLoop.swift
[748/802] Compiling NIOPosix SelectorEpoll.swift
[749/802] Compiling NIOPosix SelectorGeneric.swift
[750/802] Compiling NIOPosix SelectorKqueue.swift
[751/802] Compiling NIOPosix SelectorUring.swift
[752/802] Compiling NIOPosix PooledRecvBufferAllocator.swift
[753/802] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[754/802] Compiling NIOPosix PosixSingletons.swift
[755/802] Compiling NIOPosix RawSocketBootstrap.swift
[756/802] Compiling NIOPosix Resolver.swift
[757/802] Compiling NIOPosix Selectable.swift
[758/802] Compiling NIOPosix NIOThreadPool.swift
[759/802] Compiling NIOPosix NonBlockingFileIO.swift
[760/802] Compiling NIOPosix PendingDatagramWritesManager.swift
[761/802] Compiling NIOPosix PendingWritesManager.swift
[762/802] Compiling NIOPosix PipeChannel.swift
[763/802] Compiling NIOPosix PipePair.swift
[764/802] Compiling NIOPosix Pool.swift
[765/802] Compiling NIOPosix ThreadPosix.swift
[766/802] Compiling NIOPosix ThreadWindows.swift
[767/802] Compiling NIOPosix UnsafeTransfer.swift
[768/802] Compiling NIOPosix Utilities.swift
[769/802] Compiling NIOPosix VsockAddress.swift
[770/802] Compiling NIOPosix VsockChannelEvents.swift
[771/802] Compiling NIOPosix BSDSocketAPICommon.swift
[772/802] Compiling NIOPosix BSDSocketAPIPosix.swift
[773/802] Compiling NIOPosix BSDSocketAPIWindows.swift
[774/802] Compiling NIOPosix BaseSocket.swift
[775/802] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[776/802] Compiling NIOPosix BaseSocketChannel.swift
[777/802] Compiling NIOPosix BaseStreamSocketChannel.swift
[778/802] Compiling NIOPosix Bootstrap.swift
[779/802] Compiling NIOPosix ControlMessage.swift
[780/802] Compiling NIOPosix DatagramVectorReadManager.swift
[781/802] Compiling NIOPosix Errors+Any.swift
[782/802] Compiling NIOPosix FileDescriptor.swift
[783/802] Compiling NIOPosix GetaddrinfoResolver.swift
[784/802] Compiling NIOPosix HappyEyeballs.swift
[785/803] Wrapping AST for NIOPosix for debugging
[787/805] Compiling NIO Exports.swift
[788/805] Emitting module NIO
[789/806] Wrapping AST for NIO for debugging
[791/845] Emitting module NIOFoundationCompat
[792/845] Compiling NIOTLS TLSEvents.swift
[793/845] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[794/845] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[795/845] Emitting module NIOTLS
[796/845] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[797/845] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[798/845] Compiling NIOSOCKS SOCKSResponse.swift
[799/845] Compiling NIOSOCKS Errors.swift
[800/845] Compiling NIOSOCKS Helpers.swift
[801/846] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[802/846] Compiling NIOSOCKS ClientStateMachine.swift
[803/846] Compiling NIOSOCKS AuthenticationMethod.swift
[804/846] Compiling NIOSOCKS ClientGreeting.swift
[805/846] Emitting module NIOSOCKS
[806/846] Compiling NIOSOCKS SOCKSClientHandler.swift
[807/846] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[808/846] Compiling NIOSOCKS Messages.swift
[809/846] Compiling NIOSOCKS SOCKSRequest.swift
[810/846] Compiling NIOSOCKS ServerStateMachine.swift
[811/847] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[812/847] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[813/847] Compiling NIOTLS SNIHandler.swift
[814/847] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[818/849] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[819/849] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[820/851] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[821/851] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[821/851] Wrapping AST for NIOSOCKS for debugging
[822/851] Wrapping AST for NIOFoundationCompat for debugging
[823/851] Wrapping AST for NIOTLS for debugging
[825/887] Compiling NIOTransportServices NIOTSBootstraps.swift
[826/887] Compiling NIOTransportServices NIOTSChannelOptions.swift
[827/887] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[828/887] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[829/902] Emitting module NIOTransportServices
[830/904] Compiling NIOTransportServices StateManagedChannel.swift
[831/904] Compiling NIOTransportServices StateManagedListenerChannel.swift
[832/904] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[836/904] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[837/904] Compiling NIOTransportServices NIOTSErrors.swift
[838/904] Compiling NIOTransportServices NIOTSEventLoop.swift
[839/904] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[840/904] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[841/904] Compiling NIOTransportServices NIOTSListenerChannel.swift
[842/904] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[843/904] Compiling NIOTransportServices NIOTSSingletons.swift
[844/904] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[845/904] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[846/904] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[849/904] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[850/904] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[851/904] Compiling NIOTransportServices AcceptHandler.swift
[852/904] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[853/904] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[854/904] Compiling NIOTransportServices NIOTSDatagramListener.swift
[859/905] Wrapping AST for NIOTransportServices for debugging
[861/905] Emitting module NIOHTTP1
[865/906] Wrapping AST for NIOHTTP1 for debugging
[867/934] Compiling NIOWebSocket WebSocketErrorCodes.swift
[868/935] Compiling NIOWebSocket WebSocketOpcode.swift
[869/935] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[870/935] Compiling NIOHPACK HuffmanTables.swift
[871/935] Compiling NIOHPACK IndexedHeaderTable.swift
[872/935] Compiling NIOHPACK IntegerCoding.swift
[873/936] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[874/936] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[875/936] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[876/936] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[877/936] Compiling NIOHPACK DynamicHeaderTable.swift
[878/936] Compiling NIOHPACK HPACKDecoder.swift
[879/936] Compiling NIOHPACK HPACKEncoder.swift
[880/936] Compiling NIOHPACK HPACKErrors.swift
[881/939] Compiling NIOHPACK HuffmanCoding.swift
[882/939] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[883/939] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[884/939] Compiling NIOHPACK StaticHeaderTable.swift
[885/939] Compiling NIOHTTPCompression HTTPDecompression.swift
[886/939] Emitting module NIOWebSocket
[891/939] Emitting module NIOHTTPCompression
[892/939] Compiling NIOHTTPCompression HTTPCompression.swift
[898/940] Compiling NIOSSL Zeroization.swift
[899/940] Compiling NIOSSL SSLPublicKey.swift
[900/940] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[901/940] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[902/940] Compiling NIOSSL SubjectAlternativeName.swift
[907/940] Emitting module NIOHPACK
[909/940] Compiling NIOWebSocket WebSocketFrame.swift
[909/941] Wrapping AST for NIOHTTPCompression for debugging
[911/941] Wrapping AST for NIOWebSocket for debugging
[915/941] Compiling NIOHPACK HPACKHeader.swift
[916/941] Compiling NIOHPACK HeaderTables.swift
[917/942] Wrapping AST for NIOHPACK for debugging
[919/1000] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[920/1000] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[921/1000] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[922/1000] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[923/1000] Compiling NIOHTTP2 ReceivingHeadersState.swift
[924/1000] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[925/1000] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[926/1000] Compiling NIOHTTP2 HasRemoteSettings.swift
[927/1000] Compiling NIOHTTP2 LocallyQuiescingState.swift
[928/1000] Compiling NIOHTTP2 QuiescingState.swift
[929/1000] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[930/1000] Emitting module NIOSSL
[931/1000] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[932/1000] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[933/1000] Compiling NIOHTTP2 HasFlowControlWindows.swift
[934/1000] Compiling NIOHTTP2 HasLocalSettings.swift
[942/1001] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[943/1009] Wrapping AST for NIOSSL for debugging
[945/1031] Emitting module NIOHTTP2
[946/1031] Compiling MQTTNIO PingreqHandler.swift
[947/1031] Compiling MQTTNIO WebSocketHandler.swift
[948/1031] Compiling MQTTNIO WebSocketInitialRequest.swift
[949/1034] Compiling MQTTNIO MQTTConnection.swift
[950/1034] Compiling MQTTNIO MQTTCoreTypes.swift
[951/1034] Compiling MQTTNIO MQTTCoreTypesV5.swift
[952/1034] Compiling MQTTNIO MQTTClient+async.swift
[953/1034] Compiling MQTTNIO MQTTClientV5+async.swift
[954/1034] Compiling MQTTNIO Sendable.swift
[955/1034] Emitting module MQTTNIO
[956/1034] Compiling NIOHTTP2 InboundWindowManager.swift
[957/1034] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[958/1034] Compiling NIOHTTP2 StreamChannelFlowController.swift
[959/1034] Compiling NIOHTTP2 StreamChannelList.swift
[960/1034] Compiling NIOHTTP2 StreamMap.swift
[961/1034] Compiling NIOHTTP2 StreamStateMachine.swift
[962/1034] Compiling NIOHTTP2 UnsafeTransfer.swift
[963/1034] Compiling NIOHTTP2 WatermarkedFlowController.swift
[964/1034] Compiling MQTTNIO MQTTSerializer.swift
[965/1034] Compiling MQTTNIO MQTTTask.swift
[966/1034] Compiling MQTTNIO TSTLSConfiguration.swift
[967/1034] Compiling NIOHTTP2 StateMachineResult.swift
[968/1034] Compiling NIOHTTP2 ContentLengthVerifier.swift
[969/1034] Compiling NIOHTTP2 DOSHeuristics.swift
[970/1034] Compiling NIOHTTP2 Error+Any.swift
[971/1034] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[972/1034] Compiling NIOHTTP2 ControlFrameBuffer.swift
[973/1034] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[974/1034] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[975/1034] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[976/1034] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[977/1034] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[978/1034] Compiling NIOHTTP2 HTTP2StreamID.swift
[979/1034] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[980/1034] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[981/1034] Compiling NIOHTTP2 HTTP2UserEvents.swift
[982/1034] Compiling NIOHTTP2 InboundEventBuffer.swift
[983/1034] Compiling MQTTNIO MQTTError.swift
[984/1034] Compiling MQTTNIO MQTTInflight.swift
[985/1034] Compiling MQTTNIO MQTTListeners.swift
[986/1034] Compiling MQTTNIO MQTTPacket.swift
[987/1034] Compiling MQTTNIO MQTTProperties.swift
[988/1034] Compiling MQTTNIO MQTTReason.swift
[989/1034] Compiling MQTTNIO MQTTMessageDecoder.swift
[990/1034] Compiling MQTTNIO MQTTMessageHandler.swift
[991/1034] Compiling MQTTNIO MQTTTaskHandler.swift
[992/1034] Compiling MQTTNIO MQTTClient.swift
[993/1034] Compiling MQTTNIO MQTTClientV5.swift
[994/1034] Compiling MQTTNIO MQTTConfiguration.swift
[995/1035] Wrapping AST for MQTTNIO for debugging
[1013/1035] Compiling NIOHTTP2 HTTP2Stream.swift
[1014/1035] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1015/1035] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1016/1035] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1020/1035] Compiling NIOHTTP2 HTTP2Error.swift
[1021/1035] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1022/1035] Compiling NIOHTTP2 MaySendFrames.swift
[1023/1035] Compiling NIOHTTP2 SendingDataState.swift
[1024/1035] Compiling NIOHTTP2 SendingGoawayState.swift
[1025/1035] Compiling NIOHTTP2 SendingHeadersState.swift
[1026/1035] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1027/1035] Compiling NIOHTTP2 SendingRstStreamState.swift
[1028/1035] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1029/1035] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1030/1036] Wrapping AST for NIOHTTP2 for debugging
[1032/1095] Emitting module AsyncHTTPClient
[1033/1103] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1034/1103] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1035/1103] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1036/1103] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1037/1103] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1038/1103] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1039/1103] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1040/1103] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1041/1103] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1042/1103] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1043/1103] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1044/1103] Compiling AsyncHTTPClient Transaction.swift
[1045/1103] Compiling AsyncHTTPClient Base64.swift
[1046/1103] Compiling AsyncHTTPClient BasicAuth.swift
[1047/1103] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1048/1103] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1049/1103] Compiling AsyncHTTPClient ConnectionPool.swift
[1050/1103] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1051/1103] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1052/1103] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1053/1103] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1054/1103] Compiling AsyncHTTPClient HTTP1Connection.swift
[1055/1103] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1056/1103] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1057/1103] Compiling AsyncHTTPClient HTTP2Connection.swift
[1058/1103] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1059/1103] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1060/1103] Compiling AsyncHTTPClient RequestOptions.swift
[1061/1103] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1062/1103] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1063/1103] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1064/1103] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1065/1103] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1066/1103] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1067/1103] Compiling AsyncHTTPClient RequestBag.swift
[1068/1103] Compiling AsyncHTTPClient RequestValidation.swift
[1069/1103] Compiling AsyncHTTPClient SSLContextCache.swift
[1070/1103] Compiling AsyncHTTPClient Scheme.swift
[1071/1103] Compiling AsyncHTTPClient Singleton.swift
[1072/1103] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1073/1103] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1074/1103] Compiling AsyncHTTPClient Utils.swift
[1075/1103] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1076/1103] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1077/1103] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1078/1103] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1079/1103] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1080/1103] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1081/1103] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1082/1103] Compiling AsyncHTTPClient RequestBodyLength.swift
[1083/1103] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1084/1103] Compiling AsyncHTTPClient ConnectionTarget.swift
[1085/1103] Compiling AsyncHTTPClient DeconstructedURL.swift
[1086/1103] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1087/1103] Compiling AsyncHTTPClient FoundationExtensions.swift
[1088/1103] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1089/1103] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1090/1103] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1091/1103] Compiling AsyncHTTPClient HTTPClient.swift
[1092/1103] Compiling AsyncHTTPClient HTTPHandler.swift
[1093/1103] Compiling AsyncHTTPClient LRUCache.swift
[1094/1103] Compiling AsyncHTTPClient NWErrorHandler.swift
[1095/1103] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1096/1103] Compiling AsyncHTTPClient TLSConfiguration.swift
[1097/1103] Compiling AsyncHTTPClient RedirectState.swift
[1098/1103] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1099/1104] Wrapping AST for AsyncHTTPClient for debugging
[1101/1130] 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 | }()
[1102/1130] 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 | }()
[1103/1130] 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 | }()
[1104/1130] 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 | }()
[1105/1133] 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() }
/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
[1106/1133] 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
[1107/1133] 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
[1108/1133] Compiling sma2mqttLibrary RandomNumber.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
[1109/1133] Compiling sma2mqttLibrary SMATagPacket.swift
[1110/1133] Compiling sma2mqttLibrary DatedQueue.swift
[1111/1133] Compiling sma2mqttLibrary Extensions.swift
[1112/1133] Compiling sma2mqttLibrary SMANetPacketHeader.swift
[1113/1133] Compiling sma2mqttLibrary SMANetPacketValue.swift
[1114/1133] Compiling sma2mqttLibrary SMAPacket.swift
[1115/1133] Compiling sma2mqttLibrary SMAPacketGenerator.swift
[1116/1133] Compiling sma2mqttLibrary SMALighthouse.swift
[1117/1133] Compiling sma2mqttLibrary PacketHelper.swift
[1118/1133] Compiling sma2mqttLibrary SMANetPacket.swift
[1119/1133] Compiling sma2mqttLibrary SMANetPacketDefinition.swift
[1120/1133] Compiling sma2mqttLibrary SMAUDPPort.swift
[1121/1133] Compiling sma2mqttLibrary SwiftFD_SET.swift
[1122/1133] Compiling sma2mqttLibrary resource_bundle_accessor.swift
[1123/1133] 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() }
[1124/1133] 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() }
[1125/1133] 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() }
[1126/1133] Compiling sma2mqttLibrary ObisDefinition.swift
[1127/1133] Compiling sma2mqttLibrary ObisPacket.swift
[1128/1133] Compiling sma2mqttLibrary ObisValue.swift
[1129/1133] Compiling sma2mqttLibrary SMADevice.swift
[1130/1134] Wrapping AST for sma2mqttLibrary for debugging
[1132/1136] Emitting module sma2mqtt
[1133/1136] Compiling sma2mqtt sma2mqtt.swift
[1134/1137] Wrapping AST for sma2mqtt for debugging
[1135/1137] Write Objects.LinkFileList
[1136/1137] Linking sma2mqtt
Build complete! (134.01s)
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/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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.