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

Failed to build sma2mqtt, reference 3.1.2 (ab4f06), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 07:29:00 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jollyjinx/sma2mqtt.git
Reference: 3.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jollyjinx/sma2mqtt
 * tag               3.1.2      -> FETCH_HEAD
HEAD is now at ab4f067 Added multiarch (arm64/amd64) docker build file
Cloned https://github.com/jollyjinx/sma2mqtt.git
Revision (git rev-parse @):
ab4f067c1911f16488a89a3716866dbb4bb96b53
SUCCESS checkout https://github.com/jollyjinx/sma2mqtt.git at 3.1.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/jollyjinx/sma2mqtt.git
https://github.com/jollyjinx/sma2mqtt.git
{
  "dependencies" : [
    {
      "identity" : "swiftformat",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.51.12",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.18.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "mqtt-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.8.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server-community/mqtt-nio"
    },
    {
      "identity" : "binarycoder",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.3.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jollyjinx/BinaryCoder"
    },
    {
      "identity" : "jlog",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.5",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jollyjinx/JLog"
    }
  ],
  "manifest_display_name" : "sma2mqtt",
  "name" : "sma2mqtt",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.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" : [
        "QueryQueueTests.swift",
        "SMAObjectTests.swift",
        "TestHelpers.swift",
        "sma2mqttTests.swift"
      ],
      "target_dependencies" : [
        "sma2mqttLibrary"
      ],
      "type" : "test"
    },
    {
      "c99name" : "sma2mqttLibrary",
      "module_type" : "SwiftTarget",
      "name" : "sma2mqttLibrary",
      "path" : "Sources/sma2mqttLibrary",
      "product_dependencies" : [
        "BinaryCoder",
        "AsyncHTTPClient",
        "MQTTNIO",
        "JLog"
      ],
      "product_memberships" : [
        "sma2mqtt",
        "sma2mqttLibrary"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/sma2mqttLibrary/DataObjects/Resources/sma.data.Translation_Names.json",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/sma2mqttLibrary/DataObjects/Resources/sma.data.objectMetaData.json",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/sma2mqttLibrary/Obis/Resources/obisdefinition.json",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/sma2mqttLibrary/SMAPacket/Resources/SMANetPacketDefinitions.json",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "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"
      ],
      "target_dependencies" : [
        "CNative"
      ],
      "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"
    },
    {
      "c99name" : "CNative",
      "module_type" : "ClangTarget",
      "name" : "CNative",
      "path" : "Sources/CNative",
      "product_memberships" : [
        "sma2mqtt",
        "sma2mqttLibrary"
      ],
      "sources" : [
        "select.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -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
Fetching https://github.com/jollyjinx/JLog
Fetching https://github.com/nicklockwood/SwiftFormat
Fetching https://github.com/swift-server-community/mqtt-nio
Fetching https://github.com/jollyjinx/BinaryCoder
Fetching https://github.com/swift-server/async-http-client.git from cache
Fetching https://github.com/apple/swift-argument-parser from cache
[1/93] Fetching jlog
[94/389] Fetching jlog, binarycoder
[382/9187] Fetching jlog, binarycoder, mqtt-nio
[1614/56254] Fetching jlog, binarycoder, mqtt-nio, swiftformat
Fetched https://github.com/jollyjinx/BinaryCoder from cache (1.37s)
[11245/55958] Fetching jlog, mqtt-nio, swiftformat
Fetched https://github.com/swift-server-community/mqtt-nio from cache (1.37s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.37s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.38s)
[2918/47160] Fetching jlog, swiftformat
Fetched https://github.com/jollyjinx/JLog from cache (37.06s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (37.06s)
Computing version for https://github.com/jollyjinx/BinaryCoder
Computed https://github.com/jollyjinx/BinaryCoder at 2.3.2 (37.79s)
Computing version for https://github.com/jollyjinx/JLog
Computed https://github.com/jollyjinx/JLog at 0.0.7 (0.45s)
Fetching https://github.com/Adorkable/swift-log-format-and-pipe
Fetching https://github.com/apple/swift-log.git from cache
[1/190] Fetching swift-log-format-and-pipe
Fetched https://github.com/apple/swift-log.git from cache (0.69s)
Fetched https://github.com/Adorkable/swift-log-format-and-pipe from cache (0.92s)
Computing version for https://github.com/Adorkable/swift-log-format-and-pipe
Computed https://github.com/Adorkable/swift-log-format-and-pipe at 0.1.1 (1.88s)
Computing version for https://github.com/swift-server-community/mqtt-nio
Computed https://github.com/swift-server-community/mqtt-nio at 2.12.0 (0.57s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetching https://github.com/apple/swift-nio-transport-services.git from cache
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.63s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.75s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (0.75s)
Fetched https://github.com/apple/swift-nio.git from cache (1.02s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (1.74s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (0.70s)
Fetched https://github.com/apple/swift-system.git from cache (0.74s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.23s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.44s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.69s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.46s)
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.45s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.45s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.45s)
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetching https://github.com/apple/swift-nio-http2.git from cache
Fetching https://github.com/apple/swift-nio-extras.git from cache
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.50s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.67s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.68s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.24s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.50s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.09s)
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.59s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.49s)
Fetching https://github.com/apple/swift-http-structured-headers.git from cache
Fetching https://github.com/apple/swift-http-types.git from cache
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.43s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.55s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (1.02s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.44s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.45s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.55.5 (0.56s)
Creating working copy for https://github.com/jollyjinx/BinaryCoder
Working copy of https://github.com/jollyjinx/BinaryCoder resolved at 2.3.2
Creating working copy for https://github.com/swift-server-community/mqtt-nio
Working copy of https://github.com/swift-server-community/mqtt-nio resolved at 2.12.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
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/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/jollyjinx/JLog
Working copy of https://github.com/jollyjinx/JLog resolved at 0.0.7
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.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/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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.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/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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.55.5
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
error: the library 'sma2mqttLibrary' requires macos 13.0, but depends on the product 'JLog' which requires macos 15.0; consider changing the library 'sma2mqttLibrary' to require macos 15.0 or later, or the product 'JLog' to require macos 13.0 or earlier.
error: the executable 'sma2mqtt' requires macos 13.0, but depends on the product 'JLog' which requires macos 15.0; consider changing the executable 'sma2mqtt' to require macos 15.0 or later, or the product 'JLog' to require macos 13.0 or earlier.
error: the test 'sma2mqttTests' requires macos 14.0, but depends on the product 'JLog' which requires macos 15.0; consider changing the test 'sma2mqttTests' to require macos 15.0 or later, or the product 'JLog' to require macos 14.0 or earlier.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
error: the library 'sma2mqttLibrary' requires macos 13.0, but depends on the product 'JLog' which requires macos 15.0; consider changing the library 'sma2mqttLibrary' to require macos 15.0 or later, or the product 'JLog' to require macos 13.0 or earlier.
error: the executable 'sma2mqtt' requires macos 13.0, but depends on the product 'JLog' which requires macos 15.0; consider changing the executable 'sma2mqtt' to require macos 15.0 or later, or the product 'JLog' to require macos 13.0 or earlier.
error: the test 'sma2mqttTests' requires macos 14.0, but depends on the product 'JLog' which requires macos 15.0; consider changing the test 'sma2mqttTests' to require macos 15.0 or later, or the product 'JLog' to require macos 14.0 or earlier.
BUILD FAILURE 6.1 macosSpm