Build Information
Failed to build Deviice, reference 2.1.5 (64f7c5
), with Swift 5.9 for macOS (SPM) on 16 Mar 2025 16:23:49 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/andrealufino/Deviice.git
Reference: 2.1.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/andrealufino/Deviice
* tag 2.1.5 -> FETCH_HEAD
HEAD is now at 64f7c5a Merge branch 'release/2.1.5'
Cloned https://github.com/andrealufino/Deviice.git
Revision (git rev-parse @):
64f7c5a1d417595e49f9049590ce1f0abeb610a8
SUCCESS checkout https://github.com/andrealufino/Deviice.git at 2.1.5
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/andrealufino/Deviice.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/10] Compiling Deviice Mapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/Deviice/Device.swift:10:8: error: no such module 'UIKit'
import UIKit
^
[2/10] Compiling Deviice Identifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/Deviice/Device.swift:10:8: error: no such module 'UIKit'
import UIKit
^
[3/10] Compiling Deviice Family.swift
/Users/admin/builder/spi-builder-workspace/Sources/Deviice/Device.swift:10:8: error: no such module 'UIKit'
import UIKit
^
[4/10] Compiling Deviice Connectivity.swift
/Users/admin/builder/spi-builder-workspace/Sources/Deviice/Device.swift:10:8: error: no such module 'UIKit'
import UIKit
^
[5/10] Compiling Deviice Groups.swift
/Users/admin/builder/spi-builder-workspace/Sources/Deviice/Device.swift:10:8: error: no such module 'UIKit'
import UIKit
^
[6/10] Compiling Deviice Model.swift
/Users/admin/builder/spi-builder-workspace/Sources/Deviice/Device.swift:10:8: error: no such module 'UIKit'
import UIKit
^
[7/10] Compiling Deviice ScreenSize.swift
/Users/admin/builder/spi-builder-workspace/Sources/Deviice/Device.swift:10:8: error: no such module 'UIKit'
import UIKit
^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/10] Emitting module Deviice
/Users/admin/builder/spi-builder-workspace/Sources/Deviice/Device.swift:10:8: error: no such module 'UIKit'
import UIKit
^
[9/10] Compiling Deviice Deviice.swift
/Users/admin/builder/spi-builder-workspace/Sources/Deviice/Device.swift:10:8: error: no such module 'UIKit'
import UIKit
^
[10/10] Compiling Deviice Device.swift
/Users/admin/builder/spi-builder-workspace/Sources/Deviice/Device.swift:10:8: error: no such module 'UIKit'
import UIKit
^
error: fatalError
BUILD FAILURE 5.9 macosSpm