Build Information
Successful build of SwiftyTM1637, reference 0.1.2 (09d4f0), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 15:27:58 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftyLinkerKit/SwiftyTM1637.git
Reference: 0.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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
Fetching https://github.com/uraimo/SwiftyGPIO.git
[1/2392] Fetching swiftygpio
Fetched https://github.com/uraimo/SwiftyGPIO.git from cache (0.99s)
Computing version for https://github.com/uraimo/SwiftyGPIO.git
Computed https://github.com/uraimo/SwiftyGPIO.git at 1.4.4 (3.31s)
Creating working copy for https://github.com/uraimo/SwiftyGPIO.git
Working copy of https://github.com/uraimo/SwiftyGPIO.git resolved at 1.4.4
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swiftytm1637",
"name": "SwiftyTM1637",
"url": "https://github.com/SwiftyLinkerKit/SwiftyTM1637.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftyTM1637",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swiftygpio",
"name": "SwiftyGPIO",
"url": "https://github.com/uraimo/SwiftyGPIO.git",
"version": "1.4.4",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftyGPIO",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/SwiftyLinkerKit/SwiftyTM1637.git
[1/82] Fetching swiftytm1637
Fetched https://github.com/SwiftyLinkerKit/SwiftyTM1637.git from cache (0.58s)
Fetching https://github.com/uraimo/SwiftyGPIO.git from cache
Fetched https://github.com/uraimo/SwiftyGPIO.git from cache (0.48s)
Computing version for https://github.com/uraimo/SwiftyGPIO.git
Computed https://github.com/uraimo/SwiftyGPIO.git at 1.4.4 (0.54s)
Creating working copy for https://github.com/SwiftyLinkerKit/SwiftyTM1637.git
Working copy of https://github.com/SwiftyLinkerKit/SwiftyTM1637.git resolved at 0.1.2 (09d4f0e)
Creating working copy for https://github.com/uraimo/SwiftyGPIO.git
Working copy of https://github.com/uraimo/SwiftyGPIO.git resolved at 1.4.4
warning: '.resolve-product-dependencies': dependency 'swiftytm1637' is not used by any target
Found 1 product dependencies
- SwiftyGPIO
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/SwiftyLinkerKit/SwiftyTM1637.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[3/8] Write Clock-entitlement.plist
[4/8] Write swift-version--6988338F2F200930.txt
[6/18] Compiling SwiftyGPIO Presets.swift
[7/18] Compiling SwiftyGPIO I2C.swift
[8/18] Compiling SwiftyGPIO 1Wire.swift
[9/18] Emitting module SwiftyGPIO
[10/18] Compiling SwiftyGPIO SPI.swift
[11/18] Compiling SwiftyGPIO SunXi.swift
[12/18] Compiling SwiftyGPIO SwiftyGPIO.swift
[13/18] Compiling SwiftyGPIO ADC.swift
[14/18] Compiling SwiftyGPIO PWM.swift
[15/18] Compiling SwiftyGPIO Mailbox.swift
[16/19] Compiling SwiftyGPIO UART.swift
[17/25] Compiling SwiftyTM1637 SevenSegmentRepresentable.swift
[18/25] Compiling SwiftyTM1637 SevenSegmentLetters.swift
/Users/admin/builder/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 ] = [
/Users/admin/builder/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),
[19/25] Compiling SwiftyTM1637 SevenSegmentHexDigits.swift
/Users/admin/builder/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 ],
[20/25] Compiling SwiftyTM1637 SevenSegment.swift
/Users/admin/builder/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) {
[21/25] Emitting module SwiftyTM1637
/Users/admin/builder/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) {
/Users/admin/builder/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 ],
/Users/admin/builder/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 ] = [
/Users/admin/builder/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/25] Compiling SwiftyTM1637 SwiftyTM1637.swift
[23/27] Compiling Clock main.swift
[24/27] Emitting module Clock
[24/27] Write Objects.LinkFileList
[25/27] Linking Clock
[26/27] Applying Clock
Build complete! (9.41s)
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" : "/Users/admin/builder/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"
}
Done.