Build Information
Failed to build modbus2mqtt, reference main (208a1e), with Swift 6.1 for macOS (SPM) on 3 Dec 2025 19:04:00 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jollyjinx/modbus-2-mqtt-bridge.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jollyjinx/modbus-2-mqtt-bridge
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 208a1e3 updated readme to refer to ghcr.io instead of docker as images are now built automatically on github.
Cloned https://github.com/jollyjinx/modbus-2-mqtt-bridge.git
Revision (git rev-parse @):
208a1e35ef0a91fa85c0f1ea817a78c0dd695bb2
SUCCESS checkout https://github.com/jollyjinx/modbus-2-mqtt-bridge.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/jollyjinx/modbus-2-mqtt-bridge.git
https://github.com/jollyjinx/modbus-2-mqtt-bridge.git
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "mqtt-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.8.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/sroebert/mqtt-nio.git"
},
{
"identity" : "jlog",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.9",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jollyjinx/JLog"
},
{
"identity" : "swiftlibmodbus",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.2",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jollyjinx/SwiftLibModbus"
}
],
"manifest_display_name" : "modbus2mqtt",
"name" : "modbus2mqtt",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "modbus2mqtt",
"targets" : [
"modbus2mqtt"
],
"type" : {
"executable" : null
}
},
{
"name" : "SwiftLibModbus2MQTT",
"targets" : [
"SwiftLibModbus2MQTT"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "modbus2mqtt",
"module_type" : "SwiftTarget",
"name" : "modbus2mqtt",
"path" : "Sources/modbus2mqtt",
"product_dependencies" : [
"ArgumentParser",
"JLog"
],
"product_memberships" : [
"modbus2mqtt"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/modbus2mqtt/DeviceDefinitions",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"modbus2mqtt.swift"
],
"target_dependencies" : [
"SwiftLibModbus2MQTT"
],
"type" : "executable"
},
{
"c99name" : "SwiftLibModbus2MQTT",
"module_type" : "SwiftTarget",
"name" : "SwiftLibModbus2MQTT",
"path" : "Sources/SwiftLibModbus2MQTT",
"product_dependencies" : [
"MQTTNIO",
"JLog",
"SwiftLibModbus"
],
"product_memberships" : [
"modbus2mqtt",
"SwiftLibModbus2MQTT"
],
"sources" : [
"BitMappedValue.swift",
"MQTTRequestResponse.swift",
"MQTTServer.swift",
"ModbusDefinition.swift",
"ModbusValue.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Fetching https://github.com/jollyjinx/JLog
Fetching https://github.com/jollyjinx/SwiftLibModbus
Fetching https://github.com/sroebert/mqtt-nio.git
Fetching https://github.com/apple/swift-argument-parser from cache
[1/114] Fetching jlog
[115/602] Fetching jlog, swiftlibmodbus
[135/2278] Fetching jlog, swiftlibmodbus, mqtt-nio
Fetched https://github.com/jollyjinx/JLog from cache (0.84s)
[1109/2164] Fetching swiftlibmodbus, mqtt-nio
Fetched https://github.com/jollyjinx/SwiftLibModbus from cache (0.98s)
Fetched https://github.com/sroebert/mqtt-nio.git from cache (0.98s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.35s)
Computing version for https://github.com/jollyjinx/JLog
error: Dependencies could not be resolved because root depends on 'jlog' 0.0.9..<1.0.0.
'jlog' >= 0.0.9 cannot be used because no versions of 'jlog' match the requirement 0.0.10..<1.0.0 and 'jlog' 0.0.9 contains incompatible tools version (6.1.2).
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Updating https://github.com/jollyjinx/JLog
Updating https://github.com/sroebert/mqtt-nio.git
Updating https://github.com/apple/swift-argument-parser
Updating https://github.com/jollyjinx/SwiftLibModbus
Updated https://github.com/apple/swift-argument-parser (0.65s)
Updated https://github.com/jollyjinx/JLog (0.65s)
Updated https://github.com/sroebert/mqtt-nio.git (0.65s)
Updated https://github.com/jollyjinx/SwiftLibModbus (0.65s)
Computing version for https://github.com/jollyjinx/JLog
error: Dependencies could not be resolved because root depends on 'jlog' 0.0.9..<1.0.0.
'jlog' >= 0.0.9 cannot be used because no versions of 'jlog' match the requirement 0.0.10..<1.0.0 and 'jlog' 0.0.9 contains incompatible tools version (6.1.2).
BUILD FAILURE 6.1 macosSpm