Build Information
Successful build of PeripheryKit, reference main (a02676
), with Swift 5.9 for Linux on 2 Jul 2024 10:09:30 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.44.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CmST0us/PeripheryKit.git
Reference: main
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/CmST0us/PeripheryKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a02676d package: remote sysroot copy plugin package: add static and shared product target Cperiphery: bump to 1.0.0 version
Cloned https://github.com/CmST0us/PeripheryKit.git
Revision (git rev-parse @):
a02676dd096523ec792fab3574ae490b421f0364
SUCCESS checkout https://github.com/CmST0us/PeripheryKit.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $workDir
https://github.com/CmST0us/PeripheryKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:bf2706fb3ad57f47449cad6c85f40e5d27f055fda5f2d8da4d3c25f3a5524d1a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
[1/1] Compiling plugin DownloadCPeriphery
Building for debugging...
[1/18] Compiling Cperiphery gpio_cdev_v2.c
[2/18] Compiling Cperiphery version.c
[3/18] Compiling Cperiphery i2c.c
[4/18] Compiling Cperiphery led.c
[5/18] Compiling Cperiphery gpio_sysfs.c
[6/18] Compiling Cperiphery shims.c
[7/18] Compiling Cperiphery serial.c
[8/18] Compiling Cperiphery gpio_cdev_v1.c
[8/18] Compiling Cperiphery mmio.c
[10/18] Compiling Cperiphery gpio.c
[10/18] Compiling Cperiphery pwm.c
[12/18] Compiling Cperiphery spi.c
[14/28] Compiling PeripheryKit Data+Int.swift
[15/29] Compiling PeripheryKit Button.swift
[16/29] Compiling PeripheryKit Buzzer.swift
[17/29] Emitting module PeripheryKit
[18/29] Compiling PeripheryKit Delay.swift
[19/29] Compiling PeripheryKit GPIO.swift
[20/29] Compiling PeripheryKit Int+Data.swift
[21/29] Compiling PeripheryKit PWM.swift
[22/29] Compiling PeripheryKit LED.swift
[23/29] Compiling PeripheryKit GPIOEventDispatcher.swift
[24/29] Compiling PeripheryKit I2C.swift
[26/31] Wrapping AST for PeripheryKit for debugging
[27/31] Archiving libPeripheryKit_static.a
[28/33] Linking libPeripheryKit_shared.so
[30/33] Emitting module pio
[31/33] Compiling pio pio.swift
/host/spi-builder-workspace/Sources/pio/pio.swift:183:9: warning: will never be executed
RunLoop.main.run()
^
/host/spi-builder-workspace/Sources/pio/pio.swift:175:15: note: condition always evaluates to true
while true {
^
[33/35] Wrapping AST for pio for debugging
[34/35] Linking pio
Build complete! (9.68s)
Build complete.
Done.