Build Information
Successful build of sma2mqtt, reference main (94e55e
), with Swift 6.0 for Linux on 10 Jan 2025 09:02:09 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.60.0
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.0
Building package at path: $PWD
https://github.com/jollyjinx/sma2mqtt.git
https://github.com/jollyjinx/sma2mqtt.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swiftformat",
"requirement" : {
"range" : [
{
"lower_bound" : "0.51.12",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nicklockwood/SwiftFormat"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.18.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client.git"
},
{
"identity" : "mqtt-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.8.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server-community/mqtt-nio"
},
{
"identity" : "binarycoder",
"requirement" : {
"range" : [
{
"lower_bound" : "2.3.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jollyjinx/BinaryCoder"
},
{
"identity" : "jlog",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.5",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jollyjinx/JLog"
}
],
"manifest_display_name" : "sma2mqtt",
"name" : "sma2mqtt",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "sma2mqtt",
"targets" : [
"sma2mqtt"
],
"type" : {
"executable" : null
}
},
{
"name" : "sma2mqttLibrary",
"targets" : [
"sma2mqttLibrary"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "sma2mqttTests",
"module_type" : "SwiftTarget",
"name" : "sma2mqttTests",
"path" : "Tests/sma2mqttTests",
"product_dependencies" : [
"BinaryCoder",
"JLog"
],
"sources" : [
"QueryQueueTests.swift",
"SMAObjectTests.swift",
"TestHelpers.swift",
"sma2mqttTests.swift"
],
"target_dependencies" : [
"sma2mqttLibrary"
],
"type" : "test"
},
{
"c99name" : "sma2mqttLibrary",
"module_type" : "SwiftTarget",
"name" : "sma2mqttLibrary",
"path" : "Sources/sma2mqttLibrary",
"product_dependencies" : [
"BinaryCoder",
"AsyncHTTPClient",
"MQTTNIO",
"JLog"
],
"product_memberships" : [
"sma2mqtt",
"sma2mqttLibrary"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/sma2mqttLibrary/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-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-argument-parser
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/swift-server/async-http-client.git
Fetching https://github.com/nicklockwood/SwiftFormat
[1/296] Fetching binarycoder
[295/370] Fetching binarycoder, jlog
Fetched https://github.com/jollyjinx/JLog from cache (0.31s)
Fetched https://github.com/jollyjinx/BinaryCoder from cache (0.31s)
[1/13340] Fetching async-http-client
[2/21457] Fetching async-http-client, mqtt-nio
[1110/33860] Fetching async-http-client, mqtt-nio, swift-argument-parser
[19195/80107] Fetching async-http-client, mqtt-nio, swift-argument-parser, swiftformat
Fetched https://github.com/swift-server-community/mqtt-nio from cache (0.84s)
[29443/71990] Fetching async-http-client, swift-argument-parser, swiftformat
Fetched https://github.com/apple/swift-argument-parser from cache (0.98s)
[17503/59587] Fetching async-http-client, swiftformat
Fetched https://github.com/swift-server/async-http-client.git from cache (23.55s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (24.23s)
Computing version for https://github.com/jollyjinx/JLog
Computed https://github.com/jollyjinx/JLog at 0.0.5 (2.41s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/Adorkable/swift-log-format-and-pipe
[1/3739] Fetching swift-log
[3628/3904] Fetching swift-log, swift-log-format-and-pipe
Fetched https://github.com/Adorkable/swift-log-format-and-pipe from cache (0.38s)
Fetched https://github.com/apple/swift-log.git from cache (0.38s)
Computing version for https://github.com/Adorkable/swift-log-format-and-pipe
Computed https://github.com/Adorkable/swift-log-format-and-pipe at 0.1.1 (0.61s)
Computing version for https://github.com/jollyjinx/BinaryCoder
Computed https://github.com/jollyjinx/BinaryCoder at 2.3.2 (0.62s)
Computing version for https://github.com/swift-server-community/mqtt-nio
Computed https://github.com/swift-server-community/mqtt-nio at 2.11.0 (0.85s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/1569] Fetching swift-atomics
[1570/3866] Fetching swift-atomics, swift-nio-transport-services
[3867/17663] Fetching swift-atomics, swift-nio-transport-services, swift-nio-ssl
[5661/90365] Fetching swift-atomics, swift-nio-transport-services, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (4.98s)
Fetched https://github.com/apple/swift-atomics.git from cache (4.98s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (5.00s)
Fetched https://github.com/apple/swift-nio.git from cache (5.07s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.54s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.63s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.24.0 (0.88s)
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/5274] Fetching swift-nio-extras
[845/10888] Fetching swift-nio-extras, swift-algorithms
[10889/22153] Fetching swift-nio-extras, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-algorithms.git from cache (0.66s)
[7978/16539] Fetching swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.74s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.74s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.0 (0.68s)
Fetching https://github.com/apple/swift-numerics.git
[1/5576] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.58s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.79s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.29.0 (0.75s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.23.0 (0.55s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.77.0 (3.28s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/3960] Fetching swift-system
[3961/19570] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (3.80s)
Fetched https://github.com/apple/swift-collections.git from cache (3.82s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.0 (1.13s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.69s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.05s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.24.1 (0.60s)
Fetching https://github.com/apple/swift-http-types
[1/746] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types from cache (0.24s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.3.1 (0.59s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.35.0 (0.59s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.55.4 (0.60s)
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-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-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.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.29.0
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.55.4
Creating working copy for https://github.com/swift-server-community/mqtt-nio
Working copy of https://github.com/swift-server-community/mqtt-nio resolved at 2.11.0
Creating working copy for https://github.com/jollyjinx/JLog
Working copy of https://github.com/jollyjinx/JLog resolved at 0.0.5
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.77.0
Creating working copy for https://github.com/Adorkable/swift-log-format-and-pipe
Working copy of https://github.com/Adorkable/swift-log-format-and-pipe resolved at 0.1.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.24.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.2
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.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.35.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.23.0
warning: 'swift-algorithms': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/swift-algorithms/Sources/Algorithms/Documentation.docc
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin SwiftFormatPlugin
Building for debugging...
[2/497] Compiling a_d2i_fp.c
[3/497] Compiling a_gentm.c
[4/497] Compiling a_time.c
[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
[8/497] Write sources
[13/497] Compiling a_bitstr.c
[14/497] Write sources
[36/497] Compiling _AtomicsShims.c
[37/497] Compiling _NumericsShims _NumericsShims.c
[38/497] Compiling CNIOWindows shim.c
[39/497] Compiling a_dup.c
[39/497] Compiling a_i2d_fp.c
[39/497] Compiling a_bool.c
[42/497] Compiling CNIOWASI CNIOWASI.c
[42/497] Compiling CNIOWindows WSAStartup.c
[44/497] Compiling CNIOLinux liburing_shims.c
[45/497] Compiling CNIOExtrasZlib empty.c
[46/497] Compiling CNIOSHA1 c_nio_sha1.c
[47/497] Compiling CNIOLLHTTP c_nio_http.c
[48/497] Compiling CNIODarwin shim.c
[49/497] Compiling CNIOLinux shim.c
[50/497] Compiling fiat_p256_adx_sqr.S
[51/497] Compiling CNIOLLHTTP c_nio_api.c
[52/497] Compiling fiat_p256_adx_mul.S
[53/497] Compiling fiat_curve25519_adx_square.S
[54/497] Compiling fiat_curve25519_adx_mul.S
[55/497] Compiling CNIOLLHTTP c_nio_llhttp.c
[56/497] Write swift-version-24593BA9C3E375BF.txt
[57/497] Compiling mlkem.cc
[58/497] Compiling CNIOBoringSSLShims shims.c
[59/503] Compiling tls_method.cc
[60/503] Compiling tls_record.cc
[61/503] Compiling tls13_enc.cc
[62/503] Compiling tls13_server.cc
[63/503] Compiling tls13_both.cc
[64/503] Compiling tls13_client.cc
[66/535] Emitting module RealModule
[66/536] Compiling t1_enc.cc
[67/536] Compiling ssl_versions.cc
[68/536] Compiling ssl_x509.cc
[69/536] Compiling ssl_transcript.cc
[70/536] Compiling ssl_stat.cc
[71/536] Compiling ssl_session.cc
[72/536] Compiling ssl_privkey.cc
[73/536] Compiling ssl_key_share.cc
[75/536] Emitting module _NIOBase64
[76/536] Compiling _NIOBase64 Base64.swift
[77/537] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[78/537] Compiling InternalCollectionsUtilities Specialize.swift
[79/539] Compiling RealModule RealFunctions.swift
[80/539] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[81/539] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[83/539] Compiling InternalCollectionsUtilities _SortedCollection.swift
[84/539] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[84/539] Compiling ssl_file.cc
[86/539] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[87/539] Compiling InternalCollectionsUtilities Integer rank.swift
[88/539] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[89/539] Compiling RealModule ElementaryFunctions.swift
[90/539] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[92/539] Compiling RealModule Float+Real.swift
[93/539] Compiling RealModule Float16+Real.swift
[94/539] Compiling _NIODataStructures _TinyArray.swift
[95/539] Compiling _NIODataStructures PriorityQueue.swift
[96/539] Emitting module InternalCollectionsUtilities
[100/539] Compiling RealModule Float80+Real.swift
[101/539] Compiling RealModule Real.swift
[102/539] Compiling InternalCollectionsUtilities UInt+reversed.swift
[103/539] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[104/540] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[105/540] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[106/540] Compiling InternalCollectionsUtilities Debugging.swift
[107/540] Compiling InternalCollectionsUtilities Descriptions.swift
[107/540] Compiling ssl_lib.cc
[110/540] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[111/540] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[111/541] Wrapping AST for _NIOBase64 for debugging
[113/541] Wrapping AST for RealModule for debugging
[114/541] Compiling ssl_credential.cc
[116/541] Emitting module Logging
[117/541] Compiling Logging Locks.swift
[118/541] Compiling _NIODataStructures Heap.swift
[119/541] Emitting module _NIODataStructures
[120/542] Compiling Logging Logging.swift
[121/542] Compiling Logging MetadataProvider.swift
[122/542] Compiling Logging LogHandler.swift
[124/558] Wrapping AST for InternalCollectionsUtilities for debugging
[125/558] Wrapping AST for _NIODataStructures for debugging
[127/558] Compiling DequeModule Deque+Equatable.swift
[128/558] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[129/558] Compiling DequeModule Deque+CustomReflectable.swift
[130/558] Compiling DequeModule Deque+Descriptions.swift
[130/560] Wrapping AST for Logging for debugging
[131/560] Compiling ssl_cipher.cc
[133/560] Compiling DequeModule _DequeBuffer.swift
[134/560] Compiling DequeModule _DequeBufferHeader.swift
[134/563] Compiling ssl_buffer.cc
[135/566] Compiling ssl_cert.cc
[137/566] Compiling DequeModule Deque+Extras.swift
[138/566] Compiling DequeModule Deque+Hashable.swift
[138/566] Compiling ssl_asn1.cc
[139/566] Compiling ssl_aead_ctx.cc
[141/566] Compiling DequeModule _DequeSlot.swift
[142/566] Compiling DequeModule _UnsafeWrappedBuffer.swift
[143/566] Compiling DequeModule Deque+Testing.swift
[144/566] Compiling DequeModule Deque._Storage.swift
[145/566] Compiling DequeModule Deque._UnsafeHandle.swift
[146/566] Compiling DequeModule Deque.swift
[146/566] Compiling s3_both.cc
[148/566] Compiling DequeModule Deque+Codable.swift
[149/566] Compiling DequeModule Deque+Collection.swift
[150/566] Emitting module DequeModule
[150/567] Compiling s3_pkt.cc
[152/567] Compiling s3_lib.cc
[153/567] Compiling handshake_client.cc
[154/567] Compiling handshake_server.cc
[155/567] Compiling handshake.cc
[156/567] Wrapping AST for DequeModule for debugging
[157/567] Compiling encrypted_client_hello.cc
[158/567] Compiling handoff.cc
[159/567] Compiling extensions.cc
[160/567] Compiling dtls_record.cc
[161/567] Compiling d1_srtp.cc
[162/567] Compiling md5-x86_64-linux.S
[163/567] Compiling md5-x86_64-apple.S
[164/567] Compiling dtls_method.cc
[165/567] Compiling md5-586-linux.S
[166/567] Compiling err_data.c
[167/567] Compiling d1_pkt.cc
[168/567] Compiling md5-586-apple.S
[169/567] Compiling chacha20_poly1305_x86_64-apple.S
[170/567] Compiling chacha20_poly1305_armv8-win.S
[171/567] Compiling chacha20_poly1305_x86_64-linux.S
[172/567] Compiling chacha20_poly1305_armv8-linux.S
[173/567] Compiling chacha20_poly1305_armv8-apple.S
[174/567] Compiling chacha-x86_64-apple.S
[175/567] Compiling chacha-x86_64-linux.S
[176/567] Compiling chacha-x86-linux.S
[177/567] Compiling chacha-armv8-win.S
[178/567] Compiling chacha-x86-apple.S
[179/567] Compiling chacha-armv8-apple.S
[180/567] Compiling chacha-armv8-linux.S
[181/567] Compiling chacha-armv4-linux.S
[182/567] Compiling aes128gcmsiv-x86_64-linux.S
[183/567] Compiling aes128gcmsiv-x86_64-apple.S
[184/567] Compiling x86_64-mont5-apple.S
[185/567] Compiling x86_64-mont5-linux.S
[186/567] Compiling x86_64-mont-linux.S
[187/567] Compiling x86_64-mont-apple.S
[188/567] Compiling x86-mont-linux.S
[189/567] Compiling x86-mont-apple.S
[190/567] Compiling d1_lib.cc
[191/567] Compiling bio_ssl.cc
[192/567] Compiling vpaes-x86_64-linux.S
[193/567] Compiling vpaes-x86_64-apple.S
[194/567] Compiling vpaes-x86-apple.S
[195/567] Compiling vpaes-x86-linux.S
[196/567] Compiling vpaes-armv8-win.S
[197/567] Compiling vpaes-armv8-linux.S
[198/567] Compiling vpaes-armv8-apple.S
[199/567] Compiling vpaes-armv7-linux.S
[200/567] Compiling sha512-x86_64-apple.S
[201/567] Compiling sha512-armv8-win.S
[202/567] Compiling sha512-armv8-linux.S
[203/567] Compiling sha512-armv8-apple.S
[204/567] Compiling sha512-x86_64-linux.S
[205/567] Compiling sha512-586-linux.S
[206/567] Compiling sha512-586-apple.S
[207/567] Compiling sha512-armv4-linux.S
[208/567] Compiling sha256-x86_64-apple.S
[209/567] Compiling sha256-x86_64-linux.S
[210/567] Compiling sha256-armv8-win.S
[211/567] Compiling sha256-armv8-linux.S
[211/567] Compiling sha256-armv4-linux.S
[213/567] Compiling sha256-armv8-apple.S
[214/567] Compiling d1_both.cc
[215/567] Compiling sha256-586-linux.S
[216/567] Compiling sha256-586-apple.S
[217/567] Compiling sha1-armv8-win.S
[218/567] Compiling sha1-armv8-linux.S
[219/567] Compiling sha1-x86_64-apple.S
[220/567] Compiling sha1-x86_64-linux.S
[221/567] Compiling sha1-armv4-large-linux.S
[222/567] Compiling sha1-armv8-apple.S
[223/567] Compiling sha1-586-linux.S
[224/567] Compiling sha1-586-apple.S
[225/567] Compiling rsaz-avx2-linux.S
[226/567] Compiling rsaz-avx2-apple.S
[227/567] Compiling rdrand-x86_64-linux.S
[228/567] Compiling p256_beeu-x86_64-asm-linux.S
[229/567] Compiling p256_beeu-x86_64-asm-apple.S
[230/567] Compiling rdrand-x86_64-apple.S
[231/567] Compiling p256_beeu-armv8-asm-win.S
[232/567] Compiling p256_beeu-armv8-asm-linux.S
[233/567] Compiling p256_beeu-armv8-asm-apple.S
[234/567] Compiling p256-x86_64-asm-apple.S
[235/567] Compiling p256-armv8-asm-win.S
[236/567] Compiling p256-x86_64-asm-linux.S
[237/567] Compiling p256-armv8-asm-linux.S
[238/567] Compiling ghashv8-armv8-win.S
[239/567] Compiling p256-armv8-asm-apple.S
[240/567] Compiling ghashv8-armv8-apple.S
[241/567] Compiling ghashv8-armv8-linux.S
[242/567] Compiling ghashv8-armv7-linux.S
[243/567] Compiling ghash-x86_64-linux.S
[244/567] Compiling ghash-x86_64-apple.S
[245/567] Compiling ghash-x86-linux.S
[246/567] Compiling ghash-ssse3-x86_64-apple.S
[247/567] Compiling ghash-ssse3-x86_64-linux.S
[247/567] Compiling ghash-x86-apple.S
[249/567] Compiling ghash-neon-armv8-win.S
[250/567] Compiling ghash-ssse3-x86-linux.S
[251/567] Compiling ghash-ssse3-x86-apple.S
[252/567] Compiling ghash-neon-armv8-linux.S
[253/567] Compiling co-586-linux.S
[254/567] Compiling ghash-armv4-linux.S
[254/567] Compiling ghash-neon-armv8-apple.S
[256/567] Compiling bsaes-armv7-linux.S
[257/567] Compiling bn-armv8-linux.S
[258/567] Compiling co-586-apple.S
[259/567] Compiling bn-armv8-win.S
[260/567] Compiling bn-586-apple.S
[261/567] Compiling bn-armv8-apple.S
[262/567] Compiling bn-586-linux.S
[263/567] Compiling armv8-mont-apple.S
[264/567] Compiling armv8-mont-linux.S
[265/567] Compiling armv8-mont-win.S
[266/567] Compiling aesv8-gcm-armv8-win.S
[267/567] Compiling armv4-mont-linux.S
[268/567] Compiling aesv8-gcm-armv8-linux.S
[269/567] Compiling aesv8-armv8-win.S
[270/567] Compiling aesv8-gcm-armv8-apple.S
[270/567] Compiling aesv8-armv8-linux.S
[272/567] Compiling aesv8-armv8-apple.S
[273/567] Compiling aesv8-armv7-linux.S
[274/567] Compiling aesni-x86_64-linux.S
[275/567] Compiling aesni-x86_64-apple.S
[276/567] Compiling aesni-x86-linux.S
[276/567] Compiling aesni-gcm-x86_64-linux.S
[278/567] Compiling aesni-x86-apple.S
[278/567] Compiling aesni-gcm-x86_64-apple.S
[280/567] Compiling x_x509a.c
[281/567] Compiling x_x509.c
[282/567] Compiling x_req.c
[283/567] Compiling x_sig.c
[284/567] Compiling x_val.c
[285/567] Compiling x_pubkey.c
[286/567] Compiling x_spki.c
[287/567] Compiling x_name.c
[288/567] Compiling x_crl.c
[289/567] Compiling x_attrib.c
[290/567] Compiling x_exten.c
[291/567] Compiling x_algor.c
[293/567] Compiling LoggingFormatAndPipe LoggerTextOutputStreamPipe.swift
[294/567] Compiling LoggingFormatAndPipe Handler.swift
[295/567] Compiling LoggingFormatAndPipe Pipe.swift
[295/567] Compiling x509spki.c
[297/567] Emitting module LoggingFormatAndPipe
[297/567] Compiling x_all.c
[298/567] Compiling x509rset.c
[300/567] Compiling LoggingFormatAndPipe BasicFormatter.swift
[301/567] Compiling LoggingFormatAndPipe Formatter.swift
[301/568] Compiling x509name.c
[302/568] Compiling x509cset.c
[304/568] Compiling x509_vpm.c
[305/568] Compiling x509_vfy.c
[306/568] Compiling x509_v3.c
[307/568] Compiling x509_txt.c
[308/568] Compiling x509_trs.c
[309/568] Compiling x509_set.c
[310/568] Wrapping AST for LoggingFormatAndPipe for debugging
[311/568] Compiling x509_req.c
[312/568] Compiling x509_obj.c
[313/568] Compiling x509_d2.c
[314/568] Compiling x509_ext.c
[315/568] Compiling x509_def.c
[316/569] Compiling x509_lu.c
[317/570] Compiling x509_cmp.c
[318/570] Compiling x509_att.c
[319/570] Compiling x509.c
[321/570] Emitting module JLog
[321/570] Compiling v3_skey.c
[322/570] Compiling v3_prn.c
[323/570] Compiling v3_purp.c
[324/570] Compiling v3_utl.c
[325/570] Compiling v3_pmaps.c
[326/570] Compiling v3_ocsp.c
[327/570] Compiling v3_pcons.c
[328/570] Compiling v3_int.c
[329/570] Compiling v3_ncons.c
[330/570] Compiling v3_lib.c
[331/570] Compiling v3_info.c
[332/570] Compiling v3_ia5.c
[334/570] Compiling JLog JLog.swift
[334/570] Compiling v3_extku.c
[335/570] Compiling v3_genn.c
[337/571] Compiling v3_enum.c
[338/571] Compiling v3_conf.c
[339/571] Compiling v3_crld.c
[340/571] Compiling v3_cpols.c
[341/571] Compiling v3_bitst.c
[342/571] Wrapping AST for JLog for debugging
[343/571] Compiling v3_bcons.c
[344/571] Compiling v3_alt.c
[345/571] Compiling v3_akeya.c
[346/571] Compiling t_x509a.c
[347/571] Compiling v3_akey.c
[348/571] Compiling t_x509.c
[348/571] Compiling t_crl.c
[350/571] Compiling t_req.c
[351/571] Compiling rsa_pss.c
[352/571] Compiling i2d_pr.c
[353/571] Compiling name_print.c
[354/571] Compiling policy.c
[355/571] Compiling by_file.c
[356/571] Compiling by_dir.c
[357/571] Compiling algorithm.c
[357/571] Compiling asn1_gen.c
[359/571] Compiling a_verify.c
[360/571] Compiling voprf.c
[360/571] Compiling a_digest.c
[362/571] Compiling a_sign.c
[363/571] Compiling thread_win.c
[364/571] Compiling thread_pthread.c
[365/571] Compiling thread.c
[366/571] Compiling thread_none.c
[367/571] Compiling trust_token.c
[367/571] Compiling spx_wots.c
[369/571] Compiling spx_util.c
[370/571] Compiling spx_thash.c
[371/571] Compiling stack.c
[372/571] Compiling spx_merkle.c
[373/571] Compiling spx_fors.c
[374/571] Compiling spx.c
[375/571] Compiling pmbtoken.c
[376/571] Compiling spx_address.c
[377/571] Compiling wots.c
[378/571] Compiling thash.c
[379/571] Compiling sha512.c
[380/571] Compiling slhdsa.c
[381/571] Compiling siphash.c
[382/571] Compiling merkle.c
[383/571] Compiling sha256.c
[383/571] Compiling fors.c
[385/571] Compiling sha1.c
[386/571] Compiling rsa_extra.c
[387/571] Compiling rc4.c
[388/571] Compiling rsa_print.c
[389/571] Compiling refcount.c
[390/571] Compiling trusty.c
[391/571] Compiling windows.c
[392/571] Compiling rand_extra.c
[393/571] Compiling rsa_asn1.c
[394/571] Compiling urandom.c
[395/571] Compiling rsa_crypt.c
[396/571] Compiling ios.c
[397/571] Compiling passive.c
[398/571] Compiling getentropy.c
[399/571] Compiling deterministic.c
[400/571] Compiling poly1305_arm_asm.S
[401/571] Compiling forkunsafe.c
[402/571] Compiling poly1305.c
[403/571] Compiling poly1305_arm.c
[404/571] Compiling fork_detect.c
[405/571] Compiling pool.c
[406/571] Compiling pkcs7.c
[407/571] Compiling poly1305_vec.c
[408/571] Compiling p5_pbev2.c
[409/571] Compiling pkcs8.c
[409/571] Compiling pem_xaux.c
[411/571] Compiling pem_x509.c
[412/571] Compiling pkcs8_x509.c
[412/571] Compiling pkcs7_x509.c
[414/571] Compiling pem_pkey.c
[415/571] Compiling obj_xref.c
[416/571] Compiling pem_pk8.c
[417/571] Compiling pem_oth.c
[418/571] Compiling pem_info.c
[419/571] Compiling md5.c
[420/571] Compiling mem.c
[421/571] Compiling pem_lib.c
[422/571] Compiling pem_all.c
[423/571] Compiling mldsa.c
[424/571] Compiling obj.c
[425/571] Compiling md4.c
[426/571] Compiling lhash.c
[427/571] Compiling fips_shared_support.c
[428/571] Compiling keccak.c
[429/571] Compiling kyber.c
[430/571] Compiling poly_rq_mul.S
[431/571] Compiling sign.c
[431/571] Compiling ex_data.c
[433/571] Compiling hpke.c
[434/571] Compiling scrypt.c
[435/571] Compiling pbkdf.c
[436/571] Compiling p_x25519.c
[437/571] Compiling print.c
[438/571] Compiling hrss.c
[439/571] Compiling p_x25519_asn1.c
[440/571] Compiling p_rsa_asn1.c
[441/571] Compiling p_hkdf.c
[442/571] Compiling p_rsa.c
[443/571] Compiling p_ed25519.c
[444/571] Compiling p_ed25519_asn1.c
[445/571] Compiling p_ec_asn1.c
[446/571] Compiling p_ec.c
[447/571] Compiling p_dh.c
[448/571] Compiling p_dsa_asn1.c
[449/571] Compiling p_dh_asn1.c
[450/571] Compiling evp_ctx.c
[451/571] Compiling evp_asn1.c
[452/571] Compiling evp.c
[453/571] Compiling err.c
[454/571] Compiling engine.c
[455/571] Compiling ecdh_extra.c
[456/571] Compiling ecdsa_asn1.c
[457/571] Compiling ec_derive.c
[458/571] Compiling hash_to_curve.c
[459/571] Compiling ec_asn1.c
[459/571] Compiling dsa_asn1.c
[461/571] Compiling dsa.c
[462/571] Compiling dh_asn1.c
[463/571] Compiling dilithium.c
[463/571] Compiling params.c
[463/571] Compiling digest_extra.c
[466/571] Compiling x25519-asm-arm.S
[467/571] Compiling spake25519.c
[468/571] Compiling cpu_intel.c
[469/571] Compiling crypto.c
[470/571] Compiling des.c
[471/571] Compiling cpu_arm_linux.c
[472/571] Compiling cpu_arm_freebsd.c
[473/571] Compiling cpu_aarch64_openbsd.c
[474/571] Compiling cpu_aarch64_sysreg.c
[475/571] Compiling cpu_aarch64_win.c
[476/571] Compiling cpu_aarch64_linux.c
[477/571] Compiling cpu_aarch64_fuchsia.c
[478/571] Compiling cpu_aarch64_apple.c
[479/571] Compiling tls_cbc.c
[480/571] Compiling conf.c
[481/571] Compiling e_rc4.c
[482/571] Compiling e_tls.c
[483/571] Compiling curve25519.c
[484/571] Compiling e_rc2.c
[485/571] Compiling e_null.c
[486/571] Compiling e_des.c
[487/571] Compiling derive_key.c
[488/571] Compiling e_aesctrhmac.c
[489/571] Compiling e_chacha20poly1305.c
[490/571] Compiling e_aesgcmsiv.c
[491/571] Compiling unicode.c
[492/571] Compiling cipher_extra.c
[492/571] Compiling chacha.c
[494/571] Compiling ber.c
[495/571] Compiling curve25519_64_adx.c
[496/571] Compiling asn1_compat.c
[497/571] Compiling bn_asn1.c
[497/571] Compiling cbb.c
[499/571] Compiling buf.c
[500/571] Compiling cbs.c
[501/571] Compiling blake2.c
[502/571] Compiling convert.c
[503/571] Compiling printf.c
[504/571] Compiling socket.c
[505/571] Compiling socket_helper.c
[506/571] Compiling hexdump.c
[507/571] Compiling pair.c
[508/571] Compiling file.c
[509/571] Compiling errno.c
[510/571] Compiling fd.c
[511/571] Compiling connect.c
[512/571] Compiling bio_mem.c
[513/571] Compiling base64.c
[514/571] Compiling tasn_typ.c
[515/571] Compiling tasn_utl.c
[516/571] Compiling bio.c
[517/571] Compiling tasn_fre.c
[518/571] Compiling tasn_new.c
[519/571] Compiling tasn_enc.c
[520/571] Compiling f_string.c
[521/571] Compiling f_int.c
[522/571] Compiling posix_time.c
[523/571] Compiling tasn_dec.c
[524/571] Compiling asn_pack.c
[525/571] Compiling asn1_par.c
[526/571] Compiling a_utctm.c
[527/571] Compiling a_octet.c
[527/571] Compiling asn1_lib.c
[529/571] Compiling a_type.c
[530/571] Compiling a_strnid.c
[531/571] Compiling a_strex.c
[532/571] Write sources
[533/571] Compiling a_object.c
[534/571] Write sources
[535/571] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[536/571] Write sources
[538/571] Compiling a_mbstr.c
[539/571] Write sources
[541/571] Compiling a_int.c
[542/624] Compiling bcm.c
[544/624] Compiling Atomics Primitives.shims.swift
[545/624] Compiling Atomics AtomicInteger.swift
[546/624] Compiling Atomics AtomicOptionalWrappable.swift
[547/626] Compiling BinaryCoder BinarySerialization.swift
[548/626] Compiling Atomics ManagedAtomic.swift
[549/626] Compiling Atomics ManagedAtomicLazyReference.swift
[550/626] Compiling Atomics UnsafeAtomic.swift
[551/626] Compiling Atomics UnsafeAtomicLazyReference.swift
[552/626] Compiling Atomics AtomicMemoryOrderings.swift
[553/626] Compiling Atomics DoubleWord.swift
[554/626] Compiling BinaryCoder SharedBinaryCoding.swift
[555/626] Compiling BinaryCoder BinaryCodable.swift
[556/626] Compiling BinaryCoder BinaryCodableExtensions.swift
[557/626] Compiling BinaryCoder BinaryDecoder.swift
[558/626] Compiling Atomics IntegerOperations.swift
[559/626] Compiling Atomics Unmanaged extensions.swift
[560/626] Compiling Atomics OptionalRawRepresentable.swift
[561/626] Compiling Atomics RawRepresentable.swift
[562/626] Compiling Atomics AtomicBool.swift
[563/626] Emitting module BinaryCoder
[564/626] Compiling Atomics AtomicReference.swift
[565/626] Compiling Atomics AtomicStorage.swift
[566/626] Compiling Atomics AtomicValue.swift
[567/626] Emitting module ArgumentParserToolInfo
[568/626] Compiling ArgumentParserToolInfo ToolInfo.swift
[570/627] Compiling Algorithms Split.swift
[571/627] Compiling Algorithms Stride.swift
[572/627] Compiling Algorithms Suffix.swift
[573/630] Compiling BinaryCoder BinaryEncoder.swift
[576/631] Compiling Algorithms Rotate.swift
[577/631] Wrapping AST for ArgumentParserToolInfo for debugging
[578/631] Wrapping AST for BinaryCoder for debugging
[580/669] Compiling ArgumentParser ParsableCommand.swift
[581/669] Compiling ArgumentParser ArgumentDecoder.swift
[582/669] Compiling ArgumentParser OptionGroup.swift
[583/669] Compiling ArgumentParser ExpressibleByArgument.swift
[584/669] Compiling ArgumentParser ParsableArguments.swift
[585/669] Compiling ArgumentParser ParsableArgumentsValidation.swift
[586/669] Compiling ArgumentParser FishCompletionsGenerator.swift
[587/669] Compiling ArgumentParser ZshCompletionsGenerator.swift
[588/669] Compiling ArgumentParser Argument.swift
[589/669] Compiling ArgumentParser ArgumentHelp.swift
[590/669] Compiling ArgumentParser NameSpecification.swift
[591/669] Compiling ArgumentParser Option.swift
[592/669] Compiling ArgumentParser BashCompletionsGenerator.swift
[593/669] Compiling ArgumentParser CompletionsGenerator.swift
[593/669] Compiling c-nioatomics.c
[595/669] Compiling ArgumentParser CommandParser.swift
[596/669] Compiling ArgumentParser InputKey.swift
[597/669] Compiling ArgumentParser InputOrigin.swift
[598/669] Compiling ArgumentParser ArgumentVisibility.swift
[599/669] Compiling ArgumentParser CompletionKind.swift
[600/669] Compiling ArgumentParser Errors.swift
[601/669] Compiling ArgumentParser Flag.swift
[601/669] Compiling c-atomics.c
[603/675] Emitting module ArgumentParser
[610/680] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[611/680] Compiling NIOConcurrencyHelpers NIOLock.swift
[615/680] Compiling NIOConcurrencyHelpers lock.swift
[616/680] Emitting module Atomics
[625/681] Compiling ArgumentParser AsyncParsableCommand.swift
[626/681] Compiling ArgumentParser CommandConfiguration.swift
[627/681] Compiling ArgumentParser CommandGroup.swift
[628/681] Compiling ArgumentParser EnumerableFlag.swift
[633/681] Wrapping AST for Atomics for debugging
[635/681] Emitting module NIOConcurrencyHelpers
[636/681] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[637/681] Compiling NIOConcurrencyHelpers atomics.swift
[638/682] Compiling ArgumentParser Name.swift
[639/682] Compiling ArgumentParser Parsed.swift
[640/682] Compiling ArgumentParser ParsedValues.swift
[641/682] Compiling ArgumentParser ParserError.swift
[642/682] Compiling ArgumentParser SplitArguments.swift
[643/682] Compiling ArgumentParser DumpHelpGenerator.swift
[644/682] Compiling ArgumentParser HelpCommand.swift
[645/682] Compiling ArgumentParser HelpGenerator.swift
[646/682] Compiling ArgumentParser MessageInfo.swift
[647/682] Compiling ArgumentParser UsageGenerator.swift
[649/682] Compiling ArgumentParser CollectionExtensions.swift
[650/682] Compiling ArgumentParser Platform.swift
[651/682] Compiling ArgumentParser SequenceExtensions.swift
[652/682] Compiling ArgumentParser StringExtensions.swift
[653/682] Compiling ArgumentParser Tree.swift
[653/682] Wrapping AST for NIOConcurrencyHelpers for debugging
[655/742] Emitting module Algorithms
[657/743] Compiling NIOCore DispatchQueue+WithFuture.swift
[658/743] Compiling NIOCore EventLoop+Deprecated.swift
[659/743] Compiling NIOCore EventLoop+SerialExecutor.swift
[660/743] Compiling NIOCore EventLoop.swift
[661/743] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[661/743] Wrapping AST for Algorithms for debugging
[663/744] Wrapping AST for ArgumentParser for debugging
[665/744] Compiling NIOCore IO.swift
[666/744] Compiling NIOCore IOData.swift
[667/744] Compiling NIOCore IPProtocol.swift
[668/744] Compiling NIOCore IntegerBitPacking.swift
[669/744] Compiling NIOCore IntegerTypes.swift
[670/744] Compiling NIOCore Interfaces.swift
[671/744] Compiling NIOCore Linux.swift
[672/744] Compiling NIOCore MarkedCircularBuffer.swift
[673/752] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[674/752] Compiling NIOCore EventLoopFuture+Deprecated.swift
[675/752] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[676/752] Compiling NIOCore EventLoopFuture.swift
[677/752] Compiling NIOCore FileDescriptor.swift
[678/752] Compiling NIOCore FileHandle.swift
[679/752] Compiling NIOCore FileRegion.swift
[680/752] Compiling NIOCore GlobalSingletons.swift
[681/752] Compiling NIOCore MulticastChannel.swift
[682/752] Compiling NIOCore NIOAny.swift
[683/752] Compiling NIOCore NIOCloseOnErrorHandler.swift
[684/752] Compiling NIOCore NIOLoopBound.swift
[685/752] Compiling NIOCore NIOScheduledCallback.swift
[686/752] Compiling NIOCore NIOSendable.swift
[687/752] Compiling NIOCore PointerHelpers.swift
[688/752] Compiling NIOCore RecvByteBufferAllocator.swift
[689/752] Compiling NIOCore CircularBuffer.swift
[690/752] Compiling NIOCore Codec.swift
[691/752] Compiling NIOCore ConvenienceOptionSupport.swift
[692/752] Compiling NIOCore DeadChannel.swift
[697/752] Compiling NIOCore AddressedEnvelope.swift
[698/752] Compiling NIOCore AsyncAwaitSupport.swift
[699/752] Compiling NIOCore AsyncChannel.swift
[700/752] Compiling NIOCore AsyncChannelHandler.swift
[701/752] Compiling NIOCore AsyncChannelInboundStream.swift
[702/752] Compiling NIOCore AsyncChannelOutboundWriter.swift
[703/752] Compiling NIOCore NIOAsyncSequenceProducer.swift
[704/752] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[705/752] Compiling NIOCore NIOAsyncWriter.swift
[706/752] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[707/752] Compiling NIOCore SocketAddresses.swift
[708/752] Compiling NIOCore SocketOptionProvider.swift
[709/752] Compiling NIOCore SystemCallHelpers.swift
[710/752] Compiling NIOCore TimeAmount+Duration.swift
[711/752] Compiling NIOCore TypeAssistedChannelHandler.swift
[712/752] Compiling NIOCore UniversalBootstrapSupport.swift
[713/752] Compiling NIOCore Utilities.swift
[715/752] Compiling NIOCore BSDSocketAPI.swift
[716/752] Compiling NIOCore ByteBuffer-aux.swift
[717/752] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[718/752] Compiling NIOCore ByteBuffer-conversions.swift
[719/752] Compiling NIOCore ByteBuffer-core.swift
[720/752] Compiling NIOCore ByteBuffer-hex.swift
[721/752] Compiling NIOCore ByteBuffer-int.swift
[722/752] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[723/752] Compiling NIOCore ByteBuffer-multi-int.swift
[724/752] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[725/752] Compiling NIOCore ByteBuffer-views.swift
[726/752] Compiling NIOCore Channel.swift
[727/752] Compiling NIOCore ChannelHandler.swift
[728/752] Compiling NIOCore ChannelHandlers.swift
[729/752] Compiling NIOCore ChannelInvoker.swift
[730/752] Compiling NIOCore ChannelOption.swift
[731/752] Compiling NIOCore ChannelPipeline.swift
[732/752] Emitting module NIOCore
[733/753] Wrapping AST for NIOCore for debugging
[735/805] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[736/805] Emitting module NIOEmbedded
[737/805] Compiling NIOEmbedded AsyncTestingChannel.swift
[738/805] Compiling NIOEmbedded Embedded.swift
[739/806] Wrapping AST for NIOEmbedded for debugging
[741/806] Compiling NIOPosix SelectableChannel.swift
[742/806] Compiling NIOPosix SelectableEventLoop.swift
[743/806] Compiling NIOPosix SelectorEpoll.swift
[744/806] Compiling NIOPosix SelectorGeneric.swift
[745/806] Compiling NIOPosix SelectorKqueue.swift
[746/806] Compiling NIOPosix SelectorUring.swift
[747/806] Emitting module NIOPosix
[748/812] Compiling NIOPosix ThreadPosix.swift
[749/812] Compiling NIOPosix ThreadWindows.swift
[750/812] Compiling NIOPosix UnsafeTransfer.swift
[751/812] Compiling NIOPosix Utilities.swift
[752/812] Compiling NIOPosix VsockAddress.swift
[753/812] Compiling NIOPosix VsockChannelEvents.swift
[754/812] Compiling NIOPosix NIOThreadPool.swift
[755/812] Compiling NIOPosix NonBlockingFileIO.swift
[756/812] Compiling NIOPosix PendingDatagramWritesManager.swift
[757/812] Compiling NIOPosix PendingWritesManager.swift
[758/812] Compiling NIOPosix PipeChannel.swift
[759/812] Compiling NIOPosix PipePair.swift
[760/812] Compiling NIOPosix PointerHelpers.swift
[761/812] Compiling NIOPosix IO.swift
[762/812] Compiling NIOPosix IntegerBitPacking.swift
[763/812] Compiling NIOPosix IntegerTypes.swift
[764/812] Compiling NIOPosix Linux.swift
[765/812] Compiling NIOPosix LinuxCPUSet.swift
[766/812] Compiling NIOPosix LinuxUring.swift
[767/812] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[768/812] Compiling NIOPosix BSDSocketAPICommon.swift
[769/812] Compiling NIOPosix BSDSocketAPIPosix.swift
[770/812] Compiling NIOPosix BSDSocketAPIWindows.swift
[771/812] Compiling NIOPosix BaseSocket.swift
[772/812] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[773/812] Compiling NIOPosix BaseSocketChannel.swift
[774/812] Compiling NIOPosix BaseStreamSocketChannel.swift
[775/812] Compiling NIOPosix Bootstrap.swift
[776/812] Compiling NIOPosix ControlMessage.swift
[777/812] Compiling NIOPosix DatagramVectorReadManager.swift
[778/812] Compiling NIOPosix Errors+Any.swift
[779/812] Compiling NIOPosix FileDescriptor.swift
[780/812] Compiling NIOPosix GetaddrinfoResolver.swift
[781/812] Compiling NIOPosix HappyEyeballs.swift
[782/812] Compiling NIOPosix Pool.swift
[783/812] Compiling NIOPosix PooledRecvBufferAllocator.swift
[784/812] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[785/812] Compiling NIOPosix PosixSingletons.swift
[786/812] Compiling NIOPosix RawSocketBootstrap.swift
[787/812] Compiling NIOPosix Resolver.swift
[788/812] Compiling NIOPosix Selectable.swift
[789/812] Compiling NIOPosix ServerSocket.swift
[790/812] Compiling NIOPosix Socket.swift
[791/812] Compiling NIOPosix SocketChannel.swift
[792/812] Compiling NIOPosix SocketProtocols.swift
[793/812] Compiling NIOPosix System.swift
[794/812] Compiling NIOPosix Thread.swift
[795/813] Wrapping AST for NIOPosix for debugging
[797/815] Compiling NIO Exports.swift
[798/815] Emitting module NIO
[799/816] Wrapping AST for NIO for debugging
[801/855] Compiling NIOTLS TLSEvents.swift
[802/855] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[803/855] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[804/855] Emitting module NIOTLS
[805/855] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[806/855] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[807/855] Compiling NIOTLS SNIHandler.swift
[808/856] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[809/856] Compiling NIOSOCKS ClientStateMachine.swift
[810/857] Compiling NIOSOCKS SOCKSResponse.swift
[812/857] Compiling NIOSOCKS AuthenticationMethod.swift
[813/857] Compiling NIOSOCKS ClientGreeting.swift
[814/857] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[815/857] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[816/857] Emitting module NIOFoundationCompat
[817/857] Compiling NIOSOCKS ServerStateMachine.swift
[817/857] Wrapping AST for NIOTLS for debugging
[819/857] Compiling NIOSOCKS Errors.swift
[820/857] Compiling NIOSOCKS Helpers.swift
[821/857] Compiling NIOSOCKS Messages.swift
[822/857] Compiling NIOSOCKS SOCKSRequest.swift
[823/857] Emitting module NIOSOCKS
[824/857] Compiling NIOSOCKS SOCKSClientHandler.swift
[825/857] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[826/858] Emitting module NIOHTTP1
[828/888] Compiling NIOSSL SSLCertificateExtensions.swift
[829/888] Compiling NIOSSL SSLConnection.swift
[829/888] Wrapping AST for NIOSOCKS for debugging
[831/888] Compiling NIOSSL NIOSSLHandler.swift
[832/888] Compiling NIOSSL SSLCertificate.swift
[833/888] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[834/889] Compiling NIOSSL AndroidCABundle.swift
[835/889] Compiling NIOSSL ByteBufferBIO.swift
[836/889] Wrapping AST for NIOFoundationCompat for debugging
[838/911] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[839/911] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[840/911] Compiling NIOTransportServices AcceptHandler.swift
[841/911] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[842/911] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[843/911] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[844/911] Compiling NIOTransportServices NIOTSSingletons.swift
[845/911] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[848/911] Compiling NIOTransportServices NIOTSListenerChannel.swift
[849/911] Compiling NIOTransportServices StateManagedChannel.swift
[850/911] Compiling NIOTransportServices StateManagedListenerChannel.swift
[851/911] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[852/911] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[853/911] Compiling NIOTransportServices NIOTSErrors.swift
[854/911] Compiling NIOTransportServices NIOTSEventLoop.swift
[855/913] Compiling NIOTransportServices NIOTSBootstraps.swift
[856/913] Compiling NIOTransportServices NIOTSChannelOptions.swift
[857/913] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[858/913] Emitting module NIOTransportServices
[859/913] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[860/913] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[868/913] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[870/914] Compiling NIOTransportServices NIOTSDatagramListener.swift
[871/914] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[878/918] Compiling NIOSSL SSLPublicKey.swift
[879/918] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[880/918] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[881/918] Compiling NIOSSL SubjectAlternativeName.swift
[881/918] Wrapping AST for NIOTransportServices for debugging
[883/918] Emitting module NIOSSL
[883/918] Wrapping AST for NIOHTTP1 for debugging
[893/946] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[894/946] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[895/946] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[896/946] Compiling NIOWebSocket SHA1.swift
[897/946] Compiling NIOWebSocket WebSocketOpcode.swift
[898/947] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[899/947] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[900/947] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[901/947] Emitting module NIOHTTPCompression
[902/947] Compiling NIOHTTPCompression HTTPCompression.swift
[903/947] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[904/947] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[905/947] Compiling NIOHPACK IndexedHeaderTable.swift
[906/947] Compiling NIOHPACK IntegerCoding.swift
[907/948] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[908/948] Compiling NIOHTTPCompression HTTPDecompression.swift
[911/948] Compiling NIOHPACK StaticHeaderTable.swift
[912/948] Compiling NIOHPACK HuffmanCoding.swift
[917/948] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[924/949] Compiling NIOHPACK HuffmanTables.swift
[928/949] Emitting module NIOWebSocket
[928/949] Wrapping AST for NIOHTTPCompression for debugging
[930/949] Compiling NIOWebSocket WebSocketErrorCodes.swift
[931/949] Compiling NIOWebSocket WebSocketFrame.swift
[932/950] Compiling NIOSSL Zeroization.swift
[933/950] Compiling NIOSSL TLSConfiguration.swift
[934/950] Compiling NIOSSL UniversalBootstrapSupport.swift
[935/951] Compiling NIOHPACK HPACKHeader.swift
[936/951] Compiling NIOHPACK HeaderTables.swift
[937/951] Emitting module NIOHPACK
[942/952] Wrapping AST for NIOWebSocket for debugging
[943/952] Wrapping AST for NIOHPACK for debugging
[944/952] Wrapping AST for NIOSSL for debugging
[946/1032] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[947/1032] Compiling NIOHTTP2 HTTP2SettingsState.swift
[948/1032] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[949/1035] Compiling NIOHTTP2 MaySendFrames.swift
[950/1035] Compiling NIOHTTP2 SendingDataState.swift
[951/1035] Compiling NIOHTTP2 SendingGoawayState.swift
[952/1035] Compiling NIOHTTP2 SendingHeadersState.swift
[953/1035] Compiling NIOHTTP2 SendingPushPromiseState.swift
[954/1035] Compiling NIOHTTP2 SendingRstStreamState.swift
[955/1035] Compiling NIOHTTP2 ConnectionStateMachine.swift
[956/1035] Compiling NIOHTTP2 ConnectionStreamsState.swift
[957/1035] Compiling NIOHTTP2 MayReceiveFrames.swift
[958/1035] Emitting module MQTTNIO
[959/1035] Compiling MQTTNIO MQTTSerializer.swift
[960/1035] Compiling MQTTNIO MQTTTask.swift
[961/1035] Compiling MQTTNIO TSTLSConfiguration.swift
[970/1043] Compiling NIOHTTP2 HasFlowControlWindows.swift
[971/1043] Compiling NIOHTTP2 HasLocalSettings.swift
[972/1043] Compiling NIOHTTP2 HasRemoteSettings.swift
[973/1043] Compiling NIOHTTP2 ReceivingDataState.swift
[974/1043] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[975/1043] Compiling NIOHTTP2 ReceivingHeadersState.swift
[976/1043] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[977/1043] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[978/1043] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[980/1044] Emitting module NIOHTTP2
[980/1044] Wrapping AST for MQTTNIO for debugging
[982/1044] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[983/1044] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[984/1044] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[985/1044] Compiling NIOHTTP2 HTTP2StreamID.swift
[986/1044] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[987/1044] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[988/1044] Compiling NIOHTTP2 HTTP2UserEvents.swift
[989/1044] Compiling NIOHTTP2 InboundEventBuffer.swift
[999/1044] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1000/1044] Compiling NIOHTTP2 HTTP2Frame.swift
[1001/1044] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1002/1044] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1003/1044] Compiling NIOHTTP2 HTTP2PingData.swift
[1004/1044] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1005/1044] Compiling NIOHTTP2 HTTP2Settings.swift
[1006/1044] Compiling NIOHTTP2 HTTP2Stream.swift
[1007/1044] Compiling NIOHTTP2 InboundWindowManager.swift
[1008/1044] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1009/1044] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1010/1044] Compiling NIOHTTP2 StreamChannelList.swift
[1011/1044] Compiling NIOHTTP2 StreamMap.swift
[1012/1044] Compiling NIOHTTP2 StreamStateMachine.swift
[1013/1044] Compiling NIOHTTP2 UnsafeTransfer.swift
[1014/1044] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1022/1044] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1023/1044] Compiling NIOHTTP2 StateMachineResult.swift
[1024/1044] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1025/1044] Compiling NIOHTTP2 DOSHeuristics.swift
[1026/1044] Compiling NIOHTTP2 Error+Any.swift
[1027/1044] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1028/1044] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1029/1044] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1030/1044] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1031/1044] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1032/1044] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1033/1044] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1034/1044] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1035/1044] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1036/1044] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1037/1044] Compiling NIOHTTP2 HTTP2Error.swift
[1038/1044] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1039/1045] Wrapping AST for NIOHTTP2 for debugging
[1041/1102] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1042/1102] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1043/1102] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1044/1102] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1045/1102] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1046/1102] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1047/1102] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1048/1102] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1049/1110] Emitting module AsyncHTTPClient
[1050/1110] Compiling AsyncHTTPClient ConnectionPool.swift
[1051/1110] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1052/1110] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1053/1110] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1054/1110] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1055/1110] Compiling AsyncHTTPClient HTTP1Connection.swift
[1056/1110] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1057/1110] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1058/1110] Compiling AsyncHTTPClient HTTP2Connection.swift
[1059/1110] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1060/1110] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1061/1110] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1062/1110] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1063/1110] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1064/1110] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1065/1110] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1066/1110] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1067/1110] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1068/1110] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1069/1110] Compiling AsyncHTTPClient Transaction.swift
[1070/1110] Compiling AsyncHTTPClient Base64.swift
[1071/1110] Compiling AsyncHTTPClient BasicAuth.swift
[1072/1110] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1073/1110] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1074/1110] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1075/1110] Compiling AsyncHTTPClient HTTPClient.swift
[1076/1110] Compiling AsyncHTTPClient HTTPHandler.swift
[1077/1110] Compiling AsyncHTTPClient LRUCache.swift
[1078/1110] Compiling AsyncHTTPClient NWErrorHandler.swift
[1079/1110] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1080/1110] Compiling AsyncHTTPClient TLSConfiguration.swift
[1081/1110] Compiling AsyncHTTPClient RedirectState.swift
[1082/1110] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1083/1110] Compiling AsyncHTTPClient RequestBodyLength.swift
[1084/1110] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1085/1110] Compiling AsyncHTTPClient RequestOptions.swift
[1086/1110] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1087/1110] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1088/1110] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1089/1110] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1090/1110] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1091/1110] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1092/1110] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1093/1110] Compiling AsyncHTTPClient ConnectionTarget.swift
[1094/1110] Compiling AsyncHTTPClient DeconstructedURL.swift
[1095/1110] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1096/1110] Compiling AsyncHTTPClient FoundationExtensions.swift
[1097/1110] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1098/1110] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1099/1110] Compiling AsyncHTTPClient RequestBag.swift
[1100/1110] Compiling AsyncHTTPClient RequestValidation.swift
[1101/1110] Compiling AsyncHTTPClient SSLContextCache.swift
[1102/1110] Compiling AsyncHTTPClient Scheme.swift
[1103/1110] Compiling AsyncHTTPClient Singleton.swift
[1104/1110] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1105/1110] Compiling AsyncHTTPClient Utils.swift
[1106/1111] Wrapping AST for AsyncHTTPClient for debugging
[1108/1137] Compiling sma2mqttLibrary SMALighthouse.swift
[1109/1137] Compiling sma2mqttLibrary PacketHelper.swift
[1110/1137] Compiling sma2mqttLibrary SMANetPacket.swift
[1111/1137] Compiling sma2mqttLibrary SMANetPacketDefinition.swift
[1112/1140] Compiling sma2mqttLibrary HTTPClientProvider.swift
[1113/1140] Compiling sma2mqttLibrary IntervalLoop.swift
[1114/1140] Compiling sma2mqttLibrary MQTTPublisher.swift
[1115/1140] Compiling sma2mqttLibrary MutlicastReceiver.swift
/host/spi-builder-workspace/Sources/sma2mqttLibrary/Tools/QueryQueue.swift:8:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
6 | import JLog
7 |
8 | extension ObjectId: Identifiable { public var id: ObjectId { self } }
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
9 |
10 | struct QueryObject
[1116/1140] Compiling sma2mqttLibrary QueryQueue.swift
/host/spi-builder-workspace/Sources/sma2mqttLibrary/Tools/QueryQueue.swift:8:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
6 | import JLog
7 |
8 | extension ObjectId: Identifiable { public var id: ObjectId { self } }
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
9 |
10 | struct QueryObject
[1117/1140] 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
[1118/1140] 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/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
[1119/1140] Compiling sma2mqttLibrary SMAUDPPort.swift
[1120/1140] Compiling sma2mqttLibrary SwiftFD_SET.swift
[1121/1140] Compiling sma2mqttLibrary resource_bundle_accessor.swift
[1122/1140] 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 | }()
[1123/1140] 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 | }()
[1124/1140] 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 | }()
[1125/1140] 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 | }()
[1126/1140] Compiling sma2mqttLibrary SMANetPacketHeader.swift
[1127/1140] Compiling sma2mqttLibrary SMANetPacketValue.swift
[1128/1140] Compiling sma2mqttLibrary SMAPacket.swift
[1129/1140] Compiling sma2mqttLibrary SMAPacketGenerator.swift
[1130/1140] Compiling sma2mqttLibrary SMATagPacket.swift
[1131/1140] Compiling sma2mqttLibrary DatedQueue.swift
[1132/1140] Compiling sma2mqttLibrary Extensions.swift
[1133/1140] Compiling sma2mqttLibrary ObisDefinition.swift
[1134/1140] Compiling sma2mqttLibrary ObisPacket.swift
[1135/1140] Compiling sma2mqttLibrary ObisValue.swift
[1136/1140] Compiling sma2mqttLibrary SMADevice.swift
[1137/1141] Wrapping AST for sma2mqttLibrary for debugging
[1139/1143] Emitting module sma2mqtt
[1140/1143] Compiling sma2mqtt sma2mqtt.swift
[1141/1144] Wrapping AST for sma2mqtt for debugging
[1142/1144] Write Objects.LinkFileList
[1143/1144] Linking sma2mqtt
Build complete! (166.18s)
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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.