Build Information
Failed to build BXAnchor, reference main (9ff176), with Swift 6.2 for macOS (SPM) on 29 Oct 2025 00:18:50 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/chhailongsann/BXAnchor.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/chhailongsann/BXAnchor
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 9ff1762 remove safearea check
Cloned https://github.com/chhailongsann/BXAnchor.git
Revision (git rev-parse @):
9ff1762081658b8de79156491491b84bc648ed14
SUCCESS checkout https://github.com/chhailongsann/BXAnchor.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",
"dependencies": [
{
"identity": "bxanchor",
"name": "BXAnchor",
"url": "https://github.com/chhailongsann/BXAnchor.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BXAnchor",
"dependencies": [
]
}
]
}
Fetching https://github.com/chhailongsann/BXAnchor.git
[1/109] Fetching bxanchor
Fetched https://github.com/chhailongsann/BXAnchor.git from cache (0.69s)
Creating working copy for https://github.com/chhailongsann/BXAnchor.git
Working copy of https://github.com/chhailongsann/BXAnchor.git resolved at main (9ff1762)
warning: '.resolve-product-dependencies': dependency 'bxanchor' 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/chhailongsann/BXAnchor.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/7] Emitting module BXAnchor
/Users/admin/builder/spi-builder-workspace/Sources/BXAnchor/UIStackView+Extension.swift:9:8: error: no such module 'UIKit'
7 |
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | extension UIStackView {
[4/7] Compiling BXAnchor UIView+Stacking.swift
/Users/admin/builder/spi-builder-workspace/Sources/BXAnchor/UIStackView+Extension.swift:9:8: error: no such module 'UIKit'
7 |
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | extension UIStackView {
[5/7] Compiling BXAnchor UIView+Layout.swift
/Users/admin/builder/spi-builder-workspace/Sources/BXAnchor/UIStackView+Extension.swift:9:8: error: no such module 'UIKit'
7 |
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | extension UIStackView {
[6/7] Compiling BXAnchor BXAnchor.swift
/Users/admin/builder/spi-builder-workspace/Sources/BXAnchor/UIStackView+Extension.swift:9:8: error: no such module 'UIKit'
7 |
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | extension UIStackView {
[7/7] Compiling BXAnchor UIStackView+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/BXAnchor/UIStackView+Extension.swift:9:8: error: no such module 'UIKit'
7 |
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | extension UIStackView {
BUILD FAILURE 6.2 macosSpm