Build Information
Successful build of SwiftSysctl, reference main (644057
), with Swift 6.0 for macOS (Xcode) using Xcode 16.2 on 7 Jan 2025 19:22:59 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 platform=macOS,arch=arm64 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 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/OID/OID/OID+VFS.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 /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Extension/Sysctl+.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Debug.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+HW.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+MachDep.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Security.swift /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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+HW.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Kern.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+MachDep.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+VFS.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+VM.swift -primary-file /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/SwiftSysctl.build/Objects-normal/arm64/supplementaryOutputs-6 -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/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/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/macosx15.2-24C94-e9512ba338551096f4c3ebf3c3012957.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug/SwiftSysctl.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug/SwiftSysctl.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug/SwiftSysctl.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug/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 15.2 -target-sdk-name macosx15.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.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/SwiftSysctl.build/Objects-normal/arm64/OID+HW.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug/SwiftSysctl.build/Objects-normal/arm64/OID+Kern.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug/SwiftSysctl.build/Objects-normal/arm64/OID+MachDep.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug/SwiftSysctl.build/Objects-normal/arm64/OID+Net.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug/SwiftSysctl.build/Objects-normal/arm64/OID+VFS.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug/SwiftSysctl.build/Objects-normal/arm64/OID+VM.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug/SwiftSysctl.build/Objects-normal/arm64/OID+Debug.arm64.o -index-unit-output-path /SwiftSysctl.build/Debug/SwiftSysctl.build/Objects-normal/arm64/OID+HW.o -index-unit-output-path /SwiftSysctl.build/Debug/SwiftSysctl.build/Objects-normal/arm64/OID+Kern.o -index-unit-output-path /SwiftSysctl.build/Debug/SwiftSysctl.build/Objects-normal/arm64/OID+MachDep.o -index-unit-output-path /SwiftSysctl.build/Debug/SwiftSysctl.build/Objects-normal/arm64/OID+Net.o -index-unit-output-path /SwiftSysctl.build/Debug/SwiftSysctl.build/Objects-normal/arm64/OID+VFS.o -index-unit-output-path /SwiftSysctl.build/Debug/SwiftSysctl.build/Objects-normal/arm64/OID+VM.o -index-unit-output-path /SwiftSysctl.build/Debug/SwiftSysctl.build/Objects-normal/arm64/OID+Debug.arm64.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/OID/OID/OID+VFS.swift:16:16: warning: static property 'generic' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
static let generic: OID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+VFS.swift:16:16: note: 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+VFS.swift:16:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let generic: OID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+VFS.swift:23:16: warning: static property 'nummntops' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
static let nummntops: OID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+VFS.swift:23:16: note: annotate 'nummntops' with '@MainActor' if property should only be accessed from the main actor
static let nummntops: OID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+VFS.swift:23:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let nummntops: OID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+VFS.swift:37:16: warning: static property 'maxtypenum' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
static let maxtypenum: OID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+VFS.swift:37:16: note: annotate 'maxtypenum' with '@MainActor' if property should only be accessed from the main actor
static let maxtypenum: OID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+VFS.swift:37:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let maxtypenum: OID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+VFS.swift:44:16: warning: static property 'conf' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
static let conf: OID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+VFS.swift:44:16: note: annotate 'conf' with '@MainActor' if property should only be accessed from the main actor
static let conf: OID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+VFS.swift:44:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let conf: OID = .init(
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+VM.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Extension/Sysctl+.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Debug.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+HW.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+MachDep.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Security.swift /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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+HW.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Kern.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+MachDep.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+VFS.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+VM.swift -primary-file /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/SwiftSysctl.build/Objects-normal/arm64/supplementaryOutputs-6 -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/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/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/macosx15.2-24C94-e9512ba338551096f4c3ebf3c3012957.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug/SwiftSysctl.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug/SwiftSysctl.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug/SwiftSysctl.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug/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 15.2 -target-sdk-name macosx15.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.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/SwiftSysctl.build/Objects-normal/arm64/OID+HW.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug/SwiftSysctl.build/Objects-normal/arm64/OID+Kern.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug/SwiftSysctl.build/Objects-normal/arm64/OID+MachDep.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug/SwiftSysctl.build/Objects-normal/arm64/OID+Net.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug/SwiftSysctl.build/Objects-normal/arm64/OID+VFS.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug/SwiftSysctl.build/Objects-normal/arm64/OID+VM.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug/SwiftSysctl.build/Objects-normal/arm64/OID+Debug.arm64.o -index-unit-output-path /SwiftSysctl.build/Debug/SwiftSysctl.build/Objects-normal/arm64/OID+HW.o -index-unit-output-path /SwiftSysctl.build/Debug/SwiftSysctl.build/Objects-normal/arm64/OID+Kern.o -index-unit-output-path /SwiftSysctl.build/Debug/SwiftSysctl.build/Objects-normal/arm64/OID+MachDep.o -index-unit-output-path /SwiftSysctl.build/Debug/SwiftSysctl.build/Objects-normal/arm64/OID+Net.o -index-unit-output-path /SwiftSysctl.build/Debug/SwiftSysctl.build/Objects-normal/arm64/OID+VFS.o -index-unit-output-path /SwiftSysctl.build/Debug/SwiftSysctl.build/Objects-normal/arm64/OID+VM.o -index-unit-output-path /SwiftSysctl.build/Debug/SwiftSysctl.build/Objects-normal/arm64/OID+Debug.arm64.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/OID/OID/OID+VM.swift:16:16: warning: static property 'loadavg' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
static let loadavg: OID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+VM.swift:16:16: note: annotate 'loadavg' with '@MainActor' if property should only be accessed from the main actor
static let loadavg: OID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+VM.swift:16:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let loadavg: OID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+VM.swift:23:16: warning: static property 'swapusage' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
static let swapusage: OID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
public struct OID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+VM.swift:23:16: note: annotate 'swapusage' with '@MainActor' if property should only be accessed from the main actor
static let swapusage: OID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+VM.swift:23:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let swapusage: OID = .init(
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Extension/Sysctl+.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Debug.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+HW.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+MachDep.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Security.swift /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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+HW.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Kern.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+MachDep.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+Net.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+VFS.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/OID+VM.swift -primary-file /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/SwiftSysctl.build/Objects-normal/arm64/supplementaryOutputs-6 -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/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/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/macosx15.2-24C94-e9512ba338551096f4c3ebf3c3012957.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug/SwiftSysctl.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug/SwiftSysctl.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug/SwiftSysctl.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug/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 15.2 -target-sdk-name macosx15.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.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/SwiftSysctl.build/Objects-normal/arm64/OID+HW.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug/SwiftSysctl.build/Objects-normal/arm64/OID+Kern.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug/SwiftSysctl.build/Objects-normal/arm64/OID+MachDep.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug/SwiftSysctl.build/Objects-normal/arm64/OID+Net.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug/SwiftSysctl.build/Objects-normal/arm64/OID+VFS.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug/SwiftSysctl.build/Objects-normal/arm64/OID+VM.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug/SwiftSysctl.build/Objects-normal/arm64/OID+Debug.arm64.o -index-unit-output-path /SwiftSysctl.build/Debug/SwiftSysctl.build/Objects-normal/arm64/OID+HW.o -index-unit-output-path /SwiftSysctl.build/Debug/SwiftSysctl.build/Objects-normal/arm64/OID+Kern.o -index-unit-output-path /SwiftSysctl.build/Debug/SwiftSysctl.build/Objects-normal/arm64/OID+MachDep.o -index-unit-output-path /SwiftSysctl.build/Debug/SwiftSysctl.build/Objects-normal/arm64/OID+Net.o -index-unit-output-path /SwiftSysctl.build/Debug/SwiftSysctl.build/Objects-normal/arm64/OID+VFS.o -index-unit-output-path /SwiftSysctl.build/Debug/SwiftSysctl.build/Objects-normal/arm64/OID+VM.o -index-unit-output-path /SwiftSysctl.build/Debug/SwiftSysctl.build/Objects-normal/arm64/OID+Debug.arm64.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/OID/OID/arm64/OID+Debug.arm64.swift:18:16: warning: static property 'bpf_bufsize' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let bpf_bufsize: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:18:16: note: annotate 'bpf_bufsize' with '@MainActor' if property should only be accessed from the main actor
static let bpf_bufsize: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:18:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let bpf_bufsize: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:23:16: warning: static property 'bpf_bufsize_cap' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let bpf_bufsize_cap: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:23:16: note: annotate 'bpf_bufsize_cap' with '@MainActor' if property should only be accessed from the main actor
static let bpf_bufsize_cap: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:23:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let bpf_bufsize_cap: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:28:16: warning: static property 'bpf_debug' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let bpf_debug: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:28:16: note: annotate 'bpf_debug' with '@MainActor' if property should only be accessed from the main actor
static let bpf_debug: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:28:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let bpf_debug: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:33:16: warning: static property 'bpf_hdr_comp_enable' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let bpf_hdr_comp_enable: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:33:16: note: annotate 'bpf_hdr_comp_enable' with '@MainActor' if property should only be accessed from the main actor
static let bpf_hdr_comp_enable: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:33:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let bpf_hdr_comp_enable: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:38:16: warning: static property 'bpf_maxbufsize' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let bpf_maxbufsize: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:38:16: note: annotate 'bpf_maxbufsize' with '@MainActor' if property should only be accessed from the main actor
static let bpf_maxbufsize: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:38:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let bpf_maxbufsize: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:43:16: warning: static property 'bpf_maxdevices' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let bpf_maxdevices: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:43:16: note: annotate 'bpf_maxdevices' with '@MainActor' if property should only be accessed from the main actor
static let bpf_maxdevices: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:43:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let bpf_maxdevices: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:48:16: warning: static property 'bpf_stats' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let bpf_stats: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:48:16: note: annotate 'bpf_stats' with '@MainActor' if property should only be accessed from the main actor
static let bpf_stats: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:48:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let bpf_stats: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:53:16: warning: static property 'bpf_trunc_overflow' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let bpf_trunc_overflow: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:53:16: note: annotate 'bpf_trunc_overflow' with '@MainActor' if property should only be accessed from the main actor
static let bpf_trunc_overflow: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:53:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let bpf_trunc_overflow: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:58:16: warning: static property 'bpf_wantpktap' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let bpf_wantpktap: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:58:16: note: annotate 'bpf_wantpktap' with '@MainActor' if property should only be accessed from the main actor
static let bpf_wantpktap: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:58:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let bpf_wantpktap: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:63:16: warning: static property 'iokit' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let iokit: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:63:16: note: annotate 'iokit' with '@MainActor' if property should only be accessed from the main actor
static let iokit: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:63:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let iokit: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:68:16: warning: static property 'iokit_statistics' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let iokit_statistics: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:68:16: note: annotate 'iokit_statistics' with '@MainActor' if property should only be accessed from the main actor
static let iokit_statistics: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:68:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let iokit_statistics: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:73:16: warning: static property 'iotrace' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let iotrace: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:73:16: note: annotate 'iotrace' with '@MainActor' if property should only be accessed from the main actor
static let iotrace: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:73:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let iotrace: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:78:16: warning: static property 'kextlog' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let kextlog: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:78:16: note: annotate 'kextlog' with '@MainActor' if property should only be accessed from the main actor
static let kextlog: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:78:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let kextlog: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:83:16: warning: static property 'lowpri_throttle_enabled' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let lowpri_throttle_enabled: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:83:16: note: annotate 'lowpri_throttle_enabled' with '@MainActor' if property should only be accessed from the main actor
static let lowpri_throttle_enabled: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:83:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let lowpri_throttle_enabled: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:88:16: warning: static property 'lowpri_throttle_max_iosize' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let lowpri_throttle_max_iosize: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:88:16: note: annotate 'lowpri_throttle_max_iosize' with '@MainActor' if property should only be accessed from the main actor
static let lowpri_throttle_max_iosize: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:88:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let lowpri_throttle_max_iosize: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:93:16: warning: static property 'lowpri_throttle_tier1_io_period_msecs' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let lowpri_throttle_tier1_io_period_msecs: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:93:16: note: annotate 'lowpri_throttle_tier1_io_period_msecs' with '@MainActor' if property should only be accessed from the main actor
static let lowpri_throttle_tier1_io_period_msecs: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:93:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let lowpri_throttle_tier1_io_period_msecs: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:98:16: warning: static property 'lowpri_throttle_tier1_io_period_ssd_msecs' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let lowpri_throttle_tier1_io_period_ssd_msecs: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:98:16: note: annotate 'lowpri_throttle_tier1_io_period_ssd_msecs' with '@MainActor' if property should only be accessed from the main actor
static let lowpri_throttle_tier1_io_period_ssd_msecs: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:98:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let lowpri_throttle_tier1_io_period_ssd_msecs: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:103:16: warning: static property 'lowpri_throttle_tier1_window_msecs' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let lowpri_throttle_tier1_window_msecs: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:103:16: note: annotate 'lowpri_throttle_tier1_window_msecs' with '@MainActor' if property should only be accessed from the main actor
static let lowpri_throttle_tier1_window_msecs: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:103:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let lowpri_throttle_tier1_window_msecs: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:108:16: warning: static property 'lowpri_throttle_tier2_io_period_msecs' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let lowpri_throttle_tier2_io_period_msecs: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:108:16: note: annotate 'lowpri_throttle_tier2_io_period_msecs' with '@MainActor' if property should only be accessed from the main actor
static let lowpri_throttle_tier2_io_period_msecs: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:108:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let lowpri_throttle_tier2_io_period_msecs: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:113:16: warning: static property 'lowpri_throttle_tier2_io_period_ssd_msecs' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let lowpri_throttle_tier2_io_period_ssd_msecs: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:113:16: note: annotate 'lowpri_throttle_tier2_io_period_ssd_msecs' with '@MainActor' if property should only be accessed from the main actor
static let lowpri_throttle_tier2_io_period_ssd_msecs: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:113:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let lowpri_throttle_tier2_io_period_ssd_msecs: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:118:16: warning: static property 'lowpri_throttle_tier2_window_msecs' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let lowpri_throttle_tier2_window_msecs: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:118:16: note: annotate 'lowpri_throttle_tier2_window_msecs' with '@MainActor' if property should only be accessed from the main actor
static let lowpri_throttle_tier2_window_msecs: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:118:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let lowpri_throttle_tier2_window_msecs: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:123:16: warning: static property 'lowpri_throttle_tier3_io_period_msecs' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let lowpri_throttle_tier3_io_period_msecs: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:123:16: note: annotate 'lowpri_throttle_tier3_io_period_msecs' with '@MainActor' if property should only be accessed from the main actor
static let lowpri_throttle_tier3_io_period_msecs: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:123:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let lowpri_throttle_tier3_io_period_msecs: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:128:16: warning: static property 'lowpri_throttle_tier3_io_period_ssd_msecs' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let lowpri_throttle_tier3_io_period_ssd_msecs: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:128:16: note: annotate 'lowpri_throttle_tier3_io_period_ssd_msecs' with '@MainActor' if property should only be accessed from the main actor
static let lowpri_throttle_tier3_io_period_ssd_msecs: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:128:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let lowpri_throttle_tier3_io_period_ssd_msecs: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:133:16: warning: static property 'lowpri_throttle_tier3_window_msecs' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let lowpri_throttle_tier3_window_msecs: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:133:16: note: annotate 'lowpri_throttle_tier3_window_msecs' with '@MainActor' if property should only be accessed from the main actor
static let lowpri_throttle_tier3_window_msecs: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:133:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let lowpri_throttle_tier3_window_msecs: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:138:16: warning: static property 'noidle' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let noidle: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:138:16: note: annotate 'noidle' with '@MainActor' if property should only be accessed from the main actor
static let noidle: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:138:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let noidle: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:143:16: warning: static property 'sched' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let sched: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:143:16: note: annotate 'sched' with '@MainActor' if property should only be accessed from the main actor
static let sched: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:143:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let sched: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:148:16: warning: static property 'sched_hygiene_debug_available' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let sched_hygiene_debug_available: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:148:16: note: annotate 'sched_hygiene_debug_available' with '@MainActor' if property should only be accessed from the main actor
static let sched_hygiene_debug_available: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:148:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let sched_hygiene_debug_available: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:153:16: warning: static property 'swd_panic' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let swd_panic: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:153:16: note: annotate 'swd_panic' with '@MainActor' if property should only be accessed from the main actor
static let swd_panic: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:153:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let swd_panic: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:158:16: warning: static property 'swd_sleep_timeout' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let swd_sleep_timeout: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:158:16: note: annotate 'swd_sleep_timeout' with '@MainActor' if property should only be accessed from the main actor
static let swd_sleep_timeout: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:158:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let swd_sleep_timeout: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:163:16: warning: static property 'swd_timeout' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let swd_timeout: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:163:16: note: annotate 'swd_timeout' with '@MainActor' if property should only be accessed from the main actor
static let swd_timeout: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:163:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let swd_timeout: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:168:16: warning: static property 'swd_wake_timeout' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let swd_wake_timeout: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:168:16: note: annotate 'swd_wake_timeout' with '@MainActor' if property should only be accessed from the main actor
static let swd_wake_timeout: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:168:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let swd_wake_timeout: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:173:16: warning: static property 'toggle_address_reuse' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let toggle_address_reuse: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:173:16: note: annotate 'toggle_address_reuse' with '@MainActor' if property should only be accessed from the main actor
static let toggle_address_reuse: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:173:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let toggle_address_reuse: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:184:16: warning: static property 'general' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let general: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:184:16: note: annotate 'general' with '@MainActor' if property should only be accessed from the main actor
static let general: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:184:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let general: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:189:16: warning: static property 'userclient' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let userclient: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:189:16: note: annotate 'userclient' with '@MainActor' if property should only be accessed from the main actor
static let userclient: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:189:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let userclient: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:194:16: warning: static property 'workloop' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let workloop: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:194:16: note: annotate 'workloop' with '@MainActor' if property should only be accessed from the main actor
static let workloop: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Debug.arm64.swift:194:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let workloop: NameOID = .init(
^
nonisolated(unsafe)
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/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/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -target arm64-apple-macos10.13 -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 -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.2-24C94-e9512ba338551096f4c3ebf3c3012957.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug/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/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/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/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug/SwiftSysctl.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug/SwiftSysctl.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug/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/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling 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')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/SwiftSysctl-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug/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/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/SwiftSysctl-Swift.h
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')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftSysctl.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug/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/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftSysctl.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftSysctl.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug/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/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftSysctl.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftSysctl.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug/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/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftSysctl.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftSysctl.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug/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/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftSysctl.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling NodeProtocol.swift, SwiftSysctl.swift, SysctlError.swift, TopNodes.swift, Field.swift, Node.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
SwiftDriverJobDiscovery normal arm64 Compiling Nodes.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+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 Sysctl+.swift, Nodes+Debug.swift, Nodes+HW.swift, Nodes+Kern.swift, Nodes+MachDep.swift, Nodes+Net.swift, Nodes+Security.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
SwiftDriverJobDiscovery normal arm64 Compiling 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 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 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 Nodes+VFS.swift, Nodes+VM.swift, Nodes+Debug.arm64.swift, Nodes+HW.arm64.swift, Nodes+Kern.arm64.swift, Nodes+MachDep.arm64.swift, Nodes+Net.arm64.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
SwiftDriver\ Compilation SwiftSysctl normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftSysctl' from project 'SwiftSysctl')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.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/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/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -target arm64-apple-macos10.13 -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 -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.2-24C94-e9512ba338551096f4c3ebf3c3012957.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug/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/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/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/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug/SwiftSysctl.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug/SwiftSysctl.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug/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/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/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-macos10.13 -r -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug/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/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/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftSysctl.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/SwiftSysctl.o
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:0000FE00-8C151E3703BE51BE, name:My Mac }
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.