Build Information
Successful build of SwiftyXBee with Swift 6.0 for Linux.
Swift 6 data race errors: 0
Build Command
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/samco182/swiftyxbee.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/samco182/swiftyxbee
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 6657120 [Fix] fixes issue where program would get stuck if trying to read data and there was actually no data sent by another XBee
Cloned https://github.com/samco182/swiftyxbee.git
Revision (git rev-parse @):
665712020b93340b973084e45118775ba19d1518
SUCCESS checkout https://github.com/samco182/swiftyxbee.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $workDir
https://github.com/samco182/swiftyxbee.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Fetching https://github.com/uraimo/SwiftyGPIO.git
[1/2385] Fetching swiftygpio
Fetched https://github.com/uraimo/SwiftyGPIO.git from cache (0.25s)
Computing version for https://github.com/uraimo/SwiftyGPIO.git
Computed https://github.com/uraimo/SwiftyGPIO.git at 1.4.4 (0.42s)
Creating working copy for https://github.com/uraimo/SwiftyGPIO.git
Working copy of https://github.com/uraimo/SwiftyGPIO.git resolved at 1.4.4
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/13] Compiling SwiftyGPIO SunXi.swift
[5/14] Compiling SwiftyGPIO UART.swift
[6/14] Compiling SwiftyGPIO Presets.swift
[7/14] Compiling SwiftyGPIO SPI.swift
[8/14] Compiling SwiftyGPIO 1Wire.swift
[9/14] Compiling SwiftyGPIO ADC.swift
[10/14] Compiling SwiftyGPIO I2C.swift
[11/14] Compiling SwiftyGPIO Mailbox.swift
[12/14] Emitting module SwiftyGPIO
[13/14] Compiling SwiftyGPIO PWM.swift
[14/14] Compiling SwiftyGPIO SwiftyGPIO.swift
[16/36] Compiling SwiftyXBee FrameLength.swift
[17/36] Compiling SwiftyXBee NetworkAddress.swift
[18/36] Compiling SwiftyXBee StartDelimiter.swift
[19/38] Emitting module SwiftyXBee
[20/38] Compiling SwiftyXBee Constants.swift
[21/38] Compiling SwiftyXBee Array+Extensions.swift
[22/38] Compiling SwiftyXBee Bool+Extensions.swift
[23/38] Compiling SwiftyXBee ATCommandData.swift
[24/38] Compiling SwiftyXBee ATCommandResponseData.swift
[25/38] Compiling SwiftyXBee ZigBeeReceivePacketData.swift
[26/38] Compiling SwiftyXBee APIFrame.swift
[27/38] Compiling SwiftyXBee APIFrameProtocols.swift
[28/38] Compiling SwiftyXBee ATCommand.swift
[29/38] Compiling SwiftyXBee SerialConnection.swift
[30/38] Compiling SwiftyXBee SwiftyXBee.swift
[31/38] Compiling SwiftyXBee Int+Extensions.swift
[32/38] Compiling SwiftyXBee String+Extensions.swift
[33/38] Compiling SwiftyXBee XBeeSerial.swift
[34/38] Compiling SwiftyXBee ATCommandResponse.swift
[35/38] Compiling SwiftyXBee Checksum.swift
[36/38] Compiling SwiftyXBee DeviceAddress.swift
[37/38] Compiling SwiftyXBee ZigBeeTransmitRequestData.swift
[38/38] Compiling SwiftyXBee ZigBeeTransmitStatusData.swift
Build complete! (11.98s)
Build complete.
{
"dependencies" : [
{
"identity" : "swiftygpio",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/uraimo/SwiftyGPIO.git"
}
],
"manifest_display_name" : "SwiftyXBee",
"name" : "SwiftyXBee",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftyXBee",
"targets" : [
"SwiftyXBee"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftyXBee",
"module_type" : "SwiftTarget",
"name" : "SwiftyXBee",
"path" : "Sources/SwiftyXBee",
"product_dependencies" : [
"SwiftyGPIO"
],
"product_memberships" : [
"SwiftyXBee"
],
"sources" : [
"Helpers/Constants.swift",
"Helpers/Extensions/Array+Extensions.swift",
"Helpers/Extensions/Bool+Extensions.swift",
"Helpers/Extensions/Int+Extensions.swift",
"Helpers/Extensions/String+Extensions.swift",
"Helpers/XBeeSerial.swift",
"Models/APIFrame/APIFrame.swift",
"Models/APIFrame/APIFrameProtocols.swift",
"Models/APIFrame/ATCommand.swift",
"Models/APIFrame/ATCommandResponse.swift",
"Models/APIFrame/Checksum.swift",
"Models/APIFrame/DeviceAddress.swift",
"Models/APIFrame/FrameLength.swift",
"Models/APIFrame/NetworkAddress.swift",
"Models/APIFrame/StartDelimiter.swift",
"Models/APIFrameData/ATCommandData.swift",
"Models/APIFrameData/ATCommandResponseData.swift",
"Models/APIFrameData/ZigBeeReceivePacketData.swift",
"Models/APIFrameData/ZigBeeTransmitRequestData.swift",
"Models/APIFrameData/ZigBeeTransmitStatusData.swift",
"Models/UART/SerialConnection.swift",
"SwiftyXBee.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.