The Swift Package Index logo.Swift Package Index

Build Information

Failed to build LeavesDiagram, reference 0.2.0 (8b9fd1), with Swift 6.2 for macOS (SPM) on 21 Jan 2026 12:47:41 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/josshad/LeavesDiagram.git
Reference: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/josshad/LeavesDiagram
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at 8b9fd16 Release 0.2.0
Cloned https://github.com/josshad/LeavesDiagram.git
Revision (git rev-parse @):
8b9fd1625c124137e50114f1d6331204f0945f75
SUCCESS checkout https://github.com/josshad/LeavesDiagram.git at 0.2.0
========================================
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": "leavesdiagram",
      "name": "LeavesDiagram",
      "url": "https://github.com/josshad/LeavesDiagram.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/LeavesDiagram",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/josshad/LeavesDiagram.git
[1/122] Fetching leavesdiagram
Fetched https://github.com/josshad/LeavesDiagram.git from cache (2.08s)
Creating working copy for https://github.com/josshad/LeavesDiagram.git
Working copy of https://github.com/josshad/LeavesDiagram.git resolved at 0.2.0 (8b9fd16)
warning: '.resolve-product-dependencies': dependency 'leavesdiagram' 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/josshad/LeavesDiagram.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 LeavesDiagram
/Users/admin/builder/spi-builder-workspace/Sources/LeavesDiagram/LeafLayer.swift:6:8: error: no such module 'UIKit'
  4 | import Foundation
  5 | import QuartzCore
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | final class LeafLayer: CALayer {
[4/7] Compiling LeavesDiagram LeavesDiagramView.swift
/Users/admin/builder/spi-builder-workspace/Sources/LeavesDiagram/LeafLayer.swift:6:8: error: no such module 'UIKit'
  4 | import Foundation
  5 | import QuartzCore
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | final class LeafLayer: CALayer {
[5/7] Compiling LeavesDiagram LeafView.swift
/Users/admin/builder/spi-builder-workspace/Sources/LeavesDiagram/LeafLayer.swift:6:8: error: no such module 'UIKit'
  4 | import Foundation
  5 | import QuartzCore
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | final class LeafLayer: CALayer {
[6/7] Compiling LeavesDiagram LeafLayer.swift
/Users/admin/builder/spi-builder-workspace/Sources/LeavesDiagram/LeafLayer.swift:6:8: error: no such module 'UIKit'
  4 | import Foundation
  5 | import QuartzCore
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | final class LeafLayer: CALayer {
[7/7] Compiling LeavesDiagram CGFloat+Ext.swift
/Users/admin/builder/spi-builder-workspace/Sources/LeavesDiagram/LeafLayer.swift:6:8: error: no such module 'UIKit'
  4 | import Foundation
  5 | import QuartzCore
  6 | import UIKit
    |        `- error: no such module 'UIKit'
  7 |
  8 | final class LeafLayer: CALayer {
BUILD FAILURE 6.2 macosSpm