The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of OTPKit, reference main (159b1f), with Swift 6.1 for visionOS using Xcode 16.3 on 27 Apr 2025 16:50:25 UTC.

Swift 6 data race errors: 27

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme OTPKit -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/ModuleIdentifier.swift:34:15: note: consider making struct 'OTPModuleIdentifier' conform to the 'Sendable' protocol
public struct OTPModuleIdentifier: Comparable, Hashable {
              ^
                                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Modules/ModulePosition.swift:48:23: note: add '@MainActor' to make static property 'identifier' part of global actor 'MainActor'
    public static let identifier: OTPModuleIdentifier = OTPModuleIdentifier(manufacturerID: ModuleLayer.ManufacturerID.esta.rawValue, moduleNumber: ModuleLayer.StandardModuleNumber.position.rawValue)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Modules/ModulePosition.swift:48:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let identifier: OTPModuleIdentifier = OTPModuleIdentifier(manufacturerID: ModuleLayer.ManufacturerID.esta.rawValue, moduleNumber: ModuleLayer.StandardModuleNumber.position.rawValue)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Modules/ModulePositionVelAccel.swift:48:23: warning: static property 'identifier' is not concurrency-safe because non-'Sendable' type 'OTPModuleIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let identifier: OTPModuleIdentifier = OTPModuleIdentifier(manufacturerID: ModuleLayer.ManufacturerID.esta.rawValue, moduleNumber: ModuleLayer.StandardModuleNumber.positionVelocityAccel.rawValue)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/ModuleIdentifier.swift:34:15: note: consider making struct 'OTPModuleIdentifier' conform to the 'Sendable' protocol
public struct OTPModuleIdentifier: Comparable, Hashable {
              ^
                                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Modules/ModulePositionVelAccel.swift:48:23: note: add '@MainActor' to make static property 'identifier' part of global actor 'MainActor'
    public static let identifier: OTPModuleIdentifier = OTPModuleIdentifier(manufacturerID: ModuleLayer.ManufacturerID.esta.rawValue, moduleNumber: ModuleLayer.StandardModuleNumber.positionVelocityAccel.rawValue)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Modules/ModulePositionVelAccel.swift:48:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let identifier: OTPModuleIdentifier = OTPModuleIdentifier(manufacturerID: ModuleLayer.ManufacturerID.esta.rawValue, moduleNumber: ModuleLayer.StandardModuleNumber.positionVelocityAccel.rawValue)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Modules/ModuleReferenceFrame.swift:57:23: warning: static property 'identifier' is not concurrency-safe because non-'Sendable' type 'OTPModuleIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let identifier: OTPModuleIdentifier = OTPModuleIdentifier(manufacturerID: ModuleLayer.ManufacturerID.esta.rawValue, moduleNumber: ModuleLayer.StandardModuleNumber.referenceFrame.rawValue)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/ModuleIdentifier.swift:34:15: note: consider making struct 'OTPModuleIdentifier' conform to the 'Sendable' protocol
public struct OTPModuleIdentifier: Comparable, Hashable {
              ^
                                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Modules/ModuleReferenceFrame.swift:57:23: note: add '@MainActor' to make static property 'identifier' part of global actor 'MainActor'
    public static let identifier: OTPModuleIdentifier = OTPModuleIdentifier(manufacturerID: ModuleLayer.ManufacturerID.esta.rawValue, moduleNumber: ModuleLayer.StandardModuleNumber.referenceFrame.rawValue)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Modules/ModuleReferenceFrame.swift:57:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let identifier: OTPModuleIdentifier = OTPModuleIdentifier(manufacturerID: ModuleLayer.ManufacturerID.esta.rawValue, moduleNumber: ModuleLayer.StandardModuleNumber.referenceFrame.rawValue)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Modules/ModuleRotation.swift:48:23: warning: static property 'identifier' is not concurrency-safe because non-'Sendable' type 'OTPModuleIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let identifier: OTPModuleIdentifier = OTPModuleIdentifier(manufacturerID: ModuleLayer.ManufacturerID.esta.rawValue, moduleNumber: ModuleLayer.StandardModuleNumber.rotation.rawValue)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/ModuleIdentifier.swift:34:15: note: consider making struct 'OTPModuleIdentifier' conform to the 'Sendable' protocol
public struct OTPModuleIdentifier: Comparable, Hashable {
              ^
                                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Modules/ModuleRotation.swift:48:23: note: add '@MainActor' to make static property 'identifier' part of global actor 'MainActor'
    public static let identifier: OTPModuleIdentifier = OTPModuleIdentifier(manufacturerID: ModuleLayer.ManufacturerID.esta.rawValue, moduleNumber: ModuleLayer.StandardModuleNumber.rotation.rawValue)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Modules/ModuleRotation.swift:48:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let identifier: OTPModuleIdentifier = OTPModuleIdentifier(manufacturerID: ModuleLayer.ManufacturerID.esta.rawValue, moduleNumber: ModuleLayer.StandardModuleNumber.rotation.rawValue)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Modules/ModuleRotationVelAccel.swift:50:23: warning: static property 'identifier' is not concurrency-safe because non-'Sendable' type 'OTPModuleIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let identifier: OTPModuleIdentifier = OTPModuleIdentifier(manufacturerID: ModuleLayer.ManufacturerID.esta.rawValue, moduleNumber: ModuleLayer.StandardModuleNumber.rotationVelocityAccel.rawValue)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/ModuleIdentifier.swift:34:15: note: consider making struct 'OTPModuleIdentifier' conform to the 'Sendable' protocol
public struct OTPModuleIdentifier: Comparable, Hashable {
              ^
                                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Modules/ModuleRotationVelAccel.swift:50:23: note: add '@MainActor' to make static property 'identifier' part of global actor 'MainActor'
    public static let identifier: OTPModuleIdentifier = OTPModuleIdentifier(manufacturerID: ModuleLayer.ManufacturerID.esta.rawValue, moduleNumber: ModuleLayer.StandardModuleNumber.rotationVelocityAccel.rawValue)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Modules/ModuleRotationVelAccel.swift:50:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let identifier: OTPModuleIdentifier = OTPModuleIdentifier(manufacturerID: ModuleLayer.ManufacturerID.esta.rawValue, moduleNumber: ModuleLayer.StandardModuleNumber.rotationVelocityAccel.rawValue)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Modules/ModuleScale.swift:48:23: warning: static property 'identifier' is not concurrency-safe because non-'Sendable' type 'OTPModuleIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let identifier: OTPModuleIdentifier = OTPModuleIdentifier(manufacturerID: ModuleLayer.ManufacturerID.esta.rawValue, moduleNumber: ModuleLayer.StandardModuleNumber.scale.rawValue)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/ModuleIdentifier.swift:34:15: note: consider making struct 'OTPModuleIdentifier' conform to the 'Sendable' protocol
public struct OTPModuleIdentifier: Comparable, Hashable {
              ^
                                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Modules/ModuleScale.swift:48:23: note: add '@MainActor' to make static property 'identifier' part of global actor 'MainActor'
    public static let identifier: OTPModuleIdentifier = OTPModuleIdentifier(manufacturerID: ModuleLayer.ManufacturerID.esta.rawValue, moduleNumber: ModuleLayer.StandardModuleNumber.scale.rawValue)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Modules/ModuleScale.swift:48:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let identifier: OTPModuleIdentifier = OTPModuleIdentifier(manufacturerID: ModuleLayer.ManufacturerID.esta.rawValue, moduleNumber: ModuleLayer.StandardModuleNumber.scale.rawValue)
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Data+Extension.swift,\ Date+Extension.swift,\ Folio.swift /Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Data+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Date+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Folio.swift (in target 'OTPKit' from project 'OTPKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Data+Extension.swift (in target 'OTPKit' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Date+Extension.swift (in target 'OTPKit' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Folio.swift (in target 'OTPKit' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ModuleIdentifier.swift,\ ModulePosition.swift,\ ModulePositionVelAccel.swift /Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/ModuleIdentifier.swift /Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Modules/ModulePosition.swift /Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Modules/ModulePositionVelAccel.swift (in target 'OTPKit' from project 'OTPKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/ModuleIdentifier.swift (in target 'OTPKit' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Modules/ModulePosition.swift (in target 'OTPKit' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Modules/ModulePosition.swift:48:23: warning: static property 'identifier' is not concurrency-safe because non-'Sendable' type 'OTPModuleIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let identifier: OTPModuleIdentifier = OTPModuleIdentifier(manufacturerID: ModuleLayer.ManufacturerID.esta.rawValue, moduleNumber: ModuleLayer.StandardModuleNumber.position.rawValue)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/ModuleIdentifier.swift:34:15: note: consider making struct 'OTPModuleIdentifier' conform to the 'Sendable' protocol
public struct OTPModuleIdentifier: Comparable, Hashable {
              ^
                                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Modules/ModulePosition.swift:48:23: note: add '@MainActor' to make static property 'identifier' part of global actor 'MainActor'
    public static let identifier: OTPModuleIdentifier = OTPModuleIdentifier(manufacturerID: ModuleLayer.ManufacturerID.esta.rawValue, moduleNumber: ModuleLayer.StandardModuleNumber.position.rawValue)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Modules/ModulePosition.swift:48:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let identifier: OTPModuleIdentifier = OTPModuleIdentifier(manufacturerID: ModuleLayer.ManufacturerID.esta.rawValue, moduleNumber: ModuleLayer.StandardModuleNumber.position.rawValue)
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Modules/ModulePositionVelAccel.swift (in target 'OTPKit' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Modules/ModulePositionVelAccel.swift:48:23: warning: static property 'identifier' is not concurrency-safe because non-'Sendable' type 'OTPModuleIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let identifier: OTPModuleIdentifier = OTPModuleIdentifier(manufacturerID: ModuleLayer.ManufacturerID.esta.rawValue, moduleNumber: ModuleLayer.StandardModuleNumber.positionVelocityAccel.rawValue)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/ModuleIdentifier.swift:34:15: note: consider making struct 'OTPModuleIdentifier' conform to the 'Sendable' protocol
public struct OTPModuleIdentifier: Comparable, Hashable {
              ^
                                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Modules/ModulePositionVelAccel.swift:48:23: note: add '@MainActor' to make static property 'identifier' part of global actor 'MainActor'
    public static let identifier: OTPModuleIdentifier = OTPModuleIdentifier(manufacturerID: ModuleLayer.ManufacturerID.esta.rawValue, moduleNumber: ModuleLayer.StandardModuleNumber.positionVelocityAccel.rawValue)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Modules/ModulePositionVelAccel.swift:48:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let identifier: OTPModuleIdentifier = OTPModuleIdentifier(manufacturerID: ModuleLayer.ManufacturerID.esta.rawValue, moduleNumber: ModuleLayer.StandardModuleNumber.positionVelocityAccel.rawValue)
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ ModuleReferenceFrame.swift,\ ModuleRotation.swift,\ ModuleRotationVelAccel.swift /Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Modules/ModuleReferenceFrame.swift /Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Modules/ModuleRotation.swift /Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Modules/ModuleRotationVelAccel.swift (in target 'OTPKit' from project 'OTPKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Modules/ModuleReferenceFrame.swift (in target 'OTPKit' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Modules/ModuleReferenceFrame.swift:57:23: warning: static property 'identifier' is not concurrency-safe because non-'Sendable' type 'OTPModuleIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let identifier: OTPModuleIdentifier = OTPModuleIdentifier(manufacturerID: ModuleLayer.ManufacturerID.esta.rawValue, moduleNumber: ModuleLayer.StandardModuleNumber.referenceFrame.rawValue)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/ModuleIdentifier.swift:34:15: note: consider making struct 'OTPModuleIdentifier' conform to the 'Sendable' protocol
public struct OTPModuleIdentifier: Comparable, Hashable {
              ^
                                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Modules/ModuleReferenceFrame.swift:57:23: note: add '@MainActor' to make static property 'identifier' part of global actor 'MainActor'
    public static let identifier: OTPModuleIdentifier = OTPModuleIdentifier(manufacturerID: ModuleLayer.ManufacturerID.esta.rawValue, moduleNumber: ModuleLayer.StandardModuleNumber.referenceFrame.rawValue)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Modules/ModuleReferenceFrame.swift:57:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let identifier: OTPModuleIdentifier = OTPModuleIdentifier(manufacturerID: ModuleLayer.ManufacturerID.esta.rawValue, moduleNumber: ModuleLayer.StandardModuleNumber.referenceFrame.rawValue)
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Modules/ModuleRotation.swift (in target 'OTPKit' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Modules/ModuleRotation.swift:48:23: warning: static property 'identifier' is not concurrency-safe because non-'Sendable' type 'OTPModuleIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let identifier: OTPModuleIdentifier = OTPModuleIdentifier(manufacturerID: ModuleLayer.ManufacturerID.esta.rawValue, moduleNumber: ModuleLayer.StandardModuleNumber.rotation.rawValue)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/ModuleIdentifier.swift:34:15: note: consider making struct 'OTPModuleIdentifier' conform to the 'Sendable' protocol
public struct OTPModuleIdentifier: Comparable, Hashable {
              ^
                                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Modules/ModuleRotation.swift:48:23: note: add '@MainActor' to make static property 'identifier' part of global actor 'MainActor'
    public static let identifier: OTPModuleIdentifier = OTPModuleIdentifier(manufacturerID: ModuleLayer.ManufacturerID.esta.rawValue, moduleNumber: ModuleLayer.StandardModuleNumber.rotation.rawValue)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Modules/ModuleRotation.swift:48:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let identifier: OTPModuleIdentifier = OTPModuleIdentifier(manufacturerID: ModuleLayer.ManufacturerID.esta.rawValue, moduleNumber: ModuleLayer.StandardModuleNumber.rotation.rawValue)
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Modules/ModuleRotationVelAccel.swift (in target 'OTPKit' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Modules/ModuleRotationVelAccel.swift:50:23: warning: static property 'identifier' is not concurrency-safe because non-'Sendable' type 'OTPModuleIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let identifier: OTPModuleIdentifier = OTPModuleIdentifier(manufacturerID: ModuleLayer.ManufacturerID.esta.rawValue, moduleNumber: ModuleLayer.StandardModuleNumber.rotationVelocityAccel.rawValue)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/ModuleIdentifier.swift:34:15: note: consider making struct 'OTPModuleIdentifier' conform to the 'Sendable' protocol
public struct OTPModuleIdentifier: Comparable, Hashable {
              ^
                                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Modules/ModuleRotationVelAccel.swift:50:23: note: add '@MainActor' to make static property 'identifier' part of global actor 'MainActor'
    public static let identifier: OTPModuleIdentifier = OTPModuleIdentifier(manufacturerID: ModuleLayer.ManufacturerID.esta.rawValue, moduleNumber: ModuleLayer.StandardModuleNumber.rotationVelocityAccel.rawValue)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Modules/ModuleRotationVelAccel.swift:50:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let identifier: OTPModuleIdentifier = OTPModuleIdentifier(manufacturerID: ModuleLayer.ManufacturerID.esta.rawValue, moduleNumber: ModuleLayer.StandardModuleNumber.rotationVelocityAccel.rawValue)
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ ModuleAdvertisementLayer.swift,\ ModuleLayer.swift,\ NameAdvertisementLayer.swift,\ OTPLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Layers/ModuleAdvertisementLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Layers/ModuleLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Layers/NameAdvertisementLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Layers/OTPLayer.swift (in target 'OTPKit' from project 'OTPKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Layers/ModuleAdvertisementLayer.swift (in target 'OTPKit' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Layers/ModuleLayer.swift (in target 'OTPKit' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Layers/ModuleLayer.swift:186:10: warning: associated value 'invalidValue(field:value:moduleIdentifier:length:)' of 'Sendable'-conforming enum 'ModuleLayerValidationError' has non-sendable type 'OTPModuleIdentifier'; this is an error in the Swift 6 language mode
    case invalidValue(field: String, value: String, moduleIdentifier: OTPModuleIdentifier, length: OTPPDULength)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/ModuleIdentifier.swift:34:15: note: consider making struct 'OTPModuleIdentifier' conform to the 'Sendable' protocol
public struct OTPModuleIdentifier: Comparable, Hashable {
              ^
                                                       , Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Layers/NameAdvertisementLayer.swift (in target 'OTPKit' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Layers/OTPLayer.swift (in target 'OTPKit' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ NetworkDefinitions.swift,\ Address.swift,\ AddressPointDescription.swift /Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Network/NetworkDefinitions.swift /Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Address.swift /Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/AddressPointDescription.swift (in target 'OTPKit' from project 'OTPKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Network/NetworkDefinitions.swift (in target 'OTPKit' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Network/NetworkDefinitions.swift:109:24: warning: static property 'transformMessagePrefix' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var transformMessagePrefix: String = "239.159.1."
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Network/NetworkDefinitions.swift:109:24: note: convert 'transformMessagePrefix' to a 'let' constant to make 'Sendable' shared state immutable
    private static var transformMessagePrefix: String = "239.159.1."
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Network/NetworkDefinitions.swift:109:24: note: add '@MainActor' to make static property 'transformMessagePrefix' part of global actor 'MainActor'
    private static var transformMessagePrefix: String = "239.159.1."
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Network/NetworkDefinitions.swift:109:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var transformMessagePrefix: String = "239.159.1."
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Network/NetworkDefinitions.swift:112:16: warning: static property 'advertisementMessageHostname' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var advertisementMessageHostname: Hostname = "239.159.2.1"
               ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Network/NetworkDefinitions.swift:112:16: note: convert 'advertisementMessageHostname' to a 'let' constant to make 'Sendable' shared state immutable
    static var advertisementMessageHostname: Hostname = "239.159.2.1"
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Network/NetworkDefinitions.swift:112:16: note: add '@MainActor' to make static property 'advertisementMessageHostname' part of global actor 'MainActor'
    static var advertisementMessageHostname: Hostname = "239.159.2.1"
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Network/NetworkDefinitions.swift:112:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var advertisementMessageHostname: Hostname = "239.159.2.1"
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Network/NetworkDefinitions.swift:139:24: warning: static property 'transformMessagePrefix' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var transformMessagePrefix: String = "ff18::9f:00:01:"
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Network/NetworkDefinitions.swift:139:24: note: convert 'transformMessagePrefix' to a 'let' constant to make 'Sendable' shared state immutable
    private static var transformMessagePrefix: String = "ff18::9f:00:01:"
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Network/NetworkDefinitions.swift:139:24: note: add '@MainActor' to make static property 'transformMessagePrefix' part of global actor 'MainActor'
    private static var transformMessagePrefix: String = "ff18::9f:00:01:"
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Network/NetworkDefinitions.swift:139:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var transformMessagePrefix: String = "ff18::9f:00:01:"
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Network/NetworkDefinitions.swift:142:16: warning: static property 'advertisementMessageHostname' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var advertisementMessageHostname: Hostname = "ff18::9f:00:02:01"
               ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Network/NetworkDefinitions.swift:142:16: note: convert 'advertisementMessageHostname' to a 'let' constant to make 'Sendable' shared state immutable
    static var advertisementMessageHostname: Hostname = "ff18::9f:00:02:01"
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Network/NetworkDefinitions.swift:142:16: note: add '@MainActor' to make static property 'advertisementMessageHostname' part of global actor 'MainActor'
    static var advertisementMessageHostname: Hostname = "ff18::9f:00:02:01"
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Network/NetworkDefinitions.swift:142:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var advertisementMessageHostname: Hostname = "ff18::9f:00:02:01"
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Address.swift (in target 'OTPKit' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/AddressPointDescription.swift (in target 'OTPKit' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ModuleScale.swift,\ Point.swift,\ CwlDispatch.swift /Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Modules/ModuleScale.swift /Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Point.swift /Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Vendor/CwlDispatch.swift (in target 'OTPKit' from project 'OTPKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Modules/ModuleScale.swift (in target 'OTPKit' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Modules/ModuleScale.swift:48:23: warning: static property 'identifier' is not concurrency-safe because non-'Sendable' type 'OTPModuleIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let identifier: OTPModuleIdentifier = OTPModuleIdentifier(manufacturerID: ModuleLayer.ManufacturerID.esta.rawValue, moduleNumber: ModuleLayer.StandardModuleNumber.scale.rawValue)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/ModuleIdentifier.swift:34:15: note: consider making struct 'OTPModuleIdentifier' conform to the 'Sendable' protocol
public struct OTPModuleIdentifier: Comparable, Hashable {
              ^
                                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Modules/ModuleScale.swift:48:23: note: add '@MainActor' to make static property 'identifier' part of global actor 'MainActor'
    public static let identifier: OTPModuleIdentifier = OTPModuleIdentifier(manufacturerID: ModuleLayer.ManufacturerID.esta.rawValue, moduleNumber: ModuleLayer.StandardModuleNumber.scale.rawValue)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Modules/ModuleScale.swift:48:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let identifier: OTPModuleIdentifier = OTPModuleIdentifier(manufacturerID: ModuleLayer.ManufacturerID.esta.rawValue, moduleNumber: ModuleLayer.StandardModuleNumber.scale.rawValue)
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Point.swift (in target 'OTPKit' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Vendor/CwlDispatch.swift (in target 'OTPKit' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ PointLayer.swift,\ SystemAdvertismentLayer.swift,\ TransformLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Layers/PointLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Layers/SystemAdvertismentLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Layers/TransformLayer.swift (in target 'OTPKit' from project 'OTPKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Layers/PointLayer.swift (in target 'OTPKit' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Layers/PointLayer.swift:233:43: warning: capture of 'delegate' with non-sendable type '(any OTPComponentProtocolErrorDelegate)?' in a '@Sendable' closure
                    delegateQueue.async { delegate?.layerError(error.logDescription) }
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Component.swift:434:17: note: protocol 'OTPComponentProtocolErrorDelegate' does not conform to the 'Sendable' protocol
public protocol OTPComponentProtocolErrorDelegate: AnyObject {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Layers/PointLayer.swift:258:47: warning: capture of 'delegate' with non-sendable type '(any OTPComponentProtocolErrorDelegate)?' in a '@Sendable' closure
                        delegateQueue.async { delegate?.layerError(error.logDescription) }
                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Component.swift:434:17: note: protocol 'OTPComponentProtocolErrorDelegate' does not conform to the 'Sendable' protocol
public protocol OTPComponentProtocolErrorDelegate: AnyObject {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Layers/PointLayer.swift:273:44: warning: capture of 'delegate' with non-sendable type '(any OTPComponentProtocolErrorDelegate)?' in a '@Sendable' closure
                    delegateQueue.async {  delegate?.layerError(error.logDescription) }
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Component.swift:434:17: note: protocol 'OTPComponentProtocolErrorDelegate' does not conform to the 'Sendable' protocol
public protocol OTPComponentProtocolErrorDelegate: AnyObject {
                ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Layers/SystemAdvertismentLayer.swift (in target 'OTPKit' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Layers/SystemAdvertismentLayer.swift:203:43: warning: capture of 'delegate' with non-sendable type '(any OTPComponentProtocolErrorDelegate)?' in a '@Sendable' closure
                    delegateQueue.async { delegate?.layerError(error.logDescription) }
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Component.swift:434:17: note: protocol 'OTPComponentProtocolErrorDelegate' does not conform to the 'Sendable' protocol
public protocol OTPComponentProtocolErrorDelegate: AnyObject {
                ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Layers/TransformLayer.swift (in target 'OTPKit' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Layers/TransformLayer.swift:249:43: warning: capture of 'delegate' with non-sendable type '(any OTPComponentProtocolErrorDelegate)?' in a '@Sendable' closure
                    delegateQueue.async { delegate?.layerError(error.logDescription) }
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Component.swift:434:17: note: protocol 'OTPComponentProtocolErrorDelegate' does not conform to the 'Sendable' protocol
public protocol OTPComponentProtocolErrorDelegate: AnyObject {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Layers/TransformLayer.swift:284:47: warning: capture of 'delegate' with non-sendable type '(any OTPComponentProtocolErrorDelegate)?' in a '@Sendable' closure
                        delegateQueue.async { delegate?.layerError(error.logDescription) }
                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Component.swift:434:17: note: protocol 'OTPComponentProtocolErrorDelegate' does not conform to the 'Sendable' protocol
public protocol OTPComponentProtocolErrorDelegate: AnyObject {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Layers/TransformLayer.swift:294:39: warning: capture of 'delegate' with non-sendable type '(any OTPComponentProtocolErrorDelegate)?' in a '@Sendable' closure
                delegateQueue.async { delegate?.layerError(error.logDescription) }
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Component.swift:434:17: note: protocol 'OTPComponentProtocolErrorDelegate' does not conform to the 'Sendable' protocol
public protocol OTPComponentProtocolErrorDelegate: AnyObject {
                ^
SwiftCompile normal arm64 Compiling\ ConsumerProducer.swift,\ Producer.swift,\ ProducerConsumer.swift,\ AdvertismentLayer.swift /Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/ConsumerProducer.swift /Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift /Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/ProducerConsumer.swift /Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Layers/AdvertismentLayer.swift (in target 'OTPKit' from project 'OTPKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/ConsumerProducer.swift (in target 'OTPKit' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift (in target 'OTPKit' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:793:40: warning: capture of 'self' with non-sendable type 'OTPProducer' in a '@Sendable' closure
            self.delegateQueue.async { self.debugDelegate?.debugLog("Reset \(systemNumbers?.count ?? Int(SystemNumber.maxSystemNumber)) transform message folio numbers to \(FolioNumber.min)") }
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:85:20: note: class 'OTPProducer' does not conform to the 'Sendable' protocol
final public class OTPProducer: Component {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:811:49: warning: capture of 'self' with non-sendable type 'OTPProducer?' in a '@Sendable' closure
                    self?.delegateQueue.async { self?.debugDelegate?.debugLog("Completed initial wait for module advertisement messages") }
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:85:20: note: class 'OTPProducer' does not conform to the 'Sendable' protocol
final public class OTPProducer: Component {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:811:49: warning: reference to captured var 'self' in concurrently-executing code
                    self?.delegateQueue.async { self?.debugDelegate?.debugLog("Completed initial wait for module advertisement messages") }
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:858:53: warning: capture of 'self' with non-sendable type 'OTPProducer?' in a '@Sendable' closure
                        self?.delegateQueue.async { self?.debugDelegate?.debugLog("Check for stale modules. Resulting modules \(newModuleIdentifiers.map { $0.moduleIdentifier.logDescription }.joined(separator: ", "))") }
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:85:20: note: class 'OTPProducer' does not conform to the 'Sendable' protocol
final public class OTPProducer: Component {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:858:129: warning: capture of 'newModuleIdentifiers' with non-sendable type '[ModuleIdentifierNotification]' in a '@Sendable' closure
                        self?.delegateQueue.async { self?.debugDelegate?.debugLog("Check for stale modules. Resulting modules \(newModuleIdentifiers.map { $0.moduleIdentifier.logDescription }.joined(separator: ", "))") }
                                                                                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/ModuleIdentifier.swift:85:8: note: consider making struct 'ModuleIdentifierNotification' conform to the 'Sendable' protocol
struct ModuleIdentifierNotification: Comparable, Hashable {
       ^
                                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:858:53: warning: reference to captured var 'self' in concurrently-executing code
                        self?.delegateQueue.async { self?.debugDelegate?.debugLog("Check for stale modules. Resulting modules \(newModuleIdentifiers.map { $0.moduleIdentifier.logDescription }.joined(separator: ", "))") }
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:1072:35: warning: capture of 'self' with non-sendable type 'OTPProducer' in a '@Sendable' closure
            delegateQueue.async { self.producerDelegate?.consumerStatusChanged(OTPConsumerStatus(name: consumer.name, cid: consumer.cid, ipMode: consumer.ipMode, ipAddresses: consumer.ipAddresses, sequenceErrors: consumer.sequenceErrors, state: .offline, moduleIdentifiers: consumer.moduleIdentifiers)) }
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:85:20: note: class 'OTPProducer' does not conform to the 'Sendable' protocol
final public class OTPProducer: Component {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:1072:104: warning: capture of 'consumer' with non-sendable type 'ProducerConsumer' in a '@Sendable' closure
            delegateQueue.async { self.producerDelegate?.consumerStatusChanged(OTPConsumerStatus(name: consumer.name, cid: consumer.cid, ipMode: consumer.ipMode, ipAddresses: consumer.ipAddresses, sequenceErrors: consumer.sequenceErrors, state: .offline, moduleIdentifiers: consumer.moduleIdentifiers)) }
                                                                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/ProducerConsumer.swift:36:8: note: consider making struct 'ProducerConsumer' conform to the 'Sendable' protocol
struct ProducerConsumer: Equatable {
       ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:1095:59: warning: capture of 'self' with non-sendable type 'OTPProducer' in a '@Sendable' closure
            let previousSystemNumbers = Self.queue.sync { self.systemNumbers }
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:85:20: note: class 'OTPProducer' does not conform to the 'Sendable' protocol
final public class OTPProducer: Component {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:1095:59: warning: capture of 'self' with non-sendable type 'OTPProducer' in an isolated closure; this is an error in the Swift 6 language mode
            let previousSystemNumbers = Self.queue.sync { self.systemNumbers }
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:85:20: note: class 'OTPProducer' does not conform to the 'Sendable' protocol
final public class OTPProducer: Component {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:1098:51: warning: capture of 'self' with non-sendable type 'OTPProducer' in an isolated closure; this is an error in the Swift 6 language mode
            let systemNumbers = Self.queue.sync { self.points.filter { !$0.modules.isEmpty && $0.hasRequestedModules }.map { $0.address.systemNumber } }
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:85:20: note: class 'OTPProducer' does not conform to the 'Sendable' protocol
final public class OTPProducer: Component {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:1105:21: warning: capture of 'self' with non-sendable type 'OTPProducer' in an isolated closure; this is an error in the Swift 6 language mode
                    self.systemNumbers = newSystemNumbers
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:85:20: note: class 'OTPProducer' does not conform to the 'Sendable' protocol
final public class OTPProducer: Component {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:1111:21: warning: capture of 'self' with non-sendable type 'OTPProducer' in an isolated closure; this is an error in the Swift 6 language mode
                    self.systemAdvertisementMessage = systemAdvertisementMessage
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:85:20: note: class 'OTPProducer' does not conform to the 'Sendable' protocol
final public class OTPProducer: Component {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:1127:70: warning: capture of 'self' with non-sendable type 'OTPProducer' in a '@Sendable' closure
            let previousAddressPointDescriptions = Self.queue.sync { self.nameAddressPointDescriptions }
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:85:20: note: class 'OTPProducer' does not conform to the 'Sendable' protocol
final public class OTPProducer: Component {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:1127:70: warning: capture of 'self' with non-sendable type 'OTPProducer' in an isolated closure; this is an error in the Swift 6 language mode
            let previousAddressPointDescriptions = Self.queue.sync { self.nameAddressPointDescriptions }
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:85:20: note: class 'OTPProducer' does not conform to the 'Sendable' protocol
final public class OTPProducer: Component {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:1131:62: warning: capture of 'self' with non-sendable type 'OTPProducer' in an isolated closure; this is an error in the Swift 6 language mode
            let addressPointDescriptions = Self.queue.sync { self.points.filter { !$0.modules.isEmpty && !$0.name.isEmpty }.map { AddressPointDescription(address: $0.address, pointName: $0.name) } }
                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:85:20: note: class 'OTPProducer' does not conform to the 'Sendable' protocol
final public class OTPProducer: Component {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:1161:21: warning: capture of 'self' with non-sendable type 'OTPProducer' in an isolated closure; this is an error in the Swift 6 language mode
                    self.nameAddressPointDescriptions = newAddressPointDescriptions
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:85:20: note: class 'OTPProducer' does not conform to the 'Sendable' protocol
final public class OTPProducer: Component {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:1167:21: warning: capture of 'self' with non-sendable type 'OTPProducer' in an isolated closure; this is an error in the Swift 6 language mode
                    self.nameAdvertisementMessages = nameAdvertisementMessages
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:85:20: note: class 'OTPProducer' does not conform to the 'Sendable' protocol
final public class OTPProducer: Component {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:1496:47: warning: capture of 'self' with non-sendable type 'OTPProducer' in a '@Sendable' closure
                        delegateQueue.async { self.debugDelegate?.debugLog("Received module advertisement message from \(otpLayer.componentName) \(otpLayer.cid)") }
                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:85:20: note: class 'OTPProducer' does not conform to the 'Sendable' protocol
final public class OTPProducer: Component {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:1502:47: warning: capture of 'self' with non-sendable type 'OTPProducer' in a '@Sendable' closure
                        delegateQueue.async { self.debugDelegate?.debugLog("Received module identifiers \(moduleAdvertisementLayer.moduleIdentifiers.map { $0.logDescription }.joined(separator: ", ")) from \(otpLayer.cid)") }
                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:85:20: note: class 'OTPProducer' does not conform to the 'Sendable' protocol
final public class OTPProducer: Component {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:1502:107: warning: capture of 'moduleAdvertisementLayer' with non-sendable type 'ModuleAdvertismentLayer' in a '@Sendable' closure
                        delegateQueue.async { self.debugDelegate?.debugLog("Received module identifiers \(moduleAdvertisementLayer.moduleIdentifiers.map { $0.logDescription }.joined(separator: ", ")) from \(otpLayer.cid)") }
                                                                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Layers/ModuleAdvertisementLayer.swift:34:8: note: consider making struct 'ModuleAdvertismentLayer' conform to the 'Sendable' protocol
struct ModuleAdvertismentLayer {
       ^
                               : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:1527:47: warning: capture of 'self' with non-sendable type 'OTPProducer' in a '@Sendable' closure
                        delegateQueue.async { self.debugDelegate?.debugLog("Resulting modules \(newModuleIdentifiers.map { $0.moduleIdentifier.logDescription }.joined(separator: ", "))") }
                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:85:20: note: class 'OTPProducer' does not conform to the 'Sendable' protocol
final public class OTPProducer: Component {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:1527:97: warning: capture of 'newModuleIdentifiers' with non-sendable type '[ModuleIdentifierNotification]' in a '@Sendable' closure
                        delegateQueue.async { self.debugDelegate?.debugLog("Resulting modules \(newModuleIdentifiers.map { $0.moduleIdentifier.logDescription }.joined(separator: ", "))") }
                                                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/ModuleIdentifier.swift:85:8: note: consider making struct 'ModuleIdentifierNotification' conform to the 'Sendable' protocol
struct ModuleIdentifierNotification: Comparable, Hashable {
       ^
                                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:1582:60: warning: capture of 'self' with non-sendable type 'OTPProducer' in a '@Sendable' closure
                                self.delegateQueue.async { self.producerDelegate?.consumerStatusChanged(OTPConsumerStatus(name: otpLayer.componentName, cid: consumer.cid, ipMode: existingComponentIPMode, ipAddresses: newIpAddresses, sequenceErrors: consumer.sequenceErrors, state: notifiedState, moduleIdentifiers: moduleAdvertisementLayer.moduleIdentifiers)) }
                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:85:20: note: class 'OTPProducer' does not conform to the 'Sendable' protocol
final public class OTPProducer: Component {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:1582:158: warning: capture of 'consumer' with non-sendable type 'ProducerConsumer' in a '@Sendable' closure
                                self.delegateQueue.async { self.producerDelegate?.consumerStatusChanged(OTPConsumerStatus(name: otpLayer.componentName, cid: consumer.cid, ipMode: existingComponentIPMode, ipAddresses: newIpAddresses, sequenceErrors: consumer.sequenceErrors, state: notifiedState, moduleIdentifiers: moduleAdvertisementLayer.moduleIdentifiers)) }
                                                                                                                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/ProducerConsumer.swift:36:8: note: consider making struct 'ProducerConsumer' conform to the 'Sendable' protocol
struct ProducerConsumer: Equatable {
       ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:1582:180: warning: capture of 'existingComponentIPMode' with non-sendable type 'OTPIPMode' in a '@Sendable' closure
                                self.delegateQueue.async { self.producerDelegate?.consumerStatusChanged(OTPConsumerStatus(name: otpLayer.componentName, cid: consumer.cid, ipMode: existingComponentIPMode, ipAddresses: newIpAddresses, sequenceErrors: consumer.sequenceErrors, state: notifiedState, moduleIdentifiers: moduleAdvertisementLayer.moduleIdentifiers)) }
                                                                                                                                                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Network/NetworkDefinitions.swift:60:13: note: consider making enum 'OTPIPMode' conform to the 'Sendable' protocol
public enum OTPIPMode: String, CaseIterable {
            ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:1582:282: warning: capture of 'notifiedState' with non-sendable type 'OTPComponentState' in a '@Sendable' closure
                                self.delegateQueue.async { self.producerDelegate?.consumerStatusChanged(OTPConsumerStatus(name: otpLayer.componentName, cid: consumer.cid, ipMode: existingComponentIPMode, ipAddresses: newIpAddresses, sequenceErrors: consumer.sequenceErrors, state: notifiedState, moduleIdentifiers: moduleAdvertisementLayer.moduleIdentifiers)) }
                                                                                                                                                                                                                                                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/ComponentStatus.swift:35:13: note: consider making enum 'OTPComponentState' conform to the 'Sendable' protocol
public enum OTPComponentState: String {
            ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:1582:316: warning: capture of 'moduleAdvertisementLayer' with non-sendable type 'ModuleAdvertismentLayer' in a '@Sendable' closure
                                self.delegateQueue.async { self.producerDelegate?.consumerStatusChanged(OTPConsumerStatus(name: otpLayer.componentName, cid: consumer.cid, ipMode: existingComponentIPMode, ipAddresses: newIpAddresses, sequenceErrors: consumer.sequenceErrors, state: notifiedState, moduleIdentifiers: moduleAdvertisementLayer.moduleIdentifiers)) }
                                                                                                                                                                                                                                                                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Layers/ModuleAdvertisementLayer.swift:34:8: note: consider making struct 'ModuleAdvertismentLayer' conform to the 'Sendable' protocol
struct ModuleAdvertismentLayer {
       ^
                               : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:1600:56: warning: capture of 'self' with non-sendable type 'OTPProducer' in a '@Sendable' closure
                            self.delegateQueue.async { self.producerDelegate?.consumerStatusChanged(OTPConsumerStatus(name: otpLayer.componentName, cid: otpLayer.cid, ipMode: newComponentIPMode, ipAddresses: [hostname], sequenceErrors: consumer.sequenceErrors, state: .advertising, moduleIdentifiers: moduleAdvertisementLayer.moduleIdentifiers)) }
                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:85:20: note: class 'OTPProducer' does not conform to the 'Sendable' protocol
final public class OTPProducer: Component {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:1600:176: warning: capture of 'newComponentIPMode' with non-sendable type 'OTPIPMode' in a '@Sendable' closure
                            self.delegateQueue.async { self.producerDelegate?.consumerStatusChanged(OTPConsumerStatus(name: otpLayer.componentName, cid: otpLayer.cid, ipMode: newComponentIPMode, ipAddresses: [hostname], sequenceErrors: consumer.sequenceErrors, state: .advertising, moduleIdentifiers: moduleAdvertisementLayer.moduleIdentifiers)) }
                                                                                                                                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Network/NetworkDefinitions.swift:60:13: note: consider making enum 'OTPIPMode' conform to the 'Sendable' protocol
public enum OTPIPMode: String, CaseIterable {
            ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:1600:237: warning: capture of 'consumer' with non-sendable type 'ProducerConsumer' in a '@Sendable' closure
                            self.delegateQueue.async { self.producerDelegate?.consumerStatusChanged(OTPConsumerStatus(name: otpLayer.componentName, cid: otpLayer.cid, ipMode: newComponentIPMode, ipAddresses: [hostname], sequenceErrors: consumer.sequenceErrors, state: .advertising, moduleIdentifiers: moduleAdvertisementLayer.moduleIdentifiers)) }
                                                                                                                                                                                                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/ProducerConsumer.swift:36:8: note: consider making struct 'ProducerConsumer' conform to the 'Sendable' protocol
struct ProducerConsumer: Equatable {
       ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:1600:302: warning: capture of 'moduleAdvertisementLayer' with non-sendable type 'ModuleAdvertismentLayer' in a '@Sendable' closure
                            self.delegateQueue.async { self.producerDelegate?.consumerStatusChanged(OTPConsumerStatus(name: otpLayer.componentName, cid: otpLayer.cid, ipMode: newComponentIPMode, ipAddresses: [hostname], sequenceErrors: consumer.sequenceErrors, state: .advertising, moduleIdentifiers: moduleAdvertisementLayer.moduleIdentifiers)) }
                                                                                                                                                                                                                                                                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Layers/ModuleAdvertisementLayer.swift:34:8: note: consider making struct 'ModuleAdvertismentLayer' conform to the 'Sendable' protocol
struct ModuleAdvertismentLayer {
       ^
                               : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:1650:60: warning: capture of 'self' with non-sendable type 'OTPProducer' in a '@Sendable' closure
                                self.delegateQueue.async { self.producerDelegate?.consumerStatusChanged(OTPConsumerStatus(name: otpLayer.componentName, cid: consumer.cid, ipMode: existingComponentIPMode, ipAddresses: newIpAddresses, sequenceErrors: consumer.sequenceErrors, state: notifiedState, moduleIdentifiers: moduleIdentifiers)) }
                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:85:20: note: class 'OTPProducer' does not conform to the 'Sendable' protocol
final public class OTPProducer: Component {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:1650:158: warning: capture of 'consumer' with non-sendable type 'ProducerConsumer' in a '@Sendable' closure
                                self.delegateQueue.async { self.producerDelegate?.consumerStatusChanged(OTPConsumerStatus(name: otpLayer.componentName, cid: consumer.cid, ipMode: existingComponentIPMode, ipAddresses: newIpAddresses, sequenceErrors: consumer.sequenceErrors, state: notifiedState, moduleIdentifiers: moduleIdentifiers)) }
                                                                                                                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/ProducerConsumer.swift:36:8: note: consider making struct 'ProducerConsumer' conform to the 'Sendable' protocol
struct ProducerConsumer: Equatable {
       ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:1650:180: warning: capture of 'existingComponentIPMode' with non-sendable type 'OTPIPMode' in a '@Sendable' closure
                                self.delegateQueue.async { self.producerDelegate?.consumerStatusChanged(OTPConsumerStatus(name: otpLayer.componentName, cid: consumer.cid, ipMode: existingComponentIPMode, ipAddresses: newIpAddresses, sequenceErrors: consumer.sequenceErrors, state: notifiedState, moduleIdentifiers: moduleIdentifiers)) }
                                                                                                                                                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Network/NetworkDefinitions.swift:60:13: note: consider making enum 'OTPIPMode' conform to the 'Sendable' protocol
public enum OTPIPMode: String, CaseIterable {
            ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:1650:282: warning: capture of 'notifiedState' with non-sendable type 'OTPComponentState' in a '@Sendable' closure
                                self.delegateQueue.async { self.producerDelegate?.consumerStatusChanged(OTPConsumerStatus(name: otpLayer.componentName, cid: consumer.cid, ipMode: existingComponentIPMode, ipAddresses: newIpAddresses, sequenceErrors: consumer.sequenceErrors, state: notifiedState, moduleIdentifiers: moduleIdentifiers)) }
                                                                                                                                                                                                                                                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/ComponentStatus.swift:35:13: note: consider making enum 'OTPComponentState' conform to the 'Sendable' protocol
public enum OTPComponentState: String {
            ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:1650:316: warning: capture of 'moduleIdentifiers' with non-sendable type '[OTPModuleIdentifier]' in a '@Sendable' closure
                                self.delegateQueue.async { self.producerDelegate?.consumerStatusChanged(OTPConsumerStatus(name: otpLayer.componentName, cid: consumer.cid, ipMode: existingComponentIPMode, ipAddresses: newIpAddresses, sequenceErrors: consumer.sequenceErrors, state: notifiedState, moduleIdentifiers: moduleIdentifiers)) }
                                                                                                                                                                                                                                                                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/ModuleIdentifier.swift:34:15: note: consider making struct 'OTPModuleIdentifier' conform to the 'Sendable' protocol
public struct OTPModuleIdentifier: Comparable, Hashable {
              ^
                                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:1667:56: warning: capture of 'self' with non-sendable type 'OTPProducer' in a '@Sendable' closure
                            self.delegateQueue.async { self.producerDelegate?.consumerStatusChanged(OTPConsumerStatus(name: otpLayer.componentName, cid: otpLayer.cid, ipMode: newComponentIPMode, ipAddresses: [hostname], sequenceErrors: consumer.sequenceErrors, state: .advertising, moduleIdentifiers: [])) }
                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:85:20: note: class 'OTPProducer' does not conform to the 'Sendable' protocol
final public class OTPProducer: Component {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:1667:176: warning: capture of 'newComponentIPMode' with non-sendable type 'OTPIPMode' in a '@Sendable' closure
                            self.delegateQueue.async { self.producerDelegate?.consumerStatusChanged(OTPConsumerStatus(name: otpLayer.componentName, cid: otpLayer.cid, ipMode: newComponentIPMode, ipAddresses: [hostname], sequenceErrors: consumer.sequenceErrors, state: .advertising, moduleIdentifiers: [])) }
                                                                                                                                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Network/NetworkDefinitions.swift:60:13: note: consider making enum 'OTPIPMode' conform to the 'Sendable' protocol
public enum OTPIPMode: String, CaseIterable {
            ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:1667:237: warning: capture of 'consumer' with non-sendable type 'ProducerConsumer' in a '@Sendable' closure
                            self.delegateQueue.async { self.producerDelegate?.consumerStatusChanged(OTPConsumerStatus(name: otpLayer.componentName, cid: otpLayer.cid, ipMode: newComponentIPMode, ipAddresses: [hostname], sequenceErrors: consumer.sequenceErrors, state: .advertising, moduleIdentifiers: [])) }
                                                                                                                                                                                                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/ProducerConsumer.swift:36:8: note: consider making struct 'ProducerConsumer' conform to the 'Sendable' protocol
struct ProducerConsumer: Equatable {
       ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:1673:47: warning: capture of 'self' with non-sendable type 'OTPProducer' in a '@Sendable' closure
                        delegateQueue.async { self.debugDelegate?.debugLog("Received name advertisement message from \(otpLayer.componentName) \(otpLayer.cid)") }
                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:85:20: note: class 'OTPProducer' does not conform to the 'Sendable' protocol
final public class OTPProducer: Component {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:1721:60: warning: capture of 'self' with non-sendable type 'OTPProducer' in a '@Sendable' closure
                                self.delegateQueue.async { self.producerDelegate?.consumerStatusChanged(OTPConsumerStatus(name: otpLayer.componentName, cid: consumer.cid, ipMode: existingComponentIPMode, ipAddresses: newIpAddresses, sequenceErrors: consumer.sequenceErrors, state: notifiedState, moduleIdentifiers: moduleIdentifiers)) }
                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:85:20: note: class 'OTPProducer' does not conform to the 'Sendable' protocol
final public class OTPProducer: Component {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:1721:158: warning: capture of 'consumer' with non-sendable type 'ProducerConsumer' in a '@Sendable' closure
                                self.delegateQueue.async { self.producerDelegate?.consumerStatusChanged(OTPConsumerStatus(name: otpLayer.componentName, cid: consumer.cid, ipMode: existingComponentIPMode, ipAddresses: newIpAddresses, sequenceErrors: consumer.sequenceErrors, state: notifiedState, moduleIdentifiers: moduleIdentifiers)) }
                                                                                                                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/ProducerConsumer.swift:36:8: note: consider making struct 'ProducerConsumer' conform to the 'Sendable' protocol
struct ProducerConsumer: Equatable {
       ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:1721:180: warning: capture of 'existingComponentIPMode' with non-sendable type 'OTPIPMode' in a '@Sendable' closure
                                self.delegateQueue.async { self.producerDelegate?.consumerStatusChanged(OTPConsumerStatus(name: otpLayer.componentName, cid: consumer.cid, ipMode: existingComponentIPMode, ipAddresses: newIpAddresses, sequenceErrors: consumer.sequenceErrors, state: notifiedState, moduleIdentifiers: moduleIdentifiers)) }
                                                                                                                                                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Network/NetworkDefinitions.swift:60:13: note: consider making enum 'OTPIPMode' conform to the 'Sendable' protocol
public enum OTPIPMode: String, CaseIterable {
            ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:1721:282: warning: capture of 'notifiedState' with non-sendable type 'OTPComponentState' in a '@Sendable' closure
                                self.delegateQueue.async { self.producerDelegate?.consumerStatusChanged(OTPConsumerStatus(name: otpLayer.componentName, cid: consumer.cid, ipMode: existingComponentIPMode, ipAddresses: newIpAddresses, sequenceErrors: consumer.sequenceErrors, state: notifiedState, moduleIdentifiers: moduleIdentifiers)) }
                                                                                                                                                                                                                                                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/ComponentStatus.swift:35:13: note: consider making enum 'OTPComponentState' conform to the 'Sendable' protocol
public enum OTPComponentState: String {
            ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:1721:316: warning: capture of 'moduleIdentifiers' with non-sendable type '[OTPModuleIdentifier]' in a '@Sendable' closure
                                self.delegateQueue.async { self.producerDelegate?.consumerStatusChanged(OTPConsumerStatus(name: otpLayer.componentName, cid: consumer.cid, ipMode: existingComponentIPMode, ipAddresses: newIpAddresses, sequenceErrors: consumer.sequenceErrors, state: notifiedState, moduleIdentifiers: moduleIdentifiers)) }
                                                                                                                                                                                                                                                                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/ModuleIdentifier.swift:34:15: note: consider making struct 'OTPModuleIdentifier' conform to the 'Sendable' protocol
public struct OTPModuleIdentifier: Comparable, Hashable {
              ^
                                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:1738:56: warning: capture of 'self' with non-sendable type 'OTPProducer' in a '@Sendable' closure
                            self.delegateQueue.async { self.producerDelegate?.consumerStatusChanged(OTPConsumerStatus(name: otpLayer.componentName, cid: otpLayer.cid, ipMode: newComponentIPMode, ipAddresses: [hostname], sequenceErrors: consumer.sequenceErrors, state: .advertising, moduleIdentifiers: [])) }
                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:85:20: note: class 'OTPProducer' does not conform to the 'Sendable' protocol
final public class OTPProducer: Component {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:1738:176: warning: capture of 'newComponentIPMode' with non-sendable type 'OTPIPMode' in a '@Sendable' closure
                            self.delegateQueue.async { self.producerDelegate?.consumerStatusChanged(OTPConsumerStatus(name: otpLayer.componentName, cid: otpLayer.cid, ipMode: newComponentIPMode, ipAddresses: [hostname], sequenceErrors: consumer.sequenceErrors, state: .advertising, moduleIdentifiers: [])) }
                                                                                                                                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Network/NetworkDefinitions.swift:60:13: note: consider making enum 'OTPIPMode' conform to the 'Sendable' protocol
public enum OTPIPMode: String, CaseIterable {
            ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:1738:237: warning: capture of 'consumer' with non-sendable type 'ProducerConsumer' in a '@Sendable' closure
                            self.delegateQueue.async { self.producerDelegate?.consumerStatusChanged(OTPConsumerStatus(name: otpLayer.componentName, cid: otpLayer.cid, ipMode: newComponentIPMode, ipAddresses: [hostname], sequenceErrors: consumer.sequenceErrors, state: .advertising, moduleIdentifiers: [])) }
                                                                                                                                                                                                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/ProducerConsumer.swift:36:8: note: consider making struct 'ProducerConsumer' conform to the 'Sendable' protocol
struct ProducerConsumer: Equatable {
       ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:1743:47: warning: capture of 'self' with non-sendable type 'OTPProducer' in a '@Sendable' closure
                        delegateQueue.async { self.debugDelegate?.debugLog("Received system advertisement message from \(otpLayer.componentName) \(otpLayer.cid)") }
                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:85:20: note: class 'OTPProducer' does not conform to the 'Sendable' protocol
final public class OTPProducer: Component {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:1772:52: warning: capture of 'self' with non-sendable type 'OTPProducer' in a '@Sendable' closure
                        self.delegateQueue.async { self.producerDelegate?.consumerStatusChanged(consumerStatus) }
                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:85:20: note: class 'OTPProducer' does not conform to the 'Sendable' protocol
final public class OTPProducer: Component {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:1772:97: warning: capture of 'consumerStatus' with non-sendable type 'OTPConsumerStatus' in a '@Sendable' closure
                        self.delegateQueue.async { self.producerDelegate?.consumerStatusChanged(consumerStatus) }
                                                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/ComponentStatus.swift:143:15: note: consider making struct 'OTPConsumerStatus' conform to the 'Sendable' protocol
public struct OTPConsumerStatus: OTPComponentStatus {
              ^
                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:1779:43: warning: capture of 'self' with non-sendable type 'OTPProducer' in a '@Sendable' closure
                    delegateQueue.async { self.protocolErrorDelegate?.layerError(error.logDescription) }
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:85:20: note: class 'OTPProducer' does not conform to the 'Sendable' protocol
final public class OTPProducer: Component {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:1786:39: warning: capture of 'self' with non-sendable type 'OTPProducer' in a '@Sendable' closure
                delegateQueue.async { self.protocolErrorDelegate?.layerError(error.logDescription) }
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:85:20: note: class 'OTPProducer' does not conform to the 'Sendable' protocol
final public class OTPProducer: Component {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:1791:39: warning: capture of 'self' with non-sendable type 'OTPProducer' in a '@Sendable' closure
                delegateQueue.async { self.protocolErrorDelegate?.layerError(error.logDescription) }
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:85:20: note: class 'OTPProducer' does not conform to the 'Sendable' protocol
final public class OTPProducer: Component {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:1796:39: warning: capture of 'self' with non-sendable type 'OTPProducer' in a '@Sendable' closure
                delegateQueue.async { self.protocolErrorDelegate?.layerError(error.logDescription) }
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:85:20: note: class 'OTPProducer' does not conform to the 'Sendable' protocol
final public class OTPProducer: Component {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:1801:39: warning: capture of 'self' with non-sendable type 'OTPProducer' in a '@Sendable' closure
                delegateQueue.async { self.protocolErrorDelegate?.layerError(error.logDescription) }
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:85:20: note: class 'OTPProducer' does not conform to the 'Sendable' protocol
final public class OTPProducer: Component {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:1806:39: warning: capture of 'self' with non-sendable type 'OTPProducer' in a '@Sendable' closure
                delegateQueue.async { self.protocolErrorDelegate?.layerError(error.logDescription) }
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:85:20: note: class 'OTPProducer' does not conform to the 'Sendable' protocol
final public class OTPProducer: Component {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:1811:39: warning: capture of 'self' with non-sendable type 'OTPProducer' in a '@Sendable' closure
                delegateQueue.async { self.protocolErrorDelegate?.unknownError(error.localizedDescription) }
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:85:20: note: class 'OTPProducer' does not conform to the 'Sendable' protocol
final public class OTPProducer: Component {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:1842:40: warning: capture of 'self' with non-sendable type 'OTPProducer' in a '@Sendable' closure
            self.delegateQueue.async { self.producerDelegate?.consumerStatusChanged(OTPConsumerStatus(name: consumer.name, cid: consumer.cid, ipMode: newIpMode, ipAddresses: newIpAddresses, sequenceErrors: consumer.sequenceErrors, state: consumer.notifiedState, moduleIdentifiers: consumer.moduleIdentifiers)) }
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:85:20: note: class 'OTPProducer' does not conform to the 'Sendable' protocol
final public class OTPProducer: Component {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:1842:109: warning: capture of 'consumer' with non-sendable type 'ProducerConsumer' in a '@Sendable' closure
            self.delegateQueue.async { self.producerDelegate?.consumerStatusChanged(OTPConsumerStatus(name: consumer.name, cid: consumer.cid, ipMode: newIpMode, ipAddresses: newIpAddresses, sequenceErrors: consumer.sequenceErrors, state: consumer.notifiedState, moduleIdentifiers: consumer.moduleIdentifiers)) }
                                                                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/ProducerConsumer.swift:36:8: note: consider making struct 'ProducerConsumer' conform to the 'Sendable' protocol
struct ProducerConsumer: Equatable {
       ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:1842:151: warning: capture of 'newIpMode' with non-sendable type 'OTPIPMode' in a '@Sendable' closure
            self.delegateQueue.async { self.producerDelegate?.consumerStatusChanged(OTPConsumerStatus(name: consumer.name, cid: consumer.cid, ipMode: newIpMode, ipAddresses: newIpAddresses, sequenceErrors: consumer.sequenceErrors, state: consumer.notifiedState, moduleIdentifiers: consumer.moduleIdentifiers)) }
                                                                                                                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Network/NetworkDefinitions.swift:60:13: note: consider making enum 'OTPIPMode' conform to the 'Sendable' protocol
public enum OTPIPMode: String, CaseIterable {
            ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:1889:39: warning: capture of 'self' with non-sendable type 'OTPProducer' in a '@Sendable' closure
                delegateQueue.async { self.producerDelegate?.disconnected(self, with: error) }
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:85:20: note: class 'OTPProducer' does not conform to the 'Sendable' protocol
final public class OTPProducer: Component {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:1902:31: warning: capture of 'self' with non-sendable type 'OTPProducer' in a '@Sendable' closure
        delegateQueue.async { self.debugDelegate?.debugSocketLog(logMessage) }
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/Producer.swift:85:20: note: class 'OTPProducer' does not conform to the 'Sendable' protocol
final public class OTPProducer: Component {
                   ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Components/ProducerConsumer.swift (in target 'OTPKit' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Layers/AdvertismentLayer.swift (in target 'OTPKit' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ObjectiveC-5RI1X6BLSQU48F0OB6M840SYJ.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ObjectiveC-5RI1X6BLSQU48F0OB6M840SYJ.scan
SwiftDriverJobDiscovery normal arm64 Emitting module for OTPKit (in target 'OTPKit' from project 'OTPKit')
SwiftDriver\ Compilation\ Requirements OTPKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'OTPKit' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OTPKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKit.build/Objects-normal/arm64/OTPKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/CocoaAsyncSocket.modulemap -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -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/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKit.build/Objects-normal/arm64/OTPKit-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/OTPKit.build/Debug-xros/OTPKit.build/Objects-normal/arm64/OTPKit.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/OTPKit.build/Debug-xros/OTPKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKit.build/Objects-normal/arm64/OTPKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CocoaAsyncSocket/Source/GCD -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKit.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/OTPKit.build/Debug-xros/OTPKit.build/Objects-normal/arm64/OTPKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_object-3CYPIV1JAOAXNCC1Q8EA5QNWZ.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_object-3CYPIV1JAOAXNCC1Q8EA5QNWZ.scan
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/OTPKit-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKit.build/Objects-normal/arm64/OTPKit-Swift.h (in target 'OTPKit' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKit.build/Objects-normal/arm64/OTPKit-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/OTPKit-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OTPKit.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKit.build/Objects-normal/arm64/OTPKit.swiftmodule (in target 'OTPKit' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKit.build/Objects-normal/arm64/OTPKit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OTPKit.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OTPKit.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKit.build/Objects-normal/arm64/OTPKit.swiftdoc (in target 'OTPKit' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKit.build/Objects-normal/arm64/OTPKit.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OTPKit.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OTPKit.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKit.build/Objects-normal/arm64/OTPKit.abi.json (in target 'OTPKit' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKit.build/Objects-normal/arm64/OTPKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OTPKit.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OTPKit.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKit.build/Objects-normal/arm64/OTPKit.swiftsourceinfo (in target 'OTPKit' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKit.build/Objects-normal/arm64/OTPKit.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OTPKit.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_workgroup-8ZS73KYS2C57D3I8U1OILRODI.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_workgroup-8ZS73KYS2C57D3I8U1OILRODI.scan
SwiftCompile normal arm64 Compiling\ GeneralDefinitions.swift,\ Math.swift,\ Module.swift /Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/GeneralDefinitions.swift /Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Math.swift /Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Module.swift (in target 'OTPKit' from project 'OTPKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/GeneralDefinitions.swift (in target 'OTPKit' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Math.swift (in target 'OTPKit' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OTPKit/Types/Module.swift (in target 'OTPKit' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Dispatch-B0M7EEW91X31V4KOSA210ORX4.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Dispatch-B0M7EEW91X31V4KOSA210ORX4.scan
SwiftDriverJobDiscovery normal arm64 Compiling GeneralDefinitions.swift, Math.swift, Module.swift (in target 'OTPKit' from project 'OTPKit')
SwiftDriverJobDiscovery normal arm64 Compiling NetworkDefinitions.swift, Address.swift, AddressPointDescription.swift (in target 'OTPKit' from project 'OTPKit')
SwiftDriver OTPKitTests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'OTPKitTests' from project 'OTPKit')
    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 OTPKitTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKitTests.build/Objects-normal/arm64/OTPKitTests.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/CocoaAsyncSocket.modulemap -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -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/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKitTests.build/Objects-normal/arm64/OTPKitTests-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/OTPKit.build/Debug-xros/OTPKitTests.build/Objects-normal/arm64/OTPKitTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKitTests.build/Objects-normal/arm64/OTPKitTests_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CocoaAsyncSocket/Source/GCD -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKitTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKitTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKitTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Data+Extension.swift, Date+Extension.swift, Folio.swift (in target 'OTPKit' from project 'OTPKit')
SwiftDriverJobDiscovery normal arm64 Compiling ModuleReferenceFrame.swift, ModuleRotation.swift, ModuleRotationVelAccel.swift (in target 'OTPKit' from project 'OTPKit')
SwiftDriverJobDiscovery normal arm64 Compiling ModuleAdvertisementLayer.swift, ModuleLayer.swift, NameAdvertisementLayer.swift, OTPLayer.swift (in target 'OTPKit' from project 'OTPKit')
SwiftDriverJobDiscovery normal arm64 Compiling PointLayer.swift, SystemAdvertismentLayer.swift, TransformLayer.swift (in target 'OTPKit' from project 'OTPKit')
SwiftDriverJobDiscovery normal arm64 Compiling ModuleIdentifier.swift, ModulePosition.swift, ModulePositionVelAccel.swift (in target 'OTPKit' from project 'OTPKit')
SwiftDriverJobDiscovery normal arm64 Compiling ModuleScale.swift, Point.swift, CwlDispatch.swift (in target 'OTPKit' from project 'OTPKit')
SwiftCompile normal arm64 Compiling\ AdvertisementLayerTests.swift,\ ConsumerTests.swift /Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/AdvertisementLayerTests.swift /Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ConsumerTests.swift (in target 'OTPKitTests' from project 'OTPKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/AdvertisementLayerTests.swift (in target 'OTPKitTests' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/AdvertisementLayerTests.swift:89:16: warning: static property 'allTests' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var allTests = [
               ^
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/AdvertisementLayerTests.swift:89:16: note: convert 'allTests' to a 'let' constant to make 'Sendable' shared state immutable
    static var allTests = [
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/AdvertisementLayerTests.swift:89:16: note: add '@MainActor' to make static property 'allTests' part of global actor 'MainActor'
    static var allTests = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/AdvertisementLayerTests.swift:89:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var allTests = [
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ConsumerTests.swift (in target 'OTPKitTests' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ConsumerTests.swift:63:16: warning: static property 'allTests' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var allTests = [
               ^
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ConsumerTests.swift:63:16: note: convert 'allTests' to a 'let' constant to make 'Sendable' shared state immutable
    static var allTests = [
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ConsumerTests.swift:63:16: note: add '@MainActor' to make static property 'allTests' part of global actor 'MainActor'
    static var allTests = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ConsumerTests.swift:63:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var allTests = [
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ ModuleIdentifierTests.swift,\ ModuleLayerTests.swift /Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ModuleIdentifierTests.swift /Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ModuleLayerTests.swift (in target 'OTPKitTests' from project 'OTPKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ModuleIdentifierTests.swift (in target 'OTPKitTests' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ModuleIdentifierTests.swift:103:16: warning: static property 'allTests' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var allTests = [
               ^
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ModuleIdentifierTests.swift:103:16: note: convert 'allTests' to a 'let' constant to make 'Sendable' shared state immutable
    static var allTests = [
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ModuleIdentifierTests.swift:103:16: note: add '@MainActor' to make static property 'allTests' part of global actor 'MainActor'
    static var allTests = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ModuleIdentifierTests.swift:103:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var allTests = [
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ModuleLayerTests.swift (in target 'OTPKitTests' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ModuleLayerTests.swift:75:16: warning: static property 'allTests' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var allTests = [
               ^
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ModuleLayerTests.swift:75:16: note: convert 'allTests' to a 'let' constant to make 'Sendable' shared state immutable
    static var allTests = [
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ModuleLayerTests.swift:75:16: note: add '@MainActor' to make static property 'allTests' part of global actor 'MainActor'
    static var allTests = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ModuleLayerTests.swift:75:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var allTests = [
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ ModuleTests.swift,\ NameAdvertisementLayerTests.swift /Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ModuleTests.swift /Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/NameAdvertisementLayerTests.swift (in target 'OTPKitTests' from project 'OTPKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ModuleTests.swift (in target 'OTPKitTests' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ModuleTests.swift:239:16: warning: static property 'allTests' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var allTests = [
               ^
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ModuleTests.swift:239:16: note: convert 'allTests' to a 'let' constant to make 'Sendable' shared state immutable
    static var allTests = [
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ModuleTests.swift:239:16: note: add '@MainActor' to make static property 'allTests' part of global actor 'MainActor'
    static var allTests = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ModuleTests.swift:239:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var allTests = [
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/NameAdvertisementLayerTests.swift (in target 'OTPKitTests' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/NameAdvertisementLayerTests.swift:67:16: warning: static property 'allTests' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var allTests = [
               ^
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/NameAdvertisementLayerTests.swift:67:16: note: convert 'allTests' to a 'let' constant to make 'Sendable' shared state immutable
    static var allTests = [
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/NameAdvertisementLayerTests.swift:67:16: note: add '@MainActor' to make static property 'allTests' part of global actor 'MainActor'
    static var allTests = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/NameAdvertisementLayerTests.swift:67:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var allTests = [
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ AddressPointDescriptionTests.swift,\ AddressTests.swift /Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/AddressPointDescriptionTests.swift /Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/AddressTests.swift (in target 'OTPKitTests' from project 'OTPKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/AddressPointDescriptionTests.swift (in target 'OTPKitTests' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/AddressPointDescriptionTests.swift:67:16: warning: static property 'allTests' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var allTests = [
               ^
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/AddressPointDescriptionTests.swift:67:16: note: convert 'allTests' to a 'let' constant to make 'Sendable' shared state immutable
    static var allTests = [
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/AddressPointDescriptionTests.swift:67:16: note: add '@MainActor' to make static property 'allTests' part of global actor 'MainActor'
    static var allTests = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/AddressPointDescriptionTests.swift:67:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var allTests = [
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/AddressTests.swift (in target 'OTPKitTests' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/AddressTests.swift:150:16: warning: static property 'allTests' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var allTests = [
               ^
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/AddressTests.swift:150:16: note: convert 'allTests' to a 'let' constant to make 'Sendable' shared state immutable
    static var allTests = [
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/AddressTests.swift:150:16: note: add '@MainActor' to make static property 'allTests' part of global actor 'MainActor'
    static var allTests = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/AddressTests.swift:150:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var allTests = [
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Data+ExtensionTests.swift,\ ModuleAdvertisementLayerTests.swift /Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/Data+ExtensionTests.swift /Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ModuleAdvertisementLayerTests.swift (in target 'OTPKitTests' from project 'OTPKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/Data+ExtensionTests.swift (in target 'OTPKitTests' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/Data+ExtensionTests.swift:261:16: warning: static property 'allTests' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var allTests = [
               ^
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/Data+ExtensionTests.swift:261:16: note: convert 'allTests' to a 'let' constant to make 'Sendable' shared state immutable
    static var allTests = [
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/Data+ExtensionTests.swift:261:16: note: add '@MainActor' to make static property 'allTests' part of global actor 'MainActor'
    static var allTests = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/Data+ExtensionTests.swift:261:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var allTests = [
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ModuleAdvertisementLayerTests.swift (in target 'OTPKitTests' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ModuleAdvertisementLayerTests.swift:67:16: warning: static property 'allTests' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var allTests = [
               ^
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ModuleAdvertisementLayerTests.swift:67:16: note: convert 'allTests' to a 'let' constant to make 'Sendable' shared state immutable
    static var allTests = [
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ModuleAdvertisementLayerTests.swift:67:16: note: add '@MainActor' to make static property 'allTests' part of global actor 'MainActor'
    static var allTests = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ModuleAdvertisementLayerTests.swift:67:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var allTests = [
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ SystemAdvertisementLayerTests.swift /Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/SystemAdvertisementLayerTests.swift (in target 'OTPKitTests' from project 'OTPKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/SystemAdvertisementLayerTests.swift (in target 'OTPKitTests' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/SystemAdvertisementLayerTests.swift:67:16: warning: static property 'allTests' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var allTests = [
               ^
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/SystemAdvertisementLayerTests.swift:67:16: note: convert 'allTests' to a 'let' constant to make 'Sendable' shared state immutable
    static var allTests = [
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/SystemAdvertisementLayerTests.swift:67:16: note: add '@MainActor' to make static property 'allTests' part of global actor 'MainActor'
    static var allTests = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/SystemAdvertisementLayerTests.swift:67:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var allTests = [
               ^
    nonisolated(unsafe)
SwiftEmitModule normal arm64 Emitting\ module\ for\ OTPKitTests (in target 'OTPKitTests' from project 'OTPKit')
EmitSwiftModule normal arm64 (in target 'OTPKitTests' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/AddressPointDescriptionTests.swift:67:16: warning: static property 'allTests' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var allTests = [
               ^
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/AddressPointDescriptionTests.swift:67:16: note: convert 'allTests' to a 'let' constant to make 'Sendable' shared state immutable
    static var allTests = [
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/AddressPointDescriptionTests.swift:67:16: note: add '@MainActor' to make static property 'allTests' part of global actor 'MainActor'
    static var allTests = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/AddressPointDescriptionTests.swift:67:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var allTests = [
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/AddressTests.swift:150:16: warning: static property 'allTests' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var allTests = [
               ^
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/AddressTests.swift:150:16: note: convert 'allTests' to a 'let' constant to make 'Sendable' shared state immutable
    static var allTests = [
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/AddressTests.swift:150:16: note: add '@MainActor' to make static property 'allTests' part of global actor 'MainActor'
    static var allTests = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/AddressTests.swift:150:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var allTests = [
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/AdvertisementLayerTests.swift:89:16: warning: static property 'allTests' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var allTests = [
               ^
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/AdvertisementLayerTests.swift:89:16: note: convert 'allTests' to a 'let' constant to make 'Sendable' shared state immutable
    static var allTests = [
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/AdvertisementLayerTests.swift:89:16: note: add '@MainActor' to make static property 'allTests' part of global actor 'MainActor'
    static var allTests = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/AdvertisementLayerTests.swift:89:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var allTests = [
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ConsumerTests.swift:63:16: warning: static property 'allTests' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var allTests = [
               ^
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ConsumerTests.swift:63:16: note: convert 'allTests' to a 'let' constant to make 'Sendable' shared state immutable
    static var allTests = [
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ConsumerTests.swift:63:16: note: add '@MainActor' to make static property 'allTests' part of global actor 'MainActor'
    static var allTests = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ConsumerTests.swift:63:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var allTests = [
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/Data+ExtensionTests.swift:261:16: warning: static property 'allTests' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var allTests = [
               ^
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/Data+ExtensionTests.swift:261:16: note: convert 'allTests' to a 'let' constant to make 'Sendable' shared state immutable
    static var allTests = [
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/Data+ExtensionTests.swift:261:16: note: add '@MainActor' to make static property 'allTests' part of global actor 'MainActor'
    static var allTests = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/Data+ExtensionTests.swift:261:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var allTests = [
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ModuleAdvertisementLayerTests.swift:67:16: warning: static property 'allTests' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var allTests = [
               ^
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ModuleAdvertisementLayerTests.swift:67:16: note: convert 'allTests' to a 'let' constant to make 'Sendable' shared state immutable
    static var allTests = [
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ModuleAdvertisementLayerTests.swift:67:16: note: add '@MainActor' to make static property 'allTests' part of global actor 'MainActor'
    static var allTests = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ModuleAdvertisementLayerTests.swift:67:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var allTests = [
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ModuleIdentifierTests.swift:103:16: warning: static property 'allTests' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var allTests = [
               ^
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ModuleIdentifierTests.swift:103:16: note: convert 'allTests' to a 'let' constant to make 'Sendable' shared state immutable
    static var allTests = [
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ModuleIdentifierTests.swift:103:16: note: add '@MainActor' to make static property 'allTests' part of global actor 'MainActor'
    static var allTests = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ModuleIdentifierTests.swift:103:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var allTests = [
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ModuleLayerTests.swift:75:16: warning: static property 'allTests' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var allTests = [
               ^
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ModuleLayerTests.swift:75:16: note: convert 'allTests' to a 'let' constant to make 'Sendable' shared state immutable
    static var allTests = [
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ModuleLayerTests.swift:75:16: note: add '@MainActor' to make static property 'allTests' part of global actor 'MainActor'
    static var allTests = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ModuleLayerTests.swift:75:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var allTests = [
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ModuleTests.swift:239:16: warning: static property 'allTests' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var allTests = [
               ^
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ModuleTests.swift:239:16: note: convert 'allTests' to a 'let' constant to make 'Sendable' shared state immutable
    static var allTests = [
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ModuleTests.swift:239:16: note: add '@MainActor' to make static property 'allTests' part of global actor 'MainActor'
    static var allTests = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ModuleTests.swift:239:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var allTests = [
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/NameAdvertisementLayerTests.swift:67:16: warning: static property 'allTests' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var allTests = [
               ^
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/NameAdvertisementLayerTests.swift:67:16: note: convert 'allTests' to a 'let' constant to make 'Sendable' shared state immutable
    static var allTests = [
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/NameAdvertisementLayerTests.swift:67:16: note: add '@MainActor' to make static property 'allTests' part of global actor 'MainActor'
    static var allTests = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/NameAdvertisementLayerTests.swift:67:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var allTests = [
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/OTPLayerTests.swift:138:16: warning: static property 'allTests' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var allTests = [
               ^
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/OTPLayerTests.swift:138:16: note: convert 'allTests' to a 'let' constant to make 'Sendable' shared state immutable
    static var allTests = [
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/OTPLayerTests.swift:138:16: note: add '@MainActor' to make static property 'allTests' part of global actor 'MainActor'
    static var allTests = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/OTPLayerTests.swift:138:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var allTests = [
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/PointLayerTests.swift:149:16: warning: static property 'allTests' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var allTests = [
               ^
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/PointLayerTests.swift:149:16: note: convert 'allTests' to a 'let' constant to make 'Sendable' shared state immutable
    static var allTests = [
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/PointLayerTests.swift:149:16: note: add '@MainActor' to make static property 'allTests' part of global actor 'MainActor'
    static var allTests = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/PointLayerTests.swift:149:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var allTests = [
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/PointTests.swift:301:16: warning: static property 'allTests' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var allTests = [
               ^
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/PointTests.swift:301:16: note: convert 'allTests' to a 'let' constant to make 'Sendable' shared state immutable
    static var allTests = [
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/PointTests.swift:301:16: note: add '@MainActor' to make static property 'allTests' part of global actor 'MainActor'
    static var allTests = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/PointTests.swift:301:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var allTests = [
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ProducerTests.swift:193:16: warning: static property 'allTests' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var allTests = [
               ^
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ProducerTests.swift:193:16: note: convert 'allTests' to a 'let' constant to make 'Sendable' shared state immutable
    static var allTests = [
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ProducerTests.swift:193:16: note: add '@MainActor' to make static property 'allTests' part of global actor 'MainActor'
    static var allTests = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ProducerTests.swift:193:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var allTests = [
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/SystemAdvertisementLayerTests.swift:67:16: warning: static property 'allTests' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var allTests = [
               ^
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/SystemAdvertisementLayerTests.swift:67:16: note: convert 'allTests' to a 'let' constant to make 'Sendable' shared state immutable
    static var allTests = [
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/SystemAdvertisementLayerTests.swift:67:16: note: add '@MainActor' to make static property 'allTests' part of global actor 'MainActor'
    static var allTests = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/SystemAdvertisementLayerTests.swift:67:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var allTests = [
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/TransformLayerTests.swift:103:16: warning: static property 'allTests' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var allTests = [
               ^
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/TransformLayerTests.swift:103:16: note: convert 'allTests' to a 'let' constant to make 'Sendable' shared state immutable
    static var allTests = [
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/TransformLayerTests.swift:103:16: note: add '@MainActor' to make static property 'allTests' part of global actor 'MainActor'
    static var allTests = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/TransformLayerTests.swift:103:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var allTests = [
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ PointTests.swift,\ ProducerTests.swift /Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/PointTests.swift /Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ProducerTests.swift (in target 'OTPKitTests' from project 'OTPKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/PointTests.swift (in target 'OTPKitTests' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/PointTests.swift:301:16: warning: static property 'allTests' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var allTests = [
               ^
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/PointTests.swift:301:16: note: convert 'allTests' to a 'let' constant to make 'Sendable' shared state immutable
    static var allTests = [
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/PointTests.swift:301:16: note: add '@MainActor' to make static property 'allTests' part of global actor 'MainActor'
    static var allTests = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/PointTests.swift:301:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var allTests = [
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ProducerTests.swift (in target 'OTPKitTests' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ProducerTests.swift:193:16: warning: static property 'allTests' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var allTests = [
               ^
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ProducerTests.swift:193:16: note: convert 'allTests' to a 'let' constant to make 'Sendable' shared state immutable
    static var allTests = [
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ProducerTests.swift:193:16: note: add '@MainActor' to make static property 'allTests' part of global actor 'MainActor'
    static var allTests = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/ProducerTests.swift:193:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var allTests = [
               ^
    nonisolated(unsafe)
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CoreFoundation-9GLERC0MBD1J7GLLV1YTAYKOV.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CoreFoundation-9GLERC0MBD1J7GLLV1YTAYKOV.scan
SwiftDriverJobDiscovery normal arm64 Compiling ConsumerProducer.swift, Producer.swift, ProducerConsumer.swift, AdvertismentLayer.swift (in target 'OTPKit' from project 'OTPKit')
SwiftCompile normal arm64 Compiling\ TransformLayerTests.swift /Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/TransformLayerTests.swift (in target 'OTPKitTests' from project 'OTPKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/TransformLayerTests.swift (in target 'OTPKitTests' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/TransformLayerTests.swift:103:16: warning: static property 'allTests' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var allTests = [
               ^
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/TransformLayerTests.swift:103:16: note: convert 'allTests' to a 'let' constant to make 'Sendable' shared state immutable
    static var allTests = [
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/TransformLayerTests.swift:103:16: note: add '@MainActor' to make static property 'allTests' part of global actor 'MainActor'
    static var allTests = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/TransformLayerTests.swift:103:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var allTests = [
               ^
    nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling Component.swift, ComponentSocket.swift, ComponentStatus.swift, Consumer.swift (in target 'OTPKit' from project 'OTPKit')
SwiftCompile normal arm64 Compiling\ XCTestManifests.swift /Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/XCTestManifests.swift (in target 'OTPKitTests' from project 'OTPKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/XCTestManifests.swift (in target 'OTPKitTests' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Security-689E0Y1O39BID5T1DG9ICX7VC.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Security-689E0Y1O39BID5T1DG9ICX7VC.scan
SwiftDriverJobDiscovery normal arm64 Emitting module for OTPKitTests (in target 'OTPKitTests' from project 'OTPKit')
SwiftDriver\ Compilation\ Requirements OTPKitTests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'OTPKitTests' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OTPKitTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKitTests.build/Objects-normal/arm64/OTPKitTests.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/CocoaAsyncSocket.modulemap -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -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/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKitTests.build/Objects-normal/arm64/OTPKitTests-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/OTPKit.build/Debug-xros/OTPKitTests.build/Objects-normal/arm64/OTPKitTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKitTests.build/Objects-normal/arm64/OTPKitTests_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CocoaAsyncSocket/Source/GCD -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKitTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKitTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKitTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CFNetwork-54A0RGDKB53QSE9X48PJQ5CFZ.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CFNetwork-54A0RGDKB53QSE9X48PJQ5CFZ.scan
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OTPKitTests.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKitTests.build/Objects-normal/arm64/OTPKitTests.swiftmodule (in target 'OTPKitTests' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKitTests.build/Objects-normal/arm64/OTPKitTests.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OTPKitTests.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OTPKitTests.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKitTests.build/Objects-normal/arm64/OTPKitTests.swiftdoc (in target 'OTPKitTests' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKitTests.build/Objects-normal/arm64/OTPKitTests.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OTPKitTests.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OTPKitTests.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKitTests.build/Objects-normal/arm64/OTPKitTests.abi.json (in target 'OTPKitTests' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKitTests.build/Objects-normal/arm64/OTPKitTests.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OTPKitTests.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OTPKitTests.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKitTests.build/Objects-normal/arm64/OTPKitTests.swiftsourceinfo (in target 'OTPKitTests' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKitTests.build/Objects-normal/arm64/OTPKitTests.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OTPKitTests.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CoreGraphics-ELKLRZOUE7UQ6H3U4EEXPHFPK.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CoreGraphics-ELKLRZOUE7UQ6H3U4EEXPHFPK.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Foundation-D7V1DDG4D4S3G5O3TW1A879OV.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Foundation-D7V1DDG4D4S3G5O3TW1A879OV.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ImageIO-1L8JKD8RWUZ7SLFE4RDOY3450.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ImageIO-1L8JKD8RWUZ7SLFE4RDOY3450.scan
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CocoaAsyncSocket.build/Debug-xros/CocoaAsyncSocket.build/Objects-normal/arm64/GCDAsyncSocket.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CocoaAsyncSocket/Source/GCD/GCDAsyncSocket.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'CocoaAsyncSocket' from project 'CocoaAsyncSocket')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CocoaAsyncSocket.build/Debug-xros/CocoaAsyncSocket.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp

    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CocoaAsyncSocket.build/Debug-xros/CocoaAsyncSocket.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CocoaAsyncSocket.build/Debug-xros/CocoaAsyncSocket.build/Objects-normal/arm64/GCDAsyncSocket.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CocoaAsyncSocket.build/Debug-xros/CocoaAsyncSocket.build/Objects-normal/arm64/GCDAsyncSocket.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CocoaAsyncSocket/Source/GCD/GCDAsyncSocket.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CocoaAsyncSocket.build/Debug-xros/CocoaAsyncSocket.build/Objects-normal/arm64/GCDAsyncSocket.o -index-unit-output-path /CocoaAsyncSocket.build/Debug-xros/CocoaAsyncSocket.build/Objects-normal/arm64/GCDAsyncSocket.o
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Symbols-E9O53YIL236NT886RT7UWM28R.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Symbols-E9O53YIL236NT886RT7UWM28R.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/UserNotifications-1U6K1IRRT2SL1E1IP6LA2SYWB.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/UserNotifications-1U6K1IRRT2SL1E1IP6LA2SYWB.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/FileProvider-A6TV5FXU8HPCINMSDVCS5Z3F4.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/FileProvider-A6TV5FXU8HPCINMSDVCS5Z3F4.scan
SwiftDriverJobDiscovery normal arm64 Compiling XCTestManifests.swift (in target 'OTPKitTests' from project 'OTPKit')
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CoreText-AFQ1F2PKF6Z0UQD3QZPVGBS63.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CoreText-AFQ1F2PKF6Z0UQD3QZPVGBS63.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/IOSurface-EDOZ0D0DZOCPI0SXNPZ26HP9R.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/IOSurface-EDOZ0D0DZOCPI0SXNPZ26HP9R.scan
SwiftDriverJobDiscovery normal arm64 Compiling AdvertisementLayerTests.swift, ConsumerTests.swift (in target 'OTPKitTests' from project 'OTPKit')
SwiftCompile normal arm64 Compiling\ OTPLayerTests.swift,\ PointLayerTests.swift /Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/OTPLayerTests.swift /Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/PointLayerTests.swift (in target 'OTPKitTests' from project 'OTPKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/OTPLayerTests.swift (in target 'OTPKitTests' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/OTPLayerTests.swift:138:16: warning: static property 'allTests' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var allTests = [
               ^
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/OTPLayerTests.swift:138:16: note: convert 'allTests' to a 'let' constant to make 'Sendable' shared state immutable
    static var allTests = [
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/OTPLayerTests.swift:138:16: note: add '@MainActor' to make static property 'allTests' part of global actor 'MainActor'
    static var allTests = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/OTPLayerTests.swift:138:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var allTests = [
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/PointLayerTests.swift (in target 'OTPKitTests' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/PointLayerTests.swift:149:16: warning: static property 'allTests' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var allTests = [
               ^
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/PointLayerTests.swift:149:16: note: convert 'allTests' to a 'let' constant to make 'Sendable' shared state immutable
    static var allTests = [
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/PointLayerTests.swift:149:16: note: add '@MainActor' to make static property 'allTests' part of global actor 'MainActor'
    static var allTests = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Tests/OTPKitTests/PointLayerTests.swift:149:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var allTests = [
               ^
    nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling TransformLayerTests.swift (in target 'OTPKitTests' from project 'OTPKit')
SwiftDriver\ Compilation OTPKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'OTPKit' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OTPKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKit.build/Objects-normal/arm64/OTPKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/CocoaAsyncSocket.modulemap -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -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/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKit.build/Objects-normal/arm64/OTPKit-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/OTPKit.build/Debug-xros/OTPKit.build/Objects-normal/arm64/OTPKit.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/OTPKit.build/Debug-xros/OTPKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKit.build/Objects-normal/arm64/OTPKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CocoaAsyncSocket/Source/GCD -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKit.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/OTPKit.build/Debug-xros/OTPKit.build/Objects-normal/arm64/OTPKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling ModuleIdentifierTests.swift, ModuleLayerTests.swift (in target 'OTPKitTests' from project 'OTPKit')
SwiftDriverJobDiscovery normal arm64 Compiling AddressPointDescriptionTests.swift, AddressTests.swift (in target 'OTPKitTests' from project 'OTPKit')
SwiftDriverJobDiscovery normal arm64 Compiling SystemAdvertisementLayerTests.swift (in target 'OTPKitTests' from project 'OTPKit')
SwiftDriverJobDiscovery normal arm64 Compiling ModuleTests.swift, NameAdvertisementLayerTests.swift (in target 'OTPKitTests' from project 'OTPKit')
SwiftDriverJobDiscovery normal arm64 Compiling Data+ExtensionTests.swift, ModuleAdvertisementLayerTests.swift (in target 'OTPKitTests' from project 'OTPKit')
SwiftDriverJobDiscovery normal arm64 Compiling PointTests.swift, ProducerTests.swift (in target 'OTPKitTests' from project 'OTPKit')
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Metal-6MB5LIG0I29PSJ97RH9DTT5CB.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Metal-6MB5LIG0I29PSJ97RH9DTT5CB.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/OpenGLES-B52TP9MB8KXM5D9CM2DCQ0IQ2.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/OpenGLES-B52TP9MB8KXM5D9CM2DCQ0IQ2.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CoreVideo-D5E247UTPO4HZWJI3ORNUOUQO.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CoreVideo-D5E247UTPO4HZWJI3ORNUOUQO.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/QuartzCore-EDNVTLTMNKJ4102D7VY8DRWEC.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/QuartzCore-EDNVTLTMNKJ4102D7VY8DRWEC.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CoreImage-9057P7E7C1I1CCGEP8E2J1EWE.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CoreImage-9057P7E7C1I1CCGEP8E2J1EWE.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/UIKit-339XLQZHFIYX39AYQ5YQ5RYDE.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/UIKit-339XLQZHFIYX39AYQ5YQ5RYDE.scan
SwiftDriverJobDiscovery normal arm64 Compiling OTPLayerTests.swift, PointLayerTests.swift (in target 'OTPKitTests' from project 'OTPKit')
SwiftDriver\ Compilation OTPKitTests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'OTPKitTests' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OTPKitTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKitTests.build/Objects-normal/arm64/OTPKitTests.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/CocoaAsyncSocket.modulemap -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -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/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKitTests.build/Objects-normal/arm64/OTPKitTests-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/OTPKit.build/Debug-xros/OTPKitTests.build/Objects-normal/arm64/OTPKitTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKitTests.build/Objects-normal/arm64/OTPKitTests_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CocoaAsyncSocket/Source/GCD -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKitTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKitTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKitTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CocoaAsyncSocket.build/Debug-xros/CocoaAsyncSocket.build/Objects-normal/arm64/GCDAsyncUdpSocket.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CocoaAsyncSocket/Source/GCD/GCDAsyncUdpSocket.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'CocoaAsyncSocket' from project 'CocoaAsyncSocket')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CocoaAsyncSocket.build/Debug-xros/CocoaAsyncSocket.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp

    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CocoaAsyncSocket.build/Debug-xros/CocoaAsyncSocket.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CocoaAsyncSocket.build/Debug-xros/CocoaAsyncSocket.build/Objects-normal/arm64/GCDAsyncUdpSocket.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CocoaAsyncSocket.build/Debug-xros/CocoaAsyncSocket.build/Objects-normal/arm64/GCDAsyncUdpSocket.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CocoaAsyncSocket/Source/GCD/GCDAsyncUdpSocket.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CocoaAsyncSocket.build/Debug-xros/CocoaAsyncSocket.build/Objects-normal/arm64/GCDAsyncUdpSocket.o -index-unit-output-path /CocoaAsyncSocket.build/Debug-xros/CocoaAsyncSocket.build/Objects-normal/arm64/GCDAsyncUdpSocket.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CocoaAsyncSocket.o normal (in target 'CocoaAsyncSocket' from project 'CocoaAsyncSocket')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CocoaAsyncSocket
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CocoaAsyncSocket.build/Debug-xros/CocoaAsyncSocket.build/Objects-normal/arm64/CocoaAsyncSocket.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CocoaAsyncSocket.build/Debug-xros/CocoaAsyncSocket.build/Objects-normal/arm64/CocoaAsyncSocket_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CocoaAsyncSocket.build/Debug-xros/CocoaAsyncSocket.build/Objects-normal/arm64/CocoaAsyncSocket_dependency_info.dat -fobjc-arc -fobjc-link-runtime -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CocoaAsyncSocket.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CocoaAsyncSocket.o (in target 'CocoaAsyncSocket' from project 'CocoaAsyncSocket')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CocoaAsyncSocket
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CocoaAsyncSocket.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OTPKit.o normal (in target 'OTPKit' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKit.build/Objects-normal/arm64/OTPKit.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKit.build/Objects-normal/arm64/OTPKit_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKit.build/Objects-normal/arm64/OTPKit_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKit.build/Objects-normal/arm64/OTPKit.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OTPKit.o
ExtractAppIntentsMetadata (in target 'OTPKit' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name OTPKit --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier spi-builder-workspace.OTPKit --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OTPKit.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OTPKit.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKit.build/Objects-normal/arm64/OTPKit_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKit.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKit.build/Objects-normal/arm64/OTPKit.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKit.build/OTPKit.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKit.build/OTPKit.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKit.build/Objects-normal/arm64/OTPKit.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 09:50:23.652 appintentsmetadataprocessor[871:4685] Starting appintentsmetadataprocessor export
2025-04-27 09:50:23.692 appintentsmetadataprocessor[871:4685] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OTPKit.o (in target 'OTPKit' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OTPKit.o
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OTPKitTests.xctest/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKitTests.build/empty-OTPKitTests.plist (in target 'OTPKitTests' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKitTests.build/empty-OTPKitTests.plist -producttype com.apple.product-type.bundle.unit-test -expandbuildsettings -format binary -platform xros -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OTPKitTests.xctest/Info.plist
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OTPKitTests.xctest/OTPKitTests normal (in target 'OTPKitTests' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -bundle -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKitTests.build/Objects-normal/arm64/OTPKitTests.LinkFileList -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/../Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKitTests.build/Objects-normal/arm64/OTPKitTests_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKitTests.build/Objects-normal/arm64/OTPKitTests_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKitTests.build/Objects-normal/arm64/OTPKitTests.swiftmodule -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -framework XCTest -lXCTestSwiftSupport -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OTPKitTests.xctest/OTPKitTests -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKit.build/Objects-normal/arm64/OTPKit.swiftmodule
CopySwiftLibs /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OTPKitTests.xctest (in target 'OTPKitTests' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftStdLibTool --copy --verbose --scan-executable /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OTPKitTests.xctest/OTPKitTests --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OTPKitTests.xctest/Frameworks --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OTPKitTests.xctest/PlugIns --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OTPKitTests.xctest/SystemExtensions --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OTPKitTests.xctest/Extensions --platform xros --toolchain /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --destination /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OTPKitTests.xctest/Frameworks --strip-bitcode --scan-executable /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/libXCTestSwiftSupport.dylib --strip-bitcode-tool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip --emit-dependency-info /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKitTests.build/SwiftStdLibToolInputDependencies.dep --filter-for-swift-os
Ignoring --strip-bitcode because --sign was not passed
ExtractAppIntentsMetadata (in target 'OTPKitTests' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name OTPKitTests --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier spi-builder-workspace.OTPKitTests --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OTPKitTests.xctest --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OTPKitTests.xctest/OTPKitTests --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKitTests.build/Objects-normal/arm64/OTPKitTests_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKitTests.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKitTests.build/Objects-normal/arm64/OTPKitTests.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKitTests.build/OTPKitTests.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKitTests.build/OTPKitTests.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OTPKit.build/Debug-xros/OTPKitTests.build/Objects-normal/arm64/OTPKitTests.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 09:50:23.879 appintentsmetadataprocessor[874:4711] Starting appintentsmetadataprocessor export
2025-04-27 09:50:23.881 appintentsmetadataprocessor[874:4711] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateDSYMFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OTPKitTests.xctest.dSYM /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OTPKitTests.xctest/OTPKitTests (in target 'OTPKitTests' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OTPKitTests.xctest/OTPKitTests -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OTPKitTests.xctest.dSYM
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OTPKitTests.xctest (in target 'OTPKitTests' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OTPKitTests.xctest
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OTPKitTests.xctest (in target 'OTPKitTests' from project 'OTPKit')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/OTPKitTests.xctest
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
    {
      "identity" : "cocoaasyncsocket",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.6.5",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/robbiehanson/CocoaAsyncSocket"
    }
  ],
  "manifest_display_name" : "OTPKit",
  "name" : "OTPKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.14"
    }
  ],
  "products" : [
    {
      "name" : "OTPKit",
      "targets" : [
        "OTPKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OTPKitTests",
      "module_type" : "SwiftTarget",
      "name" : "OTPKitTests",
      "path" : "Tests/OTPKitTests",
      "sources" : [
        "AddressPointDescriptionTests.swift",
        "AddressTests.swift",
        "AdvertisementLayerTests.swift",
        "ConsumerTests.swift",
        "Data+ExtensionTests.swift",
        "ModuleAdvertisementLayerTests.swift",
        "ModuleIdentifierTests.swift",
        "ModuleLayerTests.swift",
        "ModuleTests.swift",
        "NameAdvertisementLayerTests.swift",
        "OTPLayerTests.swift",
        "PointLayerTests.swift",
        "PointTests.swift",
        "ProducerTests.swift",
        "SystemAdvertisementLayerTests.swift",
        "TransformLayerTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "OTPKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OTPKit",
      "module_type" : "SwiftTarget",
      "name" : "OTPKit",
      "path" : "Sources/OTPKit",
      "product_dependencies" : [
        "CocoaAsyncSocket"
      ],
      "product_memberships" : [
        "OTPKit"
      ],
      "sources" : [
        "Components/Component.swift",
        "Components/ComponentSocket.swift",
        "Components/ComponentStatus.swift",
        "Components/Consumer.swift",
        "Components/ConsumerProducer.swift",
        "Components/Producer.swift",
        "Components/ProducerConsumer.swift",
        "Layers/AdvertismentLayer.swift",
        "Layers/ModuleAdvertisementLayer.swift",
        "Layers/ModuleLayer.swift",
        "Layers/NameAdvertisementLayer.swift",
        "Layers/OTPLayer.swift",
        "Layers/PointLayer.swift",
        "Layers/SystemAdvertismentLayer.swift",
        "Layers/TransformLayer.swift",
        "Network/NetworkDefinitions.swift",
        "Types/Address.swift",
        "Types/AddressPointDescription.swift",
        "Types/Data+Extension.swift",
        "Types/Date+Extension.swift",
        "Types/Folio.swift",
        "Types/GeneralDefinitions.swift",
        "Types/Math.swift",
        "Types/Module.swift",
        "Types/ModuleIdentifier.swift",
        "Types/Modules/ModulePosition.swift",
        "Types/Modules/ModulePositionVelAccel.swift",
        "Types/Modules/ModuleReferenceFrame.swift",
        "Types/Modules/ModuleRotation.swift",
        "Types/Modules/ModuleRotationVelAccel.swift",
        "Types/Modules/ModuleScale.swift",
        "Types/Point.swift",
        "Vendor/CwlDispatch.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.