Build Information
Failed to build Deviice, reference 2.1.6 (e9df69), with Swift 6.1 for macOS (SPM) on 18 Dec 2025 23:20: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/andrealufino/Deviice.git
Reference: 2.1.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/andrealufino/Deviice
* tag 2.1.6 -> FETCH_HEAD
HEAD is now at e9df69b Merge branch 'release/2.1.6'
Cloned https://github.com/andrealufino/Deviice.git
Revision (git rev-parse @):
e9df69bd58b73d659fd4e9176cd5103fa980898c
SUCCESS checkout https://github.com/andrealufino/Deviice.git at 2.1.6
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/andrealufino/Deviice.git
https://github.com/andrealufino/Deviice.git
{
"dependencies" : [
],
"manifest_display_name" : "Deviice",
"name" : "Deviice",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Deviice",
"targets" : [
"Deviice"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DeviiceTests",
"module_type" : "SwiftTarget",
"name" : "DeviiceTests",
"path" : "Tests/DeviiceTests",
"sources" : [
"DeviiceTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Deviice"
],
"type" : "test"
},
{
"c99name" : "Deviice",
"module_type" : "SwiftTarget",
"name" : "Deviice",
"path" : "Sources/Deviice",
"product_memberships" : [
"Deviice"
],
"sources" : [
"Connectivity.swift",
"Device.swift",
"Deviice.swift",
"Family.swift",
"Groups.swift",
"Identifier.swift",
"Mapper.swift",
"Model.swift",
"ScreenSize.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
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
[3/12] Compiling Deviice ScreenSize.swift
/Users/admin/builder/spi-builder-workspace/Sources/Deviice/Device.swift:10:8: error: no such module 'UIKit'
8 | import Foundation
9 | import CoreVideo
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 |
[4/12] Compiling Deviice Mapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/Deviice/Device.swift:10:8: error: no such module 'UIKit'
8 | import Foundation
9 | import CoreVideo
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 |
[5/12] Compiling Deviice Model.swift
/Users/admin/builder/spi-builder-workspace/Sources/Deviice/Device.swift:10:8: error: no such module 'UIKit'
8 | import Foundation
9 | import CoreVideo
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 |
[6/12] Compiling Deviice Identifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/Deviice/Device.swift:10:8: error: no such module 'UIKit'
8 | import Foundation
9 | import CoreVideo
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/12] Emitting module Deviice
/Users/admin/builder/spi-builder-workspace/Sources/Deviice/Device.swift:10:8: error: no such module 'UIKit'
8 | import Foundation
9 | import CoreVideo
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 |
[8/12] Compiling Deviice Groups.swift
/Users/admin/builder/spi-builder-workspace/Sources/Deviice/Device.swift:10:8: error: no such module 'UIKit'
8 | import Foundation
9 | import CoreVideo
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 |
[9/12] Compiling Deviice Family.swift
/Users/admin/builder/spi-builder-workspace/Sources/Deviice/Device.swift:10:8: error: no such module 'UIKit'
8 | import Foundation
9 | import CoreVideo
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 |
[10/12] Compiling Deviice Device.swift
/Users/admin/builder/spi-builder-workspace/Sources/Deviice/Device.swift:10:8: error: no such module 'UIKit'
8 | import Foundation
9 | import CoreVideo
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 |
[11/12] Compiling Deviice Connectivity.swift
/Users/admin/builder/spi-builder-workspace/Sources/Deviice/Device.swift:10:8: error: no such module 'UIKit'
8 | import Foundation
9 | import CoreVideo
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 |
[12/12] Compiling Deviice Deviice.swift
/Users/admin/builder/spi-builder-workspace/Sources/Deviice/Device.swift:10:8: error: no such module 'UIKit'
8 | import Foundation
9 | import CoreVideo
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 |
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/11] Compiling Deviice ScreenSize.swift
/Users/admin/builder/spi-builder-workspace/Sources/Deviice/Device.swift:10:8: error: no such module 'UIKit'
8 | import Foundation
9 | import CoreVideo
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 |
[3/11] Compiling Deviice Model.swift
/Users/admin/builder/spi-builder-workspace/Sources/Deviice/Device.swift:10:8: error: no such module 'UIKit'
8 | import Foundation
9 | import CoreVideo
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 |
[4/11] Compiling Deviice Mapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/Deviice/Device.swift:10:8: error: no such module 'UIKit'
8 | import Foundation
9 | import CoreVideo
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 |
[5/11] Compiling Deviice Family.swift
/Users/admin/builder/spi-builder-workspace/Sources/Deviice/Device.swift:10:8: error: no such module 'UIKit'
8 | import Foundation
9 | import CoreVideo
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 |
[6/11] Compiling Deviice Identifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/Deviice/Device.swift:10:8: error: no such module 'UIKit'
8 | import Foundation
9 | import CoreVideo
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/11] Emitting module Deviice
/Users/admin/builder/spi-builder-workspace/Sources/Deviice/Device.swift:10:8: error: no such module 'UIKit'
8 | import Foundation
9 | import CoreVideo
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 |
[8/11] Compiling Deviice Groups.swift
/Users/admin/builder/spi-builder-workspace/Sources/Deviice/Device.swift:10:8: error: no such module 'UIKit'
8 | import Foundation
9 | import CoreVideo
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 |
[9/11] Compiling Deviice Device.swift
/Users/admin/builder/spi-builder-workspace/Sources/Deviice/Device.swift:10:8: error: no such module 'UIKit'
8 | import Foundation
9 | import CoreVideo
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 |
[10/11] Compiling Deviice Connectivity.swift
/Users/admin/builder/spi-builder-workspace/Sources/Deviice/Device.swift:10:8: error: no such module 'UIKit'
8 | import Foundation
9 | import CoreVideo
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 |
[11/11] Compiling Deviice Deviice.swift
/Users/admin/builder/spi-builder-workspace/Sources/Deviice/Device.swift:10:8: error: no such module 'UIKit'
8 | import Foundation
9 | import CoreVideo
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 |
BUILD FAILURE 6.1 macosSpm