Build Information
Failed to build FabBar, reference 1.1.0 (4f05fc), with Swift 6.0 for macOS (SPM) on 1 Mar 2026 20:33:18 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/ryanashcraft/FabBar.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/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.
[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.
[5/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.
[6/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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/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.
[8/13] 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.
[9/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.
[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 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.
[12/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.
[13/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.
BUILD FAILURE 6.0 macosSpm