Build Information
Successful build of SwiftSysctl, reference main (644057
), with Swift 6.1 for visionOS using Xcode 16.3 on 30 Apr 2025 07:16:51 UTC.
Swift 6 data race errors: 1512
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftSysctl -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
static let map_set_data_limit_count: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:654:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let map_set_data_limit_count: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:659:16: warning: static property 'map_set_size_limit_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let map_set_size_limit_count: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:659:16: note: add '@MainActor' to make static property 'map_set_size_limit_count' part of global actor 'MainActor'
static let map_set_size_limit_count: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:659:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let map_set_size_limit_count: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:664:16: warning: static property 'memory_pressure' 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 memory_pressure: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:664:16: note: add '@MainActor' to make static property 'memory_pressure' part of global actor 'MainActor'
static let memory_pressure: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:664:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let memory_pressure: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:669:16: warning: static property 'object_shadow_forced' 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 object_shadow_forced: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:669:16: note: add '@MainActor' to make static property 'object_shadow_forced' part of global actor 'MainActor'
static let object_shadow_forced: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:669:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let object_shadow_forced: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:674:16: warning: static property 'object_shadow_skipped' 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 object_shadow_skipped: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:674:16: note: add '@MainActor' to make static property 'object_shadow_skipped' part of global actor 'MainActor'
static let object_shadow_skipped: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:674:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let object_shadow_skipped: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:679:16: warning: static property 'page_busy_absent_skipped' 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 page_busy_absent_skipped: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:679:16: note: add '@MainActor' to make static property 'page_busy_absent_skipped' part of global actor 'MainActor'
static let page_busy_absent_skipped: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:679:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let page_busy_absent_skipped: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:684:16: warning: static property 'page_cleaned_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let page_cleaned_count: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:684:16: note: add '@MainActor' to make static property 'page_cleaned_count' part of global actor 'MainActor'
static let page_cleaned_count: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:684:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let page_cleaned_count: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:689:16: warning: static property 'page_free_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let page_free_count: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:689:16: note: add '@MainActor' to make static property 'page_free_count' part of global actor 'MainActor'
static let page_free_count: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:689:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let page_free_count: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:694:16: warning: static property 'page_free_wanted' 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 page_free_wanted: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:694:16: note: add '@MainActor' to make static property 'page_free_wanted' part of global actor 'MainActor'
static let page_free_wanted: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:694:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let page_free_wanted: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:699:16: warning: static property 'page_pageable_external_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let page_pageable_external_count: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:699:16: note: add '@MainActor' to make static property 'page_pageable_external_count' part of global actor 'MainActor'
static let page_pageable_external_count: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:699:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let page_pageable_external_count: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:704:16: warning: static property 'page_pageable_internal_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let page_pageable_internal_count: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:704:16: note: add '@MainActor' to make static property 'page_pageable_internal_count' part of global actor 'MainActor'
static let page_pageable_internal_count: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:704:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let page_pageable_internal_count: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:709:16: warning: static property 'page_purgeable_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let page_purgeable_count: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:709:16: note: add '@MainActor' to make static property 'page_purgeable_count' part of global actor 'MainActor'
static let page_purgeable_count: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:709:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let page_purgeable_count: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:714:16: warning: static property 'page_purgeable_wired_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let page_purgeable_wired_count: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:714:16: note: add '@MainActor' to make static property 'page_purgeable_wired_count' part of global actor 'MainActor'
static let page_purgeable_wired_count: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:714:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let page_purgeable_wired_count: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:719:16: warning: static property 'page_realtime_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let page_realtime_count: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:719:16: note: add '@MainActor' to make static property 'page_realtime_count' part of global actor 'MainActor'
static let page_realtime_count: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:719:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let page_realtime_count: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:724:16: warning: static property 'page_reusable_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let page_reusable_count: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:724:16: note: add '@MainActor' to make static property 'page_reusable_count' part of global actor 'MainActor'
static let page_reusable_count: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:724:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let page_reusable_count: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:729:16: warning: static property 'page_speculative_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let page_speculative_count: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:729:16: note: add '@MainActor' to make static property 'page_speculative_count' part of global actor 'MainActor'
static let page_speculative_count: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:729:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let page_speculative_count: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:734:16: warning: static property 'pageout_forcereclaimed_realtime' 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 pageout_forcereclaimed_realtime: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:734:16: note: add '@MainActor' to make static property 'pageout_forcereclaimed_realtime' part of global actor 'MainActor'
static let pageout_forcereclaimed_realtime: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:734:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let pageout_forcereclaimed_realtime: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:739:16: warning: static property 'pageout_forcereclaimed_sharedcache' 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 pageout_forcereclaimed_sharedcache: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:739:16: note: add '@MainActor' to make static property 'pageout_forcereclaimed_sharedcache' part of global actor 'MainActor'
static let pageout_forcereclaimed_sharedcache: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:739:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let pageout_forcereclaimed_sharedcache: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:744:16: warning: static property 'pageout_freed_cleaned' 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 pageout_freed_cleaned: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:744:16: note: add '@MainActor' to make static property 'pageout_freed_cleaned' part of global actor 'MainActor'
static let pageout_freed_cleaned: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:744:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let pageout_freed_cleaned: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:749:16: warning: static property 'pageout_freed_external' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let pageout_freed_external: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:749:16: note: add '@MainActor' to make static property 'pageout_freed_external' part of global actor 'MainActor'
static let pageout_freed_external: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:749:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let pageout_freed_external: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:754:16: warning: static property 'pageout_freed_speculative' 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 pageout_freed_speculative: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:754:16: note: add '@MainActor' to make static property 'pageout_freed_speculative' part of global actor 'MainActor'
static let pageout_freed_speculative: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:754:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let pageout_freed_speculative: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:759:16: warning: static property 'pageout_inactive_clean' 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 pageout_inactive_clean: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:759:16: note: add '@MainActor' to make static property 'pageout_inactive_clean' part of global actor 'MainActor'
static let pageout_inactive_clean: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:759:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let pageout_inactive_clean: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:764:16: warning: static property 'pageout_inactive_dirty_external' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let pageout_inactive_dirty_external: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:764:16: note: add '@MainActor' to make static property 'pageout_inactive_dirty_external' part of global actor 'MainActor'
static let pageout_inactive_dirty_external: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:764:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let pageout_inactive_dirty_external: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:769:16: warning: static property 'pageout_inactive_dirty_internal' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let pageout_inactive_dirty_internal: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:769:16: note: add '@MainActor' to make static property 'pageout_inactive_dirty_internal' part of global actor 'MainActor'
static let pageout_inactive_dirty_internal: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:769:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let pageout_inactive_dirty_internal: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:774:16: warning: static property 'pageout_inactive_used' 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 pageout_inactive_used: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:774:16: note: add '@MainActor' to make static property 'pageout_inactive_used' part of global actor 'MainActor'
static let pageout_inactive_used: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:774:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let pageout_inactive_used: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:779:16: warning: static property 'pageout_protect_realtime' 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 pageout_protect_realtime: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:779:16: note: add '@MainActor' to make static property 'pageout_protect_realtime' part of global actor 'MainActor'
static let pageout_protect_realtime: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:779:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let pageout_protect_realtime: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:784:16: warning: static property 'pageout_protected_realtime' 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 pageout_protected_realtime: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:784:16: note: add '@MainActor' to make static property 'pageout_protected_realtime' part of global actor 'MainActor'
static let pageout_protected_realtime: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:784:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let pageout_protected_realtime: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:789:16: warning: static property 'pageout_protected_sharedcache' 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 pageout_protected_sharedcache: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:789:16: note: add '@MainActor' to make static property 'pageout_protected_sharedcache' part of global actor 'MainActor'
static let pageout_protected_sharedcache: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:789:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let pageout_protected_sharedcache: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:794:16: warning: static property 'pageout_speculative_clean' 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 pageout_speculative_clean: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:794:16: note: add '@MainActor' to make static property 'pageout_speculative_clean' part of global actor 'MainActor'
static let pageout_speculative_clean: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:794:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let pageout_speculative_clean: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:799:16: warning: static property 'pages' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let pages: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:799:16: note: add '@MainActor' to make static property 'pages' part of global actor 'MainActor'
static let pages: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:799:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let pages: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:804:16: warning: static property 'pages_grabbed' 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 pages_grabbed: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:804:16: note: add '@MainActor' to make static property 'pages_grabbed' part of global actor 'MainActor'
static let pages_grabbed: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:804:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let pages_grabbed: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:809:16: warning: static property 'pagesize' 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 pagesize: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:809:16: note: add '@MainActor' to make static property 'pagesize' part of global actor 'MainActor'
static let pagesize: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:809:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let pagesize: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:814:16: warning: static property 'panic_ws_crash' 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 panic_ws_crash: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:814:16: note: add '@MainActor' to make static property 'panic_ws_crash' part of global actor 'MainActor'
static let panic_ws_crash: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:814:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let panic_ws_crash: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:819:16: warning: static property 'partial_reusable_calls' 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 partial_reusable_calls: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:819:16: note: add '@MainActor' to make static property 'partial_reusable_calls' part of global actor 'MainActor'
static let partial_reusable_calls: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:819:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let partial_reusable_calls: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:824:16: warning: static property 'partial_reuse_calls' 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 partial_reuse_calls: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:824:16: note: add '@MainActor' to make static property 'partial_reuse_calls' part of global actor 'MainActor'
static let partial_reuse_calls: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:824:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let partial_reuse_calls: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:829:16: warning: static property 'pmap_query_page_info_retries' 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 pmap_query_page_info_retries: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:829:16: note: add '@MainActor' to make static property 'pmap_query_page_info_retries' part of global actor 'MainActor'
static let pmap_query_page_info_retries: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:829:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let pmap_query_page_info_retries: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:834:16: warning: static property 'prefault_nb_bailout' 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 prefault_nb_bailout: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:834:16: note: add '@MainActor' to make static property 'prefault_nb_bailout' part of global actor 'MainActor'
static let prefault_nb_bailout: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:834:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let prefault_nb_bailout: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:839:16: warning: static property 'prefault_nb_pages' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let prefault_nb_pages: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:839:16: note: add '@MainActor' to make static property 'prefault_nb_pages' part of global actor 'MainActor'
static let prefault_nb_pages: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:839:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let prefault_nb_pages: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:844:16: warning: static property 'protect_privileged_from_untrusted' 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 protect_privileged_from_untrusted: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:844:16: note: add '@MainActor' to make static property 'protect_privileged_from_untrusted' part of global actor 'MainActor'
static let protect_privileged_from_untrusted: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:844:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let protect_privileged_from_untrusted: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:849:16: warning: static property 'reusable_failure' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let reusable_failure: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:849:16: note: add '@MainActor' to make static property 'reusable_failure' part of global actor 'MainActor'
static let reusable_failure: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:849:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let reusable_failure: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:854:16: warning: static property 'reusable_nonwritable' 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 reusable_nonwritable: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:854:16: note: add '@MainActor' to make static property 'reusable_nonwritable' part of global actor 'MainActor'
static let reusable_nonwritable: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:854:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let reusable_nonwritable: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:859:16: warning: static property 'reusable_pages_shared' 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 reusable_pages_shared: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:859:16: note: add '@MainActor' to make static property 'reusable_pages_shared' part of global actor 'MainActor'
static let reusable_pages_shared: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:859:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let reusable_pages_shared: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:864:16: warning: static property 'reusable_reclaimed' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let reusable_reclaimed: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:864:16: note: add '@MainActor' to make static property 'reusable_reclaimed' part of global actor 'MainActor'
static let reusable_reclaimed: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:864:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let reusable_reclaimed: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:869:16: warning: static property 'reusable_shared' 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 reusable_shared: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:869:16: note: add '@MainActor' to make static property 'reusable_shared' part of global actor 'MainActor'
static let reusable_shared: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:869:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let reusable_shared: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:874:16: warning: static property 'reusable_success' 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 reusable_success: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:874:16: note: add '@MainActor' to make static property 'reusable_success' part of global actor 'MainActor'
static let reusable_success: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:874:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let reusable_success: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:879:16: warning: static property 'reuse_failure' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let reuse_failure: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:879:16: note: add '@MainActor' to make static property 'reuse_failure' part of global actor 'MainActor'
static let reuse_failure: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:879:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let reuse_failure: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:884:16: warning: static property 'reuse_success' 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 reuse_success: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:884:16: note: add '@MainActor' to make static property 'reuse_success' part of global actor 'MainActor'
static let reuse_success: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:884:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let reuse_success: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:889:16: warning: static property 'self_region_footprint' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let self_region_footprint: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:889:16: note: add '@MainActor' to make static property 'self_region_footprint' part of global actor 'MainActor'
static let self_region_footprint: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:889:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let self_region_footprint: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:894:16: warning: static property 'self_region_info_flags' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let self_region_info_flags: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:894:16: note: add '@MainActor' to make static property 'self_region_info_flags' part of global actor 'MainActor'
static let self_region_info_flags: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:894:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let self_region_info_flags: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:899:16: warning: static property 'self_region_page_size' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let self_region_page_size: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:899:16: note: add '@MainActor' to make static property 'self_region_page_size' part of global actor 'MainActor'
static let self_region_page_size: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:899:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let self_region_page_size: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:904:16: warning: static property 'shared_region_control' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let shared_region_control: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:904:16: note: add '@MainActor' to make static property 'shared_region_control' part of global actor 'MainActor'
static let shared_region_control: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:904:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let shared_region_control: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:909:16: warning: static property 'shared_region_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let shared_region_count: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:909:16: note: add '@MainActor' to make static property 'shared_region_count' part of global actor 'MainActor'
static let shared_region_count: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:909:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let shared_region_count: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:914:16: warning: static property 'shared_region_destroy_delay' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let shared_region_destroy_delay: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:914:16: note: add '@MainActor' to make static property 'shared_region_destroy_delay' part of global actor 'MainActor'
static let shared_region_destroy_delay: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:914:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let shared_region_destroy_delay: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:919:16: warning: static property 'shared_region_pager_copied' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let shared_region_pager_copied: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:919:16: note: add '@MainActor' to make static property 'shared_region_pager_copied' part of global actor 'MainActor'
static let shared_region_pager_copied: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:919:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let shared_region_pager_copied: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:924:16: warning: static property 'shared_region_pager_reclaimed' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let shared_region_pager_reclaimed: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:924:16: note: add '@MainActor' to make static property 'shared_region_pager_reclaimed' part of global actor 'MainActor'
static let shared_region_pager_reclaimed: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:924:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let shared_region_pager_reclaimed: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:929:16: warning: static property 'shared_region_pager_slid' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let shared_region_pager_slid: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:929:16: note: add '@MainActor' to make static property 'shared_region_pager_slid' part of global actor 'MainActor'
static let shared_region_pager_slid: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:929:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let shared_region_pager_slid: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:934:16: warning: static property 'shared_region_pager_slid_error' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let shared_region_pager_slid_error: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:934:16: note: add '@MainActor' to make static property 'shared_region_pager_slid_error' part of global actor 'MainActor'
static let shared_region_pager_slid_error: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:934:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let shared_region_pager_slid_error: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:939:16: warning: static property 'shared_region_peak' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let shared_region_peak: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:939:16: note: add '@MainActor' to make static property 'shared_region_peak' part of global actor 'MainActor'
static let shared_region_peak: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:939:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let shared_region_peak: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:944:16: warning: static property 'shared_region_persistence' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let shared_region_persistence: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:944:16: note: add '@MainActor' to make static property 'shared_region_persistence' part of global actor 'MainActor'
static let shared_region_persistence: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:944:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let shared_region_persistence: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:949:16: warning: static property 'shared_region_pivot' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let shared_region_pivot: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:949:16: note: add '@MainActor' to make static property 'shared_region_pivot' part of global actor 'MainActor'
static let shared_region_pivot: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:949:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let shared_region_pivot: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:954:16: warning: static property 'shared_region_trace_level' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let shared_region_trace_level: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:954:16: note: add '@MainActor' to make static property 'shared_region_trace_level' part of global actor 'MainActor'
static let shared_region_trace_level: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:954:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let shared_region_trace_level: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:959:16: warning: static property 'shared_region_unnest_logging' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let shared_region_unnest_logging: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:959:16: note: add '@MainActor' to make static property 'shared_region_unnest_logging' part of global actor 'MainActor'
static let shared_region_unnest_logging: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:959:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let shared_region_unnest_logging: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:964:16: warning: static property 'shared_region_version' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let shared_region_version: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:964:16: note: add '@MainActor' to make static property 'shared_region_version' part of global actor 'MainActor'
static let shared_region_version: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:964:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let shared_region_version: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:969:16: warning: static property 'swap_enabled' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let swap_enabled: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:969:16: note: add '@MainActor' to make static property 'swap_enabled' part of global actor 'MainActor'
static let swap_enabled: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:969:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let swap_enabled: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:974:16: warning: static property 'swapfileprefix' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let swapfileprefix: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:974:16: note: add '@MainActor' to make static property 'swapfileprefix' part of global actor 'MainActor'
static let swapfileprefix: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:974:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let swapfileprefix: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:979:16: warning: static property 'uc_decompressions' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let uc_decompressions: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:979:16: note: add '@MainActor' to make static property 'uc_decompressions' part of global actor 'MainActor'
static let uc_decompressions: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:979:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let uc_decompressions: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:984:16: warning: static property 'upl_pages_tainted' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let upl_pages_tainted: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:984:16: note: add '@MainActor' to make static property 'upl_pages_tainted' part of global actor 'MainActor'
static let upl_pages_tainted: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:984:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let upl_pages_tainted: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:989:16: warning: static property 'user_wire_limit' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let user_wire_limit: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:989:16: note: add '@MainActor' to make static property 'user_wire_limit' part of global actor 'MainActor'
static let user_wire_limit: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:989:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let user_wire_limit: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:994:16: warning: static property 'vm_copy_src_large' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let vm_copy_src_large: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:994:16: note: add '@MainActor' to make static property 'vm_copy_src_large' part of global actor 'MainActor'
static let vm_copy_src_large: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:994:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let vm_copy_src_large: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:999:16: warning: static property 'vm_copy_src_not_internal' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let vm_copy_src_not_internal: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:999:16: note: add '@MainActor' to make static property 'vm_copy_src_not_internal' part of global actor 'MainActor'
static let vm_copy_src_not_internal: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:999:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let vm_copy_src_not_internal: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1004:16: warning: static property 'vm_copy_src_not_symmetric' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let vm_copy_src_not_symmetric: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1004:16: note: add '@MainActor' to make static property 'vm_copy_src_not_symmetric' part of global actor 'MainActor'
static let vm_copy_src_not_symmetric: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1004:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let vm_copy_src_not_symmetric: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1009:16: warning: static property 'vm_create_upl_extra_cow' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let vm_create_upl_extra_cow: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1009:16: note: add '@MainActor' to make static property 'vm_create_upl_extra_cow' part of global actor 'MainActor'
static let vm_create_upl_extra_cow: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1009:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let vm_create_upl_extra_cow: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1014:16: warning: static property 'vm_create_upl_extra_cow_pages' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let vm_create_upl_extra_cow_pages: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1014:16: note: add '@MainActor' to make static property 'vm_create_upl_extra_cow_pages' part of global actor 'MainActor'
static let vm_create_upl_extra_cow_pages: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1014:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let vm_create_upl_extra_cow_pages: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1019:16: warning: static property 'vm_create_upl_lookup_failure_copy' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let vm_create_upl_lookup_failure_copy: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1019:16: note: add '@MainActor' to make static property 'vm_create_upl_lookup_failure_copy' part of global actor 'MainActor'
static let vm_create_upl_lookup_failure_copy: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1019:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let vm_create_upl_lookup_failure_copy: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1024:16: warning: static property 'vm_create_upl_lookup_failure_write' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let vm_create_upl_lookup_failure_write: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1024:16: note: add '@MainActor' to make static property 'vm_create_upl_lookup_failure_write' part of global actor 'MainActor'
static let vm_create_upl_lookup_failure_write: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1024:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let vm_create_upl_lookup_failure_write: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1029:16: warning: static property 'vm_debug_events' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let vm_debug_events: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1029:16: note: add '@MainActor' to make static property 'vm_debug_events' part of global actor 'MainActor'
static let vm_debug_events: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1029:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let vm_debug_events: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1034:16: warning: static property 'vm_do_collapse_compressor' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let vm_do_collapse_compressor: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1034:16: note: add '@MainActor' to make static property 'vm_do_collapse_compressor' part of global actor 'MainActor'
static let vm_do_collapse_compressor: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1034:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let vm_do_collapse_compressor: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1039:16: warning: static property 'vm_do_collapse_compressor_pages' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let vm_do_collapse_compressor_pages: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1039:16: note: add '@MainActor' to make static property 'vm_do_collapse_compressor_pages' part of global actor 'MainActor'
static let vm_do_collapse_compressor_pages: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1039:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let vm_do_collapse_compressor_pages: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1044:16: warning: static property 'vm_do_collapse_terminate' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let vm_do_collapse_terminate: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1044:16: note: add '@MainActor' to make static property 'vm_do_collapse_terminate' part of global actor 'MainActor'
static let vm_do_collapse_terminate: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1044:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let vm_do_collapse_terminate: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1049:16: warning: static property 'vm_do_collapse_terminate_failure' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let vm_do_collapse_terminate_failure: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1049:16: note: add '@MainActor' to make static property 'vm_do_collapse_terminate_failure' part of global actor 'MainActor'
static let vm_do_collapse_terminate_failure: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1049:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let vm_do_collapse_terminate_failure: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1054:16: warning: static property 'vm_max_kernel_address' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let vm_max_kernel_address: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1054:16: note: add '@MainActor' to make static property 'vm_max_kernel_address' part of global actor 'MainActor'
static let vm_max_kernel_address: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1054:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let vm_max_kernel_address: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1059:16: warning: static property 'vm_min_kernel_address' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let vm_min_kernel_address: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1059:16: note: add '@MainActor' to make static property 'vm_min_kernel_address' part of global actor 'MainActor'
static let vm_min_kernel_address: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1059:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let vm_min_kernel_address: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1064:16: warning: static property 'vm_page_background_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let vm_page_background_count: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1064:16: note: add '@MainActor' to make static property 'vm_page_background_count' part of global actor 'MainActor'
static let vm_page_background_count: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1064:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let vm_page_background_count: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1069:16: warning: static property 'vm_page_background_exclude_external' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let vm_page_background_exclude_external: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1069:16: note: add '@MainActor' to make static property 'vm_page_background_exclude_external' part of global actor 'MainActor'
static let vm_page_background_exclude_external: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1069:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let vm_page_background_exclude_external: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1074:16: warning: static property 'vm_page_background_external_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let vm_page_background_external_count: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1074:16: note: add '@MainActor' to make static property 'vm_page_background_external_count' part of global actor 'MainActor'
static let vm_page_background_external_count: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1074:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let vm_page_background_external_count: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1079:16: warning: static property 'vm_page_background_internal_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let vm_page_background_internal_count: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1079:16: note: add '@MainActor' to make static property 'vm_page_background_internal_count' part of global actor 'MainActor'
static let vm_page_background_internal_count: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1079:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let vm_page_background_internal_count: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1084:16: warning: static property 'vm_page_background_mode' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let vm_page_background_mode: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1084:16: note: add '@MainActor' to make static property 'vm_page_background_mode' part of global actor 'MainActor'
static let vm_page_background_mode: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1084:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let vm_page_background_mode: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1089:16: warning: static property 'vm_page_background_promoted_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let vm_page_background_promoted_count: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1089:16: note: add '@MainActor' to make static property 'vm_page_background_promoted_count' part of global actor 'MainActor'
static let vm_page_background_promoted_count: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1089:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let vm_page_background_promoted_count: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1094:16: warning: static property 'vm_page_background_target' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let vm_page_background_target: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1094:16: note: add '@MainActor' to make static property 'vm_page_background_target' part of global actor 'MainActor'
static let vm_page_background_target: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1094:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let vm_page_background_target: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1099:16: warning: static property 'vm_page_donate_mode' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let vm_page_donate_mode: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1099:16: note: add '@MainActor' to make static property 'vm_page_donate_mode' part of global actor 'MainActor'
static let vm_page_donate_mode: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1099:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let vm_page_donate_mode: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1104:16: warning: static property 'vm_page_donate_target_high' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let vm_page_donate_target_high: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1104:16: note: add '@MainActor' to make static property 'vm_page_donate_target_high' part of global actor 'MainActor'
static let vm_page_donate_target_high: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1104:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let vm_page_donate_target_high: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1109:16: warning: static property 'vm_page_donate_target_low' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let vm_page_donate_target_low: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1109:16: note: add '@MainActor' to make static property 'vm_page_donate_target_low' part of global actor 'MainActor'
static let vm_page_donate_target_low: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1109:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let vm_page_donate_target_low: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1114:16: warning: static property 'vm_page_external_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let vm_page_external_count: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1114:16: note: add '@MainActor' to make static property 'vm_page_external_count' part of global actor 'MainActor'
static let vm_page_external_count: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1114:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let vm_page_external_count: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1119:16: warning: static property 'vm_page_filecache_min' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let vm_page_filecache_min: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1119:16: note: add '@MainActor' to make static property 'vm_page_filecache_min' part of global actor 'MainActor'
static let vm_page_filecache_min: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1119:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let vm_page_filecache_min: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1124:16: warning: static property 'vm_page_free_target' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let vm_page_free_target: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1124:16: note: add '@MainActor' to make static property 'vm_page_free_target' part of global actor 'MainActor'
static let vm_page_free_target: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1124:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let vm_page_free_target: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1129:16: warning: static property 'vm_page_xpmapped_min' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let vm_page_xpmapped_min: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1129:16: note: add '@MainActor' to make static property 'vm_page_xpmapped_min' part of global actor 'MainActor'
static let vm_page_xpmapped_min: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1129:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let vm_page_xpmapped_min: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1134:16: warning: static property 'vm_pageout_considered_bq_external' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let vm_pageout_considered_bq_external: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1134:16: note: add '@MainActor' to make static property 'vm_pageout_considered_bq_external' part of global actor 'MainActor'
static let vm_pageout_considered_bq_external: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1134:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let vm_pageout_considered_bq_external: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1139:16: warning: static property 'vm_pageout_considered_bq_internal' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let vm_pageout_considered_bq_internal: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1139:16: note: add '@MainActor' to make static property 'vm_pageout_considered_bq_internal' part of global actor 'MainActor'
static let vm_pageout_considered_bq_internal: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1139:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let vm_pageout_considered_bq_internal: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1144:16: warning: static property 'vm_pageout_rejected_bq_external' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let vm_pageout_rejected_bq_external: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1144:16: note: add '@MainActor' to make static property 'vm_pageout_rejected_bq_external' part of global actor 'MainActor'
static let vm_pageout_rejected_bq_external: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1144:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let vm_pageout_rejected_bq_external: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1149:16: warning: static property 'vm_pageout_rejected_bq_internal' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let vm_pageout_rejected_bq_internal: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1149:16: note: add '@MainActor' to make static property 'vm_pageout_rejected_bq_internal' part of global actor 'MainActor'
static let vm_pageout_rejected_bq_internal: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1149:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let vm_pageout_rejected_bq_internal: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1154:16: warning: static property 'vm_ripe_target_age_in_secs' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let vm_ripe_target_age_in_secs: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1154:16: note: add '@MainActor' to make static property 'vm_ripe_target_age_in_secs' part of global actor 'MainActor'
static let vm_ripe_target_age_in_secs: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1154:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let vm_ripe_target_age_in_secs: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1159:16: warning: static property 'vm_should_cow_but_wired' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let vm_should_cow_but_wired: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1159:16: note: add '@MainActor' to make static property 'vm_should_cow_but_wired' part of global actor 'MainActor'
static let vm_should_cow_but_wired: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1159:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let vm_should_cow_but_wired: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1164:16: warning: static property 'vmtc_total' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let vmtc_total: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1164:16: note: add '@MainActor' to make static property 'vmtc_total' part of global actor 'MainActor'
static let vmtc_total: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1164:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let vmtc_total: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1169:16: warning: static property 'wk_catime' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let wk_catime: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1169:16: note: add '@MainActor' to make static property 'wk_catime' part of global actor 'MainActor'
static let wk_catime: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1169:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let wk_catime: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1174:16: warning: static property 'wk_compressed_bytes_exclusive' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let wk_compressed_bytes_exclusive: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1174:16: note: add '@MainActor' to make static property 'wk_compressed_bytes_exclusive' part of global actor 'MainActor'
static let wk_compressed_bytes_exclusive: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1174:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let wk_compressed_bytes_exclusive: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1179:16: warning: static property 'wk_compressed_bytes_total' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let wk_compressed_bytes_total: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1179:16: note: add '@MainActor' to make static property 'wk_compressed_bytes_total' part of global actor 'MainActor'
static let wk_compressed_bytes_total: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1179:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let wk_compressed_bytes_total: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1184:16: warning: static property 'wk_compression_failures' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let wk_compression_failures: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1184:16: note: add '@MainActor' to make static property 'wk_compression_failures' part of global actor 'MainActor'
static let wk_compression_failures: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1184:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let wk_compression_failures: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1189:16: warning: static property 'wk_compressions' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let wk_compressions: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1189:16: note: add '@MainActor' to make static property 'wk_compressions' part of global actor 'MainActor'
static let wk_compressions: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1189:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let wk_compressions: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1194:16: warning: static property 'wk_compressions_exclusive' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let wk_compressions_exclusive: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1194:16: note: add '@MainActor' to make static property 'wk_compressions_exclusive' part of global actor 'MainActor'
static let wk_compressions_exclusive: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1194:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let wk_compressions_exclusive: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1199:16: warning: static property 'wk_datime' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let wk_datime: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1199:16: note: add '@MainActor' to make static property 'wk_datime' part of global actor 'MainActor'
static let wk_datime: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1199:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let wk_datime: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1204:16: warning: static property 'wk_decompressed_bytes' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let wk_decompressed_bytes: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1204:16: note: add '@MainActor' to make static property 'wk_decompressed_bytes' part of global actor 'MainActor'
static let wk_decompressed_bytes: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1204:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let wk_decompressed_bytes: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1209:16: warning: static property 'wk_decompressions' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let wk_decompressions: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1209:16: note: add '@MainActor' to make static property 'wk_decompressions' part of global actor 'MainActor'
static let wk_decompressions: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1209:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let wk_decompressions: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1214:16: warning: static property 'wk_mzv_compressions' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let wk_mzv_compressions: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1214:16: note: add '@MainActor' to make static property 'wk_mzv_compressions' part of global actor 'MainActor'
static let wk_mzv_compressions: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1214:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let wk_mzv_compressions: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1219:16: warning: static property 'wk_sv_compressions' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let wk_sv_compressions: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1219:16: note: add '@MainActor' to make static property 'wk_sv_compressions' part of global actor 'MainActor'
static let wk_sv_compressions: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1219:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let wk_sv_compressions: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1224:16: warning: static property 'wk_sv_decompressions' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let wk_sv_decompressions: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1224:16: note: add '@MainActor' to make static property 'wk_sv_decompressions' part of global actor 'MainActor'
static let wk_sv_decompressions: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1224:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let wk_sv_decompressions: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1229:16: warning: static property 'wkdm_reeval_threshold' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let wkdm_reeval_threshold: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1229:16: note: add '@MainActor' to make static property 'wkdm_reeval_threshold' part of global actor 'MainActor'
static let wkdm_reeval_threshold: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1229:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let wkdm_reeval_threshold: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1234:16: warning: static property 'wkh_catime' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let wkh_catime: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1234:16: note: add '@MainActor' to make static property 'wkh_catime' part of global actor 'MainActor'
static let wkh_catime: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1234:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let wkh_catime: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1239:16: warning: static property 'wkh_compressions' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let wkh_compressions: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1239:16: note: add '@MainActor' to make static property 'wkh_compressions' part of global actor 'MainActor'
static let wkh_compressions: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1239:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let wkh_compressions: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1244:16: warning: static property 'wkh_datime' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let wkh_datime: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1244:16: note: add '@MainActor' to make static property 'wkh_datime' part of global actor 'MainActor'
static let wkh_datime: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1244:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let wkh_datime: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1249:16: warning: static property 'wkh_decompressions' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let wkh_decompressions: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1249:16: note: add '@MainActor' to make static property 'wkh_decompressions' part of global actor 'MainActor'
static let wkh_decompressions: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1249:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let wkh_decompressions: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1254:16: warning: static property 'wks_catime' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let wks_catime: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1254:16: note: add '@MainActor' to make static property 'wks_catime' part of global actor 'MainActor'
static let wks_catime: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1254:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let wks_catime: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1259:16: warning: static property 'wks_compressed_bytes' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let wks_compressed_bytes: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1259:16: note: add '@MainActor' to make static property 'wks_compressed_bytes' part of global actor 'MainActor'
static let wks_compressed_bytes: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1259:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let wks_compressed_bytes: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1264:16: warning: static property 'wks_compression_failures' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let wks_compression_failures: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1264:16: note: add '@MainActor' to make static property 'wks_compression_failures' part of global actor 'MainActor'
static let wks_compression_failures: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1264:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let wks_compression_failures: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1269:16: warning: static property 'wks_compressions' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let wks_compressions: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1269:16: note: add '@MainActor' to make static property 'wks_compressions' part of global actor 'MainActor'
static let wks_compressions: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1269:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let wks_compressions: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1274:16: warning: static property 'wks_datime' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let wks_datime: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1274:16: note: add '@MainActor' to make static property 'wks_datime' part of global actor 'MainActor'
static let wks_datime: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1274:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let wks_datime: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1279:16: warning: static property 'wks_decompressions' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let wks_decompressions: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1279:16: note: add '@MainActor' to make static property 'wks_decompressions' part of global actor 'MainActor'
static let wks_decompressions: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1279:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let wks_decompressions: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1284:16: warning: static property 'wks_sv_compressions' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
static let wks_sv_compressions: NameOID = .init(
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
public struct NameOID: OIDProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1284:16: note: add '@MainActor' to make static property 'wks_sv_compressions' part of global actor 'MainActor'
static let wks_sv_compressions: NameOID = .init(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+VM.arm64.swift:1284:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let wks_sv_compressions: NameOID = .init(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:11:12: warning: let 'sysctl' is not concurrency-safe because non-'Sendable' type 'SysctlNode' may have shared mutable state; this is an error in the Swift 6 language mode
public let sysctl = SysctlNode()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:14:15: note: consider making struct 'SysctlNode' conform to the 'Sendable' protocol
public struct SysctlNode: TopNodeProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:11:12: note: add '@MainActor' to make let 'sysctl' part of global actor 'MainActor'
public let sysctl = SysctlNode()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:11:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let sysctl = SysctlNode()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:12:12: warning: let 'kern' is not concurrency-safe because non-'Sendable' type 'KernNode' may have shared mutable state; this is an error in the Swift 6 language mode
public let kern = KernNode()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:25:15: note: consider making struct 'KernNode' conform to the 'Sendable' protocol
public struct KernNode: TopNodeProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:12:12: note: add '@MainActor' to make let 'kern' part of global actor 'MainActor'
public let kern = KernNode()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:12:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kern = KernNode()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:13:12: warning: let 'vm' is not concurrency-safe because non-'Sendable' type 'VMNode' may have shared mutable state; this is an error in the Swift 6 language mode
public let vm = VMNode()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:36:15: note: consider making struct 'VMNode' conform to the 'Sendable' protocol
public struct VMNode: TopNodeProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:13:12: note: add '@MainActor' to make let 'vm' part of global actor 'MainActor'
public let vm = VMNode()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:13:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let vm = VMNode()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:14:12: warning: let 'vfs' is not concurrency-safe because non-'Sendable' type 'VFSNode' may have shared mutable state; this is an error in the Swift 6 language mode
public let vfs = VFSNode()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:47:15: note: consider making struct 'VFSNode' conform to the 'Sendable' protocol
public struct VFSNode: TopNodeProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:14:12: note: add '@MainActor' to make let 'vfs' part of global actor 'MainActor'
public let vfs = VFSNode()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:14:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let vfs = VFSNode()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:15:12: warning: let 'net' is not concurrency-safe because non-'Sendable' type 'NetNode' may have shared mutable state; this is an error in the Swift 6 language mode
public let net = NetNode()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:58:15: note: consider making struct 'NetNode' conform to the 'Sendable' protocol
public struct NetNode: TopNodeProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:15:12: note: add '@MainActor' to make let 'net' part of global actor 'MainActor'
public let net = NetNode()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:15:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let net = NetNode()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:16:12: warning: let 'debug' is not concurrency-safe because non-'Sendable' type 'DebugNode' may have shared mutable state; this is an error in the Swift 6 language mode
public let debug = DebugNode()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:69:15: note: consider making struct 'DebugNode' conform to the 'Sendable' protocol
public struct DebugNode: TopNodeProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:16:12: note: add '@MainActor' to make let 'debug' part of global actor 'MainActor'
public let debug = DebugNode()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:16:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let debug = DebugNode()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:17:12: warning: let 'hw' is not concurrency-safe because non-'Sendable' type 'HWNode' may have shared mutable state; this is an error in the Swift 6 language mode
public let hw = HWNode()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:80:15: note: consider making struct 'HWNode' conform to the 'Sendable' protocol
public struct HWNode: TopNodeProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:17:12: note: add '@MainActor' to make let 'hw' part of global actor 'MainActor'
public let hw = HWNode()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:17:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let hw = HWNode()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:18:12: warning: let 'machdep' is not concurrency-safe because non-'Sendable' type 'MachDepNode' may have shared mutable state; this is an error in the Swift 6 language mode
public let machdep = MachDepNode()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:91:15: note: consider making struct 'MachDepNode' conform to the 'Sendable' protocol
public struct MachDepNode: TopNodeProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:18:12: note: add '@MainActor' to make let 'machdep' part of global actor 'MainActor'
public let machdep = MachDepNode()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:18:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let machdep = MachDepNode()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:19:12: warning: let 'security' is not concurrency-safe because non-'Sendable' type 'SecurityNode' may have shared mutable state; this is an error in the Swift 6 language mode
public let security = SecurityNode()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:102:15: note: consider making struct 'SecurityNode' conform to the 'Sendable' protocol
public struct SecurityNode: TopNodeProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:19:12: note: add '@MainActor' to make let 'security' part of global actor 'MainActor'
public let security = SecurityNode()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:19:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let security = SecurityNode()
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ NodeProtocol.swift,\ SwiftSysctl.swift,\ SysctlError.swift,\ TopNodes.swift,\ Field.swift,\ Node.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 (in target 'SwiftSysctl' from project 'SwiftSysctl')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Protocol/NodeProtocol.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/SwiftSysctl.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/SysctlError.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:11:12: warning: let 'sysctl' is not concurrency-safe because non-'Sendable' type 'SysctlNode' may have shared mutable state; this is an error in the Swift 6 language mode
public let sysctl = SysctlNode()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:14:15: note: consider making struct 'SysctlNode' conform to the 'Sendable' protocol
public struct SysctlNode: TopNodeProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:11:12: note: add '@MainActor' to make let 'sysctl' part of global actor 'MainActor'
public let sysctl = SysctlNode()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:11:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let sysctl = SysctlNode()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:12:12: warning: let 'kern' is not concurrency-safe because non-'Sendable' type 'KernNode' may have shared mutable state; this is an error in the Swift 6 language mode
public let kern = KernNode()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:25:15: note: consider making struct 'KernNode' conform to the 'Sendable' protocol
public struct KernNode: TopNodeProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:12:12: note: add '@MainActor' to make let 'kern' part of global actor 'MainActor'
public let kern = KernNode()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:12:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let kern = KernNode()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:13:12: warning: let 'vm' is not concurrency-safe because non-'Sendable' type 'VMNode' may have shared mutable state; this is an error in the Swift 6 language mode
public let vm = VMNode()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:36:15: note: consider making struct 'VMNode' conform to the 'Sendable' protocol
public struct VMNode: TopNodeProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:13:12: note: add '@MainActor' to make let 'vm' part of global actor 'MainActor'
public let vm = VMNode()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:13:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let vm = VMNode()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:14:12: warning: let 'vfs' is not concurrency-safe because non-'Sendable' type 'VFSNode' may have shared mutable state; this is an error in the Swift 6 language mode
public let vfs = VFSNode()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:47:15: note: consider making struct 'VFSNode' conform to the 'Sendable' protocol
public struct VFSNode: TopNodeProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:14:12: note: add '@MainActor' to make let 'vfs' part of global actor 'MainActor'
public let vfs = VFSNode()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:14:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let vfs = VFSNode()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:15:12: warning: let 'net' is not concurrency-safe because non-'Sendable' type 'NetNode' may have shared mutable state; this is an error in the Swift 6 language mode
public let net = NetNode()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:58:15: note: consider making struct 'NetNode' conform to the 'Sendable' protocol
public struct NetNode: TopNodeProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:15:12: note: add '@MainActor' to make let 'net' part of global actor 'MainActor'
public let net = NetNode()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:15:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let net = NetNode()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:16:12: warning: let 'debug' is not concurrency-safe because non-'Sendable' type 'DebugNode' may have shared mutable state; this is an error in the Swift 6 language mode
public let debug = DebugNode()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:69:15: note: consider making struct 'DebugNode' conform to the 'Sendable' protocol
public struct DebugNode: TopNodeProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:16:12: note: add '@MainActor' to make let 'debug' part of global actor 'MainActor'
public let debug = DebugNode()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:16:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let debug = DebugNode()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:17:12: warning: let 'hw' is not concurrency-safe because non-'Sendable' type 'HWNode' may have shared mutable state; this is an error in the Swift 6 language mode
public let hw = HWNode()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:80:15: note: consider making struct 'HWNode' conform to the 'Sendable' protocol
public struct HWNode: TopNodeProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:17:12: note: add '@MainActor' to make let 'hw' part of global actor 'MainActor'
public let hw = HWNode()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:17:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let hw = HWNode()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:18:12: warning: let 'machdep' is not concurrency-safe because non-'Sendable' type 'MachDepNode' may have shared mutable state; this is an error in the Swift 6 language mode
public let machdep = MachDepNode()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:91:15: note: consider making struct 'MachDepNode' conform to the 'Sendable' protocol
public struct MachDepNode: TopNodeProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:18:12: note: add '@MainActor' to make let 'machdep' part of global actor 'MainActor'
public let machdep = MachDepNode()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:18:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let machdep = MachDepNode()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:19:12: warning: let 'security' is not concurrency-safe because non-'Sendable' type 'SecurityNode' may have shared mutable state; this is an error in the Swift 6 language mode
public let security = SecurityNode()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:102:15: note: consider making struct 'SecurityNode' conform to the 'Sendable' protocol
public struct SecurityNode: TopNodeProtocol {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:19:12: note: add '@MainActor' to make let 'security' part of global actor 'MainActor'
public let security = SecurityNode()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:19:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let security = SecurityNode()
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Util/Field.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Util/Node.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for SwiftSysctl (in target 'SwiftSysctl' from project 'SwiftSysctl')
SwiftDriver\ Compilation\ Requirements SwiftSysctl normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftSysctl' from project 'SwiftSysctl')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftSysctl -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling OID+Sysctl.x86_64.swift, OID+VFS.x86_64.swift, OID+VM.x86_64.swift, BitFlags.swift, FieldProtocol.swift, NodeCollection.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
SwiftDriverJobDiscovery normal arm64 Compiling Nodes.swift, CtlKind.swift, CtlType.swift, OID+Sysctl.swift, OID+TopLevel.swift, OID.swift, OID+Debug.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
SwiftDriverJobDiscovery normal arm64 Compiling Nodes+MachDep.x86_64.swift, Nodes+Net.x86_64.swift, Nodes+Security.x86_64.swift, Nodes+Sysctl.x86_64.swift, Nodes+VFS.x86_64.swift, Nodes+VM.x86_64.swift, Nodes+Sysctl.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
SwiftDriverJobDiscovery normal arm64 Compiling 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.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')
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 NodeProtocol.swift, SwiftSysctl.swift, SysctlError.swift, TopNodes.swift, Field.swift, Node.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/SwiftSysctl-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl-Swift.h (in target 'SwiftSysctl' from project 'SwiftSysctl')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/SwiftSysctl-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftSysctl.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.swiftdoc (in target 'SwiftSysctl' from project 'SwiftSysctl')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftSysctl.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftSysctl.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.abi.json (in target 'SwiftSysctl' from project 'SwiftSysctl')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftSysctl.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftSysctl.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.swiftmodule (in target 'SwiftSysctl' from project 'SwiftSysctl')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftSysctl.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftSysctl.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.swiftsourceinfo (in target 'SwiftSysctl' from project 'SwiftSysctl')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftSysctl.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling 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')
SwiftDriver\ Compilation SwiftSysctl normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftSysctl' from project 'SwiftSysctl')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftSysctl -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftSysctl.o normal (in target 'SwiftSysctl' from project 'SwiftSysctl')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftSysctl.o
ExtractAppIntentsMetadata (in target 'SwiftSysctl' from project 'SwiftSysctl')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name SwiftSysctl --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier spi-builder-workspace.SwiftSysctl --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftSysctl.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftSysctl.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/SwiftSysctl.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/SwiftSysctl.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-xros/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-30 00:16:50.087 appintentsmetadataprocessor[726:4106] Starting appintentsmetadataprocessor export
2025-04-30 00:16:50.129 appintentsmetadataprocessor[726:4106] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftSysctl.o (in target 'SwiftSysctl' from project 'SwiftSysctl')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftSysctl.o
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftSysctl",
"name" : "SwiftSysctl",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftSysctl",
"targets" : [
"SwiftSysctl"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftSysctlTests",
"module_type" : "SwiftTarget",
"name" : "SwiftSysctlTests",
"path" : "Tests/SwiftSysctlTests",
"sources" : [
"SwiftSysctlTests.swift"
],
"target_dependencies" : [
"SwiftSysctl"
],
"type" : "test"
},
{
"c99name" : "SwiftSysctl",
"module_type" : "SwiftTarget",
"name" : "SwiftSysctl",
"path" : "Sources/SwiftSysctl",
"product_memberships" : [
"SwiftSysctl"
],
"sources" : [
"Extension/Sysctl+.swift",
"Node/Node/Nodes+Debug.swift",
"Node/Node/Nodes+HW.swift",
"Node/Node/Nodes+Kern.swift",
"Node/Node/Nodes+MachDep.swift",
"Node/Node/Nodes+Net.swift",
"Node/Node/Nodes+Security.swift",
"Node/Node/Nodes+VFS.swift",
"Node/Node/Nodes+VM.swift",
"Node/Node/arm64/Nodes+Debug.arm64.swift",
"Node/Node/arm64/Nodes+HW.arm64.swift",
"Node/Node/arm64/Nodes+Kern.arm64.swift",
"Node/Node/arm64/Nodes+MachDep.arm64.swift",
"Node/Node/arm64/Nodes+Net.arm64.swift",
"Node/Node/arm64/Nodes+Security.arm64.swift",
"Node/Node/arm64/Nodes+Sysctl.arm64.swift",
"Node/Node/arm64/Nodes+VFS.arm64.swift",
"Node/Node/arm64/Nodes+VM.arm64.swift",
"Node/Node/x86_64/Nodes+Debug.x86_64.swift",
"Node/Node/x86_64/Nodes+HW.x86_64.swift",
"Node/Node/x86_64/Nodes+Kern.x86_64.swift",
"Node/Node/x86_64/Nodes+MachDep.x86_64.swift",
"Node/Node/x86_64/Nodes+Net.x86_64.swift",
"Node/Node/x86_64/Nodes+Security.x86_64.swift",
"Node/Node/x86_64/Nodes+Sysctl.x86_64.swift",
"Node/Node/x86_64/Nodes+VFS.x86_64.swift",
"Node/Node/x86_64/Nodes+VM.x86_64.swift",
"Node/Nodes+Sysctl.swift",
"Node/Nodes.swift",
"OID/Model/CtlKind.swift",
"OID/Model/CtlType.swift",
"OID/OID+Sysctl.swift",
"OID/OID+TopLevel.swift",
"OID/OID.swift",
"OID/OID/OID+Debug.swift",
"OID/OID/OID+HW.swift",
"OID/OID/OID+Kern.swift",
"OID/OID/OID+MachDep.swift",
"OID/OID/OID+Net.swift",
"OID/OID/OID+VFS.swift",
"OID/OID/OID+VM.swift",
"OID/OID/arm64/OID+Debug.arm64.swift",
"OID/OID/arm64/OID+HW.arm64.swift",
"OID/OID/arm64/OID+Kern.arm64.swift",
"OID/OID/arm64/OID+MachDep.arm64.swift",
"OID/OID/arm64/OID+Net.arm64.swift",
"OID/OID/arm64/OID+Security.arm64.swift",
"OID/OID/arm64/OID+Sysctl.arm64.swift",
"OID/OID/arm64/OID+VFS.arm64.swift",
"OID/OID/arm64/OID+VM.arm64.swift",
"OID/OID/x86_64/OID+Debug.x86_64.swift",
"OID/OID/x86_64/OID+HW.x86_64.swift",
"OID/OID/x86_64/OID+Kern.x86_64.swift",
"OID/OID/x86_64/OID+MachDep.x86_64.swift",
"OID/OID/x86_64/OID+Net.x86_64.swift",
"OID/OID/x86_64/OID+Security.x86_64.swift",
"OID/OID/x86_64/OID+Sysctl.x86_64.swift",
"OID/OID/x86_64/OID+VFS.x86_64.swift",
"OID/OID/x86_64/OID+VM.x86_64.swift",
"Protocol/BitFlags.swift",
"Protocol/FieldProtocol.swift",
"Protocol/NodeCollection.swift",
"Protocol/NodeProtocol.swift",
"SwiftSysctl.swift",
"SysctlError.swift",
"TopNodes.swift",
"Util/Field.swift",
"Util/Node.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.