Build Information
Failed to build AloeStackView, reference master (001e71), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 13:00:57 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/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
========================================
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": "aloestackview",
"name": "AloeStackView",
"url": "https://github.com/marlimox/AloeStackView.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AloeStackView",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/marlimox/AloeStackView.git
[1/978] Fetching aloestackview
Fetched https://github.com/marlimox/AloeStackView.git from cache (1.26s)
Creating working copy for https://github.com/marlimox/AloeStackView.git
Working copy of https://github.com/marlimox/AloeStackView.git resolved at master (001e71a)
warning: '.resolve-product-dependencies': dependency 'aloestackview' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/marlimox/AloeStackView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/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 | /**
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/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 | /**
[5/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 | /**
[6/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 | /**
[7/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 | /**
[8/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 | /**
[9/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 | /**
[10/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 | /**
BUILD FAILURE 6.3 macosSpm