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 UIDeviceComplete, reference main (48affa), with Swift 5.9 for macOS (SPM) on 3 Oct 2024 19:51:22 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.55.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Nirma/UIDeviceComplete.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Nirma/UIDeviceComplete
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 48affad Update podspec
Cloned https://github.com/Nirma/UIDeviceComplete.git
Revision (git rev-parse @):
48affad8fbe864bd965aaa16746263652777bb3f
SUCCESS checkout https://github.com/Nirma/UIDeviceComplete.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/Nirma/UIDeviceComplete.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/8] Compiling UIDeviceComplete UIDeviceExtensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIDeviceExtensions.swift:32:49: error: cannot find type 'DCDevice' in scope
public extension UIDeviceComplete where Base == DCDevice {
                                                ^~~~~~~~
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/8] Compiling UIDeviceComplete UIDeviceComplete.swift
[3/8] Compiling UIDeviceComplete Identifier.swift
[4/8] Compiling UIDeviceComplete DeviceFamily.swift
[5/8] Emitting module UIDeviceComplete
/Users/admin/builder/spi-builder-workspace/Sources/UIDeviceExtensions.swift:32:49: error: cannot find type 'DCDevice' in scope
public extension UIDeviceComplete where Base == DCDevice {
                                                ^~~~~~~~
[6/8] Compiling UIDeviceComplete Screen.swift
[7/8] Compiling UIDeviceComplete DeviceModel.swift
[8/8] Compiling UIDeviceComplete System.swift
error: fatalError
BUILD FAILURE 5.9 macosSpm