The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

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