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 modbus2mqtt, reference main (1d878c), with Swift 6.1 for Linux on 26 May 2025 21:16:24 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jollyjinx/modbus-2-mqtt-bridge.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/jollyjinx/modbus-2-mqtt-bridge
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 1d878cd Merge pull request #6 from ThomasSchoeller/patch-1
Cloned https://github.com/jollyjinx/modbus-2-mqtt-bridge.git
Revision (git rev-parse @):
1d878cd79d0cf6e0e8487532907a41ae24c90156
SUCCESS checkout https://github.com/jollyjinx/modbus-2-mqtt-bridge.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/jollyjinx/modbus-2-mqtt-bridge.git
https://github.com/jollyjinx/modbus-2-mqtt-bridge.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swiftformat",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "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" : "mqtt-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.8.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/sroebert/mqtt-nio.git"
    },
    {
      "identity" : "jlog",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.5",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jollyjinx/JLog"
    },
    {
      "identity" : "swiftlibmodbus",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.2",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jollyjinx/SwiftLibModbus"
    }
  ],
  "manifest_display_name" : "modbus2mqtt",
  "name" : "modbus2mqtt",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "modbus2mqtt",
      "targets" : [
        "modbus2mqtt"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "modbus2mqttTests",
      "module_type" : "SwiftTarget",
      "name" : "modbus2mqttTests",
      "path" : "Tests/modbus2mqttTests",
      "sources" : [
        "modbus2mqttTests.swift"
      ],
      "target_dependencies" : [
        "modbus2mqtt"
      ],
      "type" : "test"
    },
    {
      "c99name" : "modbus2mqtt",
      "module_type" : "SwiftTarget",
      "name" : "modbus2mqtt",
      "path" : "Sources/modbus2mqtt",
      "product_dependencies" : [
        "ArgumentParser",
        "MQTTNIO",
        "JLog",
        "SwiftLibModbus"
      ],
      "product_memberships" : [
        "modbus2mqtt"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/modbus2mqtt/DeviceDefinitions",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "BitMappedValue.swift",
        "MQTTRequestResponse.swift",
        "ModbusDefinition.swift",
        "ModbusValue.swift",
        "modbus2mqtt.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:ba854000887cd0c27418c7bc304adc590345237c7003ebd31ba26cc8db085cf3
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/nicklockwood/SwiftFormat
[1/48119] Fetching swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat from cache (19.31s)
Fetching https://github.com/jollyjinx/JLog
Fetching https://github.com/sroebert/mqtt-nio.git
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/jollyjinx/SwiftLibModbus
[1/488] Fetching swiftlibmodbus
[70/581] Fetching swiftlibmodbus, jlog
[582/2257] Fetching swiftlibmodbus, jlog, mqtt-nio
Fetched https://github.com/jollyjinx/JLog from cache (0.27s)
Fetched https://github.com/sroebert/mqtt-nio.git from cache (0.27s)
[1/15351] Fetching swift-argument-parser
Fetched https://github.com/jollyjinx/SwiftLibModbus from cache (0.81s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.82s)
Computing version for https://github.com/sroebert/mqtt-nio.git
Computed https://github.com/sroebert/mqtt-nio.git at 2.8.1 (1.50s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/2667] Fetching swift-nio-transport-services
[2668/6503] Fetching swift-nio-transport-services, swift-log
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.33s)
[1/76037] Fetching swift-nio
[3043/90880] Fetching swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-log.git from cache (1.70s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.40s)
Fetched https://github.com/apple/swift-nio.git from cache (3.46s)
Computing version for https://github.com/jollyjinx/JLog
Computed https://github.com/jollyjinx/JLog at 0.0.7 (3.91s)
Fetching https://github.com/Adorkable/swift-log-format-and-pipe
[1/190] Fetching swift-log-format-and-pipe
Fetched https://github.com/Adorkable/swift-log-format-and-pipe from cache (0.27s)
Computing version for https://github.com/Adorkable/swift-log-format-and-pipe
Computed https://github.com/Adorkable/swift-log-format-and-pipe at 0.1.1 (0.72s)
Computing version for https://github.com/jollyjinx/SwiftLibModbus
Computed https://github.com/jollyjinx/SwiftLibModbus at 2.0.5 (0.45s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.50s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.47s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.56s)
Fetching https://github.com/apple/swift-atomics.git
[1/1710] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.41s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.29s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
[2/20982] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.50s)
[4314/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.42s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.10s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.41s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.58s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.51s)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/Adorkable/swift-log-format-and-pipe
Working copy of https://github.com/Adorkable/swift-log-format-and-pipe resolved at 0.1.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/jollyjinx/SwiftLibModbus
Working copy of https://github.com/jollyjinx/SwiftLibModbus resolved at 2.0.5
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.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.3
Creating working copy for https://github.com/sroebert/mqtt-nio.git
Working copy of https://github.com/sroebert/mqtt-nio.git resolved at 2.8.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.5.0
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at main (d352277)
Creating working copy for https://github.com/jollyjinx/JLog
Working copy of https://github.com/jollyjinx/JLog resolved at 0.0.7
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.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.31.0
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin SwiftFormatPlugin
Building for debugging...
[2/472] Compiling CModbus modbus-rtu.c
[3/472] Copying DeviceDefinitions
[4/472] Write sources
[7/472] Compiling _AtomicsShims.c
[8/472] Write sources
[26/472] Compiling a_dup.cc
[27/472] Compiling CNIOWindows shim.c
[28/472] Compiling a_d2i_fp.cc
[29/472] Compiling CNIOWindows WSAStartup.c
[30/472] Compiling err.cc
[31/472] Compiling CNIOWASI CNIOWASI.c
[32/472] Compiling CNIOSHA1 c_nio_sha1.c
[33/472] Compiling a_bitstr.cc
[34/472] Compiling CNIOLinux liburing_shims.c
[35/472] Compiling CNIOLLHTTP c_nio_http.c
[36/472] Compiling CNIODarwin shim.c
[37/472] Compiling a_bool.cc
[38/472] Write swift-version-24593BA9C3E375BF.txt
[39/472] Compiling a_gentm.cc
[40/472] Compiling CNIOLLHTTP c_nio_api.c
[41/472] Compiling CNIOLinux shim.c
[42/472] Compiling fiat_curve25519_adx_square.S
[43/472] Compiling fiat_p256_adx_sqr.S
[43/472] Compiling fiat_p256_adx_mul.S
[45/472] Compiling CNIOLLHTTP c_nio_llhttp.c
[46/481] Compiling fiat_curve25519_adx_mul.S
[47/497] Compiling CNIOBoringSSLShims shims.c
[48/497] Compiling tls_record.cc
[49/497] Compiling tls13_enc.cc
[50/497] Compiling tls_method.cc
[52/497] Emitting module InternalCollectionsUtilities
[53/498] Compiling _NIODataStructures _TinyArray.swift
[53/498] Compiling tls13_server.cc
[55/498] Compiling _NIODataStructures PriorityQueue.swift
[56/498] Compiling Logging LogHandler.swift
[57/498] Emitting module _NIOBase64
[58/498] Compiling _NIOBase64 Base64.swift
[59/499] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[60/499] Compiling InternalCollectionsUtilities Debugging.swift
[61/499] Compiling InternalCollectionsUtilities Descriptions.swift
[62/499] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[63/499] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[64/499] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[65/499] Compiling InternalCollectionsUtilities Integer rank.swift
[66/499] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[67/499] Compiling InternalCollectionsUtilities UInt+reversed.swift
[68/499] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[69/499] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[70/499] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[71/499] Compiling InternalCollectionsUtilities _SortedCollection.swift
[73/499] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[74/500] Wrapping AST for _NIOBase64 for debugging
[76/515] Emitting module Logging
[77/515] Compiling Logging Locks.swift
[78/515] Compiling Logging MetadataProvider.swift
[79/515] Emitting module _NIODataStructures
[80/515] Compiling _NIODataStructures Heap.swift
[80/516] Compiling tls13_client.cc
[82/516] Compiling Logging Logging.swift
[83/517] Compiling DequeModule Deque+CustomReflectable.swift
[84/517] Compiling DequeModule Deque+Descriptions.swift
[86/519] Compiling DequeModule _DequeBuffer.swift
[87/519] Compiling DequeModule _DequeBufferHeader.swift
[88/519] Wrapping AST for InternalCollectionsUtilities for debugging
[89/519] Compiling t1_enc.cc
[90/519] Wrapping AST for _NIODataStructures for debugging
[92/519] Compiling DequeModule Deque+Equatable.swift
[93/519] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[94/519] Compiling DequeModule Deque+Extras.swift
[95/519] Compiling DequeModule Deque+Hashable.swift
[95/519] Wrapping AST for Logging for debugging
[97/525] Compiling DequeModule Deque._UnsafeHandle.swift
[98/525] Compiling DequeModule Deque.swift
[99/525] Compiling DequeModule Deque+Testing.swift
[100/525] Compiling DequeModule Deque._Storage.swift
[100/525] Compiling tls13_both.cc
[101/525] Compiling ssl_x509.cc
[103/525] Compiling DequeModule _DequeSlot.swift
[104/525] Compiling DequeModule _UnsafeWrappedBuffer.swift
[105/525] Compiling DequeModule Deque+Codable.swift
[106/525] Compiling DequeModule Deque+Collection.swift
[107/525] Emitting module DequeModule
[107/526] Compiling ssl_versions.cc
[109/526] Compiling ssl_transcript.cc
[110/526] Compiling ssl_stat.cc
[111/526] Wrapping AST for DequeModule for debugging
[112/526] Compiling ssl_privkey.cc
[113/526] Compiling ssl_session.cc
[114/526] Compiling ssl_key_share.cc
[116/526] Compiling LoggingFormatAndPipe LoggerTextOutputStreamPipe.swift
[116/526] Compiling ssl_file.cc
[118/526] Compiling LoggingFormatAndPipe Handler.swift
[118/526] Compiling ssl_lib.cc
[119/526] Compiling ssl_cipher.cc
[120/526] Compiling ssl_credential.cc
[121/526] Compiling ssl_cert.cc
[122/526] Compiling ssl_buffer.cc
[124/526] Emitting module LoggingFormatAndPipe
[125/526] Compiling LoggingFormatAndPipe Pipe.swift
[126/526] Compiling LoggingFormatAndPipe BasicFormatter.swift
[127/526] Compiling LoggingFormatAndPipe Formatter.swift
[128/527] Compiling ssl_asn1.cc
[129/527] Compiling ssl_aead_ctx.cc
[130/527] Compiling s3_pkt.cc
[131/529] Wrapping AST for LoggingFormatAndPipe for debugging
[132/529] Compiling s3_lib.cc
[133/529] Compiling s3_both.cc
[134/529] Compiling handshake_server.cc
[135/529] Compiling handshake_client.cc
[136/529] Compiling handshake.cc
[137/529] Compiling handoff.cc
[138/529] Compiling extensions.cc
[139/529] Compiling dtls_record.cc
[140/529] Compiling encrypted_client_hello.cc
[141/529] Compiling md5-x86_64-linux.S
[142/529] Compiling md5-x86_64-apple.S
[143/529] Compiling md5-586-linux.S
[144/529] Compiling md5-586-apple.S
[145/529] Compiling d1_srtp.cc
[146/529] Compiling dtls_method.cc
[147/529] Compiling chacha20_poly1305_x86_64-linux.S
[148/529] Compiling chacha20_poly1305_x86_64-apple.S
[149/529] Compiling chacha20_poly1305_armv8-win.S
[150/529] Compiling chacha20_poly1305_armv8-linux.S
[151/529] Compiling chacha20_poly1305_armv8-apple.S
[152/529] Compiling err_data.cc
[153/529] Compiling bio_ssl.cc
[154/529] Compiling d1_pkt.cc
[155/529] Compiling chacha-x86_64-linux.S
[156/529] Compiling chacha-x86_64-apple.S
[157/529] Compiling chacha-x86-linux.S
[158/529] Compiling d1_lib.cc
[159/529] Compiling chacha-x86-apple.S
[160/529] Compiling chacha-armv8-linux.S
[161/529] Compiling chacha-armv8-win.S
[162/529] Compiling d1_both.cc
[163/529] Compiling chacha-armv4-linux.S
[164/529] Compiling chacha-armv8-apple.S
[165/529] Compiling aes128gcmsiv-x86_64-apple.S
[165/529] Compiling x86_64-mont-apple.S
[167/529] Compiling x86_64-mont-linux.S
[167/529] Compiling x86_64-mont5-linux.S
[167/529] Compiling x86_64-mont5-apple.S
[170/529] Compiling aes128gcmsiv-x86_64-linux.S
[171/529] Compiling x86-mont-linux.S
[172/529] Compiling x86-mont-apple.S
[173/529] Compiling vpaes-x86_64-apple.S
[174/529] Compiling vpaes-x86_64-linux.S
[175/529] Compiling vpaes-armv8-linux.S
[176/529] Compiling vpaes-x86-apple.S
[177/529] Compiling vpaes-armv8-win.S
[178/529] Compiling vpaes-x86-linux.S
[179/529] Compiling vpaes-armv8-apple.S
[180/529] Compiling vpaes-armv7-linux.S
[181/529] Compiling sha512-x86_64-apple.S
[182/529] Compiling sha512-armv8-win.S
[183/529] Compiling sha512-armv8-apple.S
[184/529] Compiling sha512-x86_64-linux.S
[185/529] Compiling sha512-armv8-linux.S
[186/529] Compiling sha512-armv4-linux.S
[187/529] Compiling sha512-586-linux.S
[188/529] Compiling sha512-586-apple.S
[189/529] Compiling sha256-x86_64-apple.S
[190/529] Compiling sha256-armv8-win.S
[191/529] Compiling sha256-x86_64-linux.S
[192/529] Compiling sha256-armv8-apple.S
[193/529] Compiling sha256-armv8-linux.S
[194/529] Compiling sha256-armv4-linux.S
[195/529] Compiling sha256-586-linux.S
[196/529] Compiling sha256-586-apple.S
[197/529] Compiling sha1-armv8-win.S
[198/529] Compiling sha1-armv8-apple.S
[199/529] Compiling sha1-x86_64-apple.S
[200/529] Compiling sha1-armv8-linux.S
[201/529] Compiling sha1-x86_64-linux.S
[202/529] Compiling sha1-armv4-large-linux.S
[203/529] Compiling sha1-586-linux.S
[204/529] Compiling sha1-586-apple.S
[205/529] Compiling rsaz-avx2-apple.S
[206/529] Compiling rsaz-avx2-linux.S
[207/529] Compiling rdrand-x86_64-linux.S
[208/529] Compiling rdrand-x86_64-apple.S
[209/529] Compiling p256_beeu-x86_64-asm-apple.S
[210/529] Compiling p256_beeu-x86_64-asm-linux.S
[211/529] Compiling p256_beeu-armv8-asm-win.S
[212/529] Compiling p256_beeu-armv8-asm-apple.S
[213/529] Compiling p256_beeu-armv8-asm-linux.S
[214/529] Compiling p256-x86_64-asm-apple.S
[215/529] Compiling p256-x86_64-asm-linux.S
[216/529] Compiling p256-armv8-asm-win.S
[217/529] Compiling p256-armv8-asm-linux.S
[218/529] Compiling p256-armv8-asm-apple.S
[219/529] Compiling ghashv8-armv8-win.S
[220/529] Compiling ghashv8-armv8-linux.S
[221/529] Compiling ghashv8-armv8-apple.S
[222/529] Compiling ghashv8-armv7-linux.S
[223/529] Compiling ghash-x86_64-apple.S
[224/529] Compiling ghash-x86_64-linux.S
[225/529] Compiling ghash-x86-apple.S
[225/529] Compiling ghash-x86-linux.S
[227/529] Compiling ghash-ssse3-x86_64-linux.S
[228/529] Compiling ghash-ssse3-x86_64-apple.S
[229/529] Compiling ghash-ssse3-x86-apple.S
[230/529] Compiling ghash-ssse3-x86-linux.S
[231/529] Compiling ghash-neon-armv8-win.S
[232/529] Compiling ghash-neon-armv8-apple.S
[233/529] Compiling ghash-neon-armv8-linux.S
[234/529] Compiling ghash-armv4-linux.S
[235/529] Compiling co-586-linux.S
[236/529] Compiling co-586-apple.S
[237/529] Compiling bn-armv8-win.S
[238/529] Compiling bn-armv8-linux.S
[239/529] Compiling bn-armv8-apple.S
[240/529] Compiling bsaes-armv7-linux.S
[242/529] Emitting module JLog
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[243/529] Compiling JLog JLog.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[244/530] Compiling bn-586-apple.S
[244/530] Compiling bn-586-linux.S
[246/530] Compiling armv8-mont-win.S
[247/530] Compiling armv8-mont-apple.S
[248/530] Compiling aesv8-gcm-armv8-win.S
[248/530] Compiling armv8-mont-linux.S
[250/530] Compiling armv4-mont-linux.S
[251/530] Compiling aesv8-gcm-armv8-linux.S
[252/530] Compiling aesv8-gcm-armv8-apple.S
[252/530] Compiling aesv8-armv8-win.S
[254/530] Compiling aesv8-armv7-linux.S
[255/530] Compiling aesv8-armv8-apple.S
[255/530] Compiling aesv8-armv8-linux.S
[257/530] Compiling aesni-x86_64-linux.S
[258/530] Wrapping AST for JLog for debugging
[259/530] Compiling aesni-x86-linux.S
[259/530] Compiling aesni-x86_64-apple.S
[261/530] Compiling aesni-x86-apple.S
[262/530] Compiling aesni-gcm-x86_64-apple.S
[263/530] Compiling aesni-gcm-x86_64-linux.S
[264/530] Compiling aes-gcm-avx2-x86_64-linux.S
[265/530] Compiling aes-gcm-avx2-x86_64-apple.S
[265/530] Compiling aes-gcm-avx10-x86_64-apple.S
[265/530] Compiling aes-gcm-avx10-x86_64-linux.S
[268/530] Compiling x_sig.cc
[269/530] Compiling x_x509a.cc
[270/530] Compiling x_val.cc
[271/530] Compiling x_spki.cc
[272/530] Compiling x_x509.cc
[273/530] Compiling x_pubkey.cc
[273/530] Compiling x_req.cc
[275/530] Compiling x_name.cc
[276/530] Compiling x_algor.cc
[277/530] Compiling x_attrib.cc
[278/530] Compiling x_crl.cc
[279/530] Compiling x_exten.cc
[280/530] Compiling x_all.cc
[281/530] Compiling x509spki.cc
[282/530] Compiling x509rset.cc
[283/530] Compiling x509name.cc
[284/530] Compiling x509cset.cc
[285/530] Compiling x509_txt.cc
[286/530] Compiling x509_v3.cc
[287/530] Compiling x509_vpm.cc
[288/530] Compiling x509_trs.cc
[289/530] Compiling x509_vfy.cc
[290/530] Compiling x509_set.cc
[291/530] Compiling x509_req.cc
[292/530] Compiling x509_obj.cc
[293/530] Compiling x509_lu.cc
[294/530] Compiling x509_ext.cc
[295/530] Compiling x509_def.cc
[296/530] Compiling x509_d2.cc
[297/530] Compiling x509.cc
[298/530] Compiling x509_cmp.cc
[299/530] Compiling x509_att.cc
[300/530] Compiling v3_skey.cc
[301/530] Compiling v3_utl.cc
[302/530] Compiling v3_prn.cc
[303/530] Compiling v3_pcons.cc
[304/530] Compiling v3_ocsp.cc
[305/530] Compiling v3_purp.cc
[306/530] Compiling v3_pmaps.cc
[307/530] Compiling v3_ncons.cc
[308/530] Compiling v3_int.cc
[309/530] Compiling v3_lib.cc
[310/530] Compiling v3_ia5.cc
[311/530] Compiling v3_info.cc
[312/530] Compiling v3_enum.cc
[313/530] Compiling v3_extku.cc
[314/530] Compiling v3_genn.cc
[315/530] Compiling v3_crld.cc
[316/530] Compiling v3_bitst.cc
[317/530] Compiling v3_cpols.cc
[318/530] Compiling v3_conf.cc
[319/530] Compiling v3_akeya.cc
[320/530] Compiling v3_bcons.cc
[321/530] Compiling v3_alt.cc
[322/530] Compiling t_x509a.cc
[323/530] Compiling v3_akey.cc
[324/530] Compiling i2d_pr.cc
[325/530] Compiling t_x509.cc
[326/530] Compiling t_req.cc
[327/530] Compiling t_crl.cc
[328/530] Compiling rsa_pss.cc
[329/530] Compiling policy.cc
[330/530] Compiling name_print.cc
[331/530] Compiling by_file.cc
[332/530] Compiling by_dir.cc
[333/530] Compiling voprf.cc
[334/530] Compiling algorithm.cc
[335/530] Compiling a_verify.cc
[336/530] Compiling asn1_gen.cc
[337/530] Compiling a_digest.cc
[338/530] Compiling thread_win.cc
[338/530] Compiling trust_token.cc
[340/530] Compiling a_sign.cc
[341/530] Compiling thread_pthread.cc
[342/530] Compiling thread_none.cc
[343/530] Compiling thread.cc
[344/530] Compiling stack.cc
[345/530] Compiling sha512.cc
[346/530] Compiling siphash.cc
[347/530] Compiling sha256.cc
[348/530] Compiling sha1.cc
[349/530] Compiling pmbtoken.cc
[350/530] Compiling rsa_print.cc
[351/530] Compiling slhdsa.cc
[352/530] Compiling rsa_extra.cc
[353/530] Compiling spake2plus.cc
[354/530] Compiling rc4.cc
[355/530] Compiling refcount.cc
[356/530] Compiling rsa_crypt.cc
[357/530] Compiling trusty.cc
[358/530] Compiling windows.cc
[359/530] Compiling urandom.cc
[360/530] Compiling rand.cc
[361/530] Compiling rsa_asn1.cc
[362/530] Compiling ios.cc
[363/530] Compiling poly1305_arm_asm.S
[364/530] Compiling passive.cc
[364/530] Compiling getentropy.cc
[366/530] Compiling deterministic.cc
[366/530] Compiling forkunsafe.cc
[368/530] Compiling fork_detect.cc
[369/530] Compiling poly1305_arm.cc
[370/530] Compiling poly1305.cc
[371/530] Compiling pool.cc
[372/530] Compiling poly1305_vec.cc
[373/530] Compiling pkcs7.cc
[374/530] Compiling p5_pbev2.cc
[375/530] Compiling pkcs8.cc
[376/530] Compiling pkcs8_x509.cc
[377/530] Compiling pkcs7_x509.cc
[378/530] Compiling pem_xaux.cc
[379/530] Compiling pem_x509.cc
[380/530] Compiling pem_pkey.cc
[381/530] Compiling obj_xref.cc
[382/530] Compiling pem_pk8.cc
[383/530] Compiling pem_oth.cc
[384/530] Compiling mlkem.cc
[385/530] Compiling pem_info.cc
[386/530] Compiling pem_all.cc
[387/530] Compiling obj.cc
[388/530] Compiling mldsa.cc
[389/530] Compiling mem.cc
[390/530] Compiling poly_rq_mul.S
[391/530] Compiling md5.cc
[392/530] Compiling fips_shared_support.cc
[393/530] Compiling pem_lib.cc
[394/530] Compiling md4.cc
[395/530] Compiling lhash.cc
[396/530] Compiling sign.cc
[397/530] Compiling ex_data.cc
[398/530] Compiling hrss.cc
[399/530] Compiling scrypt.cc
[400/530] Compiling kyber.cc
[401/530] Compiling print.cc
[402/530] Compiling hpke.cc
[403/530] Compiling pbkdf.cc
[404/530] Compiling p_x25519.cc
[405/530] Compiling p_x25519_asn1.cc
[406/530] Compiling p_ed25519.cc
[407/530] Compiling p_rsa.cc
[408/530] Compiling p_hkdf.cc
[409/530] Compiling p_rsa_asn1.cc
[410/530] Compiling p_ed25519_asn1.cc
[411/530] Compiling p_ec_asn1.cc
[412/530] Compiling p_ec.cc
[413/530] Compiling p_dh_asn1.cc
[414/530] Compiling p_dh.cc
[415/530] Compiling evp_ctx.cc
[416/530] Compiling p_dsa_asn1.cc
[417/530] Compiling evp.cc
[418/530] Compiling engine.cc
[419/530] Compiling ecdh.cc
[420/530] Compiling hash_to_curve.cc
[421/530] Compiling ecdsa_asn1.cc
[422/530] Compiling ec_derive.cc
[423/530] Compiling evp_asn1.cc
[424/530] Compiling dsa.cc
[425/530] Compiling dsa_asn1.cc
[426/530] Compiling ec_asn1.cc
[427/530] Compiling params.cc
[428/530] Compiling x25519-asm-arm.S
[429/530] Compiling des.cc
[430/530] Compiling dh_asn1.cc
[431/530] Compiling digest_extra.cc
[432/530] Compiling crypto.cc
[433/530] Compiling spake25519.cc
[434/530] Compiling cpu_intel.cc
[435/530] Compiling cpu_arm_linux.cc
[436/530] Compiling curve25519.cc
[437/530] Compiling cpu_arm_freebsd.cc
[438/530] Compiling cpu_aarch64_openbsd.cc
[439/530] Compiling cpu_aarch64_win.cc
[440/530] Compiling cpu_aarch64_sysreg.cc
[441/530] Compiling cpu_aarch64_linux.cc
[442/530] Compiling cpu_aarch64_fuchsia.cc
[443/530] Compiling bcm.cc
[444/530] Compiling curve25519_64_adx.cc
[445/530] Compiling cpu_aarch64_apple.cc
[446/530] Compiling conf.cc
[447/530] Compiling get_cipher.cc
[448/530] Compiling tls_cbc.cc
[449/530] Compiling e_rc4.cc
[450/530] Compiling e_null.cc
[451/530] Compiling e_rc2.cc
[452/530] Compiling e_tls.cc
[453/530] Compiling e_des.cc
[454/530] Compiling derive_key.cc
[455/530] Compiling e_aesgcmsiv.cc
[456/530] Compiling e_aesctrhmac.cc
[456/530] Compiling e_chacha20poly1305.cc
[458/530] Compiling chacha.cc
[459/530] Compiling unicode.cc
[460/530] Compiling buf.cc
[461/530] Compiling blake2.cc
[462/530] Compiling bn_asn1.cc
[463/530] Compiling convert.cc
[464/530] Compiling asn1_compat.cc
[465/530] Compiling ber.cc
[466/530] Compiling cbb.cc
[467/530] Compiling cbs.cc
[468/530] Compiling socket_helper.cc
[469/530] Compiling printf.cc
[469/530] Compiling errno.cc
[469/530] Compiling socket.cc
[472/530] Compiling hexdump.cc
[473/530] Compiling pair.cc
[474/530] Compiling file.cc
[474/530] Compiling fd.cc
[476/530] Compiling connect.cc
[477/530] Compiling base64.cc
[478/530] Compiling bio_mem.cc
[479/530] Compiling bio.cc
[480/530] Compiling tasn_typ.cc
[480/530] Compiling tasn_fre.cc
[482/530] Compiling tasn_enc.cc
[483/530] Compiling tasn_utl.cc
[484/530] Compiling tasn_new.cc
[485/530] Compiling posix_time.cc
[486/530] Compiling f_string.cc
[486/530] Compiling asn_pack.cc
[487/530] Compiling f_int.cc
[489/530] Compiling asn1_par.cc
[490/530] Compiling tasn_dec.cc
[491/530] Compiling a_octet.cc
[492/530] Compiling a_utctm.cc
[493/530] Compiling asn1_lib.cc
[494/530] Compiling a_type.cc
[495/530] Compiling a_time.cc
[496/530] Compiling a_strnid.cc
[497/530] Compiling a_strex.cc
[498/530] Compiling CModbus strlcpy.c
[499/530] Compiling CModbus modbus.c
[499/530] Compiling CModbus modbus-tcp.c
[501/530] Write sources
[502/530] Compiling CModbus modbus-data.c
[503/530] Compiling a_object.cc
[504/530] Write sources
[505/530] Compiling a_i2d_fp.cc
[506/530] Write sources
[507/551] Compiling a_mbstr.cc
[508/553] Compiling a_int.cc
[510/553] Compiling Atomics UnsafeAtomic.swift
[511/553] Compiling Atomics UnsafeAtomicLazyReference.swift
[512/555] Compiling Atomics ManagedAtomic.swift
[513/555] Compiling Atomics ManagedAtomicLazyReference.swift
[514/555] Compiling Atomics AtomicMemoryOrderings.swift
[515/555] Compiling Atomics DoubleWord.swift
[516/555] Emitting module ArgumentParserToolInfo
[517/555] Compiling Atomics IntegerOperations.swift
[518/555] Compiling Atomics Unmanaged extensions.swift
[519/555] Compiling Atomics Primitives.shims.swift
[520/555] Compiling Atomics AtomicInteger.swift
[521/555] Compiling Atomics AtomicOptionalWrappable.swift
[522/555] Compiling Atomics AtomicReference.swift
[523/555] Compiling Atomics AtomicStorage.swift
[524/555] Compiling Atomics AtomicValue.swift
[525/555] Compiling ArgumentParserToolInfo ToolInfo.swift
[527/556] Emitting module SwiftLibModbus
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[528/556] Compiling SwiftLibModbus ModbusDevice.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[528/557] Wrapping AST for ArgumentParserToolInfo for debugging
[530/575] Wrapping AST for SwiftLibModbus for debugging
[532/595] Compiling ArgumentParser OptionGroup.swift
[533/595] Compiling ArgumentParser AsyncParsableCommand.swift
[534/595] Compiling ArgumentParser CommandConfiguration.swift
[535/595] Compiling ArgumentParser CommandGroup.swift
[536/595] Compiling ArgumentParser EnumerableFlag.swift
[537/600] Emitting module Atomics
[537/600] Compiling c-nioatomics.c
[539/600] Compiling ArgumentParser BashCompletionsGenerator.swift
[540/600] Compiling ArgumentParser CompletionsGenerator.swift
[541/600] Compiling ArgumentParser FishCompletionsGenerator.swift
[542/600] Compiling ArgumentParser ZshCompletionsGenerator.swift
[543/600] Compiling ArgumentParser Argument.swift
[544/600] Compiling ArgumentParser ArgumentHelp.swift
[545/601] Emitting module ArgumentParser
[546/601] Wrapping AST for Atomics for debugging
[547/601] Compiling c-atomics.c
[549/601] Compiling ArgumentParser Name.swift
[550/601] Compiling ArgumentParser Parsed.swift
[551/601] Compiling ArgumentParser ParsedValues.swift
[552/601] Compiling ArgumentParser ParserError.swift
[553/601] Compiling ArgumentParser SplitArguments.swift
[554/606] Compiling ArgumentParser CollectionExtensions.swift
[555/606] Compiling ArgumentParser Platform.swift
[556/606] Compiling ArgumentParser SequenceExtensions.swift
[557/606] Compiling ArgumentParser StringExtensions.swift
[558/606] Compiling ArgumentParser Tree.swift
[559/607] Compiling ArgumentParser ArgumentVisibility.swift
[560/607] Compiling ArgumentParser CompletionKind.swift
[561/607] Compiling ArgumentParser Errors.swift
[562/607] Compiling ArgumentParser Flag.swift
[563/607] Compiling ArgumentParser NameSpecification.swift
[564/607] Compiling ArgumentParser Option.swift
[571/607] Compiling NIOConcurrencyHelpers lock.swift
[572/607] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[573/607] Emitting module NIOConcurrencyHelpers
[574/607] Compiling ArgumentParser DumpHelpGenerator.swift
[575/607] Compiling ArgumentParser HelpCommand.swift
[576/607] Compiling ArgumentParser HelpGenerator.swift
[577/607] Compiling ArgumentParser MessageInfo.swift
[578/607] Compiling ArgumentParser UsageGenerator.swift
[579/607] Compiling ArgumentParser ArgumentDefinition.swift
[580/607] Compiling ArgumentParser ArgumentSet.swift
[581/607] Compiling ArgumentParser CommandParser.swift
[582/607] Compiling ArgumentParser InputKey.swift
[583/607] Compiling ArgumentParser InputOrigin.swift
[584/607] Compiling ArgumentParser ExpressibleByArgument.swift
[585/607] Compiling ArgumentParser ParsableArguments.swift
[586/607] Compiling ArgumentParser ParsableArgumentsValidation.swift
[587/607] Compiling ArgumentParser ParsableCommand.swift
[588/607] Compiling ArgumentParser ArgumentDecoder.swift
[589/608] Compiling NIOConcurrencyHelpers NIOLock.swift
[590/608] Compiling NIOConcurrencyHelpers atomics.swift
[591/608] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[593/609] Wrapping AST for NIOConcurrencyHelpers for debugging
[594/609] Wrapping AST for ArgumentParser for debugging
[596/669] Compiling NIOCore AddressedEnvelope.swift
[597/669] Compiling NIOCore AsyncAwaitSupport.swift
[598/669] Compiling NIOCore AsyncChannel.swift
[599/669] Compiling NIOCore AsyncChannelHandler.swift
[600/669] Compiling NIOCore AsyncChannelInboundStream.swift
[601/669] Compiling NIOCore AsyncChannelOutboundWriter.swift
[602/669] Compiling NIOCore NIOAsyncSequenceProducer.swift
[603/669] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[604/669] Compiling NIOCore NIOAsyncWriter.swift
[605/677] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[606/677] Compiling NIOCore EventLoopFuture+Deprecated.swift
[607/677] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[608/677] Compiling NIOCore EventLoopFuture.swift
[609/677] Compiling NIOCore FileDescriptor.swift
[610/677] Compiling NIOCore FileHandle.swift
[611/677] Compiling NIOCore FileRegion.swift
[612/677] Compiling NIOCore GlobalSingletons.swift
[613/677] Compiling NIOCore IO.swift
[614/677] Compiling NIOCore IOData.swift
[615/677] Compiling NIOCore IPProtocol.swift
[616/677] Compiling NIOCore IntegerBitPacking.swift
[617/677] Compiling NIOCore IntegerTypes.swift
[618/677] Compiling NIOCore Interfaces.swift
[619/677] Compiling NIOCore Linux.swift
[620/677] Compiling NIOCore MarkedCircularBuffer.swift
[621/677] Compiling NIOCore MulticastChannel.swift
[622/677] Compiling NIOCore NIOAny.swift
[623/677] Compiling NIOCore NIOCloseOnErrorHandler.swift
[624/677] Compiling NIOCore NIOLoopBound.swift
[625/677] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[626/677] Compiling NIOCore NIOScheduledCallback.swift
[627/677] Compiling NIOCore NIOSendable.swift
[628/677] Compiling NIOCore RecvByteBufferAllocator.swift
[629/677] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[630/677] Compiling NIOCore BSDSocketAPI.swift
[631/677] Compiling NIOCore ByteBuffer-aux.swift
[632/677] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[633/677] Compiling NIOCore ByteBuffer-conversions.swift
[634/677] Compiling NIOCore ByteBuffer-core.swift
[635/677] Compiling NIOCore ByteBuffer-hex.swift
[636/677] Compiling NIOCore ByteBuffer-int.swift
[637/677] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[638/677] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[639/677] Compiling NIOCore SocketAddresses.swift
[640/677] Compiling NIOCore SocketOptionProvider.swift
[641/677] Compiling NIOCore SystemCallHelpers.swift
[642/677] Compiling NIOCore TimeAmount+Duration.swift
[643/677] Compiling NIOCore TypeAssistedChannelHandler.swift
[644/677] Compiling NIOCore UniversalBootstrapSupport.swift
[645/677] Compiling NIOCore Utilities.swift
[646/677] Emitting module NIOCore
[647/677] Compiling NIOCore ByteBuffer-multi-int.swift
[648/677] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[649/677] Compiling NIOCore ByteBuffer-views.swift
[650/677] Compiling NIOCore Channel.swift
[651/677] Compiling NIOCore ChannelHandler.swift
[652/677] Compiling NIOCore ChannelHandlers.swift
[653/677] Compiling NIOCore ChannelInvoker.swift
[654/677] Compiling NIOCore ChannelOption.swift
[655/677] Compiling NIOCore ChannelPipeline.swift
[656/677] Compiling NIOCore CircularBuffer.swift
[657/677] Compiling NIOCore Codec.swift
[658/677] Compiling NIOCore ConvenienceOptionSupport.swift
[659/677] Compiling NIOCore DeadChannel.swift
[660/677] Compiling NIOCore DispatchQueue+WithFuture.swift
[661/677] Compiling NIOCore EventLoop+Deprecated.swift
[662/677] Compiling NIOCore EventLoop+SerialExecutor.swift
[663/677] Compiling NIOCore EventLoop.swift
[664/678] Wrapping AST for NIOCore for debugging
[666/728] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[667/728] Emitting module NIOEmbedded
[668/728] Compiling NIOEmbedded AsyncTestingChannel.swift
[669/728] Compiling NIOEmbedded Embedded.swift
[670/729] Wrapping AST for NIOEmbedded for debugging
[672/729] Emitting module NIOPosix
[673/735] Compiling NIOPosix SelectableChannel.swift
[674/735] Compiling NIOPosix SelectableEventLoop.swift
[675/735] Compiling NIOPosix SelectorEpoll.swift
[676/735] Compiling NIOPosix SelectorGeneric.swift
[677/735] Compiling NIOPosix SelectorKqueue.swift
[678/735] Compiling NIOPosix SelectorUring.swift
[679/735] Compiling NIOPosix BSDSocketAPICommon.swift
[680/735] Compiling NIOPosix BSDSocketAPIPosix.swift
[681/735] Compiling NIOPosix BSDSocketAPIWindows.swift
[682/735] Compiling NIOPosix BaseSocket.swift
[683/735] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[684/735] Compiling NIOPosix BaseSocketChannel.swift
[685/735] Compiling NIOPosix BaseStreamSocketChannel.swift
[686/735] Compiling NIOPosix ThreadPosix.swift
[687/735] Compiling NIOPosix ThreadWindows.swift
[688/735] Compiling NIOPosix UnsafeTransfer.swift
[689/735] Compiling NIOPosix Utilities.swift
[690/735] Compiling NIOPosix VsockAddress.swift
[691/735] Compiling NIOPosix VsockChannelEvents.swift
[692/735] Compiling NIOPosix ServerSocket.swift
[693/735] Compiling NIOPosix Socket.swift
[694/735] Compiling NIOPosix SocketChannel.swift
[695/735] Compiling NIOPosix SocketProtocols.swift
[696/735] Compiling NIOPosix System.swift
[697/735] Compiling NIOPosix Thread.swift
[698/735] Compiling NIOPosix NIOThreadPool.swift
[699/735] Compiling NIOPosix NonBlockingFileIO.swift
[700/735] Compiling NIOPosix PendingDatagramWritesManager.swift
[701/735] Compiling NIOPosix PendingWritesManager.swift
[702/735] Compiling NIOPosix PipeChannel.swift
[703/735] Compiling NIOPosix PipePair.swift
[704/735] Compiling NIOPosix Bootstrap.swift
[705/735] Compiling NIOPosix ControlMessage.swift
[706/735] Compiling NIOPosix DatagramVectorReadManager.swift
[707/735] Compiling NIOPosix Errors+Any.swift
[708/735] Compiling NIOPosix FileDescriptor.swift
[709/735] Compiling NIOPosix GetaddrinfoResolver.swift
[710/735] Compiling NIOPosix HappyEyeballs.swift
[711/735] Compiling NIOPosix Pool.swift
[712/735] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[713/735] Compiling NIOPosix PosixSingletons.swift
[714/735] Compiling NIOPosix RawSocketBootstrap.swift
[715/735] Compiling NIOPosix Resolver.swift
[716/735] Compiling NIOPosix Selectable.swift
[717/735] Compiling NIOPosix IO.swift
[718/735] Compiling NIOPosix IntegerBitPacking.swift
[719/735] Compiling NIOPosix IntegerTypes.swift
[720/735] Compiling NIOPosix Linux.swift
[721/735] Compiling NIOPosix LinuxCPUSet.swift
[722/735] Compiling NIOPosix LinuxUring.swift
[723/735] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[724/736] Wrapping AST for NIOPosix for debugging
[726/738] Emitting module NIO
[727/738] Compiling NIO Exports.swift
[728/739] Wrapping AST for NIO for debugging
[730/766] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[731/766] Compiling NIOTLS TLSEvents.swift
[732/766] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[733/766] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[734/766] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[735/766] Emitting module NIOTLS
[736/766] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[737/766] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[738/766] Compiling NIOTLS SNIHandler.swift
[739/767] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[740/767] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[741/767] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[742/767] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[744/769] Emitting module NIOFoundationCompat
[745/769] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[746/770] Wrapping AST for NIOTLS for debugging
[748/776] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[749/777] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[749/799] Wrapping AST for NIOFoundationCompat for debugging
[751/799] Compiling NIOSSL SSLConnection.swift
[752/799] Compiling NIOSSL SSLPrivateKey.swift
[753/821] Compiling NIOTransportServices AcceptHandler.swift
[754/821] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[755/821] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[756/823] Emitting module NIOTransportServices
[757/823] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[758/823] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[759/823] Compiling NIOTransportServices NIOTSChannelOptions.swift
[760/823] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[761/823] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[762/823] Compiling NIOTransportServices NIOTSErrors.swift
[765/823] Compiling NIOTransportServices NIOTSEventLoop.swift
[766/823] Compiling NIOTransportServices NIOTSBootstraps.swift
[769/823] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[770/823] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[771/823] Compiling NIOTransportServices NIOTSListenerChannel.swift
[772/823] Compiling NIOTransportServices StateManagedChannel.swift
[773/823] Compiling NIOTransportServices StateManagedListenerChannel.swift
[774/823] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[775/823] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[776/823] Compiling NIOTransportServices NIOTSSingletons.swift
[777/823] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[778/823] Compiling NIOTransportServices NIOTSDatagramListener.swift
[779/823] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[780/823] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[784/824] Emitting module NIOHTTP1
[787/824] Wrapping AST for NIOTransportServices for debugging
[789/825] Wrapping AST for NIOHTTP1 for debugging
[799/839] Compiling NIOWebSocket WebSocketOpcode.swift
[800/840] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[801/840] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[802/840] Emitting module NIOSSL
[803/840] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[804/840] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[805/840] Emitting module NIOWebSocket
[806/840] Compiling NIOWebSocket WebSocketErrorCodes.swift
[807/840] Compiling NIOWebSocket WebSocketFrame.swift
[808/840] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[809/840] Compiling NIOWebSocket SHA1.swift
[810/840] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[811/841] Wrapping AST for NIOWebSocket for debugging
[813/841] Compiling NIOSSL SSLContext.swift
[814/841] Compiling NIOSSL SSLErrors.swift
[815/841] Compiling NIOSSL SSLInit.swift
[816/841] Compiling NIOSSL SSLPKCS12Bundle.swift
[824/841] Compiling NIOSSL SSLCallbacks.swift
[833/841] Compiling NIOSSL Zeroization.swift
[834/841] Compiling NIOSSL TLSConfiguration.swift
[835/841] Compiling NIOSSL UniversalBootstrapSupport.swift
[836/841] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[837/842] Wrapping AST for NIOSSL for debugging
[839/907] Emitting module MQTTNIO
[840/916] Compiling MQTTNIO MQTTWebSocketError.swift
[841/916] Compiling MQTTNIO MQTTErrorHandler.swift
[842/916] Compiling MQTTNIO MQTTFallbackPacketHandler.swift
[843/916] Compiling MQTTNIO MQTTKeepAliveHandler.swift
[844/916] Compiling MQTTNIO MQTTSubscriptionsHandler.swift
[845/916] Compiling MQTTNIO WebSocketHandler.swift
[846/916] Compiling MQTTNIO WebSocketInitialRequestHandler.swift
[847/916] Compiling MQTTNIO MQTT+Sendable.swift
[848/916] Compiling MQTTNIO MQTTAuthenticationHandler.swift
[849/916] Compiling MQTTNIO MQTTConnectResponse.swift
[850/916] Compiling MQTTNIO MQTTConnection.swift
[851/916] Compiling MQTTNIO MQTTConnectionEvent.swift
[852/916] Compiling MQTTNIO MQTTDisconnectReason.swift
[853/916] Compiling MQTTNIO MQTTConnectionError.swift
[854/916] Compiling MQTTNIO MQTTProtocolError.swift
[855/916] Compiling MQTTNIO MQTTPublishError.swift
[856/916] Compiling MQTTNIO MQTTSubscribeError.swift
[857/916] Compiling MQTTNIO MQTTUnsubscribeError.swift
[858/916] Compiling MQTTNIO MQTTValueError.swift
[859/916] Compiling MQTTNIO MQTTCancellable.swift
[860/916] Compiling MQTTNIO MQTTClient+Concurrency.swift
[861/916] Compiling MQTTNIO MQTTClient.swift
[862/916] Compiling MQTTNIO MQTTConfiguration.swift
[863/916] Compiling MQTTNIO MQTTProtocolVersion.swift
[864/916] Compiling MQTTNIO MQTTAcknowledgementHandler.swift
[865/916] Compiling MQTTNIO MQTTMessage+Properties.swift
[866/916] Compiling MQTTNIO MQTTMessage.swift
[867/916] Compiling MQTTNIO MQTTPayload.swift
[868/916] Compiling MQTTNIO MQTTPacket+Subscribe.swift
[869/916] Compiling MQTTNIO MQTTPacket+UnsubAck.swift
[870/916] Compiling MQTTNIO MQTTPacket+Unsubscribe.swift
[871/916] Compiling MQTTNIO MQTTRequest.swift
[872/916] Compiling MQTTNIO MQTTRequestHandler.swift
[873/916] Compiling MQTTNIO MQTTConnectRequest.swift
[874/916] Compiling MQTTNIO MQTTDisconnectRequest.swift
[875/916] Compiling MQTTNIO MQTTPingRequest.swift
[876/916] Compiling MQTTNIO MQTTPublishRequest.swift
[877/916] Compiling MQTTNIO MQTTPropertyValue.swift
[878/916] Compiling MQTTNIO MQTTPacket+Acknowledgement.swift
[879/916] Compiling MQTTNIO MQTTPacket+Auth.swift
[880/916] Compiling MQTTNIO MQTTPacket+ConnAck.swift
[881/916] Compiling MQTTNIO MQTTPacket+Connect.swift
[882/916] Compiling MQTTNIO MQTTPacket+Disconnect.swift
[883/916] Compiling MQTTNIO MQTTPacket+Ping.swift
[884/916] Compiling MQTTNIO MQTTPacket+Publish.swift
[885/916] Compiling MQTTNIO MQTTPacket+SubAck.swift
[886/916] Compiling MQTTNIO MQTTQoS.swift
[887/916] Compiling MQTTNIO MQTTSubscription.swift
[888/916] Compiling MQTTNIO MQTTUnsubscribeResponse.swift
[889/916] Compiling MQTTNIO MQTTUserProperty.swift
[890/916] Compiling MQTTNIO MQTTWillMessage+Properties.swift
[891/916] Compiling MQTTNIO MQTTWillMessage.swift
[892/916] Compiling MQTTNIO MQTTReasonCode.swift
[893/916] Compiling MQTTNIO MQTTStringPair.swift
[894/916] Compiling MQTTNIO MQTTVariableByteInteger.swift
[895/916] Compiling MQTTNIO MQTTPacket+Kind.swift
[896/916] Compiling MQTTNIO MQTTPacket.swift
[897/916] Compiling MQTTNIO MQTTPacketDecoder.swift
[898/916] Compiling MQTTNIO MQTTPacketEncoder.swift
[899/916] Compiling MQTTNIO MQTTPacketType.swift
[900/916] Compiling MQTTNIO MQTTPacketTypeParser.swift
[901/916] Compiling MQTTNIO MQTTPacketTypeSerializer.swift
[902/916] Compiling MQTTNIO MQTTProperties.swift
[903/916] Compiling MQTTNIO MQTTProperty.swift
[904/916] Compiling MQTTNIO MQTTReAuthenticateRequest.swift
[905/916] Compiling MQTTNIO MQTTSubscribeRequest.swift
[906/916] Compiling MQTTNIO MQTTUnsubscribeRequest.swift
[907/916] Compiling MQTTNIO TSTSLConfiguration.swift
[908/916] Compiling MQTTNIO ByteBuffer+Extensions.swift
[909/916] Compiling MQTTNIO CallbackList.swift
[910/916] Compiling MQTTNIO Collection+Extensions.swift
[911/916] Compiling MQTTNIO String+Extensions.swift
[912/916] Compiling MQTTNIO TimeAmount+Extensions.swift
[913/917] Wrapping AST for MQTTNIO for debugging
[915/924] Compiling modbus2mqtt resource_bundle_accessor.swift
[916/924] Compiling modbus2mqtt ModbusDefinition.swift
[917/924] Compiling modbus2mqtt ModbusValue.swift
[918/924] Compiling modbus2mqtt BitMappedValue.swift
[919/924] Emitting module modbus2mqtt
/host/spi-builder-workspace/Sources/modbus2mqtt/modbus2mqtt.swift:42:1: warning: extension declares a conformance of imported type 'Level' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Logging' introduce this conformance in the future
 40 | #endif
 41 |
 42 | extension JLog.Level: ExpressibleByArgument {}
    | |- warning: extension declares a conformance of imported type 'Level' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Logging' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 43 | #if DEBUG
 44 |     let defaultLoglevel: JLog.Level = .debug
