Build Information
Failed to build RVS_RetroLEDDisplay, reference 1.4.5 (b4d094
), with Swift 6.0 for macOS (SPM) on 4 Nov 2024 02:29:10 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/RiftValleySoftware/RVS_RetroLEDDisplay.git
Reference: 1.4.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/RiftValleySoftware/RVS_RetroLEDDisplay
* tag 1.4.5 -> FETCH_HEAD
HEAD is now at b4d094c - Added privacy declarations. - Had to remove SwiftLint, as it no longer works. :(
Cloned https://github.com/RiftValleySoftware/RVS_RetroLEDDisplay.git
Revision (git rev-parse @):
b4d094cbe74ccb6c5aeae5e397f026fae15aad2f
SUCCESS checkout https://github.com/RiftValleySoftware/RVS_RetroLEDDisplay.git at 1.4.5
========================================
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": "rvs_retroleddisplay",
"name": "RVS_RetroLEDDisplay",
"url": "https://github.com/RiftValleySoftware/RVS_RetroLEDDisplay.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RVS_RetroLEDDisplay",
"dependencies": [
]
}
]
}
Fetching https://github.com/RiftValleySoftware/RVS_RetroLEDDisplay.git
[1/759] Fetching rvs_retroleddisplay
Fetched https://github.com/RiftValleySoftware/RVS_RetroLEDDisplay.git from cache (1.66s)
Creating working copy for https://github.com/RiftValleySoftware/RVS_RetroLEDDisplay.git
Working copy of https://github.com/RiftValleySoftware/RVS_RetroLEDDisplay.git resolved at 1.4.5 (b4d094c)
warning: '.resolve-product-dependencies': dependency 'rvs_retroleddisplay' 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/RiftValleySoftware/RVS_RetroLEDDisplay.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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/4] Emitting module RVS_RetroLEDDisplay
/Users/admin/builder/spi-builder-workspace/Sources/RVS_RetroLEDDisplay/RVS_RetroLEDDigitalDisplay.swift:25:8: error: no such module 'UIKit'
23 | */
24 |
25 | import UIKit
| `- error: no such module 'UIKit'
26 |
27 | /* ###################################################################################################################################### */
[4/4] Compiling RVS_RetroLEDDisplay RVS_RetroLEDDigitalDisplay.swift
/Users/admin/builder/spi-builder-workspace/Sources/RVS_RetroLEDDisplay/RVS_RetroLEDDigitalDisplay.swift:25:8: error: no such module 'UIKit'
23 | */
24 |
25 | import UIKit
| `- error: no such module 'UIKit'
26 |
27 | /* ###################################################################################################################################### */
BUILD FAILURE 6.0 macosSpm