The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of PeripheryKit, reference main (a02676), with Swift 5.10 for Linux on 2 Jul 2024 10:09:28 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-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.10
Building package at path:  $workDir
https://github.com/CmST0us/PeripheryKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:25efef401ffd78342b231554234a436b1eb31bdd29046c1104fb984cc1b7d308
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
[1/1] Compiling plugin DownloadCPeriphery
Building for debugging...
[1/24] Write sources
[3/24] Compiling Cperiphery version.c
[4/24] Compiling Cperiphery gpio_cdev_v2.c
[5/24] Compiling Cperiphery i2c.c
[6/24] Compiling Cperiphery led.c
[7/24] Compiling Cperiphery gpio_cdev_v1.c
[8/24] Compiling Cperiphery shims.c
[9/24] Compiling Cperiphery pwm.c
[10/24] Compiling Cperiphery spi.c
[11/24] Compiling Cperiphery mmio.c
[12/24] Compiling Cperiphery gpio.c
[13/24] Compiling Cperiphery serial.c
[14/24] Compiling Cperiphery gpio_sysfs.c
[15/24] Write swift-version-24593BA9C3E375BF.txt
[17/34] Compiling PeripheryKit Data+Int.swift
[18/35] Compiling PeripheryKit Int+Data.swift
[19/35] Compiling PeripheryKit PWM.swift
[20/35] Compiling PeripheryKit LED.swift
[21/35] Compiling PeripheryKit Delay.swift
[22/35] Compiling PeripheryKit GPIO.swift
[23/35] Compiling PeripheryKit Button.swift
[24/35] Compiling PeripheryKit Buzzer.swift
[25/35] Compiling PeripheryKit I2C.swift
[26/35] Emitting module PeripheryKit
[27/35] Compiling PeripheryKit GPIOEventDispatcher.swift
[28/36] Wrapping AST for PeripheryKit for debugging
[29/36] Write Objects.LinkFileList
[31/36] Archiving libPeripheryKit_static.a
[32/38] Linking libPeripheryKit_shared.so
[34/38] 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 {
              ^
[35/38] Emitting module pio
[36/39] Wrapping AST for pio for debugging
[37/39] Write Objects.LinkFileList
[38/39] Linking pio
Build complete! (8.19s)
Build complete.
Done.