The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of sma2mqtt, reference main (f37042), with Swift 6.1 for macOS (SPM) on 6 Nov 2025 16:30:01 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 .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jollyjinx/sma2mqtt.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jollyjinx/sma2mqtt
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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
[5/466] Write sma2mqtt-entitlement.plist
[8/466] Copying PrivacyInfo.xcprivacy
[10/466] Copying sma.data.objectMetaData.json
[10/466] Copying sma.data.Translation_Names.json
[10/466] Copying obisdefinition.json
[13/466] Copying SMANetPacketDefinitions.json
[13/466] Write sources
[39/466] Compiling CNIOWASI CNIOWASI.c
[39/466] Compiling CNIOWindows shim.c
[41/466] Compiling CNIOWindows WSAStartup.c
[42/466] Compiling _NumericsShims _NumericsShims.c
[43/466] Write swift-version-2F0A5646E1D333AE.txt
[44/466] Compiling CNIOLinux liburing_shims.c
[44/466] Compiling CNIOLinux shim.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/491] Compiling tasn_enc.cc
[51/491] Compiling e_rc4.cc
[52/491] Compiling tasn_fre.cc
[53/491] Compiling CNIOExtrasZlib empty.c
[54/491] Compiling CNIOLLHTTP c_nio_http.c
[55/491] Compiling CNIOLLHTTP c_nio_api.c
[56/491] Compiling fiat_p256_adx_sqr.S
[57/508] Compiling fiat_p256_adx_mul.S
[58/508] Compiling fiat_curve25519_adx_square.S
[59/508] Compiling fiat_curve25519_adx_mul.S
[60/508] Compiling tasn_dec.cc
[62/508] Compiling RealModule Real.swift
[63/508] Compiling _NIOBase64 Base64.swift
[64/508] Compiling RealModule Float80+Real.swift
[65/508] Emitting module _NIOBase64
[66/508] Compiling RealModule RealFunctions.swift
[67/509] Emitting module ServiceContextModule
[68/509] Compiling ServiceContextModule ServiceContext.swift
[69/509] Compiling ServiceContextModule ServiceContextKey.swift
[70/509] Compiling RealModule ElementaryFunctions.swift
[71/509] Compiling RealModule Float16+Real.swift
[72/509] Compiling RealModule Float+Real.swift
[73/509] Compiling RealModule AugmentedArithmetic.swift
[74/509] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[75/509] Compiling InternalCollectionsUtilities UInt+reversed.swift
[76/509] Emitting module RealModule
[77/509] Compiling RealModule Double+Real.swift
[78/509] Compiling RealModule RelaxedArithmetic.swift
[78/509] Compiling CNIODarwin shim.c
[79/515] Compiling CNIOBoringSSLShims shims.c
[81/515] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[82/515] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[83/515] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[84/515] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[85/515] Compiling InternalCollectionsUtilities Debugging.swift
[86/515] Compiling InternalCollectionsUtilities Descriptions.swift
[87/515] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[88/515] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[89/516] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[90/516] Compiling InternalCollectionsUtilities _SortedCollection.swift
[93/516] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[94/516] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[95/516] Emitting module InternalCollectionsUtilities
[96/516] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[97/516] Compiling InternalCollectionsUtilities Integer rank.swift
[98/516] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[99/516] Compiling _NIODataStructures _TinyArray.swift
[100/516] Compiling _NIODataStructures PriorityQueue.swift
[100/516] Compiling tls_record.cc
[102/516] Compiling _NIODataStructures Heap.swift
[103/516] Emitting module _NIODataStructures
[103/516] Compiling tls_method.cc
[105/516] Compiling Logging MetadataProvider.swift
[106/516] Compiling Instrumentation NoOpInstrument.swift
[107/516] Compiling Instrumentation MultiplexInstrument.swift
[108/516] Compiling Instrumentation InstrumentationSystem.swift
[109/516] Compiling Instrumentation Instrument.swift
[110/516] Emitting module Instrumentation
[111/516] Compiling Instrumentation Locks.swift
[112/532] Compiling DequeModule _DequeBufferHeader.swift
[113/532] Compiling DequeModule _DequeSlot.swift
[114/533] Compiling Logging Locks.swift
[115/533] Compiling Logging LogHandler.swift
[116/533] Emitting module Logging
[117/533] Compiling Logging Logging.swift
[118/533] Compiling DequeModule _UnsafeWrappedBuffer.swift
[118/533] Compiling tls13_server.cc
[119/533] Compiling tls13_enc.cc
[121/547] Compiling DequeModule Deque._UnsafeHandle.swift
[122/547] Compiling DequeModule Deque.swift
[123/547] Compiling DequeModule _DequeBuffer.swift
[123/547] Compiling tls13_client.cc
[124/547] Compiling tls13_both.cc
[126/547] Compiling DequeModule Deque+Equatable.swift
[127/547] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[128/547] Compiling DequeModule Deque+CustomReflectable.swift
[129/547] Compiling DequeModule Deque+Descriptions.swift
[130/547] Compiling DequeModule Deque+Testing.swift
[131/547] Compiling DequeModule Deque._Storage.swift
[132/547] Compiling DequeModule Deque+Extras.swift
[133/547] Compiling DequeModule Deque+Hashable.swift
[134/547] Compiling Tracing TracingTime.swift
[134/547] Compiling t1_enc.cc
[136/547] Emitting module DequeModule
[137/547] Compiling DequeModule Deque+Codable.swift
[138/547] Compiling DequeModule Deque+Collection.swift
[139/547] Compiling Tracing TracerProtocol.swift
[140/547] Compiling Tracing TracerProtocol+Legacy.swift
[141/547] Compiling Tracing NoOpTracer.swift
[141/547] Compiling ssl_versions.cc
[142/547] Compiling ssl_transcript.cc
[144/547] Compiling Tracing Tracer.swift
[145/547] Emitting module Tracing
[146/547] Compiling Tracing InstrumentationSystem+Tracing.swift
[147/547] Compiling Tracing SpanProtocol.swift
[147/547] Compiling ssl_x509.cc
[148/547] Compiling ssl_stat.cc
[149/547] Compiling ssl_session.cc
[150/547] Compiling ssl_privkey.cc
[151/547] Compiling ssl_key_share.cc
[152/547] Compiling ssl_file.cc
[153/547] Compiling ssl_credential.cc
[154/547] Compiling ssl_lib.cc
[155/547] Compiling ssl_cipher.cc
[156/547] Compiling ssl_cert.cc
[157/547] Compiling ssl_buffer.cc
[158/547] Compiling ssl_asn1.cc
[159/547] Compiling ssl_aead_ctx.cc
[160/547] Compiling s3_pkt.cc
[161/547] Compiling s3_lib.cc
[162/547] Compiling s3_both.cc
[163/547] Compiling handshake_client.cc
[164/547] Compiling handshake_server.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 md5-x86_64-apple.S
[170/547] Compiling md5-586-linux.S
[171/547] Compiling extensions.cc
[172/547] Compiling md5-586-apple.S
[173/547] Compiling dtls_record.cc
[174/547] Compiling chacha20_poly1305_x86_64-linux.S
[175/547] Compiling chacha20_poly1305_x86_64-apple.S
[176/547] Compiling dtls_method.cc
[177/547] Compiling chacha20_poly1305_armv8-win.S
[178/547] Compiling chacha20_poly1305_armv8-linux.S
[179/547] Compiling d1_srtp.cc
[180/547] Compiling chacha-x86_64-linux.S
[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 chacha-armv8-linux.S
[187/547] Compiling bio_ssl.cc
[188/547] Compiling chacha-armv8-apple.S
[189/547] Compiling chacha-armv4-linux.S
[190/547] Compiling aes128gcmsiv-x86_64-linux.S
[191/547] Compiling aes128gcmsiv-x86_64-apple.S
[192/547] Compiling err_data.cc
[193/547] Compiling x86_64-mont5-linux.S
[194/547] Compiling x86_64-mont5-apple.S
[195/547] Compiling x86_64-mont-linux.S
[196/547] Compiling x86_64-mont-apple.S
[197/547] Compiling d1_pkt.cc
[198/547] Compiling x86-mont-linux.S
[199/547] Compiling x86-mont-apple.S
[200/547] Compiling vpaes-x86_64-linux.S
[201/547] Compiling vpaes-x86_64-apple.S
[202/547] Compiling d1_lib.cc
[203/547] Compiling vpaes-x86-linux.S
[204/547] Compiling vpaes-x86-apple.S
[205/547] Compiling vpaes-armv8-linux.S
[206/547] Compiling vpaes-armv8-win.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-x86_64-apple.S
[211/547] Compiling sha512-armv8-win.S
[212/547] Compiling sha512-armv8-linux.S
[213/547] Compiling sha512-armv4-linux.S
[214/547] Compiling sha512-586-linux.S
[215/547] Compiling sha512-586-apple.S
[216/547] Compiling sha512-armv8-apple.S
[217/547] Compiling sha256-x86_64-linux.S
[218/547] Compiling sha256-x86_64-apple.S
[219/547] Compiling sha256-armv8-win.S
[220/547] Compiling sha256-armv8-linux.S
[221/547] Compiling d1_both.cc
[222/547] Compiling sha256-armv8-apple.S
[222/547] Compiling sha256-armv4-linux.S
[224/547] Compiling sha256-586-linux.S
[225/547] Compiling sha256-586-apple.S
[226/547] Compiling sha1-x86_64-apple.S
[227/547] Compiling sha1-armv8-win.S
[227/547] Compiling sha1-x86_64-linux.S
[229/547] Compiling sha1-armv8-linux.S
[230/547] Compiling sha1-armv8-apple.S
[231/547] Compiling sha1-armv4-large-linux.S
[232/547] Compiling sha1-586-linux.S
[233/547] Compiling sha1-586-apple.S
[234/547] Compiling rsaz-avx2-linux.S
[235/547] Compiling rsaz-avx2-apple.S
[235/547] Compiling rdrand-x86_64-apple.S
[237/547] Compiling rdrand-x86_64-linux.S
[238/547] Compiling p256_beeu-x86_64-asm-linux.S
[239/547] Compiling p256_beeu-x86_64-asm-apple.S
[240/547] Compiling p256_beeu-armv8-asm-linux.S
[241/547] Compiling p256_beeu-armv8-asm-win.S
[242/547] Compiling p256_beeu-armv8-asm-apple.S
[243/547] Compiling p256-x86_64-asm-linux.S
[244/547] Compiling p256-armv8-asm-win.S
[245/547] Compiling p256-x86_64-asm-apple.S
[246/547] Compiling p256-armv8-asm-linux.S
[247/547] Compiling ghashv8-armv8-win.S
[248/547] Compiling p256-armv8-asm-apple.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-linux.S
[254/547] Compiling ghash-x86_64-apple.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-win.S
[261/547] Compiling ghash-neon-armv8-linux.S
[262/547] Compiling ghash-armv4-linux.S
[263/547] Compiling ghash-neon-armv8-apple.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-armv8-apple.S
[270/547] Compiling bn-586-linux.S
[271/547] Compiling bn-586-apple.S
[271/547] Compiling armv8-mont-win.S
[273/547] Compiling armv8-mont-linux.S
[274/547] Compiling armv8-mont-apple.S
[275/547] Compiling armv4-mont-linux.S
[276/547] Compiling aesv8-gcm-armv8-linux.S
[277/547] Compiling aesv8-gcm-armv8-win.S
[278/547] Compiling aesv8-armv8-win.S
[279/547] Compiling aesv8-armv8-linux.S
[280/547] Compiling aesv8-armv8-apple.S
[281/547] Compiling aesv8-gcm-armv8-apple.S
[282/547] Compiling aesv8-armv7-linux.S
[283/547] Compiling aesni-x86_64-linux.S
[284/547] Compiling aesni-x86-linux.S
[285/547] Compiling aesni-x86_64-apple.S
[285/547] Compiling aesni-x86-apple.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-avx10-x86_64-linux.S
[291/547] Compiling aes-gcm-avx2-x86_64-apple.S
[292/547] Compiling aes-gcm-avx10-x86_64-apple.S
[293/547] Compiling x_sig.cc
[294/547] Compiling x_spki.cc
[295/547] Compiling x_exten.cc
[296/547] Compiling x_req.cc
[297/547] Compiling x_x509a.cc
[298/547] Compiling x_val.cc
[299/547] Compiling x_x509.cc
[300/547] Compiling x_name.cc
[302/547] Compiling LoggingFormatAndPipe LoggerTextOutputStreamPipe.swift
[303/547] Compiling LoggingFormatAndPipe Handler.swift
[304/547] Compiling LoggingFormatAndPipe Pipe.swift
[305/547] Compiling LoggingFormatAndPipe BasicFormatter.swift
[306/547] Emitting module LoggingFormatAndPipe
[307/547] Compiling LoggingFormatAndPipe Formatter.swift
[307/547] Compiling x_pubkey.cc
[308/549] Compiling x509spki.cc
[309/549] Compiling x_algor.cc
[310/549] Compiling x_attrib.cc
[311/549] Compiling x509rset.cc
[312/549] Compiling x_crl.cc
[313/549] Compiling x_all.cc
[314/549] Compiling x509cset.cc
[315/549] Compiling x509name.cc
[316/549] Compiling x509_vpm.cc
[317/549] Compiling x509_v3.cc
[317/549] Compiling x509_txt.cc
[319/549] Compiling x509_trs.cc
[320/549] Compiling x509_set.cc
[321/549] Compiling x509_vfy.cc
[322/549] Compiling x509_req.cc
[323/549] Compiling x509_obj.cc
[324/549] Compiling x509_ext.cc
[325/549] Compiling x509_lu.cc
[326/549] Compiling x509_def.cc
[327/549] Compiling x509_d2.cc
[328/549] Compiling x509.cc
[329/549] Compiling x509_cmp.cc
[330/549] Compiling x509_att.cc
[331/549] Compiling v3_skey.cc
[332/549] Compiling v3_utl.cc
[333/549] Compiling v3_prn.cc
[334/549] Compiling v3_purp.cc
[335/549] Compiling v3_pmaps.cc
[336/549] Compiling v3_ocsp.cc
[337/549] Compiling v3_pcons.cc
[338/549] Compiling v3_int.cc
[339/549] Compiling v3_ncons.cc
[340/549] Compiling v3_lib.cc
[341/549] Compiling v3_ia5.cc
[342/549] Compiling v3_info.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_bitst.cc
[348/549] Compiling v3_cpols.cc
[349/549] Compiling v3_conf.cc
[350/549] Compiling v3_bcons.cc
[351/549] Compiling v3_alt.cc
[352/549] Compiling v3_akeya.cc
[353/549] Compiling i2d_pr.cc
[354/549] Compiling v3_akey.cc
[355/549] Compiling t_x509a.cc
[356/549] Compiling t_crl.cc
[357/549] Compiling t_req.cc
[358/549] Compiling t_x509.cc
[358/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 asn1_gen.cc
[365/549] Compiling a_verify.cc
[366/549] Compiling voprf.cc
[367/549] Compiling a_digest.cc
[368/549] Compiling algorithm.cc
[369/549] Compiling trust_token.cc
[370/549] Compiling a_sign.cc
[371/549] Compiling thread_win.cc
[372/549] Compiling thread_pthread.cc
[373/549] Compiling thread.cc
[374/549] Compiling thread_none.cc
[375/549] Compiling siphash.cc
[376/549] Compiling stack.cc
[377/549] Compiling pmbtoken.cc
[378/549] Compiling slhdsa.cc
[379/549] Compiling spake2plus.cc
[380/549] Compiling sha512.cc
[381/549] Compiling sha256.cc
[382/549] Compiling sha1.cc
[383/549] Compiling rsa_extra.cc
[384/549] Compiling rsa_print.cc
[385/549] Compiling rsa_crypt.cc
[386/549] Compiling refcount.cc
[388/549] Emitting module JLog
[389/549] Compiling JLog JLog.swift
[389/549] Compiling rc4.cc
[390/549] Compiling rsa_asn1.cc
[391/549] Compiling urandom.cc
[392/549] Compiling windows.cc
[393/549] Compiling trusty.cc
[394/549] Compiling rand.cc
[395/549] Compiling passive.cc
[396/549] Compiling poly1305_arm_asm.S
[397/549] Compiling ios.cc
[398/549] Compiling getentropy.cc
[399/549] Compiling deterministic.cc
[400/549] Compiling fork_detect.cc
[401/549] Compiling forkunsafe.cc
[402/549] Compiling poly1305_vec.cc
[403/549] Compiling poly1305_arm.cc
[404/549] Compiling poly1305.cc
[405/549] Compiling pool.cc
[406/549] Compiling pkcs8_x509.cc
[407/549] Compiling pkcs8.cc
[408/549] Compiling pkcs7.cc
[409/549] Compiling p5_pbev2.cc
[410/549] Compiling pem_xaux.cc
[411/549] Compiling pkcs7_x509.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 pem_all.cc
[422/549] Compiling poly_rq_mul.S
[423/549] Compiling fips_shared_support.cc
[424/549] Compiling mem.cc
[425/549] Compiling obj.cc
[426/549] Compiling md5.cc
[427/549] Compiling md4.cc
[428/549] Compiling lhash.cc
[429/549] Compiling kyber.cc
[430/549] Compiling ex_data.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_ec.cc
[444/549] Compiling p_ed25519_asn1.cc
[445/549] Compiling p_ec_asn1.cc
[446/549] Compiling p_dh_asn1.cc
[447/549] Compiling p_dh.cc
[448/549] Compiling p_dsa_asn1.cc
[449/549] Compiling evp_ctx.cc
[450/549] Compiling err.cc
[451/549] Compiling evp.cc
[452/549] Compiling engine.cc
[453/549] Compiling evp_asn1.cc
[454/549] Compiling ecdh.cc
[455/549] Compiling ecdsa_asn1.cc
[456/549] Compiling hash_to_curve.cc
[457/549] Compiling ec_derive.cc
[458/549] Compiling dsa.cc
[459/549] Compiling dsa_asn1.cc
[460/549] Compiling ec_asn1.cc
[461/549] Compiling params.cc
[462/549] Compiling bcm.cc
[463/549] Compiling x25519-asm-arm.S
[464/549] Compiling digest_extra.cc
[465/549] Compiling des.cc
[466/549] Compiling curve25519_64_adx.cc
[467/549] Compiling dh_asn1.cc
[468/549] Compiling spake25519.cc
[469/549] Compiling cpu_intel.cc
[470/549] Compiling crypto.cc
[471/549] Compiling cpu_arm_linux.cc
[471/549] Compiling cpu_arm_freebsd.cc
[473/549] Compiling cpu_aarch64_win.cc
[474/549] Compiling curve25519.cc
[475/549] Compiling cpu_aarch64_sysreg.cc
[476/549] Compiling cpu_aarch64_openbsd.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 get_cipher.cc
[481/549] Compiling conf.cc
[482/549] Compiling tls_cbc.cc
[483/549] Compiling e_tls.cc
[484/549] Compiling e_rc2.cc
[485/549] Compiling e_null.cc
[486/549] Compiling e_des.cc
[487/549] Compiling e_chacha20poly1305.cc
[488/549] Compiling e_aesgcmsiv.cc
[489/549] Compiling e_aesctrhmac.cc
[490/549] Compiling derive_key.cc
[491/549] Compiling chacha.cc
[492/549] Compiling unicode.cc
[493/549] Compiling cbb.cc
[494/549] Compiling cbs.cc
[495/549] Compiling buf.cc
[496/549] Compiling ber.cc
[497/549] Compiling asn1_compat.cc
[498/549] Compiling blake2.cc
[499/549] Compiling socket_helper.cc
[500/549] Compiling convert.cc
[501/549] Compiling bn_asn1.cc
[502/549] Compiling socket.cc
[503/549] Compiling printf.cc
[504/549] Compiling pair.cc
[505/549] Compiling hexdump.cc
[506/549] Compiling file.cc
[507/549] Compiling fd.cc
[508/549] Compiling errno.cc
[509/549] Compiling bio_mem.cc
[510/549] Compiling connect.cc
[511/549] Compiling bio.cc
[512/549] Compiling base64.cc
[513/549] Compiling tasn_typ.cc
[514/549] Compiling posix_time.cc
[515/549] Compiling f_string.cc
[516/549] Compiling tasn_utl.cc
[517/549] Compiling tasn_new.cc
[518/549] Compiling f_int.cc
[519/549] Compiling asn_pack.cc
[520/549] Compiling asn1_par.cc
[521/549] Compiling a_utctm.cc
[522/549] Compiling asn1_lib.cc
[523/549] Compiling a_octet.cc
[524/549] Compiling a_type.cc
[525/549] Compiling a_time.cc
[526/549] Compiling a_strnid.cc
[527/549] Compiling a_strex.cc
[528/549] Compiling a_object.cc
[529/549] Compiling a_mbstr.cc
[530/549] Compiling a_int.cc
[530/549] Write sources
[537/549] Compiling a_i2d_fp.cc
[538/549] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[539/549] Compiling a_dup.cc
[540/549] Compiling a_d2i_fp.cc
[541/549] Compiling a_gentm.cc
[542/556] Compiling a_bitstr.cc
[543/577] Compiling a_bool.cc
[545/603] Compiling Algorithms EitherSequence.swift
[546/603] Compiling Algorithms FirstNonNil.swift
[547/603] Compiling Algorithms Reductions.swift
[548/603] Compiling Algorithms Rotate.swift
[549/604] Compiling Algorithms Suffix.swift
[550/604] Compiling Algorithms Trim.swift
[551/606] Compiling Algorithms Indexed.swift
[552/606] Compiling Algorithms Intersperse.swift
[553/606] Compiling Algorithms FlattenCollection.swift
[554/606] Compiling Algorithms Grouped.swift
[555/606] Compiling Atomics Unmanaged extensions.swift
[556/606] Compiling BinaryCoder SharedBinaryCoding.swift
[557/606] Emitting module BinaryCoder
[558/606] Compiling Algorithms Combinations.swift
[559/606] Compiling Algorithms Compacted.swift
[560/606] Compiling Algorithms Cycle.swift
[561/606] Compiling Algorithms RandomSample.swift
[562/606] Compiling Algorithms Unique.swift
[563/606] Compiling Algorithms Windows.swift
[564/606] Compiling BinaryCoder BinaryCodableExtensions.swift
[565/606] Compiling BinaryCoder BinaryDecoder.swift
[566/606] Compiling BinaryCoder BinaryCodable.swift
[567/606] Compiling BinaryCoder BinarySerialization.swift
[568/606] Compiling BinaryCoder BinaryEncoder.swift
[569/606] Compiling Algorithms Joined.swift
[570/606] Compiling Algorithms Keyed.swift
[571/606] Emitting module ArgumentParserToolInfo
[572/606] Compiling ArgumentParserToolInfo ToolInfo.swift
[573/636] Compiling ArgumentParser ArgumentDecoder.swift
[574/636] Compiling ArgumentParser ArgumentDefinition.swift
[575/636] Compiling ArgumentParser CommandConfiguration.swift
[576/636] Compiling ArgumentParser CommandGroup.swift
[577/636] Compiling ArgumentParser EnumerableFlag.swift
[578/636] Compiling ArgumentParser Errors.swift
[579/636] Compiling ArgumentParser Flag.swift
[580/636] Compiling ArgumentParser NameSpecification.swift
[581/637] Compiling ArgumentParser ArgumentHelp.swift
[582/637] Compiling ArgumentParser ArgumentVisibility.swift
[583/637] Compiling ArgumentParser CompletionKind.swift
[584/639] Compiling ArgumentParser Option.swift
[585/639] Compiling ArgumentParser OptionGroup.swift
[586/639] Compiling ArgumentParser AsyncParsableCommand.swift
[587/642] Compiling ArgumentParser ExpressibleByArgument.swift
[588/642] Compiling ArgumentParser ParsableArguments.swift
[589/642] Compiling ArgumentParser ParsableCommand.swift
[590/652] Compiling ArgumentParser FishCompletionsGenerator.swift
[591/652] Compiling ArgumentParser ZshCompletionsGenerator.swift
[592/652] Compiling ArgumentParser Argument.swift
[593/652] Compiling ArgumentParser ArgumentDiscussion.swift
[597/652] Compiling ArgumentParser BashCompletionsGenerator.swift
[598/652] Compiling ArgumentParser CompletionsGenerator.swift
[600/652] Emitting module Atomics
[600/652] Compiling c-nioatomics.c
[602/652] Emitting module Algorithms
[603/652] Emitting module ArgumentParser
[603/656] Compiling c-atomics.c
[605/662] Compiling ArgumentParser MessageInfo.swift
[606/662] Compiling ArgumentParser UsageGenerator.swift
[607/662] Compiling ArgumentParser CollectionExtensions.swift
[608/662] Compiling ArgumentParser Mutex.swift
[609/662] Compiling ArgumentParser Platform.swift
[610/662] Compiling ArgumentParser NonsenseFlagsValidator.swift
[611/662] Compiling ArgumentParser ParsableArgumentsValidation.swift
[612/662] Compiling ArgumentParser PositionalArgumentsValidator.swift
[613/662] Compiling ArgumentParser UniqueNamesValidator.swift
[624/662] Compiling ArgumentParser SequenceExtensions.swift
[625/662] Compiling ArgumentParser StringExtensions.swift
[626/662] Compiling ArgumentParser SwiftExtensions.swift
[627/662] Compiling ArgumentParser Tree.swift
[628/662] Compiling ArgumentParser CodingKeyValidator.swift
[629/662] Compiling ArgumentParser InputKey.swift
[630/662] Compiling ArgumentParser InputOrigin.swift
[631/662] Compiling ArgumentParser Name.swift
[632/662] Compiling ArgumentParser Parsed.swift
[633/662] Compiling ArgumentParser ParsedValues.swift
[634/662] Compiling ArgumentParser ParserError.swift
[635/662] Compiling ArgumentParser SplitArguments.swift
[636/662] Compiling ArgumentParser DumpHelpGenerator.swift
[637/662] Compiling ArgumentParser HelpCommand.swift
[638/662] Compiling ArgumentParser HelpGenerator.swift
[639/662] Compiling NIOConcurrencyHelpers lock.swift
[640/662] Compiling NIOConcurrencyHelpers NIOLock.swift
[641/662] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[642/662] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[643/662] Emitting module NIOConcurrencyHelpers
[644/662] Compiling NIOConcurrencyHelpers atomics.swift
[658/664] Compiling ArgumentParser ArgumentSet.swift
[659/664] Compiling ArgumentParser CommandParser.swift
[660/726] Compiling NIOCore Codec.swift
[661/726] Compiling NIOCore ConvenienceOptionSupport.swift
[662/726] Compiling NIOCore DeadChannel.swift
[663/726] Compiling NIOCore DispatchQueue+WithFuture.swift
[664/726] Compiling NIOCore EventLoop+Deprecated.swift
[665/726] Compiling NIOCore EventLoop+SerialExecutor.swift
[666/726] Compiling NIOCore EventLoop.swift
[667/733] Compiling NIOCore GlobalSingletons.swift
[668/733] Compiling NIOCore IO.swift
[669/733] Compiling NIOCore IOData.swift
[670/733] Compiling NIOCore IPProtocol.swift
[671/733] Compiling NIOCore IntegerBitPacking.swift
[672/733] Compiling NIOCore IntegerTypes.swift
[673/733] Compiling NIOCore Interfaces.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 AddressedEnvelope.swift
[682/733] Compiling NIOCore AsyncAwaitSupport.swift
[683/733] Compiling NIOCore AsyncChannel.swift
[684/733] Compiling NIOCore AsyncChannelHandler.swift
[685/733] Compiling NIOCore AsyncChannelInboundStream.swift
[686/733] Compiling NIOCore AsyncChannelOutboundWriter.swift
[687/733] Compiling NIOCore NIOAsyncSequenceProducer.swift
[688/733] Compiling NIOCore Channel.swift
[689/733] Compiling NIOCore ChannelHandler.swift
[690/733] Compiling NIOCore ChannelHandlers.swift
[691/733] Compiling NIOCore ChannelInvoker.swift
[692/733] Compiling NIOCore ChannelOption.swift
[693/733] Compiling NIOCore ChannelPipeline.swift
[694/733] Compiling NIOCore CircularBuffer.swift
[695/733] Compiling NIOCore Linux.swift
[696/733] Compiling NIOCore MarkedCircularBuffer.swift
[697/733] Compiling NIOCore MulticastChannel.swift
[698/733] Compiling NIOCore NIOAny.swift
[699/733] Compiling NIOCore NIOCloseOnErrorHandler.swift
[700/733] Compiling NIOCore NIOCoreSendableMetatype.swift
[701/733] Compiling NIOCore NIODecodedAsyncSequence.swift
[702/733] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[703/733] Compiling NIOCore NIOAsyncWriter.swift
[704/733] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[705/733] Compiling NIOCore BSDSocketAPI.swift
[706/733] Compiling NIOCore ByteBuffer-aux.swift
[707/733] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[708/733] Compiling NIOCore ByteBuffer-conversions.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 AsyncTestingChannel.swift
[733/789] Compiling NIOEmbedded Embedded.swift
[734/789] Emitting module NIOEmbedded
[735/789] Compiling NIOPosix SelectorEpoll.swift
[736/789] Compiling NIOPosix SelectorGeneric.swift
[737/789] Compiling NIOPosix SelectorKqueue.swift
[738/789] Compiling NIOPosix SelectorUring.swift
[739/789] Compiling NIOPosix SelectorWSAPoll.swift
[740/794] Compiling NIOPosix System.swift
[741/794] Compiling NIOPosix Thread.swift
[742/794] Compiling NIOPosix ThreadPosix.swift
[743/794] Compiling NIOPosix ThreadWindows.swift
[744/794] Compiling NIOPosix UnsafeTransfer.swift
[745/794] Compiling NIOPosix PosixSingletons.swift
[746/794] Compiling NIOPosix RawSocketBootstrap.swift
[747/794] Compiling NIOPosix Resolver.swift
[748/794] Compiling NIOPosix Selectable.swift
[749/794] Compiling NIOPosix SelectableChannel.swift
[750/794] Compiling NIOPosix SelectableEventLoop.swift
[751/794] Emitting module NIOPosix
[752/794] Compiling NIOPosix Utilities.swift
[753/794] Compiling NIOPosix VsockAddress.swift
[754/794] Compiling NIOPosix VsockChannelEvents.swift
[755/794] Compiling NIOPosix Windows.swift
[756/794] Compiling NIOPosix resource_bundle_accessor.swift
[757/794] Compiling NIOPosix ServerSocket.swift
[758/794] Compiling NIOPosix Socket.swift
[759/794] Compiling NIOPosix SocketChannel.swift
[760/794] Compiling NIOPosix SocketProtocols.swift
[761/794] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[762/794] Compiling NIOPosix GetaddrinfoResolver.swift
[763/794] Compiling NIOPosix HappyEyeballs.swift
[764/794] Compiling NIOPosix IO.swift
[765/794] Compiling NIOPosix IntegerBitPacking.swift
[766/794] Compiling NIOPosix IntegerTypes.swift
[767/794] Compiling NIOPosix Linux.swift
[768/794] Compiling NIOPosix BSDSocketAPICommon.swift
[769/794] Compiling NIOPosix BSDSocketAPIPosix.swift
[770/794] Compiling NIOPosix BSDSocketAPIWindows.swift
[771/794] Compiling NIOPosix BaseSocket.swift
[772/794] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[773/794] Compiling NIOPosix BaseSocketChannel.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 LinuxCPUSet.swift
[781/794] Compiling NIOPosix LinuxUring.swift
[782/794] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[783/794] Compiling NIOPosix NIOPosixSendableMetatype.swift
[784/794] Compiling NIOPosix NIOThreadPool.swift
[785/794] Compiling NIOPosix NonBlockingFileIO.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] Compiling NIOTLS TLSEvents.swift
[795/836] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[796/836] Compiling NIOSOCKS ClientStateMachine.swift
[797/837] Compiling NIOSOCKS SOCKSResponse.swift
[798/837] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[799/837] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[800/837] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[801/837] Compiling NIOSOCKS Messages.swift
[802/837] Compiling NIOSOCKS Helpers.swift
[803/837] Compiling NIOSOCKS Errors.swift
[804/837] Compiling NIOSOCKS SOCKSRequest.swift
[805/837] Compiling NIOSOCKS AuthenticationMethod.swift
[806/837] Compiling NIOSOCKS ClientGreeting.swift
[807/837] Emitting module NIOSOCKS
[808/837] Compiling NIOSOCKS SOCKSClientHandler.swift
[809/837] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[810/837] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[811/837] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[812/838] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[813/838] Compiling NIOTLS SNIHandler.swift
[814/838] Emitting module NIOTLS
[815/838] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[816/838] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[817/838] Compiling NIOSOCKS ServerStateMachine.swift
[818/838] Emitting module NIOFoundationCompat
[819/838] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[820/838] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[821/838] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[822/891] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[823/891] Compiling NIOTransportServices NIOTSBootstraps.swift
[824/891] Compiling NIOTransportServices NIOTSChannelOptions.swift
[825/891] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[826/891] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[827/891] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[828/891] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[829/891] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[830/891] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[831/891] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[832/891] Compiling NIOTransportServices NIOTSEventLoop.swift
[833/891] Emitting module NIOHTTP1
[834/891] Compiling NIOTransportServices AcceptHandler.swift
[835/891] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[836/919] Emitting module NIOTransportServices
[837/921] Compiling NIOHPACK IntegerCoding.swift
[839/922] Compiling NIOTransportServices StateManagedChannel.swift
[840/922] Compiling NIOHPACK DynamicHeaderTable.swift
[841/922] Compiling NIOHPACK HPACKDecoder.swift
[843/922] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[844/922] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[845/922] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[846/922] Compiling NIOWebSocket WebSocketOpcode.swift
[847/923] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[848/923] Compiling NIOTransportServices NIOTSErrors.swift
[849/923] Compiling NIOHPACK HuffmanTables.swift
[850/923] Compiling NIOHPACK IndexedHeaderTable.swift
[852/923] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[853/923] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[854/923] Compiling NIOTransportServices NIOTSListenerChannel.swift
[855/923] Emitting module NIOSSL
[856/926] Compiling NIOHPACK HuffmanCoding.swift
[857/926] Compiling NIOHPACK HeaderTables.swift
[858/926] Compiling NIOHTTPCompression HTTPCompression.swift
[859/926] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[860/926] Emitting module NIOHTTPCompression
[861/926] Compiling NIOHTTPCompression HTTPDecompression.swift
[862/926] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[863/926] Compiling NIOHPACK StaticHeaderTable.swift
[864/926] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[865/926] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[866/926] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[867/926] Compiling NIOWebSocket SHA1.swift
[868/926] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[869/926] Compiling NIOWebSocket WebSocketErrorCodes.swift
[870/926] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[871/926] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[872/926] Compiling NIOWebSocket WebSocketFrame.swift
[873/926] Emitting module NIOWebSocket
[874/926] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[875/926] Compiling NIOHPACK HPACKErrors.swift
[876/926] Compiling NIOHPACK HPACKEncoder.swift
[879/926] Emitting module NIOHPACK
[880/926] Compiling NIOHPACK HPACKHeader.swift
[884/926] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[885/926] Compiling NIOTransportServices NIOTSSingletons.swift
[892/926] Compiling NIOTransportServices StateManagedListenerChannel.swift
[894/926] Compiling NIOSSL UniversalBootstrapSupport.swift
[895/926] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[896/926] Compiling NIOSSL resource_bundle_accessor.swift
[901/988] Compiling NIOHTTP2 ReceivingDataState.swift
[902/988] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[903/988] Compiling NIOHTTP2 ReceivingHeadersState.swift
[904/988] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[905/988] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[906/988] Compiling NIOHTTP2 HTTP2Frame.swift
[907/988] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[908/988] Compiling NIOHTTP2 HTTP2FrameParser.swift
[909/988] Compiling NIOHTTP2 HTTP2PingData.swift
[910/988] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[911/988] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[912/988] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[913/988] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[914/988] Compiling NIOHTTP2 HTTP2Error.swift
[915/988] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[916/988] Compiling NIOHTTP2 Error+Any.swift
[917/988] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[918/988] Compiling NIOHTTP2 HasRemoteSettings.swift
[919/988] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[920/988] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[921/988] Compiling NIOHTTP2 ConnectionStateMachine.swift
[922/988] Compiling NIOHTTP2 ConnectionStreamsState.swift
[923/988] Compiling NIOHTTP2 MayReceiveFrames.swift
[924/988] Compiling NIOHTTP2 LocallyQuiescingState.swift
[925/988] Compiling NIOHTTP2 QuiescingState.swift
[926/988] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[927/988] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[928/988] Compiling NIOHTTP2 StateMachineResult.swift
[929/988] Compiling NIOHTTP2 ContentLengthVerifier.swift
[930/988] Compiling NIOHTTP2 DOSHeuristics.swift
[931/1017] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[932/1017] Compiling NIOHTTP2 HTTP2UserEvents.swift
[933/1017] Compiling NIOHTTP2 InboundEventBuffer.swift
[934/1017] Compiling NIOHTTP2 InboundWindowManager.swift
[935/1017] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[936/1017] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[937/1017] Emitting module NIOHTTP2
[938/1017] Compiling NIOHTTP2 HTTP2Stream.swift
[939/1017] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[940/1017] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[941/1017] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[942/1017] Compiling NIOHTTP2 HTTP2StreamID.swift
[943/1017] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[944/1017] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[945/1017] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[946/1017] Compiling NIOHTTP2 MaySendFrames.swift
[947/1017] Compiling NIOHTTP2 SendingDataState.swift
[948/1017] Compiling NIOHTTP2 SendingGoawayState.swift
[949/1017] Compiling NIOHTTP2 SendingHeadersState.swift
[950/1017] Compiling NIOHTTP2 SendingPushPromiseState.swift
[953/1017] Compiling NIOHTTP2 ControlFrameBuffer.swift
[954/1017] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[955/1017] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[956/1017] Compiling NIOHTTP2 GlitchesMonitor.swift
[957/1017] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[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 MQTTNIO MQTTClient+async.swift
[965/1017] Compiling MQTTNIO MQTTClientV5+async.swift
[966/1017] Compiling MQTTNIO Sendable.swift
[967/1017] Compiling MQTTNIO MQTTMessageDecoder.swift
[968/1017] Compiling MQTTNIO MQTTMessageHandler.swift
[969/1017] Compiling MQTTNIO MQTTTaskHandler.swift
[970/1017] Compiling MQTTNIO MQTTConnection.swift
[971/1017] Compiling MQTTNIO MQTTCoreTypes.swift
[972/1017] Compiling MQTTNIO PingreqHandler.swift
[973/1017] Compiling MQTTNIO WebSocketHandler.swift
[974/1017] Compiling MQTTNIO WebSocketInitialRequest.swift
[975/1017] Compiling MQTTNIO MQTTReason.swift
[976/1017] Compiling MQTTNIO MQTTSerializer.swift
[977/1017] Compiling MQTTNIO MQTTInflight.swift
[978/1017] Compiling MQTTNIO MQTTConfiguration.swift
[985/1017] Compiling MQTTNIO MQTTListeners.swift
[986/1017] Compiling MQTTNIO MQTTCoreTypesV5.swift
[987/1017] Compiling MQTTNIO MQTTError.swift
[988/1017] Compiling MQTTNIO MQTTPacket.swift
[989/1017] Compiling MQTTNIO MQTTProperties.swift
[990/1017] Compiling MQTTNIO MQTTClient.swift
[991/1017] Compiling MQTTNIO MQTTClientV5.swift
[992/1081] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[993/1081] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[994/1081] Compiling AsyncHTTPClient AsyncLazySequence.swift
[995/1081] Compiling AsyncHTTPClient HTTPClient+execute.swift
[996/1081] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[997/1081] Compiling AsyncHTTPClient HTTPClient+tracing.swift
[998/1081] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[999/1088] Compiling AsyncHTTPClient BasicAuth.swift
[1000/1088] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1001/1088] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1002/1088] Compiling AsyncHTTPClient ConnectionPool.swift
[1003/1088] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1004/1088] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1005/1088] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1006/1088] Emitting module AsyncHTTPClient
[1007/1088] Compiling AsyncHTTPClient SSLContextCache.swift
[1008/1088] Compiling AsyncHTTPClient Scheme.swift
[1009/1088] Compiling AsyncHTTPClient Singleton.swift
[1010/1088] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1011/1088] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1012/1088] Compiling AsyncHTTPClient TracingSupport.swift
[1013/1088] Compiling AsyncHTTPClient Utils.swift
[1014/1088] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1015/1088] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1016/1088] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1017/1088] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1018/1088] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1019/1088] Compiling AsyncHTTPClient Transaction.swift
[1020/1088] Compiling AsyncHTTPClient Base64.swift
[1021/1088] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1022/1088] Compiling AsyncHTTPClient HTTP1Connection.swift
[1023/1088] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1024/1088] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1025/1088] Compiling AsyncHTTPClient HTTP2Connection.swift
[1026/1088] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1027/1088] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1028/1088] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1029/1088] Compiling AsyncHTTPClient TLSConfiguration.swift
[1030/1088] Compiling AsyncHTTPClient RedirectState.swift
[1031/1088] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1032/1088] Compiling AsyncHTTPClient RequestBag+Tracing.swift
[1033/1088] Compiling AsyncHTTPClient RequestBag.swift
[1034/1088] Compiling AsyncHTTPClient RequestValidation.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 HTTPConnectionPool+Factory.swift
[1043/1088] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1044/1088] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1045/1088] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1046/1088] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1047/1088] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1048/1088] Compiling AsyncHTTPClient RequestBodyLength.swift
[1049/1088] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1050/1088] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1051/1088] Compiling AsyncHTTPClient ConnectionTarget.swift
[1052/1088] Compiling AsyncHTTPClient DeconstructedURL.swift
[1053/1088] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1054/1088] Compiling AsyncHTTPClient FoundationExtensions.swift
[1055/1088] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1056/1088] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1057/1088] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1058/1088] Compiling AsyncHTTPClient HTTPClient.swift
[1059/1088] Compiling AsyncHTTPClient HTTPHandler.swift
[1060/1088] Compiling AsyncHTTPClient LRUCache.swift
[1061/1088] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1062/1088] Compiling AsyncHTTPClient NWErrorHandler.swift
[1066/1090] Emitting module MQTTNIO
[1086/1090] Compiling MQTTNIO MQTTTask.swift
[1087/1090] Compiling MQTTNIO TSTLSConfiguration.swift
[1088/1117] 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 |     }()
[1089/1117] 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 |     }()
[1090/1117] 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 |     }()
[1091/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() }
[1092/1119] Compiling sma2mqttLibrary PacketHelper.swift
[1093/1119] Compiling sma2mqttLibrary SMANetPacket.swift
[1094/1119] Compiling sma2mqttLibrary SMANetPacketDefinition.swift
[1095/1119] Compiling sma2mqttLibrary Extensions.swift
[1096/1119] Compiling sma2mqttLibrary HTTPClientProvider.swift
[1097/1119] Compiling sma2mqttLibrary IntervalLoop.swift
[1098/1119] Compiling sma2mqttLibrary SMAPacketGenerator.swift
[1099/1119] Compiling sma2mqttLibrary SMATagPacket.swift
[1100/1119] Compiling sma2mqttLibrary DatedQueue.swift
[1101/1119] Compiling sma2mqttLibrary SMATagTranslator.swift
[1102/1119] Compiling sma2mqttLibrary ObisDefinition.swift
[1103/1119] Compiling sma2mqttLibrary ObisPacket.swift
[1104/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() }
[1105/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() }
[1106/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() }
[1107/1119] Compiling sma2mqttLibrary SMANetPacketHeader.swift
[1108/1119] Compiling sma2mqttLibrary SMANetPacketValue.swift
[1109/1119] Compiling sma2mqttLibrary SMAPacket.swift
[1110/1119] Compiling sma2mqttLibrary RandomNumber.swift
[1111/1119] Compiling sma2mqttLibrary SMAUDPPort.swift
[1112/1119] Compiling sma2mqttLibrary SwiftFD_SET.swift
[1113/1119] Compiling sma2mqttLibrary resource_bundle_accessor.swift
[1114/1119] Compiling sma2mqttLibrary ObisValue.swift
[1115/1119] Compiling sma2mqttLibrary SMADevice.swift
[1116/1119] Compiling sma2mqttLibrary SMALighthouse.swift
[1117/1121] Emitting module sma2mqtt
[1118/1121] Compiling sma2mqtt sma2mqtt.swift
[1118/1121] Write Objects.LinkFileList
[1119/1121] Linking sma2mqtt
[1120/1121] Applying sma2mqtt
Build complete! (130.41s)
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/jollyjinx/JLog
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
[411/9274] Fetching jlog, binarycoder, mqtt-nio
[412/61680] Fetching jlog, binarycoder, mqtt-nio, swiftformat
Fetched https://github.com/swift-server-community/mqtt-nio from cache (48.54s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (48.54s)
Fetched https://github.com/jollyjinx/BinaryCoder from cache (48.54s)
Fetched https://github.com/jollyjinx/JLog from cache (48.54s)
Fetched https://github.com/swift-server/async-http-client.git from cache (48.56s)
Fetched https://github.com/apple/swift-argument-parser from cache (48.56s)
Computing version for https://github.com/jollyjinx/BinaryCoder
Computed https://github.com/jollyjinx/BinaryCoder at 2.3.2 (49.32s)
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.91s)
Fetched https://github.com/apple/swift-log.git from cache (0.92s)
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.21s)
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-nio-transport-services.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (0.92s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (0.93s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (2.45s)
Fetched https://github.com/apple/swift-nio.git from cache (2.51s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (3.03s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (0.51s)
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.49s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.88.0 (0.62s)
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 (1.03s)
Fetched https://github.com/apple/swift-collections.git from cache (1.33s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.86s)
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.49s)
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.49s)
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-extras.git from cache (0.88s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.11s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.11s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.11s)
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.62s)
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.95s)
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.48s)
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.46s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.55s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (1.01s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (1.93s)
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.53s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git from cache
Fetching https://github.com/apple/swift-http-structured-headers.git from cache
Fetching https://github.com/apple/swift-http-types.git from cache
[1/2562] Fetching swift-service-lifecycle
[206/8237] Fetching swift-service-lifecycle, swift-async-algorithms
[207/14944] Fetching swift-service-lifecycle, swift-async-algorithms, swift-certificates
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.96s)
[4257/12382] Fetching swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (1.11s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.17s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.17s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.21s)
Fetched https://github.com/apple/swift-http-types.git from cache (1.21s)
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.72s)
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.52s)
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.48s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.0 (2.34s)
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.46s)
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.59s)
Fetching https://github.com/apple/swift-crypto.git from cache
Fetched https://github.com/apple/swift-crypto.git from cache (1.55s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.1.0 (2.61s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.58.5 (0.56s)
Creating working copy for https://github.com/jollyjinx/BinaryCoder
Working copy of https://github.com/jollyjinx/BinaryCoder resolved at 2.3.2
Creating working copy for https://github.com/apple/swift-nio-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-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-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-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.31.0
Creating working copy for https://github.com/apple/swift-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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.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-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/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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
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-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-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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.88.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.29.1
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.15.1
Creating working copy for https://github.com/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-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/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.9.1
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.2
Creating working copy for https://github.com/swift-server-community/mqtt-nio
Working copy of https://github.com/swift-server-community/mqtt-nio resolved at 2.12.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.