The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftyLinkerKit with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-0":/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/SwiftyLinkerKit/SwiftyLinkerKit.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/SwiftyLinkerKit/SwiftyLinkerKit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at a70b7ab Make calls chainable
Cloned https://github.com/SwiftyLinkerKit/SwiftyLinkerKit.git
Revision (git rev-parse @):
a70b7abf6bedbba14c300fa77fc6b44ade1006fc
SUCCESS checkout https://github.com/SwiftyLinkerKit/SwiftyLinkerKit.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/SwiftyLinkerKit/SwiftyLinkerKit.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/uraimo/SwiftyGPIO.git
Fetching https://github.com/AlwaysRightInstitute/SwiftyTM1637.git
[1/82] Fetching swiftytm1637
[14/2446] Fetching swiftytm1637, swiftygpio
Fetched https://github.com/AlwaysRightInstitute/SwiftyTM1637.git from cache (0.28s)
Fetched https://github.com/uraimo/SwiftyGPIO.git from cache (0.28s)
Computing version for https://github.com/AlwaysRightInstitute/SwiftyTM1637.git
Computed https://github.com/AlwaysRightInstitute/SwiftyTM1637.git at 0.1.2 (0.44s)
Computing version for https://github.com/uraimo/SwiftyGPIO.git
Computed https://github.com/uraimo/SwiftyGPIO.git at 1.4.1 (1.28s)
Creating working copy for https://github.com/uraimo/SwiftyGPIO.git
Working copy of https://github.com/uraimo/SwiftyGPIO.git resolved at 1.4.1
Creating working copy for https://github.com/AlwaysRightInstitute/SwiftyTM1637.git
Working copy of https://github.com/AlwaysRightInstitute/SwiftyTM1637.git resolved at 0.1.2
Building for debugging...
[0/11] Write sources
[4/11] Write swift-version-24593BA9C3E375BF.txt
[6/21] Compiling SwiftyGPIO SPI.swift
[7/22] Emitting module SwiftyGPIO
[8/22] Compiling SwiftyGPIO 1Wire.swift
[9/22] Compiling SwiftyGPIO ADC.swift
[10/22] Compiling SwiftyGPIO Presets.swift
[11/22] Compiling SwiftyGPIO I2C.swift
[12/22] Compiling SwiftyGPIO Mailbox.swift
[13/22] Compiling SwiftyGPIO PWM.swift
[14/22] Compiling SwiftyGPIO UART.swift
[15/22] Compiling SwiftyGPIO SwiftyGPIO.swift
[16/22] Compiling SwiftyGPIO SunXi.swift
[17/23] Wrapping AST for SwiftyGPIO for debugging
[19/29] Compiling SwiftyTM1637 SevenSegmentHexDigits.swift
[20/29] Compiling SwiftyTM1637 SevenSegmentLetters.swift
[21/29] Emitting module SwiftyTM1637
[22/29] Compiling SwiftyTM1637 SevenSegment.swift
[23/29] Compiling SwiftyTM1637 SevenSegmentRepresentable.swift
[24/29] Compiling SwiftyTM1637 SwiftyTM1637.swift
[25/30] Wrapping AST for SwiftyTM1637 for debugging
[27/38] Compiling SwiftyLinkerKit LKPIR.swift
[28/38] Compiling SwiftyLinkerKit LKRBShield.swift
[29/38] Compiling SwiftyLinkerKit LKTemp.swift
[30/38] Compiling SwiftyLinkerKit LinkerKitADC.swift
/host/spi-builder-workspace/Sources/SwiftyLinkerKit/LinkerKitADC.swift:12:3: warning: 'public' modifier is redundant for instance method declared in a public extension
  public func readLinkerKitADC(analogPIN: UInt8) -> Int {
  ^~~~~~~

[31/38] Compiling SwiftyLinkerKit LKButton2.swift
[32/38] Compiling SwiftyLinkerKit LKAccessory.swift
/host/spi-builder-workspace/Sources/SwiftyLinkerKit/LKAccessory.swift:28:3: warning: 'public' modifier is redundant for property declared in a public extension
  public var accessoryType : String {
  ^~~~~~~

/host/spi-builder-workspace/Sources/SwiftyLinkerKit/LKAccessory.swift:32:3: warning: 'public' modifier is redundant for instance method declared in a public extension
  public func shield(_ shield: LKRBShield, connectedTo      socket: Socket) {}
  ^~~~~~~

/host/spi-builder-workspace/Sources/SwiftyLinkerKit/LKAccessory.swift:33:3: warning: 'public' modifier is redundant for instance method declared in a public extension
  public func shield(_ shield: LKRBShield, disconnectedFrom socket: Socket) {}
  ^~~~~~~

/host/spi-builder-workspace/Sources/SwiftyLinkerKit/LKAccessory.swift:35:3: warning: 'public' modifier is redundant for instance method declared in a public extension
  public func teardownOnExit() {}
  ^~~~~~~

[33/38] Emitting module SwiftyLinkerKit
/host/spi-builder-workspace/Sources/SwiftyLinkerKit/LKAccessory.swift:28:3: warning: 'public' modifier is redundant for property declared in a public extension
  public var accessoryType : String {
  ^~~~~~~

/host/spi-builder-workspace/Sources/SwiftyLinkerKit/LKAccessory.swift:32:3: warning: 'public' modifier is redundant for instance method declared in a public extension
  public func shield(_ shield: LKRBShield, connectedTo      socket: Socket) {}
  ^~~~~~~

/host/spi-builder-workspace/Sources/SwiftyLinkerKit/LKAccessory.swift:33:3: warning: 'public' modifier is redundant for instance method declared in a public extension
  public func shield(_ shield: LKRBShield, disconnectedFrom socket: Socket) {}
  ^~~~~~~

/host/spi-builder-workspace/Sources/SwiftyLinkerKit/LKAccessory.swift:35:3: warning: 'public' modifier is redundant for instance method declared in a public extension
  public func teardownOnExit() {}
  ^~~~~~~

/host/spi-builder-workspace/Sources/SwiftyLinkerKit/LinkerKitADC.swift:12:3: warning: 'public' modifier is redundant for instance method declared in a public extension
  public func readLinkerKitADC(analogPIN: UInt8) -> Int {
  ^~~~~~~

[34/38] Compiling SwiftyLinkerKit LKDigi.swift
[35/39] Wrapping AST for SwiftyLinkerKit for debugging
[37/41] Emitting module clock
[38/41] Compiling clock main.swift
[39/42] Wrapping AST for clock for debugging
[40/42] Write Objects.LinkFileList
[41/42] Linking clock
Build complete! (17.37s)
Build complete.
Done.

Build Machine: Linux 2