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 0.8.0 (644057), with Swift 6.1 for watchOS using Xcode 16.3 on 30 Apr 2025 07:16:17 UTC.

Swift 6 data race errors: 2122

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=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

    static let ah_trans_deflev: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:401:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let ah_trans_deflev: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:408:16: warning: static property 'ah_net_deflev' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let ah_net_deflev: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:408:16: note: add '@MainActor' to make static property 'ah_net_deflev' part of global actor 'MainActor'
    static let ah_net_deflev: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:408:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let ah_net_deflev: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:415:16: warning: static property 'ah_cleartos' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let ah_cleartos: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:415:16: note: add '@MainActor' to make static property 'ah_cleartos' part of global actor 'MainActor'
    static let ah_cleartos: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:415:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let ah_cleartos: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:422:16: warning: static property 'ah_offsetmask' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let ah_offsetmask: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:422:16: note: add '@MainActor' to make static property 'ah_offsetmask' part of global actor 'MainActor'
    static let ah_offsetmask: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:422:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let ah_offsetmask: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:429:16: warning: static property 'dfbit' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let dfbit: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:429:16: note: add '@MainActor' to make static property 'dfbit' part of global actor 'MainActor'
    static let dfbit: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:429:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let dfbit: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:436:16: warning: static property 'ecn' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let ecn: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:436:16: note: add '@MainActor' to make static property 'ecn' part of global actor 'MainActor'
    static let ecn: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:436:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let ecn: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:443:16: warning: static property 'debug' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let debug: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:443:16: note: add '@MainActor' to make static property 'debug' part of global actor 'MainActor'
    static let debug: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:443:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let debug: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:450:16: warning: static property 'esp_randpad' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let esp_randpad: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:450:16: note: add '@MainActor' to make static property 'esp_randpad' part of global actor 'MainActor'
    static let esp_randpad: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:450:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let esp_randpad: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:463:16: warning: static property 'generic' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let generic: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:463:16: note: add '@MainActor' to make static property 'generic' part of global actor 'MainActor'
    static let generic: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:463:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let generic: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:470:16: warning: static property 'ether' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let ether: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:470:16: note: add '@MainActor' to make static property 'ether' part of global actor 'MainActor'
    static let ether: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:470:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let ether: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:483:16: warning: static property 'system' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let system: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:483:16: note: add '@MainActor' to make static property 'system' part of global actor 'MainActor'
    static let system: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:483:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let system: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:490:16: warning: static property 'ifdata' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let ifdata: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:490:16: note: add '@MainActor' to make static property 'ifdata' part of global actor 'MainActor'
    static let ifdata: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:490:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let ifdata: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:497:16: warning: static property 'ifalldata' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let ifalldata: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:497:16: note: add '@MainActor' to make static property 'ifalldata' part of global actor 'MainActor'
    static let ifalldata: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:497:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let ifalldata: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:510:16: warning: static property 'ifcount' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let ifcount: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:510:16: note: add '@MainActor' to make static property 'ifcount' part of global actor 'MainActor'
    static let ifcount: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:510:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let ifcount: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:523:16: warning: static property 'inet' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let inet: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:523:16: note: add '@MainActor' to make static property 'inet' part of global actor 'MainActor'
    static let inet: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:523:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let inet: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:536:16: warning: static property 'debug' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let debug: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:536:16: note: add '@MainActor' to make static property 'debug' part of global actor 'MainActor'
    static let debug: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:536:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let debug: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:543:16: warning: static property 'spi_trycnt' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let spi_trycnt: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:543:16: note: add '@MainActor' to make static property 'spi_trycnt' part of global actor 'MainActor'
    static let spi_trycnt: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:543:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let spi_trycnt: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:550:16: warning: static property 'spi_minval' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let spi_minval: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:550:16: note: add '@MainActor' to make static property 'spi_minval' part of global actor 'MainActor'
    static let spi_minval: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:550:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let spi_minval: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:557:16: warning: static property 'spi_maxval' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let spi_maxval: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:557:16: note: add '@MainActor' to make static property 'spi_maxval' part of global actor 'MainActor'
    static let spi_maxval: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:557:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let spi_maxval: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:564:16: warning: static property 'int_random' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let int_random: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:564:16: note: add '@MainActor' to make static property 'int_random' part of global actor 'MainActor'
    static let int_random: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:564:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let int_random: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:571:16: warning: static property 'larval_lifetime' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let larval_lifetime: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:571:16: note: add '@MainActor' to make static property 'larval_lifetime' part of global actor 'MainActor'
    static let larval_lifetime: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:571:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let larval_lifetime: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:578:16: warning: static property 'blockacq_count' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let blockacq_count: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:578:16: note: add '@MainActor' to make static property 'blockacq_count' part of global actor 'MainActor'
    static let blockacq_count: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:578:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let blockacq_count: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:585:16: warning: static property 'blockacq_lifetime' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let blockacq_lifetime: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:585:16: note: add '@MainActor' to make static property 'blockacq_lifetime' part of global actor 'MainActor'
    static let blockacq_lifetime: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:585:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let blockacq_lifetime: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:592:16: warning: static property 'esp_keymin' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let esp_keymin: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:592:16: note: add '@MainActor' to make static property 'esp_keymin' part of global actor 'MainActor'
    static let esp_keymin: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:592:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let esp_keymin: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:599:16: warning: static property 'esp_auth' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let esp_auth: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:599:16: note: add '@MainActor' to make static property 'esp_auth' part of global actor 'MainActor'
    static let esp_auth: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:599:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let esp_auth: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:606:16: warning: static property 'ah_keymin' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let ah_keymin: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:606:16: note: add '@MainActor' to make static property 'ah_keymin' part of global actor 'MainActor'
    static let ah_keymin: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:606:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let ah_keymin: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:613:16: warning: static property 'prefered_oldsa' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let prefered_oldsa: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:613:16: note: add '@MainActor' to make static property 'prefered_oldsa' part of global actor 'MainActor'
    static let prefered_oldsa: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:613:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let prefered_oldsa: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:620:16: warning: static property 'natt_keepalive_interval' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let natt_keepalive_interval: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:620:16: note: add '@MainActor' to make static property 'natt_keepalive_interval' part of global actor 'MainActor'
    static let natt_keepalive_interval: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:620:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let natt_keepalive_interval: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:627:16: warning: static property 'pfkeystat' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let pfkeystat: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:627:16: note: add '@MainActor' to make static property 'pfkeystat' part of global actor 'MainActor'
    static let pfkeystat: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:627:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let pfkeystat: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:640:16: warning: static property 'tcp6' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let tcp6: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:640:16: note: add '@MainActor' to make static property 'tcp6' part of global actor 'MainActor'
    static let tcp6: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:640:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let tcp6: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:647:16: warning: static property 'udp6' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let udp6: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:647:16: note: add '@MainActor' to make static property 'udp6' part of global actor 'MainActor'
    static let udp6: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:647:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let udp6: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:654:16: warning: static property 'ip6' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let ip6: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:654:16: note: add '@MainActor' to make static property 'ip6' part of global actor 'MainActor'
    static let ip6: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:654:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let ip6: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:661:16: warning: static property 'ipsec6' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let ipsec6: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:661:16: note: add '@MainActor' to make static property 'ipsec6' part of global actor 'MainActor'
    static let ipsec6: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:661:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let ipsec6: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:668:16: warning: static property 'icmp6' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let icmp6: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:668:16: note: add '@MainActor' to make static property 'icmp6' part of global actor 'MainActor'
    static let icmp6: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:668:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let icmp6: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:681:16: warning: static property 'forwarding' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let forwarding: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:681:16: note: add '@MainActor' to make static property 'forwarding' part of global actor 'MainActor'
    static let forwarding: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:681:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let forwarding: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:688:16: warning: static property 'redirect' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let redirect: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:688:16: note: add '@MainActor' to make static property 'redirect' part of global actor 'MainActor'
    static let redirect: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:688:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let redirect: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:695:16: warning: static property 'hlim' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let hlim: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:695:16: note: add '@MainActor' to make static property 'hlim' part of global actor 'MainActor'
    static let hlim: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:695:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let hlim: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:702:16: warning: static property 'stats' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let stats: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:702:16: note: add '@MainActor' to make static property 'stats' part of global actor 'MainActor'
    static let stats: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:702:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let stats: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:709:16: warning: static property 'maxfragpackets' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let maxfragpackets: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:709:16: note: add '@MainActor' to make static property 'maxfragpackets' part of global actor 'MainActor'
    static let maxfragpackets: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:709:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let maxfragpackets: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:716:16: warning: static property 'accept_rtadv' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let accept_rtadv: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:716:16: note: add '@MainActor' to make static property 'accept_rtadv' part of global actor 'MainActor'
    static let accept_rtadv: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:716:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let accept_rtadv: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:723:16: warning: static property 'keepfaith' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let keepfaith: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:723:16: note: add '@MainActor' to make static property 'keepfaith' part of global actor 'MainActor'
    static let keepfaith: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:723:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let keepfaith: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:730:16: warning: static property 'log_interval' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let log_interval: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:730:16: note: add '@MainActor' to make static property 'log_interval' part of global actor 'MainActor'
    static let log_interval: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:730:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let log_interval: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:737:16: warning: static property 'hdrnestlimit' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let hdrnestlimit: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:737:16: note: add '@MainActor' to make static property 'hdrnestlimit' part of global actor 'MainActor'
    static let hdrnestlimit: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:737:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let hdrnestlimit: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:744:16: warning: static property 'dad_count' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let dad_count: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:744:16: note: add '@MainActor' to make static property 'dad_count' part of global actor 'MainActor'
    static let dad_count: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:744:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let dad_count: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:751:16: warning: static property 'auto_flowlabel' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let auto_flowlabel: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:751:16: note: add '@MainActor' to make static property 'auto_flowlabel' part of global actor 'MainActor'
    static let auto_flowlabel: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:751:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let auto_flowlabel: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:758:16: warning: static property 'defmcasthlim' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let defmcasthlim: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:758:16: note: add '@MainActor' to make static property 'defmcasthlim' part of global actor 'MainActor'
    static let defmcasthlim: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:758:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let defmcasthlim: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:765:16: warning: static property 'gifhlim' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let gifhlim: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:765:16: note: add '@MainActor' to make static property 'gifhlim' part of global actor 'MainActor'
    static let gifhlim: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:765:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let gifhlim: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:772:16: warning: static property 'kame_version' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let kame_version: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:772:16: note: add '@MainActor' to make static property 'kame_version' part of global actor 'MainActor'
    static let kame_version: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:772:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let kame_version: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:779:16: warning: static property 'use_deprecated' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let use_deprecated: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:779:16: note: add '@MainActor' to make static property 'use_deprecated' part of global actor 'MainActor'
    static let use_deprecated: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:779:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let use_deprecated: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:786:16: warning: static property 'rr_prune' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let rr_prune: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:786:16: note: add '@MainActor' to make static property 'rr_prune' part of global actor 'MainActor'
    static let rr_prune: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:786:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let rr_prune: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:793:16: warning: static property 'v6only' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let v6only: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:793:16: note: add '@MainActor' to make static property 'v6only' part of global actor 'MainActor'
    static let v6only: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:793:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let v6only: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:800:16: warning: static property 'rtexpire' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let rtexpire: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:800:16: note: add '@MainActor' to make static property 'rtexpire' part of global actor 'MainActor'
    static let rtexpire: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:800:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let rtexpire: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:807:16: warning: static property 'rtminexpire' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let rtminexpire: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:807:16: note: add '@MainActor' to make static property 'rtminexpire' part of global actor 'MainActor'
    static let rtminexpire: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:807:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let rtminexpire: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:814:16: warning: static property 'rtmaxcache' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let rtmaxcache: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:814:16: note: add '@MainActor' to make static property 'rtmaxcache' part of global actor 'MainActor'
    static let rtmaxcache: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:814:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let rtmaxcache: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:821:16: warning: static property 'use_tempaddr' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let use_tempaddr: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:821:16: note: add '@MainActor' to make static property 'use_tempaddr' part of global actor 'MainActor'
    static let use_tempaddr: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:821:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let use_tempaddr: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:828:16: warning: static property 'temppltime' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let temppltime: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:828:16: note: add '@MainActor' to make static property 'temppltime' part of global actor 'MainActor'
    static let temppltime: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:828:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let temppltime: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:835:16: warning: static property 'tempvltime' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let tempvltime: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:835:16: note: add '@MainActor' to make static property 'tempvltime' part of global actor 'MainActor'
    static let tempvltime: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:835:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let tempvltime: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:842:16: warning: static property 'auto_linklocal' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let auto_linklocal: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:842:16: note: add '@MainActor' to make static property 'auto_linklocal' part of global actor 'MainActor'
    static let auto_linklocal: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:842:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let auto_linklocal: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:849:16: warning: static property 'rip6stats' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let rip6stats: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:849:16: note: add '@MainActor' to make static property 'rip6stats' part of global actor 'MainActor'
    static let rip6stats: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:849:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let rip6stats: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:856:16: warning: static property 'prefer_tempaddr' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let prefer_tempaddr: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:856:16: note: add '@MainActor' to make static property 'prefer_tempaddr' part of global actor 'MainActor'
    static let prefer_tempaddr: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:856:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let prefer_tempaddr: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:863:16: warning: static property 'addrctlpolicy' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let addrctlpolicy: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:863:16: note: add '@MainActor' to make static property 'addrctlpolicy' part of global actor 'MainActor'
    static let addrctlpolicy: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:863:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let addrctlpolicy: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:870:16: warning: static property 'use_defaultzone' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let use_defaultzone: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:870:16: note: add '@MainActor' to make static property 'use_defaultzone' part of global actor 'MainActor'
    static let use_defaultzone: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:870:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let use_defaultzone: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:877:16: warning: static property 'maxfrags' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let maxfrags: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:877:16: note: add '@MainActor' to make static property 'maxfrags' part of global actor 'MainActor'
    static let maxfrags: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:877:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let maxfrags: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:884:16: warning: static property 'mcast_pmtu' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let mcast_pmtu: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:884:16: note: add '@MainActor' to make static property 'mcast_pmtu' part of global actor 'MainActor'
    static let mcast_pmtu: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:884:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let mcast_pmtu: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:891:16: warning: static property 'neighborgcthresh' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let neighborgcthresh: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:891:16: note: add '@MainActor' to make static property 'neighborgcthresh' part of global actor 'MainActor'
    static let neighborgcthresh: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:891:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let neighborgcthresh: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:898:16: warning: static property 'maxifprefixes' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let maxifprefixes: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:898:16: note: add '@MainActor' to make static property 'maxifprefixes' part of global actor 'MainActor'
    static let maxifprefixes: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:898:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let maxifprefixes: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:905:16: warning: static property 'maxifdefrouters' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let maxifdefrouters: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:905:16: note: add '@MainActor' to make static property 'maxifdefrouters' part of global actor 'MainActor'
    static let maxifdefrouters: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:905:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let maxifdefrouters: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:912:16: warning: static property 'maxdynroutes' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let maxdynroutes: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:912:16: note: add '@MainActor' to make static property 'maxdynroutes' part of global actor 'MainActor'
    static let maxdynroutes: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:912:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let maxdynroutes: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:919:16: warning: static property 'ula_use_tempaddr' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let ula_use_tempaddr: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:919:16: note: add '@MainActor' to make static property 'ula_use_tempaddr' part of global actor 'MainActor'
    static let ula_use_tempaddr: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:919:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let ula_use_tempaddr: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:932:16: warning: static property 'stats' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let stats: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:932:16: note: add '@MainActor' to make static property 'stats' part of global actor 'MainActor'
    static let stats: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:932:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let stats: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:939:16: warning: static property 'def_policy' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let def_policy: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:939:16: note: add '@MainActor' to make static property 'def_policy' part of global actor 'MainActor'
    static let def_policy: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:939:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let def_policy: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:946:16: warning: static property 'esp_trans_deflev' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let esp_trans_deflev: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:946:16: note: add '@MainActor' to make static property 'esp_trans_deflev' part of global actor 'MainActor'
    static let esp_trans_deflev: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:946:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let esp_trans_deflev: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:953:16: warning: static property 'esp_net_deflev' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let esp_net_deflev: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:953:16: note: add '@MainActor' to make static property 'esp_net_deflev' part of global actor 'MainActor'
    static let esp_net_deflev: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:953:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let esp_net_deflev: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:960:16: warning: static property 'ah_trans_deflev' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let ah_trans_deflev: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:960:16: note: add '@MainActor' to make static property 'ah_trans_deflev' part of global actor 'MainActor'
    static let ah_trans_deflev: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:960:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let ah_trans_deflev: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:967:16: warning: static property 'ah_net_deflev' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let ah_net_deflev: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:967:16: note: add '@MainActor' to make static property 'ah_net_deflev' part of global actor 'MainActor'
    static let ah_net_deflev: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:967:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let ah_net_deflev: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:974:16: warning: static property 'ecn' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let ecn: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:974:16: note: add '@MainActor' to make static property 'ecn' part of global actor 'MainActor'
    static let ecn: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:974:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let ecn: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:981:16: warning: static property 'debug' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let debug: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:981:16: note: add '@MainActor' to make static property 'debug' part of global actor 'MainActor'
    static let debug: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:981:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let debug: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:988:16: warning: static property 'esp_randpad' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let esp_randpad: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:988:16: note: add '@MainActor' to make static property 'esp_randpad' part of global actor 'MainActor'
    static let esp_randpad: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:988:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let esp_randpad: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:1001:16: warning: static property 'stats' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let stats: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:1001:16: note: add '@MainActor' to make static property 'stats' part of global actor 'MainActor'
    static let stats: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:1001:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let stats: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:1008:16: warning: static property 'rediraccept' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let rediraccept: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:1008:16: note: add '@MainActor' to make static property 'rediraccept' part of global actor 'MainActor'
    static let rediraccept: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:1008:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let rediraccept: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:1015:16: warning: static property 'redirtimeout' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let redirtimeout: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:1015:16: note: add '@MainActor' to make static property 'redirtimeout' part of global actor 'MainActor'
    static let redirtimeout: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:1015:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let redirtimeout: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:1022:16: warning: static property 'nd6_prune' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let nd6_prune: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:1022:16: note: add '@MainActor' to make static property 'nd6_prune' part of global actor 'MainActor'
    static let nd6_prune: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:1022:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let nd6_prune: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:1029:16: warning: static property 'nd6_delay' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let nd6_delay: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:1029:16: note: add '@MainActor' to make static property 'nd6_delay' part of global actor 'MainActor'
    static let nd6_delay: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:1029:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let nd6_delay: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:1036:16: warning: static property 'nd6_umaxtries' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let nd6_umaxtries: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:1036:16: note: add '@MainActor' to make static property 'nd6_umaxtries' part of global actor 'MainActor'
    static let nd6_umaxtries: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:1036:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let nd6_umaxtries: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:1043:16: warning: static property 'nd6_mmaxtries' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let nd6_mmaxtries: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:1043:16: note: add '@MainActor' to make static property 'nd6_mmaxtries' part of global actor 'MainActor'
    static let nd6_mmaxtries: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:1043:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let nd6_mmaxtries: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:1050:16: warning: static property 'nd6_useloopback' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let nd6_useloopback: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:1050:16: note: add '@MainActor' to make static property 'nd6_useloopback' part of global actor 'MainActor'
    static let nd6_useloopback: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:1050:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let nd6_useloopback: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:1057:16: warning: static property 'nodeinfo' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let nodeinfo: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:1057:16: note: add '@MainActor' to make static property 'nodeinfo' part of global actor 'MainActor'
    static let nodeinfo: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:1057:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let nodeinfo: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:1064:16: warning: static property 'errppslimit' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let errppslimit: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:1064:16: note: add '@MainActor' to make static property 'errppslimit' part of global actor 'MainActor'
    static let errppslimit: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:1064:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let errppslimit: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:1071:16: warning: static property 'nd6_debug' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let nd6_debug: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:1071:16: note: add '@MainActor' to make static property 'nd6_debug' part of global actor 'MainActor'
    static let nd6_debug: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:1071:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let nd6_debug: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:1078:16: warning: static property 'nd6_drlist' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let nd6_drlist: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:1078:16: note: add '@MainActor' to make static property 'nd6_drlist' part of global actor 'MainActor'
    static let nd6_drlist: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:1078:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let nd6_drlist: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:1085:16: warning: static property 'nd6_prlist' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let nd6_prlist: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:1085:16: note: add '@MainActor' to make static property 'nd6_prlist' part of global actor 'MainActor'
    static let nd6_prlist: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:1085:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let nd6_prlist: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:1092:16: warning: static property 'nd6_accept_6to4' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let nd6_accept_6to4: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:1092:16: note: add '@MainActor' to make static property 'nd6_accept_6to4' part of global actor 'MainActor'
    static let nd6_accept_6to4: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:1092:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let nd6_accept_6to4: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:1099:16: warning: static property 'nd6_optimistic_dad' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let nd6_optimistic_dad: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:1099:16: note: add '@MainActor' to make static property 'nd6_optimistic_dad' part of global actor 'MainActor'
    static let nd6_optimistic_dad: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:1099:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let nd6_optimistic_dad: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:1106:16: warning: static property 'errppslimit_random_incr' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let errppslimit_random_incr: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:1106:16: note: add '@MainActor' to make static property 'errppslimit_random_incr' part of global actor 'MainActor'
    static let errppslimit_random_incr: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:1106:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let errppslimit_random_incr: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:1113:16: warning: static property 'nd6_onlink_ns_rfc4861' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let nd6_onlink_ns_rfc4861: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:1113:16: note: add '@MainActor' to make static property 'nd6_onlink_ns_rfc4861' part of global actor 'MainActor'
    static let nd6_onlink_ns_rfc4861: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:1113:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let nd6_onlink_ns_rfc4861: OID = .init(
               ^
    nonisolated(unsafe)
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+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/OID/OID/OID+VFS.swift:16:16: warning: static property 'generic' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let generic: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+VFS.swift:16:16: note: add '@MainActor' to make static property 'generic' part of global actor 'MainActor'
    static let generic: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+VFS.swift:16:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let generic: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+VFS.swift:23:16: warning: static property 'nummntops' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let nummntops: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+VFS.swift:23:16: note: add '@MainActor' to make static property 'nummntops' part of global actor 'MainActor'
    static let nummntops: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+VFS.swift:23:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let nummntops: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+VFS.swift:37:16: warning: static property 'maxtypenum' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let maxtypenum: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+VFS.swift:37:16: note: add '@MainActor' to make static property 'maxtypenum' part of global actor 'MainActor'
    static let maxtypenum: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+VFS.swift:37:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let maxtypenum: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+VFS.swift:44:16: warning: static property 'conf' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let conf: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+VFS.swift:44:16: note: add '@MainActor' to make static property 'conf' part of global actor 'MainActor'
    static let conf: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+VFS.swift:44:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let conf: OID = .init(
               ^
    nonisolated(unsafe)
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+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/OID/OID/OID+VM.swift:16:16: warning: static property 'loadavg' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let loadavg: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+VM.swift:16:16: note: add '@MainActor' to make static property 'loadavg' part of global actor 'MainActor'
    static let loadavg: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+VM.swift:16:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let loadavg: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+VM.swift:23:16: warning: static property 'swapusage' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
    static let swapusage: OID = .init(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
              ^
                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+VM.swift:23:16: note: add '@MainActor' to make static property 'swapusage' part of global actor 'MainActor'
    static let swapusage: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+VM.swift:23:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let swapusage: OID = .init(
               ^
    nonisolated(unsafe)
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling Nodes.swift, CtlKind.swift, CtlType.swift, OID+Sysctl.swift, OID+TopLevel.swift, OID.swift, OID+Debug.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
SwiftCompile normal armv7k Compiling\ Sysctl+.swift,\ Nodes+Debug.swift,\ Nodes+HW.swift,\ Nodes+Kern.swift,\ Nodes+MachDep.swift,\ Nodes+Net.swift,\ Nodes+Security.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Extension/Sysctl+.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Debug.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+HW.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+MachDep.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Security.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Extension/Sysctl+.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Debug.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+Debug.swift:13:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Debug' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Debug = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Debug.swift:12:19: note: consider making struct 'Debug' conform to the 'Sendable' protocol
    public struct Debug: NodeCollection {
                  ^
                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Debug.swift:13:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Debug = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Debug.swift:13:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Debug = .init()
                          ^
        nonisolated(unsafe)
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+HW.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+HW.swift:13:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.HW' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: HW = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+HW.swift:12:19: note: consider making struct 'HW' conform to the 'Sendable' protocol
    public struct HW: NodeCollection {
                  ^
                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+HW.swift:13:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: HW = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+HW.swift:13:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: HW = .init()
                          ^
        nonisolated(unsafe)
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.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+Kern.swift:13:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Kern = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:12:19: note: consider making struct 'Kern' conform to the 'Sendable' protocol
    public struct Kern: NodeCollection {
                  ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:13:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Kern = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:13:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Kern = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:199:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Proc' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Proc = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:198:19: note: consider making struct 'Proc' conform to the 'Sendable' protocol
    public struct Proc: NodeCollection {
                  ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:199:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Proc = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:199:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Proc = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:205:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Ipc' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Ipc = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:204:19: note: consider making struct 'Ipc' conform to the 'Sendable' protocol
    public struct Ipc: NodeCollection {
                  ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:205:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Ipc = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:205:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Ipc = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:235:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Sysv' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Sysv = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:234:19: note: consider making struct 'Sysv' conform to the 'Sendable' protocol
    public struct Sysv: NodeCollection {
                  ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:235:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Sysv = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:235:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Sysv = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:241:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Posix' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Posix = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:240:19: note: consider making struct 'Posix' conform to the 'Sendable' protocol
    public struct Posix: NodeCollection {
                  ^
                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:241:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Posix = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:241:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Posix = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:247:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Tfp' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Tfp = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:246:19: note: consider making struct 'Tfp' conform to the 'Sendable' protocol
    public struct Tfp: NodeCollection {
                  ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:247:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Tfp = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:247:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Tfp = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:257:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Tty' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Tty = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:256:19: note: consider making struct 'Tty' conform to the 'Sendable' protocol
    public struct Tty: NodeCollection {
                  ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:257:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Tty = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:257:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Tty = .init()
                          ^
        nonisolated(unsafe)
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+MachDep.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+MachDep.swift:13:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.MachDep' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: MachDep = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+MachDep.swift:12:19: note: consider making struct 'MachDep' conform to the 'Sendable' protocol
    public struct MachDep: NodeCollection {
                  ^
                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+MachDep.swift:13:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: MachDep = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+MachDep.swift:13:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: MachDep = .init()
                          ^
        nonisolated(unsafe)
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.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+Net.swift:13:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Net = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:12:19: note: consider making struct 'Net' conform to the 'Sendable' protocol
    public struct Net: NodeCollection {
                  ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:13:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Net = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:13:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Net = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:47:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Local' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Local = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:46:19: note: consider making struct 'Local' conform to the 'Sendable' protocol
    public struct Local: NodeCollection {
                  ^
                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:47:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Local = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:47:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Local = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:61:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Local.Stream' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Stream = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:60:19: note: consider making struct 'Stream' conform to the 'Sendable' protocol
    public struct Stream: NodeCollection {
                  ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:61:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Stream = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:61:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Stream = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:67:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Local.Dgram' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Dgram = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:66:19: note: consider making struct 'Dgram' conform to the 'Sendable' protocol
    public struct Dgram: NodeCollection {
                  ^
                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:67:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Dgram = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:67:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Dgram = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:73:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Inet = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:72:19: note: consider making struct 'Inet' conform to the 'Sendable' protocol
    public struct Inet: NodeCollection {
                  ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:73:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Inet = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:73:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Inet = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:103:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Ip' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Ip = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:102:19: note: consider making struct 'Ip' conform to the 'Sendable' protocol
    public struct Ip: NodeCollection {
                  ^
                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:103:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Ip = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:103:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Ip = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:153:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Ip.Portrange' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Portrange = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:152:19: note: consider making struct 'Portrange' conform to the 'Sendable' protocol
    public struct Portrange: NodeCollection {
                  ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:153:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Portrange = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:153:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Portrange = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:159:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Icmp' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Icmp = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:158:19: note: consider making struct 'Icmp' conform to the 'Sendable' protocol
    public struct Icmp: NodeCollection {
                  ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:159:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Icmp = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:159:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Icmp = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:177:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Igmp' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Igmp = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:176:19: note: consider making struct 'Igmp' conform to the 'Sendable' protocol
    public struct Igmp: NodeCollection {
                  ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:177:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Igmp = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:177:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Igmp = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:187:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Tcp' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Tcp = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:186:19: note: consider making struct 'Tcp' conform to the 'Sendable' protocol
    public struct Tcp: NodeCollection {
                  ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:187:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Tcp = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:187:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Tcp = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:229:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Udp' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Udp = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:228:19: note: consider making struct 'Udp' conform to the 'Sendable' protocol
    public struct Udp: NodeCollection {
                  ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:229:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Udp = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:229:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Udp = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:255:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.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/Nodes+Net.swift:254: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/Nodes+Net.swift:255: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/Nodes+Net.swift:255: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/Nodes+Net.swift:309:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Routetable' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Routetable = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:308:19: note: consider making struct 'Routetable' conform to the 'Sendable' protocol
    public struct Routetable: NodeCollection {
                  ^
                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:309:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Routetable = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:309:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Routetable = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:315:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Link = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:314:19: note: consider making struct 'Link' conform to the 'Sendable' protocol
    public struct Link: NodeCollection {
                  ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:315:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Link = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:315:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Link = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:329:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.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+Net.swift:328: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+Net.swift:329: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+Net.swift:329: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+Net.swift:347:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Generic.System' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: System = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:346:19: note: consider making struct 'System' conform to the 'Sendable' protocol
    public struct System: NodeCollection {
                  ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:347:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: System = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:347:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: System = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:357:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Generic.Ifdata' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Ifdata = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:356:19: note: consider making struct 'Ifdata' conform to the 'Sendable' protocol
    public struct Ifdata: NodeCollection {
                  ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:357:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Ifdata = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:357:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Ifdata = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:363:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Generic.Ifalldata' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Ifalldata = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:362:19: note: consider making struct 'Ifalldata' conform to the 'Sendable' protocol
    public struct Ifalldata: NodeCollection {
                  ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:363:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Ifalldata = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:363:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Ifalldata = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:369:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Ether' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Ether = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:368:19: note: consider making struct 'Ether' conform to the 'Sendable' protocol
    public struct Ether: NodeCollection {
                  ^
                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:369:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Ether = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:369:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Ether = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:379:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Ether.Inet' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Inet = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:378:19: note: consider making struct 'Inet' conform to the 'Sendable' protocol
    public struct Inet: NodeCollection {
                  ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:379:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Inet = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:379:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Inet = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:385:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Key' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Key = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:384:19: note: consider making struct 'Key' conform to the 'Sendable' protocol
    public struct Key: NodeCollection {
                  ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:385:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Key = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:385:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Key = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:447:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Inet6 = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:446:19: note: consider making struct 'Inet6' conform to the 'Sendable' protocol
    public struct Inet6: NodeCollection {
                  ^
                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:447:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Inet6 = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:447:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Inet6 = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:473:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Tcp6' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Tcp6 = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:472:19: note: consider making struct 'Tcp6' conform to the 'Sendable' protocol
    public struct Tcp6: NodeCollection {
                  ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:473:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Tcp6 = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:473:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Tcp6 = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:479:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Udp6' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Udp6 = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:478:19: note: consider making struct 'Udp6' conform to the 'Sendable' protocol
    public struct Udp6: NodeCollection {
                  ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:479:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Udp6 = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:479:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Udp6 = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:485:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Ip6' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Ip6 = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:484:19: note: consider making struct 'Ip6' conform to the 'Sendable' protocol
    public struct Ip6: NodeCollection {
                  ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:485:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Ip6 = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:485:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Ip6 = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:631:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Ip6.Addrctlpolicy' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Addrctlpolicy = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:630:19: note: consider making struct 'Addrctlpolicy' conform to the 'Sendable' protocol
    public struct Addrctlpolicy: NodeCollection {
                  ^
                                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:631:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Addrctlpolicy = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:631:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Addrctlpolicy = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:637:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Ipsec6' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Ipsec6 = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:636:19: note: consider making struct 'Ipsec6' conform to the 'Sendable' protocol
    public struct Ipsec6: NodeCollection {
                  ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:637:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Ipsec6 = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:637:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Ipsec6 = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:679:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Icmp6' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Icmp6 = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:678:19: note: consider making struct 'Icmp6' conform to the 'Sendable' protocol
    public struct Icmp6: NodeCollection {
                  ^
                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:679:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Icmp6 = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:679:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Icmp6 = .init()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:753:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Systm' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Systm = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:752:19: note: consider making struct 'Systm' conform to the 'Sendable' protocol
    public struct Systm: NodeCollection {
                  ^
                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:753:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Systm = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:753:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Systm = .init()
                          ^
        nonisolated(unsafe)
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Security.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+Security.swift:13:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Security' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let _shared: Security = .init()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Security.swift:12:19: note: consider making struct 'Security' conform to the 'Sendable' protocol
    public struct Security: NodeCollection {
                  ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Security.swift:13:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
        public static let _shared: Security = .init()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Security.swift:13:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let _shared: Security = .init()
                          ^
        nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling NodeProtocol.swift, SwiftSysctl.swift, SysctlError.swift, TopNodes.swift, Field.swift, Node.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-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-watchos/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-watchos/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-watchos/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-watchos/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-watchos/SwiftSysctl.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-watchos/SwiftSysctl.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-watchos/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-watchos/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 armv7k 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')
SwiftCompile normal armv7k 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 /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+HW.arm64.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Kern.arm64.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+MachDep.arm64.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Net.arm64.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Security.arm64.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Sysctl.arm64.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VFS.arm64.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+HW.arm64.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

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

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

SwiftDriverJobDiscovery normal armv7k 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 armv7k 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')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-watchos/SwiftSysctl.build/Objects-normal/arm64/Binary/SwiftSysctl.o normal arm64 (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-watchos5.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-watchos/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-watchos/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-watchos/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/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-watchos/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-watchos/SwiftSysctl.build/Objects-normal/arm64/Binary/SwiftSysctl.o
SwiftDriverJobDiscovery normal armv7k 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 armv7k Compiling NodeProtocol.swift, SwiftSysctl.swift, SysctlError.swift, TopNodes.swift, Field.swift, Node.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
SwiftDriverJobDiscovery normal armv7k 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 armv7k 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 armv7k 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_32 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')
SwiftDriver\ Compilation SwiftSysctl normal arm64_32 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-watchos/SwiftSysctl.build/Objects-normal/arm64_32/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-watchos/SwiftSysctl.build/Objects-normal/arm64_32/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-watchos/SwiftSysctl.build/Objects-normal/arm64_32/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-watchos/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-watchos/SwiftSysctl.build/Objects-normal/arm64_32/SwiftSysctl_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-watchos/SwiftSysctl.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-watchos/SwiftSysctl.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-watchos/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-watchos/SwiftSysctl.build/Objects-normal/arm64_32/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/Intermediates.noindex/SwiftSysctl.build/Debug-watchos/SwiftSysctl.build/Objects-normal/arm64_32/Binary/SwiftSysctl.o normal arm64_32 (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_32-apple-watchos5.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-watchos/SwiftSysctl.build/Objects-normal/arm64_32/SwiftSysctl.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-watchos/SwiftSysctl.build/Objects-normal/arm64_32/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-watchos/SwiftSysctl.build/Objects-normal/arm64_32/SwiftSysctl_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-watchos/SwiftSysctl.build/Objects-normal/arm64_32/SwiftSysctl.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-watchos/SwiftSysctl.build/Objects-normal/arm64_32/Binary/SwiftSysctl.o
SwiftDriverJobDiscovery normal armv7k 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')
SwiftDriverJobDiscovery normal armv7k 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')
SwiftDriver\ Compilation SwiftSysctl normal armv7k 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-watchos/SwiftSysctl.build/Objects-normal/armv7k/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-watchos/SwiftSysctl.build/Objects-normal/armv7k/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-watchos/SwiftSysctl.build/Objects-normal/armv7k/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-watchos/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-watchos/SwiftSysctl.build/Objects-normal/armv7k/SwiftSysctl_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-watchos/SwiftSysctl.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-watchos/SwiftSysctl.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-watchos/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-watchos/SwiftSysctl.build/Objects-normal/armv7k/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/Intermediates.noindex/SwiftSysctl.build/Debug-watchos/SwiftSysctl.build/Objects-normal/armv7k/Binary/SwiftSysctl.o normal armv7k (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 armv7k-apple-watchos5.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-watchos/SwiftSysctl.build/Objects-normal/armv7k/SwiftSysctl.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-watchos/SwiftSysctl.build/Objects-normal/armv7k/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-watchos/SwiftSysctl.build/Objects-normal/armv7k/SwiftSysctl_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-watchos/SwiftSysctl.build/Objects-normal/armv7k/SwiftSysctl.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-watchos/SwiftSysctl.build/Objects-normal/armv7k/Binary/SwiftSysctl.o
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftSysctl.o normal arm64\ armv7k\ arm64_32 (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/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-watchos/SwiftSysctl.build/Objects-normal/arm64/Binary/SwiftSysctl.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-watchos/SwiftSysctl.build/Objects-normal/armv7k/Binary/SwiftSysctl.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-watchos/SwiftSysctl.build/Objects-normal/arm64_32/Binary/SwiftSysctl.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 5.0 --bundle-identifier spi-builder-workspace.SwiftSysctl --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftSysctl.appintents --target-triple arm64-apple-watchos5.0 --target-triple armv7k-apple-watchos5.0 --target-triple arm64_32-apple-watchos5.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftSysctl.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-watchos/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-watchos/SwiftSysctl.build/Objects-normal/armv7k/SwiftSysctl_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-watchos/SwiftSysctl.build/Objects-normal/arm64_32/SwiftSysctl_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-watchos/SwiftSysctl.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-watchos/SwiftSysctl.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-watchos/SwiftSysctl.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-watchos/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-watchos/SwiftSysctl.build/Objects-normal/armv7k/SwiftSysctl.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-watchos/SwiftSysctl.build/Objects-normal/arm64_32/SwiftSysctl.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-watchos/SwiftSysctl.build/SwiftSysctl.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-watchos/SwiftSysctl.build/SwiftSysctl.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-watchos/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-watchos/SwiftSysctl.build/Objects-normal/armv7k/SwiftSysctl.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-watchos/SwiftSysctl.build/Objects-normal/arm64_32/SwiftSysctl.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-30 00:16:15.597 appintentsmetadataprocessor[743:4387] Starting appintentsmetadataprocessor export
2025-04-30 00:16:15.639 appintentsmetadataprocessor[743:4387] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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-watchos/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.