Build Information
Successful build of SwiftIO, reference 0.0.5 (b94454
), with Swift 6.0 for Linux on 3 Nov 2024 17:32:54 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" 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.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/madmachineio/SwiftIO.git
Reference: 0.0.5
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/madmachineio/SwiftIO
* tag 0.0.5 -> FETCH_HEAD
HEAD is now at b944544 Add buffer write function for SPI (#7)
Cloned https://github.com/madmachineio/SwiftIO.git
Revision (git rev-parse @):
b9445447b0516303da170cb7cd8c886a5440c092
SUCCESS checkout https://github.com/madmachineio/SwiftIO.git at 0.0.5
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/madmachineio/SwiftIO.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" 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
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/3] Write sources
[1/3] Compiling CSwiftIO empty.c
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/18] Compiling SwiftIO SPI.swift
[5/18] Compiling SwiftIO Timer.swift
[6/19] Compiling SwiftIO DigitalInOut.swift
[7/19] Compiling SwiftIO DigitalOut.swift
[8/19] Compiling SwiftIO Counter.swift
[9/19] Compiling SwiftIO DigitalIn.swift
[10/19] Compiling SwiftIO I2SIn.swift
[11/19] Compiling SwiftIO I2SOut.swift
[12/19] Compiling SwiftIO FileDescriptor.swift
[13/19] Compiling SwiftIO I2C.swift
[14/19] Compiling SwiftIO AnalogIn.swift
[15/19] Compiling SwiftIO BoardProtocol.swift
[16/19] Emitting module SwiftIO
[17/19] Compiling SwiftIO PWMOut.swift
[18/19] Compiling SwiftIO Platform.swift
[19/19] Compiling SwiftIO UART.swift
Build complete! (6.64s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftIO",
"name" : "SwiftIO",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftIO",
"targets" : [
"SwiftIO"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CSwiftIO",
"targets" : [
"CSwiftIO"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftIO",
"module_type" : "SwiftTarget",
"name" : "SwiftIO",
"path" : "Sources/SwiftIO",
"product_memberships" : [
"SwiftIO"
],
"sources" : [
"AnalogIn.swift",
"BoardProtocol.swift",
"Counter.swift",
"DigitalIn.swift",
"DigitalInOut.swift",
"DigitalOut.swift",
"FileDescriptor.swift",
"I2C.swift",
"I2SIn.swift",
"I2SOut.swift",
"PWMOut.swift",
"Platform.swift",
"SPI.swift",
"Timer.swift",
"UART.swift"
],
"target_dependencies" : [
"CSwiftIO"
],
"type" : "library"
},
{
"c99name" : "CSwiftIO",
"module_type" : "ClangTarget",
"name" : "CSwiftIO",
"path" : "Sources/CSwiftIO",
"product_memberships" : [
"SwiftIO",
"CSwiftIO"
],
"sources" : [
"empty.c"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.