Build Information
Failed to build Physical, reference main (88718a
), with Swift 6.0 for watchOS using Xcode 16.2 on 30 Nov 2024 07:48:39 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Physical -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:268:23: note: annotate 'mass' with '@MainActor' if property should only be accessed from the main actor
public static let mass = 126.90.g/.moles
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:268:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mass = 126.90.g/.moles
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:271:23: 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
public static let mass = 131.29.g/.moles
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:271:23: note: annotate 'mass' with '@MainActor' if property should only be accessed from the main actor
public static let mass = 131.29.g/.moles
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:271:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mass = 131.29.g/.moles
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:274:23: 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
public static let mass = 132.91.g/.moles
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:274:23: note: annotate 'mass' with '@MainActor' if property should only be accessed from the main actor
public static let mass = 132.91.g/.moles
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:274:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mass = 132.91.g/.moles
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:277:23: 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
public static let mass = 137.33.g/.moles
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:277:23: note: annotate 'mass' with '@MainActor' if property should only be accessed from the main actor
public static let mass = 137.33.g/.moles
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:277:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mass = 137.33.g/.moles
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:280:23: 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
public static let mass = 138.91.g/.moles
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:280:23: note: annotate 'mass' with '@MainActor' if property should only be accessed from the main actor
public static let mass = 138.91.g/.moles
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:280:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mass = 138.91.g/.moles
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:283:23: 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
public static let mass = 140.12.g/.moles
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:283:23: note: annotate 'mass' with '@MainActor' if property should only be accessed from the main actor
public static let mass = 140.12.g/.moles
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:283:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mass = 140.12.g/.moles
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:286:23: 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
public static let mass = 140.91.g/.moles
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:286:23: note: annotate 'mass' with '@MainActor' if property should only be accessed from the main actor
public static let mass = 140.91.g/.moles
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:286:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mass = 140.91.g/.moles
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:289:23: 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
public static let mass = 144.24.g/.moles
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:289:23: note: annotate 'mass' with '@MainActor' if property should only be accessed from the main actor
public static let mass = 144.24.g/.moles
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:289:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mass = 144.24.g/.moles
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:292:23: 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
public static let mass = 150.36.g/.moles
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:292:23: note: annotate 'mass' with '@MainActor' if property should only be accessed from the main actor
public static let mass = 150.36.g/.moles
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:292:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mass = 150.36.g/.moles
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:295:23: 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
public static let mass = 151.96.g/.moles
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:295:23: note: annotate 'mass' with '@MainActor' if property should only be accessed from the main actor
public static let mass = 151.96.g/.moles
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:295:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mass = 151.96.g/.moles
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:298:23: 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
public static let mass = 157.25.g/.moles
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:298:23: note: annotate 'mass' with '@MainActor' if property should only be accessed from the main actor
public static let mass = 157.25.g/.moles
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:298:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mass = 157.25.g/.moles
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:301:23: 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
public static let mass = 158.93.g/.moles
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:301:23: note: annotate 'mass' with '@MainActor' if property should only be accessed from the main actor
public static let mass = 158.93.g/.moles
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:301:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mass = 158.93.g/.moles
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:304:23: 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
public static let mass = 162.50.g/.moles
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:304:23: note: annotate 'mass' with '@MainActor' if property should only be accessed from the main actor
public static let mass = 162.50.g/.moles
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:304:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mass = 162.50.g/.moles
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:307:23: 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
public static let mass = 164.93.g/.moles
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:307:23: note: annotate 'mass' with '@MainActor' if property should only be accessed from the main actor
public static let mass = 164.93.g/.moles
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:307:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mass = 164.93.g/.moles
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:310:23: 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
public static let mass = 167.26.g/.moles
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:310:23: note: annotate 'mass' with '@MainActor' if property should only be accessed from the main actor
public static let mass = 167.26.g/.moles
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:310:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mass = 167.26.g/.moles
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:313:23: 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
public static let mass = 168.93.g/.moles
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:313:23: note: annotate 'mass' with '@MainActor' if property should only be accessed from the main actor
public static let mass = 168.93.g/.moles
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:313:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mass = 168.93.g/.moles
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:316:23: 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
public static let mass = 173.05.g/.moles
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:316:23: note: annotate 'mass' with '@MainActor' if property should only be accessed from the main actor
public static let mass = 173.05.g/.moles
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:316:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mass = 173.05.g/.moles
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:319:23: 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
public static let mass = 174.97.g/.moles
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:319:23: note: annotate 'mass' with '@MainActor' if property should only be accessed from the main actor
public static let mass = 174.97.g/.moles
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:319:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mass = 174.97.g/.moles
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:322:23: 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
public static let mass = 178.49.g/.moles
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:322:23: note: annotate 'mass' with '@MainActor' if property should only be accessed from the main actor
public static let mass = 178.49.g/.moles
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:322:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mass = 178.49.g/.moles
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:325:23: 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
public static let mass = 180.95.g/.moles
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:325:23: note: annotate 'mass' with '@MainActor' if property should only be accessed from the main actor
public static let mass = 180.95.g/.moles
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:325:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mass = 180.95.g/.moles
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:328:23: 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
public static let mass = 183.84.g/.moles
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:328:23: note: annotate 'mass' with '@MainActor' if property should only be accessed from the main actor
public static let mass = 183.84.g/.moles
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:328:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mass = 183.84.g/.moles
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:331:23: 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
public static let mass = 186.21.g/.moles
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:331:23: note: annotate 'mass' with '@MainActor' if property should only be accessed from the main actor
public static let mass = 186.21.g/.moles
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:331:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mass = 186.21.g/.moles
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:334:23: 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
public static let mass = 190.23.g/.moles
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:334:23: note: annotate 'mass' with '@MainActor' if property should only be accessed from the main actor
public static let mass = 190.23.g/.moles
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:334:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mass = 190.23.g/.moles
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:337:23: 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
public static let mass = 192.22.g/.moles
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:337:23: note: annotate 'mass' with '@MainActor' if property should only be accessed from the main actor
public static let mass = 192.22.g/.moles
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:337:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mass = 192.22.g/.moles
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:340:23: 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
public static let mass = 195.08.g/.moles
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:340:23: note: annotate 'mass' with '@MainActor' if property should only be accessed from the main actor
public static let mass = 195.08.g/.moles
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:340:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mass = 195.08.g/.moles
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:343:23: 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
public static let mass = 196.97.g/.moles
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:343:23: note: annotate 'mass' with '@MainActor' if property should only be accessed from the main actor
public static let mass = 196.97.g/.moles
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:343:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mass = 196.97.g/.moles
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:346:23: 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
public static let mass = 200.59.g/.moles
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:346:23: note: annotate 'mass' with '@MainActor' if property should only be accessed from the main actor
public static let mass = 200.59.g/.moles
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:346:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mass = 200.59.g/.moles
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:349:23: 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
public static let mass = 204.38.g/.moles
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:349:23: note: annotate 'mass' with '@MainActor' if property should only be accessed from the main actor
public static let mass = 204.38.g/.moles
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:349:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mass = 204.38.g/.moles
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:352:23: 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
public static let mass = 207.2.g/.moles
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:352:23: note: annotate 'mass' with '@MainActor' if property should only be accessed from the main actor
public static let mass = 207.2.g/.moles
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:352:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mass = 207.2.g/.moles
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:355:23: 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
public static let mass = 208.98.g/.moles
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:355:23: note: annotate 'mass' with '@MainActor' if property should only be accessed from the main actor
public static let mass = 208.98.g/.moles
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:355:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mass = 208.98.g/.moles
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:358:23: 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
public static let mass = 232.04.g/.moles
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:358:23: note: annotate 'mass' with '@MainActor' if property should only be accessed from the main actor
public static let mass = 232.04.g/.moles
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:358:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mass = 232.04.g/.moles
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:361:23: 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
public static let mass = 231.04.g/.moles
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:361:23: note: annotate 'mass' with '@MainActor' if property should only be accessed from the main actor
public static let mass = 231.04.g/.moles
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:361:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mass = 231.04.g/.moles
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:364:23: 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
public static let mass = 238.03.g/.moles
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:364:23: note: annotate 'mass' with '@MainActor' if property should only be accessed from the main actor
public static let mass = 238.03.g/.moles
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:364:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mass = 238.03.g/.moles
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:370:23: warning: static property 'distance' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
public static let distance = 152_100_000.km
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:370:23: note: annotate 'distance' with '@MainActor' if property should only be accessed from the main actor
public static let distance = 152_100_000.km
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:370:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let distance = 152_100_000.km
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:371:23: warning: static property 'speed' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
public static let speed = 29.29e3.mps
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:371:23: note: annotate 'speed' with '@MainActor' if property should only be accessed from the main actor
public static let speed = 29.29e3.mps
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:371:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let speed = 29.29e3.mps
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:375:23: warning: static property 'distance' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
public static let distance = 147_095_000.km
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:375:23: note: annotate 'distance' with '@MainActor' if property should only be accessed from the main actor
public static let distance = 147_095_000.km
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:375:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let distance = 147_095_000.km
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:376:23: warning: static property 'speed' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
public static let speed = 30.29e3.mps
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:376:23: note: annotate 'speed' with '@MainActor' if property should only be accessed from the main actor
public static let speed = 30.29e3.mps
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:376:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let speed = 30.29e3.mps
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:377:23: warning: static property 'longitude' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
public static let longitude = 102.94719°
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:377:23: note: annotate 'longitude' with '@MainActor' if property should only be accessed from the main actor
public static let longitude = 102.94719°
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:377:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let longitude = 102.94719°
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:380:22: warning: static property 'semimajorAxis' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
public static let semimajorAxis = 149_598_023.km
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:380:22: note: annotate 'semimajorAxis' with '@MainActor' if property should only be accessed from the main actor
public static let semimajorAxis = 149_598_023.km
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:380:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let semimajorAxis = 149_598_023.km
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:381:22: warning: static property 'eccentricity' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
public static let eccentricity = 0.016_7086.constant
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:381:22: note: annotate 'eccentricity' with '@MainActor' if property should only be accessed from the main actor
public static let eccentricity = 0.016_7086.constant
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:381:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let eccentricity = 0.016_7086.constant
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:382:22: warning: static property 'orbitalPeriod' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
public static let orbitalPeriod = 31_558_149.7635.s
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:382:22: note: annotate 'orbitalPeriod' with '@MainActor' if property should only be accessed from the main actor
public static let orbitalPeriod = 31_558_149.7635.s
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:382:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let orbitalPeriod = 31_558_149.7635.s
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:383:22: warning: static property 'averageOrbitalSpeed' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
public static let averageOrbitalSpeed = 29.78.km.s(-1)
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:383:22: note: annotate 'averageOrbitalSpeed' with '@MainActor' if property should only be accessed from the main actor
public static let averageOrbitalSpeed = 29.78.km.s(-1)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:383:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let averageOrbitalSpeed = 29.78.km.s(-1)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:384:22: warning: static property 'meanAnomaly' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
public static let meanAnomaly = 358.617°
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:384:22: note: annotate 'meanAnomaly' with '@MainActor' if property should only be accessed from the main actor
public static let meanAnomaly = 358.617°
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:384:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let meanAnomaly = 358.617°
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:385:22: warning: static property 'inclinationToSunsEquator' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
public static let inclinationToSunsEquator = 7.155°
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:385:22: note: annotate 'inclinationToSunsEquator' with '@MainActor' if property should only be accessed from the main actor
public static let inclinationToSunsEquator = 7.155°
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:385:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let inclinationToSunsEquator = 7.155°
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:386:22: warning: static property 'inclinationToInvariablePlane' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
public static let inclinationToInvariablePlane = 1.578_69°
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:386:22: note: annotate 'inclinationToInvariablePlane' with '@MainActor' if property should only be accessed from the main actor
public static let inclinationToInvariablePlane = 1.578_69°
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:386:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let inclinationToInvariablePlane = 1.578_69°
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:387:22: warning: static property 'inclinationToJ2000Ecliptic' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
public static let inclinationToJ2000Ecliptic = 0.000_05°
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:387:22: note: annotate 'inclinationToJ2000Ecliptic' with '@MainActor' if property should only be accessed from the main actor
public static let inclinationToJ2000Ecliptic = 0.000_05°
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:387:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let inclinationToJ2000Ecliptic = 0.000_05°
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:388:22: warning: static property 'longitudeOfAscendingNodeToJ2000Ecliptic' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
public static let longitudeOfAscendingNodeToJ2000Ecliptic = -11.260_64°
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:388:22: note: annotate 'longitudeOfAscendingNodeToJ2000Ecliptic' with '@MainActor' if property should only be accessed from the main actor
public static let longitudeOfAscendingNodeToJ2000Ecliptic = -11.260_64°
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:388:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let longitudeOfAscendingNodeToJ2000Ecliptic = -11.260_64°
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:390:22: warning: static property 'argumentOfPerihelion' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
public static let argumentOfPerihelion = 114.207_83°
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:390:22: note: annotate 'argumentOfPerihelion' with '@MainActor' if property should only be accessed from the main actor
public static let argumentOfPerihelion = 114.207_83°
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:390:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let argumentOfPerihelion = 114.207_83°
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:391:22: 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
public static let meanRadius = 6371.0.km
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:391:22: note: annotate 'meanRadius' with '@MainActor' if property should only be accessed from the main actor
public static let meanRadius = 6371.0.km
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:391:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let meanRadius = 6371.0.km
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:392:22: warning: static property 'equitorialRadius' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
public static let equitorialRadius = 6_378.1366.km
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:392:22: note: annotate 'equitorialRadius' with '@MainActor' if property should only be accessed from the main actor
public static let equitorialRadius = 6_378.1366.km
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:392:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let equitorialRadius = 6_378.1366.km
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:393:22: 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
public static let polarRadius = 6_356.8.km
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:393:22: note: annotate 'polarRadius' with '@MainActor' if property should only be accessed from the main actor
public static let polarRadius = 6_356.8.km
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:393:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let polarRadius = 6_356.8.km
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:394:22: warning: static property 'flatteningFactor' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
public static let flatteningFactor = 0.003_352_8197.constant
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:394:22: note: annotate 'flatteningFactor' with '@MainActor' if property should only be accessed from the main actor
public static let flatteningFactor = 0.003_352_8197.constant
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:394:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let flatteningFactor = 0.003_352_8197.constant
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:395:22: warning: static property 'equatorialCircumference' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
public static let equatorialCircumference = 40_075.017.km
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:395:22: note: annotate 'equatorialCircumference' with '@MainActor' if property should only be accessed from the main actor
public static let equatorialCircumference = 40_075.017.km
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:395:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let equatorialCircumference = 40_075.017.km
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:396:22: warning: static property 'meridonalCircumference' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
public static let meridonalCircumference = 40_007.86.km
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:396:22: note: annotate 'meridonalCircumference' with '@MainActor' if property should only be accessed from the main actor
public static let meridonalCircumference = 40_007.86.km
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:396:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let meridonalCircumference = 40_007.86.km
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:397:22: warning: static property 'volume' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
public static let volume = 1.083_21e12.cubicKilometers
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:397:22: note: annotate 'volume' with '@MainActor' if property should only be accessed from the main actor
public static let volume = 1.083_21e12.cubicKilometers
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:397:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let volume = 1.083_21e12.cubicKilometers
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:398:22: 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
public static let mass = 5.97237e24.kg
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:398:22: note: annotate 'mass' with '@MainActor' if property should only be accessed from the main actor
public static let mass = 5.97237e24.kg
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:398:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mass = 5.97237e24.kg
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:399:22: warning: static property 'meanDensity' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
public static let meanDensity = 5.514.g.cm(-3)
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:399:22: note: annotate 'meanDensity' with '@MainActor' if property should only be accessed from the main actor
public static let meanDensity = 5.514.g.cm(-3)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:399:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let meanDensity = 5.514.g.cm(-3)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:400:22: warning: static property 'surfaceGravity' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
public static let surfaceGravity = 9.806_65.m.s(-2)
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:400:22: note: annotate 'surfaceGravity' with '@MainActor' if property should only be accessed from the main actor
public static let surfaceGravity = 9.806_65.m.s(-2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:400:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let surfaceGravity = 9.806_65.m.s(-2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:401:22: warning: static property 'momentOfInertiaFactor' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
public static let momentOfInertiaFactor = 0.3307.constant
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:401:22: note: annotate 'momentOfInertiaFactor' with '@MainActor' if property should only be accessed from the main actor
public static let momentOfInertiaFactor = 0.3307.constant
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:401:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let momentOfInertiaFactor = 0.3307.constant
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:402:22: warning: static property 'escapeVelocity' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
public static let escapeVelocity = 11.186.km.s(-1)
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:402:22: note: annotate 'escapeVelocity' with '@MainActor' if property should only be accessed from the main actor
public static let escapeVelocity = 11.186.km.s(-1)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:402:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let escapeVelocity = 11.186.km.s(-1)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:403:22: warning: static property 'siderealRotationSpeed' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
public static let siderealRotationSpeed = 86_164.1.s
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:403:22: note: annotate 'siderealRotationSpeed' with '@MainActor' if property should only be accessed from the main actor
public static let siderealRotationSpeed = 86_164.1.s
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:403:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let siderealRotationSpeed = 86_164.1.s
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:404:22: warning: static property 'equatorialRotationVelocity' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
public static let equatorialRotationVelocity = 0.4651.km.s(-1)
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:404:22: note: annotate 'equatorialRotationVelocity' with '@MainActor' if property should only be accessed from the main actor
public static let equatorialRotationVelocity = 0.4651.km.s(-1)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:404:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let equatorialRotationVelocity = 0.4651.km.s(-1)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:405:22: warning: static property 'axialTilt' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
public static let axialTilt = 23.439_2811°
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:405:22: note: annotate 'axialTilt' with '@MainActor' if property should only be accessed from the main actor
public static let axialTilt = 23.439_2811°
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:405:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let axialTilt = 23.439_2811°
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:406:22: warning: static property 'albedoGeometric' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
public static let albedoGeometric = 0.367.constant
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:406:22: note: annotate 'albedoGeometric' with '@MainActor' if property should only be accessed from the main actor
public static let albedoGeometric = 0.367.constant
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:406:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let albedoGeometric = 0.367.constant
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:407:22: warning: static property 'albedoBond' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
public static let albedoBond = 0.306.constant
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:407:22: note: annotate 'albedoBond' with '@MainActor' if property should only be accessed from the main actor
public static let albedoBond = 0.306.constant
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:407:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let albedoBond = 0.306.constant
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:408:22: warning: static property 'generalPrecession' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
public static let generalPrecession = 5028.796_195.arcMinutes // in longitude per julian century at standard epoch 2000
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:408:22: note: annotate 'generalPrecession' with '@MainActor' if property should only be accessed from the main actor
public static let generalPrecession = 5028.796_195.arcMinutes // in longitude per julian century at standard epoch 2000
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:408:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let generalPrecession = 5028.796_195.arcMinutes // in longitude per julian century at standard epoch 2000
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:410:22: warning: static property 'constantOfNutation' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
public static let constantOfNutation = 9.205_2331.arcMinutes // at standard epoch 2000
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:410:22: note: annotate 'constantOfNutation' with '@MainActor' if property should only be accessed from the main actor
public static let constantOfNutation = 9.205_2331.arcMinutes // at standard epoch 2000
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:410:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let constantOfNutation = 9.205_2331.arcMinutes // at standard epoch 2000
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:413:22: warning: static property 'standardAtmosphere' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
public static let standardAtmosphere = 101_325.pascals
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:413:22: note: annotate 'standardAtmosphere' with '@MainActor' if property should only be accessed from the main actor
public static let standardAtmosphere = 101_325.pascals
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:413:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let standardAtmosphere = 101_325.pascals
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:414:22: warning: static property 'surfacePressure' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
public static let surfacePressure = 101.325.kilopascals
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:414:22: note: annotate 'surfacePressure' with '@MainActor' if property should only be accessed from the main actor
public static let surfacePressure = 101.325.kilopascals
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:414:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let surfacePressure = 101.325.kilopascals
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:415:22: warning: static property 'molecularWeightDryAir' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
public static let molecularWeightDryAir = 28.946.g.moles(-1)
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:415:22: note: annotate 'molecularWeightDryAir' with '@MainActor' if property should only be accessed from the main actor
public static let molecularWeightDryAir = 28.946.g.moles(-1)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:415:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let molecularWeightDryAir = 28.946.g.moles(-1)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:418:23: 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
public static let total = 510_072_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
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:418:23: note: annotate 'total' with '@MainActor' if property should only be accessed from the main actor
public static let total = 510_072_000.squareKilometers
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:418:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let total = 510_072_000.squareKilometers
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:419:23: 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
public static let land = 148_940_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
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:419:23: note: annotate 'land' with '@MainActor' if property should only be accessed from the main actor
public static let land = 148_940_000.squareKilometers
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:419:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let land = 148_940_000.squareKilometers
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:420:23: 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
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
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:420:23: note: annotate 'water' with '@MainActor' if property should only be accessed from the main actor
public static let water = 361_132_000.squareKilometers
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:420:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let water = 361_132_000.squareKilometers
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:424:23: 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
public static let min = 184.K
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:424:23: note: annotate 'min' with '@MainActor' if property should only be accessed from the main actor
public static let min = 184.K
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:424:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let min = 184.K
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:425:23: 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
public static let mean = 287.16.K
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:425:23: note: annotate 'mean' with '@MainActor' if property should only be accessed from the main actor
public static let mean = 287.16.K
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:425:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mean = 287.16.K
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:426:23: 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
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
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:426:23: note: annotate 'max' with '@MainActor' if property should only be accessed from the main actor
public static let max = 330.K
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:426:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let max = 330.K
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:433:22: warning: static property 'hubbleConstant' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
public static let hubbleConstant = (70.1e-6 ± 0.019e-6).kilometers.s(-1).parsecs(-1)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:433:22: note: annotate 'hubbleConstant' with '@MainActor' if property should only be accessed from the main actor
public static let hubbleConstant = (70.1e-6 ± 0.019e-6).kilometers.s(-1).parsecs(-1)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:433:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let hubbleConstant = (70.1e-6 ± 0.019e-6).kilometers.s(-1).parsecs(-1)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:434:22: warning: static property 'solarLuminosity' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
public static let solarLuminosity = (3.939e26 ± 0.1%).webers // specific to earth?
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:434:22: note: annotate 'solarLuminosity' with '@MainActor' if property should only be accessed from the main actor
public static let solarLuminosity = (3.939e26 ± 0.1%).webers // specific to earth?
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:434:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let solarLuminosity = (3.939e26 ± 0.1%).webers // specific to earth?
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:437:23: 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
public static let mass = 1.98855e30.kg
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:437:23: note: annotate 'mass' with '@MainActor' if property should only be accessed from the main actor
public static let mass = 1.98855e30.kg
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:437:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mass = 1.98855e30.kg
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:438:23: warning: static property 'heliocentricGravitationalConstant' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
public static let heliocentricGravitationalConstant = 1.327_2440e20.m(3).s(-2)
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:438:23: note: annotate 'heliocentricGravitationalConstant' with '@MainActor' if property should only be accessed from the main actor
public static let heliocentricGravitationalConstant = 1.327_2440e20.m(3).s(-2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:438:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let heliocentricGravitationalConstant = 1.327_2440e20.m(3).s(-2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:442:23: 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
public static let mass = 7.342e22.kg
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:442:23: note: annotate 'mass' with '@MainActor' if property should only be accessed from the main actor
public static let mass = 7.342e22.kg
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:442:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mass = 7.342e22.kg
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:443:23: warning: static property 'surfaceGravity' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
public static let surfaceGravity = 1.62.metersPerSecondSquared // (0.1654 g)[4]
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:443:23: note: annotate 'surfaceGravity' with '@MainActor' if property should only be accessed from the main actor
public static let surfaceGravity = 1.62.metersPerSecondSquared // (0.1654 g)[4]
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:443:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let surfaceGravity = 1.62.metersPerSecondSquared // (0.1654 g)[4]
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:444:23: 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
public static let meanRadius = 1737.4.km
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:444:23: note: annotate 'meanRadius' with '@MainActor' if property should only be accessed from the main actor
public static let meanRadius = 1737.4.km
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:444:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let meanRadius = 1737.4.km
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:445:23: 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
public static let equatorialRadius = 1736.0.km.sigfigs(5)
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:445:23: note: annotate 'equatorialRadius' with '@MainActor' if property should only be accessed from the main actor
public static let equatorialRadius = 1736.0.km.sigfigs(5)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:445:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let equatorialRadius = 1736.0.km.sigfigs(5)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:446:23: 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
public static let polarRadius = 1736.0.km.sigfigs(5)
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:446:23: note: annotate 'polarRadius' with '@MainActor' if property should only be accessed from the main actor
public static let polarRadius = 1736.0.km.sigfigs(5)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:446:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let polarRadius = 1736.0.km.sigfigs(5)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:447:23: warning: static property 'perigee' is not concurrency-safe because non-'Sendable' type 'Physical' may have shared mutable state; this is an error in the Swift 6 language mode
public static let perigee = 362600.km // (356400–370400 km)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:447:23: note: annotate 'perigee' with '@MainActor' if property should only be accessed from the main actor
public static let perigee = 362600.km // (356400–370400 km)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:447:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let perigee = 362600.km // (356400–370400 km)
/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
public static let apogee = 405400.km // 404000–406700 km)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:448:23: note: annotate 'apogee' with '@MainActor' if property should only be accessed from the main actor
public static let apogee = 405400.km // 404000–406700 km)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:448:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let apogee = 405400.km // 404000–406700 km)
/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
public static let mass = 1.8982e27.kg
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:494:24: note: annotate 'mass' with '@MainActor' if property should only be accessed from the main actor
public static let mass = 1.8982e27.kg
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:494:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mass = 1.8982e27.kg
^
nonisolated(unsafe)
/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
public static let meanRadius = 69_911.km
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:495:24: note: annotate 'meanRadius' with '@MainActor' if property should only be accessed from the main actor
public static let meanRadius = 69_911.km
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:495:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let meanRadius = 69_911.km
^
nonisolated(unsafe)
/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
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
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:496:24: note: annotate 'equatorialRadius' with '@MainActor' if property should only be accessed from the main actor
public static let equatorialRadius = 71_492.km
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:496:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let equatorialRadius = 71_492.km
^
nonisolated(unsafe)
/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
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
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:497:24: note: annotate 'polarRadius' with '@MainActor' if property should only be accessed from the main actor
public static let polarRadius = 66_854.km
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:497:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let polarRadius = 66_854.km
^
nonisolated(unsafe)
/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
public static let avogadro = 6.022_140_76e23/.moles
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:511:21: note: annotate 'avogadro' with '@MainActor' if property should only be accessed from the main actor
public static let avogadro = 6.022_140_76e23/.moles
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:511:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let avogadro = 6.022_140_76e23/.moles
^
nonisolated(unsafe)
/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
public static let boltzmann = 1.380_649e-23.J/.kelvin
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:512:21: note: annotate 'boltzmann' with '@MainActor' if property should only be accessed from the main actor
public static let boltzmann = 1.380_649e-23.J/.kelvin
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:512:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let boltzmann = 1.380_649e-23.J/.kelvin
^
nonisolated(unsafe)
/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
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
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:513:21: note: annotate 'faraday' with '@MainActor' if property should only be accessed from the main actor
public static let faraday = 96_485.332_12.coulombs/.moles
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:513:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let faraday = 96_485.332_12.coulombs/.moles
^
nonisolated(unsafe)
/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
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
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:514:21: note: annotate 'molarGas' with '@MainActor' if property should only be accessed from the main actor
public static let molarGas = 8.314_462_618.J/.moles.kelvin
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:514:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let molarGas = 8.314_462_618.J/.moles.kelvin
^
nonisolated(unsafe)
/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
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
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:515:21: note: annotate 'molarMass' with '@MainActor' if property should only be accessed from the main actor
public static let molarMass = 0.999_999_999_65e-3.kg/.moles
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:515:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let molarMass = 0.999_999_999_65e-3.kg/.moles
^
nonisolated(unsafe)
/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
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
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:516:21: note: annotate 'carbon12MolarMass' with '@MainActor' if property should only be accessed from the main actor
public static let carbon12MolarMass = 11.999_999_9958e-3.kg/.moles
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:516:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let carbon12MolarMass = 11.999_999_9958e-3.kg/.moles
^
nonisolated(unsafe)
/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
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
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:517:21: note: annotate 'molarPlanck' with '@MainActor' if property should only be accessed from the main actor
public static let molarPlanck = 3.990_312_712e-10.J/.hertz.moles
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:517:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let molarPlanck = 3.990_312_712e-10.J/.hertz.moles
^
nonisolated(unsafe)
/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
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
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:519:21: note: annotate 'lightSpeed' with '@MainActor' if property should only be accessed from the main actor
public static let lightSpeed = 299_792_458.m/.s
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:519:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let lightSpeed = 299_792_458.m/.s
^
nonisolated(unsafe)
/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
public static let gravitation = 6.674_30e-11.m(3)/.kg.s(2)
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:520:21: note: annotate 'gravitation' with '@MainActor' if property should only be accessed from the main actor
public static let gravitation = 6.674_30e-11.m(3)/.kg.s(2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:520:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let gravitation = 6.674_30e-11.m(3)/.kg.s(2)
^
nonisolated(unsafe)
/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
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
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:522:21: note: annotate 'planck' with '@MainActor' if property should only be accessed from the main actor
public static let planck = 6.626_070_15e-34.J.s
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:522:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let planck = 6.626_070_15e-34.J.s
^
nonisolated(unsafe)
/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
public static let reducedPlanck = 1.054_571_817e-34.J.s.perRadian
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:523:21: note: annotate 'reducedPlanck' with '@MainActor' if property should only be accessed from the main actor
public static let reducedPlanck = 1.054_571_817e-34.J.s.perRadian
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:523:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let reducedPlanck = 1.054_571_817e-34.J.s.perRadian
^
nonisolated(unsafe)
/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
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
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:524:21: note: annotate 'fineStructure' with '@MainActor' if property should only be accessed from the main actor
public static let fineStructure = 7.297_352_5693e-3.constant // 0.007_297_352_562_781_278 ish
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:524:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let fineStructure = 7.297_352_5693e-3.constant // 0.007_297_352_562_781_278 ish
^
nonisolated(unsafe)
/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
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
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:525:21: note: annotate 'inverseFineStructure' with '@MainActor' if property should only be accessed from the main actor
public static let inverseFineStructure = 137.035_999_084.constant
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:525:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let inverseFineStructure = 137.035_999_084.constant
^
nonisolated(unsafe)
/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
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
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:526:21: note: annotate 'rydberg' with '@MainActor' if property should only be accessed from the main actor
public static let rydberg = 10_973_731.568_160/.m
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:526:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let rydberg = 10_973_731.568_160/.m
^
nonisolated(unsafe)
/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
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
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:527:21: note: annotate 'hyperfineTransitionFrequency' with '@MainActor' if property should only be accessed from the main actor
public static let hyperfineTransitionFrequency = 9_192_631_770.Hz
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:527:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let hyperfineTransitionFrequency = 9_192_631_770.Hz
^
nonisolated(unsafe)
/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
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
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:528:21: note: annotate 'bohrMagneton' with '@MainActor' if property should only be accessed from the main actor
public static let bohrMagneton = 9.276_010_0783e-24.J/.teslas
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:528:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let bohrMagneton = 9.276_010_0783e-24.J/.teslas
^
nonisolated(unsafe)
/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
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
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:529:21: note: annotate 'nuclearMagneton' with '@MainActor' if property should only be accessed from the main actor
public static let nuclearMagneton = 5.050_783_7461e-27.J/.teslas
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:529:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let nuclearMagneton = 5.050_783_7461e-27.J/.teslas
^
nonisolated(unsafe)
/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
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
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:530:21: note: annotate 'bohrRadius' with '@MainActor' if property should only be accessed from the main actor
public static let bohrRadius = 6.291_772_109_03e-11.m
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:530:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let bohrRadius = 6.291_772_109_03e-11.m
^
nonisolated(unsafe)
/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
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
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:531:21: note: annotate 'bjerrumWaterLength' with '@MainActor' if property should only be accessed from the main actor
public static let bjerrumWaterLength = 7.1.angstroms
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:531:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let bjerrumWaterLength = 7.1.angstroms
^
nonisolated(unsafe)
/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
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
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:532:21: note: annotate 'elementaryCharge' with '@MainActor' if property should only be accessed from the main actor
public static let elementaryCharge = 1.602_176_634e-19.coulombs
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:532:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let elementaryCharge = 1.602_176_634e-19.coulombs
^
nonisolated(unsafe)
/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
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
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:534:21: note: annotate 'vacuumElectricPermittivity' with '@MainActor' if property should only be accessed from the main actor
public static let vacuumElectricPermittivity = 8.854_187_8128e-12.F/.m
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:534:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let vacuumElectricPermittivity = 8.854_187_8128e-12.F/.m
^
nonisolated(unsafe)
/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
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
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:536:21: note: annotate 'vacuumMagneticPermeability' with '@MainActor' if property should only be accessed from the main actor
public static let vacuumMagneticPermeability = 1.256_637_062_12e-6.henries/.m
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:536:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let vacuumMagneticPermeability = 1.256_637_062_12e-6.henries/.m
^
nonisolated(unsafe)
/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
public static let vacuumImpedance = 376.730_313_668.ohms
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:537:21: note: annotate 'vacuumImpedance' with '@MainActor' if property should only be accessed from the main actor
public static let vacuumImpedance = 376.730_313_668.ohms
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:537:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let vacuumImpedance = 376.730_313_668.ohms
^
nonisolated(unsafe)
/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
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
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:538:21: note: annotate 'josephson' with '@MainActor' if property should only be accessed from the main actor
public static let josephson = 483_597.848_4e9.Hz/.volts
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:538:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let josephson = 483_597.848_4e9.Hz/.volts
^
nonisolated(unsafe)
/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
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
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:539:21: note: annotate 'vonKlitzing' with '@MainActor' if property should only be accessed from the main actor
public static let vonKlitzing = 25_812.807_45.ohms
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:539:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let vonKlitzing = 25_812.807_45.ohms
^
nonisolated(unsafe)
/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
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
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:540:21: note: annotate 'quantumConductance' with '@MainActor' if property should only be accessed from the main actor
public static let quantumConductance = 7.748_091_729e-5.siemens
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:540:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let quantumConductance = 7.748_091_729e-5.siemens
^
nonisolated(unsafe)
/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
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
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:541:21: note: annotate 'inverseQuantumConductance' with '@MainActor' if property should only be accessed from the main actor
public static let inverseQuantumConductance = 12_906.403_72.ohms
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:541:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let inverseQuantumConductance = 12_906.403_72.ohms
^
nonisolated(unsafe)
/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
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
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:542:21: note: annotate 'magneticFluxQuantum' with '@MainActor' if property should only be accessed from the main actor
public static let magneticFluxQuantum = 2.067_833_848e-15.webers
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:542:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let magneticFluxQuantum = 2.067_833_848e-15.webers
^
nonisolated(unsafe)
/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
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
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:544:21: note: annotate 'electronGFactor' with '@MainActor' if property should only be accessed from the main actor
public static let electronGFactor = -2.002_319_304_362_56.constant
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:544:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let electronGFactor = -2.002_319_304_362_56.constant
^
nonisolated(unsafe)
/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
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
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:546:21: note: annotate 'hartreeEnergy' with '@MainActor' if property should only be accessed from the main actor
public static let hartreeEnergy = 4.359_744_722_2071e-18.J
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:546:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let hartreeEnergy = 4.359_744_722_2071e-18.J
^
nonisolated(unsafe)
/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
public static let circulationQuantum = 3.636_947_5516e-4.m(2)/.s
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:547:21: note: annotate 'circulationQuantum' with '@MainActor' if property should only be accessed from the main actor
public static let circulationQuantum = 3.636_947_5516e-4.m(2)/.s
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:547:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let circulationQuantum = 3.636_947_5516e-4.m(2)/.s
^
nonisolated(unsafe)
/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
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
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:548:21: note: annotate 'thomsonCrossSection' with '@MainActor' if property should only be accessed from the main actor
public static let thomsonCrossSection = 6.652_458_7321e-29.m(2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:548:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let thomsonCrossSection = 6.652_458_7321e-29.m(2)
^
nonisolated(unsafe)
/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
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
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:549:21: note: annotate 'wZMassRatio' with '@MainActor' if property should only be accessed from the main actor
public static let wZMassRatio = 0.881_53.constant
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:549:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let wZMassRatio = 0.881_53.constant
^
nonisolated(unsafe)
/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
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
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:550:21: note: annotate 'weakMixingAngle' with '@MainActor' if property should only be accessed from the main actor
public static let weakMixingAngle = 0.222_90.constant
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:550:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let weakMixingAngle = 0.222_90.constant
^
nonisolated(unsafe)
/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
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
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:551:21: note: annotate 'atomicMass' with '@MainActor' if property should only be accessed from the main actor
public static let atomicMass = 1.660_539_066_60e-27.kg
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:551:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let atomicMass = 1.660_539_066_60e-27.kg
^
nonisolated(unsafe)
/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
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
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:552:21: note: annotate 'stefanBoltzmann' with '@MainActor' if property should only be accessed from the main actor
public static let stefanBoltzmann = 5.670_374_419e-8.W/.m(2).kelvin(4)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:552:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let stefanBoltzmann = 5.670_374_419e-8.W/.m(2).kelvin(4)
^
nonisolated(unsafe)
/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
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
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:553:21: note: annotate 'firstRadiation' with '@MainActor' if property should only be accessed from the main actor
public static let firstRadiation = 3.741_771_852e-16.W.m(2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:553:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let firstRadiation = 3.741_771_852e-16.W.m(2)
^
nonisolated(unsafe)
/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
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
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:554:21: note: annotate 'secondRadiation' with '@MainActor' if property should only be accessed from the main actor
public static let secondRadiation = 1.438_776_877e-2.m.kelvin
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:554:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let secondRadiation = 1.438_776_877e-2.m.kelvin
^
nonisolated(unsafe)
/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
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
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:555:21: note: annotate 'firstRadiationSpectralRadiance' with '@MainActor' if property should only be accessed from the main actor
public static let firstRadiationSpectralRadiance = 1.191_042_972e-16.W.m(2).steradians
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:555:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let firstRadiationSpectralRadiance = 1.191_042_972e-16.W.m(2).steradians
^
nonisolated(unsafe)
/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
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
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:556:21: note: annotate 'wienDisplacement' with '@MainActor' if property should only be accessed from the main actor
public static let wienDisplacement = 2.897_771_955e-3.m.kelvin
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:556:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let wienDisplacement = 2.897_771_955e-3.m.kelvin
^
nonisolated(unsafe)
/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
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
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:557:21: note: annotate 'wienFrequency' with '@MainActor' if property should only be accessed from the main actor
public static let wienFrequency = 5.878_925_757e10.Hz/.kelvin
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:557:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let wienFrequency = 5.878_925_757e10.Hz/.kelvin
^
nonisolated(unsafe)
/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
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
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:558:21: note: annotate 'wienEntropy' with '@MainActor' if property should only be accessed from the main actor
public static let wienEntropy = 3.002_916_077e-3.m.kelvin
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:558:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let wienEntropy = 3.002_916_077e-3.m.kelvin
^
nonisolated(unsafe)
/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
public static let mass = Mass(Physical.Constants.Particle.Positron.mass)
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/UnitStructs.swift:318:15: note: consider making struct 'Mass' conform to the 'Sendable' protocol
public struct Mass: PhysicalType {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:937:21: note: annotate 'mass' with '@MainActor' if property should only be accessed from the main actor
public static let mass = Mass(Physical.Constants.Particle.Positron.mass)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:937:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mass = Mass(Physical.Constants.Particle.Positron.mass)
^
nonisolated(unsafe)
/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
public static let charge = ElectricCharge(Physical.Constants.Particle.Positron.charge)
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/UnitStructs.swift:174:15: note: consider making struct 'ElectricCharge' conform to the 'Sendable' protocol
public struct ElectricCharge: PhysicalType {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:938:21: note: annotate 'charge' with '@MainActor' if property should only be accessed from the main actor
public static let charge = ElectricCharge(Physical.Constants.Particle.Positron.charge)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:938:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let charge = ElectricCharge(Physical.Constants.Particle.Positron.charge)
^
nonisolated(unsafe)
/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
public static let surfaceGravity = Acceleration(Physical.Constants.Earth.surfaceGravity)
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/UnitStructs.swift:94:15: note: consider making struct 'Acceleration' conform to the 'Sendable' protocol
public struct Acceleration: PhysicalType {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:945:22: note: annotate 'surfaceGravity' with '@MainActor' if property should only be accessed from the main actor
public static let surfaceGravity = Acceleration(Physical.Constants.Earth.surfaceGravity)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:945:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let surfaceGravity = Acceleration(Physical.Constants.Earth.surfaceGravity)
^
nonisolated(unsafe)
/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
public static let meanRadius = Length(6371.km)
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/UnitStructs.swift:278:15: note: consider making struct 'Length' conform to the 'Sendable' protocol
public struct Length: PhysicalType {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:951:20: note: annotate 'meanRadius' with '@MainActor' if property should only be accessed from the main actor
public static let meanRadius = Length(6371.km)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:951:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let meanRadius = Length(6371.km)
^
nonisolated(unsafe)
/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
public static let gravity = Acceleration(Physical.Constants.Earth.surfaceGravity)
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/UnitStructs.swift:94:15: note: consider making struct 'Acceleration' conform to the 'Sendable' protocol
public struct Acceleration: PhysicalType {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:954:21: note: annotate 'gravity' with '@MainActor' if property should only be accessed from the main actor
public static let gravity = Acceleration(Physical.Constants.Earth.surfaceGravity)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:954:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let gravity = Acceleration(Physical.Constants.Earth.surfaceGravity)
^
nonisolated(unsafe)
/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
public static let total = 510_072_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
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:957:22: note: annotate 'total' with '@MainActor' if property should only be accessed from the main actor
public static let total = 510_072_000.squareKilometers
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:957:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let total = 510_072_000.squareKilometers
^
nonisolated(unsafe)
/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
public static let land = 148_940_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
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:958:22: note: annotate 'land' with '@MainActor' if property should only be accessed from the main actor
public static let land = 148_940_000.squareKilometers
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:958:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let land = 148_940_000.squareKilometers
^
nonisolated(unsafe)
/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
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
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:959:22: note: annotate 'water' with '@MainActor' if property should only be accessed from the main actor
public static let water = 361_132_000.squareKilometers
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:959:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let water = 361_132_000.squareKilometers
^
nonisolated(unsafe)
/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
public static let min = 184.K
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:963:22: note: annotate 'min' with '@MainActor' if property should only be accessed from the main actor
public static let min = 184.K
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:963:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let min = 184.K
^
nonisolated(unsafe)
/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
public static let mean = 287.16.K
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Core/Physical.swift:3:15: note: consider making struct 'Physical' conform to the 'Sendable' protocol
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:964:22: note: annotate 'mean' with '@MainActor' if property should only be accessed from the main actor
public static let mean = 287.16.K
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:964:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mean = 287.16.K
^
nonisolated(unsafe)
/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
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
public struct Physical: Collection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:965:22: note: annotate 'max' with '@MainActor' if property should only be accessed from the main actor
public static let max = 330.K
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Constants.swift:965:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let max = 330.K
^
nonisolated(unsafe)
/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
static public let shared = Physical.Globals()
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Globals.swift:5:8: note: class 'Globals' does not conform to the 'Sendable' protocol
class Globals {
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Globals.swift:6:21: note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
static public let shared = Physical.Globals()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/Globals.swift:6:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static public let shared = Physical.Globals()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/UnitStructs.swift:267:36: error: 'UnitInformationStorage' is only available in watchOS 6.0 or newer
public init(_ real: Double, unit: UnitInformationStorage) { physical = Physical(value: real, unit: unit) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/UnitStructs.swift:267:9: note: add @available attribute to enclosing initializer
public init(_ real: Double, unit: UnitInformationStorage) { physical = Physical(value: real, unit: unit) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/UnitStructs.swift:262:15: note: add @available attribute to enclosing struct
public struct InformationStorage: PhysicalType {
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/UnitStructs.swift:268:39: error: 'UnitInformationStorage' is only available in watchOS 6.0 or newer
public init(_ reals: [Double], unit: UnitInformationStorage) { physical = Physical(values: reals, unit: unit) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/UnitStructs.swift:268:9: note: add @available attribute to enclosing initializer
public init(_ reals: [Double], unit: UnitInformationStorage) { physical = Physical(values: reals, unit: unit) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Physical/Experimental/UnitStructs.swift:262:15: note: add @available attribute to enclosing struct
public struct InformationStorage: PhysicalType {
^
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal armv7k Emitting\ module\ for\ Physical (in target 'Physical' from project 'Physical')
EmitSwiftModule normal armv7k (in target 'Physical' from project 'Physical')
Building workspace spi-builder-workspace with scheme Physical
(3 failures)
BUILD FAILURE 6.0 watchOS