The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftMQTT, reference master (6667e1), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 14:51:04 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/aciidgh/SwiftMQTT.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/aciidgh/SwiftMQTT
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 6667e19 Bug/nil run loop (#41)
Cloned https://github.com/aciidgh/SwiftMQTT.git
Revision (git rev-parse @):
6667e19b0d63f00cfe7769b133ab95b1bbbf136a
SUCCESS checkout https://github.com/aciidgh/SwiftMQTT.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swiftmqtt",
      "name": "SwiftMQTT",
      "url": "https://github.com/aciidgh/SwiftMQTT.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftMQTT",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/aciidgh/SwiftMQTT.git
[1/977] Fetching swiftmqtt
Fetched https://github.com/aciidgh/SwiftMQTT.git from cache (1.24s)
Creating working copy for https://github.com/aciidgh/SwiftMQTT.git
Working copy of https://github.com/aciidgh/SwiftMQTT.git resolved at master (6667e19)
warning: '.resolve-product-dependencies': dependency 'swiftmqtt' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/aciidgh/SwiftMQTT.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/21] Compiling SwiftMQTT MQTTConnectPacket.swift
[4/21] Compiling SwiftMQTT MQTTDisconnectPacket.swift
[5/21] Compiling SwiftMQTT MQTTPublishPacket.swift
[6/21] Compiling SwiftMQTT MQTTStreamable.swift
[7/21] Compiling SwiftMQTT MQTTPingPacket.swift
[8/21] Compiling SwiftMQTT MQTTPingResp.swift
[9/21] Compiling SwiftMQTT MQTTExtensions.swift
[10/21] Compiling SwiftMQTT MQTTSession.swift
[11/21] Compiling SwiftMQTT MQTTPacketFactory.swift
[12/21] Compiling SwiftMQTT MQTTPacketFixedHeader.swift
[13/21] Compiling SwiftMQTT MQTTSessionStream.swift
[14/21] Compiling SwiftMQTT MQTTConnAckPacket.swift
[15/21] Emitting module SwiftMQTT
[16/21] Compiling SwiftMQTT MQTTMessage.swift
[17/21] Compiling SwiftMQTT MQTTPacket.swift
[18/21] Compiling SwiftMQTT MQTTSubAckPacket.swift
[19/21] Compiling SwiftMQTT MQTTSubPacket.swift
[20/21] Compiling SwiftMQTT MQTTPubAck.swift
[21/21] Compiling SwiftMQTT MQTTPubMsg.swift
[22/23] Compiling SwiftMQTT MQTTUnSubAckPacket.swift
[23/23] Compiling SwiftMQTT MQTTUnsubPacket.swift
Build complete! (5.43s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftMQTT",
  "name" : "SwiftMQTT",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftMQTT",
      "targets" : [
        "SwiftMQTT"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftMQTTTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftMQTTTests",
      "path" : "SwiftMQTT/SwiftMQTTTests",
      "sources" : [
        "SwiftMQTTTests.swift"
      ],
      "target_dependencies" : [
        "SwiftMQTT"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftMQTT",
      "module_type" : "SwiftTarget",
      "name" : "SwiftMQTT",
      "path" : "SwiftMQTT/SwiftMQTT",
      "product_memberships" : [
        "SwiftMQTT"
      ],
      "sources" : [
        "MQTTExtensions.swift",
        "MQTTSession.swift",
        "MQTTSessionStream.swift",
        "Models/MQTTConnAckPacket.swift",
        "Models/MQTTConnectPacket.swift",
        "Models/MQTTDisconnectPacket.swift",
        "Models/MQTTMessage.swift",
        "Models/MQTTPacket.swift",
        "Models/MQTTPacketFactory.swift",
        "Models/MQTTPacketFixedHeader.swift",
        "Models/MQTTPingPacket.swift",
        "Models/MQTTPingResp.swift",
        "Models/MQTTPubAck.swift",
        "Models/MQTTPubMsg.swift",
        "Models/MQTTPublishPacket.swift",
        "Models/MQTTStreamable.swift",
        "Models/MQTTSubAckPacket.swift",
        "Models/MQTTSubPacket.swift",
        "Models/MQTTUnSubAckPacket.swift",
        "Models/MQTTUnsubPacket.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.