Build Information
Failed to build PanelPresenter with Swift 6.0 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.40.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.0
Building package at path: $workDir
https://github.com/PimCoumans/PanelPresenter.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-6F35C1178C84523A.txt
[4/9] Compiling ConstraintBuilder UIView+ConstraintBuildable.swift
[5/9] Compiling ConstraintBuilder NSView+ConstraintBuildable.swift
[6/9] Compiling ConstraintBuilder NSLayoutConstraint.swift
[7/9] Emitting module ConstraintBuilder
[8/9] Compiling ConstraintBuilder Collection+ConstraintBuildable.swift
[9/9] Compiling ConstraintBuilder ConstraintBuilder.swift
[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
[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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/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
[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 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
[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/92] Fetching constraintbuilder
Fetched https://github.com/PimCoumans/ConstraintBuilder from cache (0.72s)
Computing version for https://github.com/PimCoumans/ConstraintBuilder
Computed https://github.com/PimCoumans/ConstraintBuilder at 1.3.0 (0.73s)
Creating working copy for https://github.com/PimCoumans/ConstraintBuilder
Working copy of https://github.com/PimCoumans/ConstraintBuilder resolved at 1.3.0
BUILD FAILURE 6.0 macosSpm