Build Information
Failed to build FabBar, reference 1.1.0 (4f05fc), with Swift 6.2 for macOS (SPM) on 1 Mar 2026 20:33:41 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ryanashcraft/FabBar.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ryanashcraft/FabBar
* tag 1.1.0 -> FETCH_HEAD
HEAD is now at 4f05fc7 Add real-time accent color clipping to glass indicator (#3)
Cloned https://github.com/ryanashcraft/FabBar.git
Revision (git rev-parse @):
4f05fc7815fc676683807574fec4a826f49588da
SUCCESS checkout https://github.com/ryanashcraft/FabBar.git at 1.1.0
========================================
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": "fabbar",
"name": "FabBar",
"url": "https://github.com/ryanashcraft/FabBar.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/FabBar",
"dependencies": [
]
}
]
}
Fetching https://github.com/ryanashcraft/FabBar.git
[1/354] Fetching fabbar
Fetched https://github.com/ryanashcraft/FabBar.git from cache (1.48s)
Creating working copy for https://github.com/ryanashcraft/FabBar.git
Working copy of https://github.com/ryanashcraft/FabBar.git resolved at 1.1.0 (4f05fc7)
warning: '.resolve-product-dependencies': dependency 'fabbar' 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/ryanashcraft/FabBar.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/12] Emitting module FabBar
/Users/admin/builder/spi-builder-workspace/Sources/FabBar/Internal/Constants.swift:2:8: error: no such module 'UIKit'
1 | import os
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | /// Centralized constants for FabBar components.
[4/12] Compiling FabBar FabBarAction.swift
/Users/admin/builder/spi-builder-workspace/Sources/FabBar/Internal/Constants.swift:2:8: error: no such module 'UIKit'
1 | import os
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | /// Centralized constants for FabBar components.
[5/12] Compiling FabBar TabBarSegmentedControl.swift
/Users/admin/builder/spi-builder-workspace/Sources/FabBar/Internal/Constants.swift:2:8: error: no such module 'UIKit'
1 | import os
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | /// Centralized constants for FabBar components.
[6/12] Compiling FabBar FabBar.swift
/Users/admin/builder/spi-builder-workspace/Sources/FabBar/Internal/Constants.swift:2:8: error: no such module 'UIKit'
1 | import os
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | /// Centralized constants for FabBar components.
[7/12] Compiling FabBar FabBarSafeAreaPaddingModifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/FabBar/Internal/Constants.swift:2:8: error: no such module 'UIKit'
1 | import os
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | /// Centralized constants for FabBar components.
[8/12] Compiling FabBar FabBarRepresentable.swift
/Users/admin/builder/spi-builder-workspace/Sources/FabBar/Internal/Constants.swift:2:8: error: no such module 'UIKit'
1 | import os
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | /// Centralized constants for FabBar components.
[9/12] Compiling FabBar Constants.swift
/Users/admin/builder/spi-builder-workspace/Sources/FabBar/Internal/Constants.swift:2:8: error: no such module 'UIKit'
1 | import os
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | /// Centralized constants for FabBar components.
[10/12] Compiling FabBar FabBarTab.swift
/Users/admin/builder/spi-builder-workspace/Sources/FabBar/Internal/Constants.swift:2:8: error: no such module 'UIKit'
1 | import os
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | /// Centralized constants for FabBar components.
[11/12] Compiling FabBar FabBarModifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/FabBar/Internal/Constants.swift:2:8: error: no such module 'UIKit'
1 | import os
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | /// Centralized constants for FabBar components.
[12/12] Compiling FabBar GlassTabBarView.swift
/Users/admin/builder/spi-builder-workspace/Sources/FabBar/Internal/Constants.swift:2:8: error: no such module 'UIKit'
1 | import os
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | /// Centralized constants for FabBar components.
[13/13] Compiling FabBar TabItemContentView.swift
/Users/admin/builder/spi-builder-workspace/Sources/FabBar/Internal/Constants.swift:2:8: error: no such module 'UIKit'
1 | import os
2 | import UIKit
| `- error: no such module 'UIKit'
3 |
4 | /// Centralized constants for FabBar components.
BUILD FAILURE 6.2 macosSpm