Build Information
Successful build of sma2mqtt, reference 3.2.0 (f37042), with Swift 6.1 for macOS (SPM) on 6 Nov 2025 16:24:13 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jollyjinx/sma2mqtt.git
Reference: 3.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jollyjinx/sma2mqtt
* tag 3.2.0 -> FETCH_HEAD
HEAD is now at f37042e fixed intel builds
Cloned https://github.com/jollyjinx/sma2mqtt.git
Revision (git rev-parse @):
f37042ef408ff679808b7fa6e6c864a15c041b67
SUCCESS checkout https://github.com/jollyjinx/sma2mqtt.git at 3.2.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/jollyjinx/sma2mqtt.git
https://github.com/jollyjinx/sma2mqtt.git
{
"dependencies" : [
{
"identity" : "swiftformat",
"requirement" : {
"range" : [
{
"lower_bound" : "0.51.12",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nicklockwood/SwiftFormat"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.18.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client.git"
},
{
"identity" : "mqtt-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.8.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server-community/mqtt-nio"
},
{
"identity" : "binarycoder",
"requirement" : {
"range" : [
{
"lower_bound" : "2.3.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jollyjinx/BinaryCoder"
},
{
"identity" : "jlog",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.7",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jollyjinx/JLog"
}
],
"manifest_display_name" : "sma2mqtt",
"name" : "sma2mqtt",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "sma2mqtt",
"targets" : [
"sma2mqtt"
],
"type" : {
"executable" : null
}
},
{
"name" : "sma2mqttLibrary",
"targets" : [
"sma2mqttLibrary"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "sma2mqttTests",
"module_type" : "SwiftTarget",
"name" : "sma2mqttTests",
"path" : "Tests/sma2mqttTests",
"product_dependencies" : [
"BinaryCoder",
"JLog"
],
"sources" : [
"DeviceTests.swift",
"QueryQueueTests.swift",
"SMAObjectTests.swift",
"TestHelpers.swift",
"sma2mqttTests.swift"
],
"target_dependencies" : [
"sma2mqttLibrary"
],
"type" : "test"
},
{
"c99name" : "sma2mqttLibrary",
"module_type" : "SwiftTarget",
"name" : "sma2mqttLibrary",
"path" : "Sources/sma2mqttLibrary",
"product_dependencies" : [
"BinaryCoder",
"AsyncHTTPClient",
"MQTTNIO",
"JLog"
],
"product_memberships" : [
"sma2mqtt",
"sma2mqttLibrary"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/sma2mqttLibrary/Resources/SMANetPacketDefinitions.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/sma2mqttLibrary/Resources/obisdefinition.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/sma2mqttLibrary/Resources/sma.data.Translation_Names.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
[3/3] Compiling plugin SwiftFormatPlugin
Building for debugging...
[3/466] Write sources
[4/466] Write sma2mqtt-entitlement.plist
[7/466] Write sources
[8/466] Copying PrivacyInfo.xcprivacy
[9/466] Copying obisdefinition.json
[9/466] Copying sma.data.Translation_Names.json
[11/466] Write sources
[11/466] Copying sma.data.objectMetaData.json
[14/466] Copying SMANetPacketDefinitions.json
[14/466] Write sources
[39/466] Compiling CNIOWASI CNIOWASI.c
[40/466] Compiling CNIOWindows shim.c
[40/466] Compiling CNIOWindows WSAStartup.c
[42/466] Compiling _NumericsShims _NumericsShims.c
[43/466] Write swift-version-2F0A5646E1D333AE.txt
[44/466] Compiling CNIOLinux shim.c
[45/466] Compiling CNIOLinux liburing_shims.c
[46/466] Compiling _AtomicsShims.c
[47/466] Compiling CNIOPosix event_loop_id.c
[48/472] Compiling CNIOSHA1 c_nio_sha1.c
[49/491] Compiling CNIOLLHTTP c_nio_llhttp.c
[50/508] Compiling bio.cc
[51/508] Compiling base64.cc
[52/508] Compiling a_type.cc
[53/508] Compiling CNIOLLHTTP c_nio_http.c
[54/508] Compiling tasn_utl.cc
[55/508] Compiling CNIOExtrasZlib empty.c
[56/508] Compiling CNIOLLHTTP c_nio_api.c
[57/508] Compiling fiat_p256_adx_sqr.S
[58/508] Compiling fiat_p256_adx_mul.S
[59/508] Compiling fiat_curve25519_adx_square.S
[60/508] Compiling fiat_curve25519_adx_mul.S
[62/508] Compiling RealModule RealFunctions.swift
[63/508] Compiling RealModule Real.swift
[64/508] Compiling RealModule Float80+Real.swift
[65/509] Compiling ServiceContextModule ServiceContextKey.swift
[66/509] Compiling ServiceContextModule ServiceContext.swift
[67/509] Emitting module ServiceContextModule
[68/509] Compiling RealModule Float16+Real.swift
[69/509] Compiling RealModule Float+Real.swift
[70/509] Compiling RealModule ElementaryFunctions.swift
[71/509] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[72/509] Compiling InternalCollectionsUtilities Integer rank.swift
[73/509] Compiling RealModule AugmentedArithmetic.swift
[74/509] Compiling RealModule Double+Real.swift
[75/509] Emitting module RealModule
[76/509] Compiling RealModule RelaxedArithmetic.swift
[77/509] Emitting module _NIOBase64
[78/509] Compiling _NIOBase64 Base64.swift
[79/515] Compiling _NIODataStructures _TinyArray.swift
[80/515] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[81/515] Compiling InternalCollectionsUtilities _SortedCollection.swift
[82/515] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[83/515] Compiling InternalCollectionsUtilities Descriptions.swift
[84/515] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[85/515] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[86/515] Compiling InternalCollectionsUtilities UInt+reversed.swift
[87/515] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[88/515] Compiling InternalCollectionsUtilities Debugging.swift
[89/515] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[90/515] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[91/515] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[92/515] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[93/515] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[93/516] Compiling CNIODarwin shim.c
[95/516] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[98/516] Emitting module InternalCollectionsUtilities
[98/516] Compiling CNIOBoringSSLShims shims.c
[99/517] Compiling tls_method.cc
[101/532] Compiling Instrumentation InstrumentationSystem.swift
[102/532] Emitting module Instrumentation
[103/532] Compiling Instrumentation NoOpInstrument.swift
[104/532] Compiling Instrumentation Instrument.swift
[105/532] Compiling Instrumentation MultiplexInstrument.swift
[106/532] Compiling Instrumentation Locks.swift
[106/532] Compiling tls_record.cc
[108/532] Emitting module _NIODataStructures
[109/532] Compiling _NIODataStructures Heap.swift
[110/532] Compiling _NIODataStructures PriorityQueue.swift
[111/532] Compiling DequeModule _DequeSlot.swift
[112/533] Compiling Logging MetadataProvider.swift
[113/533] Emitting module Logging
[114/533] Compiling Logging LogHandler.swift
[115/533] Compiling Logging Locks.swift
[116/533] Compiling Logging Logging.swift
[117/541] Compiling DequeModule _UnsafeWrappedBuffer.swift
[117/541] Compiling tls13_server.cc
[119/541] Compiling Tracing TracingTime.swift
[119/541] Compiling tls13_enc.cc
[121/541] Compiling DequeModule _DequeBuffer.swift
[122/541] Compiling DequeModule _DequeBufferHeader.swift
[123/541] Compiling DequeModule Deque._UnsafeHandle.swift
[124/541] Compiling DequeModule Deque.swift
[125/541] Compiling Tracing Tracer.swift
[126/541] Compiling Tracing TracerProtocol.swift
[127/541] Compiling Tracing NoOpTracer.swift
[128/541] Compiling Tracing TracerProtocol+Legacy.swift
[128/547] Compiling tls13_client.cc
[130/547] Emitting module Tracing
[131/547] Compiling Tracing InstrumentationSystem+Tracing.swift
[132/547] Compiling Tracing SpanProtocol.swift
[133/547] Compiling DequeModule Deque+Equatable.swift
[134/547] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[135/547] Compiling DequeModule Deque+Testing.swift
[136/547] Compiling DequeModule Deque._Storage.swift
[137/547] Compiling DequeModule Deque+Codable.swift
[138/547] Compiling DequeModule Deque+Collection.swift
[139/547] Compiling DequeModule Deque+Extras.swift
[140/547] Compiling DequeModule Deque+Hashable.swift
[141/547] Compiling DequeModule Deque+CustomReflectable.swift
[142/547] Compiling DequeModule Deque+Descriptions.swift
[143/547] Emitting module DequeModule
[143/547] Compiling tls13_both.cc
[144/547] Compiling t1_enc.cc
[145/547] Compiling ssl_versions.cc
[146/547] Compiling ssl_transcript.cc
[147/547] Compiling ssl_x509.cc
[148/547] Compiling ssl_stat.cc
[149/547] Compiling ssl_privkey.cc
[150/547] Compiling ssl_session.cc
[151/547] Compiling ssl_key_share.cc
[152/547] Compiling ssl_file.cc
[153/547] Compiling ssl_lib.cc
[154/547] Compiling ssl_cipher.cc
[155/547] Compiling ssl_credential.cc
[156/547] Compiling ssl_cert.cc
[157/547] Compiling ssl_buffer.cc
[158/547] Compiling ssl_aead_ctx.cc
[159/547] Compiling ssl_asn1.cc
[160/547] Compiling s3_pkt.cc
[161/547] Compiling s3_lib.cc
[162/547] Compiling s3_both.cc
[163/547] Compiling handshake_server.cc
[164/547] Compiling handshake_client.cc
[165/547] Compiling handshake.cc
[166/547] Compiling handoff.cc
[167/547] Compiling encrypted_client_hello.cc
[168/547] Compiling md5-x86_64-linux.S
[169/547] Compiling dtls_record.cc
[170/547] Compiling dtls_method.cc
[171/547] Compiling md5-x86_64-apple.S
[172/547] Compiling md5-586-linux.S
[173/547] Compiling md5-586-apple.S
[174/547] Compiling extensions.cc
[175/547] Compiling chacha20_poly1305_x86_64-linux.S
[176/547] Compiling chacha20_poly1305_armv8-win.S
[177/547] Compiling chacha20_poly1305_x86_64-apple.S
[178/547] Compiling chacha20_poly1305_armv8-linux.S
[179/547] Compiling chacha-x86_64-linux.S
[180/547] Compiling d1_srtp.cc
[181/547] Compiling chacha-x86_64-apple.S
[182/547] Compiling chacha20_poly1305_armv8-apple.S
[183/547] Compiling chacha-x86-linux.S
[184/547] Compiling chacha-x86-apple.S
[185/547] Compiling chacha-armv8-win.S
[186/547] Compiling bio_ssl.cc
[187/547] Compiling chacha-armv8-linux.S
[188/547] Compiling chacha-armv4-linux.S
[189/547] Compiling aes128gcmsiv-x86_64-linux.S
[190/547] Compiling chacha-armv8-apple.S
[191/547] Compiling aes128gcmsiv-x86_64-apple.S
[192/547] Compiling x86_64-mont5-linux.S
[193/547] Compiling d1_pkt.cc
[194/547] Compiling x86_64-mont5-apple.S
[195/547] Compiling x86_64-mont-linux.S
[196/547] Compiling x86-mont-linux.S
[197/547] Compiling x86_64-mont-apple.S
[198/547] Compiling x86-mont-apple.S
[199/547] Compiling d1_lib.cc
[200/547] Compiling err_data.cc
[201/547] Compiling vpaes-x86_64-linux.S
[202/547] Compiling vpaes-x86_64-apple.S
[203/547] Compiling vpaes-x86-linux.S
[204/547] Compiling vpaes-x86-apple.S
[205/547] Compiling vpaes-armv8-win.S
[206/547] Compiling vpaes-armv8-linux.S
[207/547] Compiling vpaes-armv7-linux.S
[208/547] Compiling vpaes-armv8-apple.S
[209/547] Compiling sha512-x86_64-linux.S
[210/547] Compiling sha512-armv8-win.S
[211/547] Compiling sha512-x86_64-apple.S
[212/547] Compiling sha512-armv8-linux.S
[213/547] Compiling sha512-armv4-linux.S
[214/547] Compiling sha512-armv8-apple.S
[215/547] Compiling sha512-586-linux.S
[216/547] Compiling sha512-586-apple.S
[217/547] Compiling sha256-x86_64-linux.S
[218/547] Compiling d1_both.cc
[219/547] Compiling sha256-armv8-win.S
[220/547] Compiling sha256-x86_64-apple.S
[221/547] Compiling sha256-armv8-linux.S
[222/547] Compiling sha256-armv4-linux.S
[223/547] Compiling sha256-armv8-apple.S
[224/547] Compiling sha256-586-linux.S
[225/547] Compiling sha256-586-apple.S
[226/547] Compiling sha1-x86_64-linux.S
[227/547] Compiling sha1-x86_64-apple.S
[228/547] Compiling sha1-armv8-win.S
[229/547] Compiling sha1-armv8-linux.S
[230/547] Compiling sha1-armv8-apple.S
[231/547] Compiling sha1-586-linux.S
[231/547] Compiling sha1-armv4-large-linux.S
[233/547] Compiling sha1-586-apple.S
[234/547] Compiling rsaz-avx2-linux.S
[235/547] Compiling rsaz-avx2-apple.S
[236/547] Compiling rdrand-x86_64-linux.S
[236/547] Compiling p256_beeu-x86_64-asm-linux.S
[238/547] Compiling rdrand-x86_64-apple.S
[239/547] Compiling p256_beeu-armv8-asm-win.S
[240/547] Compiling p256_beeu-armv8-asm-linux.S
[241/547] Compiling p256_beeu-x86_64-asm-apple.S
[242/547] Compiling p256-x86_64-asm-linux.S
[243/547] Compiling p256_beeu-armv8-asm-apple.S
[244/547] Compiling p256-armv8-asm-win.S
[245/547] Compiling p256-armv8-asm-linux.S
[245/547] Compiling p256-x86_64-asm-apple.S
[247/547] Compiling p256-armv8-asm-apple.S
[248/547] Compiling ghashv8-armv8-win.S
[249/547] Compiling ghashv8-armv8-linux.S
[250/547] Compiling ghashv8-armv8-apple.S
[251/547] Compiling ghashv8-armv7-linux.S
[252/547] Compiling ghash-x86_64-linux.S
[253/547] Compiling ghash-x86_64-apple.S
[254/547] Compiling ghash-x86-linux.S
[255/547] Compiling ghash-x86-apple.S
[256/547] Compiling ghash-ssse3-x86_64-linux.S
[257/547] Compiling ghash-ssse3-x86_64-apple.S
[258/547] Compiling ghash-ssse3-x86-linux.S
[259/547] Compiling ghash-ssse3-x86-apple.S
[260/547] Compiling ghash-neon-armv8-linux.S
[261/547] Compiling ghash-neon-armv8-win.S
[262/547] Compiling ghash-neon-armv8-apple.S
[263/547] Compiling ghash-armv4-linux.S
[264/547] Compiling co-586-linux.S
[265/547] Compiling co-586-apple.S
[266/547] Compiling bsaes-armv7-linux.S
[267/547] Compiling bn-armv8-win.S
[268/547] Compiling bn-armv8-linux.S
[269/547] Compiling bn-586-linux.S
[270/547] Compiling bn-armv8-apple.S
[271/547] Compiling bn-586-apple.S
[272/547] Compiling armv8-mont-win.S
[273/547] Compiling armv8-mont-linux.S
[274/547] Compiling armv4-mont-linux.S
[275/547] Compiling aesv8-gcm-armv8-win.S
[276/547] Compiling armv8-mont-apple.S
[277/547] Compiling aesv8-gcm-armv8-linux.S
[278/547] Compiling aesv8-armv8-win.S
[279/547] Compiling aesv8-armv8-linux.S
[280/547] Compiling aesv8-gcm-armv8-apple.S
[281/547] Compiling aesv8-armv7-linux.S
[282/547] Compiling aesv8-armv8-apple.S
[283/547] Compiling aesni-x86_64-apple.S
[284/547] Compiling aesni-x86_64-linux.S
[284/547] Compiling aesni-x86-apple.S
[284/547] Compiling aesni-x86-linux.S
[287/547] Compiling aesni-gcm-x86_64-linux.S
[288/547] Compiling aesni-gcm-x86_64-apple.S
[289/547] Compiling aes-gcm-avx2-x86_64-linux.S
[290/547] Compiling aes-gcm-avx2-x86_64-apple.S
[291/547] Compiling aes-gcm-avx10-x86_64-linux.S
[292/547] Compiling aes-gcm-avx10-x86_64-apple.S
[294/547] Compiling LoggingFormatAndPipe Pipe.swift
[295/547] Compiling LoggingFormatAndPipe LoggerTextOutputStreamPipe.swift
[296/547] Compiling LoggingFormatAndPipe BasicFormatter.swift
[297/547] Compiling LoggingFormatAndPipe Handler.swift
[298/547] Emitting module LoggingFormatAndPipe
[299/547] Compiling LoggingFormatAndPipe Formatter.swift
[299/547] Compiling x_sig.cc
[300/547] Compiling x_val.cc
[301/547] Compiling x_x509a.cc
[302/547] Compiling x_spki.cc
[303/547] Compiling x_req.cc
[304/547] Compiling x_pubkey.cc
[305/547] Compiling x_name.cc
[306/547] Compiling x_exten.cc
[307/547] Compiling x_x509.cc
[308/549] Compiling x509spki.cc
[309/549] Compiling x_attrib.cc
[310/549] Compiling x_algor.cc
[311/549] Compiling x_crl.cc
[312/549] Compiling x509cset.cc
[313/549] Compiling x509rset.cc
[314/549] Compiling x509name.cc
[315/549] Compiling x_all.cc
[316/549] Compiling x509_vpm.cc
[317/549] Compiling x509_txt.cc
[318/549] Compiling x509_v3.cc
[319/549] Compiling x509_trs.cc
[320/549] Compiling x509_set.cc
[321/549] Compiling x509_vfy.cc
[322/549] Compiling x509_obj.cc
[323/549] Compiling x509_ext.cc
[324/549] Compiling x509_req.cc
[325/549] Compiling x509_lu.cc
[326/549] Compiling x509_def.cc
[327/549] Compiling x509_d2.cc
[328/549] Compiling x509_cmp.cc
[329/549] Compiling x509.cc
[330/549] Compiling v3_skey.cc
[331/549] Compiling x509_att.cc
[332/549] Compiling v3_prn.cc
[333/549] Compiling v3_purp.cc
[334/549] Compiling v3_utl.cc
[335/549] Compiling v3_pmaps.cc
[336/549] Compiling v3_pcons.cc
[337/549] Compiling v3_ocsp.cc
[338/549] Compiling v3_ncons.cc
[339/549] Compiling v3_info.cc
[340/549] Compiling v3_int.cc
[341/549] Compiling v3_lib.cc
[342/549] Compiling v3_ia5.cc
[343/549] Compiling v3_genn.cc
[344/549] Compiling v3_extku.cc
[345/549] Compiling v3_enum.cc
[346/549] Compiling v3_crld.cc
[347/549] Compiling v3_cpols.cc
[348/549] Compiling v3_bcons.cc
[349/549] Compiling v3_conf.cc
[350/549] Compiling v3_bitst.cc
[351/549] Compiling v3_alt.cc
[352/549] Compiling v3_akeya.cc
[353/549] Compiling i2d_pr.cc
[354/549] Compiling t_x509a.cc
[355/549] Compiling v3_akey.cc
[356/549] Compiling t_x509.cc
[357/549] Compiling t_crl.cc
[358/549] Compiling t_req.cc
[359/549] Compiling rsa_pss.cc
[360/549] Compiling name_print.cc
[361/549] Compiling policy.cc
[362/549] Compiling by_file.cc
[363/549] Compiling by_dir.cc
[364/549] Compiling algorithm.cc
[365/549] Compiling asn1_gen.cc
[366/549] Compiling trust_token.cc
[367/549] Compiling voprf.cc
[368/549] Compiling a_verify.cc
[369/549] Compiling a_sign.cc
[370/549] Compiling a_digest.cc
[371/549] Compiling thread_win.cc
[372/549] Compiling thread_none.cc
[373/549] Compiling thread_pthread.cc
[374/549] Compiling thread.cc
[375/549] Compiling stack.cc
[377/549] Emitting module JLog
[378/549] Compiling JLog JLog.swift
[378/549] Compiling siphash.cc
[379/549] Compiling pmbtoken.cc
[380/549] Compiling slhdsa.cc
[381/549] Compiling spake2plus.cc
[382/549] Compiling sha512.cc
[383/549] Compiling sha1.cc
[384/549] Compiling sha256.cc
[385/549] Compiling rsa_print.cc
[386/549] Compiling rsa_extra.cc
[387/549] Compiling refcount.cc
[388/549] Compiling rsa_crypt.cc
[389/549] Compiling rc4.cc
[390/549] Compiling rsa_asn1.cc
[391/549] Compiling windows.cc
[392/549] Compiling urandom.cc
[393/549] Compiling trusty.cc
[394/549] Compiling rand.cc
[395/549] Compiling poly1305_arm_asm.S
[396/549] Compiling ios.cc
[396/549] Compiling passive.cc
[398/549] Compiling getentropy.cc
[399/549] Compiling forkunsafe.cc
[400/549] Compiling fork_detect.cc
[401/549] Compiling deterministic.cc
[402/549] Compiling poly1305_vec.cc
[403/549] Compiling pool.cc
[404/549] Compiling poly1305_arm.cc
[405/549] Compiling poly1305.cc
[406/549] Compiling pkcs7.cc
[407/549] Compiling pkcs8.cc
[408/549] Compiling pkcs8_x509.cc
[409/549] Compiling p5_pbev2.cc
[410/549] Compiling pkcs7_x509.cc
[411/549] Compiling pem_xaux.cc
[412/549] Compiling pem_x509.cc
[413/549] Compiling pem_pkey.cc
[414/549] Compiling pem_pk8.cc
[415/549] Compiling pem_oth.cc
[416/549] Compiling mlkem.cc
[417/549] Compiling obj_xref.cc
[418/549] Compiling pem_info.cc
[419/549] Compiling mldsa.cc
[420/549] Compiling pem_lib.cc
[421/549] Compiling obj.cc
[422/549] Compiling poly_rq_mul.S
[423/549] Compiling pem_all.cc
[424/549] Compiling mem.cc
[425/549] Compiling fips_shared_support.cc
[426/549] Compiling md5.cc
[427/549] Compiling md4.cc
[428/549] Compiling lhash.cc
[429/549] Compiling ex_data.cc
[430/549] Compiling kyber.cc
[431/549] Compiling sign.cc
[432/549] Compiling scrypt.cc
[433/549] Compiling pbkdf.cc
[434/549] Compiling print.cc
[435/549] Compiling hpke.cc
[436/549] Compiling hrss.cc
[437/549] Compiling p_x25519_asn1.cc
[438/549] Compiling p_x25519.cc
[439/549] Compiling p_ed25519.cc
[440/549] Compiling p_rsa_asn1.cc
[441/549] Compiling p_hkdf.cc
[442/549] Compiling p_rsa.cc
[443/549] Compiling p_ed25519_asn1.cc
[444/549] Compiling p_ec.cc
[445/549] Compiling p_ec_asn1.cc
[446/549] Compiling p_dh_asn1.cc
[447/549] Compiling p_dsa_asn1.cc
[448/549] Compiling p_dh.cc
[449/549] Compiling evp_ctx.cc
[450/549] Compiling engine.cc
[451/549] Compiling err.cc
[452/549] Compiling evp.cc
[453/549] Compiling ecdsa_asn1.cc
[454/549] Compiling evp_asn1.cc
[455/549] Compiling ecdh.cc
[456/549] Compiling ec_derive.cc
[457/549] Compiling hash_to_curve.cc
[458/549] Compiling dsa.cc
[459/549] Compiling dsa_asn1.cc
[460/549] Compiling ec_asn1.cc
[461/549] Compiling bcm.cc
[462/549] Compiling x25519-asm-arm.S
[463/549] Compiling digest_extra.cc
[464/549] Compiling params.cc
[465/549] Compiling des.cc
[466/549] Compiling dh_asn1.cc
[467/549] Compiling curve25519_64_adx.cc
[468/549] Compiling spake25519.cc
[469/549] Compiling cpu_intel.cc
[470/549] Compiling crypto.cc
[471/549] Compiling cpu_arm_linux.cc
[472/549] Compiling cpu_aarch64_win.cc
[473/549] Compiling cpu_arm_freebsd.cc
[474/549] Compiling curve25519.cc
[475/549] Compiling cpu_aarch64_openbsd.cc
[476/549] Compiling cpu_aarch64_sysreg.cc
[477/549] Compiling cpu_aarch64_linux.cc
[478/549] Compiling cpu_aarch64_fuchsia.cc
[479/549] Compiling cpu_aarch64_apple.cc
[480/549] Compiling conf.cc
[481/549] Compiling e_rc4.cc
[482/549] Compiling get_cipher.cc
[483/549] Compiling tls_cbc.cc
[484/549] Compiling e_tls.cc
[485/549] Compiling e_rc2.cc
[486/549] Compiling e_null.cc
[487/549] Compiling e_des.cc
[488/549] Compiling e_chacha20poly1305.cc
[489/549] Compiling e_aesgcmsiv.cc
[490/549] Compiling derive_key.cc
[491/549] Compiling e_aesctrhmac.cc
[492/549] Compiling chacha.cc
[493/549] Compiling unicode.cc
[494/549] Compiling cbs.cc
[495/549] Compiling ber.cc
[496/549] Compiling asn1_compat.cc
[497/549] Compiling buf.cc
[498/549] Compiling cbb.cc
[499/549] Compiling blake2.cc
[500/549] Compiling socket_helper.cc
[501/549] Compiling convert.cc
[502/549] Compiling bn_asn1.cc
[503/549] Compiling socket.cc
[504/549] Compiling printf.cc
[505/549] Compiling pair.cc
[506/549] Compiling hexdump.cc
[507/549] Compiling file.cc
[508/549] Compiling fd.cc
[509/549] Compiling errno.cc
[510/549] Compiling connect.cc
[511/549] Compiling bio_mem.cc
[512/549] Compiling tasn_typ.cc
[513/549] Compiling tasn_fre.cc
[514/549] Compiling tasn_new.cc
[515/549] Compiling tasn_enc.cc
[516/549] Compiling f_string.cc
[517/549] Compiling posix_time.cc
[518/549] Compiling f_int.cc
[519/549] Compiling tasn_dec.cc
[520/549] Compiling asn_pack.cc
[521/549] Compiling asn1_par.cc
[522/549] Compiling asn1_lib.cc
[523/549] Compiling a_octet.cc
[524/549] Compiling a_utctm.cc
[525/549] Compiling a_time.cc
[526/549] Compiling a_strnid.cc
[527/549] Compiling a_strex.cc
[528/549] Compiling a_i2d_fp.cc
[529/549] Compiling a_mbstr.cc
[530/549] Compiling a_object.cc
[531/549] Write sources
[533/549] Compiling a_int.cc
[534/549] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[535/549] Write sources
[539/549] Compiling a_dup.cc
[540/549] Compiling a_d2i_fp.cc
[541/556] Compiling a_gentm.cc
[542/556] Compiling a_bitstr.cc
[543/577] Compiling a_bool.cc
[545/603] Compiling Algorithms Chunked.swift
[546/603] Compiling Algorithms EitherSequence.swift
[547/603] Compiling Algorithms FirstNonNil.swift
[548/603] Compiling Algorithms FlattenCollection.swift
[549/604] Compiling Algorithms Joined.swift
[550/604] Compiling Algorithms Keyed.swift
[551/604] Compiling Algorithms MinMax.swift
[552/604] Compiling Algorithms Split.swift
[553/604] Compiling Atomics Unmanaged extensions.swift
[554/604] Compiling BinaryCoder BinarySerialization.swift
[555/604] Compiling BinaryCoder SharedBinaryCoding.swift
[556/604] Compiling Algorithms Compacted.swift
[557/604] Compiling Algorithms Cycle.swift
[558/604] Compiling Algorithms AdjacentPairs.swift
[559/604] Compiling Algorithms Chain.swift
[560/604] Compiling BinaryCoder BinaryCodableExtensions.swift
[561/604] Compiling BinaryCoder BinaryCodable.swift
[562/604] Compiling BinaryCoder BinaryEncoder.swift
[563/604] Compiling BinaryCoder BinaryDecoder.swift
[564/604] Emitting module BinaryCoder
[565/604] Compiling Algorithms RandomSample.swift
[566/604] Compiling Algorithms Reductions.swift
[567/604] Emitting module ArgumentParserToolInfo
[568/604] Compiling ArgumentParserToolInfo ToolInfo.swift
[572/605] Compiling Algorithms Grouped.swift
[573/605] Compiling Algorithms Indexed.swift
[574/605] Compiling Algorithms Intersperse.swift
[578/605] Compiling Algorithms Partition.swift
[579/605] Compiling Algorithms Permutations.swift
[580/605] Compiling Algorithms Product.swift
[582/605] Compiling Algorithms Stride.swift
[583/636] Compiling ArgumentParser FishCompletionsGenerator.swift
[584/636] Compiling ArgumentParser ZshCompletionsGenerator.swift
[585/637] Compiling ArgumentParser Argument.swift
[586/637] Compiling ArgumentParser InputKey.swift
[589/652] Compiling ArgumentParser BashCompletionsGenerator.swift
[590/652] Compiling ArgumentParser CompletionsGenerator.swift
[592/652] Compiling ArgumentParser Parsed.swift
[593/652] Compiling ArgumentParser ParsedValues.swift
[594/652] Compiling ArgumentParser ArgumentDiscussion.swift
[596/652] Compiling ArgumentParser InputOrigin.swift
[597/652] Compiling ArgumentParser Name.swift
[598/652] Emitting module Atomics
[599/652] Compiling ArgumentParser MessageInfo.swift
[600/652] Compiling ArgumentParser UsageGenerator.swift
[606/656] Emitting module ArgumentParser
[607/656] Compiling ArgumentParser CommandConfiguration.swift
[608/656] Compiling ArgumentParser CommandGroup.swift
[609/656] Compiling ArgumentParser EnumerableFlag.swift
[610/656] Compiling ArgumentParser ExpressibleByArgument.swift
[611/656] Compiling ArgumentParser ParsableArguments.swift
[611/656] Compiling c-nioatomics.c
[613/656] Emitting module Algorithms
[614/656] Compiling ArgumentParser NonsenseFlagsValidator.swift
[615/656] Compiling ArgumentParser ParsableArgumentsValidation.swift
[616/656] Compiling ArgumentParser PositionalArgumentsValidator.swift
[617/656] Compiling ArgumentParser UniqueNamesValidator.swift
[622/656] Compiling c-atomics.c
[624/656] Compiling ArgumentParser Flag.swift
[625/656] Compiling ArgumentParser NameSpecification.swift
[626/656] Compiling ArgumentParser Option.swift
[627/656] Compiling ArgumentParser OptionGroup.swift
[628/656] Compiling ArgumentParser AsyncParsableCommand.swift
[630/662] Compiling ArgumentParser ArgumentHelp.swift
[631/662] Compiling ArgumentParser ArgumentVisibility.swift
[632/662] Compiling ArgumentParser CompletionKind.swift
[633/662] Compiling ArgumentParser Errors.swift
[636/662] Compiling ArgumentParser CollectionExtensions.swift
[637/662] Compiling ArgumentParser Mutex.swift
[638/662] Compiling ArgumentParser Platform.swift
[639/662] Compiling ArgumentParser SequenceExtensions.swift
[640/662] Compiling ArgumentParser StringExtensions.swift
[641/662] Compiling ArgumentParser SwiftExtensions.swift
[642/662] Compiling ArgumentParser Tree.swift
[643/662] Compiling ArgumentParser CodingKeyValidator.swift
[644/662] Compiling ArgumentParser ParsableCommand.swift
[645/662] Compiling ArgumentParser ArgumentDecoder.swift
[646/662] Compiling ArgumentParser ArgumentDefinition.swift
[647/662] Compiling ArgumentParser ArgumentSet.swift
[648/662] Compiling ArgumentParser CommandParser.swift
[649/662] Compiling ArgumentParser ParserError.swift
[650/662] Compiling ArgumentParser SplitArguments.swift
[651/662] Compiling ArgumentParser DumpHelpGenerator.swift
[652/662] Compiling ArgumentParser HelpCommand.swift
[653/662] Compiling ArgumentParser HelpGenerator.swift
[654/662] Compiling NIOConcurrencyHelpers lock.swift
[655/662] Compiling NIOConcurrencyHelpers NIOLock.swift
[656/662] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[657/662] Compiling NIOConcurrencyHelpers atomics.swift
[658/662] Emitting module NIOConcurrencyHelpers
[659/662] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[660/726] Compiling NIOCore AddressedEnvelope.swift
[661/726] Compiling NIOCore AsyncAwaitSupport.swift
[662/726] Compiling NIOCore AsyncChannel.swift
[663/726] Compiling NIOCore AsyncChannelHandler.swift
[664/726] Compiling NIOCore AsyncChannelInboundStream.swift
[665/726] Compiling NIOCore AsyncChannelOutboundWriter.swift
[666/726] Compiling NIOCore NIOAsyncSequenceProducer.swift
[667/733] Compiling NIOCore Codec.swift
[668/733] Compiling NIOCore ConvenienceOptionSupport.swift
[669/733] Compiling NIOCore DeadChannel.swift
[670/733] Compiling NIOCore DispatchQueue+WithFuture.swift
[671/733] Compiling NIOCore EventLoop+Deprecated.swift
[672/733] Compiling NIOCore EventLoop+SerialExecutor.swift
[673/733] Compiling NIOCore EventLoop.swift
[674/733] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[675/733] Compiling NIOCore EventLoopFuture+Deprecated.swift
[676/733] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[677/733] Compiling NIOCore EventLoopFuture.swift
[678/733] Compiling NIOCore FileDescriptor.swift
[679/733] Compiling NIOCore FileHandle.swift
[680/733] Compiling NIOCore FileRegion.swift
[681/733] Compiling NIOCore Linux.swift
[682/733] Compiling NIOCore MarkedCircularBuffer.swift
[683/733] Compiling NIOCore MulticastChannel.swift
[684/733] Compiling NIOCore NIOAny.swift
[685/733] Compiling NIOCore NIOCloseOnErrorHandler.swift
[686/733] Compiling NIOCore NIOCoreSendableMetatype.swift
[687/733] Compiling NIOCore NIODecodedAsyncSequence.swift
[688/733] Compiling NIOCore GlobalSingletons.swift
[689/733] Compiling NIOCore IO.swift
[690/733] Compiling NIOCore IOData.swift
[691/733] Compiling NIOCore IPProtocol.swift
[692/733] Compiling NIOCore IntegerBitPacking.swift
[693/733] Compiling NIOCore IntegerTypes.swift
[694/733] Compiling NIOCore Interfaces.swift
[695/733] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[696/733] Compiling NIOCore NIOAsyncWriter.swift
[697/733] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[698/733] Compiling NIOCore BSDSocketAPI.swift
[699/733] Compiling NIOCore ByteBuffer-aux.swift
[700/733] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[701/733] Compiling NIOCore ByteBuffer-conversions.swift
[702/733] Compiling NIOCore Channel.swift
[703/733] Compiling NIOCore ChannelHandler.swift
[704/733] Compiling NIOCore ChannelHandlers.swift
[705/733] Compiling NIOCore ChannelInvoker.swift
[706/733] Compiling NIOCore ChannelOption.swift
[707/733] Compiling NIOCore ChannelPipeline.swift
[708/733] Compiling NIOCore CircularBuffer.swift
[709/733] Compiling NIOCore SocketAddresses.swift
[710/733] Compiling NIOCore SocketOptionProvider.swift
[711/733] Compiling NIOCore SystemCallHelpers.swift
[712/733] Compiling NIOCore TimeAmount+Duration.swift
[713/733] Compiling NIOCore TypeAssistedChannelHandler.swift
[714/733] Compiling NIOCore UniversalBootstrapSupport.swift
[715/733] Compiling NIOCore Utilities.swift
[716/733] Compiling NIOCore NIOLoopBound.swift
[717/733] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[718/733] Compiling NIOCore NIOScheduledCallback.swift
[719/733] Compiling NIOCore NIOSendable.swift
[720/733] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[721/733] Compiling NIOCore RecvByteBufferAllocator.swift
[722/733] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[723/733] Compiling NIOCore ByteBuffer-core.swift
[724/733] Compiling NIOCore ByteBuffer-hex.swift
[725/733] Compiling NIOCore ByteBuffer-int.swift
[726/733] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[727/733] Compiling NIOCore ByteBuffer-multi-int.swift
[728/733] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[729/733] Compiling NIOCore ByteBuffer-views.swift
[730/733] Emitting module NIOCore
[731/789] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[732/789] Compiling NIOEmbedded Embedded.swift
[733/789] Emitting module NIOEmbedded
[734/789] Compiling NIOEmbedded AsyncTestingChannel.swift
[735/789] Compiling NIOPosix GetaddrinfoResolver.swift
[736/789] Compiling NIOPosix HappyEyeballs.swift
[737/789] Compiling NIOPosix IO.swift
[738/789] Compiling NIOPosix IntegerBitPacking.swift
[739/789] Compiling NIOPosix IntegerTypes.swift
[740/789] Compiling NIOPosix Linux.swift
[741/794] Emitting module NIOPosix
[742/794] Compiling NIOPosix SelectorEpoll.swift
[743/794] Compiling NIOPosix SelectorGeneric.swift
[744/794] Compiling NIOPosix SelectorKqueue.swift
[745/794] Compiling NIOPosix SelectorUring.swift
[746/794] Compiling NIOPosix SelectorWSAPoll.swift
[747/794] Compiling NIOPosix System.swift
[748/794] Compiling NIOPosix Thread.swift
[749/794] Compiling NIOPosix ThreadPosix.swift
[750/794] Compiling NIOPosix ThreadWindows.swift
[751/794] Compiling NIOPosix UnsafeTransfer.swift
[752/794] Compiling NIOPosix BSDSocketAPICommon.swift
[753/794] Compiling NIOPosix BSDSocketAPIPosix.swift
[754/794] Compiling NIOPosix BSDSocketAPIWindows.swift
[755/794] Compiling NIOPosix BaseSocket.swift
[756/794] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[757/794] Compiling NIOPosix BaseSocketChannel.swift
[758/794] Compiling NIOPosix Utilities.swift
[759/794] Compiling NIOPosix VsockAddress.swift
[760/794] Compiling NIOPosix VsockChannelEvents.swift
[761/794] Compiling NIOPosix Windows.swift
[762/794] Compiling NIOPosix resource_bundle_accessor.swift
[763/794] Compiling NIOPosix LinuxCPUSet.swift
[764/794] Compiling NIOPosix LinuxUring.swift
[765/794] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[766/794] Compiling NIOPosix NIOPosixSendableMetatype.swift
[767/794] Compiling NIOPosix NIOThreadPool.swift
[768/794] Compiling NIOPosix NonBlockingFileIO.swift
[769/794] Compiling NIOPosix ServerSocket.swift
[770/794] Compiling NIOPosix Socket.swift
[771/794] Compiling NIOPosix SocketChannel.swift
[772/794] Compiling NIOPosix SocketProtocols.swift
[773/794] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[774/794] Compiling NIOPosix PendingDatagramWritesManager.swift
[775/794] Compiling NIOPosix PendingWritesManager.swift
[776/794] Compiling NIOPosix PipeChannel.swift
[777/794] Compiling NIOPosix PipePair.swift
[778/794] Compiling NIOPosix Pool.swift
[779/794] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[780/794] Compiling NIOPosix PosixSingletons.swift
[781/794] Compiling NIOPosix RawSocketBootstrap.swift
[782/794] Compiling NIOPosix Resolver.swift
[783/794] Compiling NIOPosix Selectable.swift
[784/794] Compiling NIOPosix SelectableChannel.swift
[785/794] Compiling NIOPosix SelectableEventLoop.swift
[786/794] Compiling NIOPosix BaseStreamSocketChannel.swift
[787/794] Compiling NIOPosix Bootstrap.swift
[788/794] Compiling NIOPosix ControlMessage.swift
[789/794] Compiling NIOPosix DatagramVectorReadManager.swift
[790/794] Compiling NIOPosix Errors+Any.swift
[791/794] Compiling NIOPosix FileDescriptor.swift
[792/796] Compiling NIO Exports.swift
[793/796] Emitting module NIO
[794/836] Emitting module NIOTLS
[795/836] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[796/836] Compiling NIOTLS SNIHandler.swift
[797/836] Compiling NIOTLS TLSEvents.swift
[798/836] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[799/836] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[800/836] Compiling NIOSOCKS Helpers.swift
[801/837] Compiling NIOSOCKS Errors.swift
[802/837] Compiling NIOSOCKS AuthenticationMethod.swift
[803/837] Compiling NIOSOCKS ClientGreeting.swift
[804/837] Compiling NIOSOCKS SOCKSResponse.swift
[805/837] Compiling NIOSOCKS ClientStateMachine.swift
[806/837] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[807/837] Compiling NIOSOCKS SOCKSRequest.swift
[808/837] Compiling NIOSOCKS Messages.swift
[809/837] Emitting module NIOSOCKS
[810/837] Compiling NIOSOCKS SOCKSClientHandler.swift
[811/837] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[812/868] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[813/869] Compiling NIOSOCKS ServerStateMachine.swift
[814/869] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[815/869] Compiling NIOSSL CustomPrivateKey.swift
[816/869] Compiling NIOSSL IdentityVerification.swift
[817/869] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[818/869] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[819/869] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[820/869] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[821/869] Emitting module NIOFoundationCompat
[822/869] Compiling NIOSSL LinuxCABundle.swift
[823/869] Compiling NIOSSL NIOSSLClientHandler.swift
[824/869] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[825/869] Compiling NIOSSL NIOSSLHandler.swift
[826/869] Compiling NIOSSL TLSConfiguration.swift
[827/869] Compiling NIOSSL NIOSSLServerHandler.swift
[828/869] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[829/869] Emitting module NIOHTTP1
[830/869] Compiling NIOSSL AndroidCABundle.swift
[831/869] Compiling NIOSSL ByteBufferBIO.swift
[832/891] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[833/891] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[834/891] Compiling NIOTransportServices NIOTSBootstraps.swift
[835/891] Compiling NIOTransportServices NIOTSChannelOptions.swift
[836/919] Compiling NIOWebSocket WebSocketOpcode.swift
[837/920] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[838/920] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[839/920] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[840/920] Emitting module NIOWebSocket
[841/920] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[843/920] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[844/920] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[845/922] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[846/922] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[847/922] Compiling NIOHTTPCompression HTTPCompression.swift
[848/922] Compiling NIOHTTPCompression HTTPDecompression.swift
[849/922] Emitting module NIOHTTPCompression
[850/922] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[851/922] Compiling NIOHPACK IndexedHeaderTable.swift
[852/922] Compiling NIOHPACK IntegerCoding.swift
[853/922] Compiling NIOHPACK HuffmanTables.swift
[854/923] Compiling NIOHPACK HuffmanCoding.swift
[855/923] Compiling NIOTransportServices NIOTSEventLoop.swift
[856/923] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[858/923] Compiling NIOWebSocket WebSocketErrorCodes.swift
[859/923] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[860/923] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[861/923] Compiling NIOTransportServices NIOTSListenerChannel.swift
[862/923] Compiling NIOWebSocket SHA1.swift
[863/923] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[864/923] Compiling NIOWebSocket WebSocketFrame.swift
[865/923] Compiling NIOHPACK DynamicHeaderTable.swift
[866/923] Compiling NIOHPACK HPACKDecoder.swift
[867/923] Compiling NIOTransportServices AcceptHandler.swift
[868/923] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[869/923] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[870/923] Emitting module NIOTransportServices
[871/923] Compiling NIOHPACK StaticHeaderTable.swift
[872/923] Compiling NIOHPACK HeaderTables.swift
[875/923] Compiling NIOHPACK HPACKEncoder.swift
[876/923] Emitting module NIOHPACK
[877/923] Compiling NIOHPACK HPACKHeader.swift
[878/923] Compiling NIOHPACK HPACKErrors.swift
[879/923] Compiling NIOSSL SSLCertificate.swift
[880/923] Compiling NIOSSL SSLCertificateExtensions.swift
[881/923] Compiling NIOSSL SSLCertificateName.swift
[882/923] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[883/923] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[892/926] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[893/926] Compiling NIOTransportServices NIOTSSingletons.swift
[894/926] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[895/926] Compiling NIOTransportServices StateManagedChannel.swift
[896/926] Compiling NIOTransportServices StateManagedListenerChannel.swift
[897/926] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[900/926] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[906/927] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[907/927] Emitting module NIOSSL
[918/927] Compiling NIOSSL SSLConnection.swift
[919/927] Compiling NIOSSL SSLContext.swift
[920/927] Compiling NIOSSL SSLErrors.swift
[921/988] Compiling NIOHTTP2 HTTP2FrameParser.swift
[922/988] Compiling NIOHTTP2 HTTP2PingData.swift
[923/988] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[924/1011] Compiling NIOHTTP2 LocallyQuiescingState.swift
[925/1011] Compiling NIOHTTP2 QuiescingState.swift
[926/1011] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[927/1011] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[928/1011] Compiling NIOHTTP2 StateMachineResult.swift
[929/1011] Compiling NIOHTTP2 ContentLengthVerifier.swift
[930/1011] Compiling NIOHTTP2 DOSHeuristics.swift
[931/1011] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[932/1011] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[933/1011] Compiling NIOHTTP2 MaySendFrames.swift
[934/1011] Compiling NIOHTTP2 SendingDataState.swift
[935/1011] Compiling NIOHTTP2 SendingGoawayState.swift
[936/1011] Compiling NIOHTTP2 SendingHeadersState.swift
[937/1011] Compiling NIOHTTP2 SendingPushPromiseState.swift
[938/1017] Compiling NIOHTTP2 SendingRstStreamState.swift
[939/1017] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[940/1017] Compiling NIOHTTP2 HTTP2SettingsState.swift
[941/1017] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[942/1017] Compiling NIOHTTP2 HasFlowControlWindows.swift
[943/1017] Compiling NIOHTTP2 HasLocalSettings.swift
[944/1017] Compiling NIOHTTP2 HasRemoteSettings.swift
[945/1017] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[946/1017] Compiling NIOHTTP2 HTTP2UserEvents.swift
[947/1017] Compiling NIOHTTP2 InboundEventBuffer.swift
[948/1017] Compiling NIOHTTP2 InboundWindowManager.swift
[949/1017] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[950/1017] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[951/1017] Compiling MQTTNIO MQTTInflight.swift
[952/1017] Compiling MQTTNIO MQTTListeners.swift
[953/1017] Compiling MQTTNIO PingreqHandler.swift
[954/1017] Compiling MQTTNIO WebSocketHandler.swift
[955/1017] Compiling MQTTNIO WebSocketInitialRequest.swift
[956/1017] Compiling MQTTNIO MQTTClient.swift
[957/1017] Emitting module NIOHTTP2
[958/1017] Compiling NIOHTTP2 StreamChannelFlowController.swift
[959/1017] Compiling NIOHTTP2 StreamChannelList.swift
[960/1017] Compiling NIOHTTP2 StreamMap.swift
[961/1017] Compiling NIOHTTP2 StreamStateMachine.swift
[962/1017] Compiling NIOHTTP2 UnsafeTransfer.swift
[963/1017] Compiling NIOHTTP2 WatermarkedFlowController.swift
[964/1017] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[965/1017] Compiling NIOHTTP2 HTTP2Frame.swift
[966/1017] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[970/1017] Compiling NIOHTTP2 HTTP2Settings.swift
[971/1017] Compiling MQTTNIO MQTTConnection.swift
[972/1017] Compiling MQTTNIO MQTTCoreTypes.swift
[973/1017] Compiling NIOHTTP2 MayReceiveFrames.swift
[974/1017] Compiling NIOHTTP2 ReceivingDataState.swift
[975/1017] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[976/1017] Compiling NIOHTTP2 ReceivingHeadersState.swift
[977/1017] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[978/1017] Compiling MQTTNIO MQTTClientV5.swift
[979/1017] Compiling MQTTNIO MQTTConfiguration.swift
[980/1017] Compiling MQTTNIO MQTTMessageDecoder.swift
[981/1017] Compiling MQTTNIO MQTTMessageHandler.swift
[982/1017] Compiling MQTTNIO MQTTTaskHandler.swift
[983/1017] Compiling MQTTNIO MQTTClient+async.swift
[984/1017] Compiling MQTTNIO MQTTClientV5+async.swift
[985/1017] Compiling MQTTNIO Sendable.swift
[986/1017] Compiling MQTTNIO MQTTReason.swift
[987/1017] Compiling MQTTNIO MQTTSerializer.swift
[988/1017] Compiling MQTTNIO MQTTPacket.swift
[989/1017] Compiling MQTTNIO MQTTProperties.swift
[990/1017] Compiling MQTTNIO MQTTCoreTypesV5.swift
[991/1017] Compiling MQTTNIO MQTTError.swift
[992/1081] Compiling AsyncHTTPClient BasicAuth.swift
[993/1081] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[994/1081] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[995/1081] Compiling AsyncHTTPClient ConnectionPool.swift
[996/1081] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[997/1081] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[998/1081] Compiling AsyncHTTPClient TLSEventsHandler.swift
[999/1088] Emitting module AsyncHTTPClient
[1000/1088] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1001/1088] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1002/1088] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1003/1088] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1004/1088] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1005/1088] Compiling AsyncHTTPClient Transaction.swift
[1006/1088] Compiling AsyncHTTPClient Base64.swift
[1007/1088] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1008/1088] Compiling AsyncHTTPClient HTTP1Connection.swift
[1009/1088] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1010/1088] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1011/1088] Compiling AsyncHTTPClient HTTP2Connection.swift
[1012/1088] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1013/1088] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1014/1088] Compiling AsyncHTTPClient SSLContextCache.swift
[1015/1088] Compiling AsyncHTTPClient Scheme.swift
[1016/1088] Compiling AsyncHTTPClient Singleton.swift
[1017/1088] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1018/1088] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1019/1088] Compiling AsyncHTTPClient TracingSupport.swift
[1020/1088] Compiling AsyncHTTPClient Utils.swift
[1021/1088] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1022/1088] Compiling AsyncHTTPClient TLSConfiguration.swift
[1023/1088] Compiling AsyncHTTPClient RedirectState.swift
[1024/1088] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1025/1088] Compiling AsyncHTTPClient RequestBag+Tracing.swift
[1026/1088] Compiling AsyncHTTPClient RequestBag.swift
[1027/1088] Compiling AsyncHTTPClient RequestValidation.swift
[1028/1088] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1029/1088] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1030/1088] Compiling AsyncHTTPClient ConnectionTarget.swift
[1031/1088] Compiling AsyncHTTPClient DeconstructedURL.swift
[1032/1088] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1033/1088] Compiling AsyncHTTPClient FoundationExtensions.swift
[1034/1088] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1035/1088] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1036/1088] Compiling AsyncHTTPClient RequestOptions.swift
[1037/1088] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1038/1088] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1039/1088] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1040/1088] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1041/1088] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1042/1088] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1043/1088] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1044/1088] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1045/1088] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1046/1088] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1047/1088] Compiling AsyncHTTPClient HTTPClient+tracing.swift
[1048/1088] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1049/1088] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1050/1088] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1051/1088] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1052/1088] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1053/1088] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1054/1088] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1055/1088] Compiling AsyncHTTPClient RequestBodyLength.swift
[1056/1088] Emitting module MQTTNIO
[1057/1090] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1058/1090] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1059/1090] Compiling AsyncHTTPClient HTTPClient.swift
[1060/1090] Compiling AsyncHTTPClient HTTPHandler.swift
[1061/1090] Compiling AsyncHTTPClient LRUCache.swift
[1062/1090] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1063/1090] Compiling AsyncHTTPClient NWErrorHandler.swift
[1078/1090] Compiling MQTTNIO MQTTTask.swift
[1079/1090] Compiling MQTTNIO TSTLSConfiguration.swift
[1088/1117] Compiling sma2mqttLibrary Extensions.swift
[1089/1117] Compiling sma2mqttLibrary HTTPClientProvider.swift
[1090/1117] Compiling sma2mqttLibrary IntervalLoop.swift
[1091/1119] Compiling sma2mqttLibrary GetValuesResult.swift
/Users/admin/builder/spi-builder-workspace/Sources/sma2mqttLibrary/DataObjects/SMADataObject.swift:120:31: warning: 'init(contentsOf:)' was deprecated in macOS 15: 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:)' was deprecated in macOS 15: Use `init(contentsOf:encoding:)` instead
121 | return try! dataObjects(from: jsonString)
122 | }()
[1092/1119] Compiling sma2mqttLibrary PublishedValue.swift
/Users/admin/builder/spi-builder-workspace/Sources/sma2mqttLibrary/DataObjects/SMADataObject.swift:120:31: warning: 'init(contentsOf:)' was deprecated in macOS 15: 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:)' was deprecated in macOS 15: Use `init(contentsOf:encoding:)` instead
121 | return try! dataObjects(from: jsonString)
122 | }()
[1093/1119] Compiling sma2mqttLibrary SMADataObject.swift
/Users/admin/builder/spi-builder-workspace/Sources/sma2mqttLibrary/DataObjects/SMADataObject.swift:120:31: warning: 'init(contentsOf:)' was deprecated in macOS 15: 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:)' was deprecated in macOS 15: Use `init(contentsOf:encoding:)` instead
121 | return try! dataObjects(from: jsonString)
122 | }()
[1094/1119] Emitting module sma2mqttLibrary
/Users/admin/builder/spi-builder-workspace/Sources/sma2mqttLibrary/DataObjects/SMADataObject.swift:120:31: warning: 'init(contentsOf:)' was deprecated in macOS 15: 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:)' was deprecated in macOS 15: Use `init(contentsOf:encoding:)` instead
121 | return try! dataObjects(from: jsonString)
122 | }()
/Users/admin/builder/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() }
[1095/1119] Compiling sma2mqttLibrary MQTTPublisher.swift
/Users/admin/builder/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() }
[1096/1119] Compiling sma2mqttLibrary MutlicastReceiver.swift
/Users/admin/builder/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() }
[1097/1119] Compiling sma2mqttLibrary QueryQueue.swift
/Users/admin/builder/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() }
[1098/1119] Compiling sma2mqttLibrary SMAPacketGenerator.swift
[1099/1119] Compiling sma2mqttLibrary SMATagPacket.swift
[1100/1119] Compiling sma2mqttLibrary DatedQueue.swift
[1101/1119] Compiling sma2mqttLibrary SwiftFD_SET.swift
[1102/1119] Compiling sma2mqttLibrary resource_bundle_accessor.swift
[1103/1119] Compiling sma2mqttLibrary RandomNumber.swift
[1104/1119] Compiling sma2mqttLibrary SMAUDPPort.swift
[1105/1119] Compiling sma2mqttLibrary SMATagTranslator.swift
[1106/1119] Compiling sma2mqttLibrary ObisDefinition.swift
[1107/1119] Compiling sma2mqttLibrary ObisPacket.swift
[1108/1119] Compiling sma2mqttLibrary SMANetPacketHeader.swift
[1109/1119] Compiling sma2mqttLibrary SMANetPacketValue.swift
[1110/1119] Compiling sma2mqttLibrary SMAPacket.swift
[1111/1119] Compiling sma2mqttLibrary PacketHelper.swift
[1112/1119] Compiling sma2mqttLibrary SMANetPacket.swift
[1113/1119] Compiling sma2mqttLibrary SMANetPacketDefinition.swift
[1114/1119] Compiling sma2mqttLibrary ObisValue.swift
[1115/1119] Compiling sma2mqttLibrary SMADevice.swift
[1116/1119] Compiling sma2mqttLibrary SMALighthouse.swift
[1117/1121] Compiling sma2mqtt sma2mqtt.swift
[1118/1121] Emitting module sma2mqtt
[1118/1121] Write Objects.LinkFileList
[1119/1121] Linking sma2mqtt
[1120/1121] Applying sma2mqtt
Build complete! (167.61s)
Fetching https://github.com/jollyjinx/JLog
Fetching https://github.com/jollyjinx/BinaryCoder
Fetching https://github.com/swift-server-community/mqtt-nio
Fetching https://github.com/nicklockwood/SwiftFormat
Fetching https://github.com/swift-server/async-http-client.git from cache
Fetching https://github.com/apple/swift-argument-parser from cache
[1/114] Fetching jlog
[115/410] Fetching jlog, binarycoder
[252/9274] Fetching jlog, binarycoder, mqtt-nio
Fetched https://github.com/apple/swift-argument-parser from cache (1.29s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.33s)
[1/52406] Fetching swiftformat
Fetched https://github.com/jollyjinx/BinaryCoder from cache (84.10s)
Fetched https://github.com/swift-server-community/mqtt-nio from cache (84.10s)
Fetched https://github.com/jollyjinx/JLog from cache (84.10s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (84.10s)
Computing version for https://github.com/jollyjinx/BinaryCoder
Computed https://github.com/jollyjinx/BinaryCoder at 2.3.2 (84.96s)
Computing version for https://github.com/jollyjinx/JLog
Computed https://github.com/jollyjinx/JLog at 0.0.8 (0.44s)
Fetching https://github.com/Adorkable/swift-log-format-and-pipe
Fetching https://github.com/apple/swift-log.git from cache
[1/190] Fetching swift-log-format-and-pipe
Fetched https://github.com/Adorkable/swift-log-format-and-pipe from cache (0.94s)
Fetched https://github.com/apple/swift-log.git from cache (0.94s)
Computing version for https://github.com/Adorkable/swift-log-format-and-pipe
Computed https://github.com/Adorkable/swift-log-format-and-pipe at 0.1.1 (4.01s)
Computing version for https://github.com/swift-server-community/mqtt-nio
Computed https://github.com/swift-server-community/mqtt-nio at 2.12.1 (0.58s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-nio-transport-services.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (0.91s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.91s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.43s)
Fetched https://github.com/apple/swift-nio.git from cache (2.48s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.99s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (0.52s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.2 (0.48s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.88.0 (0.64s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git from cache (0.93s)
Fetched https://github.com/apple/swift-collections.git from cache (1.35s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.90s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.60s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.47s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.29.1 (0.50s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetching https://github.com/apple/swift-nio-http2.git from cache
Fetching https://github.com/apple/swift-nio-extras.git from cache
[1/5533] Fetching swift-distributed-tracing
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.86s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.86s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.89s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.08s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.1 (1.59s)
Fetching https://github.com/apple/swift-service-context.git
[1/1162] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.91s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (1.42s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (0.47s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.58s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.98s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (1.47s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.31.0 (0.52s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-structured-headers.git from cache
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-types.git from cache
[1/6707] Fetching swift-certificates
[69/9269] Fetching swift-certificates, swift-service-lifecycle
Fetched https://github.com/apple/swift-asn1.git from cache (0.68s)
[962/14944] Fetching swift-certificates, swift-service-lifecycle, swift-async-algorithms
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.18s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.18s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.18s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.22s)
Fetched https://github.com/apple/swift-http-types.git from cache (1.22s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.9.1 (1.74s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.53s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (0.77s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.0 (2.47s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.48s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.5.0 (0.47s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.15.1 (0.62s)
Fetching https://github.com/apple/swift-crypto.git from cache
Fetched https://github.com/apple/swift-crypto.git from cache (1.61s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.1.0 (2.71s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.58.5 (0.57s)
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.31.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.9.1
Creating working copy for https://github.com/swift-server-community/mqtt-nio
Working copy of https://github.com/swift-server-community/mqtt-nio resolved at 2.12.1
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.88.0
Creating working copy for https://github.com/jollyjinx/BinaryCoder
Working copy of https://github.com/jollyjinx/BinaryCoder resolved at 2.3.2
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.2
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/jollyjinx/JLog
Working copy of https://github.com/jollyjinx/JLog resolved at 0.0.8
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.15.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.58.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.4
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.38.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.1.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.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.29.1
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Build complete.
{
"dependencies" : [
{
"identity" : "swiftformat",
"requirement" : {
"range" : [
{
"lower_bound" : "0.51.12",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nicklockwood/SwiftFormat"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.18.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client.git"
},
{
"identity" : "mqtt-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.8.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server-community/mqtt-nio"
},
{
"identity" : "binarycoder",
"requirement" : {
"range" : [
{
"lower_bound" : "2.3.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jollyjinx/BinaryCoder"
},
{
"identity" : "jlog",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.7",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jollyjinx/JLog"
}
],
"manifest_display_name" : "sma2mqtt",
"name" : "sma2mqtt",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "sma2mqtt",
"targets" : [
"sma2mqtt"
],
"type" : {
"executable" : null
}
},
{
"name" : "sma2mqttLibrary",
"targets" : [
"sma2mqttLibrary"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "sma2mqttTests",
"module_type" : "SwiftTarget",
"name" : "sma2mqttTests",
"path" : "Tests/sma2mqttTests",
"product_dependencies" : [
"BinaryCoder",
"JLog"
],
"sources" : [
"DeviceTests.swift",
"QueryQueueTests.swift",
"SMAObjectTests.swift",
"TestHelpers.swift",
"sma2mqttTests.swift"
],
"target_dependencies" : [
"sma2mqttLibrary"
],
"type" : "test"
},
{
"c99name" : "sma2mqttLibrary",
"module_type" : "SwiftTarget",
"name" : "sma2mqttLibrary",
"path" : "Sources/sma2mqttLibrary",
"product_dependencies" : [
"BinaryCoder",
"AsyncHTTPClient",
"MQTTNIO",
"JLog"
],
"product_memberships" : [
"sma2mqtt",
"sma2mqttLibrary"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/sma2mqttLibrary/Resources/SMANetPacketDefinitions.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/sma2mqttLibrary/Resources/obisdefinition.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/sma2mqttLibrary/Resources/sma.data.Translation_Names.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/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"
}
Done.