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 SwiftyTM1637, reference 0.1.2 (09d4f0), with Swift 6.2 (beta) for Linux on 17 Jun 2025 19:00:34 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftyLinkerKit/SwiftyTM1637.git
Reference: 0.1.2
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/SwiftyTM1637
 * tag               0.1.2      -> FETCH_HEAD
HEAD is now at 09d4f0e Merge branch 'develop'
Cloned https://github.com/SwiftyLinkerKit/SwiftyTM1637.git
Revision (git rev-parse @):
09d4f0edf417393c939c9db342db1ccb50ef8b41
SUCCESS checkout https://github.com/SwiftyLinkerKit/SwiftyTM1637.git at 0.1.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/SwiftyLinkerKit/SwiftyTM1637.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/uraimo/SwiftyGPIO.git
[1/2393] Fetching swiftygpio
Fetched https://github.com/uraimo/SwiftyGPIO.git from cache (0.37s)
Computing version for https://github.com/uraimo/SwiftyGPIO.git
Computed https://github.com/uraimo/SwiftyGPIO.git at 1.4.4 (3.13s)
Creating working copy for https://github.com/uraimo/SwiftyGPIO.git
Working copy of https://github.com/uraimo/SwiftyGPIO.git resolved at 1.4.4
Building for debugging...
[0/9] Write sources
[3/9] Write swift-version-24593BA9C3E375BF.txt
[5/19] Compiling SwiftyGPIO Presets.swift
[6/20] Compiling SwiftyGPIO UART.swift
[7/20] Compiling SwiftyGPIO I2C.swift
[8/20] Compiling SwiftyGPIO Mailbox.swift
[9/20] Compiling SwiftyGPIO 1Wire.swift
[10/20] Compiling SwiftyGPIO ADC.swift
[11/20] Emitting module SwiftyGPIO
[12/20] Compiling SwiftyGPIO PWM.swift
[13/20] Compiling SwiftyGPIO SunXi.swift
[14/20] Compiling SwiftyGPIO SPI.swift
[15/20] Compiling SwiftyGPIO SwiftyGPIO.swift
[16/21] Wrapping AST for SwiftyGPIO for debugging
[18/27] Compiling SwiftyTM1637 SevenSegment.swift
/host/spi-builder-workspace/Sources/SwiftyTM1637/SevenSegment.swift:22:21: warning: static property 'off' produces an empty option set
20 |
21 |   public static let dot        = SevenSegment(rawValue: 1 << 7)
22 |   public static let off        = SevenSegment(rawValue: 0)
   |                     |- warning: static property 'off' produces an empty option set
   |                     `- note: use [] to silence this warning
23 |
24 |   public init(rawValue: UInt8) {
[19/27] Compiling SwiftyTM1637 SevenSegmentRepresentable.swift
[20/27] Compiling SwiftyTM1637 SevenSegmentHexDigits.swift
/host/spi-builder-workspace/Sources/SwiftyTM1637/SevenSegmentHexDigits.swift:13:3: warning: 'public' modifier is redundant for static property declared in a public extension
11 | public extension SevenSegment {
12 |
13 |   public static let hexDigits : [ SevenSegment ] = [
   |   `- warning: 'public' modifier is redundant for static property declared in a public extension
