Build Information
Successful build of SwiftIO with Swift 5.10 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.29.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: 5.10
Building package at path: $workDir
https://github.com/madmachineio/SwiftIO.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Building for debugging...
[0/3] Write sources
[1/3] Compiling CSwiftIO empty.c
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/18] Compiling SwiftIO FileDescriptor.swift
[5/18] Compiling SwiftIO I2C.swift
[6/19] Compiling SwiftIO I2SIn.swift
[7/19] Compiling SwiftIO I2SOut.swift
[8/19] Compiling SwiftIO DigitalInOut.swift
[9/19] Compiling SwiftIO DigitalOut.swift
[10/19] Compiling SwiftIO SPI.swift
[11/19] Compiling SwiftIO Timer.swift
[12/19] Compiling SwiftIO PWMOut.swift
[13/19] Compiling SwiftIO Platform.swift
[14/19] Emitting module SwiftIO
[15/19] Compiling SwiftIO AnalogIn.swift
[16/19] Compiling SwiftIO BoardProtocol.swift
[17/19] Compiling SwiftIO Counter.swift
[18/19] Compiling SwiftIO DigitalIn.swift
[19/19] Compiling SwiftIO UART.swift
Build complete! (6.19s)
Build complete.
Done.