/host/spi-builder-workspace/Sources/modbus2mqtt/modbus2mqtt.swift:172:58: warning: 'createNew' is deprecated: Please use `.shared(existingGroup)` or use the singleton via `.shared(MultiThreadedEventLoopGroup.singleton)` or similar
170 |     let mqttClient = MQTTClient(configuration: .init(target: .host(mqttServer.server.hostname, port: Int(mqttServer.server.port)),
171 |                                                      credentials: credentials),
172 |                                 eventLoopGroupProvider: .createNew)
    |                                                          `- warning: 'createNew' is deprecated: Please use `.shared(existingGroup)` or use the singleton via `.shared(MultiThreadedEventLoopGroup.singleton)` or similar
173 |     try await mqttClient.connect()
174 |
[920/924] Compiling modbus2mqtt MQTTRequestResponse.swift
[921/924] Compiling modbus2mqtt modbus2mqtt.swift
/host/spi-builder-workspace/Sources/modbus2mqtt/modbus2mqtt.swift:42:1: warning: extension declares a conformance of imported type 'Level' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Logging' introduce this conformance in the future
 40 | #endif
 41 |
 42 | extension JLog.Level: ExpressibleByArgument {}
    | |- warning: extension declares a conformance of imported type 'Level' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Logging' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 43 | #if DEBUG
 44 |     let defaultLoglevel: JLog.Level = .debug
/host/spi-builder-workspace/Sources/modbus2mqtt/modbus2mqtt.swift:172:58: warning: 'createNew' is deprecated: Please use `.shared(existingGroup)` or use the singleton via `.shared(MultiThreadedEventLoopGroup.singleton)` or similar
170 |     let mqttClient = MQTTClient(configuration: .init(target: .host(mqttServer.server.hostname, port: Int(mqttServer.server.port)),
171 |                                                      credentials: credentials),
172 |                                 eventLoopGroupProvider: .createNew)
    |                                                          `- warning: 'createNew' is deprecated: Please use `.shared(existingGroup)` or use the singleton via `.shared(MultiThreadedEventLoopGroup.singleton)` or similar
