Build Information
Failed to build DevicePpi, reference 1.2.25 (3026ce), with Swift 6.2 for macOS (SPM) on 6 Oct 2025 17:52:41 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.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
========================================
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": "deviceppi",
"name": "DevicePpi",
"url": "https://github.com/Clafou/DevicePpi.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DevicePpi",
"dependencies": [
]
}
]
}
Fetching https://github.com/Clafou/DevicePpi.git
[1/402] Fetching deviceppi
Fetched https://github.com/Clafou/DevicePpi.git from cache (0.75s)
Creating working copy for https://github.com/Clafou/DevicePpi.git
Working copy of https://github.com/Clafou/DevicePpi.git resolved at 1.2.25 (3026cef)
warning: '.resolve-product-dependencies': dependency 'deviceppi' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Clafou/DevicePpi.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.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:7:10: warning: I have moved! To get future updates please update your package URL to https://codeberg.org/Clafou/DevicePpi.git
5 | //
6 |
7 | #warning("I have moved! To get future updates please update your package URL to https://codeberg.org/Clafou/DevicePpi.git")
| `- warning: I have moved! To get future updates please update your package URL to https://codeberg.org/Clafou/DevicePpi.git
8 |
9 | import UIKit
/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 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 {
[5/5] Compiling DevicePpi Ppi.swift
/Users/admin/builder/spi-builder-workspace/Sources/DevicePpi/Ppi.swift:7:10: warning: I have moved! To get future updates please update your package URL to https://codeberg.org/Clafou/DevicePpi.git
5 | //
6 |
7 | #warning("I have moved! To get future updates please update your package URL to https://codeberg.org/Clafou/DevicePpi.git")
| `- warning: I have moved! To get future updates please update your package URL to https://codeberg.org/Clafou/DevicePpi.git
8 |
9 | import UIKit
/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.2 macosSpm