Build Information
Failed to build Translucent, reference main (6a182b), with Swift 6.1 for macOS (SPM) on 9 Nov 2025 01:51:00 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/kasimok/Translucent.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kasimok/Translucent
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/kasimok/Translucent.git
https://github.com/kasimok/Translucent.git
{
"dependencies" : [
{
"identity" : "devicekit",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/devicekit/DeviceKit"
}
],
"manifest_display_name" : "Translucent",
"name" : "Translucent",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Translucent",
"targets" : [
"Translucent"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TranslucentTests",
"module_type" : "SwiftTarget",
"name" : "TranslucentTests",
"path" : "Tests/TranslucentTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/TranslucentTests/white.jpeg",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"TranslucentTests.swift"
],
"target_dependencies" : [
"Translucent"
],
"type" : "test"
},
{
"c99name" : "Translucent",
"module_type" : "SwiftTarget",
"name" : "Translucent",
"path" : "Sources/Translucent",
"product_dependencies" : [
"DeviceKit"
],
"product_memberships" : [
"Translucent"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/Translucent/mappings-ios-18.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/Translucent/mappings.json",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Miscs.swift",
"Translucent.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
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/6] Copying PrivacyInfo.xcprivacy
[0/6] Copying mappings-ios-18.json
[0/6] Write sources
[0/6] Copying mappings.json
[5/6] Write swift-version-2F0A5646E1D333AE.txt
[7/9] Compiling DeviceKit resource_bundle_accessor.swift
[8/9] Emitting module DeviceKit
[9/9] Compiling DeviceKit Device.generated.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/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 |
[11/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 |
[12/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 |
[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.08s)
Computing version for https://github.com/devicekit/DeviceKit
Computed https://github.com/devicekit/DeviceKit at 5.7.0 (1.67s)
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/Info.plist
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DeviceKit/Source/Device.swift.gyb
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
[2/4] Compiling DeviceKit resource_bundle_accessor.swift
[3/4] Emitting module DeviceKit
[4/4] Compiling DeviceKit Device.generated.swift
[5/8] 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)
[6/8] 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 |
[7/8] 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 |
[8/8] 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 |
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.1 macosSpm