The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftyLinkerKit with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4606859-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftyLinkerKit/SwiftyLinkerKit.git
Reference: master
Cloned https://github.com/SwiftyLinkerKit/SwiftyLinkerKit.git into spi-builder-workspace
SUCCESS checkout https://github.com/SwiftyLinkerKit/SwiftyLinkerKit.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4606859-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/AlwaysRightInstitute/SwiftyTM1637.git
Fetching https://github.com/uraimo/SwiftyGPIO.git
[1/2349] Fetching swiftygpio
Fetched https://github.com/AlwaysRightInstitute/SwiftyTM1637.git (0.25s)
Fetched https://github.com/uraimo/SwiftyGPIO.git (0.30s)
Computing version for https://github.com/AlwaysRightInstitute/SwiftyTM1637.git
Computed https://github.com/AlwaysRightInstitute/SwiftyTM1637.git at 0.1.2 (0.27s)
Computing version for https://github.com/uraimo/SwiftyGPIO.git
Computed https://github.com/uraimo/SwiftyGPIO.git at 1.3.9 (0.26s)
Creating working copy for https://github.com/uraimo/SwiftyGPIO.git
Working copy of https://github.com/uraimo/SwiftyGPIO.git resolved at 1.3.9
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...
[1/15] Compiling SwiftyGPIO Presets.swift
[2/16] Compiling SwiftyGPIO UART.swift
[3/16] Compiling SwiftyGPIO SunXi.swift
[4/16] Compiling SwiftyGPIO SPI.swift
[5/16] Compiling SwiftyGPIO SwiftyGPIO.swift
[6/16] Compiling SwiftyGPIO I2C.swift
[7/16] Compiling SwiftyGPIO Mailbox.swift
[8/16] Emitting module SwiftyGPIO
[9/16] Compiling SwiftyGPIO PWM.swift
[10/16] Compiling SwiftyGPIO 1Wire.swift
[11/16] Compiling SwiftyGPIO ADC.swift
[13/18] Wrapping AST for SwiftyGPIO for debugging
[15/24] Compiling SwiftyTM1637 SevenSegmentHexDigits.swift
[16/24] Compiling SwiftyTM1637 SevenSegmentLetters.swift
[17/24] Emitting module SwiftyTM1637
[18/24] Compiling SwiftyTM1637 SevenSegmentRepresentable.swift
[19/24] Compiling SwiftyTM1637 SevenSegment.swift
[20/24] Compiling SwiftyTM1637 SwiftyTM1637.swift
[22/26] Wrapping AST for SwiftyTM1637 for debugging
[24/34] Compiling SwiftyLinkerKit LKPIR.swift
[25/34] 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 {
  ^~~~~~~
  
[26/34] Compiling SwiftyLinkerKit LKTemp.swift
[27/34] 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 {
  ^~~~~~~
  
[28/34] Compiling SwiftyLinkerKit LKRBShield.swift
[29/34] Compiling SwiftyLinkerKit LKButton2.swift
[30/34] Compiling SwiftyLinkerKit LKDigi.swift
[31/34] 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/36] Wrapping AST for SwiftyLinkerKit for debugging
[35/38] Emitting module clock
[36/38] Compiling clock main.swift
[38/40] Wrapping AST for clock for debugging
[39/40] Linking clock
Build complete! (13.30s)
Build complete.
Done.

Build Machine: Linux 1