Build Information
Failed to build DevicePpi, reference 1.2.25 (3026ce), with Swift 6.1 for macOS (SPM) on 6 Oct 2025 17:52:44 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Clafou/DevicePpi.git
Reference: 1.2.25
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Clafou/DevicePpi
* tag 1.2.25 -> FETCH_HEAD
HEAD is now at 3026cef Added a warning about the move from GitHub to Codeberg.
Cloned https://github.com/Clafou/DevicePpi.git
Revision (git rev-parse @):
3026cef926269f1757e9432c34666067c55974d8
SUCCESS checkout https://github.com/Clafou/DevicePpi.git at 1.2.25
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/Clafou/DevicePpi.git
https://github.com/Clafou/DevicePpi.git
{
"dependencies" : [
],
"manifest_display_name" : "DevicePpi",
"name" : "DevicePpi",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "DevicePpi",
"targets" : [
"DevicePpi"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DevicePpiTests",
"module_type" : "SwiftTarget",
"name" : "DevicePpiTests",
"path" : "Tests/DevicePpiTests",
"sources" : [
"DevicePpiTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"DevicePpi"
],
"type" : "test"
},
{
"c99name" : "DevicePpi",
"module_type" : "SwiftTarget",
"name" : "DevicePpi",
"path" : "Sources/DevicePpi",
"product_memberships" : [
"DevicePpi"
],
"sources" : [
"Ppi.swift",
"SysInfo.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/5] Emitting module DevicePpi
/Users/admin/builder/spi-builder-workspace/Sources/DevicePpi/Ppi.swift:9:8: error: no such module 'UIKit'
7 | #warning("I have moved! To get future updates please update your package URL to https://codeberg.org/Clafou/DevicePpi.git")
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public enum Ppi {
[4/5] Compiling DevicePpi Ppi.swift
/Users/admin/builder/spi-builder-workspace/Sources/DevicePpi/Ppi.swift:9:8: error: no such module 'UIKit'
7 | #warning("I have moved! To get future updates please update your package URL to https://codeberg.org/Clafou/DevicePpi.git")
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public enum Ppi {
[5/5] Compiling DevicePpi SysInfo.swift
/Users/admin/builder/spi-builder-workspace/Sources/DevicePpi/Ppi.swift:9:8: error: no such module 'UIKit'
7 | #warning("I have moved! To get future updates please update your package URL to https://codeberg.org/Clafou/DevicePpi.git")
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public enum Ppi {
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/4] Emitting module DevicePpi
/Users/admin/builder/spi-builder-workspace/Sources/DevicePpi/Ppi.swift:9:8: error: no such module 'UIKit'
7 | #warning("I have moved! To get future updates please update your package URL to https://codeberg.org/Clafou/DevicePpi.git")
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public enum Ppi {
[3/4] Compiling DevicePpi Ppi.swift
/Users/admin/builder/spi-builder-workspace/Sources/DevicePpi/Ppi.swift:9:8: error: no such module 'UIKit'
7 | #warning("I have moved! To get future updates please update your package URL to https://codeberg.org/Clafou/DevicePpi.git")
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public enum Ppi {
[4/4] Compiling DevicePpi SysInfo.swift
/Users/admin/builder/spi-builder-workspace/Sources/DevicePpi/Ppi.swift:9:8: error: no such module 'UIKit'
7 | #warning("I have moved! To get future updates please update your package URL to https://codeberg.org/Clafou/DevicePpi.git")
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public enum Ppi {
BUILD FAILURE 6.1 macosSpm