The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build Deviice, reference develop (aaf527), with Swift 5.10 for macOS (SPM) on 16 Mar 2025 16:22:19 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.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: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/andrealufino/Deviice
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at aaf5276 Merge tag '2.1.5' into develop
Cloned https://github.com/andrealufino/Deviice.git
Revision (git rev-parse @):
aaf527604cf075509e073fec24c1691105322d47
SUCCESS checkout https://github.com/andrealufino/Deviice.git at develop
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/andrealufino/Deviice.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/12] Compiling Deviice Groups.swift
/Users/admin/builder/spi-builder-workspace/Sources/Deviice/Device.swift:10:8: error: no such module 'UIKit'
import UIKit
       ^
[4/12] Compiling Deviice Deviice.swift
/Users/admin/builder/spi-builder-workspace/Sources/Deviice/Device.swift:10:8: error: no such module 'UIKit'
import UIKit
       ^
[5/12] Compiling Deviice Family.swift
/Users/admin/builder/spi-builder-workspace/Sources/Deviice/Device.swift:10:8: error: no such module 'UIKit'
import UIKit
       ^
[6/12] Compiling Deviice Mapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/Deviice/Device.swift:10:8: error: no such module 'UIKit'
import UIKit
       ^
[7/12] Compiling Deviice Model.swift
/Users/admin/builder/spi-builder-workspace/Sources/Deviice/Device.swift:10:8: error: no such module 'UIKit'
import UIKit
       ^
[8/12] Compiling Deviice Identifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/Deviice/Device.swift:10:8: error: no such module 'UIKit'
import UIKit
       ^
[9/12] 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)
[10/12] Emitting module Deviice
/Users/admin/builder/spi-builder-workspace/Sources/Deviice/Device.swift:10:8: error: no such module 'UIKit'
import UIKit
       ^
[11/12] Compiling Deviice Device.swift
/Users/admin/builder/spi-builder-workspace/Sources/Deviice/Device.swift:10:8: error: no such module 'UIKit'
import UIKit
       ^
[12/12] Compiling Deviice Connectivity.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.10 macosSpm