The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftyTM1637 with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftyLinkerKit/SwiftyTM1637.git
Reference: develop
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/SwiftyLinkerKit/SwiftyTM1637
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 846db67 Add description to 7-segment
Cloned https://github.com/SwiftyLinkerKit/SwiftyTM1637.git
Revision (git rev-parse @):
846db6704179a4b3f2fa25bc4a8bf4de69a8237b
SUCCESS checkout https://github.com/SwiftyLinkerKit/SwiftyTM1637.git at develop
Fetching https://github.com/uraimo/SwiftyGPIO.git from cache
Fetched https://github.com/uraimo/SwiftyGPIO.git (0.20s)
Computing version for https://github.com/uraimo/SwiftyGPIO.git
Computed https://github.com/uraimo/SwiftyGPIO.git at 1.4.1 (0.44s)
Creating working copy for https://github.com/uraimo/SwiftyGPIO.git
Working copy of https://github.com/uraimo/SwiftyGPIO.git resolved at 1.4.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swiftytm1637",
      "name": "SwiftyTM1637",
      "url": "https://github.com/SwiftyLinkerKit/SwiftyTM1637.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftyTM1637",
      "dependencies": [
        {
          "identity": "swiftygpio",
          "name": "SwiftyGPIO",
          "url": "https://github.com/uraimo/SwiftyGPIO.git",
          "version": "1.4.1",
          "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftyGPIO",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/SwiftyLinkerKit/SwiftyTM1637.git
[2/82] Fetching swiftytm1637
Fetched https://github.com/SwiftyLinkerKit/SwiftyTM1637.git (0.27s)
Fetching https://github.com/uraimo/SwiftyGPIO.git from cache
Fetched https://github.com/uraimo/SwiftyGPIO.git (0.16s)
Computing version for https://github.com/uraimo/SwiftyGPIO.git
Computed https://github.com/uraimo/SwiftyGPIO.git at 1.4.1 (0.02s)
Creating working copy for https://github.com/SwiftyLinkerKit/SwiftyTM1637.git
Working copy of https://github.com/SwiftyLinkerKit/SwiftyTM1637.git resolved at develop
Creating working copy for https://github.com/uraimo/SwiftyGPIO.git
Working copy of https://github.com/uraimo/SwiftyGPIO.git resolved at 1.4.1
warning: '.resolve-product-dependencies': dependency 'swiftytm1637' is not used by any target
Found 1 product dependencies
  - SwiftyGPIO
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/11] Compiling SwiftyGPIO Presets.swift
[2/12] Compiling SwiftyGPIO UART.swift
[3/12] Compiling SwiftyGPIO SunXi.swift
[4/12] Compiling SwiftyGPIO I2C.swift
[5/12] Compiling SwiftyGPIO Mailbox.swift
[6/12] Compiling SwiftyGPIO SPI.swift
[7/12] Compiling SwiftyGPIO SwiftyGPIO.swift
[8/12] Emitting module SwiftyGPIO
[9/12] Compiling SwiftyGPIO PWM.swift
[10/12] Compiling SwiftyGPIO 1Wire.swift
[11/12] Compiling SwiftyGPIO ADC.swift
[12/18] Compiling SwiftyTM1637 SwiftyTM1637.swift
[13/18] Emitting module SwiftyTM1637
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftyTM1637/SevenSegment.swift:22:21: warning: static property 'off' produces an empty option set
  public static let off        = SevenSegment(rawValue: 0)
                    ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftyTM1637/SevenSegment.swift:22:21: note: use [] to silence this warning
  public static let off        = SevenSegment(rawValue: 0)
                    ^                        ~~~~~~~~~~~~~
                                             ([])
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftyTM1637/SevenSegmentHexDigits.swift:13:3: warning: 'public' modifier is redundant for static property declared in a public extension
  public static let hexDigits : [ SevenSegment ] = [
  ^~~~~~~

/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftyTM1637/SevenSegmentLetters.swift:12:3: warning: 'public' modifier is redundant for static property declared in a public extension
  public static let dash : SevenSegment = [ .middleDash ] // -
  ^~~~~~~

/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftyTM1637/SevenSegmentLetters.swift:14:3: warning: 'public' modifier is redundant for static property declared in a public extension
  public static let letters : [ Character : SevenSegment ] = [
  ^~~~~~~

[14/18] Compiling SwiftyTM1637 SevenSegmentRepresentable.swift
[15/18] Compiling SwiftyTM1637 SevenSegmentHexDigits.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftyTM1637/SevenSegmentHexDigits.swift:13:3: warning: 'public' modifier is redundant for static property declared in a public extension
  public static let hexDigits : [ SevenSegment ] = [
  ^~~~~~~

[16/18] Compiling SwiftyTM1637 SevenSegmentLetters.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftyTM1637/SevenSegmentLetters.swift:12:3: warning: 'public' modifier is redundant for static property declared in a public extension
  public static let dash : SevenSegment = [ .middleDash ] // -
  ^~~~~~~

/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftyTM1637/SevenSegmentLetters.swift:14:3: warning: 'public' modifier is redundant for static property declared in a public extension
  public static let letters : [ Character : SevenSegment ] = [
  ^~~~~~~

[17/18] Compiling SwiftyTM1637 SevenSegment.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftyTM1637/SevenSegment.swift:22:21: warning: static property 'off' produces an empty option set
  public static let off        = SevenSegment(rawValue: 0)
                    ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftyTM1637/SevenSegment.swift:22:21: note: use [] to silence this warning
  public static let off        = SevenSegment(rawValue: 0)
                    ^                        ~~~~~~~~~~~~~
                                             ([])
[18/20] Emitting module Clock
[19/20] Compiling Clock main.swift
[19/20] Linking Clock
Build complete! (9.71s)
Build complete.
Done.