Build Information
Successful build of SwiftMQTT with Swift 5.10 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.39.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/aciidgh/SwiftMQTT.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-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/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "swiftmqtt",
"name": "SwiftMQTT",
"url": "https://github.com/aciidgh/SwiftMQTT.git",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftMQTT",
"dependencies": [
]
}
]
}
Fetching https://github.com/aciidgh/SwiftMQTT.git
[1/982] Fetching swiftmqtt
Fetched https://github.com/aciidgh/SwiftMQTT.git from cache (0.56s)
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: 5.10
Building package at path: $workDir
https://github.com/aciidgh/SwiftMQTT.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6044DDE57671499D.txt
[3/21] Compiling SwiftMQTT MQTTPacketFixedHeader.swift
[4/21] Compiling SwiftMQTT MQTTPingPacket.swift
[5/21] Compiling SwiftMQTT MQTTPingResp.swift
[6/23] Compiling SwiftMQTT MQTTConnAckPacket.swift
[7/23] Compiling SwiftMQTT MQTTConnectPacket.swift
[8/23] Compiling SwiftMQTT MQTTDisconnectPacket.swift
[9/23] Compiling SwiftMQTT MQTTPubAck.swift
[10/23] Compiling SwiftMQTT MQTTPubMsg.swift
[11/23] Emitting module SwiftMQTT
[12/23] Compiling SwiftMQTT MQTTMessage.swift
[13/23] Compiling SwiftMQTT MQTTPacket.swift
[14/23] Compiling SwiftMQTT MQTTPacketFactory.swift
[15/23] Compiling SwiftMQTT MQTTSubAckPacket.swift
[16/23] Compiling SwiftMQTT MQTTSubPacket.swift
[17/23] Compiling SwiftMQTT MQTTExtensions.swift
[18/23] Compiling SwiftMQTT MQTTSession.swift
[19/23] Compiling SwiftMQTT MQTTSessionStream.swift
[20/23] Compiling SwiftMQTT MQTTPublishPacket.swift
[21/23] Compiling SwiftMQTT MQTTStreamable.swift
[22/23] Compiling SwiftMQTT MQTTUnSubAckPacket.swift
[23/23] Compiling SwiftMQTT MQTTUnsubPacket.swift
Build complete! (5.79s)
Build complete.
Done.