173 |     try await mqttClient.connect()
174 |
[922/925] Wrapping AST for modbus2mqtt for debugging
[923/925] Write Objects.LinkFileList
[924/925] Linking modbus2mqtt
Build complete! (129.41s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swiftformat",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "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" : "mqtt-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.8.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/sroebert/mqtt-nio.git"
    },
    {
      "identity" : "jlog",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.5",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jollyjinx/JLog"
    },
    {
      "identity" : "swiftlibmodbus",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.2",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jollyjinx/SwiftLibModbus"
    }
  ],
  "manifest_display_name" : "modbus2mqtt",
  "name" : "modbus2mqtt",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "modbus2mqtt",
      "targets" : [
        "modbus2mqtt"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "modbus2mqttTests",
      "module_type" : "SwiftTarget",
      "name" : "modbus2mqttTests",
      "path" : "Tests/modbus2mqttTests",
      "sources" : [
        "modbus2mqttTests.swift"
      ],
      "target_dependencies" : [
        "modbus2mqtt"
      ],
      "type" : "test"
    },
    {
      "c99name" : "modbus2mqtt",
      "module_type" : "SwiftTarget",
      "name" : "modbus2mqtt",
      "path" : "Sources/modbus2mqtt",
      "product_dependencies" : [
        "ArgumentParser",
        "MQTTNIO",
        "JLog",
        "SwiftLibModbus"
      ],
      "product_memberships" : [
        "modbus2mqtt"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/modbus2mqtt/DeviceDefinitions",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "BitMappedValue.swift",
        "MQTTRequestResponse.swift",
        "ModbusDefinition.swift",
        "ModbusValue.swift",
        "modbus2mqtt.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.10"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:ba854000887cd0c27418c7bc304adc590345237c7003ebd31ba26cc8db085cf3
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.