Build Information
Failed to build RSTabBar, reference v1.1.1 (0b31b8
), with Swift 6.0 for macOS (SPM) on 4 Nov 2024 22:07:15 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RanduSoft/RSTabBar.git
Reference: v1.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/RanduSoft/RSTabBar
* tag v1.1.1 -> FETCH_HEAD
HEAD is now at 0b31b88 - fixed TabBar position when the keyboard is open
Cloned https://github.com/RanduSoft/RSTabBar.git
Revision (git rev-parse @):
0b31b881d222de4016e71a90f5c1058e143ff1ed
SUCCESS checkout https://github.com/RanduSoft/RSTabBar.git at v1.1.1
========================================
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",
"dependencies": [
{
"identity": "rstabbar",
"name": "RSTabBar",
"url": "https://github.com/RanduSoft/RSTabBar.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RSTabBar",
"dependencies": [
]
}
]
}
Fetching https://github.com/RanduSoft/RSTabBar.git
[1/66] Fetching rstabbar
Fetched https://github.com/RanduSoft/RSTabBar.git from cache (0.69s)
Creating working copy for https://github.com/RanduSoft/RSTabBar.git
Working copy of https://github.com/RanduSoft/RSTabBar.git resolved at v1.1.1 (0b31b88)
warning: '.resolve-product-dependencies': dependency 'rstabbar' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/RanduSoft/RSTabBar.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/6] Compiling RSTabBar TabItemView.swift
/Users/admin/builder/spi-builder-workspace/Sources/TabItem.swift:7:8: error: no such module 'UIKit'
5 | //
6 |
7 | import UIKit
| `- error: no such module 'UIKit'
8 |
9 | public struct TabItem: Codable, Equatable, Hashable {
[4/6] Compiling RSTabBar TabItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/TabItem.swift:7:8: error: no such module 'UIKit'
5 | //
6 |
7 | import UIKit
| `- error: no such module 'UIKit'
8 |
9 | public struct TabItem: Codable, Equatable, Hashable {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/6] Emitting module RSTabBar
/Users/admin/builder/spi-builder-workspace/Sources/TabItem.swift:7:8: error: no such module 'UIKit'
5 | //
6 |
7 | import UIKit
| `- error: no such module 'UIKit'
8 |
9 | public struct TabItem: Codable, Equatable, Hashable {
[6/6] Compiling RSTabBar RSTabBar.swift
/Users/admin/builder/spi-builder-workspace/Sources/TabItem.swift:7:8: error: no such module 'UIKit'
5 | //
6 |
7 | import UIKit
| `- error: no such module 'UIKit'
8 |
9 | public struct TabItem: Codable, Equatable, Hashable {
BUILD FAILURE 6.0 macosSpm