Build Information
Failed to build Translucent, reference 2.0.0 (6a182b), with Swift 6.0 for macOS (SPM) on 9 Nov 2025 11:27:44 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kasimok/Translucent.git
Reference: 2.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kasimok/Translucent
* tag 2.0.0 -> FETCH_HEAD
HEAD is now at 6a182b7 Merge pull request #5 from captain82/ios26
Cloned https://github.com/kasimok/Translucent.git
Revision (git rev-parse @):
6a182b7d90999fcc955e7c4d89709163ef215ed0
SUCCESS checkout https://github.com/kasimok/Translucent.git at 2.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/kasimok/Translucent.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[2/6] Copying mappings.json
[2/6] Copying PrivacyInfo.xcprivacy
[2/6] Copying mappings-ios-18.json
[5/6] Write swift-version-5BDAB9E9C0126B9D.txt
[7/9] Compiling DeviceKit resource_bundle_accessor.swift
[8/9] Emitting module DeviceKit
[9/9] Compiling DeviceKit Device.generated.swift
[10/13] Compiling Translucent Translucent.swift
/Users/admin/builder/spi-builder-workspace/Sources/Translucent/Translucent.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 | import DeviceKit
3 |
[11/13] Compiling Translucent resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Translucent/Translucent.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 | import DeviceKit
3 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/13] Emitting module Translucent
/Users/admin/builder/spi-builder-workspace/Sources/Translucent/Translucent.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 | import DeviceKit
3 |
[13/13] Compiling Translucent Miscs.swift
/Users/admin/builder/spi-builder-workspace/Sources/Translucent/Translucent.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 | import DeviceKit
3 |
Fetching https://github.com/devicekit/DeviceKit
[1/4176] Fetching devicekit
Fetched https://github.com/devicekit/DeviceKit from cache (1.10s)
Computing version for https://github.com/devicekit/DeviceKit
Computed https://github.com/devicekit/DeviceKit at 5.7.0 (0.58s)
Creating working copy for https://github.com/devicekit/DeviceKit
Working copy of https://github.com/devicekit/DeviceKit resolved at 5.7.0
warning: 'devicekit': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DeviceKit/Source/Device.swift.gyb
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DeviceKit/Source/Info.plist
BUILD FAILURE 6.0 macosSpm