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 PanelPresenter, reference main (23165b), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 04:23:29 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PimCoumans/PanelPresenter.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/PimCoumans/PanelPresenter
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 23165b5 Fix infinite loop with contentSize changes
Cloned https://github.com/PimCoumans/PanelPresenter.git
Revision (git rev-parse @):
23165b5eeffec55b3e7d2401a6fa7961bf9cf14a
SUCCESS checkout https://github.com/PimCoumans/PanelPresenter.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/PimCoumans/PanelPresenter.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/9] Compiling ConstraintBuilder UIView+ConstraintBuildable.swift
[5/9] Compiling ConstraintBuilder NSView+ConstraintBuildable.swift
[6/9] Compiling ConstraintBuilder NSLayoutConstraint.swift
[7/9] Compiling ConstraintBuilder ConstraintBuilder.swift
[8/9] Compiling ConstraintBuilder Collection+ConstraintBuildable.swift
[9/9] Emitting module ConstraintBuilder
[10/17] Compiling PanelPresenter UIScrollView.swift
/Users/admin/builder/spi-builder-workspace/Sources/PanelPresenter/Controllers/PanelAnimationController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// Handles the
[11/17] Compiling PanelPresenter ScrollViewObserver.swift
/Users/admin/builder/spi-builder-workspace/Sources/PanelPresenter/Controllers/PanelAnimationController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// Handles the
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/17] Emitting module PanelPresenter
/Users/admin/builder/spi-builder-workspace/Sources/PanelPresenter/Controllers/PanelAnimationController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// Handles the
[13/17] Compiling PanelPresenter PanelPresenter.swift
/Users/admin/builder/spi-builder-workspace/Sources/PanelPresenter/Controllers/PanelAnimationController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// Handles the
[14/17] Compiling PanelPresenter PanelScrollView.swift
/Users/admin/builder/spi-builder-workspace/Sources/PanelPresenter/Controllers/PanelAnimationController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// Handles the
[15/17] Compiling PanelPresenter PanelPresentable.swift
/Users/admin/builder/spi-builder-workspace/Sources/PanelPresenter/Controllers/PanelAnimationController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// Handles the
[16/17] Compiling PanelPresenter PanelAnimationController.swift
/Users/admin/builder/spi-builder-workspace/Sources/PanelPresenter/Controllers/PanelAnimationController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// Handles the
[17/17] Compiling PanelPresenter PanelPresentationController.swift
/Users/admin/builder/spi-builder-workspace/Sources/PanelPresenter/Controllers/PanelAnimationController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// Handles the
Fetching https://github.com/PimCoumans/ConstraintBuilder
[1/100] Fetching constraintbuilder
Fetched https://github.com/PimCoumans/ConstraintBuilder from cache (0.62s)
Computing version for https://github.com/PimCoumans/ConstraintBuilder
Computed https://github.com/PimCoumans/ConstraintBuilder at 1.4.0 (1.14s)
Creating working copy for https://github.com/PimCoumans/ConstraintBuilder
Working copy of https://github.com/PimCoumans/ConstraintBuilder resolved at 1.4.0
BUILD FAILURE 6.2 macosSpm