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 2.2.0 (9fa711), with Swift 6.1 for Linux on 28 Apr 2025 15:12:43 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jollyjinx/modbus-2-mqtt-bridge.git
Reference: 2.2.0
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
 * tag               2.2.0      -> FETCH_HEAD
HEAD is now at 9fa7119 updated readme with added new bits option.
Cloned https://github.com/jollyjinx/modbus-2-mqtt-bridge.git
Revision (git rev-parse @):
9fa7119ac5fcdb3c284745cf4c50949e0fefa628
SUCCESS checkout https://github.com/jollyjinx/modbus-2-mqtt-bridge.git at 2.2.0
========================================
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-4606859-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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/nicklockwood/SwiftFormat
[1/46730] Fetching swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat from cache (23.22s)
Fetching https://github.com/sroebert/mqtt-nio.git
Fetching https://github.com/jollyjinx/SwiftLibModbus
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/jollyjinx/JLog
[1/93] Fetching jlog
[94/1769] Fetching jlog, mqtt-nio
[1770/2257] Fetching jlog, mqtt-nio, swiftlibmodbus
Fetched https://github.com/sroebert/mqtt-nio.git from cache (0.25s)
[1/14950] Fetching swift-argument-parser
Fetched https://github.com/jollyjinx/JLog from cache (0.85s)
Fetched https://github.com/jollyjinx/SwiftLibModbus from cache (0.85s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.86s)
Computing version for https://github.com/sroebert/mqtt-nio.git
Computed https://github.com/sroebert/mqtt-nio.git at 2.8.1 (1.43s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/3836] Fetching swift-log
[232/6455] Fetching swift-log, swift-nio-transport-services
[6456/81977] Fetching swift-log, swift-nio-transport-services, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.37s)
Fetched https://github.com/apple/swift-log.git from cache (0.38s)
[756/75522] Fetching swift-nio
[757/90315] Fetching swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.75s)
[56642/75522] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.49s)
Computing version for https://github.com/jollyjinx/JLog
Computed https://github.com/jollyjinx/JLog at 0.0.7 (5.01s)
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.24s)
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.80s)
Computing version for https://github.com/jollyjinx/SwiftLibModbus
Computed https://github.com/jollyjinx/SwiftLibModbus at 2.0.5 (0.51s)
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.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.24.0 (0.55s)
Fetching https://github.com/apple/swift-atomics.git
[1/1705] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.42s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (1.25s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4353] Fetching swift-system
[4354/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.05s)
Fetched https://github.com/apple/swift-collections.git from cache (1.07s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.59s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.49s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.74s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.62s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
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/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at main (ca41c97)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-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.1.4
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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin SwiftFormatPlugin
Building for debugging...
[2/472] Compiling CModbus strlcpy.c
[3/472] Compiling CModbus modbus-rtu.c
[4/472] Copying DeviceDefinitions
[4/472] Write sources
[8/472] Compiling CModbus modbus.c
[9/472] Write sources
[27/472] Compiling CModbus modbus-tcp.c
[28/472] Compiling CNIOWindows shim.c
[29/472] Compiling _AtomicsShims.c
[30/472] Compiling CNIOWindows WSAStartup.c
[31/472] Compiling CNIOWASI CNIOWASI.c
[32/472] Compiling CNIOSHA1 c_nio_sha1.c
[33/472] Compiling CNIOLinux liburing_shims.c
[34/472] Compiling CNIOLLHTTP c_nio_http.c
[35/472] Compiling CNIOLinux shim.c
[36/472] Compiling CNIODarwin shim.c
[37/472] Write swift-version-24593BA9C3E375BF.txt
[38/472] Compiling CNIOLLHTTP c_nio_api.c
[39/472] Compiling e_des.cc
[39/472] Compiling e_null.cc
[41/472] Compiling fiat_p256_adx_sqr.S
[42/472] Compiling CNIOLLHTTP c_nio_llhttp.c
[43/472] Compiling fiat_p256_adx_mul.S
[44/476] Compiling conf.cc
[45/500] Compiling fiat_curve25519_adx_mul.S
[46/500] Compiling fiat_curve25519_adx_square.S
[47/500] Compiling CNIOBoringSSLShims shims.c
[49/500] Emitting module InternalCollectionsUtilities
[49/502] Compiling tls_record.cc
[50/502] Compiling tls_method.cc
[51/502] Compiling c-atomics.c
[52/502] Compiling tls13_server.cc
[54/502] Compiling _NIODataStructures _TinyArray.swift
[55/502] Compiling _NIODataStructures PriorityQueue.swift
[56/502] Compiling InternalCollectionsUtilities _SortedCollection.swift
[57/502] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[58/502] Compiling InternalCollectionsUtilities Debugging.swift
[59/502] Compiling InternalCollectionsUtilities Descriptions.swift
[60/502] Compiling InternalCollectionsUtilities UInt+reversed.swift
[61/502] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[62/502] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[63/502] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[64/502] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[65/502] Compiling InternalCollectionsUtilities Integer rank.swift
[66/502] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[67/502] Compiling Logging LogHandler.swift
[68/502] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[69/502] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[70/502] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[71/502] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[72/502] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[73/502] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[74/502] Compiling InternalCollectionsUtilities Specialize.swift
[75/502] Compiling _NIOBase64 Base64.swift
[76/502] Emitting module _NIOBase64
[76/504] Compiling t1_enc.cc
[79/504] Compiling tls13_both.cc
[80/504] Compiling tls13_client.cc
[81/504] Compiling tls13_enc.cc
[82/504] Wrapping AST for _NIOBase64 for debugging
[83/519] Wrapping AST for InternalCollectionsUtilities for debugging
[85/519] Compiling _NIODataStructures Heap.swift
[86/519] Emitting module _NIODataStructures
[87/519] Emitting module Logging
[88/519] Compiling Logging Locks.swift
[89/520] Compiling Logging Logging.swift
[90/520] Compiling Logging MetadataProvider.swift
[93/521] Compiling DequeModule _DequeBuffer.swift
[94/521] Compiling DequeModule _DequeBufferHeader.swift
[95/523] Compiling DequeModule Deque+Equatable.swift
[96/523] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[97/523] Compiling DequeModule Deque+CustomReflectable.swift
[98/523] Compiling DequeModule Deque+Descriptions.swift
[99/529] Compiling DequeModule Deque+Extras.swift
[100/529] Compiling DequeModule Deque+Hashable.swift
[101/529] Compiling DequeModule _DequeSlot.swift
[102/529] Compiling DequeModule _UnsafeWrappedBuffer.swift
[103/529] Compiling DequeModule Deque+Testing.swift
[104/529] Compiling DequeModule Deque._Storage.swift
[105/529] Compiling DequeModule Deque._UnsafeHandle.swift
[106/529] Compiling DequeModule Deque.swift
[107/529] Compiling DequeModule Deque+Codable.swift
[108/529] Compiling DequeModule Deque+Collection.swift
[109/529] Emitting module DequeModule
[109/529] Compiling ssl_transcript.cc
[110/530] Compiling ssl_versions.cc
[112/530] Wrapping AST for Logging for debugging
[113/530] Wrapping AST for _NIODataStructures for debugging
[114/530] Compiling ssl_x509.cc
[115/530] Compiling ssl_stat.cc
[116/530] Wrapping AST for DequeModule for debugging
[117/530] Compiling ssl_privkey.cc
[118/530] Compiling ssl_session.cc
[120/530] Compiling LoggingFormatAndPipe Handler.swift
[120/530] Compiling ssl_cert.cc
[121/530] Compiling ssl_key_share.cc
[122/530] Compiling ssl_file.cc
[123/530] Compiling ssl_credential.cc
[124/530] Compiling ssl_cipher.cc
[126/530] Compiling LoggingFormatAndPipe Pipe.swift
[127/530] Compiling LoggingFormatAndPipe LoggerTextOutputStreamPipe.swift
[128/530] Emitting module LoggingFormatAndPipe
[129/530] Compiling LoggingFormatAndPipe BasicFormatter.swift
[129/530] Compiling ssl_buffer.cc
[131/530] Compiling LoggingFormatAndPipe Formatter.swift
[132/531] Compiling ssl_lib.cc
[133/533] Compiling s3_pkt.cc
[134/533] Compiling ssl_asn1.cc
[135/533] Wrapping AST for LoggingFormatAndPipe for debugging
[136/533] Compiling ssl_aead_ctx.cc
[137/533] Compiling s3_both.cc
[138/533] Compiling s3_lib.cc
[139/533] Compiling handshake_client.cc
[140/533] Compiling handshake_server.cc
[141/533] Compiling handshake.cc
[142/533] Compiling dtls_record.cc
[143/533] Compiling encrypted_client_hello.cc
[144/533] Compiling extensions.cc
[145/533] Compiling handoff.cc
[146/533] Compiling md5-x86_64-linux.S
[147/533] Compiling d1_srtp.cc
[148/533] Compiling md5-x86_64-apple.S
[149/533] Compiling md5-586-linux.S
[150/533] Compiling md5-586-apple.S
[151/533] Compiling chacha20_poly1305_x86_64-linux.S
[152/533] Compiling dtls_method.cc
[153/533] Compiling chacha20_poly1305_x86_64-apple.S
[154/533] Compiling chacha20_poly1305_armv8-win.S
[155/533] Compiling chacha20_poly1305_armv8-linux.S
[156/533] Compiling err_data.cc
[157/533] Compiling chacha20_poly1305_armv8-apple.S
[158/533] Compiling chacha-x86_64-apple.S
[159/533] Compiling chacha-x86_64-linux.S
[160/533] Compiling chacha-x86-linux.S
[161/533] Compiling chacha-x86-apple.S
[162/533] Compiling chacha-armv8-win.S
[163/533] Compiling bio_ssl.cc
[164/533] Compiling chacha-armv8-apple.S
[165/533] Compiling chacha-armv8-linux.S
[166/533] Compiling chacha-armv4-linux.S
[167/533] Compiling aes128gcmsiv-x86_64-apple.S
[168/533] Compiling aes128gcmsiv-x86_64-linux.S
[169/533] Compiling x86_64-mont5-linux.S
[170/533] Compiling x86_64-mont5-apple.S
[171/533] Compiling x86_64-mont-apple.S
[172/533] Compiling x86_64-mont-linux.S
[173/533] Compiling x86-mont-linux.S
[174/533] Compiling x86-mont-apple.S
[175/533] Compiling vpaes-x86_64-apple.S
[176/533] Compiling vpaes-x86-linux.S
[176/533] Compiling vpaes-x86_64-linux.S
[178/533] Compiling vpaes-x86-apple.S
[179/533] Compiling vpaes-armv8-win.S
[180/533] Compiling vpaes-armv8-apple.S
[181/533] Compiling vpaes-armv8-linux.S
[182/533] Compiling vpaes-armv7-linux.S
[183/533] Compiling sha512-x86_64-apple.S
[184/533] Compiling sha512-armv8-win.S
[185/533] Compiling sha512-x86_64-linux.S
[186/533] Compiling sha512-armv8-linux.S
[187/533] Compiling sha512-armv4-linux.S
[188/533] Compiling sha512-armv8-apple.S
[189/533] Compiling sha512-586-linux.S
[190/533] Compiling d1_lib.cc
[191/533] Compiling d1_pkt.cc
[192/533] Compiling sha512-586-apple.S
[193/533] Compiling sha256-x86_64-apple.S
[194/533] Compiling sha256-x86_64-linux.S
[195/533] Compiling sha256-armv8-win.S
[196/533] Compiling sha256-armv8-apple.S
[197/533] Compiling sha256-armv8-linux.S
[198/533] Compiling sha256-armv4-linux.S
[199/533] Compiling sha256-586-linux.S
[200/533] Compiling sha1-armv8-win.S
[201/533] Compiling sha256-586-apple.S
[202/533] Compiling sha1-x86_64-apple.S
[203/533] Compiling sha1-x86_64-linux.S
[204/533] Compiling sha1-armv8-linux.S
[205/533] Compiling sha1-armv8-apple.S
[206/533] Compiling sha1-armv4-large-linux.S
[207/533] Compiling sha1-586-linux.S
[208/533] Compiling sha1-586-apple.S
[209/533] Compiling rsaz-avx2-linux.S
[210/533] Compiling rdrand-x86_64-linux.S
[211/533] Compiling rsaz-avx2-apple.S
[212/533] Compiling rdrand-x86_64-apple.S
[213/533] Compiling p256_beeu-x86_64-asm-linux.S
[214/533] Compiling p256_beeu-armv8-asm-win.S
[215/533] Compiling p256_beeu-x86_64-asm-apple.S
[216/533] Compiling d1_both.cc
[217/533] Compiling p256_beeu-armv8-asm-apple.S
[218/533] Compiling p256_beeu-armv8-asm-linux.S
[219/533] Compiling p256-x86_64-asm-apple.S
[220/533] Compiling p256-armv8-asm-win.S
[221/533] Compiling p256-x86_64-asm-linux.S
[222/533] Compiling p256-armv8-asm-apple.S
[223/533] Compiling p256-armv8-asm-linux.S
[224/533] Compiling ghashv8-armv8-win.S
[225/533] Compiling ghashv8-armv7-linux.S
[226/533] Compiling ghashv8-armv8-linux.S
[227/533] Compiling ghashv8-armv8-apple.S
[228/533] Compiling ghash-x86_64-apple.S
[229/533] Compiling ghash-x86-linux.S
[229/533] Compiling ghash-x86_64-linux.S
[231/533] Compiling ghash-x86-apple.S
[232/533] Compiling ghash-ssse3-x86_64-linux.S
[233/533] Compiling ghash-ssse3-x86_64-apple.S
[234/533] Compiling ghash-ssse3-x86-linux.S
[235/533] Compiling ghash-neon-armv8-apple.S
[236/533] Compiling ghash-ssse3-x86-apple.S
[237/533] Compiling ghash-neon-armv8-win.S
[238/533] Compiling ghash-neon-armv8-linux.S
[239/533] Compiling co-586-linux.S
[240/533] Compiling ghash-armv4-linux.S
[241/533] Compiling bsaes-armv7-linux.S
[242/533] Compiling co-586-apple.S
[243/533] Compiling bn-armv8-linux.S
[243/533] Compiling bn-armv8-win.S
[245/533] Compiling bn-armv8-apple.S
[246/533] Compiling bn-586-linux.S
[247/533] Compiling bn-586-apple.S
[248/533] Compiling armv8-mont-win.S
[249/533] Compiling armv8-mont-linux.S
[250/533] Compiling armv8-mont-apple.S
[251/533] Compiling armv4-mont-linux.S
[252/533] Compiling aesv8-gcm-armv8-win.S
[253/533] Compiling aesv8-gcm-armv8-linux.S
[254/533] Compiling aesv8-gcm-armv8-apple.S
[255/533] Compiling aesv8-armv8-linux.S
[256/533] Compiling aesv8-armv8-apple.S
[257/533] Compiling aesv8-armv8-win.S
[258/533] Compiling aesv8-armv7-linux.S
[259/533] Compiling aesni-x86_64-linux.S
[260/533] Compiling aesni-x86-linux.S
[261/533] Compiling aesni-x86_64-apple.S
[262/533] Compiling aesni-x86-apple.S
[263/533] Compiling aesni-gcm-x86_64-apple.S
[264/533] Compiling aes-gcm-avx2-x86_64-linux.S
[265/533] Compiling aesni-gcm-x86_64-linux.S
[266/533] Compiling aes-gcm-avx10-x86_64-apple.S
[267/533] Compiling aes-gcm-avx2-x86_64-apple.S
[268/533] Compiling aes-gcm-avx10-x86_64-linux.S
[269/533] Compiling x_x509a.cc
[270/533] Compiling x_x509.cc
[271/533] Compiling x_val.cc
[272/533] Compiling x_pubkey.cc
[273/533] Compiling x_sig.cc
[274/533] Compiling x_spki.cc
[275/533] Compiling x_req.cc
[276/533] Compiling x_exten.cc
[277/533] Compiling x_algor.cc
[278/533] Compiling x_name.cc
[279/533] Compiling x_attrib.cc
[280/533] Compiling x_crl.cc
[281/533] Compiling x509spki.cc
[282/533] Compiling x_all.cc
[283/533] Compiling x509rset.cc
[284/533] Compiling x509name.cc
[285/533] Compiling x509_vpm.cc
[285/533] Compiling x509cset.cc
[288/533] 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
[289/533] 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
[289/533] Compiling x509_txt.cc
[290/534] Compiling x509_vfy.cc
[292/534] Compiling x509_v3.cc
[293/534] Wrapping AST for JLog for debugging
[294/534] Compiling x509_trs.cc
[295/534] Compiling x509_set.cc
[296/534] Compiling x509_req.cc
[297/534] Compiling x509_obj.cc
[298/534] Compiling x509_def.cc
[299/534] Compiling x509_lu.cc
[300/534] Compiling x509_ext.cc
[301/534] Compiling x509_d2.cc
[302/534] Compiling x509_cmp.cc
[303/534] Compiling x509_att.cc
[304/534] Compiling x509.cc
[305/534] Compiling v3_prn.cc
[306/534] Compiling v3_utl.cc
[307/534] Compiling v3_purp.cc
[308/534] Compiling v3_ocsp.cc
[309/534] Compiling v3_skey.cc
[310/534] Compiling v3_pmaps.cc
[311/534] Compiling v3_ncons.cc
[312/534] Compiling v3_pcons.cc
[313/534] Compiling v3_int.cc
[314/534] Compiling v3_lib.cc
[315/534] Compiling v3_extku.cc
[316/534] Compiling v3_ia5.cc
[317/534] Compiling v3_genn.cc
[318/534] Compiling v3_info.cc
[319/534] Compiling v3_enum.cc
[320/534] Compiling v3_cpols.cc
[321/534] Compiling v3_crld.cc
[322/534] Compiling v3_conf.cc
[323/534] Compiling v3_bitst.cc
[324/534] Compiling v3_bcons.cc
[325/534] Compiling v3_akeya.cc
[326/534] Compiling v3_alt.cc
[327/534] Compiling v3_akey.cc
[328/534] Compiling t_x509a.cc
[329/534] Compiling t_x509.cc
[330/534] Compiling i2d_pr.cc
[331/534] Compiling t_crl.cc
[332/534] Compiling rsa_pss.cc
[333/534] Compiling t_req.cc
[334/534] Compiling name_print.cc
[335/534] Compiling policy.cc
[336/534] Compiling by_file.cc
[337/534] Compiling by_dir.cc
[338/534] Compiling asn1_gen.cc
[339/534] Compiling a_sign.cc
[340/534] Compiling voprf.cc
[341/534] Compiling algorithm.cc
[342/534] Compiling a_verify.cc
[343/534] Compiling a_digest.cc
[344/534] Compiling thread_win.cc
[345/534] Compiling thread_pthread.cc
[346/534] Compiling thread.cc
[347/534] Compiling thread_none.cc
[348/534] Compiling stack.cc
[349/534] Compiling pmbtoken.cc
[350/534] Compiling trust_token.cc
[351/534] Compiling sha512.cc
[352/534] Compiling siphash.cc
[353/534] Compiling rsa_print.cc
[354/534] Compiling spake2plus.cc
[355/534] Compiling sha1.cc
[356/534] Compiling sha256.cc
[357/534] Compiling rsa_extra.cc
[358/534] Compiling slhdsa.cc
[359/534] Compiling rc4.cc
[360/534] Compiling refcount.cc
[361/534] Compiling windows.cc
[362/534] Compiling trusty.cc
[363/534] Compiling rsa_asn1.cc
[364/534] Compiling rsa_crypt.cc
[365/534] Compiling urandom.cc
[366/534] Compiling rand.cc
[367/534] Compiling ios.cc
[368/534] Compiling passive.cc
[369/534] Compiling poly1305_arm_asm.S
[370/534] Compiling getentropy.cc
[371/534] Compiling forkunsafe.cc
[372/534] Compiling fork_detect.cc
[373/534] Compiling poly1305_arm.cc
[374/534] Compiling pool.cc
[375/534] Compiling deterministic.cc
[376/534] Compiling poly1305.cc
[377/534] Compiling poly1305_vec.cc
[378/534] Compiling pkcs8_x509.cc
[379/534] Compiling pkcs8.cc
[380/534] Compiling pkcs7.cc
[381/534] Compiling pem_xaux.cc
[382/534] Compiling p5_pbev2.cc
[383/534] Compiling pkcs7_x509.cc
[384/534] Compiling pem_x509.cc
[385/534] Compiling pem_pkey.cc
[386/534] Compiling mlkem.cc
[387/534] Compiling pem_pk8.cc
[388/534] Compiling obj_xref.cc
[389/534] Compiling pem_oth.cc
[390/534] Compiling md5.cc
[390/534] Compiling md4.cc
[392/534] Compiling mldsa.cc
[393/534] Compiling mem.cc
[394/534] Compiling pem_all.cc
[395/534] Compiling pem_lib.cc
[396/534] Compiling obj.cc
[396/534] Compiling pem_info.cc
[398/534] Compiling fips_shared_support.cc
[399/534] Compiling poly_rq_mul.S
[400/534] Compiling lhash.cc
[401/534] Compiling ex_data.cc
[402/534] Compiling sign.cc
[403/534] Compiling scrypt.cc
[404/534] Compiling kyber.cc
[405/534] Compiling hrss.cc
[406/534] Compiling hpke.cc
[407/534] Compiling pbkdf.cc
[408/534] Compiling print.cc
[409/534] Compiling p_x25519.cc
[410/534] Compiling p_x25519_asn1.cc
[411/534] Compiling p_rsa_asn1.cc
[412/534] Compiling p_ed25519.cc
[413/534] Compiling p_hkdf.cc
[414/534] Compiling p_rsa.cc
[415/534] Compiling p_ed25519_asn1.cc
[416/534] Compiling p_ec_asn1.cc
[417/534] Compiling p_ec.cc
[418/534] Compiling p_dh.cc
[419/534] Compiling p_dh_asn1.cc
[420/534] Compiling evp_ctx.cc
[421/534] Compiling engine.cc
[422/534] Compiling evp.cc
[423/534] Compiling ecdh.cc
[424/534] Compiling p_dsa_asn1.cc
[425/534] Compiling err.cc
[426/534] Compiling ecdsa_asn1.cc
[427/534] Compiling evp_asn1.cc
[428/534] Compiling hash_to_curve.cc
[429/534] Compiling ec_derive.cc
[430/534] Compiling ec_asn1.cc
[431/534] Compiling dsa.cc
[432/534] Compiling des.cc
[433/534] Compiling params.cc
[434/534] Compiling digest_extra.cc
[435/534] Compiling dh_asn1.cc
[436/534] Compiling x25519-asm-arm.S
[437/534] Compiling dsa_asn1.cc
[438/534] Compiling cpu_intel.cc
[439/534] Compiling spake25519.cc
[440/534] Compiling cpu_arm_linux.cc
[441/534] Compiling crypto.cc
[442/534] Compiling cpu_arm_freebsd.cc
[443/534] Compiling cpu_aarch64_openbsd.cc
[444/534] Compiling cpu_aarch64_sysreg.cc
[445/534] Compiling cpu_aarch64_win.cc
[446/534] Compiling bcm.cc
[447/534] Compiling curve25519.cc
[448/534] Compiling cpu_aarch64_linux.cc
[449/534] Compiling cpu_aarch64_fuchsia.cc
[450/534] Compiling curve25519_64_adx.cc
[451/534] Compiling cpu_aarch64_apple.cc
[452/534] Compiling get_cipher.cc
[453/534] Compiling tls_cbc.cc
[454/534] Compiling e_tls.cc
[455/534] Compiling e_chacha20poly1305.cc
[456/534] Compiling e_rc4.cc
[457/534] Compiling e_rc2.cc
[458/534] Compiling e_aesgcmsiv.cc
[459/534] Compiling derive_key.cc
[460/534] Compiling e_aesctrhmac.cc
[461/534] Compiling chacha.cc
[462/534] Compiling unicode.cc
[463/534] Compiling buf.cc
[464/534] Compiling ber.cc
[465/534] Compiling cbb.cc
[466/534] Compiling cbs.cc
[467/534] Compiling asn1_compat.cc
[468/534] Compiling bn_asn1.cc
[469/534] Compiling convert.cc
[470/534] Compiling printf.cc
[471/534] Compiling blake2.cc
[472/534] Compiling socket_helper.cc
[473/534] Compiling hexdump.cc
[474/534] Compiling pair.cc
[475/534] Compiling socket.cc
[476/534] Compiling file.cc
[477/534] Compiling fd.cc
[478/534] Compiling bio_mem.cc
[479/534] Compiling errno.cc
[480/534] Compiling base64.cc
[481/534] Compiling bio.cc
[482/534] Compiling connect.cc
[483/534] Compiling tasn_fre.cc
[484/534] Compiling tasn_enc.cc
[485/534] Compiling tasn_typ.cc
[486/534] Compiling tasn_utl.cc
[487/534] Compiling tasn_dec.cc
[488/534] Compiling tasn_new.cc
[489/534] Compiling f_string.cc
[490/534] Compiling posix_time.cc
[491/534] Compiling f_int.cc
[492/534] Compiling asn1_par.cc
[493/534] Compiling asn_pack.cc
[494/534] Compiling a_type.cc
[495/534] Compiling a_octet.cc
[496/534] Compiling asn1_lib.cc
[497/534] Compiling a_time.cc
[498/534] Compiling a_strex.cc
[499/534] Compiling a_utctm.cc
[500/534] Compiling a_strnid.cc
[501/534] Compiling a_object.cc
[502/534] Compiling a_d2i_fp.cc
[503/534] Compiling a_dup.cc
[504/534] Compiling CModbus modbus-data.c
[505/534] Compiling a_mbstr.cc
[506/534] Write sources
[507/534] Compiling a_i2d_fp.cc
[508/534] Write sources
[509/534] Compiling a_bool.cc
[510/534] Write sources
[511/536] Compiling a_bitstr.cc
[512/557] Compiling a_gentm.cc
[513/557] Compiling a_int.cc
[515/557] Compiling Atomics ManagedAtomic.swift
[516/557] Compiling Atomics ManagedAtomicLazyReference.swift
[517/557] Compiling Atomics UnsafeAtomic.swift
[518/557] Compiling Atomics UnsafeAtomicLazyReference.swift
[519/559] Compiling Atomics AtomicMemoryOrderings.swift
[520/559] Compiling Atomics DoubleWord.swift
[521/559] Compiling Atomics Primitives.shims.swift
[522/559] Compiling Atomics AtomicInteger.swift
[523/559] Compiling Atomics AtomicOptionalWrappable.swift
[524/559] Compiling Atomics AtomicReference.swift
[525/559] Compiling Atomics AtomicStorage.swift
[526/559] Compiling Atomics AtomicValue.swift
[527/559] Compiling Atomics IntegerOperations.swift
[528/559] Compiling Atomics Unmanaged extensions.swift
[529/559] Compiling ArgumentParserToolInfo ToolInfo.swift
[530/559] Emitting module ArgumentParserToolInfo
[532/560] 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
[533/560] 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
[535/561] Emitting module Atomics
[535/561] Compiling c-nioatomics.c
[536/561] Wrapping AST for SwiftLibModbus for debugging
[537/561] Wrapping AST for ArgumentParserToolInfo for debugging
[539/605] Compiling ArgumentParser BashCompletionsGenerator.swift
[540/605] Compiling ArgumentParser CompletionsGenerator.swift
[541/605] Compiling ArgumentParser FishCompletionsGenerator.swift
[542/605] Compiling ArgumentParser ZshCompletionsGenerator.swift
[543/605] Compiling ArgumentParser Argument.swift
[544/605] Compiling ArgumentParser ArgumentHelp.swift
[545/606] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[546/606] Wrapping AST for Atomics for debugging
[548/606] Compiling NIOConcurrencyHelpers NIOLock.swift
[549/606] Emitting module NIOConcurrencyHelpers
[550/606] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[551/606] Compiling NIOConcurrencyHelpers lock.swift
[552/606] Compiling NIOConcurrencyHelpers atomics.swift
[553/607] Wrapping AST for NIOConcurrencyHelpers for debugging
[555/666] Emitting module ArgumentParser
[556/671] Compiling NIOCore ByteBuffer-multi-int.swift
[557/671] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[558/671] Compiling NIOCore ByteBuffer-views.swift
[559/671] Compiling NIOCore Channel.swift
[560/671] Compiling NIOCore ChannelHandler.swift
[561/671] Compiling NIOCore ChannelHandlers.swift
[562/671] Compiling NIOCore FileDescriptor.swift
[563/671] Compiling NIOCore FileHandle.swift
[564/671] Compiling NIOCore FileRegion.swift
[565/671] Compiling NIOCore ChannelPipeline.swift
[566/671] Compiling NIOCore CircularBuffer.swift
[567/671] Compiling NIOCore EventLoop+SerialExecutor.swift
[568/671] Compiling NIOCore AddressedEnvelope.swift
[569/671] Compiling NIOCore AsyncAwaitSupport.swift
[570/671] Compiling NIOCore AsyncChannel.swift
[571/671] Compiling NIOCore AsyncChannelHandler.swift
[572/671] Compiling NIOCore Codec.swift
[573/671] Compiling NIOCore ConvenienceOptionSupport.swift
[574/671] Compiling NIOCore DeadChannel.swift
[575/671] Compiling NIOCore DispatchQueue+WithFuture.swift
[576/671] Compiling NIOCore EventLoop+Deprecated.swift
[577/671] Compiling NIOCore ChannelInvoker.swift
[578/671] Compiling NIOCore ChannelOption.swift
[579/671] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[580/671] Compiling NIOCore BSDSocketAPI.swift
[581/671] Compiling NIOCore ByteBuffer-aux.swift
[582/671] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[583/671] Compiling NIOCore ByteBuffer-conversions.swift
[584/671] Compiling NIOCore ByteBuffer-core.swift
[585/671] Compiling NIOCore ByteBuffer-hex.swift
[586/671] Compiling NIOCore ByteBuffer-int.swift
[587/671] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[588/671] Compiling NIOCore EventLoop.swift
[589/671] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[590/671] Compiling NIOCore EventLoopFuture+Deprecated.swift
[591/671] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[592/671] Compiling NIOCore EventLoopFuture.swift
[593/671] Compiling NIOCore MarkedCircularBuffer.swift
[594/671] Compiling NIOCore MulticastChannel.swift
[595/671] Compiling NIOCore NIOAny.swift
[596/671] Compiling NIOCore NIOCloseOnErrorHandler.swift
[597/671] Compiling NIOCore NIOLoopBound.swift
[598/671] Compiling NIOCore NIOScheduledCallback.swift
[599/671] Compiling NIOCore NIOSendable.swift
[600/671] Compiling NIOCore RecvByteBufferAllocator.swift
[601/679] Compiling ArgumentParser CollectionExtensions.swift
[602/679] Compiling ArgumentParser Platform.swift
[603/679] Compiling ArgumentParser SequenceExtensions.swift
[604/679] Compiling ArgumentParser StringExtensions.swift
[605/679] Compiling ArgumentParser Tree.swift
[606/680] Wrapping AST for ArgumentParser for debugging
[608/680] Compiling NIOCore GlobalSingletons.swift
[609/680] Compiling NIOCore IO.swift
[610/680] Compiling NIOCore IOData.swift
[611/680] Compiling NIOCore IPProtocol.swift
[612/680] Compiling NIOCore IntegerBitPacking.swift
[613/680] Compiling NIOCore IntegerTypes.swift
[614/680] Compiling NIOCore Interfaces.swift
[615/680] Compiling NIOCore Linux.swift
[624/680] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[625/680] Compiling NIOCore SocketAddresses.swift
[626/680] Compiling NIOCore SocketOptionProvider.swift
[627/680] Compiling NIOCore SystemCallHelpers.swift
[628/680] Compiling NIOCore TimeAmount+Duration.swift
[629/680] Compiling NIOCore TypeAssistedChannelHandler.swift
[630/680] Compiling NIOCore UniversalBootstrapSupport.swift
[631/680] Compiling NIOCore Utilities.swift
[666/680] Emitting module NIOCore
[667/681] Wrapping AST for NIOCore for debugging
[669/732] Emitting module NIOEmbedded
[670/732] Compiling NIOPosix PooledRecvBufferAllocator.swift
[671/732] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[672/732] Compiling NIOPosix PosixSingletons.swift
[673/732] Compiling NIOPosix RawSocketBootstrap.swift
[674/732] Compiling NIOPosix Resolver.swift
[675/732] Compiling NIOPosix Selectable.swift
[676/738] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[677/738] Compiling NIOEmbedded Embedded.swift
[678/738] Compiling NIOEmbedded AsyncTestingChannel.swift
[679/739] Wrapping AST for NIOEmbedded for debugging
[681/739] Emitting module NIOPosix
[682/739] Compiling NIOPosix ThreadPosix.swift
[683/739] Compiling NIOPosix ThreadWindows.swift
[684/739] Compiling NIOPosix UnsafeTransfer.swift
[685/739] Compiling NIOPosix Utilities.swift
[686/739] Compiling NIOPosix VsockAddress.swift
[687/739] Compiling NIOPosix VsockChannelEvents.swift
[688/739] Compiling NIOPosix ServerSocket.swift
[689/739] Compiling NIOPosix Socket.swift
[690/739] Compiling NIOPosix SocketChannel.swift
[691/739] Compiling NIOPosix SocketProtocols.swift
[692/739] Compiling NIOPosix System.swift
[693/739] Compiling NIOPosix Thread.swift
[694/739] Compiling NIOPosix IO.swift
[695/739] Compiling NIOPosix IntegerBitPacking.swift
[696/739] Compiling NIOPosix IntegerTypes.swift
[697/739] Compiling NIOPosix Linux.swift
[698/739] Compiling NIOPosix LinuxCPUSet.swift
[699/739] Compiling NIOPosix LinuxUring.swift
[700/739] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[701/739] Compiling NIOPosix BSDSocketAPICommon.swift
[702/739] Compiling NIOPosix BSDSocketAPIPosix.swift
[703/739] Compiling NIOPosix BSDSocketAPIWindows.swift
[704/739] Compiling NIOPosix BaseSocket.swift
[705/739] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[706/739] Compiling NIOPosix BaseSocketChannel.swift
[707/739] Compiling NIOPosix BaseStreamSocketChannel.swift
[708/739] Compiling NIOPosix NIOThreadPool.swift
[709/739] Compiling NIOPosix NonBlockingFileIO.swift
[710/739] Compiling NIOPosix PendingDatagramWritesManager.swift
[711/739] Compiling NIOPosix PendingWritesManager.swift
[712/739] Compiling NIOPosix PipeChannel.swift
[713/739] Compiling NIOPosix PipePair.swift
[714/739] Compiling NIOPosix Pool.swift
[715/739] Compiling NIOPosix SelectableChannel.swift
[716/739] Compiling NIOPosix SelectableEventLoop.swift
[717/739] Compiling NIOPosix SelectorEpoll.swift
[718/739] Compiling NIOPosix SelectorGeneric.swift
[719/739] Compiling NIOPosix SelectorKqueue.swift
[720/739] Compiling NIOPosix SelectorUring.swift
[721/739] Compiling NIOPosix Bootstrap.swift
[722/739] Compiling NIOPosix ControlMessage.swift
[723/739] Compiling NIOPosix DatagramVectorReadManager.swift
[724/739] Compiling NIOPosix Errors+Any.swift
[725/739] Compiling NIOPosix FileDescriptor.swift
[726/739] Compiling NIOPosix GetaddrinfoResolver.swift
[727/739] Compiling NIOPosix HappyEyeballs.swift
[728/740] Wrapping AST for NIOPosix for debugging
[730/742] Compiling NIO Exports.swift
[731/742] Emitting module NIO
[732/750] Wrapping AST for NIO for debugging
[734/770] Compiling NIOTLS TLSEvents.swift
[735/770] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[736/770] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[737/770] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[738/770] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[739/770] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[740/770] Compiling NIOTLS SNIHandler.swift
[741/770] Emitting module NIOTLS
[742/770] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[743/771] Emitting module NIOHTTP1
[745/773] Emitting module NIOFoundationCompat
[746/773] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[746/774] Wrapping AST for NIOTLS for debugging
[748/788] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[749/788] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[751/803] Compiling NIOSSL IdentityVerification.swift
[752/803] Compiling NIOSSL SSLCertificate.swift
[752/825] Wrapping AST for NIOFoundationCompat for debugging
[754/825] Compiling NIOTransportServices NIOTSDatagramListener.swift
[755/825] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[756/825] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[757/825] Compiling NIOTransportServices NIOTSBootstraps.swift
[758/825] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[759/825] Compiling NIOTransportServices AcceptHandler.swift
[760/825] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[765/825] Compiling NIOTransportServices NIOTSChannelOptions.swift
[766/825] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[767/827] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[768/827] Compiling NIOTransportServices NIOTSErrors.swift
[769/827] Compiling NIOTransportServices NIOTSEventLoop.swift
[770/827] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[771/827] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[772/827] Compiling NIOTransportServices NIOTSListenerChannel.swift
[773/827] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[774/827] Compiling NIOTransportServices NIOTSSingletons.swift
[775/827] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[776/827] Compiling NIOTransportServices StateManagedChannel.swift
[777/827] Compiling NIOTransportServices StateManagedListenerChannel.swift
[778/827] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[779/827] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[780/827] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[781/827] Emitting module NIOTransportServices
[791/829] Wrapping AST for NIOTransportServices for debugging
[793/829] Wrapping AST for NIOHTTP1 for debugging
[795/829] Emitting module NIOSSL
[796/842] Compiling NIOSSL NIOSSLSecureBytes.swift
[797/842] Compiling NIOSSL RNG.swift
[798/842] Compiling NIOSSL SafeCompare.swift
[799/842] Compiling NIOSSL Zeroization.swift
[803/842] Compiling NIOSSL SubjectAlternativeName.swift
[804/842] Compiling NIOWebSocket WebSocketOpcode.swift
[805/843] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[810/843] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[811/843] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[812/843] Compiling NIOWebSocket SHA1.swift
[813/843] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[814/843] Compiling NIOWebSocket WebSocketErrorCodes.swift
[815/843] Compiling NIOWebSocket WebSocketFrame.swift
[816/843] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[817/843] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[818/843] Emitting module NIOWebSocket
[820/844] Compiling NIOSSL TLSConfiguration.swift
[821/844] Compiling NIOSSL UniversalBootstrapSupport.swift
[822/844] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[838/845] Wrapping AST for NIOWebSocket for debugging
[840/845] Wrapping AST for NIOSSL for debugging
[842/910] Compiling MQTTNIO MQTTQoS.swift
[843/910] Compiling MQTTNIO MQTTSubscription.swift
[844/910] Compiling MQTTNIO MQTTUnsubscribeResponse.swift
[845/910] Compiling MQTTNIO MQTTUserProperty.swift
[846/910] Compiling MQTTNIO MQTTWillMessage+Properties.swift
[847/910] Compiling MQTTNIO MQTTWillMessage.swift
[848/910] Compiling MQTTNIO MQTTReasonCode.swift
[849/910] Compiling MQTTNIO MQTTStringPair.swift
[850/910] Compiling MQTTNIO MQTTVariableByteInteger.swift
[851/919] Emitting module MQTTNIO
[852/919] Compiling MQTTNIO MQTTReAuthenticateRequest.swift
[853/919] Compiling MQTTNIO MQTTSubscribeRequest.swift
[854/919] Compiling MQTTNIO MQTTUnsubscribeRequest.swift
[855/919] Compiling MQTTNIO TSTSLConfiguration.swift
[856/919] Compiling MQTTNIO ByteBuffer+Extensions.swift
[857/919] Compiling MQTTNIO CallbackList.swift
[858/919] Compiling MQTTNIO Collection+Extensions.swift
[859/919] Compiling MQTTNIO String+Extensions.swift
[860/919] Compiling MQTTNIO TimeAmount+Extensions.swift
[861/919] Compiling MQTTNIO MQTTPropertyValue.swift
[862/919] Compiling MQTTNIO MQTTPacket+Acknowledgement.swift
[863/919] Compiling MQTTNIO MQTTPacket+Auth.swift
[864/919] Compiling MQTTNIO MQTTPacket+ConnAck.swift
[865/919] Compiling MQTTNIO MQTTPacket+Connect.swift
[866/919] Compiling MQTTNIO MQTTPacket+Disconnect.swift
[867/919] Compiling MQTTNIO MQTTPacket+Ping.swift
[868/919] Compiling MQTTNIO MQTTPacket+Publish.swift
[869/919] Compiling MQTTNIO MQTTPacket+SubAck.swift
[870/919] Compiling MQTTNIO MQTTCancellable.swift
[871/919] Compiling MQTTNIO MQTTClient+Concurrency.swift
[872/919] Compiling MQTTNIO MQTTClient.swift
[873/919] Compiling MQTTNIO MQTTConfiguration.swift
[874/919] Compiling MQTTNIO MQTTProtocolVersion.swift
[875/919] Compiling MQTTNIO MQTTAcknowledgementHandler.swift
[876/919] Compiling MQTTNIO MQTTMessage+Properties.swift
[877/919] Compiling MQTTNIO MQTTMessage.swift
[878/919] Compiling MQTTNIO MQTTPayload.swift
[879/919] Compiling MQTTNIO MQTTWebSocketError.swift
[880/919] Compiling MQTTNIO MQTTErrorHandler.swift
[881/919] Compiling MQTTNIO MQTTFallbackPacketHandler.swift
[882/919] Compiling MQTTNIO MQTTKeepAliveHandler.swift
[883/919] Compiling MQTTNIO MQTTSubscriptionsHandler.swift
[884/919] Compiling MQTTNIO WebSocketHandler.swift
[885/919] Compiling MQTTNIO WebSocketInitialRequestHandler.swift
[886/919] Compiling MQTTNIO MQTT+Sendable.swift
[887/919] Compiling MQTTNIO MQTTAuthenticationHandler.swift
[888/919] Compiling MQTTNIO MQTTPacket+Subscribe.swift
[889/919] Compiling MQTTNIO MQTTPacket+UnsubAck.swift
[890/919] Compiling MQTTNIO MQTTPacket+Unsubscribe.swift
[891/919] Compiling MQTTNIO MQTTRequest.swift
[892/919] Compiling MQTTNIO MQTTRequestHandler.swift
[893/919] Compiling MQTTNIO MQTTConnectRequest.swift
[894/919] Compiling MQTTNIO MQTTDisconnectRequest.swift
[895/919] Compiling MQTTNIO MQTTPingRequest.swift
[896/919] Compiling MQTTNIO MQTTPublishRequest.swift
[897/919] Compiling MQTTNIO MQTTConnectResponse.swift
[898/919] Compiling MQTTNIO MQTTConnection.swift
[899/919] Compiling MQTTNIO MQTTConnectionEvent.swift
[900/919] Compiling MQTTNIO MQTTDisconnectReason.swift
[901/919] Compiling MQTTNIO MQTTConnectionError.swift
[902/919] Compiling MQTTNIO MQTTProtocolError.swift
[903/919] Compiling MQTTNIO MQTTPublishError.swift
[904/919] Compiling MQTTNIO MQTTSubscribeError.swift
[905/919] Compiling MQTTNIO MQTTUnsubscribeError.swift
[906/919] Compiling MQTTNIO MQTTValueError.swift
[907/919] Compiling MQTTNIO MQTTPacket+Kind.swift
[908/919] Compiling MQTTNIO MQTTPacket.swift
[909/919] Compiling MQTTNIO MQTTPacketDecoder.swift
[910/919] Compiling MQTTNIO MQTTPacketEncoder.swift
[911/919] Compiling MQTTNIO MQTTPacketType.swift
[912/919] Compiling MQTTNIO MQTTPacketTypeParser.swift
[913/919] Compiling MQTTNIO MQTTPacketTypeSerializer.swift
[914/919] Compiling MQTTNIO MQTTProperties.swift
[915/919] Compiling MQTTNIO MQTTProperty.swift
[916/920] Wrapping AST for MQTTNIO for debugging
[918/927] Compiling modbus2mqtt resource_bundle_accessor.swift
[919/927] Compiling modbus2mqtt ModbusDefinition.swift
[920/927] Compiling modbus2mqtt MQTTRequestResponse.swift
[921/927] 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 |
[922/927] Compiling modbus2mqtt BitMappedValue.swift
[923/927] Compiling modbus2mqtt ModbusValue.swift
[924/927] 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 |
[925/928] Wrapping AST for modbus2mqtt for debugging
[926/928] Write Objects.LinkFileList
[927/928] Linking modbus2mqtt
Build complete! (167.34s)
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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.