The Swift Package Index logo.Swift Package Index

Build Information

Failed to build NumericGauge, reference 1.1.1 (b2b322), with Swift 6.0 for macOS (SPM) on 20 Dec 2025 21:43:41 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/JoshuaSullivan/NumericGauge.git
Reference: 1.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/JoshuaSullivan/NumericGauge
 * tag               1.1.1      -> FETCH_HEAD
HEAD is now at b2b322e Updated gauge to change its internal state when its bound value changes externally.
Cloned https://github.com/JoshuaSullivan/NumericGauge.git
Revision (git rev-parse @):
b2b322e0ef74c1cdad7548ab112bd0fef0bd6db7
SUCCESS checkout https://github.com/JoshuaSullivan/NumericGauge.git at 1.1.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/JoshuaSullivan/NumericGauge.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/7] Emitting module TransientLabel
/Users/admin/builder/spi-builder-workspace/.build/checkouts/TransientLabel/Sources/TransientLabel/TransientLabel.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// This is the UIKit implementation of TransientLabel, which temporarily displays new values then disappears.
[5/7] Compiling TransientLabel TransientLabel.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/TransientLabel/Sources/TransientLabel/TransientLabel.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// This is the UIKit implementation of TransientLabel, which temporarily displays new values then disappears.
[6/7] Compiling TransientLabel TransientLabelView.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/TransientLabel/Sources/TransientLabel/TransientLabel.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// This is the UIKit implementation of TransientLabel, which temporarily displays new values then disappears.
[7/7] Compiling TransientLabel TransientLabelBackground.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/TransientLabel/Sources/TransientLabel/TransientLabel.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// This is the UIKit implementation of TransientLabel, which temporarily displays new values then disappears.
Fetching https://github.com/JoshuaSullivan/TransientLabel.git
[1/78] Fetching transientlabel
Fetched https://github.com/JoshuaSullivan/TransientLabel.git from cache (0.67s)
Computing version for https://github.com/JoshuaSullivan/TransientLabel.git
Computed https://github.com/JoshuaSullivan/TransientLabel.git at 1.2.0 (0.49s)
Creating working copy for https://github.com/JoshuaSullivan/TransientLabel.git
Working copy of https://github.com/JoshuaSullivan/TransientLabel.git resolved at 1.2.0
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/NumericGauge/NumericGaugeAssets.xcassets
warning: 'transientlabel': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/TransientLabel/Sources/TransientLabel/Media.xcassets
BUILD FAILURE 6.0 macosSpm