Build Information
Failed to build Physical with Swift 6.0 for watchOS using Xcode 16.0.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme Physical -destination generic/platform=watchos OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete
Build Log
2 |
3 | public struct Physical: Collection {
| `- note: consider making struct 'Physical' conform to the 'Sendable' protocol
4 | public var isNotAThing = false
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:448:23: warning: static property 'apogee' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
446 | public static let polarRadius = 1736.0.km.sigfigs(5)
447 | public static let perigee = 362600.km // (356400–370400 km)
448 | public static let apogee = 405400.km // 404000–406700 km)
| |- warning: static property 'apogee' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'apogee' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
449 | /*
450 | public static let Semi-major axis 384399 km (1.28 ls, 0.00257 AU)[1]
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public struct Physical: Collection {
| `- note: consider making struct 'Physical' conform to the 'Sendable' protocol
4 | public var isNotAThing = false
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:494:24: warning: static property 'mass' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
492 | public struct Jupiter {
493 | public static let symbol = "♃"
494 | public static let mass = 1.8982e27.kg
| |- warning: static property 'mass' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'mass' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
495 | public static let meanRadius = 69_911.km
496 | public static let equatorialRadius = 71_492.km
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public struct Physical: Collection {
| `- note: consider making struct 'Physical' conform to the 'Sendable' protocol
4 | public var isNotAThing = false
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:495:24: warning: static property 'meanRadius' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
493 | public static let symbol = "♃"
494 | public static let mass = 1.8982e27.kg
495 | public static let meanRadius = 69_911.km
| |- warning: static property 'meanRadius' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'meanRadius' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
496 | public static let equatorialRadius = 71_492.km
497 | public static let polarRadius = 66_854.km
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public struct Physical: Collection {
| `- note: consider making struct 'Physical' conform to the 'Sendable' protocol
4 | public var isNotAThing = false
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:496:24: warning: static property 'equatorialRadius' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
494 | public static let mass = 1.8982e27.kg
495 | public static let meanRadius = 69_911.km
496 | public static let equatorialRadius = 71_492.km
| |- warning: static property 'equatorialRadius' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'equatorialRadius' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
497 | public static let polarRadius = 66_854.km
498 | }
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public struct Physical: Collection {
| `- note: consider making struct 'Physical' conform to the 'Sendable' protocol
4 | public var isNotAThing = false
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:497:24: warning: static property 'polarRadius' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
495 | public static let meanRadius = 69_911.km
496 | public static let equatorialRadius = 71_492.km
497 | public static let polarRadius = 66_854.km
| |- warning: static property 'polarRadius' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'polarRadius' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
498 | }
499 | public struct Saturn {
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public struct Physical: Collection {
| `- note: consider making struct 'Physical' conform to the 'Sendable' protocol
4 | public var isNotAThing = false
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:511:21: warning: static property 'avogadro' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
509 | }
510 |
511 | public static let avogadro = 6.022_140_76e23/.moles
| |- warning: static property 'avogadro' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'avogadro' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
512 | public static let boltzmann = 1.380_649e-23.J/.kelvin
513 | public static let faraday = 96_485.332_12.coulombs/.moles
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public struct Physical: Collection {
| `- note: consider making struct 'Physical' conform to the 'Sendable' protocol
4 | public var isNotAThing = false
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:512:21: warning: static property 'boltzmann' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
510 |
511 | public static let avogadro = 6.022_140_76e23/.moles
512 | public static let boltzmann = 1.380_649e-23.J/.kelvin
| |- warning: static property 'boltzmann' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'boltzmann' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
513 | public static let faraday = 96_485.332_12.coulombs/.moles
514 | public static let molarGas = 8.314_462_618.J/.moles.kelvin
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public struct Physical: Collection {
| `- note: consider making struct 'Physical' conform to the 'Sendable' protocol
4 | public var isNotAThing = false
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:513:21: warning: static property 'faraday' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
511 | public static let avogadro = 6.022_140_76e23/.moles
512 | public static let boltzmann = 1.380_649e-23.J/.kelvin
513 | public static let faraday = 96_485.332_12.coulombs/.moles
| |- warning: static property 'faraday' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'faraday' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
514 | public static let molarGas = 8.314_462_618.J/.moles.kelvin
515 | public static let molarMass = 0.999_999_999_65e-3.kg/.moles
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public struct Physical: Collection {
| `- note: consider making struct 'Physical' conform to the 'Sendable' protocol
4 | public var isNotAThing = false
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:514:21: warning: static property 'molarGas' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
512 | public static let boltzmann = 1.380_649e-23.J/.kelvin
513 | public static let faraday = 96_485.332_12.coulombs/.moles
514 | public static let molarGas = 8.314_462_618.J/.moles.kelvin
| |- warning: static property 'molarGas' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'molarGas' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
515 | public static let molarMass = 0.999_999_999_65e-3.kg/.moles
516 | public static let carbon12MolarMass = 11.999_999_9958e-3.kg/.moles
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public struct Physical: Collection {
| `- note: consider making struct 'Physical' conform to the 'Sendable' protocol
4 | public var isNotAThing = false
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:515:21: warning: static property 'molarMass' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
513 | public static let faraday = 96_485.332_12.coulombs/.moles
514 | public static let molarGas = 8.314_462_618.J/.moles.kelvin
515 | public static let molarMass = 0.999_999_999_65e-3.kg/.moles
| |- warning: static property 'molarMass' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'molarMass' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
516 | public static let carbon12MolarMass = 11.999_999_9958e-3.kg/.moles
517 | public static let molarPlanck = 3.990_312_712e-10.J/.hertz.moles
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public struct Physical: Collection {
| `- note: consider making struct 'Physical' conform to the 'Sendable' protocol
4 | public var isNotAThing = false
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:516:21: warning: static property 'carbon12MolarMass' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
514 | public static let molarGas = 8.314_462_618.J/.moles.kelvin
515 | public static let molarMass = 0.999_999_999_65e-3.kg/.moles
516 | public static let carbon12MolarMass = 11.999_999_9958e-3.kg/.moles
| |- warning: static property 'carbon12MolarMass' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'carbon12MolarMass' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
517 | public static let molarPlanck = 3.990_312_712e-10.J/.hertz.moles
518 |
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public struct Physical: Collection {
| `- note: consider making struct 'Physical' conform to the 'Sendable' protocol
4 | public var isNotAThing = false
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:517:21: warning: static property 'molarPlanck' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
515 | public static let molarMass = 0.999_999_999_65e-3.kg/.moles
516 | public static let carbon12MolarMass = 11.999_999_9958e-3.kg/.moles
517 | public static let molarPlanck = 3.990_312_712e-10.J/.hertz.moles
| |- warning: static property 'molarPlanck' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'molarPlanck' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
518 |
519 | public static let lightSpeed = 299_792_458.m/.s
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public struct Physical: Collection {
| `- note: consider making struct 'Physical' conform to the 'Sendable' protocol
4 | public var isNotAThing = false
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:519:21: warning: static property 'lightSpeed' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
517 | public static let molarPlanck = 3.990_312_712e-10.J/.hertz.moles
518 |
519 | public static let lightSpeed = 299_792_458.m/.s
| |- warning: static property 'lightSpeed' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'lightSpeed' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
520 | public static let gravitation = 6.674_30e-11.m(3)/.kg.s(2)
521 |
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public struct Physical: Collection {
| `- note: consider making struct 'Physical' conform to the 'Sendable' protocol
4 | public var isNotAThing = false
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:520:21: warning: static property 'gravitation' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
518 |
519 | public static let lightSpeed = 299_792_458.m/.s
520 | public static let gravitation = 6.674_30e-11.m(3)/.kg.s(2)
| |- warning: static property 'gravitation' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'gravitation' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
521 |
522 | public static let planck = 6.626_070_15e-34.J.s
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public struct Physical: Collection {
| `- note: consider making struct 'Physical' conform to the 'Sendable' protocol
4 | public var isNotAThing = false
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:522:21: warning: static property 'planck' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
520 | public static let gravitation = 6.674_30e-11.m(3)/.kg.s(2)
521 |
522 | public static let planck = 6.626_070_15e-34.J.s
| |- warning: static property 'planck' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'planck' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
523 | public static let reducedPlanck = 1.054_571_817e-34.J.s.perRadian
524 | public static let fineStructure = 7.297_352_5693e-3.constant // 0.007_297_352_562_781_278 ish
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public struct Physical: Collection {
| `- note: consider making struct 'Physical' conform to the 'Sendable' protocol
4 | public var isNotAThing = false
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:523:21: warning: static property 'reducedPlanck' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
521 |
522 | public static let planck = 6.626_070_15e-34.J.s
523 | public static let reducedPlanck = 1.054_571_817e-34.J.s.perRadian
| |- warning: static property 'reducedPlanck' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'reducedPlanck' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
524 | public static let fineStructure = 7.297_352_5693e-3.constant // 0.007_297_352_562_781_278 ish
525 | public static let inverseFineStructure = 137.035_999_084.constant
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public struct Physical: Collection {
| `- note: consider making struct 'Physical' conform to the 'Sendable' protocol
4 | public var isNotAThing = false
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:524:21: warning: static property 'fineStructure' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
522 | public static let planck = 6.626_070_15e-34.J.s
523 | public static let reducedPlanck = 1.054_571_817e-34.J.s.perRadian
524 | public static let fineStructure = 7.297_352_5693e-3.constant // 0.007_297_352_562_781_278 ish
| |- warning: static property 'fineStructure' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'fineStructure' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
525 | public static let inverseFineStructure = 137.035_999_084.constant
526 | public static let rydberg = 10_973_731.568_160/.m
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public struct Physical: Collection {
| `- note: consider making struct 'Physical' conform to the 'Sendable' protocol
4 | public var isNotAThing = false
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:525:21: warning: static property 'inverseFineStructure' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
523 | public static let reducedPlanck = 1.054_571_817e-34.J.s.perRadian
524 | public static let fineStructure = 7.297_352_5693e-3.constant // 0.007_297_352_562_781_278 ish
525 | public static let inverseFineStructure = 137.035_999_084.constant
| |- warning: static property 'inverseFineStructure' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'inverseFineStructure' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
526 | public static let rydberg = 10_973_731.568_160/.m
527 | public static let hyperfineTransitionFrequency = 9_192_631_770.Hz
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public struct Physical: Collection {
| `- note: consider making struct 'Physical' conform to the 'Sendable' protocol
4 | public var isNotAThing = false
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:526:21: warning: static property 'rydberg' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
524 | public static let fineStructure = 7.297_352_5693e-3.constant // 0.007_297_352_562_781_278 ish
525 | public static let inverseFineStructure = 137.035_999_084.constant
526 | public static let rydberg = 10_973_731.568_160/.m
| |- warning: static property 'rydberg' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'rydberg' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
527 | public static let hyperfineTransitionFrequency = 9_192_631_770.Hz
528 | public static let bohrMagneton = 9.276_010_0783e-24.J/.teslas
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public struct Physical: Collection {
| `- note: consider making struct 'Physical' conform to the 'Sendable' protocol
4 | public var isNotAThing = false
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:527:21: warning: static property 'hyperfineTransitionFrequency' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
525 | public static let inverseFineStructure = 137.035_999_084.constant
526 | public static let rydberg = 10_973_731.568_160/.m
527 | public static let hyperfineTransitionFrequency = 9_192_631_770.Hz
| |- warning: static property 'hyperfineTransitionFrequency' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'hyperfineTransitionFrequency' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
528 | public static let bohrMagneton = 9.276_010_0783e-24.J/.teslas
529 | public static let nuclearMagneton = 5.050_783_7461e-27.J/.teslas
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public struct Physical: Collection {
| `- note: consider making struct 'Physical' conform to the 'Sendable' protocol
4 | public var isNotAThing = false
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:528:21: warning: static property 'bohrMagneton' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
526 | public static let rydberg = 10_973_731.568_160/.m
527 | public static let hyperfineTransitionFrequency = 9_192_631_770.Hz
528 | public static let bohrMagneton = 9.276_010_0783e-24.J/.teslas
| |- warning: static property 'bohrMagneton' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'bohrMagneton' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
529 | public static let nuclearMagneton = 5.050_783_7461e-27.J/.teslas
530 | public static let bohrRadius = 6.291_772_109_03e-11.m
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public struct Physical: Collection {
| `- note: consider making struct 'Physical' conform to the 'Sendable' protocol
4 | public var isNotAThing = false
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:529:21: warning: static property 'nuclearMagneton' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
527 | public static let hyperfineTransitionFrequency = 9_192_631_770.Hz
528 | public static let bohrMagneton = 9.276_010_0783e-24.J/.teslas
529 | public static let nuclearMagneton = 5.050_783_7461e-27.J/.teslas
| |- warning: static property 'nuclearMagneton' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'nuclearMagneton' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
530 | public static let bohrRadius = 6.291_772_109_03e-11.m
531 | public static let bjerrumWaterLength = 7.1.angstroms
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public struct Physical: Collection {
| `- note: consider making struct 'Physical' conform to the 'Sendable' protocol
4 | public var isNotAThing = false
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:530:21: warning: static property 'bohrRadius' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
528 | public static let bohrMagneton = 9.276_010_0783e-24.J/.teslas
529 | public static let nuclearMagneton = 5.050_783_7461e-27.J/.teslas
530 | public static let bohrRadius = 6.291_772_109_03e-11.m
| |- warning: static property 'bohrRadius' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'bohrRadius' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
531 | public static let bjerrumWaterLength = 7.1.angstroms
532 | public static let elementaryCharge = 1.602_176_634e-19.coulombs
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public struct Physical: Collection {
| `- note: consider making struct 'Physical' conform to the 'Sendable' protocol
4 | public var isNotAThing = false
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:531:21: warning: static property 'bjerrumWaterLength' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
529 | public static let nuclearMagneton = 5.050_783_7461e-27.J/.teslas
530 | public static let bohrRadius = 6.291_772_109_03e-11.m
531 | public static let bjerrumWaterLength = 7.1.angstroms
| |- warning: static property 'bjerrumWaterLength' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'bjerrumWaterLength' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
532 | public static let elementaryCharge = 1.602_176_634e-19.coulombs
533 |
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public struct Physical: Collection {
| `- note: consider making struct 'Physical' conform to the 'Sendable' protocol
4 | public var isNotAThing = false
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:532:21: warning: static property 'elementaryCharge' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
530 | public static let bohrRadius = 6.291_772_109_03e-11.m
531 | public static let bjerrumWaterLength = 7.1.angstroms
532 | public static let elementaryCharge = 1.602_176_634e-19.coulombs
| |- warning: static property 'elementaryCharge' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'elementaryCharge' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
533 |
534 | public static let vacuumElectricPermittivity = 8.854_187_8128e-12.F/.m
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public struct Physical: Collection {
| `- note: consider making struct 'Physical' conform to the 'Sendable' protocol
4 | public var isNotAThing = false
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:534:21: warning: static property 'vacuumElectricPermittivity' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
532 | public static let elementaryCharge = 1.602_176_634e-19.coulombs
533 |
534 | public static let vacuumElectricPermittivity = 8.854_187_8128e-12.F/.m
| |- warning: static property 'vacuumElectricPermittivity' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'vacuumElectricPermittivity' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
535 | // public static let vacuumMagneticPermeability = 1.256_637_062_12e-6.N/.amperes(2).radians
536 | public static let vacuumMagneticPermeability = 1.256_637_062_12e-6.henries/.m
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public struct Physical: Collection {
| `- note: consider making struct 'Physical' conform to the 'Sendable' protocol
4 | public var isNotAThing = false
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:536:21: warning: static property 'vacuumMagneticPermeability' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
534 | public static let vacuumElectricPermittivity = 8.854_187_8128e-12.F/.m
535 | // public static let vacuumMagneticPermeability = 1.256_637_062_12e-6.N/.amperes(2).radians
536 | public static let vacuumMagneticPermeability = 1.256_637_062_12e-6.henries/.m
| |- warning: static property 'vacuumMagneticPermeability' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'vacuumMagneticPermeability' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
537 | public static let vacuumImpedance = 376.730_313_668.ohms
538 | public static let josephson = 483_597.848_4e9.Hz/.volts
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public struct Physical: Collection {
| `- note: consider making struct 'Physical' conform to the 'Sendable' protocol
4 | public var isNotAThing = false
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:537:21: warning: static property 'vacuumImpedance' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
535 | // public static let vacuumMagneticPermeability = 1.256_637_062_12e-6.N/.amperes(2).radians
536 | public static let vacuumMagneticPermeability = 1.256_637_062_12e-6.henries/.m
537 | public static let vacuumImpedance = 376.730_313_668.ohms
| |- warning: static property 'vacuumImpedance' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'vacuumImpedance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
538 | public static let josephson = 483_597.848_4e9.Hz/.volts
539 | public static let vonKlitzing = 25_812.807_45.ohms
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public struct Physical: Collection {
| `- note: consider making struct 'Physical' conform to the 'Sendable' protocol
4 | public var isNotAThing = false
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:538:21: warning: static property 'josephson' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
536 | public static let vacuumMagneticPermeability = 1.256_637_062_12e-6.henries/.m
537 | public static let vacuumImpedance = 376.730_313_668.ohms
538 | public static let josephson = 483_597.848_4e9.Hz/.volts
| |- warning: static property 'josephson' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'josephson' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
539 | public static let vonKlitzing = 25_812.807_45.ohms
540 | public static let quantumConductance = 7.748_091_729e-5.siemens
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public struct Physical: Collection {
| `- note: consider making struct 'Physical' conform to the 'Sendable' protocol
4 | public var isNotAThing = false
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:539:21: warning: static property 'vonKlitzing' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
537 | public static let vacuumImpedance = 376.730_313_668.ohms
538 | public static let josephson = 483_597.848_4e9.Hz/.volts
539 | public static let vonKlitzing = 25_812.807_45.ohms
| |- warning: static property 'vonKlitzing' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'vonKlitzing' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
540 | public static let quantumConductance = 7.748_091_729e-5.siemens
541 | public static let inverseQuantumConductance = 12_906.403_72.ohms
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public struct Physical: Collection {
| `- note: consider making struct 'Physical' conform to the 'Sendable' protocol
4 | public var isNotAThing = false
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:540:21: warning: static property 'quantumConductance' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
538 | public static let josephson = 483_597.848_4e9.Hz/.volts
539 | public static let vonKlitzing = 25_812.807_45.ohms
540 | public static let quantumConductance = 7.748_091_729e-5.siemens
| |- warning: static property 'quantumConductance' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'quantumConductance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
541 | public static let inverseQuantumConductance = 12_906.403_72.ohms
542 | public static let magneticFluxQuantum = 2.067_833_848e-15.webers
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public struct Physical: Collection {
| `- note: consider making struct 'Physical' conform to the 'Sendable' protocol
4 | public var isNotAThing = false
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:541:21: warning: static property 'inverseQuantumConductance' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
539 | public static let vonKlitzing = 25_812.807_45.ohms
540 | public static let quantumConductance = 7.748_091_729e-5.siemens
541 | public static let inverseQuantumConductance = 12_906.403_72.ohms
| |- warning: static property 'inverseQuantumConductance' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'inverseQuantumConductance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
542 | public static let magneticFluxQuantum = 2.067_833_848e-15.webers
543 |
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public struct Physical: Collection {
| `- note: consider making struct 'Physical' conform to the 'Sendable' protocol
4 | public var isNotAThing = false
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:542:21: warning: static property 'magneticFluxQuantum' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
540 | public static let quantumConductance = 7.748_091_729e-5.siemens
541 | public static let inverseQuantumConductance = 12_906.403_72.ohms
542 | public static let magneticFluxQuantum = 2.067_833_848e-15.webers
| |- warning: static property 'magneticFluxQuantum' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'magneticFluxQuantum' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
543 |
544 | public static let electronGFactor = -2.002_319_304_362_56.constant
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public struct Physical: Collection {
| `- note: consider making struct 'Physical' conform to the 'Sendable' protocol
4 | public var isNotAThing = false
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:544:21: warning: static property 'electronGFactor' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
542 | public static let magneticFluxQuantum = 2.067_833_848e-15.webers
543 |
544 | public static let electronGFactor = -2.002_319_304_362_56.constant
| |- warning: static property 'electronGFactor' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'electronGFactor' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
545 | // public static let fermiCoupling = 1.166_3787e-5.
546 | public static let hartreeEnergy = 4.359_744_722_2071e-18.J
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public struct Physical: Collection {
| `- note: consider making struct 'Physical' conform to the 'Sendable' protocol
4 | public var isNotAThing = false
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:546:21: warning: static property 'hartreeEnergy' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
544 | public static let electronGFactor = -2.002_319_304_362_56.constant
545 | // public static let fermiCoupling = 1.166_3787e-5.
546 | public static let hartreeEnergy = 4.359_744_722_2071e-18.J
| |- warning: static property 'hartreeEnergy' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'hartreeEnergy' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
547 | public static let circulationQuantum = 3.636_947_5516e-4.m(2)/.s
548 | public static let thomsonCrossSection = 6.652_458_7321e-29.m(2)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public struct Physical: Collection {
| `- note: consider making struct 'Physical' conform to the 'Sendable' protocol
4 | public var isNotAThing = false
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:547:21: warning: static property 'circulationQuantum' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
545 | // public static let fermiCoupling = 1.166_3787e-5.
546 | public static let hartreeEnergy = 4.359_744_722_2071e-18.J
547 | public static let circulationQuantum = 3.636_947_5516e-4.m(2)/.s
| |- warning: static property 'circulationQuantum' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'circulationQuantum' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
548 | public static let thomsonCrossSection = 6.652_458_7321e-29.m(2)
549 | public static let wZMassRatio = 0.881_53.constant
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public struct Physical: Collection {
| `- note: consider making struct 'Physical' conform to the 'Sendable' protocol
4 | public var isNotAThing = false
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:548:21: warning: static property 'thomsonCrossSection' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
546 | public static let hartreeEnergy = 4.359_744_722_2071e-18.J
547 | public static let circulationQuantum = 3.636_947_5516e-4.m(2)/.s
548 | public static let thomsonCrossSection = 6.652_458_7321e-29.m(2)
| |- warning: static property 'thomsonCrossSection' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'thomsonCrossSection' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
549 | public static let wZMassRatio = 0.881_53.constant
550 | public static let weakMixingAngle = 0.222_90.constant
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public struct Physical: Collection {
| `- note: consider making struct 'Physical' conform to the 'Sendable' protocol
4 | public var isNotAThing = false
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:549:21: warning: static property 'wZMassRatio' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
547 | public static let circulationQuantum = 3.636_947_5516e-4.m(2)/.s
548 | public static let thomsonCrossSection = 6.652_458_7321e-29.m(2)
549 | public static let wZMassRatio = 0.881_53.constant
| |- warning: static property 'wZMassRatio' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'wZMassRatio' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
550 | public static let weakMixingAngle = 0.222_90.constant
551 | public static let atomicMass = 1.660_539_066_60e-27.kg
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public struct Physical: Collection {
| `- note: consider making struct 'Physical' conform to the 'Sendable' protocol
4 | public var isNotAThing = false
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:550:21: warning: static property 'weakMixingAngle' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
548 | public static let thomsonCrossSection = 6.652_458_7321e-29.m(2)
549 | public static let wZMassRatio = 0.881_53.constant
550 | public static let weakMixingAngle = 0.222_90.constant
| |- warning: static property 'weakMixingAngle' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'weakMixingAngle' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
551 | public static let atomicMass = 1.660_539_066_60e-27.kg
552 | public static let stefanBoltzmann = 5.670_374_419e-8.W/.m(2).kelvin(4)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public struct Physical: Collection {
| `- note: consider making struct 'Physical' conform to the 'Sendable' protocol
4 | public var isNotAThing = false
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:551:21: warning: static property 'atomicMass' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
549 | public static let wZMassRatio = 0.881_53.constant
550 | public static let weakMixingAngle = 0.222_90.constant
551 | public static let atomicMass = 1.660_539_066_60e-27.kg
| |- warning: static property 'atomicMass' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'atomicMass' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
552 | public static let stefanBoltzmann = 5.670_374_419e-8.W/.m(2).kelvin(4)
553 | public static let firstRadiation = 3.741_771_852e-16.W.m(2)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public struct Physical: Collection {
| `- note: consider making struct 'Physical' conform to the 'Sendable' protocol
4 | public var isNotAThing = false
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:552:21: warning: static property 'stefanBoltzmann' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
550 | public static let weakMixingAngle = 0.222_90.constant
551 | public static let atomicMass = 1.660_539_066_60e-27.kg
552 | public static let stefanBoltzmann = 5.670_374_419e-8.W/.m(2).kelvin(4)
| |- warning: static property 'stefanBoltzmann' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'stefanBoltzmann' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
553 | public static let firstRadiation = 3.741_771_852e-16.W.m(2)
554 | public static let secondRadiation = 1.438_776_877e-2.m.kelvin
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public struct Physical: Collection {
| `- note: consider making struct 'Physical' conform to the 'Sendable' protocol
4 | public var isNotAThing = false
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:553:21: warning: static property 'firstRadiation' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
551 | public static let atomicMass = 1.660_539_066_60e-27.kg
552 | public static let stefanBoltzmann = 5.670_374_419e-8.W/.m(2).kelvin(4)
553 | public static let firstRadiation = 3.741_771_852e-16.W.m(2)
| |- warning: static property 'firstRadiation' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'firstRadiation' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
554 | public static let secondRadiation = 1.438_776_877e-2.m.kelvin
555 | public static let firstRadiationSpectralRadiance = 1.191_042_972e-16.W.m(2).steradians
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public struct Physical: Collection {
| `- note: consider making struct 'Physical' conform to the 'Sendable' protocol
4 | public var isNotAThing = false
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:554:21: warning: static property 'secondRadiation' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
552 | public static let stefanBoltzmann = 5.670_374_419e-8.W/.m(2).kelvin(4)
553 | public static let firstRadiation = 3.741_771_852e-16.W.m(2)
554 | public static let secondRadiation = 1.438_776_877e-2.m.kelvin
| |- warning: static property 'secondRadiation' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'secondRadiation' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
555 | public static let firstRadiationSpectralRadiance = 1.191_042_972e-16.W.m(2).steradians
556 | public static let wienDisplacement = 2.897_771_955e-3.m.kelvin
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public struct Physical: Collection {
| `- note: consider making struct 'Physical' conform to the 'Sendable' protocol
4 | public var isNotAThing = false
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:555:21: warning: static property 'firstRadiationSpectralRadiance' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
553 | public static let firstRadiation = 3.741_771_852e-16.W.m(2)
554 | public static let secondRadiation = 1.438_776_877e-2.m.kelvin
555 | public static let firstRadiationSpectralRadiance = 1.191_042_972e-16.W.m(2).steradians
| |- warning: static property 'firstRadiationSpectralRadiance' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'firstRadiationSpectralRadiance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
556 | public static let wienDisplacement = 2.897_771_955e-3.m.kelvin
557 | public static let wienFrequency = 5.878_925_757e10.Hz/.kelvin
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public struct Physical: Collection {
| `- note: consider making struct 'Physical' conform to the 'Sendable' protocol
4 | public var isNotAThing = false
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:556:21: warning: static property 'wienDisplacement' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
554 | public static let secondRadiation = 1.438_776_877e-2.m.kelvin
555 | public static let firstRadiationSpectralRadiance = 1.191_042_972e-16.W.m(2).steradians
556 | public static let wienDisplacement = 2.897_771_955e-3.m.kelvin
| |- warning: static property 'wienDisplacement' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'wienDisplacement' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
557 | public static let wienFrequency = 5.878_925_757e10.Hz/.kelvin
558 | public static let wienEntropy = 3.002_916_077e-3.m.kelvin
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public struct Physical: Collection {
| `- note: consider making struct 'Physical' conform to the 'Sendable' protocol
4 | public var isNotAThing = false
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:557:21: warning: static property 'wienFrequency' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
555 | public static let firstRadiationSpectralRadiance = 1.191_042_972e-16.W.m(2).steradians
556 | public static let wienDisplacement = 2.897_771_955e-3.m.kelvin
557 | public static let wienFrequency = 5.878_925_757e10.Hz/.kelvin
| |- warning: static property 'wienFrequency' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'wienFrequency' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
558 | public static let wienEntropy = 3.002_916_077e-3.m.kelvin
559 | }
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public struct Physical: Collection {
| `- note: consider making struct 'Physical' conform to the 'Sendable' protocol
4 | public var isNotAThing = false
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:558:21: warning: static property 'wienEntropy' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
556 | public static let wienDisplacement = 2.897_771_955e-3.m.kelvin
557 | public static let wienFrequency = 5.878_925_757e10.Hz/.kelvin
558 | public static let wienEntropy = 3.002_916_077e-3.m.kelvin
| |- warning: static property 'wienEntropy' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'wienEntropy' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
559 | }
560 | }
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public struct Physical: Collection {
| `- note: consider making struct 'Physical' conform to the 'Sendable' protocol
4 | public var isNotAThing = false
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:937:21: warning: static property 'mass' is not concurrency-safe because non-'Sendable' type 'Mass?' may have shared mutable state; this is an error in the Swift 6 language mode
935 | public struct Particle {
936 | struct Positron {
937 | public static let mass = Mass(Physical.Constants.Particle.Positron.mass)
| |- warning: static property 'mass' is not concurrency-safe because non-'Sendable' type 'Mass?' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'mass' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
938 | public static let charge = ElectricCharge(Physical.Constants.Particle.Positron.charge)
939 | }
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/UnitStructs.swift:318:15: note: consider making struct 'Mass' conform to the 'Sendable' protocol
316 | public init(_ reals: [Double], unit: UnitMagneticFluxDensity) { physical = Physical(values: reals, unit: unit) }
317 | }
318 | public struct Mass: PhysicalType {
| `- note: consider making struct 'Mass' conform to the 'Sendable' protocol
319 | public var physical: Physical
320 | public var description: String { physical.description }
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:938:21: warning: static property 'charge' is not concurrency-safe because non-'Sendable' type 'ElectricCharge?' may have shared mutable state; this is an error in the Swift 6 language mode
936 | struct Positron {
937 | public static let mass = Mass(Physical.Constants.Particle.Positron.mass)
938 | public static let charge = ElectricCharge(Physical.Constants.Particle.Positron.charge)
| |- warning: static property 'charge' is not concurrency-safe because non-'Sendable' type 'ElectricCharge?' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'charge' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
939 | }
940 | }
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/UnitStructs.swift:174:15: note: consider making struct 'ElectricCharge' conform to the 'Sendable' protocol
172 | public init(_ reals: [Double], unit: UnitElectricCapacitance) { physical = Physical(values: reals, unit: unit) }
173 | }
174 | public struct ElectricCharge: PhysicalType {
| `- note: consider making struct 'ElectricCharge' conform to the 'Sendable' protocol
175 | public var physical: Physical
176 | public var description: String { physical.description }
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:945:22: warning: static property 'surfaceGravity' is not concurrency-safe because non-'Sendable' type 'Acceleration?' may have shared mutable state; this is an error in the Swift 6 language mode
943 | struct Planets {
944 | struct Earth {
945 | public static let surfaceGravity = Acceleration(Physical.Constants.Earth.surfaceGravity)
| |- warning: static property 'surfaceGravity' is not concurrency-safe because non-'Sendable' type 'Acceleration?' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'surfaceGravity' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
946 | }
947 | }
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/UnitStructs.swift:94:15: note: consider making struct 'Acceleration' conform to the 'Sendable' protocol
92 | // GENERATED:_______________________________________________________________________________________
93 |
94 | public struct Acceleration: PhysicalType {
| `- note: consider making struct 'Acceleration' conform to the 'Sendable' protocol
95 | public var physical: Physical
96 | public var description: String { physical.description }
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:951:20: warning: static property 'meanRadius' is not concurrency-safe because non-'Sendable' type 'Length?' may have shared mutable state; this is an error in the Swift 6 language mode
949 |
950 | public struct Earth {
951 | public static let meanRadius = Length(6371.km)
| |- warning: static property 'meanRadius' is not concurrency-safe because non-'Sendable' type 'Length?' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'meanRadius' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
952 |
953 | struct Surface {
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/UnitStructs.swift:278:15: note: consider making struct 'Length' conform to the 'Sendable' protocol
276 | public init(_ reals: [Double], unit: UnitIonizingRadiation) { physical = Physical(values: reals, unit: unit) }
277 | }
278 | public struct Length: PhysicalType {
| `- note: consider making struct 'Length' conform to the 'Sendable' protocol
279 | public var physical: Physical
280 | public var description: String { physical.description }
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:954:21: warning: static property 'gravity' is not concurrency-safe because non-'Sendable' type 'Acceleration?' may have shared mutable state; this is an error in the Swift 6 language mode
952 |
953 | struct Surface {
954 | public static let gravity = Acceleration(Physical.Constants.Earth.surfaceGravity)
| |- warning: static property 'gravity' is not concurrency-safe because non-'Sendable' type 'Acceleration?' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'gravity' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
955 |
956 | public struct Area {
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/UnitStructs.swift:94:15: note: consider making struct 'Acceleration' conform to the 'Sendable' protocol
92 | // GENERATED:_______________________________________________________________________________________
93 |
94 | public struct Acceleration: PhysicalType {
| `- note: consider making struct 'Acceleration' conform to the 'Sendable' protocol
95 | public var physical: Physical
96 | public var description: String { physical.description }
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:957:22: warning: static property 'total' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
955 |
956 | public struct Area {
957 | public static let total = 510_072_000.squareKilometers
| |- warning: static property 'total' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'total' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
958 | public static let land = 148_940_000.squareKilometers
959 | public static let water = 361_132_000.squareKilometers
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public struct Physical: Collection {
| `- note: consider making struct 'Physical' conform to the 'Sendable' protocol
4 | public var isNotAThing = false
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:958:22: warning: static property 'land' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
956 | public struct Area {
957 | public static let total = 510_072_000.squareKilometers
958 | public static let land = 148_940_000.squareKilometers
| |- warning: static property 'land' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'land' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
959 | public static let water = 361_132_000.squareKilometers
960 | }
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public struct Physical: Collection {
| `- note: consider making struct 'Physical' conform to the 'Sendable' protocol
4 | public var isNotAThing = false
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:959:22: warning: static property 'water' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
957 | public static let total = 510_072_000.squareKilometers
958 | public static let land = 148_940_000.squareKilometers
959 | public static let water = 361_132_000.squareKilometers
| |- warning: static property 'water' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'water' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
960 | }
961 |
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public struct Physical: Collection {
| `- note: consider making struct 'Physical' conform to the 'Sendable' protocol
4 | public var isNotAThing = false
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:963:22: warning: static property 'min' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
961 |
962 | public struct Temperature {
963 | public static let min = 184.K
| |- warning: static property 'min' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'min' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
964 | public static let mean = 287.16.K
965 | public static let max = 330.K
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public struct Physical: Collection {
| `- note: consider making struct 'Physical' conform to the 'Sendable' protocol
4 | public var isNotAThing = false
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:964:22: warning: static property 'mean' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
962 | public struct Temperature {
963 | public static let min = 184.K
964 | public static let mean = 287.16.K
| |- warning: static property 'mean' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'mean' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
965 | public static let max = 330.K
966 | }
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public struct Physical: Collection {
| `- note: consider making struct 'Physical' conform to the 'Sendable' protocol
4 | public var isNotAThing = false
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:965:22: warning: static property 'max' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
963 | public static let min = 184.K
964 | public static let mean = 287.16.K
965 | public static let max = 330.K
| |- warning: static property 'max' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'max' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
966 | }
967 | }
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public struct Physical: Collection {
| `- note: consider making struct 'Physical' conform to the 'Sendable' protocol
4 | public var isNotAThing = false
5 |
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Globals.swift:6:21: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Physical.Globals' may have shared mutable state; this is an error in the Swift 6 language mode
3 | public extension Physical {
4 |
5 | class Globals {
| `- note: class 'Globals' does not conform to the 'Sendable' protocol
6 | static public let shared = Physical.Globals()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Physical.Globals' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7 |
8 | var numberFormatter = NumberFormatter()
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/UnitStructs.swift:267:36: error: 'UnitInformationStorage' is only available in watchOS 6.0 or newer
260 | public init(_ reals: [Double], unit: UnitIlluminance) { physical = Physical(values: reals, unit: unit) }
261 | }
262 | public struct InformationStorage: PhysicalType {
| `- note: add @available attribute to enclosing struct
263 | public var physical: Physical
264 | public var description: String { physical.description }
265 | public init(values: [Double], unit: Dimension) { physical = Physical(values: values, unit: unit) }
266 | public init?(_ y: Physical) { if y ~ 1.bytes { physical = y } else { return nil } }
267 | public init(_ real: Double, unit: UnitInformationStorage) { physical = Physical(value: real, unit: unit) }
| | `- error: 'UnitInformationStorage' is only available in watchOS 6.0 or newer
| `- note: add @available attribute to enclosing initializer
268 | public init(_ reals: [Double], unit: UnitInformationStorage) { physical = Physical(values: reals, unit: unit) }
269 | }
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/UnitStructs.swift:268:39: error: 'UnitInformationStorage' is only available in watchOS 6.0 or newer
260 | public init(_ reals: [Double], unit: UnitIlluminance) { physical = Physical(values: reals, unit: unit) }
261 | }
262 | public struct InformationStorage: PhysicalType {
| `- note: add @available attribute to enclosing struct
263 | public var physical: Physical
264 | public var description: String { physical.description }
:
266 | public init?(_ y: Physical) { if y ~ 1.bytes { physical = y } else { return nil } }
267 | public init(_ real: Double, unit: UnitInformationStorage) { physical = Physical(value: real, unit: unit) }
268 | public init(_ reals: [Double], unit: UnitInformationStorage) { physical = Physical(values: reals, unit: unit) }
| | `- error: 'UnitInformationStorage' is only available in watchOS 6.0 or newer
| `- note: add @available attribute to enclosing initializer
269 | }
270 | public struct IonizingRadiation: PhysicalType {
SwiftCompile normal arm64_32 Compiling\ UnitStructs.swift,\ dB.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/UnitStructs.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/dB.swift (in target 'Physical' from project 'Physical')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Generated/FloatingPointUnits.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Generated/PhysicalConversionType.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Generated/PhysicalUnits.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Numerics.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Operators.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Algebra.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Arrays.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Comparable.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Composition.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Conversions.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Description.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Equatable.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Inits.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Miscellaneous.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/NotAThing.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/TieredNumber.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Undetermined/Dimension.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Undetermined/Units.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Experiments.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Metadata.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/PhysicalArrays.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/PhysicalFunctions.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/PhysicalStatistics.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/UnitStructs.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/dB.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/UnitStructs.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/UnitStructs.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/UnitStructs.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/UnitStructs.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/dB.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/dB.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/dB.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/dB.dia -target arm64_32-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Physical_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Physical -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/UnitStructs.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/dB.o -index-unit-output-path /Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/UnitStructs.o -index-unit-output-path /Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/dB.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/UnitStructs.swift (in target 'Physical' from project 'Physical')
cd /Users/admin/builder/spi-builder-workspace
/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Generated/FloatingPointUnits.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Generated/PhysicalConversionType.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Generated/PhysicalUnits.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Numerics.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Operators.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Algebra.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Arrays.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Comparable.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Composition.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Conversions.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Description.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Equatable.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Inits.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Miscellaneous.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/NotAThing.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/TieredNumber.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Undetermined/Dimension.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Undetermined/Units.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Experiments.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Metadata.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/PhysicalArrays.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/PhysicalFunctions.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/PhysicalStatistics.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/UnitStructs.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/dB.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/UnitStructs.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/UnitStructs.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/UnitStructs.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/UnitStructs.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/dB.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/dB.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/dB.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/dB.dia -target arm64_32-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Physical_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Physical -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/UnitStructs.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/dB.o -index-unit-output-path /Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/UnitStructs.o -index-unit-output-path /Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/dB.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/dB.swift (in target 'Physical' from project 'Physical')
cd /Users/admin/builder/spi-builder-workspace
/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Generated/FloatingPointUnits.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Generated/PhysicalConversionType.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Generated/PhysicalUnits.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Numerics.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Operators.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Algebra.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Arrays.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Comparable.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Composition.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Conversions.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Description.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Equatable.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Inits.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Miscellaneous.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/NotAThing.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/TieredNumber.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Undetermined/Dimension.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Undetermined/Units.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Experiments.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Metadata.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/PhysicalArrays.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/PhysicalFunctions.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/PhysicalStatistics.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/UnitStructs.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/dB.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/UnitStructs.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/UnitStructs.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/UnitStructs.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/UnitStructs.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/dB.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/dB.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/dB.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/dB.dia -target arm64_32-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Physical_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Physical -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/UnitStructs.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/dB.o -index-unit-output-path /Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/UnitStructs.o -index-unit-output-path /Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/dB.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 Compiling\ Composition.swift,\ Conversions.swift,\ Description.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Composition.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Conversions.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Description.swift (in target 'Physical' from project 'Physical')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Generated/FloatingPointUnits.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Generated/PhysicalConversionType.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Generated/PhysicalUnits.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Numerics.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Operators.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Algebra.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Arrays.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Comparable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Composition.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Conversions.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Description.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Equatable.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Inits.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Miscellaneous.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/NotAThing.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/TieredNumber.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Undetermined/Dimension.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Undetermined/Units.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Experiments.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Metadata.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/PhysicalArrays.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/PhysicalFunctions.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/PhysicalStatistics.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/UnitStructs.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/dB.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/supplementaryOutputs-7 -target arm64_32-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Physical_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Physical -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Composition.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Conversions.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Description.o -index-unit-output-path /Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Composition.o -index-unit-output-path /Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Conversions.o -index-unit-output-path /Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Description.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Composition.swift (in target 'Physical' from project 'Physical')
cd /Users/admin/builder/spi-builder-workspace
/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Generated/FloatingPointUnits.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Generated/PhysicalConversionType.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Generated/PhysicalUnits.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Numerics.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Operators.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Algebra.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Arrays.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Comparable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Composition.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Conversions.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Description.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Equatable.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Inits.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Miscellaneous.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/NotAThing.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/TieredNumber.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Undetermined/Dimension.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Undetermined/Units.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Experiments.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Metadata.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/PhysicalArrays.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/PhysicalFunctions.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/PhysicalStatistics.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/UnitStructs.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/dB.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/supplementaryOutputs-7 -target arm64_32-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Physical_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Physical -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Composition.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Conversions.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Description.o -index-unit-output-path /Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Composition.o -index-unit-output-path /Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Conversions.o -index-unit-output-path /Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Description.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Conversions.swift (in target 'Physical' from project 'Physical')
cd /Users/admin/builder/spi-builder-workspace
/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Generated/FloatingPointUnits.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Generated/PhysicalConversionType.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Generated/PhysicalUnits.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Numerics.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Operators.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Algebra.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Arrays.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Comparable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Composition.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Conversions.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Description.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Equatable.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Inits.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Miscellaneous.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/NotAThing.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/TieredNumber.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Undetermined/Dimension.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Undetermined/Units.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Experiments.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Metadata.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/PhysicalArrays.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/PhysicalFunctions.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/PhysicalStatistics.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/UnitStructs.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/dB.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/supplementaryOutputs-7 -target arm64_32-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Physical_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Physical -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Composition.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Conversions.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Description.o -index-unit-output-path /Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Composition.o -index-unit-output-path /Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Conversions.o -index-unit-output-path /Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Description.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Description.swift (in target 'Physical' from project 'Physical')
cd /Users/admin/builder/spi-builder-workspace
/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Generated/FloatingPointUnits.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Generated/PhysicalConversionType.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Generated/PhysicalUnits.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Numerics.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Operators.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Algebra.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Arrays.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Comparable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Composition.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Conversions.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Description.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Equatable.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Inits.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Miscellaneous.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/NotAThing.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/TieredNumber.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Undetermined/Dimension.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Undetermined/Units.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Experiments.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Metadata.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/PhysicalArrays.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/PhysicalFunctions.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/PhysicalStatistics.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/UnitStructs.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/dB.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/supplementaryOutputs-7 -target arm64_32-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Physical_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Physical -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Composition.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Conversions.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Description.o -index-unit-output-path /Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Composition.o -index-unit-output-path /Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Conversions.o -index-unit-output-path /Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Description.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 Compiling\ Globals.swift,\ Metadata.swift,\ PhysicalArrays.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Metadata.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/PhysicalArrays.swift (in target 'Physical' from project 'Physical')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Generated/FloatingPointUnits.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Generated/PhysicalConversionType.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Generated/PhysicalUnits.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Numerics.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Operators.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Algebra.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Arrays.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Comparable.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Composition.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Conversions.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Description.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Equatable.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Inits.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Miscellaneous.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/NotAThing.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/TieredNumber.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Undetermined/Dimension.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Undetermined/Units.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Experiments.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Globals.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Metadata.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/PhysicalArrays.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/PhysicalFunctions.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/PhysicalStatistics.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/UnitStructs.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/dB.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/supplementaryOutputs-15 -target arm64_32-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Physical_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Physical -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Globals.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Metadata.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/PhysicalArrays.o -index-unit-output-path /Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Globals.o -index-unit-output-path /Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Metadata.o -index-unit-output-path /Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/PhysicalArrays.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Globals.swift (in target 'Physical' from project 'Physical')
cd /Users/admin/builder/spi-builder-workspace
/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Generated/FloatingPointUnits.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Generated/PhysicalConversionType.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Generated/PhysicalUnits.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Numerics.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Operators.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Algebra.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Arrays.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Comparable.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Composition.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Conversions.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Description.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Equatable.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Inits.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Miscellaneous.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/NotAThing.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/TieredNumber.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Undetermined/Dimension.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Undetermined/Units.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Experiments.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Globals.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Metadata.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/PhysicalArrays.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/PhysicalFunctions.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/PhysicalStatistics.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/UnitStructs.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/dB.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/supplementaryOutputs-15 -target arm64_32-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Physical_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Physical -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Globals.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Metadata.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/PhysicalArrays.o -index-unit-output-path /Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Globals.o -index-unit-output-path /Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Metadata.o -index-unit-output-path /Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/PhysicalArrays.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Metadata.swift (in target 'Physical' from project 'Physical')
cd /Users/admin/builder/spi-builder-workspace
/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Generated/FloatingPointUnits.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Generated/PhysicalConversionType.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Generated/PhysicalUnits.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Numerics.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Operators.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Algebra.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Arrays.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Comparable.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Composition.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Conversions.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Description.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Equatable.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Inits.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Miscellaneous.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/NotAThing.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/TieredNumber.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Undetermined/Dimension.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Undetermined/Units.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Experiments.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Globals.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Metadata.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/PhysicalArrays.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/PhysicalFunctions.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/PhysicalStatistics.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/UnitStructs.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/dB.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/supplementaryOutputs-15 -target arm64_32-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Physical_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Physical -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Globals.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Metadata.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/PhysicalArrays.o -index-unit-output-path /Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Globals.o -index-unit-output-path /Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Metadata.o -index-unit-output-path /Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/PhysicalArrays.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/PhysicalArrays.swift (in target 'Physical' from project 'Physical')
cd /Users/admin/builder/spi-builder-workspace
/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Generated/FloatingPointUnits.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Generated/PhysicalConversionType.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Generated/PhysicalUnits.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Numerics.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Operators.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Algebra.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Arrays.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Comparable.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Composition.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Conversions.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Description.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Equatable.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Inits.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Miscellaneous.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/NotAThing.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/TieredNumber.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Undetermined/Dimension.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Undetermined/Units.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Experiments.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Globals.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Metadata.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/PhysicalArrays.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/PhysicalFunctions.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/PhysicalStatistics.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/UnitStructs.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/dB.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/supplementaryOutputs-15 -target arm64_32-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Physical_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Physical -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Globals.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Metadata.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/PhysicalArrays.o -index-unit-output-path /Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Globals.o -index-unit-output-path /Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Metadata.o -index-unit-output-path /Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/PhysicalArrays.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftEmitModule normal armv7k Emitting\ module\ for\ Physical (in target 'Physical' from project 'Physical')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Generated/FloatingPointUnits.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Generated/PhysicalConversionType.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Generated/PhysicalUnits.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Numerics.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Operators.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Algebra.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Arrays.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Comparable.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Composition.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Conversions.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Description.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Equatable.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Inits.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Miscellaneous.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/NotAThing.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/TieredNumber.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Undetermined/Dimension.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Undetermined/Units.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Experiments.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Metadata.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/PhysicalArrays.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/PhysicalFunctions.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/PhysicalStatistics.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/UnitStructs.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/dB.swift -target armv7k-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/armv7k/Physical_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Physical -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/armv7k/Physical.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/armv7k/Physical.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/armv7k/Physical-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/armv7k/Physical-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/armv7k/Physical-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/armv7k/Physical.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/armv7k/Physical.abi.json
SwiftDriver\ Compilation\ Requirements Physical normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Physical' from project 'Physical')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation-Requirements -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name Physical -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Physical.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -target arm64_32-apple-watchos4.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-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Physical-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/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Physical.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/Physical.build/Debug-watchos/Physical.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Physical_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.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/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Physical-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ Physical (in target 'Physical' from project 'Physical')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Generated/FloatingPointUnits.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Generated/PhysicalConversionType.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Generated/PhysicalUnits.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Numerics.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Operators.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Algebra.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Arrays.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Comparable.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Composition.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Conversions.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Description.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Equatable.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Inits.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/Miscellaneous.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical/NotAThing.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/TieredNumber.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Undetermined/Dimension.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Undetermined/Units.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Experiments.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Globals.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Metadata.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/PhysicalArrays.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/PhysicalFunctions.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/PhysicalStatistics.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/UnitStructs.swift /Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/dB.swift -target arm64-apple-watchos4.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64/Physical_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Physical -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64/Physical.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64/Physical.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64/Physical-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64/Physical-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64/Physical-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64/Physical.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64/Physical.abi.json
Command SwiftEmitModule failed with a nonzero exit code
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Physical.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Physical.swiftmodule (in target 'Physical' from project 'Physical')
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/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Physical.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Physical.swiftmodule/arm64_32-apple-watchos.swiftmodule
error: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Physical.swiftmodule: No such file or directory (in target 'Physical' from project 'Physical')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'PhysicalTests' from project 'Physical')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Physical' from project 'Physical')
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Physical (in target 'Physical' from project 'Physical')
SwiftEmitModule normal arm64 Emitting\ module\ for\ Physical (in target 'Physical' from project 'Physical')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Physical.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Physical.build/Debug-watchos/Physical.build/Objects-normal/arm64_32/Physical.swiftmodule (in target 'Physical' from project 'Physical')
(3 failures)
BUILD FAILURE 6.0 watchOS