The Swift Package Index logo.Swift Package Index

Build Information

Successful build of MqttCocoaAsyncSocket, reference 1.0.8 (ce3e18), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 23:44:18 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/leeway1208/MqttCocoaAsyncSocket.git
Reference: 1.0.8
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/leeway1208/MqttCocoaAsyncSocket
 * tag               1.0.8      -> FETCH_HEAD
HEAD is now at ce3e186 feat: update podspec version
Cloned https://github.com/leeway1208/MqttCocoaAsyncSocket.git
Revision (git rev-parse @):
ce3e18607fd01079495f86ff6195d8a3ca469f73
SUCCESS checkout https://github.com/leeway1208/MqttCocoaAsyncSocket.git at 1.0.8
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/leeway1208/MqttCocoaAsyncSocket.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Compiling MqttCocoaAsyncSocket MGCDAsyncUdpSocket.m
[1/2] Compiling MqttCocoaAsyncSocket MGCDAsyncSocket.m
Build complete! (1.74s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "MqttCocoaAsyncSocket",
  "name" : "MqttCocoaAsyncSocket",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "MqttCocoaAsyncSocket",
      "targets" : [
        "MqttCocoaAsyncSocket"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SharedSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "SharedSwiftTests",
      "path" : "Tests/Shared/Swift",
      "sources" : [
        "GCDAsyncSocketReadTests.swift",
        "SwiftTests.swift",
        "TestServer.swift",
        "TestSocket.swift"
      ],
      "target_dependencies" : [
        "MqttCocoaAsyncSocket"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SharedObjCTests",
      "module_type" : "ClangTarget",
      "name" : "SharedObjCTests",
      "path" : "Tests/Shared/ObjC",
      "sources" : [
        "GCDAsyncSocketConnectionTests.m",
        "GCDAsyncUdpSocketConnectionTests.m"
      ],
      "target_dependencies" : [
        "MqttCocoaAsyncSocket"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MqttCocoaAsyncSocket",
      "module_type" : "ClangTarget",
      "name" : "MqttCocoaAsyncSocket",
      "path" : "Source/GCD",
      "product_memberships" : [
        "MqttCocoaAsyncSocket"
      ],
      "sources" : [
        "MGCDAsyncSocket.m",
        "MGCDAsyncUdpSocket.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.