14 |     [ .upperDash,  .upperLeft,  .upperRight,   // 0
15 |       .lowerLeft,  .lowerRight, .lowerDash ],
[21/27] Compiling SwiftyTM1637 SevenSegmentLetters.swift
/host/spi-builder-workspace/Sources/SwiftyTM1637/SevenSegmentLetters.swift:12:3: warning: 'public' modifier is redundant for static property declared in a public extension
10 | public extension SevenSegment {
11 |
12 |   public static let dash : SevenSegment = [ .middleDash ] // -
   |   `- warning: 'public' modifier is redundant for static property declared in a public extension
13 |
14 |   public static let letters : [ Character : SevenSegment ] = [
/host/spi-builder-workspace/Sources/SwiftyTM1637/SevenSegmentLetters.swift:14:3: warning: 'public' modifier is redundant for static property declared in a public extension
12 |   public static let dash : SevenSegment = [ .middleDash ] // -
13 |
14 |   public static let letters : [ Character : SevenSegment ] = [
   |   `- warning: 'public' modifier is redundant for static property declared in a public extension
15 |     "A": SevenSegment(hexDigit: 0xA),
16 |     "B": SevenSegment(hexDigit: 0xB),
[22/27] Emitting module SwiftyTM1637
/host/spi-builder-workspace/Sources/SwiftyTM1637/SevenSegment.swift:22:21: warning: static property 'off' produces an empty option set
20 |
21 |   public static let dot        = SevenSegment(rawValue: 1 << 7)
22 |   public static let off        = SevenSegment(rawValue: 0)
   |                     |- warning: static property 'off' produces an empty option set
   |                     `- note: use [] to silence this warning
23 |
24 |   public init(rawValue: UInt8) {
/host/spi-builder-workspace/Sources/SwiftyTM1637/SevenSegmentHexDigits.swift:13:3: warning: 'public' modifier is redundant for static property declared in a public extension
11 | public extension SevenSegment {
12 |
13 |   public static let hexDigits : [ SevenSegment ] = [
   |   `- warning: 'public' modifier is redundant for static property declared in a public extension
14 |     [ .upperDash,  .upperLeft,  .upperRight,   // 0
15 |       .lowerLeft,  .lowerRight, .lowerDash ],
/host/spi-builder-workspace/Sources/SwiftyTM1637/SevenSegmentLetters.swift:12:3: warning: 'public' modifier is redundant for static property declared in a public extension
10 | public extension SevenSegment {
11 |
12 |   public static let dash : SevenSegment = [ .middleDash ] // -
   |   `- warning: 'public' modifier is redundant for static property declared in a public extension
13 |
14 |   public static let letters : [ Character : SevenSegment ] = [
/host/spi-builder-workspace/Sources/SwiftyTM1637/SevenSegmentLetters.swift:14:3: warning: 'public' modifier is redundant for static property declared in a public extension
12 |   public static let dash : SevenSegment = [ .middleDash ] // -
13 |
14 |   public static let letters : [ Character : SevenSegment ] = [
   |   `- warning: 'public' modifier is redundant for static property declared in a public extension
15 |     "A": SevenSegment(hexDigit: 0xA),
16 |     "B": SevenSegment(hexDigit: 0xB),
[23/27] Compiling SwiftyTM1637 SwiftyTM1637.swift
[24/28] Wrapping AST for SwiftyTM1637 for debugging
[26/30] Compiling Clock main.swift
[27/30] Emitting module Clock
[28/31] Wrapping AST for Clock for debugging
[29/31] Write Objects.LinkFileList
[30/31] Linking Clock
Build complete! (22.13s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swiftygpio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/uraimo/SwiftyGPIO.git"
    }
  ],
  "manifest_display_name" : "SwiftyTM1637",
  "name" : "SwiftyTM1637",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftyTM1637",
      "targets" : [
        "SwiftyTM1637"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Clock",
      "targets" : [
        "Clock"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftyTM1637Tests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyTM1637Tests",
      "path" : "Tests/SwiftyTM1637Tests",
      "sources" : [
        "SwiftyTM1637Tests.swift"
      ],
      "target_dependencies" : [
        "SwiftyTM1637"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftyTM1637",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyTM1637",
      "path" : "Sources/SwiftyTM1637",
      "product_dependencies" : [
        "SwiftyGPIO"
      ],
      "product_memberships" : [
        "SwiftyTM1637",
        "Clock"
      ],
      "sources" : [
        "SevenSegment.swift",
        "SevenSegmentHexDigits.swift",
        "SevenSegmentLetters.swift",
        "SevenSegmentRepresentable.swift",
        "SwiftyTM1637.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Clock",
      "module_type" : "SwiftTarget",
      "name" : "Clock",
      "path" : "Sources/Clock",
      "product_dependencies" : [
        "SwiftyGPIO"
      ],
      "product_memberships" : [
        "Clock"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SwiftyTM1637"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "4.0"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.