Build Information
Failed to build PanelPresenter, reference 2.0.5 (23165b), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 07:25:36 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PimCoumans/PanelPresenter.git
Reference: 2.0.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/PimCoumans/PanelPresenter
* tag 2.0.5 -> FETCH_HEAD
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 2.0.5
Fetching https://github.com/PimCoumans/ConstraintBuilder
[1/100] Fetching constraintbuilder
Fetched https://github.com/PimCoumans/ConstraintBuilder from cache (0.66s)
Computing version for https://github.com/PimCoumans/ConstraintBuilder
Computed https://github.com/PimCoumans/ConstraintBuilder at 1.3.0 (1.37s)
Creating working copy for https://github.com/PimCoumans/ConstraintBuilder
Working copy of https://github.com/PimCoumans/ConstraintBuilder resolved at 1.3.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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "panelpresenter",
"name": "PanelPresenter",
"url": "https://github.com/PimCoumans/PanelPresenter.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PanelPresenter",
"traits": [
"default"
],
"dependencies": [
{
"identity": "constraintbuilder",
"name": "ConstraintBuilder",
"url": "https://github.com/PimCoumans/ConstraintBuilder",
"version": "1.4.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ConstraintBuilder",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/PimCoumans/PanelPresenter.git
[1/268] Fetching panelpresenter
Fetched https://github.com/PimCoumans/PanelPresenter.git from cache (0.66s)
Fetching https://github.com/PimCoumans/ConstraintBuilder from cache
Fetched https://github.com/PimCoumans/ConstraintBuilder from cache (0.45s)
Computing version for https://github.com/PimCoumans/ConstraintBuilder
Computed https://github.com/PimCoumans/ConstraintBuilder at 1.4.0 (0.50s)
Creating working copy for https://github.com/PimCoumans/ConstraintBuilder
Working copy of https://github.com/PimCoumans/ConstraintBuilder resolved at 1.4.0
Creating working copy for https://github.com/PimCoumans/PanelPresenter.git
Working copy of https://github.com/PimCoumans/PanelPresenter.git resolved at 2.0.5 (23165b5)
warning: '.resolve-product-dependencies': dependency 'panelpresenter' is not used by any target
Found 1 product dependencies
- ConstraintBuilder
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/PimCoumans/PanelPresenter.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/9] Compiling ConstraintBuilder UIView+ConstraintBuildable.swift
[5/9] Compiling ConstraintBuilder NSView+ConstraintBuildable.swift
[6/9] Compiling ConstraintBuilder Collection+ConstraintBuildable.swift
[7/9] Compiling ConstraintBuilder NSLayoutConstraint.swift
[8/9] Emitting module ConstraintBuilder
[9/9] Compiling ConstraintBuilder ConstraintBuilder.swift
[10/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
[11/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
[12/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
[13/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
[14/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)
[15/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
[16/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
[17/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
BUILD FAILURE 6.3 macosSpm