The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build BXAnchor, reference 1.0.11 (9ff176), with Swift 6.2 for macOS (SPM) on 29 Oct 2025 00:18:14 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/chhailongsann/BXAnchor.git
Reference: 1.0.11
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/chhailongsann/BXAnchor
 * tag               1.0.11     -> FETCH_HEAD
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 1.0.11
========================================
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.85s)
Creating working copy for https://github.com/chhailongsann/BXAnchor.git
Working copy of https://github.com/chhailongsann/BXAnchor.git resolved at 1.0.11 (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+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 {
[5/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 {
[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