Build Information
Successful build of SwiftLibModbus, reference 2.0.5 (7d5603
), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 21:28:58 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/jollyjinx/SwiftLibModbus.git
Reference: 2.0.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jollyjinx/SwiftLibModbus
* tag 2.0.5 -> FETCH_HEAD
HEAD is now at 7d56036 updated readme
Cloned https://github.com/jollyjinx/SwiftLibModbus.git
Revision (git rev-parse @):
7d560360e6c08692be26c240216977ab96b54181
SUCCESS checkout https://github.com/jollyjinx/SwiftLibModbus.git at 2.0.5
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/jollyjinx/SwiftLibModbus.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[1/7] Write swift-version-1EA4D86E10B52AF.txt
[2/7] Compiling CModbus strlcpy.c
[3/7] Compiling CModbus modbus-data.c
[4/7] Compiling CModbus modbus-rtu.c
[5/7] Compiling CModbus modbus-tcp.c
[6/7] Compiling CModbus modbus.c
[8/9] Emitting module SwiftLibModbus
[9/9] Compiling SwiftLibModbus ModbusDevice.swift
Build complete! (4.99s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftLibModbus",
"name" : "SwiftLibModbus",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "CModbus",
"targets" : [
"CModbus"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwiftLibModbus",
"targets" : [
"SwiftLibModbus"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftLibModbusTests",
"module_type" : "SwiftTarget",
"name" : "SwiftLibModbusTests",
"path" : "Tests/SwiftLibModbusTests",
"sources" : [
"SwiftLibModbusTests.swift"
],
"target_dependencies" : [
"SwiftLibModbus"
],
"type" : "test"
},
{
"c99name" : "SwiftLibModbus",
"module_type" : "SwiftTarget",
"name" : "SwiftLibModbus",
"path" : "Sources/SwiftLibModbus",
"product_memberships" : [
"SwiftLibModbus"
],
"sources" : [
"ModbusDevice.swift"
],
"target_dependencies" : [
"CModbus"
],
"type" : "library"
},
{
"c99name" : "CModbus",
"module_type" : "ClangTarget",
"name" : "CModbus",
"path" : "Sources/CModbus",
"product_memberships" : [
"CModbus",
"SwiftLibModbus"
],
"sources" : [
"modbus-data.c",
"modbus-rtu.c",
"modbus-tcp.c",
"modbus.c",
"strlcpy.c"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Done.