The Swift Package Index logo.Swift Package Index

Build Information

Failed to build AugmentedButton, reference 1.4.3 (9d6a88), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 21:45:24 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tapsandswipes/AugmentedButton.git
Reference: 1.4.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tapsandswipes/AugmentedButton
 * tag               1.4.3      -> FETCH_HEAD
HEAD is now at 9d6a887 Add link to docs in README
Cloned https://github.com/tapsandswipes/AugmentedButton.git
Revision (git rev-parse @):
9d6a8875c65ccf90a1fb5df2e88a1a36466c4b5b
SUCCESS checkout https://github.com/tapsandswipes/AugmentedButton.git at 1.4.3
========================================
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": "augmentedbutton",
      "name": "AugmentedButton",
      "url": "https://github.com/tapsandswipes/AugmentedButton.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AugmentedButton",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/tapsandswipes/AugmentedButton.git
[1/525] Fetching augmentedbutton
Fetched https://github.com/tapsandswipes/AugmentedButton.git from cache (0.99s)
Creating working copy for https://github.com/tapsandswipes/AugmentedButton.git
Working copy of https://github.com/tapsandswipes/AugmentedButton.git resolved at 1.4.3 (9d6a887)
warning: '.resolve-product-dependencies': dependency 'augmentedbutton' 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/tapsandswipes/AugmentedButton.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/8] Compiling AugmentedButton UIView+LayerProperties.swift
/Users/admin/builder/spi-builder-workspace/Sources/AugmentedButton+StateValues.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/8] Emitting module AugmentedButton
/Users/admin/builder/spi-builder-workspace/Sources/AugmentedButton+StateValues.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[5/8] Compiling AugmentedButton StateObservableButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/AugmentedButton+StateValues.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[6/8] Compiling AugmentedButton AugmentedButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/AugmentedButton+StateValues.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[7/8] Compiling AugmentedButton AugmentedButton+StateValues.swift
/Users/admin/builder/spi-builder-workspace/Sources/AugmentedButton+StateValues.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[8/8] Compiling AugmentedButton UIControl+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/AugmentedButton+StateValues.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
BUILD FAILURE 6.3 macosSpm