The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CocoaMQTT with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/emqx/CocoaMQTT.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/emqx/CocoaMQTT
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at ff7c07b fix: frame is nil #563
Cloned https://github.com/emqx/CocoaMQTT.git
Revision (git rev-parse @):
ff7c07b8a212e2e724d93a91d165a899df546db0
SUCCESS checkout https://github.com/emqx/CocoaMQTT.git at master
Fetching https://github.com/leeway1208/MqttCocoaAsyncSocket from cache
Fetching https://github.com/daltoniam/Starscream.git from cache
Fetched https://github.com/leeway1208/MqttCocoaAsyncSocket (1.23s)
Fetched https://github.com/daltoniam/Starscream.git (1.26s)
Computing version for https://github.com/daltoniam/Starscream.git
Computed https://github.com/daltoniam/Starscream.git at 4.0.4 (0.03s)
Computing version for https://github.com/leeway1208/MqttCocoaAsyncSocket
Computed https://github.com/leeway1208/MqttCocoaAsyncSocket at 1.0.8 (0.37s)
Creating working copy for https://github.com/leeway1208/MqttCocoaAsyncSocket
Working copy of https://github.com/leeway1208/MqttCocoaAsyncSocket resolved at 1.0.8
Creating working copy for https://github.com/daltoniam/Starscream.git
Working copy of https://github.com/daltoniam/Starscream.git resolved at 4.0.4
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "cocoamqtt",
      "name": "CocoaMQTT",
      "url": "https://github.com/emqx/CocoaMQTT.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CocoaMQTT",
      "dependencies": [
        {
          "identity": "mqttcocoaasyncsocket",
          "name": "MqttCocoaAsyncSocket",
          "url": "https://github.com/leeway1208/MqttCocoaAsyncSocket",
          "version": "1.0.8",
          "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/MqttCocoaAsyncSocket",
          "dependencies": [
          ]
        },
        {
          "identity": "starscream",
          "name": "Starscream",
          "url": "https://github.com/daltoniam/Starscream.git",
          "version": "4.0.4",
          "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Starscream",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/emqx/CocoaMQTT.git from cache
Fetched https://github.com/emqx/CocoaMQTT.git (0.34s)
Fetching https://github.com/daltoniam/Starscream.git from cache
Fetching https://github.com/leeway1208/MqttCocoaAsyncSocket from cache
Fetched https://github.com/leeway1208/MqttCocoaAsyncSocket (0.18s)
Fetched https://github.com/daltoniam/Starscream.git (0.21s)
Computing version for https://github.com/daltoniam/Starscream.git
Computed https://github.com/daltoniam/Starscream.git at 4.0.4 (0.02s)
Computing version for https://github.com/leeway1208/MqttCocoaAsyncSocket
Computed https://github.com/leeway1208/MqttCocoaAsyncSocket at 1.0.8 (0.02s)
Creating working copy for https://github.com/leeway1208/MqttCocoaAsyncSocket
Working copy of https://github.com/leeway1208/MqttCocoaAsyncSocket resolved at 1.0.8
Creating working copy for https://github.com/daltoniam/Starscream.git
Working copy of https://github.com/daltoniam/Starscream.git resolved at 4.0.4
Creating working copy for https://github.com/emqx/CocoaMQTT.git
Working copy of https://github.com/emqx/CocoaMQTT.git resolved at master
warning: '.resolve-product-dependencies': dependency 'cocoamqtt' is not used by any target
Found 2 product dependencies
  - MqttCocoaAsyncSocket
  - Starscream
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/21] Compiling MqttCocoaAsyncSocket MGCDAsyncSocket.m
[1/21] Compiling MqttCocoaAsyncSocket MGCDAsyncUdpSocket.m
[3/59] Emitting module CocoaMQTT
[4/64] Compiling CocoaMQTT CocoaMQTTMessage.swift
[5/64] Compiling CocoaMQTT CocoaMQTTProperty.swift
[6/64] Compiling CocoaMQTT CocoaMQTTReader.swift
[7/66] Compiling CocoaMQTT FrameDisconnect.swift
[8/66] Compiling CocoaMQTT FramePingReq.swift
[9/66] Compiling CocoaMQTT FramePingResp.swift
[10/66] Compiling CocoaMQTT FramePubAck.swift
[11/66] Compiling CocoaMQTT FramePubComp.swift
[14/66] Compiling Starscream TCPTransport.swift
[15/66] Compiling Starscream Transport.swift
[16/66] Compiling CocoaMQTT CocoaMQTTStorage.swift
[17/66] Compiling CocoaMQTT CocoaMQTTTimer.swift
[18/66] Compiling CocoaMQTT MqttDecodePubAck.swift
[19/66] Compiling CocoaMQTT MqttDecodePubComp.swift
[20/66] Compiling CocoaMQTT MqttDecodePubRec.swift
[21/66] Compiling CocoaMQTT MqttDecodePubRel.swift
[22/66] Compiling CocoaMQTT MqttDecodePublish.swift
[23/66] Compiling CocoaMQTT FramePubRec.swift
[24/66] Compiling CocoaMQTT FramePubRel.swift
[25/66] Compiling CocoaMQTT FramePublish.swift
[26/66] Compiling CocoaMQTT FrameSubAck.swift
[27/66] Compiling CocoaMQTT FrameSubscribe.swift
[28/66] Compiling CocoaMQTT MqttDecodeSubAck.swift
[29/66] Compiling CocoaMQTT MqttDecodeUnsubAck.swift
[30/66] Compiling CocoaMQTT MqttPublishProperties.swift
[31/66] Compiling CocoaMQTT MqttSubscription.swift
[32/66] Compiling CocoaMQTT ThreadSafeDictionary.swift
[33/66] Compiling CocoaMQTT MqttDecodeConnAck.swift
[34/66] Compiling CocoaMQTT CocoaMQTT.swift
[35/66] Compiling CocoaMQTT CocoaMQTT5.swift
[36/66] Compiling CocoaMQTT CocoaMQTTTypes.swift
[37/66] Compiling CocoaMQTT Frame.swift
[38/66] Compiling CocoaMQTT FrameAuth.swift
[39/66] Compiling CocoaMQTT FrameConnAck.swift
[40/66] Compiling CocoaMQTT FrameConnect.swift
[44/66] Emitting module Starscream
[45/66] Compiling CocoaMQTT FrameUnsubAck.swift
[46/66] Compiling CocoaMQTT FrameUnsubscribe.swift
[47/66] Compiling CocoaMQTT MqttAuthProperties.swift
[48/66] Compiling CocoaMQTT MqttConnectProperties.swift
[51/66] Compiling CocoaMQTT CocoaMQTT5Message.swift
[52/66] Compiling CocoaMQTT CocoaMQTTDeliver.swift
[53/66] Compiling CocoaMQTT CocoaMQTTLogger.swift
[67/68] Emitting module CocoaMQTTWebSocket
[68/68] Compiling CocoaMQTTWebSocket CocoaMQTTWebSocket.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Source/CocoaMQTTWebSocket.swift:482:9: warning: default will never be executed
        default:
        ^
Build complete! (10.27s)
Updating https://github.com/daltoniam/Starscream.git
Updating https://github.com/leeway1208/MqttCocoaAsyncSocket
Updated https://github.com/leeway1208/MqttCocoaAsyncSocket (0.19s)
Updated https://github.com/daltoniam/Starscream.git (0.19s)
Computing version for https://github.com/daltoniam/Starscream.git
Computed https://github.com/daltoniam/Starscream.git at 4.0.4 (0.02s)
Computing version for https://github.com/leeway1208/MqttCocoaAsyncSocket
Computed https://github.com/leeway1208/MqttCocoaAsyncSocket at 1.0.8 (0.31s)
Everything is already up-to-date
Build complete.
Done.