The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of SwiftSysctl, reference main (644057), with Swift 6.1 for iOS using Xcode 16.3 on 30 Apr 2025 07:23:50 UTC.

Swift 6 data race errors: 1512

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftSysctl -destination generic/platform=iOS 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

    static let self_region_info_flags: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:894:16: note: add '@MainActor' to make static property 'self_region_info_flags' part of global actor 'MainActor'
    static let self_region_info_flags: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:894:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let self_region_info_flags: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:899:16: warning: static property 'self_region_page_size' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let self_region_page_size: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:899:16: note: add '@MainActor' to make static property 'self_region_page_size' part of global actor 'MainActor'
    static let self_region_page_size: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:899:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let self_region_page_size: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:904:16: warning: static property 'shared_region_control' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let shared_region_control: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:904:16: note: add '@MainActor' to make static property 'shared_region_control' part of global actor 'MainActor'
    static let shared_region_control: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:904:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let shared_region_control: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:909:16: warning: static property 'shared_region_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let shared_region_count: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:909:16: note: add '@MainActor' to make static property 'shared_region_count' part of global actor 'MainActor'
    static let shared_region_count: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:909:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let shared_region_count: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:914:16: warning: static property 'shared_region_destroy_delay' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let shared_region_destroy_delay: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:914:16: note: add '@MainActor' to make static property 'shared_region_destroy_delay' part of global actor 'MainActor'
    static let shared_region_destroy_delay: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:914:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let shared_region_destroy_delay: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:919:16: warning: static property 'shared_region_pager_copied' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let shared_region_pager_copied: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:919:16: note: add '@MainActor' to make static property 'shared_region_pager_copied' part of global actor 'MainActor'
    static let shared_region_pager_copied: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:919:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let shared_region_pager_copied: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:924:16: warning: static property 'shared_region_pager_reclaimed' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let shared_region_pager_reclaimed: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:924:16: note: add '@MainActor' to make static property 'shared_region_pager_reclaimed' part of global actor 'MainActor'
    static let shared_region_pager_reclaimed: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:924:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let shared_region_pager_reclaimed: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:929:16: warning: static property 'shared_region_pager_slid' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let shared_region_pager_slid: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:929:16: note: add '@MainActor' to make static property 'shared_region_pager_slid' part of global actor 'MainActor'
    static let shared_region_pager_slid: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:929:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let shared_region_pager_slid: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:934:16: warning: static property 'shared_region_pager_slid_error' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let shared_region_pager_slid_error: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:934:16: note: add '@MainActor' to make static property 'shared_region_pager_slid_error' part of global actor 'MainActor'
    static let shared_region_pager_slid_error: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:934:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let shared_region_pager_slid_error: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:939:16: warning: static property 'shared_region_peak' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let shared_region_peak: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:939:16: note: add '@MainActor' to make static property 'shared_region_peak' part of global actor 'MainActor'
    static let shared_region_peak: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:939:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let shared_region_peak: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:944:16: warning: static property 'shared_region_persistence' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let shared_region_persistence: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:944:16: note: add '@MainActor' to make static property 'shared_region_persistence' part of global actor 'MainActor'
    static let shared_region_persistence: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:944:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let shared_region_persistence: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:949:16: warning: static property 'shared_region_pivot' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let shared_region_pivot: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:949:16: note: add '@MainActor' to make static property 'shared_region_pivot' part of global actor 'MainActor'
    static let shared_region_pivot: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:949:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let shared_region_pivot: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:954:16: warning: static property 'shared_region_trace_level' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let shared_region_trace_level: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:954:16: note: add '@MainActor' to make static property 'shared_region_trace_level' part of global actor 'MainActor'
    static let shared_region_trace_level: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:954:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let shared_region_trace_level: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:959:16: warning: static property 'shared_region_unnest_logging' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let shared_region_unnest_logging: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:959:16: note: add '@MainActor' to make static property 'shared_region_unnest_logging' part of global actor 'MainActor'
    static let shared_region_unnest_logging: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:959:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let shared_region_unnest_logging: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:964:16: warning: static property 'shared_region_version' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let shared_region_version: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:964:16: note: add '@MainActor' to make static property 'shared_region_version' part of global actor 'MainActor'
    static let shared_region_version: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:964:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let shared_region_version: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:969:16: warning: static property 'swap_enabled' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let swap_enabled: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:969:16: note: add '@MainActor' to make static property 'swap_enabled' part of global actor 'MainActor'
    static let swap_enabled: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:969:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let swap_enabled: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:974:16: warning: static property 'swapfileprefix' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let swapfileprefix: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:974:16: note: add '@MainActor' to make static property 'swapfileprefix' part of global actor 'MainActor'
    static let swapfileprefix: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:974:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let swapfileprefix: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:979:16: warning: static property 'uc_decompressions' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let uc_decompressions: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:979:16: note: add '@MainActor' to make static property 'uc_decompressions' part of global actor 'MainActor'
    static let uc_decompressions: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:979:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let uc_decompressions: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:984:16: warning: static property 'upl_pages_tainted' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let upl_pages_tainted: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:984:16: note: add '@MainActor' to make static property 'upl_pages_tainted' part of global actor 'MainActor'
    static let upl_pages_tainted: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:984:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let upl_pages_tainted: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:989:16: warning: static property 'user_wire_limit' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let user_wire_limit: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:989:16: note: add '@MainActor' to make static property 'user_wire_limit' part of global actor 'MainActor'
    static let user_wire_limit: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:989:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let user_wire_limit: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:994:16: warning: static property 'vm_copy_src_large' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let vm_copy_src_large: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:994:16: note: add '@MainActor' to make static property 'vm_copy_src_large' part of global actor 'MainActor'
    static let vm_copy_src_large: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:994:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let vm_copy_src_large: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:999:16: warning: static property 'vm_copy_src_not_internal' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let vm_copy_src_not_internal: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:999:16: note: add '@MainActor' to make static property 'vm_copy_src_not_internal' part of global actor 'MainActor'
    static let vm_copy_src_not_internal: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:999:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let vm_copy_src_not_internal: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1004:16: warning: static property 'vm_copy_src_not_symmetric' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let vm_copy_src_not_symmetric: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1004:16: note: add '@MainActor' to make static property 'vm_copy_src_not_symmetric' part of global actor 'MainActor'
    static let vm_copy_src_not_symmetric: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1004:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let vm_copy_src_not_symmetric: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1009:16: warning: static property 'vm_create_upl_extra_cow' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let vm_create_upl_extra_cow: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1009:16: note: add '@MainActor' to make static property 'vm_create_upl_extra_cow' part of global actor 'MainActor'
    static let vm_create_upl_extra_cow: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1009:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let vm_create_upl_extra_cow: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1014:16: warning: static property 'vm_create_upl_extra_cow_pages' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let vm_create_upl_extra_cow_pages: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1014:16: note: add '@MainActor' to make static property 'vm_create_upl_extra_cow_pages' part of global actor 'MainActor'
    static let vm_create_upl_extra_cow_pages: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1014:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let vm_create_upl_extra_cow_pages: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1019:16: warning: static property 'vm_create_upl_lookup_failure_copy' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let vm_create_upl_lookup_failure_copy: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1019:16: note: add '@MainActor' to make static property 'vm_create_upl_lookup_failure_copy' part of global actor 'MainActor'
    static let vm_create_upl_lookup_failure_copy: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1019:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let vm_create_upl_lookup_failure_copy: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1024:16: warning: static property 'vm_create_upl_lookup_failure_write' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let vm_create_upl_lookup_failure_write: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1024:16: note: add '@MainActor' to make static property 'vm_create_upl_lookup_failure_write' part of global actor 'MainActor'
    static let vm_create_upl_lookup_failure_write: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1024:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let vm_create_upl_lookup_failure_write: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1029:16: warning: static property 'vm_debug_events' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let vm_debug_events: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1029:16: note: add '@MainActor' to make static property 'vm_debug_events' part of global actor 'MainActor'
    static let vm_debug_events: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1029:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let vm_debug_events: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1034:16: warning: static property 'vm_do_collapse_compressor' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let vm_do_collapse_compressor: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1034:16: note: add '@MainActor' to make static property 'vm_do_collapse_compressor' part of global actor 'MainActor'
    static let vm_do_collapse_compressor: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1034:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let vm_do_collapse_compressor: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1039:16: warning: static property 'vm_do_collapse_compressor_pages' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let vm_do_collapse_compressor_pages: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1039:16: note: add '@MainActor' to make static property 'vm_do_collapse_compressor_pages' part of global actor 'MainActor'
    static let vm_do_collapse_compressor_pages: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1039:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let vm_do_collapse_compressor_pages: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1044:16: warning: static property 'vm_do_collapse_terminate' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let vm_do_collapse_terminate: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1044:16: note: add '@MainActor' to make static property 'vm_do_collapse_terminate' part of global actor 'MainActor'
    static let vm_do_collapse_terminate: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1044:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let vm_do_collapse_terminate: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1049:16: warning: static property 'vm_do_collapse_terminate_failure' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let vm_do_collapse_terminate_failure: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1049:16: note: add '@MainActor' to make static property 'vm_do_collapse_terminate_failure' part of global actor 'MainActor'
    static let vm_do_collapse_terminate_failure: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1049:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let vm_do_collapse_terminate_failure: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1054:16: warning: static property 'vm_max_kernel_address' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let vm_max_kernel_address: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1054:16: note: add '@MainActor' to make static property 'vm_max_kernel_address' part of global actor 'MainActor'
    static let vm_max_kernel_address: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1054:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let vm_max_kernel_address: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1059:16: warning: static property 'vm_min_kernel_address' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let vm_min_kernel_address: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1059:16: note: add '@MainActor' to make static property 'vm_min_kernel_address' part of global actor 'MainActor'
    static let vm_min_kernel_address: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1059:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let vm_min_kernel_address: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1064:16: warning: static property 'vm_page_background_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let vm_page_background_count: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1064:16: note: add '@MainActor' to make static property 'vm_page_background_count' part of global actor 'MainActor'
    static let vm_page_background_count: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1064:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let vm_page_background_count: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1069:16: warning: static property 'vm_page_background_exclude_external' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let vm_page_background_exclude_external: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1069:16: note: add '@MainActor' to make static property 'vm_page_background_exclude_external' part of global actor 'MainActor'
    static let vm_page_background_exclude_external: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1069:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let vm_page_background_exclude_external: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1074:16: warning: static property 'vm_page_background_external_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let vm_page_background_external_count: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1074:16: note: add '@MainActor' to make static property 'vm_page_background_external_count' part of global actor 'MainActor'
    static let vm_page_background_external_count: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1074:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let vm_page_background_external_count: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1079:16: warning: static property 'vm_page_background_internal_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let vm_page_background_internal_count: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1079:16: note: add '@MainActor' to make static property 'vm_page_background_internal_count' part of global actor 'MainActor'
    static let vm_page_background_internal_count: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1079:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let vm_page_background_internal_count: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1084:16: warning: static property 'vm_page_background_mode' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let vm_page_background_mode: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1084:16: note: add '@MainActor' to make static property 'vm_page_background_mode' part of global actor 'MainActor'
    static let vm_page_background_mode: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1084:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let vm_page_background_mode: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1089:16: warning: static property 'vm_page_background_promoted_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let vm_page_background_promoted_count: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1089:16: note: add '@MainActor' to make static property 'vm_page_background_promoted_count' part of global actor 'MainActor'
    static let vm_page_background_promoted_count: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1089:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let vm_page_background_promoted_count: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1094:16: warning: static property 'vm_page_background_target' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let vm_page_background_target: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1094:16: note: add '@MainActor' to make static property 'vm_page_background_target' part of global actor 'MainActor'
    static let vm_page_background_target: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1094:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let vm_page_background_target: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1099:16: warning: static property 'vm_page_donate_mode' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let vm_page_donate_mode: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1099:16: note: add '@MainActor' to make static property 'vm_page_donate_mode' part of global actor 'MainActor'
    static let vm_page_donate_mode: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1099:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let vm_page_donate_mode: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1104:16: warning: static property 'vm_page_donate_target_high' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let vm_page_donate_target_high: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1104:16: note: add '@MainActor' to make static property 'vm_page_donate_target_high' part of global actor 'MainActor'
    static let vm_page_donate_target_high: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1104:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let vm_page_donate_target_high: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1109:16: warning: static property 'vm_page_donate_target_low' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let vm_page_donate_target_low: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1109:16: note: add '@MainActor' to make static property 'vm_page_donate_target_low' part of global actor 'MainActor'
    static let vm_page_donate_target_low: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1109:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let vm_page_donate_target_low: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1114:16: warning: static property 'vm_page_external_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let vm_page_external_count: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1114:16: note: add '@MainActor' to make static property 'vm_page_external_count' part of global actor 'MainActor'
    static let vm_page_external_count: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1114:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let vm_page_external_count: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1119:16: warning: static property 'vm_page_filecache_min' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let vm_page_filecache_min: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1119:16: note: add '@MainActor' to make static property 'vm_page_filecache_min' part of global actor 'MainActor'
    static let vm_page_filecache_min: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1119:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let vm_page_filecache_min: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1124:16: warning: static property 'vm_page_free_target' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let vm_page_free_target: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1124:16: note: add '@MainActor' to make static property 'vm_page_free_target' part of global actor 'MainActor'
    static let vm_page_free_target: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1124:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let vm_page_free_target: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1129:16: warning: static property 'vm_page_xpmapped_min' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let vm_page_xpmapped_min: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1129:16: note: add '@MainActor' to make static property 'vm_page_xpmapped_min' part of global actor 'MainActor'
    static let vm_page_xpmapped_min: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1129:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let vm_page_xpmapped_min: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1134:16: warning: static property 'vm_pageout_considered_bq_external' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let vm_pageout_considered_bq_external: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1134:16: note: add '@MainActor' to make static property 'vm_pageout_considered_bq_external' part of global actor 'MainActor'
    static let vm_pageout_considered_bq_external: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1134:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let vm_pageout_considered_bq_external: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1139:16: warning: static property 'vm_pageout_considered_bq_internal' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let vm_pageout_considered_bq_internal: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1139:16: note: add '@MainActor' to make static property 'vm_pageout_considered_bq_internal' part of global actor 'MainActor'
    static let vm_pageout_considered_bq_internal: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1139:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let vm_pageout_considered_bq_internal: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1144:16: warning: static property 'vm_pageout_rejected_bq_external' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let vm_pageout_rejected_bq_external: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1144:16: note: add '@MainActor' to make static property 'vm_pageout_rejected_bq_external' part of global actor 'MainActor'
    static let vm_pageout_rejected_bq_external: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1144:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let vm_pageout_rejected_bq_external: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1149:16: warning: static property 'vm_pageout_rejected_bq_internal' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let vm_pageout_rejected_bq_internal: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1149:16: note: add '@MainActor' to make static property 'vm_pageout_rejected_bq_internal' part of global actor 'MainActor'
    static let vm_pageout_rejected_bq_internal: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1149:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let vm_pageout_rejected_bq_internal: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1154:16: warning: static property 'vm_ripe_target_age_in_secs' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let vm_ripe_target_age_in_secs: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1154:16: note: add '@MainActor' to make static property 'vm_ripe_target_age_in_secs' part of global actor 'MainActor'
    static let vm_ripe_target_age_in_secs: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1154:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let vm_ripe_target_age_in_secs: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1159:16: warning: static property 'vm_should_cow_but_wired' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let vm_should_cow_but_wired: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1159:16: note: add '@MainActor' to make static property 'vm_should_cow_but_wired' part of global actor 'MainActor'
    static let vm_should_cow_but_wired: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1159:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let vm_should_cow_but_wired: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1164:16: warning: static property 'vmtc_total' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let vmtc_total: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1164:16: note: add '@MainActor' to make static property 'vmtc_total' part of global actor 'MainActor'
    static let vmtc_total: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1164:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let vmtc_total: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1169:16: warning: static property 'wk_catime' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let wk_catime: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1169:16: note: add '@MainActor' to make static property 'wk_catime' part of global actor 'MainActor'
    static let wk_catime: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1169:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let wk_catime: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1174:16: warning: static property 'wk_compressed_bytes_exclusive' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let wk_compressed_bytes_exclusive: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1174:16: note: add '@MainActor' to make static property 'wk_compressed_bytes_exclusive' part of global actor 'MainActor'
    static let wk_compressed_bytes_exclusive: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1174:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let wk_compressed_bytes_exclusive: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1179:16: warning: static property 'wk_compressed_bytes_total' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let wk_compressed_bytes_total: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1179:16: note: add '@MainActor' to make static property 'wk_compressed_bytes_total' part of global actor 'MainActor'
    static let wk_compressed_bytes_total: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1179:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let wk_compressed_bytes_total: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1184:16: warning: static property 'wk_compression_failures' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let wk_compression_failures: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1184:16: note: add '@MainActor' to make static property 'wk_compression_failures' part of global actor 'MainActor'
    static let wk_compression_failures: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1184:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let wk_compression_failures: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1189:16: warning: static property 'wk_compressions' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let wk_compressions: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1189:16: note: add '@MainActor' to make static property 'wk_compressions' part of global actor 'MainActor'
    static let wk_compressions: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1189:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let wk_compressions: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1194:16: warning: static property 'wk_compressions_exclusive' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let wk_compressions_exclusive: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1194:16: note: add '@MainActor' to make static property 'wk_compressions_exclusive' part of global actor 'MainActor'
    static let wk_compressions_exclusive: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1194:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let wk_compressions_exclusive: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1199:16: warning: static property 'wk_datime' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let wk_datime: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1199:16: note: add '@MainActor' to make static property 'wk_datime' part of global actor 'MainActor'
    static let wk_datime: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1199:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let wk_datime: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1204:16: warning: static property 'wk_decompressed_bytes' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let wk_decompressed_bytes: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1204:16: note: add '@MainActor' to make static property 'wk_decompressed_bytes' part of global actor 'MainActor'
    static let wk_decompressed_bytes: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1204:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let wk_decompressed_bytes: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1209:16: warning: static property 'wk_decompressions' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let wk_decompressions: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1209:16: note: add '@MainActor' to make static property 'wk_decompressions' part of global actor 'MainActor'
    static let wk_decompressions: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1209:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let wk_decompressions: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1214:16: warning: static property 'wk_mzv_compressions' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let wk_mzv_compressions: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1214:16: note: add '@MainActor' to make static property 'wk_mzv_compressions' part of global actor 'MainActor'
    static let wk_mzv_compressions: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1214:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let wk_mzv_compressions: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1219:16: warning: static property 'wk_sv_compressions' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let wk_sv_compressions: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1219:16: note: add '@MainActor' to make static property 'wk_sv_compressions' part of global actor 'MainActor'
    static let wk_sv_compressions: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1219:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let wk_sv_compressions: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1224:16: warning: static property 'wk_sv_decompressions' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let wk_sv_decompressions: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1224:16: note: add '@MainActor' to make static property 'wk_sv_decompressions' part of global actor 'MainActor'
    static let wk_sv_decompressions: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1224:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let wk_sv_decompressions: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1229:16: warning: static property 'wkdm_reeval_threshold' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let wkdm_reeval_threshold: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1229:16: note: add '@MainActor' to make static property 'wkdm_reeval_threshold' part of global actor 'MainActor'
    static let wkdm_reeval_threshold: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1229:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let wkdm_reeval_threshold: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1234:16: warning: static property 'wkh_catime' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let wkh_catime: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1234:16: note: add '@MainActor' to make static property 'wkh_catime' part of global actor 'MainActor'
    static let wkh_catime: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1234:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let wkh_catime: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1239:16: warning: static property 'wkh_compressions' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let wkh_compressions: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1239:16: note: add '@MainActor' to make static property 'wkh_compressions' part of global actor 'MainActor'
    static let wkh_compressions: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1239:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let wkh_compressions: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1244:16: warning: static property 'wkh_datime' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let wkh_datime: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1244:16: note: add '@MainActor' to make static property 'wkh_datime' part of global actor 'MainActor'
    static let wkh_datime: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1244:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let wkh_datime: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1249:16: warning: static property 'wkh_decompressions' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let wkh_decompressions: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1249:16: note: add '@MainActor' to make static property 'wkh_decompressions' part of global actor 'MainActor'
    static let wkh_decompressions: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1249:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let wkh_decompressions: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1254:16: warning: static property 'wks_catime' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let wks_catime: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1254:16: note: add '@MainActor' to make static property 'wks_catime' part of global actor 'MainActor'
    static let wks_catime: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1254:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let wks_catime: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1259:16: warning: static property 'wks_compressed_bytes' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let wks_compressed_bytes: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1259:16: note: add '@MainActor' to make static property 'wks_compressed_bytes' part of global actor 'MainActor'
    static let wks_compressed_bytes: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1259:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let wks_compressed_bytes: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1264:16: warning: static property 'wks_compression_failures' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let wks_compression_failures: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1264:16: note: add '@MainActor' to make static property 'wks_compression_failures' part of global actor 'MainActor'
    static let wks_compression_failures: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1264:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let wks_compression_failures: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1269:16: warning: static property 'wks_compressions' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let wks_compressions: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1269:16: note: add '@MainActor' to make static property 'wks_compressions' part of global actor 'MainActor'
    static let wks_compressions: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1269:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let wks_compressions: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1274:16: warning: static property 'wks_datime' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let wks_datime: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1274:16: note: add '@MainActor' to make static property 'wks_datime' part of global actor 'MainActor'
    static let wks_datime: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1274:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let wks_datime: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1279:16: warning: static property 'wks_decompressions' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let wks_decompressions: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1279:16: note: add '@MainActor' to make static property 'wks_decompressions' part of global actor 'MainActor'
    static let wks_decompressions: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1279:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let wks_decompressions: NameOID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1284:16: warning: static property 'wks_sv_compressions' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let wks_sv_compressions: NameOID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
              ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1284:16: note: add '@MainActor' to make static property 'wks_sv_compressions' part of global actor 'MainActor'
    static let wks_sv_compressions: NameOID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1284:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let wks_sv_compressions: NameOID = .init(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+Debug.x86_64.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+HW.x86_64.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+Kern.x86_64.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+MachDep.x86_64.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+Net.x86_64.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+Security.x86_64.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Nodes+VFS.swift,\ Nodes+VM.swift,\ Nodes+Debug.arm64.swift,\ Nodes+HW.arm64.swift,\ Nodes+Kern.arm64.swift,\ Nodes+MachDep.arm64.swift,\ Nodes+Net.arm64.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+VFS.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+VM.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Debug.arm64.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+HW.arm64.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+MachDep.arm64.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+VFS.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+VFS.swift:13:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.VFS' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: VFS = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+VFS.swift:12:19: note: consider making struct 'VFS' conform to the 'Sendable' protocol
    public struct VFS: NodeCollection {
                  ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+VFS.swift:13:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: VFS = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+VFS.swift:13:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: VFS = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+VFS.swift:27:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.VFS.Generic' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Generic = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+VFS.swift:26:19: note: consider making struct 'Generic' conform to the 'Sendable' protocol
    public struct Generic: NodeCollection {
                  ^
                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+VFS.swift:27:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Generic = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+VFS.swift:27:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Generic = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+VFS.swift:41:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.VFS.Generic.Conf' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Conf = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+VFS.swift:40:19: note: consider making struct 'Conf' conform to the 'Sendable' protocol
    public struct Conf: NodeCollection {
                  ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+VFS.swift:41:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Conf = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+VFS.swift:41:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Conf = .init()
                          ^
        nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+VM.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+VM.swift:13:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.VM' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: VM = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+VM.swift:12:19: note: consider making struct 'VM' conform to the 'Sendable' protocol
    public struct VM: NodeCollection {
                  ^
                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+VM.swift:13:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: VM = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+VM.swift:13:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: VM = .init()
                          ^
        nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Debug.arm64.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Debug.arm64.swift:145:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Debug.IokitStatistics' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: IokitStatistics = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Debug.arm64.swift:144:19: note: consider making struct 'IokitStatistics' conform to the 'Sendable' protocol
    public struct IokitStatistics: NodeCollection {
                  ^
                                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Debug.arm64.swift:145:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: IokitStatistics = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Debug.arm64.swift:145:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: IokitStatistics = .init()
                          ^
        nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+HW.arm64.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+HW.arm64.swift:169:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.HW.Features' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Features = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+HW.arm64.swift:168:19: note: consider making struct 'Features' conform to the 'Sendable' protocol
    public struct Features: NodeCollection {
                  ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+HW.arm64.swift:169:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Features = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+HW.arm64.swift:169:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Features = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+HW.arm64.swift:175:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.HW.Optional' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Optional = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+HW.arm64.swift:174:19: note: consider making struct 'Optional' conform to the 'Sendable' protocol
    public struct Optional: NodeCollection {
                  ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+HW.arm64.swift:175:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Optional = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+HW.arm64.swift:175:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Optional = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+HW.arm64.swift:369:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.HW.Optional.Arm' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Arm = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+HW.arm64.swift:368:19: note: consider making struct 'Arm' conform to the 'Sendable' protocol
    public struct Arm: NodeCollection {
                  ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+HW.arm64.swift:369:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Arm = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+HW.arm64.swift:369:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Arm = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+HW.arm64.swift:571:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.HW.Perflevel0' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Perflevel0 = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+HW.arm64.swift:570:19: note: consider making struct 'Perflevel0' conform to the 'Sendable' protocol
    public struct Perflevel0: NodeCollection {
                  ^
                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+HW.arm64.swift:571:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Perflevel0 = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+HW.arm64.swift:571:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Perflevel0 = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+HW.arm64.swift:621:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.HW.Perflevel1' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Perflevel1 = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+HW.arm64.swift:620:19: note: consider making struct 'Perflevel1' conform to the 'Sendable' protocol
    public struct Perflevel1: NodeCollection {
                  ^
                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+HW.arm64.swift:621:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Perflevel1 = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+HW.arm64.swift:621:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Perflevel1 = .init()
                          ^
        nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:781:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Bridge' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Bridge = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:780:19: note: consider making struct 'Bridge' conform to the 'Sendable' protocol
    public struct Bridge: NodeCollection {
                  ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:781:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Bridge = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:781:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Bridge = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:787:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Cpc' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Cpc = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:786:19: note: consider making struct 'Cpc' conform to the 'Sendable' protocol
    public struct Cpc: NodeCollection {
                  ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:787:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Cpc = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:787:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Cpc = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:797:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Dtrace' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Dtrace = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:796:19: note: consider making struct 'Dtrace' conform to the 'Sendable' protocol
    public struct Dtrace: NodeCollection {
                  ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:797:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Dtrace = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:797:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Dtrace = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:839:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Entropy' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Entropy = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:838:19: note: consider making struct 'Entropy' conform to the 'Sendable' protocol
    public struct Entropy: NodeCollection {
                  ^
                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:839:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Entropy = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:839:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Entropy = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:857:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Entropy.Analysis' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Analysis = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:856:19: note: consider making struct 'Analysis' conform to the 'Sendable' protocol
    public struct Analysis: NodeCollection {
                  ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:857:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Analysis = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:857:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Analysis = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:867:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Entropy.Filter' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Filter = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:866:19: note: consider making struct 'Filter' conform to the 'Sendable' protocol
    public struct Filter: NodeCollection {
                  ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:867:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Filter = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:867:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Filter = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:885:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Entropy.Health' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Health = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:884:19: note: consider making struct 'Health' conform to the 'Sendable' protocol
    public struct Health: NodeCollection {
                  ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:885:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Health = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:885:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Health = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:903:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Entropy.Health.AdaptiveProportionTest' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: AdaptiveProportionTest = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:902:19: note: consider making struct 'AdaptiveProportionTest' conform to the 'Sendable' protocol
    public struct AdaptiveProportionTest: NodeCollection {
                  ^
                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:903:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: AdaptiveProportionTest = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:903:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: AdaptiveProportionTest = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:921:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Entropy.Health.RepetitionCountTest' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: RepetitionCountTest = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:920:19: note: consider making struct 'RepetitionCountTest' conform to the 'Sendable' protocol
    public struct RepetitionCountTest: NodeCollection {
                  ^
                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:921:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: RepetitionCountTest = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:921:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: RepetitionCountTest = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:939:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Eventhandler' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Eventhandler = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:938:19: note: consider making struct 'Eventhandler' conform to the 'Sendable' protocol
    public struct Eventhandler: NodeCollection {
                  ^
                                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:939:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Eventhandler = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:939:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Eventhandler = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:949:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Hv' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Hv = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:948:19: note: consider making struct 'Hv' conform to the 'Sendable' protocol
    public struct Hv: NodeCollection {
                  ^
                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:949:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Hv = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:949:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Hv = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:971:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Hvg' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Hvg = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:970:19: note: consider making struct 'Hvg' conform to the 'Sendable' protocol
    public struct Hvg: NodeCollection {
                  ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:971:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Hvg = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:971:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Hvg = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:977:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Kdbg' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Kdbg = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:976:19: note: consider making struct 'Kdbg' conform to the 'Sendable' protocol
    public struct Kdbg: NodeCollection {
                  ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:977:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Kdbg = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:977:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Kdbg = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:991:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.KernEvent' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: KernEvent = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:990:19: note: consider making struct 'KernEvent' conform to the 'Sendable' protocol
    public struct KernEvent: NodeCollection {
                  ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:991:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: KernEvent = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:991:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: KernEvent = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1001:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Memorystatus' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Memorystatus = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1000:19: note: consider making struct 'Memorystatus' conform to the 'Sendable' protocol
    public struct Memorystatus: NodeCollection {
                  ^
                                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1001:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Memorystatus = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1001:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Memorystatus = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1015:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Microstackshot' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Microstackshot = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1014:19: note: consider making struct 'Microstackshot' conform to the 'Sendable' protocol
    public struct Microstackshot: NodeCollection {
                  ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1015:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Microstackshot = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1015:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Microstackshot = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1033:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Monotonic' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Monotonic = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1032:19: note: consider making struct 'Monotonic' conform to the 'Sendable' protocol
    public struct Monotonic: NodeCollection {
                  ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1033:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Monotonic = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1033:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Monotonic = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1075:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.SecTransition' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: SecTransition = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1074:19: note: consider making struct 'SecTransition' conform to the 'Sendable' protocol
    public struct SecTransition: NodeCollection {
                  ^
                                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1075:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: SecTransition = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1075:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: SecTransition = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1085:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Skywalk' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Skywalk = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1084:19: note: consider making struct 'Skywalk' conform to the 'Sendable' protocol
    public struct Skywalk: NodeCollection {
                  ^
                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1085:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Skywalk = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1085:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Skywalk = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1131:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Skywalk.Flowswitch' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Flowswitch = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1130:19: note: consider making struct 'Flowswitch' conform to the 'Sendable' protocol
    public struct Flowswitch: NodeCollection {
                  ^
                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1131:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Flowswitch = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1131:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Flowswitch = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1166:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Skywalk.Libcuckoo' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Libcuckoo = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1165:19: note: consider making struct 'Libcuckoo' conform to the 'Sendable' protocol
    public struct Libcuckoo: NodeCollection {
                  ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1166:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Libcuckoo = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1166:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Libcuckoo = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1172:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Skywalk.Netif' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Netif = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1171:19: note: consider making struct 'Netif' conform to the 'Sendable' protocol
    public struct Netif: NodeCollection {
                  ^
                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1172:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Netif = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1172:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Netif = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1186:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Skywalk.Netns' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Netns = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1185:19: note: consider making struct 'Netns' conform to the 'Sendable' protocol
    public struct Netns: NodeCollection {
                  ^
                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1186:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Netns = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1186:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Netns = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1192:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Skywalk.Stats' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Stats = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1191:19: note: consider making struct 'Stats' conform to the 'Sendable' protocol
    public struct Stats: NodeCollection {
                  ^
                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1192:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Stats = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1192:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Stats = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1254:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Timer' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Timer = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1253:19: note: consider making struct 'Timer' conform to the 'Sendable' protocol
    public struct Timer: NodeCollection {
                  ^
                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1254:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Timer = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1254:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Timer = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1292:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Timer.Longterm' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Longterm = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1291:19: note: consider making struct 'Longterm' conform to the 'Sendable' protocol
    public struct Longterm: NodeCollection {
                  ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1292:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Longterm = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1292:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Longterm = .init()
                          ^
        nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+MachDep.arm64.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+MachDep.arm64.swift:77:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.MachDep.Cpu' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Cpu = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+MachDep.arm64.swift:76:19: note: consider making struct 'Cpu' conform to the 'Sendable' protocol
    public struct Cpu: NodeCollection {
                  ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+MachDep.arm64.swift:77:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Cpu = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+MachDep.arm64.swift:77:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Cpu = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+MachDep.arm64.swift:115:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.MachDep.Remotetime' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Remotetime = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+MachDep.arm64.swift:114:19: note: consider making struct 'Remotetime' conform to the 'Sendable' protocol
    public struct Remotetime: NodeCollection {
                  ^
                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+MachDep.arm64.swift:115:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Remotetime = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+MachDep.arm64.swift:115:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Remotetime = .init()
                          ^
        nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:93:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Cfil' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Cfil = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:92:19: note: consider making struct 'Cfil' conform to the 'Sendable' protocol
    public struct Cfil: NodeCollection {
                  ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:93:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Cfil = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:93:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Cfil = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:159:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Classq' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Classq = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:158:19: note: consider making struct 'Classq' conform to the 'Sendable' protocol
    public struct Classq: NodeCollection {
                  ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:159:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Classq = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:159:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Classq = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:209:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Classq.FqCodel' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: FqCodel = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:208:19: note: consider making struct 'FqCodel' conform to the 'Sendable' protocol
    public struct FqCodel: NodeCollection {
                  ^
                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:209:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: FqCodel = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:209:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: FqCodel = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:219:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Ipsec' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Ipsec = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:218:19: note: consider making struct 'Ipsec' conform to the 'Sendable' protocol
    public struct Ipsec: NodeCollection {
                  ^
                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:219:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Ipsec = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:219:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Ipsec = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:249:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Mpklog' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Mpklog = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:248:19: note: consider making struct 'Mpklog' conform to the 'Sendable' protocol
    public struct Mpklog: NodeCollection {
                  ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:249:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Mpklog = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:249:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Mpklog = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:267:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Ndrv' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Ndrv = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:266:19: note: consider making struct 'Ndrv' conform to the 'Sendable' protocol
    public struct Ndrv: NodeCollection {
                  ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:267:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Ndrv = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:267:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Ndrv = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:281:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Necp' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Necp = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:280:19: note: consider making struct 'Necp' conform to the 'Sendable' protocol
    public struct Necp: NodeCollection {
                  ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:281:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Necp = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:281:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Necp = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:431:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Netagent' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Netagent = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:430:19: note: consider making struct 'Netagent' conform to the 'Sendable' protocol
    public struct Netagent: NodeCollection {
                  ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:431:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Netagent = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:431:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Netagent = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:449:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Pktsched' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Pktsched = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:448:19: note: consider making struct 'Pktsched' conform to the 'Sendable' protocol
    public struct Pktsched: NodeCollection {
                  ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:449:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Pktsched = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:449:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Pktsched = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:463:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Pktsched.Netem' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Netem = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:462:19: note: consider making struct 'Netem' conform to the 'Sendable' protocol
    public struct Netem: NodeCollection {
                  ^
                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:463:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Netem = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:463:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Netem = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:477:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Qos' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Qos = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:476:19: note: consider making struct 'Qos' conform to the 'Sendable' protocol
    public struct Qos: NodeCollection {
                  ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:477:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Qos = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:477:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Qos = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:503:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Qos.Policy' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Policy = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:502:19: note: consider making struct 'Policy' conform to the 'Sendable' protocol
    public struct Policy: NodeCollection {
                  ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:503:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Policy = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:503:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Policy = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:525:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.RestrictedPort' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: RestrictedPort = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:524:19: note: consider making struct 'RestrictedPort' conform to the 'Sendable' protocol
    public struct RestrictedPort: NodeCollection {
                  ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:525:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: RestrictedPort = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:525:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: RestrictedPort = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:543:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Route' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Route = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:542:19: note: consider making struct 'Route' conform to the 'Sendable' protocol
    public struct Route: NodeCollection {
                  ^
                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:543:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Route = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:543:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Route = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:553:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Soflow' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Soflow = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:552:19: note: consider making struct 'Soflow' conform to the 'Sendable' protocol
    public struct Soflow: NodeCollection {
                  ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:553:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Soflow = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:553:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Soflow = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:591:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Stats' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Stats = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:590:19: note: consider making struct 'Stats' conform to the 'Sendable' protocol
    public struct Stats: NodeCollection {
                  ^
                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:591:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Stats = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:591:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Stats = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:621:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Tracker' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Tracker = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:620:19: note: consider making struct 'Tracker' conform to the 'Sendable' protocol
    public struct Tracker: NodeCollection {
                  ^
                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:621:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Tracker = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:621:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Tracker = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:635:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Utun' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Utun = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:634:19: note: consider making struct 'Utun' conform to the 'Sendable' protocol
    public struct Utun: NodeCollection {
                  ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:635:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Utun = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:635:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Utun = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:657:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Vsock' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Vsock = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:656:19: note: consider making struct 'Vsock' conform to the 'Sendable' protocol
    public struct Vsock: NodeCollection {
                  ^
                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:657:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Vsock = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:657:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Vsock = .init()
                          ^
        nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Emitting module for SwiftSysctl (in target 'SwiftSysctl' from project 'SwiftSysctl')
SwiftDriver\ Compilation\ Requirements SwiftSysctl normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftSysctl' from project 'SwiftSysctl')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftSysctl -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling OID+Sysctl.x86_64.swift, OID+VFS.x86_64.swift, OID+VM.x86_64.swift, BitFlags.swift, FieldProtocol.swift, NodeCollection.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
SwiftDriverJobDiscovery normal arm64 Compiling NodeProtocol.swift, SwiftSysctl.swift, SysctlError.swift, TopNodes.swift, Field.swift, Node.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
SwiftDriverJobDiscovery normal arm64 Compiling Nodes+MachDep.x86_64.swift, Nodes+Net.x86_64.swift, Nodes+Security.x86_64.swift, Nodes+Sysctl.x86_64.swift, Nodes+VFS.x86_64.swift, Nodes+VM.x86_64.swift, Nodes+Sysctl.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
SwiftDriverJobDiscovery normal arm64 Compiling Nodes.swift, CtlKind.swift, CtlType.swift, OID+Sysctl.swift, OID+TopLevel.swift, OID.swift, OID+Debug.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
SwiftDriverJobDiscovery normal arm64 Compiling Nodes+Security.arm64.swift, Nodes+Sysctl.arm64.swift, Nodes+VFS.arm64.swift, Nodes+VM.arm64.swift, Nodes+Debug.x86_64.swift, Nodes+HW.x86_64.swift, Nodes+Kern.x86_64.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
SwiftDriverJobDiscovery normal arm64 Compiling Sysctl+.swift, Nodes+Debug.swift, Nodes+HW.swift, Nodes+Kern.swift, Nodes+MachDep.swift, Nodes+Net.swift, Nodes+Security.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
SwiftDriverJobDiscovery normal arm64 Compiling OID+VM.arm64.swift, OID+Debug.x86_64.swift, OID+HW.x86_64.swift, OID+Kern.x86_64.swift, OID+MachDep.x86_64.swift, OID+Net.x86_64.swift, OID+Security.x86_64.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
SwiftDriverJobDiscovery normal arm64 Compiling OID+HW.swift, OID+Kern.swift, OID+MachDep.swift, OID+Net.swift, OID+VFS.swift, OID+VM.swift, OID+Debug.arm64.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/SwiftSysctl-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl-Swift.h (in target 'SwiftSysctl' from project 'SwiftSysctl')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/SwiftSysctl-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftSysctl.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.swiftmodule (in target 'SwiftSysctl' from project 'SwiftSysctl')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftSysctl.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftSysctl.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.abi.json (in target 'SwiftSysctl' from project 'SwiftSysctl')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftSysctl.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftSysctl.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.swiftdoc (in target 'SwiftSysctl' from project 'SwiftSysctl')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftSysctl.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftSysctl.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.swiftsourceinfo (in target 'SwiftSysctl' from project 'SwiftSysctl')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftSysctl.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling OID+HW.arm64.swift, OID+Kern.arm64.swift, OID+MachDep.arm64.swift, OID+Net.arm64.swift, OID+Security.arm64.swift, OID+Sysctl.arm64.swift, OID+VFS.arm64.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
SwiftDriverJobDiscovery normal arm64 Compiling Nodes+VFS.swift, Nodes+VM.swift, Nodes+Debug.arm64.swift, Nodes+HW.arm64.swift, Nodes+Kern.arm64.swift, Nodes+MachDep.arm64.swift, Nodes+Net.arm64.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
SwiftDriver\ Compilation SwiftSysctl normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftSysctl' from project 'SwiftSysctl')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftSysctl -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftSysctl.o normal (in target 'SwiftSysctl' from project 'SwiftSysctl')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftSysctl.o
ExtractAppIntentsMetadata (in target 'SwiftSysctl' from project 'SwiftSysctl')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name SwiftSysctl --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.SwiftSysctl --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftSysctl.appintents --target-triple arm64-apple-ios12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftSysctl.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/SwiftSysctl.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/SwiftSysctl.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-30 00:23:48.730 appintentsmetadataprocessor[716:4091] Starting appintentsmetadataprocessor export
2025-04-30 00:23:48.770 appintentsmetadataprocessor[716:4091] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftSysctl.o (in target 'SwiftSysctl' from project 'SwiftSysctl')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftSysctl.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftSysctl",
  "name" : "SwiftSysctl",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftSysctl",
      "targets" : [
        "SwiftSysctl"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftSysctlTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSysctlTests",
      "path" : "Tests/SwiftSysctlTests",
      "sources" : [
        "SwiftSysctlTests.swift"
      ],
      "target_dependencies" : [
        "SwiftSysctl"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftSysctl",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSysctl",
      "path" : "Sources/SwiftSysctl",
      "product_memberships" : [
        "SwiftSysctl"
      ],
      "sources" : [
        "Extension/Sysctl+.swift",
        "Node/Node/Nodes+Debug.swift",
        "Node/Node/Nodes+HW.swift",
        "Node/Node/Nodes+Kern.swift",
        "Node/Node/Nodes+MachDep.swift",
        "Node/Node/Nodes+Net.swift",
        "Node/Node/Nodes+Security.swift",
        "Node/Node/Nodes+VFS.swift",
        "Node/Node/Nodes+VM.swift",
        "Node/Node/arm64/Nodes+Debug.arm64.swift",
        "Node/Node/arm64/Nodes+HW.arm64.swift",
        "Node/Node/arm64/Nodes+Kern.arm64.swift",
        "Node/Node/arm64/Nodes+MachDep.arm64.swift",
        "Node/Node/arm64/Nodes+Net.arm64.swift",
        "Node/Node/arm64/Nodes+Security.arm64.swift",
        "Node/Node/arm64/Nodes+Sysctl.arm64.swift",
        "Node/Node/arm64/Nodes+VFS.arm64.swift",
        "Node/Node/arm64/Nodes+VM.arm64.swift",
        "Node/Node/x86_64/Nodes+Debug.x86_64.swift",
        "Node/Node/x86_64/Nodes+HW.x86_64.swift",
        "Node/Node/x86_64/Nodes+Kern.x86_64.swift",
        "Node/Node/x86_64/Nodes+MachDep.x86_64.swift",
        "Node/Node/x86_64/Nodes+Net.x86_64.swift",
        "Node/Node/x86_64/Nodes+Security.x86_64.swift",
        "Node/Node/x86_64/Nodes+Sysctl.x86_64.swift",
        "Node/Node/x86_64/Nodes+VFS.x86_64.swift",
        "Node/Node/x86_64/Nodes+VM.x86_64.swift",
        "Node/Nodes+Sysctl.swift",
        "Node/Nodes.swift",
        "OID/Model/CtlKind.swift",
        "OID/Model/CtlType.swift",
        "OID/OID+Sysctl.swift",
        "OID/OID+TopLevel.swift",
        "OID/OID.swift",
        "OID/OID/OID+Debug.swift",
        "OID/OID/OID+HW.swift",
        "OID/OID/OID+Kern.swift",
        "OID/OID/OID+MachDep.swift",
        "OID/OID/OID+Net.swift",
        "OID/OID/OID+VFS.swift",
        "OID/OID/OID+VM.swift",
        "OID/OID/arm64/OID+Debug.arm64.swift",
        "OID/OID/arm64/OID+HW.arm64.swift",
        "OID/OID/arm64/OID+Kern.arm64.swift",
        "OID/OID/arm64/OID+MachDep.arm64.swift",
        "OID/OID/arm64/OID+Net.arm64.swift",
        "OID/OID/arm64/OID+Security.arm64.swift",
        "OID/OID/arm64/OID+Sysctl.arm64.swift",
        "OID/OID/arm64/OID+VFS.arm64.swift",
        "OID/OID/arm64/OID+VM.arm64.swift",
        "OID/OID/x86_64/OID+Debug.x86_64.swift",
        "OID/OID/x86_64/OID+HW.x86_64.swift",
        "OID/OID/x86_64/OID+Kern.x86_64.swift",
        "OID/OID/x86_64/OID+MachDep.x86_64.swift",
        "OID/OID/x86_64/OID+Net.x86_64.swift",
        "OID/OID/x86_64/OID+Security.x86_64.swift",
        "OID/OID/x86_64/OID+Sysctl.x86_64.swift",
        "OID/OID/x86_64/OID+VFS.x86_64.swift",
        "OID/OID/x86_64/OID+VM.x86_64.swift",
        "Protocol/BitFlags.swift",
        "Protocol/FieldProtocol.swift",
        "Protocol/NodeCollection.swift",
        "Protocol/NodeProtocol.swift",
        "SwiftSysctl.swift",
        "SysctlError.swift",
        "TopNodes.swift",
        "Util/Field.swift",
        "Util/Node.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.