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 Erbium, reference master (1bb868), with Swift 5.9 for macOS (SPM) on 20 Sep 2024 15:30:03 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.54.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/e-sites/Erbium.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/e-sites/Erbium
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 1bb8688 Swift 6
Cloned https://github.com/e-sites/Erbium.git
Revision (git rev-parse @):
1bb86888720bfe72843f0e1ef902f5749b9f3695
SUCCESS checkout https://github.com/e-sites/Erbium.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/e-sites/Erbium.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/6] Compiling Erbium DeviceType.swift
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:17:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var platform: String = {
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:17:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var platform: String = {
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:26:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var type: DeviceType = {
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:26:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var type: DeviceType = {
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:30:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var size: ScreenSize = {
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:30:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var size: ScreenSize = {
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:34:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var version: DeviceVersion = {
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:34:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var version: DeviceVersion = {
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:43:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var isRegularIpad: Bool {
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:43:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var isRegularIpad: Bool {
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:47:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var isIpadPro: Bool {
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:47:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var isIpadPro: Bool {
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:61:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var isIpadMini: Bool {
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:61:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var isIpadMini: Bool {
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:74:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var isSimulator: Bool {
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:74:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var isSimulator: Bool {
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:10:8: error: no such module 'UIKit'
import UIKit
       ^
[2/6] Compiling Erbium ScreenSize.swift
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:17:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var platform: String = {
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:17:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var platform: String = {
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:26:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var type: DeviceType = {
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:26:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var type: DeviceType = {
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:30:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var size: ScreenSize = {
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:30:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var size: ScreenSize = {
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:34:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var version: DeviceVersion = {
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:34:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var version: DeviceVersion = {
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:43:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var isRegularIpad: Bool {
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:43:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var isRegularIpad: Bool {
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:47:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var isIpadPro: Bool {
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:47:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var isIpadPro: Bool {
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:61:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var isIpadMini: Bool {
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:61:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var isIpadMini: Bool {
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:74:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var isSimulator: Bool {
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:74:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var isSimulator: Bool {
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:10:8: error: no such module 'UIKit'
import UIKit
       ^
[3/6] Compiling Erbium DeviceVersion.swift
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:17:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var platform: String = {
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:17:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var platform: String = {
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:26:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var type: DeviceType = {
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:26:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var type: DeviceType = {
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:30:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var size: ScreenSize = {
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:30:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var size: ScreenSize = {
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:34:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var version: DeviceVersion = {
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:34:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var version: DeviceVersion = {
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:43:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var isRegularIpad: Bool {
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:43:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var isRegularIpad: Bool {
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:47:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var isIpadPro: Bool {
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:47:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var isIpadPro: Bool {
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:61:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var isIpadMini: Bool {
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:61:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var isIpadMini: Bool {
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:74:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var isSimulator: Bool {
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:74:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var isSimulator: Bool {
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:10:8: error: no such module 'UIKit'
import UIKit
       ^
[4/6] Compiling Erbium Bundle.swift
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:17:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var platform: String = {
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:17:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var platform: String = {
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:26:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var type: DeviceType = {
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:26:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var type: DeviceType = {
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:30:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var size: ScreenSize = {
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:30:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var size: ScreenSize = {
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:34:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var version: DeviceVersion = {
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:34:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var version: DeviceVersion = {
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:43:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var isRegularIpad: Bool {
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:43:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var isRegularIpad: Bool {
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:47:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var isIpadPro: Bool {
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:47:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var isIpadPro: Bool {
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:61:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var isIpadMini: Bool {
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:61:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var isIpadMini: Bool {
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:74:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var isSimulator: Bool {
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:74:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var isSimulator: Bool {
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/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)
[5/6] Emitting module Erbium
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:17:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var platform: String = {
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:17:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var platform: String = {
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:26:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var type: DeviceType = {
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:26:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var type: DeviceType = {
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:30:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var size: ScreenSize = {
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:30:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var size: ScreenSize = {
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:34:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var version: DeviceVersion = {
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:34:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var version: DeviceVersion = {
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:43:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var isRegularIpad: Bool {
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:43:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var isRegularIpad: Bool {
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:47:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var isIpadPro: Bool {
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:47:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var isIpadPro: Bool {
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:61:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var isIpadMini: Bool {
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:61:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var isIpadMini: Bool {
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:74:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var isSimulator: Bool {
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:74:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var isSimulator: Bool {
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:10:8: error: no such module 'UIKit'
import UIKit
       ^
[6/6] Compiling Erbium Device.swift
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:17:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var platform: String = {
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:17:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var platform: String = {
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:26:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var type: DeviceType = {
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:26:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var type: DeviceType = {
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:30:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var size: ScreenSize = {
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:30:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var size: ScreenSize = {
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:34:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var version: DeviceVersion = {
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:34:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var version: DeviceVersion = {
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:43:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var isRegularIpad: Bool {
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:43:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var isRegularIpad: Bool {
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:47:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var isIpadPro: Bool {
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:47:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var isIpadPro: Bool {
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:61:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var isIpadMini: Bool {
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:61:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var isIpadMini: Bool {
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:74:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var isSimulator: Bool {
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:74:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var isSimulator: Bool {
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:87:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var hasFaceID: Bool {
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:87:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var hasFaceID: Bool {
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:97:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var hasTouchID: Bool {
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:97:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var hasTouchID: Bool {
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:121:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var hasNotch: Bool {
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:121:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var hasNotch: Bool {
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:125:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var hasDynamicIsland: Bool {
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:125:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var hasDynamicIsland: Bool {
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:129:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var hasHardwareHomeButton: Bool {
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:129:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var hasHardwareHomeButton: Bool {
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/Device.swift:10:8: error: no such module 'UIKit'
import UIKit
       ^
error: fatalError
BUILD FAILURE 5.9 macosSpm