Build Information
Failed to build FabBar, reference main (4f05fc), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 21:53:52 UTC.
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/ryanashcraft/FabBar.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ryanashcraft/FabBar
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
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": "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",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/ryanashcraft/FabBar.git
[1/365] Fetching fabbar
Fetched https://github.com/ryanashcraft/FabBar.git from cache (1.26s)
Creating working copy for https://github.com/ryanashcraft/FabBar.git
Working copy of https://github.com/ryanashcraft/FabBar.git resolved at main (4f05fc7)
warning: '.resolve-product-dependencies': dependency 'fabbar' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/ryanashcraft/FabBar.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/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.
[4/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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/13] 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.
[6/13] 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.
[7/13] 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.
[8/13] 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.
[9/13] 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.
[10/13] 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.
[11/13] 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.
[12/13] 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.
[13/13] 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.
BUILD FAILURE 6.3 macosSpm