Build Information
Failed to build AloeStackView, reference master (001e71), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 11:49:02 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/marlimox/AloeStackView.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/marlimox/AloeStackView
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 001e71a Update README.md (#82)
Cloned https://github.com/marlimox/AloeStackView.git
Revision (git rev-parse @):
001e71afa4a74185d0811b76ca857ebebd387094
SUCCESS checkout https://github.com/marlimox/AloeStackView.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/marlimox/AloeStackView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/10] Compiling AloeStackView SeparatorHiding.swift
/Users/admin/builder/spi-builder-workspace/Sources/AloeStackView/AloeStackView.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /**
[4/10] Compiling AloeStackView Highlightable.swift
/Users/admin/builder/spi-builder-workspace/Sources/AloeStackView/AloeStackView.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /**
[5/10] Compiling AloeStackView Tappable.swift
/Users/admin/builder/spi-builder-workspace/Sources/AloeStackView/AloeStackView.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /**
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/10] Emitting module AloeStackView
/Users/admin/builder/spi-builder-workspace/Sources/AloeStackView/AloeStackView.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /**
[7/10] Compiling AloeStackView AloeStackView.swift
/Users/admin/builder/spi-builder-workspace/Sources/AloeStackView/AloeStackView.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /**
[8/10] Compiling AloeStackView AloeStackViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/AloeStackView/AloeStackView.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /**
[9/10] Compiling AloeStackView SeparatorView.swift
/Users/admin/builder/spi-builder-workspace/Sources/AloeStackView/AloeStackView.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /**
[10/10] Compiling AloeStackView StackViewCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/AloeStackView/AloeStackView.swift:16:8: error: no such module 'UIKit'
14 | // limitations under the License.
15 |
16 | import UIKit
| `- error: no such module 'UIKit'
17 |
18 | /**
BUILD FAILURE 6.2 macosSpm