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.0 for visionOS using Xcode 16.2 on 7 Jan 2025 19:22:18 UTC.

Swift 6 data race errors: 1512

Build Command

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

Build Log

        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: annotate '_shared' with '@MainActor' if property should only be accessed from the main actor
        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: annotate '_shared' with '@MainActor' if property should only be accessed from the main actor
        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: annotate '_shared' with '@MainActor' if property should only be accessed from the main actor
        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)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:16:16: warning: static property 'local' 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 local: 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:16:16: note: annotate 'local' with '@MainActor' if property should only be accessed from the main actor
    static let local: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:16:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let local: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:23: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:23:16: note: annotate 'inet' with '@MainActor' if property should only be accessed from the main actor
    static let inet: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:23: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:30:16: warning: static property 'routetable' 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 routetable: 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:30:16: note: annotate 'routetable' with '@MainActor' if property should only be accessed from the main actor
    static let routetable: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:30:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let routetable: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:37:16: warning: static property 'link' 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 link: 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:37:16: note: annotate 'link' with '@MainActor' if property should only be accessed from the main actor
    static let link: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:37:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let link: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:44:16: warning: static property 'key' 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 key: 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:44:16: note: annotate 'key' with '@MainActor' if property should only be accessed from the main actor
    static let key: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:44:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let key: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:51:16: warning: static property 'inet6' 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 inet6: 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:51:16: note: annotate 'inet6' with '@MainActor' if property should only be accessed from the main actor
    static let inet6: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:51:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let inet6: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:58:16: warning: static property 'systm' 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 systm: 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:58:16: note: annotate 'systm' with '@MainActor' if property should only be accessed from the main actor
    static let systm: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:58:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let systm: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:72:16: warning: static property 'stream' 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 stream: 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:72:16: note: annotate 'stream' with '@MainActor' if property should only be accessed from the main actor
    static let stream: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:72:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let stream: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:79:16: warning: static property 'dgram' 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 dgram: 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:79:16: note: annotate 'dgram' with '@MainActor' if property should only be accessed from the main actor
    static let dgram: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:79:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let dgram: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:92:16: warning: static property 'ip' 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 ip: 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:92:16: note: annotate 'ip' with '@MainActor' if property should only be accessed from the main actor
    static let ip: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:92:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let ip: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:99:16: warning: static property 'icmp' 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 icmp: 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:99:16: note: annotate 'icmp' with '@MainActor' if property should only be accessed from the main actor
    static let icmp: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:99:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let icmp: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:106:16: warning: static property 'igmp' 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 igmp: 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:106:16: note: annotate 'igmp' with '@MainActor' if property should only be accessed from the main actor
    static let igmp: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:106:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let igmp: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:113:16: warning: static property 'tcp' 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 tcp: 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:113:16: note: annotate 'tcp' with '@MainActor' if property should only be accessed from the main actor
    static let tcp: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:113:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let tcp: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:120:16: warning: static property 'udp' 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 udp: 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:120:16: note: annotate 'udp' with '@MainActor' if property should only be accessed from the main actor
    static let udp: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:120:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let udp: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:127:16: warning: static property 'ipsec' 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 ipsec: 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:127:16: note: annotate 'ipsec' with '@MainActor' if property should only be accessed from the main actor
    static let ipsec: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:127:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let ipsec: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:140:16: warning: static property 'portrange' 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 portrange: 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:140:16: note: annotate 'portrange' with '@MainActor' if property should only be accessed from the main actor
    static let portrange: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:140:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let portrange: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:147: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:147:16: note: annotate 'forwarding' with '@MainActor' if property should only be accessed from the main actor
    static let forwarding: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:147: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:154: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:154:16: note: annotate 'redirect' with '@MainActor' if property should only be accessed from the main actor
    static let redirect: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:154: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:161:16: warning: static property 'ttl' 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 ttl: 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:161:16: note: annotate 'ttl' with '@MainActor' if property should only be accessed from the main actor
    static let ttl: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:161:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let ttl: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:168: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:168:16: note: annotate 'rtexpire' with '@MainActor' if property should only be accessed from the main actor
    static let rtexpire: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:168: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:175: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:175:16: note: annotate 'rtminexpire' with '@MainActor' if property should only be accessed from the main actor
    static let rtminexpire: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:175: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:182: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:182:16: note: annotate 'rtmaxcache' with '@MainActor' if property should only be accessed from the main actor
    static let rtmaxcache: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:182: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:189:16: warning: static property 'sourceroute' 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 sourceroute: 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:189:16: note: annotate 'sourceroute' with '@MainActor' if property should only be accessed from the main actor
    static let sourceroute: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:189:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let sourceroute: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:196: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:196:16: note: annotate 'stats' with '@MainActor' if property should only be accessed from the main actor
    static let stats: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:196: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:203:16: warning: static property 'accept_sourceroute' 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_sourceroute: 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:203:16: note: annotate 'accept_sourceroute' with '@MainActor' if property should only be accessed from the main actor
    static let accept_sourceroute: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:203:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let accept_sourceroute: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:210:16: warning: static property 'gifttl' 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 gifttl: 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:210:16: note: annotate 'gifttl' with '@MainActor' if property should only be accessed from the main actor
    static let gifttl: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:210:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let gifttl: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:223:16: warning: static property 'maskrepl' 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 maskrepl: 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:223:16: note: annotate 'maskrepl' with '@MainActor' if property should only be accessed from the main actor
    static let maskrepl: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:223:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let maskrepl: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:230: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:230:16: note: annotate 'stats' with '@MainActor' if property should only be accessed from the main actor
    static let stats: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:230: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:237:16: warning: static property 'timestamp' 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 timestamp: 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:237:16: note: annotate 'timestamp' with '@MainActor' if property should only be accessed from the main actor
    static let timestamp: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:237:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let timestamp: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:250: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:250:16: note: annotate 'stats' with '@MainActor' if property should only be accessed from the main actor
    static let stats: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:250: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:263:16: warning: static property 'mssdflt' 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 mssdflt: 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:263:16: note: annotate 'mssdflt' with '@MainActor' if property should only be accessed from the main actor
    static let mssdflt: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:263:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let mssdflt: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:270: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:270:16: note: annotate 'stats' with '@MainActor' if property should only be accessed from the main actor
    static let stats: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:270: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:277:16: warning: static property 'keepidle' 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 keepidle: 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:277:16: note: annotate 'keepidle' with '@MainActor' if property should only be accessed from the main actor
    static let keepidle: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:277:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let keepidle: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:284:16: warning: static property 'keepintvl' 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 keepintvl: 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:284:16: note: annotate 'keepintvl' with '@MainActor' if property should only be accessed from the main actor
    static let keepintvl: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:284:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let keepintvl: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:291:16: warning: static property 'sendspace' 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 sendspace: 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:291:16: note: annotate 'sendspace' with '@MainActor' if property should only be accessed from the main actor
    static let sendspace: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:291:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let sendspace: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:298:16: warning: static property 'recvspace' 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 recvspace: 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:298:16: note: annotate 'recvspace' with '@MainActor' if property should only be accessed from the main actor
    static let recvspace: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:298:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let recvspace: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:305:16: warning: static property 'keepinit' 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 keepinit: 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:305:16: note: annotate 'keepinit' with '@MainActor' if property should only be accessed from the main actor
    static let keepinit: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:305:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let keepinit: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:312:16: warning: static property 'pcblist' 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 pcblist: 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:312:16: note: annotate 'pcblist' with '@MainActor' if property should only be accessed from the main actor
    static let pcblist: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:312:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let pcblist: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:319:16: warning: static property 'v6mssdflt' 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 v6mssdflt: 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:319:16: note: annotate 'v6mssdflt' with '@MainActor' if property should only be accessed from the main actor
    static let v6mssdflt: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:319:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let v6mssdflt: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:332:16: warning: static property 'checksum' 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 checksum: 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:332:16: note: annotate 'checksum' with '@MainActor' if property should only be accessed from the main actor
    static let checksum: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:332:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let checksum: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:339: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:339:16: note: annotate 'stats' with '@MainActor' if property should only be accessed from the main actor
    static let stats: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:339: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:346:16: warning: static property 'maxdgram' 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 maxdgram: 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:346:16: note: annotate 'maxdgram' with '@MainActor' if property should only be accessed from the main actor
    static let maxdgram: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:346:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let maxdgram: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:353:16: warning: static property 'recvspace' 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 recvspace: 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:353:16: note: annotate 'recvspace' with '@MainActor' if property should only be accessed from the main actor
    static let recvspace: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:353:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let recvspace: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:360:16: warning: static property 'pcblist' 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 pcblist: 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:360:16: note: annotate 'pcblist' with '@MainActor' if property should only be accessed from the main actor
    static let pcblist: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:360:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let pcblist: OID = .init(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:373: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:373:16: note: annotate 'stats' with '@MainActor' if property should only be accessed from the main actor
    static let stats: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:373: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:380: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:380:16: note: annotate 'def_policy' with '@MainActor' if property should only be accessed from the main actor
    static let def_policy: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:380: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:387: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:387:16: note: annotate 'esp_trans_deflev' with '@MainActor' if property should only be accessed from the main actor
    static let esp_trans_deflev: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:387: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:394: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:394:16: note: annotate 'esp_net_deflev' with '@MainActor' if property should only be accessed from the main actor
    static let esp_net_deflev: OID = .init(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift:394: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:401: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:401:16: note: annotate 'ah_trans_deflev' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'ah_net_deflev' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'ah_cleartos' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'ah_offsetmask' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'dfbit' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'ecn' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'debug' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'esp_randpad' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'generic' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'ether' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'system' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'ifdata' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'ifalldata' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'ifcount' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'inet' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'debug' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'spi_trycnt' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'spi_minval' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'spi_maxval' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'int_random' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'larval_lifetime' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'blockacq_count' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'blockacq_lifetime' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'esp_keymin' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'esp_auth' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'ah_keymin' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'prefered_oldsa' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'natt_keepalive_interval' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'pfkeystat' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'tcp6' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'udp6' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'ip6' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'ipsec6' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'icmp6' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'forwarding' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'redirect' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'hlim' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'stats' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'maxfragpackets' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'accept_rtadv' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'keepfaith' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'log_interval' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'hdrnestlimit' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'dad_count' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'auto_flowlabel' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'defmcasthlim' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'gifhlim' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'kame_version' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'use_deprecated' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'rr_prune' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'v6only' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'rtexpire' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'rtminexpire' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'rtmaxcache' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'use_tempaddr' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'temppltime' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'tempvltime' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'auto_linklocal' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'rip6stats' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'prefer_tempaddr' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'addrctlpolicy' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'use_defaultzone' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'maxfrags' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'mcast_pmtu' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'neighborgcthresh' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'maxifprefixes' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'maxifdefrouters' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'maxdynroutes' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'ula_use_tempaddr' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'stats' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'def_policy' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'esp_trans_deflev' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'esp_net_deflev' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'ah_trans_deflev' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'ah_net_deflev' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'ecn' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'debug' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'esp_randpad' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'stats' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'rediraccept' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'redirtimeout' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'nd6_prune' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'nd6_delay' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'nd6_umaxtries' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'nd6_mmaxtries' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'nd6_useloopback' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'nodeinfo' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'errppslimit' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'nd6_debug' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'nd6_drlist' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'nd6_prlist' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'nd6_accept_6to4' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'nd6_optimistic_dad' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'errppslimit_random_incr' with '@MainActor' if property should only be accessed from the main actor
    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: annotate 'nd6_onlink_ns_rfc4861' with '@MainActor' if property should only be accessed from the main actor
    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 arm64 /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
    /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Extension/Sysctl+.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Debug.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+HW.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+MachDep.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Security.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+VFS.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+VM.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Debug.arm64.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+HW.arm64.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+MachDep.arm64.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Security.arm64.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Sysctl.arm64.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+VFS.arm64.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+VM.arm64.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/x86_64/Nodes+Debug.x86_64.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/x86_64/Nodes+HW.x86_64.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/x86_64/Nodes+Kern.x86_64.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/x86_64/Nodes+MachDep.x86_64.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/x86_64/Nodes+Net.x86_64.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/x86_64/Nodes+Security.x86_64.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/x86_64/Nodes+Sysctl.x86_64.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/x86_64/Nodes+VFS.x86_64.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/x86_64/Nodes+VM.x86_64.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes+Sysctl.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/Model/CtlKind.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/Model/CtlType.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID+Sysctl.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID+TopLevel.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Debug.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+HW.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Kern.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+MachDep.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+VFS.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+VM.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.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 /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+Debug.x86_64.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+HW.x86_64.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+Kern.x86_64.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+MachDep.x86_64.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+Net.x86_64.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+Security.x86_64.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+Sysctl.x86_64.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VFS.x86_64.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Protocol/BitFlags.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Protocol/FieldProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Protocol/NodeCollection.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Protocol/NodeProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/SwiftSysctl.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/SysctlError.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Util/Field.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Util/Node.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/Objects-normal/arm64/supplementaryOutputs-1 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.2-22N799-d0266d555a0767c993cd16a70a4738cb.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftSysctl -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.2 -target-sdk-name xros2.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/Objects-normal/arm64/Sysctl+.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/Objects-normal/arm64/Nodes+Debug.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/Objects-normal/arm64/Nodes+HW.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/Objects-normal/arm64/Nodes+Kern.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/Objects-normal/arm64/Nodes+MachDep.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/Objects-normal/arm64/Nodes+Net.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/Objects-normal/arm64/Nodes+Security.o -index-unit-output-path /SwiftSysctl.build/Debug-xros/SwiftSysctl.build/Objects-normal/arm64/Sysctl+.o -index-unit-output-path /SwiftSysctl.build/Debug-xros/SwiftSysctl.build/Objects-normal/arm64/Nodes+Debug.o -index-unit-output-path /SwiftSysctl.build/Debug-xros/SwiftSysctl.build/Objects-normal/arm64/Nodes+HW.o -index-unit-output-path /SwiftSysctl.build/Debug-xros/SwiftSysctl.build/Objects-normal/arm64/Nodes+Kern.o -index-unit-output-path /SwiftSysctl.build/Debug-xros/SwiftSysctl.build/Objects-normal/arm64/Nodes+MachDep.o -index-unit-output-path /SwiftSysctl.build/Debug-xros/SwiftSysctl.build/Objects-normal/arm64/Nodes+Net.o -index-unit-output-path /SwiftSysctl.build/Debug-xros/SwiftSysctl.build/Objects-normal/arm64/Nodes+Security.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/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: annotate '_shared' with '@MainActor' if property should only be accessed from the main actor
        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 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')
SwiftDriver\ Compilation\ Requirements SwiftSysctl normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftSysctl' from project 'SwiftSysctl')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.2.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-xros/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.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk -target arm64-apple-xros1.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 -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.2-22N799-d0266d555a0767c993cd16a70a4738cb.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/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-xros/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-xros/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-xros/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/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-xros/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/SwiftSysctl-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl-Swift.h (in target 'SwiftSysctl' from project 'SwiftSysctl')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/SwiftSysctl-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftSysctl.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.swiftmodule (in target 'SwiftSysctl' from project 'SwiftSysctl')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftSysctl.swiftmodule/arm64-apple-xros.swiftmodule
SwiftDriverJobDiscovery normal arm64 Compiling NodeProtocol.swift, SwiftSysctl.swift, SysctlError.swift, TopNodes.swift, Field.swift, Node.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftSysctl.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.swiftdoc (in target 'SwiftSysctl' from project 'SwiftSysctl')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftSysctl.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftSysctl.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.abi.json (in target 'SwiftSysctl' from project 'SwiftSysctl')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftSysctl.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftSysctl.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.swiftsourceinfo (in target 'SwiftSysctl' from project 'SwiftSysctl')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftSysctl.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Nodes+MachDep.x86_64.swift, Nodes+Net.x86_64.swift, Nodes+Security.x86_64.swift, Nodes+Sysctl.x86_64.swift, Nodes+VFS.x86_64.swift, Nodes+VM.x86_64.swift, Nodes+Sysctl.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
SwiftDriverJobDiscovery normal arm64 Compiling Nodes.swift, CtlKind.swift, CtlType.swift, OID+Sysctl.swift, OID+TopLevel.swift, OID.swift, OID+Debug.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
SwiftDriverJobDiscovery normal arm64 Compiling 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 arm64 Compiling OID+VM.arm64.swift, OID+Debug.x86_64.swift, OID+HW.x86_64.swift, OID+Kern.x86_64.swift, OID+MachDep.x86_64.swift, OID+Net.x86_64.swift, OID+Security.x86_64.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
SwiftDriverJobDiscovery normal arm64 Compiling Nodes+Security.arm64.swift, Nodes+Sysctl.arm64.swift, Nodes+VFS.arm64.swift, Nodes+VM.arm64.swift, Nodes+Debug.x86_64.swift, Nodes+HW.x86_64.swift, Nodes+Kern.x86_64.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
SwiftDriverJobDiscovery normal arm64 Compiling 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')
SwiftDriverJobDiscovery normal arm64 Compiling OID+HW.arm64.swift, OID+Kern.arm64.swift, OID+MachDep.arm64.swift, OID+Net.arm64.swift, OID+Security.arm64.swift, OID+Sysctl.arm64.swift, OID+VFS.arm64.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
SwiftDriverJobDiscovery normal arm64 Compiling 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 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.2.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-xros/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.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk -target arm64-apple-xros1.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 -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.2-22N799-d0266d555a0767c993cd16a70a4738cb.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/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-xros/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-xros/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-xros/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/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-xros/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftSysctl.o normal (in target 'SwiftSysctl' from project 'SwiftSysctl')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/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-xros/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftSysctl.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/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-xros/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.