The Swift Package Index logo.Swift Package Index

Build Information

Failed to build LifetimeTracker, reference 1.8.6 (36844f), with Swift 6.2 for macOS (SPM) on 5 Mar 2026 12:38:27 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.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/krzysztofzablocki/LifetimeTracker.git
Reference: 1.8.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/krzysztofzablocki/LifetimeTracker
 * tag               1.8.6      -> FETCH_HEAD
HEAD is now at 36844ff [ISSUE-98] Fix not respecting user dismissal (#102)
Cloned https://github.com/krzysztofzablocki/LifetimeTracker.git
Revision (git rev-parse @):
36844ff21b385ca138ae680d9947a14a37dd08bc
SUCCESS checkout https://github.com/krzysztofzablocki/LifetimeTracker.git at 1.8.6
========================================
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",
  "dependencies": [
    {
      "identity": "lifetimetracker",
      "name": "LifetimeTracker",
      "url": "https://github.com/krzysztofzablocki/LifetimeTracker.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/LifetimeTracker",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/krzysztofzablocki/LifetimeTracker.git
[1/1418] Fetching lifetimetracker
Fetched https://github.com/krzysztofzablocki/LifetimeTracker.git from cache (1.28s)
Creating working copy for https://github.com/krzysztofzablocki/LifetimeTracker.git
Working copy of https://github.com/krzysztofzablocki/LifetimeTracker.git resolved at 1.8.6 (36844ff)
warning: '.resolve-product-dependencies': dependency 'lifetimetracker' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/krzysztofzablocki/LifetimeTracker.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/9] Write sources
[1/9] Copying DashboardTableViewHeaderView.xib
[1/9] Copying DashboardTableViewCell.xib
[3/9] Copying Localizable.strings
[3/9] Copying Info.plist
[5/9] Copying CircularDashboard.storyboard
[5/9] Copying DashboardTableView.storyboard
[5/9] Copying BarDashboard.storyboard
[8/9] Write swift-version-49B95AFC49DCD68C.txt
[10/26] Compiling LifetimeTracker LifetimeTrackerListViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | struct SettingsManager {
[11/26] Compiling LifetimeTracker LifetimeTracker+DashboardView.swift
/Users/admin/builder/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | struct SettingsManager {
[12/26] Compiling LifetimeTracker Constants+UIKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | struct SettingsManager {
[13/26] Compiling LifetimeTracker DashboardTableViewCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | struct SettingsManager {
[14/26] Compiling LifetimeTracker Extensions+UIKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | struct SettingsManager {
[15/26] Compiling LifetimeTracker HideOption.swift
/Users/admin/builder/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | struct SettingsManager {
[16/26] Compiling LifetimeTracker DashboardTableViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | struct SettingsManager {
[17/26] Compiling LifetimeTracker DashboardTableViewHeaderView.swift
/Users/admin/builder/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | struct SettingsManager {
[18/27] Compiling LifetimeTracker resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | struct SettingsManager {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[19/27] Emitting module LifetimeTracker
/Users/admin/builder/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | struct SettingsManager {
[20/27] Compiling LifetimeTracker Bundle+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | struct SettingsManager {
[21/27] Compiling LifetimeTracker Constants.swift
/Users/admin/builder/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | struct SettingsManager {
[22/27] Compiling LifetimeTracker DeallocTracker.swift
/Users/admin/builder/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | struct SettingsManager {
[23/27] Compiling LifetimeTracker Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | struct SettingsManager {
[24/27] Compiling LifetimeTracker BarDashboardViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | struct SettingsManager {
[25/27] Compiling LifetimeTracker CircularDashboardViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | struct SettingsManager {
[26/27] Compiling LifetimeTracker LifetimeTracker.swift
/Users/admin/builder/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | struct SettingsManager {
[27/27] Compiling LifetimeTracker SettingsManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | struct SettingsManager {
BUILD FAILURE 6.2 macosSpm