The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.25.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/emqx/CocoaMQTT.git
Reference: master
Cloned https://github.com/emqx/CocoaMQTT.git
Revision (git rev-parse @):
ff7c07b8a212e2e724d93a91d165a899df546db0
SUCCESS checkout https://github.com/emqx/CocoaMQTT.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.7
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.2.0.app xcrun swift build --arch arm64
Build complete.
Fetching https://github.com/leeway1208/MqttCocoaAsyncSocket from cache
Building for debugging...
[0/18] Compiling MqttCocoaAsyncSocket MGCDAsyncUdpSocket.m
Fetching https://github.com/daltoniam/Starscream.git from cache
[1/18] Compiling MqttCocoaAsyncSocket MGCDAsyncSocket.m
[3/51] Emitting module Starscream
Fetched https://github.com/leeway1208/MqttCocoaAsyncSocket (0.20s)
[4/56] Emitting module CocoaMQTT
[5/66] Compiling CocoaMQTT FramePubRec.swift
[6/66] Compiling CocoaMQTT FramePubRel.swift
[7/66] Compiling CocoaMQTT FramePublish.swift
[8/66] Compiling CocoaMQTT FrameSubAck.swift
[9/66] Compiling CocoaMQTT FrameSubscribe.swift
[10/66] Compiling CocoaMQTT FrameUnsubAck.swift
[11/66] Compiling CocoaMQTT FrameUnsubscribe.swift
[12/66] Compiling CocoaMQTT MqttAuthProperties.swift
[13/66] Compiling CocoaMQTT MqttConnectProperties.swift
[14/66] Compiling CocoaMQTT MqttDecodeConnAck.swift
[15/66] Compiling CocoaMQTT CocoaMQTTTimer.swift
[16/66] Compiling CocoaMQTT CocoaMQTTTypes.swift
[17/66] Compiling CocoaMQTT Frame.swift
[18/66] Compiling CocoaMQTT FrameAuth.swift
Fetched https://github.com/daltoniam/Starscream.git (0.20s)
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
[19/66] Compiling CocoaMQTT FrameConnAck.swift
Creating working copy for https://github.com/daltoniam/Starscream.git
[20/66] Compiling Starscream WebSocketServer.swift
[21/66] Compiling Starscream WebSocket.swift
[22/66] Compiling Starscream FoundationTransport.swift
[23/66] Compiling Starscream TCPTransport.swift
[24/66] Compiling Starscream Transport.swift
[25/66] Compiling CocoaMQTT MqttDecodePubAck.swift
[26/66] Compiling CocoaMQTT MqttDecodePubComp.swift
[27/66] Compiling CocoaMQTT MqttDecodePubRec.swift
[28/66] Compiling CocoaMQTT MqttDecodePubRel.swift
[29/66] Compiling CocoaMQTT MqttDecodePublish.swift
[30/66] Compiling CocoaMQTT MqttDecodeSubAck.swift
[31/66] Compiling CocoaMQTT MqttDecodeUnsubAck.swift
[32/66] Compiling CocoaMQTT MqttPublishProperties.swift
[33/66] Compiling CocoaMQTT MqttSubscription.swift
[34/66] Compiling CocoaMQTT ThreadSafeDictionary.swift
[45/66] Compiling CocoaMQTT FramePubComp.swift
[56/66] Compiling CocoaMQTT CocoaMQTT.swift
[57/66] Compiling CocoaMQTT CocoaMQTT5.swift
Working copy of https://github.com/daltoniam/Starscream.git resolved at 4.0.4
[58/66] Compiling CocoaMQTT CocoaMQTT5Message.swift
[59/66] Compiling CocoaMQTT CocoaMQTTDeliver.swift
[60/66] Compiling CocoaMQTT CocoaMQTTLogger.swift
[61/66] Compiling CocoaMQTT CocoaMQTTMessage.swift
[62/66] Compiling CocoaMQTT CocoaMQTTProperty.swift
[63/66] Compiling CocoaMQTT CocoaMQTTReader.swift
[64/66] Compiling CocoaMQTT CocoaMQTTReasonCode.swift
[65/66] Compiling CocoaMQTT CocoaMQTTSocket.swift
[66/66] Compiling CocoaMQTT CocoaMQTTStorage.swift
[67/68] Emitting module CocoaMQTTWebSocket
[68/68] Compiling CocoaMQTTWebSocket CocoaMQTTWebSocket.swift
$PWD/checkout/Source/CocoaMQTTWebSocket.swift:482:9: warning: default will never be executed
        default:
        ^
Build complete! (6.77s)
Done.