The Swift Package Index logo.Swift Package Index

Build Information

Failed to build DeviceDetector, reference main (07478b), with Swift 6.1 for watchOS using Xcode 16.3 on 7 Mar 2026 11:38:10 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DeviceDetector -destination generic/platform=watchOS

Build Log

EmitSwiftModule normal armv7k (in target 'DeviceDetector' from project 'DeviceDetector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceDetector.swift:14:23: warning: static property 'current' is not concurrency-safe because non-'Sendable' type 'DeviceDetector' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let current = DeviceDetector()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceDetector.swift:13:20: note: class 'DeviceDetector' does not conform to the 'Sendable' protocol
public final class DeviceDetector {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceDetector.swift:14:23: note: add '@MainActor' to make static property 'current' part of global actor 'MainActor'
    public static let current = DeviceDetector()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceDetector.swift:14:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let current = DeviceDetector()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:14:23: warning: static property 'unrecognized' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let unrecognized   = DeviceOptionSet(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:14:23: note: add '@MainActor' to make static property 'unrecognized' part of global actor 'MainActor'
    public static let unrecognized   = DeviceOptionSet(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:14:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let unrecognized   = DeviceOptionSet(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:17:23: warning: static property 'iPhone6S' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhone6S = DeviceOptionSet(rawValue: 1 << 1)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:17:23: note: add '@MainActor' to make static property 'iPhone6S' part of global actor 'MainActor'
    public static let iPhone6S = DeviceOptionSet(rawValue: 1 << 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:17:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhone6S = DeviceOptionSet(rawValue: 1 << 1)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:18:23: warning: static property 'iPhone6SPlus' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhone6SPlus = DeviceOptionSet(rawValue: 1 << 2)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:18:23: note: add '@MainActor' to make static property 'iPhone6SPlus' part of global actor 'MainActor'
    public static let iPhone6SPlus = DeviceOptionSet(rawValue: 1 << 2)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:18:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhone6SPlus = DeviceOptionSet(rawValue: 1 << 2)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:19:23: warning: static property 'iPhone7' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhone7 = DeviceOptionSet(rawValue: 1 << 3)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:19:23: note: add '@MainActor' to make static property 'iPhone7' part of global actor 'MainActor'
    public static let iPhone7 = DeviceOptionSet(rawValue: 1 << 3)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:19:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhone7 = DeviceOptionSet(rawValue: 1 << 3)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:20:23: warning: static property 'iPhone7Plus' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhone7Plus = DeviceOptionSet(rawValue: 1 << 4)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:20:23: note: add '@MainActor' to make static property 'iPhone7Plus' part of global actor 'MainActor'
    public static let iPhone7Plus = DeviceOptionSet(rawValue: 1 << 4)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:20:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhone7Plus = DeviceOptionSet(rawValue: 1 << 4)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:21:23: warning: static property 'iPhone8' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhone8 = DeviceOptionSet(rawValue: 1 << 5)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:21:23: note: add '@MainActor' to make static property 'iPhone8' part of global actor 'MainActor'
    public static let iPhone8 = DeviceOptionSet(rawValue: 1 << 5)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:21:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhone8 = DeviceOptionSet(rawValue: 1 << 5)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:22:23: warning: static property 'iPhone8Plus' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhone8Plus = DeviceOptionSet(rawValue: 1 << 6)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:22:23: note: add '@MainActor' to make static property 'iPhone8Plus' part of global actor 'MainActor'
    public static let iPhone8Plus = DeviceOptionSet(rawValue: 1 << 6)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:22:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhone8Plus = DeviceOptionSet(rawValue: 1 << 6)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:24:23: warning: static property 'iPhoneX' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhoneX = DeviceOptionSet(rawValue: 1 << 7)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:24:23: note: add '@MainActor' to make static property 'iPhoneX' part of global actor 'MainActor'
    public static let iPhoneX = DeviceOptionSet(rawValue: 1 << 7)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:24:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhoneX = DeviceOptionSet(rawValue: 1 << 7)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:25:23: warning: static property 'iPhoneXS' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhoneXS = DeviceOptionSet(rawValue: 1 << 8)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:25:23: note: add '@MainActor' to make static property 'iPhoneXS' part of global actor 'MainActor'
    public static let iPhoneXS = DeviceOptionSet(rawValue: 1 << 8)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:25:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhoneXS = DeviceOptionSet(rawValue: 1 << 8)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:26:23: warning: static property 'iPhoneXR' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhoneXR = DeviceOptionSet(rawValue: 1 << 9)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:26:23: note: add '@MainActor' to make static property 'iPhoneXR' part of global actor 'MainActor'
    public static let iPhoneXR = DeviceOptionSet(rawValue: 1 << 9)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:26:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhoneXR = DeviceOptionSet(rawValue: 1 << 9)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:27:23: warning: static property 'iPhoneXSMax' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhoneXSMax = DeviceOptionSet(rawValue: 1 << 10)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:27:23: note: add '@MainActor' to make static property 'iPhoneXSMax' part of global actor 'MainActor'
    public static let iPhoneXSMax = DeviceOptionSet(rawValue: 1 << 10)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:27:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhoneXSMax = DeviceOptionSet(rawValue: 1 << 10)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:29:23: warning: static property 'iPhone11' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhone11 = DeviceOptionSet(rawValue: 1 << 11)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:29:23: note: add '@MainActor' to make static property 'iPhone11' part of global actor 'MainActor'
    public static let iPhone11 = DeviceOptionSet(rawValue: 1 << 11)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:29:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhone11 = DeviceOptionSet(rawValue: 1 << 11)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:30:23: warning: static property 'iPhone12' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhone12 = DeviceOptionSet(rawValue: 1 << 12)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:30:23: note: add '@MainActor' to make static property 'iPhone12' part of global actor 'MainActor'
    public static let iPhone12 = DeviceOptionSet(rawValue: 1 << 12)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:30:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhone12 = DeviceOptionSet(rawValue: 1 << 12)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:31:23: warning: static property 'iPhone13' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhone13 = DeviceOptionSet(rawValue: 1 << 13)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:31:23: note: add '@MainActor' to make static property 'iPhone13' part of global actor 'MainActor'
    public static let iPhone13 = DeviceOptionSet(rawValue: 1 << 13)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:31:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhone13 = DeviceOptionSet(rawValue: 1 << 13)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:33:23: warning: static property 'iPhoneSE1' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhoneSE1 = DeviceOptionSet(rawValue: 1 << 14)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:33:23: note: add '@MainActor' to make static property 'iPhoneSE1' part of global actor 'MainActor'
    public static let iPhoneSE1 = DeviceOptionSet(rawValue: 1 << 14)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:33:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhoneSE1 = DeviceOptionSet(rawValue: 1 << 14)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:34:23: warning: static property 'iPhoneSE2' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhoneSE2 = DeviceOptionSet(rawValue: 1 << 15)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:34:23: note: add '@MainActor' to make static property 'iPhoneSE2' part of global actor 'MainActor'
    public static let iPhoneSE2 = DeviceOptionSet(rawValue: 1 << 15)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:34:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhoneSE2 = DeviceOptionSet(rawValue: 1 << 15)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:35:23: warning: static property 'iPhoneSE3' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhoneSE3 = DeviceOptionSet(rawValue: 1 << 16)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:35:23: note: add '@MainActor' to make static property 'iPhoneSE3' part of global actor 'MainActor'
    public static let iPhoneSE3 = DeviceOptionSet(rawValue: 1 << 16)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:35:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhoneSE3 = DeviceOptionSet(rawValue: 1 << 16)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:37:23: warning: static property 'iPhoneMini' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhoneMini = DeviceOptionSet(rawValue: 1 << 17)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:37:23: note: add '@MainActor' to make static property 'iPhoneMini' part of global actor 'MainActor'
    public static let iPhoneMini = DeviceOptionSet(rawValue: 1 << 17)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:37:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhoneMini = DeviceOptionSet(rawValue: 1 << 17)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:38:23: warning: static property 'iPhonePro' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhonePro = DeviceOptionSet(rawValue: 1 << 18)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:38:23: note: add '@MainActor' to make static property 'iPhonePro' part of global actor 'MainActor'
    public static let iPhonePro = DeviceOptionSet(rawValue: 1 << 18)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:38:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhonePro = DeviceOptionSet(rawValue: 1 << 18)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:39:23: warning: static property 'iPhoneProMax' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhoneProMax = DeviceOptionSet(rawValue: 1 << 19)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:39:23: note: add '@MainActor' to make static property 'iPhoneProMax' part of global actor 'MainActor'
    public static let iPhoneProMax = DeviceOptionSet(rawValue: 1 << 19)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:39:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhoneProMax = DeviceOptionSet(rawValue: 1 << 19)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:41:23: warning: static property 'iPhone14' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhone14 = DeviceOptionSet(rawValue: 1 << 20)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:41:23: note: add '@MainActor' to make static property 'iPhone14' part of global actor 'MainActor'
    public static let iPhone14 = DeviceOptionSet(rawValue: 1 << 20)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:41:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhone14 = DeviceOptionSet(rawValue: 1 << 20)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:42:23: warning: static property 'iPhone14Plus' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhone14Plus = DeviceOptionSet(rawValue: 1 << 21)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:42:23: note: add '@MainActor' to make static property 'iPhone14Plus' part of global actor 'MainActor'
    public static let iPhone14Plus = DeviceOptionSet(rawValue: 1 << 21)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:42:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhone14Plus = DeviceOptionSet(rawValue: 1 << 21)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:43:23: warning: static property 'iPhone14Pro' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhone14Pro = DeviceOptionSet(rawValue: 1 << 22)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:43:23: note: add '@MainActor' to make static property 'iPhone14Pro' part of global actor 'MainActor'
    public static let iPhone14Pro = DeviceOptionSet(rawValue: 1 << 22)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:43:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhone14Pro = DeviceOptionSet(rawValue: 1 << 22)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:44:23: warning: static property 'iPhone14ProMax' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhone14ProMax = DeviceOptionSet(rawValue: 1 << 23)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:44:23: note: add '@MainActor' to make static property 'iPhone14ProMax' part of global actor 'MainActor'
    public static let iPhone14ProMax = DeviceOptionSet(rawValue: 1 << 23)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:44:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhone14ProMax = DeviceOptionSet(rawValue: 1 << 23)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:46:23: warning: static property 'iPhone15' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhone15 = DeviceOptionSet(rawValue: 1 << 24)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:46:23: note: add '@MainActor' to make static property 'iPhone15' part of global actor 'MainActor'
    public static let iPhone15 = DeviceOptionSet(rawValue: 1 << 24)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:46:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhone15 = DeviceOptionSet(rawValue: 1 << 24)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:47:23: warning: static property 'iPhone15Plus' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhone15Plus = DeviceOptionSet(rawValue: 1 << 25)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:47:23: note: add '@MainActor' to make static property 'iPhone15Plus' part of global actor 'MainActor'
    public static let iPhone15Plus = DeviceOptionSet(rawValue: 1 << 25)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:47:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhone15Plus = DeviceOptionSet(rawValue: 1 << 25)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:48:23: warning: static property 'iPhone15Pro' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhone15Pro = DeviceOptionSet(rawValue: 1 << 26)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:48:23: note: add '@MainActor' to make static property 'iPhone15Pro' part of global actor 'MainActor'
    public static let iPhone15Pro = DeviceOptionSet(rawValue: 1 << 26)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:48:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhone15Pro = DeviceOptionSet(rawValue: 1 << 26)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:49:23: warning: static property 'iPhone15ProMax' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhone15ProMax = DeviceOptionSet(rawValue: 1 << 27)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:49:23: note: add '@MainActor' to make static property 'iPhone15ProMax' part of global actor 'MainActor'
    public static let iPhone15ProMax = DeviceOptionSet(rawValue: 1 << 27)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:49:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhone15ProMax = DeviceOptionSet(rawValue: 1 << 27)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:51:23: warning: static property 'iPhone16' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhone16 = DeviceOptionSet(rawValue: 1 << 28)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:51:23: note: add '@MainActor' to make static property 'iPhone16' part of global actor 'MainActor'
    public static let iPhone16 = DeviceOptionSet(rawValue: 1 << 28)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:51:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhone16 = DeviceOptionSet(rawValue: 1 << 28)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:52:23: warning: static property 'iPhone16Plus' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhone16Plus = DeviceOptionSet(rawValue: 1 << 29)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:52:23: note: add '@MainActor' to make static property 'iPhone16Plus' part of global actor 'MainActor'
    public static let iPhone16Plus = DeviceOptionSet(rawValue: 1 << 29)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:52:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhone16Plus = DeviceOptionSet(rawValue: 1 << 29)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:53:23: warning: static property 'iPhone16Pro' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhone16Pro = DeviceOptionSet(rawValue: 1 << 30)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:53:23: note: add '@MainActor' to make static property 'iPhone16Pro' part of global actor 'MainActor'
    public static let iPhone16Pro = DeviceOptionSet(rawValue: 1 << 30)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:53:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhone16Pro = DeviceOptionSet(rawValue: 1 << 30)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:54:23: warning: static property 'iPhone16ProMax' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhone16ProMax = DeviceOptionSet(rawValue: 1 << 31)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:54:23: note: add '@MainActor' to make static property 'iPhone16ProMax' part of global actor 'MainActor'
    public static let iPhone16ProMax = DeviceOptionSet(rawValue: 1 << 31)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:54:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhone16ProMax = DeviceOptionSet(rawValue: 1 << 31)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:55:23: warning: static property 'iPhone16E' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhone16E = DeviceOptionSet(rawValue: 1 << 32)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:55:23: note: add '@MainActor' to make static property 'iPhone16E' part of global actor 'MainActor'
    public static let iPhone16E = DeviceOptionSet(rawValue: 1 << 32)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:55:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhone16E = DeviceOptionSet(rawValue: 1 << 32)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:57:23: warning: static property 'iPhone17' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhone17 = DeviceOptionSet(rawValue: 1 << 33)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:57:23: note: add '@MainActor' to make static property 'iPhone17' part of global actor 'MainActor'
    public static let iPhone17 = DeviceOptionSet(rawValue: 1 << 33)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:57:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhone17 = DeviceOptionSet(rawValue: 1 << 33)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:58:23: warning: static property 'iPhone17Pro' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhone17Pro = DeviceOptionSet(rawValue: 1 << 34)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:58:23: note: add '@MainActor' to make static property 'iPhone17Pro' part of global actor 'MainActor'
    public static let iPhone17Pro = DeviceOptionSet(rawValue: 1 << 34)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:58:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhone17Pro = DeviceOptionSet(rawValue: 1 << 34)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:59:23: warning: static property 'iPhone17ProMax' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhone17ProMax = DeviceOptionSet(rawValue: 1 << 35)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:59:23: note: add '@MainActor' to make static property 'iPhone17ProMax' part of global actor 'MainActor'
    public static let iPhone17ProMax = DeviceOptionSet(rawValue: 1 << 35)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:59:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhone17ProMax = DeviceOptionSet(rawValue: 1 << 35)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:60:23: warning: static property 'iPhoneAir' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhoneAir = DeviceOptionSet(rawValue: 1 << 36)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:60:23: note: add '@MainActor' to make static property 'iPhoneAir' part of global actor 'MainActor'
    public static let iPhoneAir = DeviceOptionSet(rawValue: 1 << 36)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:60:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhoneAir = DeviceOptionSet(rawValue: 1 << 36)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:62:23: warning: static property 'iPhoneSESet' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhoneSESet: DeviceOptionSet = [.iPhoneSE1, .iPhoneSE2, .iPhoneSE3]
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:62:23: note: add '@MainActor' to make static property 'iPhoneSESet' part of global actor 'MainActor'
    public static let iPhoneSESet: DeviceOptionSet = [.iPhoneSE1, .iPhoneSE2, .iPhoneSE3]
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:62:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhoneSESet: DeviceOptionSet = [.iPhoneSE1, .iPhoneSE2, .iPhoneSE3]
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:63:23: warning: static property 'iPhonePlusSet' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhonePlusSet: DeviceOptionSet = [.iPhone6SPlus, .iPhone7Plus, .iPhone8Plus]
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:63:23: note: add '@MainActor' to make static property 'iPhonePlusSet' part of global actor 'MainActor'
    public static let iPhonePlusSet: DeviceOptionSet = [.iPhone6SPlus, .iPhone7Plus, .iPhone8Plus]
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:63:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhonePlusSet: DeviceOptionSet = [.iPhone6SPlus, .iPhone7Plus, .iPhone8Plus]
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:64:23: warning: static property 'iPhone4_7inchSet' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhone4_7inchSet: DeviceOptionSet = [.iPhoneSE2, .iPhoneSE3, .iPhone6S, .iPhone7, .iPhone8]
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:64:23: note: add '@MainActor' to make static property 'iPhone4_7inchSet' part of global actor 'MainActor'
    public static let iPhone4_7inchSet: DeviceOptionSet = [.iPhoneSE2, .iPhoneSE3, .iPhone6S, .iPhone7, .iPhone8]
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:64:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhone4_7inchSet: DeviceOptionSet = [.iPhoneSE2, .iPhoneSE3, .iPhone6S, .iPhone7, .iPhone8]
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:65:23: warning: static property 'iPhone4inchSet' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhone4inchSet: DeviceOptionSet = [.iPhoneSE1]
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:65:23: note: add '@MainActor' to make static property 'iPhone4inchSet' part of global actor 'MainActor'
    public static let iPhone4inchSet: DeviceOptionSet = [.iPhoneSE1]
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:65:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhone4inchSet: DeviceOptionSet = [.iPhoneSE1]
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:66:23: warning: static property 'iPhoneSet' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhoneSet: DeviceOptionSet = [
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:66:23: note: add '@MainActor' to make static property 'iPhoneSet' part of global actor 'MainActor'
    public static let iPhoneSet: DeviceOptionSet = [
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:66:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhoneSet: DeviceOptionSet = [
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:75:23: warning: static property 'iPhoneSafeAreaSet' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhoneSafeAreaSet: DeviceOptionSet = iPhoneSet.subtracting(iPhone4inchSet).subtracting(iPhone4_7inchSet).subtracting(iPhonePlusSet)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:75:23: note: add '@MainActor' to make static property 'iPhoneSafeAreaSet' part of global actor 'MainActor'
    public static let iPhoneSafeAreaSet: DeviceOptionSet = iPhoneSet.subtracting(iPhone4inchSet).subtracting(iPhone4_7inchSet).subtracting(iPhonePlusSet)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:75:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhoneSafeAreaSet: DeviceOptionSet = iPhoneSet.subtracting(iPhone4inchSet).subtracting(iPhone4_7inchSet).subtracting(iPhonePlusSet)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:78:23: warning: static property 'iPad5' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPad5    = DeviceOptionSet(rawValue: 1 << 50)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:78:23: note: add '@MainActor' to make static property 'iPad5' part of global actor 'MainActor'
    public static let iPad5    = DeviceOptionSet(rawValue: 1 << 50)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:78:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPad5    = DeviceOptionSet(rawValue: 1 << 50)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:79:23: warning: static property 'iPad6' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPad6    = DeviceOptionSet(rawValue: 1 << 51)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:79:23: note: add '@MainActor' to make static property 'iPad6' part of global actor 'MainActor'
    public static let iPad6    = DeviceOptionSet(rawValue: 1 << 51)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:79:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPad6    = DeviceOptionSet(rawValue: 1 << 51)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:80:23: warning: static property 'iPad7' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPad7    = DeviceOptionSet(rawValue: 1 << 52)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:80:23: note: add '@MainActor' to make static property 'iPad7' part of global actor 'MainActor'
    public static let iPad7    = DeviceOptionSet(rawValue: 1 << 52)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:80:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPad7    = DeviceOptionSet(rawValue: 1 << 52)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:81:23: warning: static property 'iPad8' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPad8    = DeviceOptionSet(rawValue: 1 << 53)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:81:23: note: add '@MainActor' to make static property 'iPad8' part of global actor 'MainActor'
    public static let iPad8    = DeviceOptionSet(rawValue: 1 << 53)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:81:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPad8    = DeviceOptionSet(rawValue: 1 << 53)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:82:23: warning: static property 'iPad9' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPad9    = DeviceOptionSet(rawValue: 1 << 54)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:82:23: note: add '@MainActor' to make static property 'iPad9' part of global actor 'MainActor'
    public static let iPad9    = DeviceOptionSet(rawValue: 1 << 54)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:82:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPad9    = DeviceOptionSet(rawValue: 1 << 54)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:84:23: warning: static property 'iPadMini' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPadMini  = DeviceOptionSet(rawValue: 1 << 55)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:84:23: note: add '@MainActor' to make static property 'iPadMini' part of global actor 'MainActor'
    public static let iPadMini  = DeviceOptionSet(rawValue: 1 << 55)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:84:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPadMini  = DeviceOptionSet(rawValue: 1 << 55)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:85:23: warning: static property 'iPadAir' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPadAir = DeviceOptionSet(rawValue: 1 << 56)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:85:23: note: add '@MainActor' to make static property 'iPadAir' part of global actor 'MainActor'
    public static let iPadAir = DeviceOptionSet(rawValue: 1 << 56)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:85:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPadAir = DeviceOptionSet(rawValue: 1 << 56)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:87:23: warning: static property 'iPadPro9_7inch' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPadPro9_7inch = DeviceOptionSet(rawValue: 1 << 57)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:87:23: note: add '@MainActor' to make static property 'iPadPro9_7inch' part of global actor 'MainActor'
    public static let iPadPro9_7inch = DeviceOptionSet(rawValue: 1 << 57)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:87:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPadPro9_7inch = DeviceOptionSet(rawValue: 1 << 57)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:88:23: warning: static property 'iPadPro10_5inch' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPadPro10_5inch = DeviceOptionSet(rawValue: 1 << 58)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:88:23: note: add '@MainActor' to make static property 'iPadPro10_5inch' part of global actor 'MainActor'
    public static let iPadPro10_5inch = DeviceOptionSet(rawValue: 1 << 58)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:88:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPadPro10_5inch = DeviceOptionSet(rawValue: 1 << 58)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:89:23: warning: static property 'iPadPro11inch' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPadPro11inch   = DeviceOptionSet(rawValue: 1 << 59)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:89:23: note: add '@MainActor' to make static property 'iPadPro11inch' part of global actor 'MainActor'
    public static let iPadPro11inch   = DeviceOptionSet(rawValue: 1 << 59)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:89:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPadPro11inch   = DeviceOptionSet(rawValue: 1 << 59)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:90:23: warning: static property 'iPadPro12_9inch' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPadPro12_9inch   = DeviceOptionSet(rawValue: 1 << 60)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:90:23: note: add '@MainActor' to make static property 'iPadPro12_9inch' part of global actor 'MainActor'
    public static let iPadPro12_9inch   = DeviceOptionSet(rawValue: 1 << 60)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:90:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPadPro12_9inch   = DeviceOptionSet(rawValue: 1 << 60)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:91:23: warning: static property 'iPadPro13inch' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPadPro13inch    = DeviceOptionSet(rawValue: 1 << 61)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:91:23: note: add '@MainActor' to make static property 'iPadPro13inch' part of global actor 'MainActor'
    public static let iPadPro13inch    = DeviceOptionSet(rawValue: 1 << 61)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:91:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPadPro13inch    = DeviceOptionSet(rawValue: 1 << 61)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:92:23: warning: static property 'iPad10' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPad10           = DeviceOptionSet(rawValue: 1 << 62)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:92:23: note: add '@MainActor' to make static property 'iPad10' part of global actor 'MainActor'
    public static let iPad10           = DeviceOptionSet(rawValue: 1 << 62)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:92:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPad10           = DeviceOptionSet(rawValue: 1 << 62)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:93:23: warning: static property 'iPad11' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPad11           = DeviceOptionSet(rawValue: 1 << 63)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:93:23: note: add '@MainActor' to make static property 'iPad11' part of global actor 'MainActor'
    public static let iPad11           = DeviceOptionSet(rawValue: 1 << 63)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:93:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPad11           = DeviceOptionSet(rawValue: 1 << 63)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:95:23: warning: static property 'iPadProSet' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPadProSet: DeviceOptionSet = [.iPadPro9_7inch, .iPadPro10_5inch, .iPadPro11inch, .iPadPro12_9inch, .iPadPro13inch]
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:95:23: note: add '@MainActor' to make static property 'iPadProSet' part of global actor 'MainActor'
    public static let iPadProSet: DeviceOptionSet = [.iPadPro9_7inch, .iPadPro10_5inch, .iPadPro11inch, .iPadPro12_9inch, .iPadPro13inch]
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:95:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPadProSet: DeviceOptionSet = [.iPadPro9_7inch, .iPadPro10_5inch, .iPadPro11inch, .iPadPro12_9inch, .iPadPro13inch]
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:96:23: warning: static property 'iPadSet' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPadSet: DeviceOptionSet = [.iPad5, .iPad6, .iPad7, .iPad8, .iPad9, .iPad10, .iPad11, .iPadAir, .iPadMini, .iPadProSet]
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:96:23: note: add '@MainActor' to make static property 'iPadSet' part of global actor 'MainActor'
    public static let iPadSet: DeviceOptionSet = [.iPad5, .iPad6, .iPad7, .iPad8, .iPad9, .iPad10, .iPad11, .iPadAir, .iPadMini, .iPadProSet]
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:96:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPadSet: DeviceOptionSet = [.iPad5, .iPad6, .iPad7, .iPad8, .iPad9, .iPad10, .iPad11, .iPadAir, .iPadMini, .iPadProSet]
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:99:23: warning: static property 'iPod' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPod = DeviceOptionSet(rawValue: 1<<80)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:99:23: note: add '@MainActor' to make static property 'iPod' part of global actor 'MainActor'
    public static let iPod = DeviceOptionSet(rawValue: 1<<80)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:99:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPod = DeviceOptionSet(rawValue: 1<<80)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/UIDevice+Extension.swift:252:11: error: cannot find type 'UIDevice' in scope
extension UIDevice {
          ^~~~~~~~
SwiftCompile normal arm64 Compiling\ DeviceDetector.swift /Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceDetector.swift (in target 'DeviceDetector' from project 'DeviceDetector')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceDetector.swift (in target 'DeviceDetector' from project 'DeviceDetector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ DeviceOptionSet.swift /Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift (in target 'DeviceDetector' from project 'DeviceDetector')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift (in target 'DeviceDetector' from project 'DeviceDetector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ DeviceDetector.swift /Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceDetector.swift (in target 'DeviceDetector' from project 'DeviceDetector')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceDetector.swift (in target 'DeviceDetector' from project 'DeviceDetector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ DeviceOptionSet.swift /Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift (in target 'DeviceDetector' from project 'DeviceDetector')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift (in target 'DeviceDetector' from project 'DeviceDetector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ UIDevice+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/UIDevice+Extension.swift (in target 'DeviceDetector' from project 'DeviceDetector')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/UIDevice+Extension.swift (in target 'DeviceDetector' from project 'DeviceDetector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64_32 Emitting\ module\ for\ DeviceDetector (in target 'DeviceDetector' from project 'DeviceDetector')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceDetector.swift /Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift /Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/UIDevice+Extension.swift -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector.build/Objects-normal/arm64_32/DeviceDetector_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DeviceDetector -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector.build/Objects-normal/arm64_32/DeviceDetector.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector.build/Objects-normal/arm64_32/DeviceDetector.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector.build/Objects-normal/arm64_32/DeviceDetector-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector.build/Objects-normal/arm64_32/DeviceDetector-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector.build/Objects-normal/arm64_32/DeviceDetector-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector.build/Objects-normal/arm64_32/DeviceDetector.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector.build/Objects-normal/arm64_32/DeviceDetector.abi.json
EmitSwiftModule normal arm64_32 (in target 'DeviceDetector' from project 'DeviceDetector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceDetector.swift:14:23: warning: static property 'current' is not concurrency-safe because non-'Sendable' type 'DeviceDetector' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let current = DeviceDetector()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceDetector.swift:13:20: note: class 'DeviceDetector' does not conform to the 'Sendable' protocol
public final class DeviceDetector {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceDetector.swift:14:23: note: add '@MainActor' to make static property 'current' part of global actor 'MainActor'
    public static let current = DeviceDetector()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceDetector.swift:14:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let current = DeviceDetector()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:14:23: warning: static property 'unrecognized' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let unrecognized   = DeviceOptionSet(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:14:23: note: add '@MainActor' to make static property 'unrecognized' part of global actor 'MainActor'
    public static let unrecognized   = DeviceOptionSet(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:14:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let unrecognized   = DeviceOptionSet(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:17:23: warning: static property 'iPhone6S' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhone6S = DeviceOptionSet(rawValue: 1 << 1)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:17:23: note: add '@MainActor' to make static property 'iPhone6S' part of global actor 'MainActor'
    public static let iPhone6S = DeviceOptionSet(rawValue: 1 << 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:17:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhone6S = DeviceOptionSet(rawValue: 1 << 1)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:18:23: warning: static property 'iPhone6SPlus' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhone6SPlus = DeviceOptionSet(rawValue: 1 << 2)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:18:23: note: add '@MainActor' to make static property 'iPhone6SPlus' part of global actor 'MainActor'
    public static let iPhone6SPlus = DeviceOptionSet(rawValue: 1 << 2)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:18:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhone6SPlus = DeviceOptionSet(rawValue: 1 << 2)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:19:23: warning: static property 'iPhone7' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhone7 = DeviceOptionSet(rawValue: 1 << 3)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:19:23: note: add '@MainActor' to make static property 'iPhone7' part of global actor 'MainActor'
    public static let iPhone7 = DeviceOptionSet(rawValue: 1 << 3)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:19:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhone7 = DeviceOptionSet(rawValue: 1 << 3)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:20:23: warning: static property 'iPhone7Plus' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhone7Plus = DeviceOptionSet(rawValue: 1 << 4)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:20:23: note: add '@MainActor' to make static property 'iPhone7Plus' part of global actor 'MainActor'
    public static let iPhone7Plus = DeviceOptionSet(rawValue: 1 << 4)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:20:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhone7Plus = DeviceOptionSet(rawValue: 1 << 4)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:21:23: warning: static property 'iPhone8' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhone8 = DeviceOptionSet(rawValue: 1 << 5)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:21:23: note: add '@MainActor' to make static property 'iPhone8' part of global actor 'MainActor'
    public static let iPhone8 = DeviceOptionSet(rawValue: 1 << 5)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:21:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhone8 = DeviceOptionSet(rawValue: 1 << 5)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:22:23: warning: static property 'iPhone8Plus' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhone8Plus = DeviceOptionSet(rawValue: 1 << 6)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:22:23: note: add '@MainActor' to make static property 'iPhone8Plus' part of global actor 'MainActor'
    public static let iPhone8Plus = DeviceOptionSet(rawValue: 1 << 6)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:22:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhone8Plus = DeviceOptionSet(rawValue: 1 << 6)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:24:23: warning: static property 'iPhoneX' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhoneX = DeviceOptionSet(rawValue: 1 << 7)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:24:23: note: add '@MainActor' to make static property 'iPhoneX' part of global actor 'MainActor'
    public static let iPhoneX = DeviceOptionSet(rawValue: 1 << 7)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:24:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhoneX = DeviceOptionSet(rawValue: 1 << 7)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:25:23: warning: static property 'iPhoneXS' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhoneXS = DeviceOptionSet(rawValue: 1 << 8)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:25:23: note: add '@MainActor' to make static property 'iPhoneXS' part of global actor 'MainActor'
    public static let iPhoneXS = DeviceOptionSet(rawValue: 1 << 8)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:25:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhoneXS = DeviceOptionSet(rawValue: 1 << 8)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:26:23: warning: static property 'iPhoneXR' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhoneXR = DeviceOptionSet(rawValue: 1 << 9)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:26:23: note: add '@MainActor' to make static property 'iPhoneXR' part of global actor 'MainActor'
    public static let iPhoneXR = DeviceOptionSet(rawValue: 1 << 9)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:26:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhoneXR = DeviceOptionSet(rawValue: 1 << 9)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:27:23: warning: static property 'iPhoneXSMax' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhoneXSMax = DeviceOptionSet(rawValue: 1 << 10)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:27:23: note: add '@MainActor' to make static property 'iPhoneXSMax' part of global actor 'MainActor'
    public static let iPhoneXSMax = DeviceOptionSet(rawValue: 1 << 10)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:27:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhoneXSMax = DeviceOptionSet(rawValue: 1 << 10)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:29:23: warning: static property 'iPhone11' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhone11 = DeviceOptionSet(rawValue: 1 << 11)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:29:23: note: add '@MainActor' to make static property 'iPhone11' part of global actor 'MainActor'
    public static let iPhone11 = DeviceOptionSet(rawValue: 1 << 11)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:29:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhone11 = DeviceOptionSet(rawValue: 1 << 11)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:30:23: warning: static property 'iPhone12' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhone12 = DeviceOptionSet(rawValue: 1 << 12)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:30:23: note: add '@MainActor' to make static property 'iPhone12' part of global actor 'MainActor'
    public static let iPhone12 = DeviceOptionSet(rawValue: 1 << 12)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:30:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhone12 = DeviceOptionSet(rawValue: 1 << 12)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:31:23: warning: static property 'iPhone13' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhone13 = DeviceOptionSet(rawValue: 1 << 13)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:31:23: note: add '@MainActor' to make static property 'iPhone13' part of global actor 'MainActor'
    public static let iPhone13 = DeviceOptionSet(rawValue: 1 << 13)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:31:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhone13 = DeviceOptionSet(rawValue: 1 << 13)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:33:23: warning: static property 'iPhoneSE1' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhoneSE1 = DeviceOptionSet(rawValue: 1 << 14)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:33:23: note: add '@MainActor' to make static property 'iPhoneSE1' part of global actor 'MainActor'
    public static let iPhoneSE1 = DeviceOptionSet(rawValue: 1 << 14)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:33:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhoneSE1 = DeviceOptionSet(rawValue: 1 << 14)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:34:23: warning: static property 'iPhoneSE2' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhoneSE2 = DeviceOptionSet(rawValue: 1 << 15)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:34:23: note: add '@MainActor' to make static property 'iPhoneSE2' part of global actor 'MainActor'
    public static let iPhoneSE2 = DeviceOptionSet(rawValue: 1 << 15)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:34:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhoneSE2 = DeviceOptionSet(rawValue: 1 << 15)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:35:23: warning: static property 'iPhoneSE3' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhoneSE3 = DeviceOptionSet(rawValue: 1 << 16)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:35:23: note: add '@MainActor' to make static property 'iPhoneSE3' part of global actor 'MainActor'
    public static let iPhoneSE3 = DeviceOptionSet(rawValue: 1 << 16)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:35:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhoneSE3 = DeviceOptionSet(rawValue: 1 << 16)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:37:23: warning: static property 'iPhoneMini' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhoneMini = DeviceOptionSet(rawValue: 1 << 17)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:37:23: note: add '@MainActor' to make static property 'iPhoneMini' part of global actor 'MainActor'
    public static let iPhoneMini = DeviceOptionSet(rawValue: 1 << 17)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:37:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhoneMini = DeviceOptionSet(rawValue: 1 << 17)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:38:23: warning: static property 'iPhonePro' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhonePro = DeviceOptionSet(rawValue: 1 << 18)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:38:23: note: add '@MainActor' to make static property 'iPhonePro' part of global actor 'MainActor'
    public static let iPhonePro = DeviceOptionSet(rawValue: 1 << 18)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:38:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhonePro = DeviceOptionSet(rawValue: 1 << 18)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:39:23: warning: static property 'iPhoneProMax' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhoneProMax = DeviceOptionSet(rawValue: 1 << 19)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:39:23: note: add '@MainActor' to make static property 'iPhoneProMax' part of global actor 'MainActor'
    public static let iPhoneProMax = DeviceOptionSet(rawValue: 1 << 19)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:39:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhoneProMax = DeviceOptionSet(rawValue: 1 << 19)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:41:23: warning: static property 'iPhone14' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhone14 = DeviceOptionSet(rawValue: 1 << 20)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:41:23: note: add '@MainActor' to make static property 'iPhone14' part of global actor 'MainActor'
    public static let iPhone14 = DeviceOptionSet(rawValue: 1 << 20)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:41:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhone14 = DeviceOptionSet(rawValue: 1 << 20)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:42:23: warning: static property 'iPhone14Plus' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhone14Plus = DeviceOptionSet(rawValue: 1 << 21)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:42:23: note: add '@MainActor' to make static property 'iPhone14Plus' part of global actor 'MainActor'
    public static let iPhone14Plus = DeviceOptionSet(rawValue: 1 << 21)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:42:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhone14Plus = DeviceOptionSet(rawValue: 1 << 21)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:43:23: warning: static property 'iPhone14Pro' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhone14Pro = DeviceOptionSet(rawValue: 1 << 22)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:43:23: note: add '@MainActor' to make static property 'iPhone14Pro' part of global actor 'MainActor'
    public static let iPhone14Pro = DeviceOptionSet(rawValue: 1 << 22)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:43:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhone14Pro = DeviceOptionSet(rawValue: 1 << 22)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:44:23: warning: static property 'iPhone14ProMax' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhone14ProMax = DeviceOptionSet(rawValue: 1 << 23)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:44:23: note: add '@MainActor' to make static property 'iPhone14ProMax' part of global actor 'MainActor'
    public static let iPhone14ProMax = DeviceOptionSet(rawValue: 1 << 23)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:44:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhone14ProMax = DeviceOptionSet(rawValue: 1 << 23)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:46:23: warning: static property 'iPhone15' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhone15 = DeviceOptionSet(rawValue: 1 << 24)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:46:23: note: add '@MainActor' to make static property 'iPhone15' part of global actor 'MainActor'
    public static let iPhone15 = DeviceOptionSet(rawValue: 1 << 24)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:46:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhone15 = DeviceOptionSet(rawValue: 1 << 24)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:47:23: warning: static property 'iPhone15Plus' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhone15Plus = DeviceOptionSet(rawValue: 1 << 25)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:47:23: note: add '@MainActor' to make static property 'iPhone15Plus' part of global actor 'MainActor'
    public static let iPhone15Plus = DeviceOptionSet(rawValue: 1 << 25)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:47:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhone15Plus = DeviceOptionSet(rawValue: 1 << 25)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:48:23: warning: static property 'iPhone15Pro' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhone15Pro = DeviceOptionSet(rawValue: 1 << 26)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:48:23: note: add '@MainActor' to make static property 'iPhone15Pro' part of global actor 'MainActor'
    public static let iPhone15Pro = DeviceOptionSet(rawValue: 1 << 26)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:48:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhone15Pro = DeviceOptionSet(rawValue: 1 << 26)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:49:23: warning: static property 'iPhone15ProMax' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhone15ProMax = DeviceOptionSet(rawValue: 1 << 27)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:49:23: note: add '@MainActor' to make static property 'iPhone15ProMax' part of global actor 'MainActor'
    public static let iPhone15ProMax = DeviceOptionSet(rawValue: 1 << 27)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:49:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhone15ProMax = DeviceOptionSet(rawValue: 1 << 27)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:51:23: warning: static property 'iPhone16' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhone16 = DeviceOptionSet(rawValue: 1 << 28)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:51:23: note: add '@MainActor' to make static property 'iPhone16' part of global actor 'MainActor'
    public static let iPhone16 = DeviceOptionSet(rawValue: 1 << 28)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:51:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhone16 = DeviceOptionSet(rawValue: 1 << 28)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:52:23: warning: static property 'iPhone16Plus' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhone16Plus = DeviceOptionSet(rawValue: 1 << 29)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:52:23: note: add '@MainActor' to make static property 'iPhone16Plus' part of global actor 'MainActor'
    public static let iPhone16Plus = DeviceOptionSet(rawValue: 1 << 29)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:52:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhone16Plus = DeviceOptionSet(rawValue: 1 << 29)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:53:23: warning: static property 'iPhone16Pro' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhone16Pro = DeviceOptionSet(rawValue: 1 << 30)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:53:23: note: add '@MainActor' to make static property 'iPhone16Pro' part of global actor 'MainActor'
    public static let iPhone16Pro = DeviceOptionSet(rawValue: 1 << 30)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:53:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhone16Pro = DeviceOptionSet(rawValue: 1 << 30)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:54:23: warning: static property 'iPhone16ProMax' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhone16ProMax = DeviceOptionSet(rawValue: 1 << 31)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:54:23: note: add '@MainActor' to make static property 'iPhone16ProMax' part of global actor 'MainActor'
    public static let iPhone16ProMax = DeviceOptionSet(rawValue: 1 << 31)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:54:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhone16ProMax = DeviceOptionSet(rawValue: 1 << 31)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:55:23: warning: static property 'iPhone16E' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhone16E = DeviceOptionSet(rawValue: 1 << 32)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:55:23: note: add '@MainActor' to make static property 'iPhone16E' part of global actor 'MainActor'
    public static let iPhone16E = DeviceOptionSet(rawValue: 1 << 32)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:55:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhone16E = DeviceOptionSet(rawValue: 1 << 32)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:57:23: warning: static property 'iPhone17' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhone17 = DeviceOptionSet(rawValue: 1 << 33)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:57:23: note: add '@MainActor' to make static property 'iPhone17' part of global actor 'MainActor'
    public static let iPhone17 = DeviceOptionSet(rawValue: 1 << 33)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:57:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhone17 = DeviceOptionSet(rawValue: 1 << 33)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:58:23: warning: static property 'iPhone17Pro' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhone17Pro = DeviceOptionSet(rawValue: 1 << 34)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:58:23: note: add '@MainActor' to make static property 'iPhone17Pro' part of global actor 'MainActor'
    public static let iPhone17Pro = DeviceOptionSet(rawValue: 1 << 34)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:58:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhone17Pro = DeviceOptionSet(rawValue: 1 << 34)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:59:23: warning: static property 'iPhone17ProMax' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhone17ProMax = DeviceOptionSet(rawValue: 1 << 35)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:59:23: note: add '@MainActor' to make static property 'iPhone17ProMax' part of global actor 'MainActor'
    public static let iPhone17ProMax = DeviceOptionSet(rawValue: 1 << 35)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:59:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhone17ProMax = DeviceOptionSet(rawValue: 1 << 35)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:60:23: warning: static property 'iPhoneAir' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhoneAir = DeviceOptionSet(rawValue: 1 << 36)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:60:23: note: add '@MainActor' to make static property 'iPhoneAir' part of global actor 'MainActor'
    public static let iPhoneAir = DeviceOptionSet(rawValue: 1 << 36)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:60:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhoneAir = DeviceOptionSet(rawValue: 1 << 36)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:62:23: warning: static property 'iPhoneSESet' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhoneSESet: DeviceOptionSet = [.iPhoneSE1, .iPhoneSE2, .iPhoneSE3]
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:62:23: note: add '@MainActor' to make static property 'iPhoneSESet' part of global actor 'MainActor'
    public static let iPhoneSESet: DeviceOptionSet = [.iPhoneSE1, .iPhoneSE2, .iPhoneSE3]
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:62:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhoneSESet: DeviceOptionSet = [.iPhoneSE1, .iPhoneSE2, .iPhoneSE3]
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:63:23: warning: static property 'iPhonePlusSet' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhonePlusSet: DeviceOptionSet = [.iPhone6SPlus, .iPhone7Plus, .iPhone8Plus]
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:63:23: note: add '@MainActor' to make static property 'iPhonePlusSet' part of global actor 'MainActor'
    public static let iPhonePlusSet: DeviceOptionSet = [.iPhone6SPlus, .iPhone7Plus, .iPhone8Plus]
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:63:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhonePlusSet: DeviceOptionSet = [.iPhone6SPlus, .iPhone7Plus, .iPhone8Plus]
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:64:23: warning: static property 'iPhone4_7inchSet' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhone4_7inchSet: DeviceOptionSet = [.iPhoneSE2, .iPhoneSE3, .iPhone6S, .iPhone7, .iPhone8]
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:64:23: note: add '@MainActor' to make static property 'iPhone4_7inchSet' part of global actor 'MainActor'
    public static let iPhone4_7inchSet: DeviceOptionSet = [.iPhoneSE2, .iPhoneSE3, .iPhone6S, .iPhone7, .iPhone8]
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:64:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhone4_7inchSet: DeviceOptionSet = [.iPhoneSE2, .iPhoneSE3, .iPhone6S, .iPhone7, .iPhone8]
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:65:23: warning: static property 'iPhone4inchSet' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhone4inchSet: DeviceOptionSet = [.iPhoneSE1]
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:65:23: note: add '@MainActor' to make static property 'iPhone4inchSet' part of global actor 'MainActor'
    public static let iPhone4inchSet: DeviceOptionSet = [.iPhoneSE1]
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:65:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhone4inchSet: DeviceOptionSet = [.iPhoneSE1]
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:66:23: warning: static property 'iPhoneSet' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhoneSet: DeviceOptionSet = [
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:66:23: note: add '@MainActor' to make static property 'iPhoneSet' part of global actor 'MainActor'
    public static let iPhoneSet: DeviceOptionSet = [
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:66:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhoneSet: DeviceOptionSet = [
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:75:23: warning: static property 'iPhoneSafeAreaSet' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPhoneSafeAreaSet: DeviceOptionSet = iPhoneSet.subtracting(iPhone4inchSet).subtracting(iPhone4_7inchSet).subtracting(iPhonePlusSet)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:75:23: note: add '@MainActor' to make static property 'iPhoneSafeAreaSet' part of global actor 'MainActor'
    public static let iPhoneSafeAreaSet: DeviceOptionSet = iPhoneSet.subtracting(iPhone4inchSet).subtracting(iPhone4_7inchSet).subtracting(iPhonePlusSet)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:75:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPhoneSafeAreaSet: DeviceOptionSet = iPhoneSet.subtracting(iPhone4inchSet).subtracting(iPhone4_7inchSet).subtracting(iPhonePlusSet)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:78:23: warning: static property 'iPad5' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPad5    = DeviceOptionSet(rawValue: 1 << 50)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:78:23: note: add '@MainActor' to make static property 'iPad5' part of global actor 'MainActor'
    public static let iPad5    = DeviceOptionSet(rawValue: 1 << 50)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:78:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPad5    = DeviceOptionSet(rawValue: 1 << 50)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:79:23: warning: static property 'iPad6' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPad6    = DeviceOptionSet(rawValue: 1 << 51)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:79:23: note: add '@MainActor' to make static property 'iPad6' part of global actor 'MainActor'
    public static let iPad6    = DeviceOptionSet(rawValue: 1 << 51)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:79:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPad6    = DeviceOptionSet(rawValue: 1 << 51)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:80:23: warning: static property 'iPad7' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPad7    = DeviceOptionSet(rawValue: 1 << 52)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:80:23: note: add '@MainActor' to make static property 'iPad7' part of global actor 'MainActor'
    public static let iPad7    = DeviceOptionSet(rawValue: 1 << 52)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:80:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPad7    = DeviceOptionSet(rawValue: 1 << 52)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:81:23: warning: static property 'iPad8' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPad8    = DeviceOptionSet(rawValue: 1 << 53)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:81:23: note: add '@MainActor' to make static property 'iPad8' part of global actor 'MainActor'
    public static let iPad8    = DeviceOptionSet(rawValue: 1 << 53)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:81:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPad8    = DeviceOptionSet(rawValue: 1 << 53)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:82:23: warning: static property 'iPad9' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPad9    = DeviceOptionSet(rawValue: 1 << 54)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:82:23: note: add '@MainActor' to make static property 'iPad9' part of global actor 'MainActor'
    public static let iPad9    = DeviceOptionSet(rawValue: 1 << 54)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:82:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPad9    = DeviceOptionSet(rawValue: 1 << 54)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:84:23: warning: static property 'iPadMini' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPadMini  = DeviceOptionSet(rawValue: 1 << 55)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:84:23: note: add '@MainActor' to make static property 'iPadMini' part of global actor 'MainActor'
    public static let iPadMini  = DeviceOptionSet(rawValue: 1 << 55)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:84:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPadMini  = DeviceOptionSet(rawValue: 1 << 55)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:85:23: warning: static property 'iPadAir' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPadAir = DeviceOptionSet(rawValue: 1 << 56)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:85:23: note: add '@MainActor' to make static property 'iPadAir' part of global actor 'MainActor'
    public static let iPadAir = DeviceOptionSet(rawValue: 1 << 56)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:85:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPadAir = DeviceOptionSet(rawValue: 1 << 56)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:87:23: warning: static property 'iPadPro9_7inch' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPadPro9_7inch = DeviceOptionSet(rawValue: 1 << 57)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:87:23: note: add '@MainActor' to make static property 'iPadPro9_7inch' part of global actor 'MainActor'
    public static let iPadPro9_7inch = DeviceOptionSet(rawValue: 1 << 57)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:87:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPadPro9_7inch = DeviceOptionSet(rawValue: 1 << 57)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:88:23: warning: static property 'iPadPro10_5inch' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPadPro10_5inch = DeviceOptionSet(rawValue: 1 << 58)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:88:23: note: add '@MainActor' to make static property 'iPadPro10_5inch' part of global actor 'MainActor'
    public static let iPadPro10_5inch = DeviceOptionSet(rawValue: 1 << 58)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:88:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPadPro10_5inch = DeviceOptionSet(rawValue: 1 << 58)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:89:23: warning: static property 'iPadPro11inch' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPadPro11inch   = DeviceOptionSet(rawValue: 1 << 59)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:89:23: note: add '@MainActor' to make static property 'iPadPro11inch' part of global actor 'MainActor'
    public static let iPadPro11inch   = DeviceOptionSet(rawValue: 1 << 59)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:89:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPadPro11inch   = DeviceOptionSet(rawValue: 1 << 59)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:90:23: warning: static property 'iPadPro12_9inch' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPadPro12_9inch   = DeviceOptionSet(rawValue: 1 << 60)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:90:23: note: add '@MainActor' to make static property 'iPadPro12_9inch' part of global actor 'MainActor'
    public static let iPadPro12_9inch   = DeviceOptionSet(rawValue: 1 << 60)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:90:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPadPro12_9inch   = DeviceOptionSet(rawValue: 1 << 60)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:91:23: warning: static property 'iPadPro13inch' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPadPro13inch    = DeviceOptionSet(rawValue: 1 << 61)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:91:23: note: add '@MainActor' to make static property 'iPadPro13inch' part of global actor 'MainActor'
    public static let iPadPro13inch    = DeviceOptionSet(rawValue: 1 << 61)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:91:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPadPro13inch    = DeviceOptionSet(rawValue: 1 << 61)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:92:23: warning: static property 'iPad10' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPad10           = DeviceOptionSet(rawValue: 1 << 62)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:92:23: note: add '@MainActor' to make static property 'iPad10' part of global actor 'MainActor'
    public static let iPad10           = DeviceOptionSet(rawValue: 1 << 62)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:92:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPad10           = DeviceOptionSet(rawValue: 1 << 62)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:93:23: warning: static property 'iPad11' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPad11           = DeviceOptionSet(rawValue: 1 << 63)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:93:23: note: add '@MainActor' to make static property 'iPad11' part of global actor 'MainActor'
    public static let iPad11           = DeviceOptionSet(rawValue: 1 << 63)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:93:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPad11           = DeviceOptionSet(rawValue: 1 << 63)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:95:23: warning: static property 'iPadProSet' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPadProSet: DeviceOptionSet = [.iPadPro9_7inch, .iPadPro10_5inch, .iPadPro11inch, .iPadPro12_9inch, .iPadPro13inch]
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:95:23: note: add '@MainActor' to make static property 'iPadProSet' part of global actor 'MainActor'
    public static let iPadProSet: DeviceOptionSet = [.iPadPro9_7inch, .iPadPro10_5inch, .iPadPro11inch, .iPadPro12_9inch, .iPadPro13inch]
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:95:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPadProSet: DeviceOptionSet = [.iPadPro9_7inch, .iPadPro10_5inch, .iPadPro11inch, .iPadPro12_9inch, .iPadPro13inch]
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:96:23: warning: static property 'iPadSet' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPadSet: DeviceOptionSet = [.iPad5, .iPad6, .iPad7, .iPad8, .iPad9, .iPad10, .iPad11, .iPadAir, .iPadMini, .iPadProSet]
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:96:23: note: add '@MainActor' to make static property 'iPadSet' part of global actor 'MainActor'
    public static let iPadSet: DeviceOptionSet = [.iPad5, .iPad6, .iPad7, .iPad8, .iPad9, .iPad10, .iPad11, .iPadAir, .iPadMini, .iPadProSet]
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:96:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPadSet: DeviceOptionSet = [.iPad5, .iPad6, .iPad7, .iPad8, .iPad9, .iPad10, .iPad11, .iPadAir, .iPadMini, .iPadProSet]
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:99:23: warning: static property 'iPod' is not concurrency-safe because non-'Sendable' type 'DeviceOptionSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iPod = DeviceOptionSet(rawValue: 1<<80)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:12:15: note: consider making struct 'DeviceOptionSet' conform to the 'Sendable' protocol
public struct DeviceOptionSet: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:99:23: note: add '@MainActor' to make static property 'iPod' part of global actor 'MainActor'
    public static let iPod = DeviceOptionSet(rawValue: 1<<80)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift:99:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iPod = DeviceOptionSet(rawValue: 1<<80)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/UIDevice+Extension.swift:252:11: error: cannot find type 'UIDevice' in scope
extension UIDevice {
          ^~~~~~~~
SwiftCompile normal arm64_32 Compiling\ DeviceDetector.swift /Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceDetector.swift (in target 'DeviceDetector' from project 'DeviceDetector')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	EmitSwiftModule normal arm64 (in target 'DeviceDetector' from project 'DeviceDetector')
	SwiftEmitModule normal arm64 Emitting\ module\ for\ DeviceDetector (in target 'DeviceDetector' from project 'DeviceDetector')
	SwiftEmitModule normal armv7k Emitting\ module\ for\ DeviceDetector (in target 'DeviceDetector' from project 'DeviceDetector')
	EmitSwiftModule normal armv7k (in target 'DeviceDetector' from project 'DeviceDetector')
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ DeviceDetector (in target 'DeviceDetector' from project 'DeviceDetector')
	EmitSwiftModule normal arm64_32 (in target 'DeviceDetector' from project 'DeviceDetector')
	SwiftCompile normal arm64_32 Compiling\ DeviceDetector.swift /Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceDetector.swift (in target 'DeviceDetector' from project 'DeviceDetector')
	Building workspace spi-builder-workspace with scheme DeviceDetector
(8 failures)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  DeviceDetector: /Users/admin/builder/spi-builder-workspace
resolved source packages: DeviceDetector
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DeviceDetector",
  "name" : "DeviceDetector",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "DeviceDetector",
      "targets" : [
        "DeviceDetector"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DeviceDetectorTests",
      "module_type" : "SwiftTarget",
      "name" : "DeviceDetectorTests",
      "path" : "Tests/DeviceDetectorTests",
      "sources" : [
        "DeviceDetectorTests.swift"
      ],
      "target_dependencies" : [
        "DeviceDetector"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DeviceDetector",
      "module_type" : "SwiftTarget",
      "name" : "DeviceDetector",
      "path" : "Sources/DeviceDetector",
      "product_memberships" : [
        "DeviceDetector"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/Resources/Device.plist",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "DeviceDetector.swift",
        "DeviceOptionSet.swift",
        "UIDevice+Extension.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "DeviceDetector"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DeviceDetector -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme DeviceDetector -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  DeviceDetector: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
    Target 'DeviceDetector' in project 'DeviceDetector'
        ➜ Explicit dependency on target 'DeviceDetector' in project 'DeviceDetector'
        ➜ Explicit dependency on target 'DeviceDetector_DeviceDetector' in project 'DeviceDetector'
    Target 'DeviceDetector' in project 'DeviceDetector'
        ➜ Explicit dependency on target 'DeviceDetector_DeviceDetector' in project 'DeviceDetector'
    Target 'DeviceDetector_DeviceDetector' in project 'DeviceDetector' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 85ad19d7a27cab1b5ac248da00c3c7a9
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/85ad19d7a27cab1b5ac248da00c3c7a9.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DeviceDetector_DeviceDetector.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector_DeviceDetector.build/empty-DeviceDetector_DeviceDetector.plist (in target 'DeviceDetector_DeviceDetector' from project 'DeviceDetector')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector_DeviceDetector.build/empty-DeviceDetector_DeviceDetector.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform watchos -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/DeviceDetector_DeviceDetector.bundle/Info.plist
SwiftDriver DeviceDetector normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'DeviceDetector' from project 'DeviceDetector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DeviceDetector -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector.build/Objects-normal/arm64_32/DeviceDetector.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector.build/Objects-normal/arm64_32/DeviceDetector-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector.build/Objects-normal/arm64_32/DeviceDetector.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector.build/Objects-normal/arm64_32/DeviceDetector_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector.build/Objects-normal/arm64_32/DeviceDetector-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver DeviceDetector normal armv7k com.apple.xcode.tools.swift.compiler (in target 'DeviceDetector' from project 'DeviceDetector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DeviceDetector -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector.build/Objects-normal/armv7k/DeviceDetector.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector.build/Objects-normal/armv7k/DeviceDetector-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector.build/Objects-normal/armv7k/DeviceDetector.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector.build/Objects-normal/armv7k/DeviceDetector_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector.build/Objects-normal/armv7k/DeviceDetector-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver DeviceDetector normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DeviceDetector' from project 'DeviceDetector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DeviceDetector -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector.build/Objects-normal/arm64/DeviceDetector.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector.build/Objects-normal/arm64/DeviceDetector-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector.build/Objects-normal/arm64/DeviceDetector.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector.build/Objects-normal/arm64/DeviceDetector_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector.build/Objects-normal/arm64/DeviceDetector-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ DeviceDetector (in target 'DeviceDetector' from project 'DeviceDetector')
EmitSwiftModule normal arm64_32 (in target 'DeviceDetector' from project 'DeviceDetector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/UIDevice+Extension.swift:252:11: error: cannot find type 'UIDevice' in scope
extension UIDevice {
          ^~~~~~~~
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceDetector.swift /Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift /Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/UIDevice+Extension.swift -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector.build/Objects-normal/arm64_32/DeviceDetector_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name DeviceDetector -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector.build/Objects-normal/arm64_32/DeviceDetector.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector.build/Objects-normal/arm64_32/DeviceDetector.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector.build/Objects-normal/arm64_32/DeviceDetector-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector.build/Objects-normal/arm64_32/DeviceDetector-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector.build/Objects-normal/arm64_32/DeviceDetector-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector.build/Objects-normal/arm64_32/DeviceDetector.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector.build/Objects-normal/arm64_32/DeviceDetector.abi.json
SwiftEmitModule normal armv7k Emitting\ module\ for\ DeviceDetector (in target 'DeviceDetector' from project 'DeviceDetector')
EmitSwiftModule normal armv7k (in target 'DeviceDetector' from project 'DeviceDetector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ UIDevice+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/UIDevice+Extension.swift (in target 'DeviceDetector' from project 'DeviceDetector')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/UIDevice+Extension.swift (in target 'DeviceDetector' from project 'DeviceDetector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ UIDevice+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/UIDevice+Extension.swift (in target 'DeviceDetector' from project 'DeviceDetector')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/UIDevice+Extension.swift (in target 'DeviceDetector' from project 'DeviceDetector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ DeviceDetector.swift /Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceDetector.swift (in target 'DeviceDetector' from project 'DeviceDetector')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceDetector.swift (in target 'DeviceDetector' from project 'DeviceDetector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector.build/DerivedSources/resource_bundle_accessor.swift (in target 'DeviceDetector' from project 'DeviceDetector')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector.build/DerivedSources/resource_bundle_accessor.swift (in target 'DeviceDetector' from project 'DeviceDetector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ DeviceOptionSet.swift /Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift (in target 'DeviceDetector' from project 'DeviceDetector')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift (in target 'DeviceDetector' from project 'DeviceDetector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ DeviceDetector (in target 'DeviceDetector' from project 'DeviceDetector')
EmitSwiftModule normal arm64 (in target 'DeviceDetector' from project 'DeviceDetector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector.build/DerivedSources/resource_bundle_accessor.swift (in target 'DeviceDetector' from project 'DeviceDetector')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector.build/DerivedSources/resource_bundle_accessor.swift (in target 'DeviceDetector' from project 'DeviceDetector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ DeviceOptionSet.swift /Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift (in target 'DeviceDetector' from project 'DeviceDetector')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/DeviceDetector/DeviceOptionSet.swift (in target 'DeviceDetector' from project 'DeviceDetector')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector.build/DerivedSources/resource_bundle_accessor.swift (in target 'DeviceDetector' from project 'DeviceDetector')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	EmitSwiftModule normal arm64_32 (in target 'DeviceDetector' from project 'DeviceDetector')
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ DeviceDetector (in target 'DeviceDetector' from project 'DeviceDetector')
	SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DeviceDetector.build/Debug-watchos/DeviceDetector.build/DerivedSources/resource_bundle_accessor.swift (in target 'DeviceDetector' from project 'DeviceDetector')
	Building workspace spi-builder-workspace with scheme DeviceDetector
(4 failures)
BUILD FAILURE 6.1 watchOS