The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of sma2mqtt, reference main (f37042), with Swift 6.1 for Linux on 6 Nov 2025 16:36:31 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jollyjinx/sma2mqtt.git
Reference: main
Initialized empty Git repository in /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/sma2mqtt
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f37042e fixed intel builds
Cloned https://github.com/jollyjinx/sma2mqtt.git
Revision (git rev-parse @):
f37042ef408ff679808b7fa6e6c864a15c041b67
SUCCESS checkout https://github.com/jollyjinx/sma2mqtt.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/jollyjinx/sma2mqtt.git
https://github.com/jollyjinx/sma2mqtt.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swiftformat",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.51.12",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.18.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "mqtt-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.8.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server-community/mqtt-nio"
    },
    {
      "identity" : "binarycoder",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.3.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jollyjinx/BinaryCoder"
    },
    {
      "identity" : "jlog",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.7",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jollyjinx/JLog"
    }
  ],
  "manifest_display_name" : "sma2mqtt",
  "name" : "sma2mqtt",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "sma2mqtt",
      "targets" : [
        "sma2mqtt"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "sma2mqttLibrary",
      "targets" : [
        "sma2mqttLibrary"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "sma2mqttTests",
      "module_type" : "SwiftTarget",
      "name" : "sma2mqttTests",
      "path" : "Tests/sma2mqttTests",
      "product_dependencies" : [
        "BinaryCoder",
        "JLog"
      ],
      "sources" : [
        "DeviceTests.swift",
        "QueryQueueTests.swift",
        "SMAObjectTests.swift",
        "TestHelpers.swift",
        "sma2mqttTests.swift"
      ],
      "target_dependencies" : [
        "sma2mqttLibrary"
      ],
      "type" : "test"
    },
    {
      "c99name" : "sma2mqttLibrary",
      "module_type" : "SwiftTarget",
      "name" : "sma2mqttLibrary",
      "path" : "Sources/sma2mqttLibrary",
      "product_dependencies" : [
        "BinaryCoder",
        "AsyncHTTPClient",
        "MQTTNIO",
        "JLog"
      ],
      "product_memberships" : [
        "sma2mqtt",
        "sma2mqttLibrary"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/sma2mqttLibrary/Resources/SMANetPacketDefinitions.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/sma2mqttLibrary/Resources/obisdefinition.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/sma2mqttLibrary/Resources/sma.data.Translation_Names.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/sma2mqttLibrary/Resources/sma.data.objectMetaData.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "DataObjects/GetValuesResult.swift",
        "DataObjects/PublishedValue.swift",
        "DataObjects/SMADataObject.swift",
        "DataObjects/SMATagTranslator.swift",
        "Obis/ObisDefinition.swift",
        "Obis/ObisPacket.swift",
        "Obis/ObisValue.swift",
        "SMADevice.swift",
        "SMALighthouse.swift",
        "SMAPacket/PacketHelper.swift",
        "SMAPacket/SMANetPacket.swift",
        "SMAPacket/SMANetPacketDefinition.swift",
        "SMAPacket/SMANetPacketHeader.swift",
        "SMAPacket/SMANetPacketValue.swift",
        "SMAPacket/SMAPacket.swift",
        "SMAPacket/SMAPacketGenerator.swift",
        "SMAPacket/SMATagPacket.swift",
        "Tools/DatedQueue.swift",
        "Tools/Extensions.swift",
        "Tools/HTTPClientProvider.swift",
        "Tools/IntervalLoop.swift",
        "Tools/MQTTPublisher.swift",
        "Tools/MutlicastReceiver.swift",
        "Tools/QueryQueue.swift",
        "Tools/RandomNumber.swift",
        "Tools/SMAUDPPort.swift",
        "Tools/SwiftFD_SET.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "sma2mqtt",
      "module_type" : "SwiftTarget",
      "name" : "sma2mqtt",
      "path" : "Sources/sma2mqtt",
      "product_dependencies" : [
        "ArgumentParser",
        "JLog"
      ],
      "product_memberships" : [
        "sma2mqtt"
      ],
      "sources" : [
        "sma2mqtt.swift"
      ],
      "target_dependencies" : [
        "sma2mqttLibrary"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/nicklockwood/SwiftFormat
Fetching https://github.com/jollyjinx/JLog
Fetching https://github.com/jollyjinx/BinaryCoder
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/swift-server-community/mqtt-nio
Fetching https://github.com/apple/swift-argument-parser
[1/296] Fetching binarycoder
[81/410] Fetching binarycoder, jlog
[134/17096] Fetching binarycoder, jlog, swift-argument-parser
[1079/25960] Fetching binarycoder, jlog, swift-argument-parser, mqtt-nio
[5689/40367] Fetching binarycoder, jlog, swift-argument-parser, mqtt-nio, async-http-client
[30260/92773] Fetching binarycoder, jlog, swift-argument-parser, mqtt-nio, async-http-client, swiftformat
Fetched https://github.com/jollyjinx/JLog from cache (2.74s)
Fetched https://github.com/jollyjinx/BinaryCoder from cache (2.75s)
Fetched https://github.com/swift-server/async-http-client.git from cache (2.76s)
Fetched https://github.com/swift-server-community/mqtt-nio from cache (2.77s)
Fetched https://github.com/apple/swift-argument-parser from cache (2.77s)
[4623/52406] Fetching swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat from cache (45.40s)
Computing version for https://github.com/jollyjinx/BinaryCoder
Computed https://github.com/jollyjinx/BinaryCoder at 2.3.2 (45.98s)
Computing version for https://github.com/jollyjinx/JLog
Computed https://github.com/jollyjinx/JLog at 0.0.8 (0.52s)
Fetching https://github.com/apple/swift-log.git
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)
[1/4368] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.42s)
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 (3.86s)
Computing version for https://github.com/swift-server-community/mqtt-nio
Computed https://github.com/swift-server-community/mqtt-nio at 2.12.1 (1.07s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio.git
[1/2785] Fetching swift-nio-transport-services
[2786/18073] Fetching swift-nio-transport-services, swift-nio-ssl
[4927/98100] Fetching swift-nio-transport-services, swift-nio-ssl, swift-nio
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (9.82s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (9.92s)
[1/1820] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (1.77s)
Fetched https://github.com/apple/swift-nio.git from cache (11.78s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (12.92s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (1.98s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.2 (1.15s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.88.0 (2.84s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/5167] Fetching swift-system
[5168/23453] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.95s)
Fetched https://github.com/apple/swift-collections.git from cache (1.98s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (2.67s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.18s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.51s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.29.1 (0.63s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/5533] Fetching swift-distributed-tracing
[1385/11556] Fetching swift-distributed-tracing, swift-algorithms
[2511/17870] Fetching swift-distributed-tracing, swift-algorithms, swift-nio-extras
[15170/29578] Fetching swift-distributed-tracing, swift-algorithms, swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.55s)
[14249/23264] Fetching swift-distributed-tracing, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-algorithms.git from cache (1.35s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.35s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.36s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.1 (2.08s)
Fetching https://github.com/apple/swift-service-context.git
[1/1162] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.23s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (0.95s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (0.60s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.85s)
Fetching https://github.com/apple/swift-numerics.git
[1/6380] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.53s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (1.15s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.31.0 (0.82s)
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/1204] Fetching swift-http-structured-headers
[423/3766] Fetching swift-http-structured-headers, swift-service-lifecycle
[1001/5419] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-asn1
[2110/12126] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-asn1, swift-certificates
[12127/13065] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-asn1, swift-certificates, swift-http-types
[13066/18740] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-asn1, swift-certificates, swift-http-types, swift-async-algorithms
Fetched https://github.com/apple/swift-asn1.git from cache (2.52s)
Fetched https://github.com/apple/swift-http-types.git from cache (2.52s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (2.52s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (2.52s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (2.52s)
Fetched https://github.com/apple/swift-certificates.git from cache (2.53s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.9.1 (3.19s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.93s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (2.82s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.0 (3.21s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (1.85s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.5.0 (0.67s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.15.1 (0.80s)
Fetching https://github.com/apple/swift-crypto.git
[1/17428] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.41s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.1.0 (4.76s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.58.5 (0.65s)
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.58.5
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.31.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.2
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.1.0
Creating working copy for https://github.com/jollyjinx/BinaryCoder
Working copy of https://github.com/jollyjinx/BinaryCoder resolved at 2.3.2
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.5.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.29.1
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.2
Creating working copy for https://github.com/swift-server-community/mqtt-nio
Working copy of https://github.com/swift-server-community/mqtt-nio resolved at 2.12.1
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.88.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.38.0
Creating working copy for https://github.com/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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/jollyjinx/JLog
Working copy of https://github.com/jollyjinx/JLog resolved at 0.0.8
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.9.1
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.15.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
[3/3] Compiling plugin SwiftFormatPlugin
Building for debugging...
[3/497] Compiling a_i2d_fp.cc
[4/497] Compiling a_d2i_fp.cc
[5/497] Copying sma.data.objectMetaData.json
[6/497] Copying sma.data.Translation_Names.json
[7/497] Copying obisdefinition.json
[8/497] Copying SMANetPacketDefinitions.json
[9/497] Write sources
[11/497] Compiling _NumericsShims _NumericsShims.c
[12/497] Write sources
[14/497] Compiling a_dup.cc
[15/497] Write sources
[22/497] Compiling _AtomicsShims.c
[24/497] Write sources
[41/497] Compiling CNIOWindows shim.c
[42/497] Compiling CNIOWindows WSAStartup.c
[43/497] Compiling a_bitstr.cc
[44/497] Compiling CNIOWASI CNIOWASI.c
[45/497] Compiling a_int.cc
[46/497] Compiling CNIOPosix event_loop_id.c
[47/497] Compiling CNIOLinux liburing_shims.c
[48/497] Compiling CNIOSHA1 c_nio_sha1.c
[49/497] Compiling a_bool.cc
[50/497] Compiling CNIOLinux shim.c
[51/497] Compiling CNIOLLHTTP c_nio_http.c
[52/497] Compiling CNIODarwin shim.c
[53/497] Compiling CNIOExtrasZlib empty.c
[54/497] Write swift-version-24593BA9C3E375BF.txt
[55/497] Compiling CNIOLLHTTP c_nio_api.c
[56/497] Compiling fiat_p256_adx_sqr.S
[57/497] Compiling fiat_curve25519_adx_square.S
[58/497] Compiling a_gentm.cc
[59/497] Compiling fiat_p256_adx_mul.S
[60/497] Compiling CNIOLLHTTP c_nio_llhttp.c
[61/519] Compiling CNIOBoringSSLShims shims.c
[62/522] Compiling fiat_curve25519_adx_mul.S
[63/538] Compiling tls_record.cc
[65/538] Emitting module _NIODataStructures
[66/538] Emitting module InternalCollectionsUtilities
[66/540] Compiling tls_method.cc
[67/540] Compiling c-nioatomics.c
[68/540] Compiling tls13_server.cc
[70/540] Compiling RealModule Real.swift
[71/540] Compiling _NIODataStructures _TinyArray.swift
[72/541] Compiling InternalCollectionsUtilities UInt+reversed.swift
[73/541] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[74/541] Compiling InternalCollectionsUtilities _SortedCollection.swift
[75/541] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[76/541] Emitting module RealModule
[77/541] Compiling RealModule RelaxedArithmetic.swift
[78/541] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[79/541] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[80/541] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[81/541] Compiling InternalCollectionsUtilities Integer rank.swift
[82/541] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[83/541] Emitting module _NIOBase64
[84/541] Compiling _NIOBase64 Base64.swift
[85/541] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[86/541] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[91/541] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[92/541] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[93/542] Compiling InternalCollectionsUtilities Debugging.swift
[94/542] Compiling InternalCollectionsUtilities Descriptions.swift
[95/542] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[96/542] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[97/542] Compiling _NIODataStructures PriorityQueue.swift
[98/543] Compiling RealModule RealFunctions.swift
[99/543] Emitting module ServiceContextModule
[100/543] Compiling ServiceContextModule ServiceContext.swift
[101/543] Compiling ServiceContextModule ServiceContextKey.swift
[102/544] Compiling RealModule Float16+Real.swift
[105/544] Compiling RealModule Float80+Real.swift
[109/545] Wrapping AST for _NIOBase64 for debugging
[110/545] Compiling tls13_enc.cc
[111/551] Wrapping AST for ServiceContextModule for debugging
[113/566] Compiling Instrumentation NoOpInstrument.swift
[113/566] Wrapping AST for RealModule for debugging
[114/566] Wrapping AST for InternalCollectionsUtilities for debugging
[116/566] Emitting module Instrumentation
[116/566] Compiling tls13_client.cc
[118/566] Compiling _NIODataStructures Heap.swift
[119/566] Emitting module Logging
[120/566] Compiling Logging LogHandler.swift
[121/566] Compiling Logging MetadataProvider.swift
[122/566] Compiling Logging Logging.swift
[123/566] Compiling Logging Locks.swift
[124/566] Compiling Instrumentation Instrument.swift
[125/568] Compiling DequeModule Deque+CustomReflectable.swift
[126/568] Compiling DequeModule Deque+Descriptions.swift
[127/570] Compiling Instrumentation InstrumentationSystem.swift
[128/570] Compiling Instrumentation Locks.swift
[129/570] Compiling Instrumentation MultiplexInstrument.swift
[133/571] Compiling DequeModule _DequeBuffer.swift
[134/571] Compiling DequeModule _DequeBufferHeader.swift
[135/571] Compiling DequeModule Deque+Equatable.swift
[136/571] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[137/571] Compiling DequeModule Deque+Extras.swift
[138/571] Compiling DequeModule Deque+Hashable.swift
[139/585] Compiling DequeModule _DequeSlot.swift
[140/585] Compiling DequeModule _UnsafeWrappedBuffer.swift
[141/585] Compiling Tracing InstrumentationSystem+Tracing.swift
[142/585] Compiling DequeModule Deque+Testing.swift
[143/585] Compiling DequeModule Deque._Storage.swift
[144/585] Compiling DequeModule Deque._UnsafeHandle.swift
[145/585] Compiling DequeModule Deque.swift
[146/585] Compiling Tracing TracingTime.swift
[147/585] Emitting module Tracing
[148/585] Compiling Tracing TracerProtocol.swift
[149/585] Compiling Tracing Tracer.swift
[149/585] Compiling t1_enc.cc
[151/585] Compiling Tracing TracerProtocol+Legacy.swift
[152/585] Compiling DequeModule Deque+Codable.swift
[153/585] Compiling DequeModule Deque+Collection.swift
[153/585] Wrapping AST for _NIODataStructures for debugging
[155/585] Emitting module DequeModule
[156/586] Compiling Tracing NoOpTracer.swift
[157/586] Compiling Tracing SpanProtocol.swift
[157/587] Wrapping AST for Logging for debugging
[159/587] Compiling tls13_both.cc
[161/587] Wrapping AST for Instrumentation for debugging
[162/587] Wrapping AST for DequeModule for debugging
[163/587] Wrapping AST for Tracing for debugging
[164/587] Compiling ssl_transcript.cc
[165/587] Compiling ssl_versions.cc
[166/587] Compiling ssl_x509.cc
[168/587] Emitting module LoggingFormatAndPipe
[169/587] Compiling LoggingFormatAndPipe Handler.swift
[170/587] Compiling LoggingFormatAndPipe LoggerTextOutputStreamPipe.swift
[170/587] Compiling ssl_stat.cc
[171/587] Compiling ssl_privkey.cc
[172/587] Compiling ssl_file.cc
[173/587] Compiling ssl_key_share.cc
[174/587] Compiling ssl_session.cc
[175/587] Compiling ssl_credential.cc
[177/587] Compiling LoggingFormatAndPipe Pipe.swift
[178/587] Compiling LoggingFormatAndPipe Formatter.swift
[178/587] Compiling ssl_lib.cc
[180/587] Compiling LoggingFormatAndPipe BasicFormatter.swift
[181/588] Compiling ssl_cipher.cc
[182/590] Compiling ssl_cert.cc
[183/590] Compiling ssl_asn1.cc
[184/590] Compiling ssl_aead_ctx.cc
[185/590] Compiling ssl_buffer.cc
[186/590] Wrapping AST for LoggingFormatAndPipe for debugging
[187/590] Compiling s3_pkt.cc
[188/590] Compiling s3_lib.cc
[189/590] Compiling s3_both.cc
[190/590] Compiling handshake_server.cc
[191/590] Compiling handshake.cc
[192/590] Compiling handoff.cc
[193/590] Compiling handshake_client.cc
[194/590] Compiling dtls_record.cc
[195/590] Compiling encrypted_client_hello.cc
[196/590] Compiling extensions.cc
[197/590] Compiling md5-x86_64-linux.S
[198/590] Compiling md5-x86_64-apple.S
[199/590] Compiling md5-586-linux.S
[200/590] Compiling md5-586-apple.S
[201/590] Compiling dtls_method.cc
[202/590] Compiling err_data.cc
[203/590] Compiling bio_ssl.cc
[204/590] Compiling d1_srtp.cc
[205/590] Compiling chacha20_poly1305_x86_64-linux.S
[206/590] Compiling chacha20_poly1305_x86_64-apple.S
[207/590] Compiling chacha20_poly1305_armv8-win.S
[208/590] Compiling chacha20_poly1305_armv8-linux.S
[209/590] Compiling chacha20_poly1305_armv8-apple.S
[210/590] Compiling chacha-x86-apple.S
[211/590] Compiling chacha-x86_64-linux.S
[212/590] Compiling chacha-x86-linux.S
[213/590] Compiling chacha-x86_64-apple.S
[214/590] Compiling d1_pkt.cc
[215/590] Compiling chacha-armv8-win.S
[216/590] Compiling chacha-armv8-linux.S
[217/590] Compiling d1_lib.cc
[218/590] Compiling chacha-armv8-apple.S
[219/590] Compiling chacha-armv4-linux.S
[220/590] Compiling aes128gcmsiv-x86_64-linux.S
[221/590] Compiling aes128gcmsiv-x86_64-apple.S
[222/590] Compiling x86_64-mont-apple.S
[223/590] Compiling x86_64-mont5-apple.S
[224/590] Compiling x86_64-mont-linux.S
[225/590] Compiling x86-mont-linux.S
[226/590] Compiling x86_64-mont5-linux.S
[227/590] Compiling x86-mont-apple.S
[228/590] Compiling vpaes-x86_64-linux.S
[229/590] Compiling vpaes-x86_64-apple.S
[230/590] Compiling vpaes-x86-linux.S
[231/590] Compiling vpaes-x86-apple.S
[232/590] Compiling vpaes-armv8-win.S
[233/590] Compiling vpaes-armv8-linux.S
[234/590] Compiling vpaes-armv7-linux.S
[235/590] Compiling vpaes-armv8-apple.S
[236/590] Compiling sha512-x86_64-linux.S
[237/590] Compiling sha512-x86_64-apple.S
[238/590] Compiling sha512-armv8-win.S
[239/590] Compiling sha512-armv8-linux.S
[240/590] Compiling sha512-armv8-apple.S
[241/590] Compiling sha512-armv4-linux.S
[242/590] Compiling sha512-586-linux.S
[243/590] Compiling sha512-586-apple.S
[244/590] Compiling sha256-x86_64-apple.S
[245/590] Compiling sha256-armv8-win.S
[246/590] Compiling sha256-x86_64-linux.S
[247/590] Compiling sha256-armv8-linux.S
[248/590] Compiling sha256-armv8-apple.S
[249/590] Compiling sha256-armv4-linux.S
[250/590] Compiling sha256-586-linux.S
[251/590] Compiling sha1-x86_64-apple.S
[252/590] Compiling sha256-586-apple.S
[253/590] Compiling sha1-armv8-win.S
[254/590] Compiling sha1-armv8-linux.S
[255/590] Compiling sha1-x86_64-linux.S
[256/590] Compiling sha1-armv8-apple.S
[257/590] Compiling sha1-armv4-large-linux.S
[258/590] Compiling d1_both.cc
[259/590] Compiling sha1-586-apple.S
[260/590] Compiling sha1-586-linux.S
[261/590] Compiling rdrand-x86_64-linux.S
[262/590] Compiling rsaz-avx2-linux.S
[263/590] Compiling rdrand-x86_64-apple.S
[264/590] Compiling rsaz-avx2-apple.S
[265/590] Compiling p256_beeu-x86_64-asm-apple.S
[266/590] Compiling p256_beeu-x86_64-asm-linux.S
[267/590] Compiling p256_beeu-armv8-asm-win.S
[268/590] Compiling p256_beeu-armv8-asm-linux.S
[269/590] Compiling p256_beeu-armv8-asm-apple.S
[270/590] Compiling p256-x86_64-asm-apple.S
[271/590] Compiling p256-armv8-asm-win.S
[272/590] Compiling p256-armv8-asm-linux.S
[273/590] Compiling p256-x86_64-asm-linux.S
[274/590] Compiling p256-armv8-asm-apple.S
[275/590] Compiling ghashv8-armv8-linux.S
[276/590] Compiling ghashv8-armv8-win.S
[277/590] Compiling ghashv8-armv8-apple.S
[278/590] Compiling ghashv8-armv7-linux.S
[279/590] Compiling ghash-x86-linux.S
[280/590] Compiling ghash-x86_64-apple.S
[281/590] Compiling ghash-x86-apple.S
[282/590] Compiling ghash-x86_64-linux.S
[283/590] Compiling ghash-ssse3-x86_64-linux.S
[284/590] Compiling ghash-ssse3-x86_64-apple.S
[285/590] Compiling ghash-ssse3-x86-linux.S
[286/590] Compiling ghash-neon-armv8-linux.S
[287/590] Compiling ghash-neon-armv8-win.S
[288/590] Compiling ghash-ssse3-x86-apple.S
[289/590] Compiling ghash-neon-armv8-apple.S
[290/590] Compiling ghash-armv4-linux.S
[291/590] Compiling co-586-linux.S
[292/590] Compiling co-586-apple.S
[293/590] Compiling bsaes-armv7-linux.S
[294/590] Compiling bn-armv8-win.S
[295/590] Compiling bn-armv8-apple.S
[296/590] Compiling bn-armv8-linux.S
[297/590] Compiling bn-586-linux.S
[298/590] Compiling bn-586-apple.S
[299/590] Compiling armv8-mont-linux.S
[300/590] Compiling armv8-mont-apple.S
[301/590] Compiling aesv8-gcm-armv8-win.S
[302/590] Compiling armv8-mont-win.S
[303/590] Compiling aesv8-gcm-armv8-linux.S
[304/590] Compiling armv4-mont-linux.S
[305/590] Compiling aesv8-gcm-armv8-apple.S
[306/590] Compiling aesv8-armv8-win.S
[307/590] Compiling aesv8-armv8-apple.S
[308/590] Compiling aesv8-armv8-linux.S
[309/590] Compiling aesv8-armv7-linux.S
[310/590] Compiling aesni-x86_64-linux.S
[311/590] Compiling aesni-x86_64-apple.S
[312/590] Compiling aesni-x86-linux.S
[313/590] Compiling aesni-gcm-x86_64-apple.S
[314/590] Compiling aesni-x86-apple.S
[315/590] Compiling aesni-gcm-x86_64-linux.S
[316/590] Compiling aes-gcm-avx2-x86_64-linux.S
[317/590] Compiling aes-gcm-avx10-x86_64-apple.S
[318/590] Compiling aes-gcm-avx2-x86_64-apple.S
[319/590] Compiling aes-gcm-avx10-x86_64-linux.S
[320/590] Compiling x_x509.cc
[321/590] Compiling x_sig.cc
[322/590] Compiling x_pubkey.cc
[323/590] Compiling x_spki.cc
[324/590] Compiling x_req.cc
[325/590] Compiling x_val.cc
[326/590] Compiling x_x509a.cc
[327/590] Compiling x_name.cc
[328/590] Compiling x_exten.cc
[329/590] Compiling x_all.cc
[330/590] Compiling x_crl.cc
[331/590] Compiling x_attrib.cc
[332/590] Compiling x_algor.cc
[333/590] Compiling x509spki.cc
[334/590] Compiling x509rset.cc
[336/590] Compiling JLog JLog.swift
[337/590] Emitting module JLog
[337/591] Compiling x509name.cc
[338/591] Compiling x509_vpm.cc
[340/591] Compiling x509_vfy.cc
[341/591] Compiling x509cset.cc
[342/591] Compiling x509_v3.cc
[343/591] Compiling x509_txt.cc
[344/591] Wrapping AST for JLog for debugging
[345/591] Compiling x509_trs.cc
[346/591] Compiling x509_set.cc
[347/591] Compiling x509_obj.cc
[348/591] Compiling x509_req.cc
[349/591] Compiling x509_lu.cc
[350/591] Compiling x509_ext.cc
[351/591] Compiling x509_def.cc
[352/591] Compiling x509_d2.cc
[353/591] Compiling x509_cmp.cc
[354/591] Compiling x509_att.cc
[355/591] Compiling x509.cc
[356/591] Compiling v3_utl.cc
[357/591] Compiling v3_skey.cc
[358/591] Compiling v3_prn.cc
[359/591] Compiling v3_purp.cc
[360/591] Compiling v3_pmaps.cc
[361/591] Compiling v3_pcons.cc
[362/591] Compiling v3_ocsp.cc
[363/591] Compiling v3_ncons.cc
[364/591] Compiling v3_lib.cc
[365/591] Compiling v3_int.cc
[366/591] Compiling v3_info.cc
[367/591] Compiling v3_genn.cc
[368/591] Compiling v3_ia5.cc
[369/591] Compiling v3_extku.cc
[370/591] Compiling v3_enum.cc
[371/591] Compiling v3_crld.cc
[372/591] Compiling v3_alt.cc
[373/591] Compiling v3_cpols.cc
[374/591] Compiling v3_conf.cc
[375/591] Compiling v3_bitst.cc
[376/591] Compiling v3_bcons.cc
[377/591] Compiling v3_akeya.cc
[378/591] Compiling v3_akey.cc
[379/591] Compiling t_x509a.cc
[380/591] Compiling t_crl.cc
[381/591] Compiling t_x509.cc
[382/591] Compiling rsa_pss.cc
[383/591] Compiling t_req.cc
[384/591] Compiling name_print.cc
[385/591] Compiling policy.cc
[386/591] Compiling i2d_pr.cc
[387/591] Compiling by_dir.cc
[388/591] Compiling by_file.cc
[389/591] Compiling asn1_gen.cc
[390/591] Compiling voprf.cc
[391/591] Compiling algorithm.cc
[392/591] Compiling a_verify.cc
[393/591] Compiling thread_win.cc
[394/591] Compiling a_sign.cc
[395/591] Compiling a_digest.cc
[396/591] Compiling thread_pthread.cc
[397/591] Compiling thread_none.cc
[398/591] Compiling thread.cc
[399/591] Compiling trust_token.cc
[400/591] Compiling pmbtoken.cc
[401/591] Compiling stack.cc
[402/591] Compiling sha512.cc
[403/591] Compiling sha256.cc
[404/591] Compiling siphash.cc
[405/591] Compiling sha1.cc
[406/591] Compiling rsa_print.cc
[407/591] Compiling slhdsa.cc
[408/591] Compiling spake2plus.cc
[409/591] Compiling refcount.cc
[410/591] Compiling rc4.cc
[411/591] Compiling rsa_extra.cc
[412/591] Compiling rsa_crypt.cc
[413/591] Compiling windows.cc
[414/591] Compiling rsa_asn1.cc
[415/591] Compiling urandom.cc
[416/591] Compiling trusty.cc
[417/591] Compiling ios.cc
[418/591] Compiling rand.cc
[419/591] Compiling passive.cc
[420/591] Compiling getentropy.cc
[421/591] Compiling poly1305_arm_asm.S
[422/591] Compiling forkunsafe.cc
[423/591] Compiling deterministic.cc
[424/591] Compiling fork_detect.cc
[425/591] Compiling poly1305_arm.cc
[426/591] Compiling poly1305_vec.cc
[427/591] Compiling pool.cc
[428/591] Compiling poly1305.cc
[429/591] Compiling p5_pbev2.cc
[430/591] Compiling pkcs7.cc
[431/591] Compiling pkcs8.cc
[432/591] Compiling pkcs8_x509.cc
[433/591] Compiling pkcs7_x509.cc
[434/591] Compiling pem_xaux.cc
[435/591] Compiling pem_x509.cc
[436/591] Compiling pem_pkey.cc
[437/591] Compiling pem_pk8.cc
[438/591] Compiling obj_xref.cc
[439/591] Compiling mlkem.cc
[440/591] Compiling pem_oth.cc
[441/591] Compiling mldsa.cc
[442/591] Compiling pem_info.cc
[443/591] Compiling pem_all.cc
[444/591] Compiling pem_lib.cc
[445/591] Compiling mem.cc
[446/591] Compiling poly_rq_mul.S
[447/591] Compiling obj.cc
[448/591] Compiling md4.cc
[449/591] Compiling fips_shared_support.cc
[450/591] Compiling lhash.cc
[451/591] Compiling md5.cc
[452/591] Compiling ex_data.cc
[453/591] Compiling scrypt.cc
[454/591] Compiling kyber.cc
[455/591] Compiling hrss.cc
[456/591] Compiling sign.cc
[457/591] Compiling hpke.cc
[458/591] Compiling print.cc
[459/591] Compiling p_x25519.cc
[460/591] Compiling pbkdf.cc
[461/591] Compiling p_rsa_asn1.cc
[462/591] Compiling p_ed25519.cc
[463/591] Compiling p_x25519_asn1.cc
[464/591] Compiling p_rsa.cc
[465/591] Compiling p_ed25519_asn1.cc
[466/591] Compiling p_hkdf.cc
[467/591] Compiling p_ec.cc
[468/591] Compiling p_ec_asn1.cc
[469/591] Compiling p_dh.cc
[470/591] Compiling p_dh_asn1.cc
[471/591] Compiling evp_ctx.cc
[472/591] Compiling evp.cc
[473/591] Compiling engine.cc
[474/591] Compiling p_dsa_asn1.cc
[475/591] Compiling err.cc
[476/591] Compiling ecdsa_asn1.cc
[477/591] Compiling evp_asn1.cc
[478/591] Compiling ecdh.cc
[479/591] Compiling hash_to_curve.cc
[480/591] Compiling ec_derive.cc
[481/591] Compiling dsa_asn1.cc
[482/591] Compiling dsa.cc
[483/591] Compiling des.cc
[484/591] Compiling ec_asn1.cc
[485/591] Compiling params.cc
[486/591] Compiling digest_extra.cc
[487/591] Compiling x25519-asm-arm.S
[488/591] Compiling dh_asn1.cc
[489/591] Compiling crypto.cc
[490/591] Compiling cpu_intel.cc
[491/591] Compiling cpu_arm_freebsd.cc
[492/591] Compiling spake25519.cc
[493/591] Compiling cpu_arm_linux.cc
[494/591] Compiling cpu_aarch64_openbsd.cc
[495/591] Compiling curve25519.cc
[496/591] Compiling cpu_aarch64_win.cc
[497/591] Compiling bcm.cc
[498/591] Compiling cpu_aarch64_sysreg.cc
[499/591] Compiling cpu_aarch64_linux.cc
[500/591] Compiling cpu_aarch64_fuchsia.cc
[501/591] Compiling curve25519_64_adx.cc
[502/591] Compiling cpu_aarch64_apple.cc
[503/591] Compiling tls_cbc.cc
[504/591] Compiling get_cipher.cc
[505/591] Compiling e_tls.cc
[506/591] Compiling e_null.cc
[507/591] Compiling conf.cc
[508/591] Compiling e_rc2.cc
[509/591] Compiling e_des.cc
[510/591] Compiling e_rc4.cc
[511/591] Compiling e_chacha20poly1305.cc
[512/591] Compiling e_aesgcmsiv.cc
[513/591] Compiling e_aesctrhmac.cc
[514/591] Compiling derive_key.cc
[515/591] Compiling chacha.cc
[516/591] Compiling buf.cc
[517/591] Compiling unicode.cc
[518/591] Compiling asn1_compat.cc
[519/591] Compiling ber.cc
[520/591] Compiling cbs.cc
[521/591] Compiling cbb.cc
[522/591] Compiling bn_asn1.cc
[523/591] Compiling blake2.cc
[524/591] Compiling convert.cc
[525/591] Compiling printf.cc
[526/591] Compiling socket.cc
[527/591] Compiling socket_helper.cc
[528/591] Compiling hexdump.cc
[529/591] Compiling pair.cc
[530/591] Compiling fd.cc
[531/591] Compiling file.cc
[532/591] Compiling connect.cc
[533/591] Compiling errno.cc
[534/591] Compiling bio_mem.cc
[535/591] Compiling base64.cc
[536/591] Compiling bio.cc
[537/591] Compiling tasn_typ.cc
[538/591] Compiling tasn_fre.cc
[539/591] Compiling tasn_enc.cc
[540/591] Compiling posix_time.cc
[541/591] Compiling tasn_utl.cc
[542/591] Compiling f_int.cc
[543/591] Compiling tasn_new.cc
[544/591] Compiling asn_pack.cc
[545/591] Compiling f_string.cc
[546/591] Compiling asn1_par.cc
[547/591] Compiling tasn_dec.cc
[548/591] Compiling asn1_lib.cc
[549/591] Compiling a_octet.cc
[550/591] Compiling a_type.cc
[551/591] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[552/591] Write sources
[553/591] Compiling a_utctm.cc
[553/591] Write sources
[559/591] Compiling a_strnid.cc
[560/591] Compiling a_strex.cc
[561/614] Compiling a_time.cc
[562/618] Compiling a_mbstr.cc
[564/618] Compiling Atomics UnsafeAtomic.swift
[565/618] Compiling Atomics UnsafeAtomicLazyReference.swift
[565/620] Compiling a_object.cc
[567/620] Compiling Atomics ManagedAtomic.swift
[568/620] Compiling Atomics ManagedAtomicLazyReference.swift
[569/620] Compiling Atomics AtomicStorage.swift
[570/620] Compiling Atomics AtomicValue.swift
[571/620] Compiling Atomics AtomicMemoryOrderings.swift
[572/620] Compiling Atomics DoubleWord.swift
[573/645] Compiling BinaryCoder BinarySerialization.swift
[574/645] Compiling BinaryCoder SharedBinaryCoding.swift
[575/645] Compiling BinaryCoder BinaryCodable.swift
[576/645] Emitting module BinaryCoder
[577/645] Compiling Algorithms Product.swift
[578/645] Compiling Algorithms RandomSample.swift
[579/645] Compiling Algorithms EitherSequence.swift
[580/645] Compiling Algorithms FirstNonNil.swift
[581/645] Compiling Algorithms FlattenCollection.swift
[582/645] Compiling BinaryCoder BinaryCodableExtensions.swift
[583/645] Compiling ArgumentParserToolInfo ToolInfo.swift
[584/645] Emitting module ArgumentParserToolInfo
[585/646] Wrapping AST for ArgumentParserToolInfo for debugging
[587/646] Compiling BinaryCoder BinaryDecoder.swift
[588/646] Compiling BinaryCoder BinaryEncoder.swift
[590/691] Compiling ArgumentParser ArgumentDecoder.swift
[591/691] Compiling ArgumentParser ArgumentDefinition.swift
[592/691] Compiling ArgumentParser ArgumentSet.swift
[592/694] Wrapping AST for BinaryCoder for debugging
[594/694] Emitting module Atomics
[595/694] Compiling ArgumentParser NameSpecification.swift
[596/694] Compiling ArgumentParser Option.swift
[597/694] Compiling ArgumentParser BashCompletionsGenerator.swift
[598/694] Compiling ArgumentParser CompletionsGenerator.swift
[599/694] Compiling ArgumentParser CommandConfiguration.swift
[600/694] Compiling ArgumentParser CommandGroup.swift
[601/694] Compiling ArgumentParser EnumerableFlag.swift
[602/694] Compiling ArgumentParser ExpressibleByArgument.swift
[603/694] Compiling ArgumentParser ParsableArguments.swift
[604/694] Compiling ArgumentParser ParsableCommand.swift
[605/694] Compiling ArgumentParser FishCompletionsGenerator.swift
[606/694] Compiling ArgumentParser ZshCompletionsGenerator.swift
[607/694] Compiling ArgumentParser Argument.swift
[608/694] Compiling ArgumentParser ArgumentDiscussion.swift
[609/694] Compiling ArgumentParser ArgumentHelp.swift
[610/694] Compiling ArgumentParser OptionGroup.swift
[611/694] Compiling ArgumentParser AsyncParsableCommand.swift
[612/694] Compiling Algorithms Trim.swift
[613/694] Compiling Algorithms Unique.swift
[614/694] Compiling Algorithms Windows.swift
[615/694] Compiling ArgumentParser CollectionExtensions.swift
[616/694] Compiling ArgumentParser Mutex.swift
[617/694] Compiling ArgumentParser Platform.swift
[618/694] Compiling ArgumentParser SequenceExtensions.swift
[619/694] Compiling ArgumentParser StringExtensions.swift
[620/694] Compiling ArgumentParser SwiftExtensions.swift
[620/700] Compiling c-atomics.c
[622/700] Compiling ArgumentParser ArgumentVisibility.swift
[623/700] Compiling ArgumentParser CompletionKind.swift
[624/700] Compiling ArgumentParser Errors.swift
[625/700] Compiling ArgumentParser Flag.swift
[632/707] Wrapping AST for Atomics for debugging
[634/707] Compiling ArgumentParser Tree.swift
[635/707] Compiling ArgumentParser CodingKeyValidator.swift
[636/707] Compiling ArgumentParser NonsenseFlagsValidator.swift
[637/707] Compiling ArgumentParser ParsableArgumentsValidation.swift
[638/707] Compiling ArgumentParser PositionalArgumentsValidator.swift
[639/707] Compiling ArgumentParser UniqueNamesValidator.swift
[640/707] Emitting module NIOConcurrencyHelpers
[641/707] Compiling NIOConcurrencyHelpers lock.swift
[648/707] Emitting module ArgumentParser
[649/707] Emitting module Algorithms
[650/708] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[651/708] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[652/708] Compiling NIOConcurrencyHelpers NIOLock.swift
[653/708] Compiling NIOConcurrencyHelpers atomics.swift
[655/709] Wrapping AST for NIOConcurrencyHelpers for debugging
[656/709] Wrapping AST for Algorithms for debugging
[658/772] Compiling NIOCore DispatchQueue+WithFuture.swift
[659/772] Compiling NIOCore EventLoop+Deprecated.swift
[660/772] Compiling NIOCore EventLoop+SerialExecutor.swift
[661/772] Compiling NIOCore EventLoop.swift
[662/772] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[663/772] Compiling NIOCore EventLoopFuture+Deprecated.swift
[664/772] Compiling NIOCore NIOAsyncSequenceProducer.swift
[665/772] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[666/772] Compiling NIOCore NIOAsyncWriter.swift
[667/772] Compiling NIOCore CircularBuffer.swift
[668/772] Compiling NIOCore Codec.swift
[669/772] Compiling NIOCore ConvenienceOptionSupport.swift
[670/772] Compiling NIOCore DeadChannel.swift
[671/772] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[672/772] Compiling NIOCore EventLoopFuture.swift
[673/772] Compiling NIOCore FileDescriptor.swift
[674/772] Compiling NIOCore FileHandle.swift
[675/772] Compiling NIOCore FileRegion.swift
[676/772] Compiling NIOCore GlobalSingletons.swift
[677/772] Compiling NIOCore IO.swift
[678/772] Compiling NIOCore IOData.swift
[679/772] Compiling NIOCore IPProtocol.swift
[680/772] Compiling NIOCore IntegerBitPacking.swift
[681/772] Compiling NIOCore IntegerTypes.swift
[682/772] Compiling NIOCore Interfaces.swift
[683/772] Compiling NIOCore Linux.swift
[684/772] Compiling NIOCore MarkedCircularBuffer.swift
[685/772] Compiling NIOCore MulticastChannel.swift
[686/772] Compiling NIOCore NIOAny.swift
[687/772] Compiling NIOCore NIOCloseOnErrorHandler.swift
[688/772] Compiling NIOCore NIOCoreSendableMetatype.swift
[689/773] Wrapping AST for ArgumentParser for debugging
[692/773] Compiling NIOCore NIODecodedAsyncSequence.swift
[693/773] Compiling NIOCore NIOLoopBound.swift
[694/773] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[695/773] Compiling NIOCore NIOScheduledCallback.swift
[696/773] Compiling NIOCore NIOSendable.swift
[697/773] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[698/773] Compiling NIOCore RecvByteBufferAllocator.swift
[717/781] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[718/781] Compiling NIOCore SocketAddresses.swift
[719/781] Compiling NIOCore SocketOptionProvider.swift
[720/781] Compiling NIOCore SystemCallHelpers.swift
[721/781] Compiling NIOCore TimeAmount+Duration.swift
[722/781] Compiling NIOCore TypeAssistedChannelHandler.swift
[723/781] Compiling NIOCore UniversalBootstrapSupport.swift
[724/781] Compiling NIOCore Utilities.swift
[725/781] Compiling NIOCore AddressedEnvelope.swift
[726/781] Compiling NIOCore AsyncAwaitSupport.swift
[727/781] Compiling NIOCore AsyncChannel.swift
[728/781] Compiling NIOCore AsyncChannelHandler.swift
[729/781] Compiling NIOCore AsyncChannelInboundStream.swift
[730/781] Compiling NIOCore AsyncChannelOutboundWriter.swift
[734/781] Compiling NIOCore ByteBuffer-multi-int.swift
[735/781] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[736/781] Compiling NIOCore ByteBuffer-views.swift
[737/781] Compiling NIOCore Channel.swift
[738/781] Compiling NIOCore ChannelHandler.swift
[739/781] Compiling NIOCore ChannelHandlers.swift
[740/781] Compiling NIOCore ChannelInvoker.swift
[741/781] Compiling NIOCore ChannelOption.swift
[742/781] Compiling NIOCore ChannelPipeline.swift
[743/781] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[744/781] Compiling NIOCore BSDSocketAPI.swift
[745/781] Compiling NIOCore ByteBuffer-aux.swift
[746/781] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[747/781] Compiling NIOCore ByteBuffer-conversions.swift
[748/781] Compiling NIOCore ByteBuffer-core.swift
[749/781] Compiling NIOCore ByteBuffer-hex.swift
[750/781] Compiling NIOCore ByteBuffer-int.swift
[751/781] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[761/781] Emitting module NIOCore
[762/782] Wrapping AST for NIOCore for debugging
[764/836] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[765/836] Compiling NIOEmbedded Embedded.swift
[766/836] Emitting module NIOEmbedded
[767/836] Compiling NIOEmbedded AsyncTestingChannel.swift
[768/837] Wrapping AST for NIOEmbedded for debugging
[770/837] Emitting module NIOPosix
[771/843] Compiling NIOPosix Pool.swift
[772/843] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[773/843] Compiling NIOPosix PosixSingletons.swift
[774/843] Compiling NIOPosix RawSocketBootstrap.swift
[775/843] Compiling NIOPosix Resolver.swift
[776/843] Compiling NIOPosix Selectable.swift
[777/843] Compiling NIOPosix SelectableChannel.swift
[778/843] Compiling NIOPosix BSDSocketAPICommon.swift
[779/843] Compiling NIOPosix BSDSocketAPIPosix.swift
[780/843] Compiling NIOPosix BSDSocketAPIWindows.swift
[781/843] Compiling NIOPosix BaseSocket.swift
[782/843] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[783/843] Compiling NIOPosix BaseSocketChannel.swift
[784/843] Compiling NIOPosix BaseStreamSocketChannel.swift
[785/843] Compiling NIOPosix ThreadWindows.swift
[786/843] Compiling NIOPosix UnsafeTransfer.swift
[787/843] Compiling NIOPosix Utilities.swift
[788/843] Compiling NIOPosix VsockAddress.swift
[789/843] Compiling NIOPosix VsockChannelEvents.swift
[790/843] Compiling NIOPosix Windows.swift
[791/843] Compiling NIOPosix Bootstrap.swift
[792/843] Compiling NIOPosix ControlMessage.swift
[793/843] Compiling NIOPosix DatagramVectorReadManager.swift
[794/843] Compiling NIOPosix Errors+Any.swift
[795/843] Compiling NIOPosix FileDescriptor.swift
[796/843] Compiling NIOPosix GetaddrinfoResolver.swift
[797/843] Compiling NIOPosix HappyEyeballs.swift
[798/843] Compiling NIOPosix IO.swift
[799/843] Compiling NIOPosix IntegerBitPacking.swift
[800/843] Compiling NIOPosix IntegerTypes.swift
[801/843] Compiling NIOPosix Linux.swift
[802/843] Compiling NIOPosix LinuxCPUSet.swift
[803/843] Compiling NIOPosix LinuxUring.swift
[804/843] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[805/843] Compiling NIOPosix Socket.swift
[806/843] Compiling NIOPosix SocketChannel.swift
[807/843] Compiling NIOPosix SocketProtocols.swift
[808/843] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[809/843] Compiling NIOPosix System.swift
[810/843] Compiling NIOPosix Thread.swift
[811/843] Compiling NIOPosix ThreadPosix.swift
[812/843] Compiling NIOPosix SelectableEventLoop.swift
[813/843] Compiling NIOPosix SelectorEpoll.swift
[814/843] Compiling NIOPosix SelectorGeneric.swift
[815/843] Compiling NIOPosix SelectorKqueue.swift
[816/843] Compiling NIOPosix SelectorUring.swift
[817/843] Compiling NIOPosix SelectorWSAPoll.swift
[818/843] Compiling NIOPosix ServerSocket.swift
[819/843] Compiling NIOPosix NIOPosixSendableMetatype.swift
[820/843] Compiling NIOPosix NIOThreadPool.swift
[821/843] Compiling NIOPosix NonBlockingFileIO.swift
[822/843] Compiling NIOPosix PendingDatagramWritesManager.swift
[823/843] Compiling NIOPosix PendingWritesManager.swift
[824/843] Compiling NIOPosix PipeChannel.swift
[825/843] Compiling NIOPosix PipePair.swift
[826/844] Wrapping AST for NIOPosix for debugging
[828/846] Emitting module NIO
[829/846] Compiling NIO Exports.swift
[830/850] Wrapping AST for NIO for debugging
[832/886] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[833/886] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[834/886] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[835/886] Compiling NIOTLS TLSEvents.swift
[836/886] Compiling NIOSOCKS ClientStateMachine.swift
[837/886] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[838/887] Emitting module NIOTLS
[839/887] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[840/887] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[841/887] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[842/887] Emitting module NIOFoundationCompat
[843/888] Compiling NIOSOCKS ServerStateMachine.swift
[844/888] Emitting module NIOSOCKS
[846/888] Compiling NIOSOCKS Errors.swift
[847/888] Compiling NIOSOCKS Helpers.swift
[847/888] Wrapping AST for NIOFoundationCompat for debugging
[849/888] Compiling NIOSOCKS Messages.swift
[850/888] Compiling NIOSOCKS SOCKSRequest.swift
[851/888] Compiling NIOSOCKS SOCKSResponse.swift
[852/888] Compiling NIOSOCKS AuthenticationMethod.swift
[853/888] Compiling NIOSOCKS ClientGreeting.swift
[854/888] Compiling NIOSOCKS SOCKSClientHandler.swift
[855/888] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[856/889] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[857/889] Compiling NIOTLS SNIHandler.swift
[859/890] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[861/892] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[862/892] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[863/892] Wrapping AST for NIOSOCKS for debugging
[864/892] Wrapping AST for NIOTLS for debugging
[866/914] Compiling NIOTransportServices NIOTSEventLoop.swift
[867/914] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[868/914] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[869/914] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[870/914] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[871/914] Compiling NIOTransportServices NIOTSBootstraps.swift
[872/943] Compiling NIOSSL SSLConnection.swift
[873/943] Compiling NIOSSL SSLContext.swift
[874/943] Compiling NIOSSL SSLErrors.swift
[875/943] Compiling NIOSSL SSLCertificate.swift
[876/943] Compiling NIOSSL SSLCertificateExtensions.swift
[877/943] Compiling NIOSSL SSLCertificateName.swift
[878/943] Compiling NIOSSL CustomPrivateKey.swift
[879/943] Compiling NIOSSL IdentityVerification.swift
[880/943] Compiling NIOSSL NIOSSLServerHandler.swift
[881/945] Compiling NIOSSL ObjectIdentifier.swift
[882/945] Compiling NIOSSL PosixPort.swift
[883/945] Compiling NIOSSL SSLCallbacks.swift
[884/945] Compiling NIOSSL SSLInit.swift
[885/945] Compiling NIOSSL SSLPKCS12Bundle.swift
[886/945] Compiling NIOSSL SubjectAlternativeName.swift
[887/945] Compiling NIOSSL LinuxCABundle.swift
[888/945] Compiling NIOSSL NIOSSLClientHandler.swift
[889/945] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[890/945] Emitting module NIOTransportServices
[891/945] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[892/945] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[893/945] Compiling NIOSSL NIOSSLHandler.swift
[894/945] Compiling NIOSSL AndroidCABundle.swift
[895/945] Compiling NIOSSL ByteBufferBIO.swift
[900/946] Wrapping AST for NIOTransportServices for debugging
[902/946] Emitting module NIOHTTP1
[906/961] Wrapping AST for NIOHTTP1 for debugging
[908/975] Compiling NIOWebSocket WebSocketOpcode.swift
[909/976] Compiling NIOHPACK IndexedHeaderTable.swift
[910/977] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[911/977] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[912/977] Compiling NIOHPACK IntegerCoding.swift
[913/977] Emitting module NIOHTTPCompression
[914/977] Compiling NIOHPACK StaticHeaderTable.swift
[915/977] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[916/977] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[917/977] Compiling NIOHTTPCompression HTTPCompression.swift
[918/977] Compiling NIOHTTPCompression HTTPDecompression.swift
[919/977] Compiling NIOHPACK HPACKHeader.swift
[920/977] Compiling NIOHPACK HeaderTables.swift
[921/977] Compiling NIOHPACK HuffmanTables.swift
[922/977] Compiling NIOHPACK HuffmanCoding.swift
[923/977] Compiling NIOWebSocket WebSocketErrorCodes.swift
[924/977] Compiling NIOHPACK DynamicHeaderTable.swift
[925/977] Compiling NIOHPACK HPACKDecoder.swift
[928/977] Compiling NIOWebSocket WebSocketFrame.swift
[929/977] Emitting module NIOWebSocket
[932/978] Compiling NIOHPACK HPACKEncoder.swift
[933/978] Compiling NIOHPACK HPACKErrors.swift
[935/978] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[936/978] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[937/978] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[938/979] Emitting module NIOHPACK
[940/980] Wrapping AST for NIOWebSocket for debugging
[950/984] Compiling NIOSSL SSLPrivateKey.swift
[951/984] Compiling NIOSSL SSLPublicKey.swift
[952/984] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[953/984] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[957/984] Compiling NIOSSL SafeCompare.swift
[958/984] Emitting module NIOSSL
[958/984] Wrapping AST for NIOHTTPCompression for debugging
[959/984] Wrapping AST for NIOHPACK for debugging
[961/1044] Compiling NIOHTTP2 DOSHeuristics.swift
[962/1044] Compiling NIOHTTP2 Error+Any.swift
[963/1044] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[964/1044] Compiling NIOHTTP2 ControlFrameBuffer.swift
[965/1044] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[966/1044] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[967/1044] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[968/1044] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[969/1044] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[970/1044] Compiling NIOHTTP2 HTTP2Error.swift
[971/1044] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[972/1044] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[973/1044] Compiling NIOHTTP2 MaySendFrames.swift
[974/1044] Compiling NIOHTTP2 SendingDataState.swift
[975/1044] Compiling NIOHTTP2 SendingGoawayState.swift
[976/1044] Compiling NIOHTTP2 SendingHeadersState.swift
[977/1044] Compiling NIOHTTP2 SendingPushPromiseState.swift
[978/1044] Compiling NIOHTTP2 SendingRstStreamState.swift
[979/1044] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[980/1044] Compiling NIOHTTP2 HTTP2SettingsState.swift
[981/1044] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[982/1052] Compiling NIOHTTP2 QuiescingState.swift
[983/1052] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[984/1052] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[985/1052] Compiling NIOHTTP2 StateMachineResult.swift
[987/1053] Emitting module NIOHTTP2
[987/1053] Wrapping AST for NIOSSL for debugging
[989/1075] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[990/1075] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[991/1075] Compiling NIOHTTP2 StreamChannelFlowController.swift
[992/1075] Compiling NIOHTTP2 StreamChannelList.swift
[993/1075] Compiling NIOHTTP2 StreamMap.swift
[994/1075] Compiling NIOHTTP2 StreamStateMachine.swift
[995/1075] Compiling NIOHTTP2 UnsafeTransfer.swift
[996/1075] Compiling NIOHTTP2 WatermarkedFlowController.swift
[997/1075] Emitting module MQTTNIO
[998/1078] Compiling MQTTNIO MQTTClient+async.swift
[999/1078] Compiling MQTTNIO MQTTClientV5+async.swift
[1000/1078] Compiling MQTTNIO Sendable.swift
[1001/1078] Compiling MQTTNIO MQTTMessageDecoder.swift
[1002/1078] Compiling MQTTNIO MQTTMessageHandler.swift
[1003/1078] Compiling MQTTNIO MQTTTaskHandler.swift
[1004/1078] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1005/1078] Compiling NIOHTTP2 HasLocalSettings.swift
[1006/1078] Compiling NIOHTTP2 HasRemoteSettings.swift
[1007/1078] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1012/1078] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1013/1078] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1014/1078] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1015/1078] Compiling NIOHTTP2 HTTP2StreamID.swift
[1016/1078] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1017/1078] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1018/1078] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1019/1078] Compiling NIOHTTP2 InboundEventBuffer.swift
[1020/1078] Compiling NIOHTTP2 InboundWindowManager.swift
[1021/1078] Compiling MQTTNIO MQTTSerializer.swift
[1022/1078] Compiling MQTTNIO MQTTTask.swift
[1023/1078] Compiling MQTTNIO TSTLSConfiguration.swift
[1024/1078] Compiling MQTTNIO PingreqHandler.swift
[1025/1078] Compiling MQTTNIO WebSocketHandler.swift
[1026/1078] Compiling MQTTNIO WebSocketInitialRequest.swift
[1027/1078] Compiling MQTTNIO MQTTClient.swift
[1028/1078] Compiling MQTTNIO MQTTClientV5.swift
[1029/1078] Compiling MQTTNIO MQTTConfiguration.swift
[1038/1078] Compiling MQTTNIO MQTTConnection.swift
[1039/1078] Compiling MQTTNIO MQTTCoreTypes.swift
[1040/1078] Compiling MQTTNIO MQTTCoreTypesV5.swift
[1041/1078] Compiling MQTTNIO MQTTError.swift
[1042/1078] Compiling MQTTNIO MQTTInflight.swift
[1043/1078] Compiling MQTTNIO MQTTListeners.swift
[1044/1078] Compiling MQTTNIO MQTTPacket.swift
[1045/1078] Compiling MQTTNIO MQTTProperties.swift
[1046/1078] Compiling MQTTNIO MQTTReason.swift
[1047/1079] Wrapping AST for MQTTNIO for debugging
[1049/1079] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1050/1079] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1051/1079] Compiling NIOHTTP2 MayReceiveFrames.swift
[1052/1079] Compiling NIOHTTP2 ReceivingDataState.swift
[1053/1079] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1054/1079] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1055/1079] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1056/1079] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1057/1079] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1074/1080] Wrapping AST for NIOHTTP2 for debugging
[1076/1143] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1077/1143] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1078/1143] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1079/1143] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1080/1143] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1081/1143] Compiling AsyncHTTPClient HTTPClient+tracing.swift
[1082/1143] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1083/1143] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1084/1143] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1085/1151] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1086/1151] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1087/1151] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1088/1151] Compiling AsyncHTTPClient Transaction.swift
[1089/1151] Compiling AsyncHTTPClient Base64.swift
[1090/1151] Compiling AsyncHTTPClient BasicAuth.swift
[1091/1151] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1092/1151] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1093/1151] Compiling AsyncHTTPClient ConnectionPool.swift
[1094/1151] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1095/1151] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1096/1151] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1097/1151] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1098/1151] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1099/1151] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1100/1151] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1101/1151] Compiling AsyncHTTPClient RequestBodyLength.swift
[1102/1151] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1103/1151] Emitting module AsyncHTTPClient
[1104/1151] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1105/1151] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1106/1151] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1107/1151] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1108/1151] Compiling AsyncHTTPClient HTTP1Connection.swift
[1109/1151] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1110/1151] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1111/1151] Compiling AsyncHTTPClient HTTP2Connection.swift
[1112/1151] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1113/1151] Compiling AsyncHTTPClient RequestValidation.swift
[1114/1151] Compiling AsyncHTTPClient SSLContextCache.swift
[1115/1151] Compiling AsyncHTTPClient Scheme.swift
[1116/1151] Compiling AsyncHTTPClient Singleton.swift
[1117/1151] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1118/1151] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1119/1151] Compiling AsyncHTTPClient TracingSupport.swift
[1120/1151] Compiling AsyncHTTPClient Utils.swift
[1121/1151] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1122/1151] Compiling AsyncHTTPClient NWErrorHandler.swift
[1123/1151] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1124/1151] Compiling AsyncHTTPClient TLSConfiguration.swift
[1125/1151] Compiling AsyncHTTPClient RedirectState.swift
[1126/1151] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1127/1151] Compiling AsyncHTTPClient RequestBag+Tracing.swift
[1128/1151] Compiling AsyncHTTPClient RequestBag.swift
[1129/1151] Compiling AsyncHTTPClient RequestOptions.swift
[1130/1151] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1131/1151] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1132/1151] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1133/1151] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1134/1151] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1135/1151] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1136/1151] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1137/1151] Compiling AsyncHTTPClient ConnectionTarget.swift
[1138/1151] Compiling AsyncHTTPClient DeconstructedURL.swift
[1139/1151] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1140/1151] Compiling AsyncHTTPClient FoundationExtensions.swift
[1141/1151] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1142/1151] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1143/1151] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1144/1151] Compiling AsyncHTTPClient HTTPClient.swift
[1145/1151] Compiling AsyncHTTPClient HTTPHandler.swift
[1146/1151] Compiling AsyncHTTPClient LRUCache.swift
[1147/1152] Wrapping AST for AsyncHTTPClient for debugging
[1149/1178] Emitting module sma2mqttLibrary
/host/spi-builder-workspace/Sources/sma2mqttLibrary/DataObjects/SMADataObject.swift:120:31: warning: 'init(contentsOf:)' is deprecated: Use `init(contentsOf:encoding:)` instead
118 |     public static let defaultDataObjects: [String: SMADataObject] = {
119 |         let url = Bundle.module.url(forResource: "sma.data.objectMetaData", withExtension: "json")!
120 |         let jsonString = try! String(contentsOf: url)
    |                               `- warning: 'init(contentsOf:)' is deprecated: Use `init(contentsOf:encoding:)` instead
121 |         return try! dataObjects(from: jsonString)
122 |     }()
/host/spi-builder-workspace/Sources/sma2mqttLibrary/Tools/MQTTPublisher.swift:30:135: warning: 'createNew' is deprecated: Please use `.shared(existingGroup)` or use the singleton via `.shared(MultiThreadedEventLoopGroup.singleton)` or similar
28 |         self.baseTopic = baseTopic.hasSuffix("/") ? String(baseTopic.dropLast(1)) : baseTopic
29 |
30 |         mqttClient = MQTTClient(host: hostname, port: port, identifier: ProcessInfo.processInfo.processName, eventLoopGroupProvider: .createNew, configuration: .init(userName: username, password: ""))
   |                                                                                                                                       `- warning: 'createNew' is deprecated: Please use `.shared(existingGroup)` or use the singleton via `.shared(MultiThreadedEventLoopGroup.singleton)` or similar
31 |
32 |         mqttQueue.async { _ = self.mqttClient.connect() }
[1150/1181] Compiling sma2mqttLibrary GetValuesResult.swift
/host/spi-builder-workspace/Sources/sma2mqttLibrary/DataObjects/SMADataObject.swift:120:31: warning: 'init(contentsOf:)' is deprecated: Use `init(contentsOf:encoding:)` instead
118 |     public static let defaultDataObjects: [String: SMADataObject] = {
119 |         let url = Bundle.module.url(forResource: "sma.data.objectMetaData", withExtension: "json")!
120 |         let jsonString = try! String(contentsOf: url)
    |                               `- warning: 'init(contentsOf:)' is deprecated: Use `init(contentsOf:encoding:)` instead
121 |         return try! dataObjects(from: jsonString)
122 |     }()
[1151/1181] Compiling sma2mqttLibrary PublishedValue.swift
/host/spi-builder-workspace/Sources/sma2mqttLibrary/DataObjects/SMADataObject.swift:120:31: warning: 'init(contentsOf:)' is deprecated: Use `init(contentsOf:encoding:)` instead
118 |     public static let defaultDataObjects: [String: SMADataObject] = {
119 |         let url = Bundle.module.url(forResource: "sma.data.objectMetaData", withExtension: "json")!
120 |         let jsonString = try! String(contentsOf: url)
    |                               `- warning: 'init(contentsOf:)' is deprecated: Use `init(contentsOf:encoding:)` instead
121 |         return try! dataObjects(from: jsonString)
122 |     }()
[1152/1181] Compiling sma2mqttLibrary SMADataObject.swift
/host/spi-builder-workspace/Sources/sma2mqttLibrary/DataObjects/SMADataObject.swift:120:31: warning: 'init(contentsOf:)' is deprecated: Use `init(contentsOf:encoding:)` instead
118 |     public static let defaultDataObjects: [String: SMADataObject] = {
119 |         let url = Bundle.module.url(forResource: "sma.data.objectMetaData", withExtension: "json")!
120 |         let jsonString = try! String(contentsOf: url)
    |                               `- warning: 'init(contentsOf:)' is deprecated: Use `init(contentsOf:encoding:)` instead
121 |         return try! dataObjects(from: jsonString)
122 |     }()
[1153/1181] Compiling sma2mqttLibrary SMATagTranslator.swift
/host/spi-builder-workspace/Sources/sma2mqttLibrary/DataObjects/SMADataObject.swift:120:31: warning: 'init(contentsOf:)' is deprecated: Use `init(contentsOf:encoding:)` instead
118 |     public static let defaultDataObjects: [String: SMADataObject] = {
119 |         let url = Bundle.module.url(forResource: "sma.data.objectMetaData", withExtension: "json")!
120 |         let jsonString = try! String(contentsOf: url)
    |                               `- warning: 'init(contentsOf:)' is deprecated: Use `init(contentsOf:encoding:)` instead
121 |         return try! dataObjects(from: jsonString)
122 |     }()
[1154/1181] Compiling sma2mqttLibrary SMALighthouse.swift
[1155/1181] Compiling sma2mqttLibrary PacketHelper.swift
[1156/1181] Compiling sma2mqttLibrary SMANetPacket.swift
[1157/1181] Compiling sma2mqttLibrary SMANetPacketDefinition.swift
[1158/1181] Compiling sma2mqttLibrary SMAUDPPort.swift
[1159/1181] Compiling sma2mqttLibrary SwiftFD_SET.swift
[1160/1181] Compiling sma2mqttLibrary resource_bundle_accessor.swift
[1161/1181] Compiling sma2mqttLibrary MutlicastReceiver.swift
[1162/1181] Compiling sma2mqttLibrary QueryQueue.swift
[1163/1181] Compiling sma2mqttLibrary RandomNumber.swift
[1164/1181] Compiling sma2mqttLibrary SMATagPacket.swift
[1165/1181] Compiling sma2mqttLibrary DatedQueue.swift
[1166/1181] Compiling sma2mqttLibrary Extensions.swift
[1167/1181] Compiling sma2mqttLibrary HTTPClientProvider.swift
/host/spi-builder-workspace/Sources/sma2mqttLibrary/Tools/MQTTPublisher.swift:30:135: warning: 'createNew' is deprecated: Please use `.shared(existingGroup)` or use the singleton via `.shared(MultiThreadedEventLoopGroup.singleton)` or similar
28 |         self.baseTopic = baseTopic.hasSuffix("/") ? String(baseTopic.dropLast(1)) : baseTopic
29 |
30 |         mqttClient = MQTTClient(host: hostname, port: port, identifier: ProcessInfo.processInfo.processName, eventLoopGroupProvider: .createNew, configuration: .init(userName: username, password: ""))
   |                                                                                                                                       `- warning: 'createNew' is deprecated: Please use `.shared(existingGroup)` or use the singleton via `.shared(MultiThreadedEventLoopGroup.singleton)` or similar
31 |
32 |         mqttQueue.async { _ = self.mqttClient.connect() }
[1168/1181] Compiling sma2mqttLibrary IntervalLoop.swift
/host/spi-builder-workspace/Sources/sma2mqttLibrary/Tools/MQTTPublisher.swift:30:135: warning: 'createNew' is deprecated: Please use `.shared(existingGroup)` or use the singleton via `.shared(MultiThreadedEventLoopGroup.singleton)` or similar
28 |         self.baseTopic = baseTopic.hasSuffix("/") ? String(baseTopic.dropLast(1)) : baseTopic
29 |
30 |         mqttClient = MQTTClient(host: hostname, port: port, identifier: ProcessInfo.processInfo.processName, eventLoopGroupProvider: .createNew, configuration: .init(userName: username, password: ""))
   |                                                                                                                                       `- warning: 'createNew' is deprecated: Please use `.shared(existingGroup)` or use the singleton via `.shared(MultiThreadedEventLoopGroup.singleton)` or similar
31 |
32 |         mqttQueue.async { _ = self.mqttClient.connect() }
[1169/1181] Compiling sma2mqttLibrary MQTTPublisher.swift
/host/spi-builder-workspace/Sources/sma2mqttLibrary/Tools/MQTTPublisher.swift:30:135: warning: 'createNew' is deprecated: Please use `.shared(existingGroup)` or use the singleton via `.shared(MultiThreadedEventLoopGroup.singleton)` or similar
28 |         self.baseTopic = baseTopic.hasSuffix("/") ? String(baseTopic.dropLast(1)) : baseTopic
29 |
30 |         mqttClient = MQTTClient(host: hostname, port: port, identifier: ProcessInfo.processInfo.processName, eventLoopGroupProvider: .createNew, configuration: .init(userName: username, password: ""))
   |                                                                                                                                       `- warning: 'createNew' is deprecated: Please use `.shared(existingGroup)` or use the singleton via `.shared(MultiThreadedEventLoopGroup.singleton)` or similar
31 |
32 |         mqttQueue.async { _ = self.mqttClient.connect() }
[1170/1181] Compiling sma2mqttLibrary SMANetPacketHeader.swift
[1171/1181] Compiling sma2mqttLibrary SMANetPacketValue.swift
[1172/1181] Compiling sma2mqttLibrary SMAPacket.swift
[1173/1181] Compiling sma2mqttLibrary SMAPacketGenerator.swift
[1174/1181] Compiling sma2mqttLibrary ObisDefinition.swift
[1175/1181] Compiling sma2mqttLibrary ObisPacket.swift
[1176/1181] Compiling sma2mqttLibrary ObisValue.swift
[1177/1181] Compiling sma2mqttLibrary SMADevice.swift
[1178/1182] Wrapping AST for sma2mqttLibrary for debugging
[1180/1184] Compiling sma2mqtt sma2mqtt.swift
[1181/1184] Emitting module sma2mqtt
[1182/1185] Wrapping AST for sma2mqtt for debugging
[1183/1185] Write Objects.LinkFileList
[1184/1185] Linking sma2mqtt
Build complete! (263.52s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swiftformat",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.51.12",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.18.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "mqtt-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.8.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server-community/mqtt-nio"
    },
    {
      "identity" : "binarycoder",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.3.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jollyjinx/BinaryCoder"
    },
    {
      "identity" : "jlog",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.7",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jollyjinx/JLog"
    }
  ],
  "manifest_display_name" : "sma2mqtt",
  "name" : "sma2mqtt",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "sma2mqtt",
      "targets" : [
        "sma2mqtt"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "sma2mqttLibrary",
      "targets" : [
        "sma2mqttLibrary"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "sma2mqttTests",
      "module_type" : "SwiftTarget",
      "name" : "sma2mqttTests",
      "path" : "Tests/sma2mqttTests",
      "product_dependencies" : [
        "BinaryCoder",
        "JLog"
      ],
      "sources" : [
        "DeviceTests.swift",
        "QueryQueueTests.swift",
        "SMAObjectTests.swift",
        "TestHelpers.swift",
        "sma2mqttTests.swift"
      ],
      "target_dependencies" : [
        "sma2mqttLibrary"
      ],
      "type" : "test"
    },
    {
      "c99name" : "sma2mqttLibrary",
      "module_type" : "SwiftTarget",
      "name" : "sma2mqttLibrary",
      "path" : "Sources/sma2mqttLibrary",
      "product_dependencies" : [
        "BinaryCoder",
        "AsyncHTTPClient",
        "MQTTNIO",
        "JLog"
      ],
      "product_memberships" : [
        "sma2mqtt",
        "sma2mqttLibrary"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/sma2mqttLibrary/Resources/SMANetPacketDefinitions.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/sma2mqttLibrary/Resources/obisdefinition.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/sma2mqttLibrary/Resources/sma.data.Translation_Names.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/sma2mqttLibrary/Resources/sma.data.objectMetaData.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "DataObjects/GetValuesResult.swift",
        "DataObjects/PublishedValue.swift",
        "DataObjects/SMADataObject.swift",
        "DataObjects/SMATagTranslator.swift",
        "Obis/ObisDefinition.swift",
        "Obis/ObisPacket.swift",
        "Obis/ObisValue.swift",
        "SMADevice.swift",
        "SMALighthouse.swift",
        "SMAPacket/PacketHelper.swift",
        "SMAPacket/SMANetPacket.swift",
        "SMAPacket/SMANetPacketDefinition.swift",
        "SMAPacket/SMANetPacketHeader.swift",
        "SMAPacket/SMANetPacketValue.swift",
        "SMAPacket/SMAPacket.swift",
        "SMAPacket/SMAPacketGenerator.swift",
        "SMAPacket/SMATagPacket.swift",
        "Tools/DatedQueue.swift",
        "Tools/Extensions.swift",
        "Tools/HTTPClientProvider.swift",
        "Tools/IntervalLoop.swift",
        "Tools/MQTTPublisher.swift",
        "Tools/MutlicastReceiver.swift",
        "Tools/QueryQueue.swift",
        "Tools/RandomNumber.swift",
        "Tools/SMAUDPPort.swift",
        "Tools/SwiftFD_SET.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "sma2mqtt",
      "module_type" : "SwiftTarget",
      "name" : "sma2mqtt",
      "path" : "Sources/sma2mqtt",
      "product_dependencies" : [
        "ArgumentParser",
        "JLog"
      ],
      "product_memberships" : [
        "sma2mqtt"
      ],
      "sources" : [
        "sma2mqtt.swift"
      ],
      "target_dependencies" : [
        "sma2mqttLibrary"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.