Build Information
Successful build of SwiftSysctl, reference 0.8.0 (644057
), with Swift 6.1 for iOS using Xcode 16.3 on 30 Apr 2025 07:17:46 UTC.
Swift 6 data race errors: 1512
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftSysctl -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
static let 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)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+Debug.x86_64.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+HW.x86_64.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+Kern.x86_64.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+MachDep.x86_64.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+Net.x86_64.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+Security.x86_64.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Sysctl+.swift,\ Nodes+Debug.swift,\ Nodes+HW.swift,\ Nodes+Kern.swift,\ Nodes+MachDep.swift,\ Nodes+Net.swift,\ Nodes+Security.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Extension/Sysctl+.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Debug.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+HW.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+MachDep.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Security.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Extension/Sysctl+.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Debug.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Debug.swift:13:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Debug' may have shared mutable state; this is an error in the Swift 6 language mode
public static let _shared: Debug = .init()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Debug.swift:12:19: note: consider making struct 'Debug' conform to the 'Sendable' protocol
public struct Debug: NodeCollection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Debug.swift:13:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
public static let _shared: Debug = .init()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Debug.swift:13:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let _shared: Debug = .init()
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+HW.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+HW.swift:13:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.HW' may have shared mutable state; this is an error in the Swift 6 language mode
public static let _shared: HW = .init()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+HW.swift:12:19: note: consider making struct 'HW' conform to the 'Sendable' protocol
public struct HW: NodeCollection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+HW.swift:13:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
public static let _shared: HW = .init()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+HW.swift:13:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let _shared: HW = .init()
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:13:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern' may have shared mutable state; this is an error in the Swift 6 language mode
public static let _shared: Kern = .init()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:12:19: note: consider making struct 'Kern' conform to the 'Sendable' protocol
public struct Kern: NodeCollection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:13:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
public static let _shared: Kern = .init()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:13:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let _shared: Kern = .init()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:199:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Proc' may have shared mutable state; this is an error in the Swift 6 language mode
public static let _shared: Proc = .init()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:198:19: note: consider making struct 'Proc' conform to the 'Sendable' protocol
public struct Proc: NodeCollection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:199:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
public static let _shared: Proc = .init()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:199:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let _shared: Proc = .init()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:205:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Ipc' may have shared mutable state; this is an error in the Swift 6 language mode
public static let _shared: Ipc = .init()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:204:19: note: consider making struct 'Ipc' conform to the 'Sendable' protocol
public struct Ipc: NodeCollection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:205:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
public static let _shared: Ipc = .init()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:205:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let _shared: Ipc = .init()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:235:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Sysv' may have shared mutable state; this is an error in the Swift 6 language mode
public static let _shared: Sysv = .init()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:234:19: note: consider making struct 'Sysv' conform to the 'Sendable' protocol
public struct Sysv: NodeCollection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:235:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
public static let _shared: Sysv = .init()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:235:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let _shared: Sysv = .init()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:241:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Posix' may have shared mutable state; this is an error in the Swift 6 language mode
public static let _shared: Posix = .init()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:240:19: note: consider making struct 'Posix' conform to the 'Sendable' protocol
public struct Posix: NodeCollection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:241:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
public static let _shared: Posix = .init()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:241:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let _shared: Posix = .init()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:247:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Tfp' may have shared mutable state; this is an error in the Swift 6 language mode
public static let _shared: Tfp = .init()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:246:19: note: consider making struct 'Tfp' conform to the 'Sendable' protocol
public struct Tfp: NodeCollection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:247:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
public static let _shared: Tfp = .init()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:247:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let _shared: Tfp = .init()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:257:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Tty' may have shared mutable state; this is an error in the Swift 6 language mode
public static let _shared: Tty = .init()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:256:19: note: consider making struct 'Tty' conform to the 'Sendable' protocol
public struct Tty: NodeCollection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:257:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
public static let _shared: Tty = .init()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:257:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let _shared: Tty = .init()
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+MachDep.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+MachDep.swift:13:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.MachDep' may have shared mutable state; this is an error in the Swift 6 language mode
public static let _shared: MachDep = .init()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+MachDep.swift:12:19: note: consider making struct 'MachDep' conform to the 'Sendable' protocol
public struct MachDep: NodeCollection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+MachDep.swift:13:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
public static let _shared: MachDep = .init()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+MachDep.swift:13:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let _shared: MachDep = .init()
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:13:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net' may have shared mutable state; this is an error in the Swift 6 language mode
public static let _shared: Net = .init()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:12:19: note: consider making struct 'Net' conform to the 'Sendable' protocol
public struct Net: NodeCollection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:13:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
public static let _shared: Net = .init()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:13:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let _shared: Net = .init()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:47:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Local' may have shared mutable state; this is an error in the Swift 6 language mode
public static let _shared: Local = .init()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:46:19: note: consider making struct 'Local' conform to the 'Sendable' protocol
public struct Local: NodeCollection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:47:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
public static let _shared: Local = .init()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:47:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let _shared: Local = .init()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:61:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Local.Stream' may have shared mutable state; this is an error in the Swift 6 language mode
public static let _shared: Stream = .init()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:60:19: note: consider making struct 'Stream' conform to the 'Sendable' protocol
public struct Stream: NodeCollection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:61:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
public static let _shared: Stream = .init()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:61:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let _shared: Stream = .init()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:67:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Local.Dgram' may have shared mutable state; this is an error in the Swift 6 language mode
public static let _shared: Dgram = .init()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:66:19: note: consider making struct 'Dgram' conform to the 'Sendable' protocol
public struct Dgram: NodeCollection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:67:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
public static let _shared: Dgram = .init()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:67:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let _shared: Dgram = .init()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:73:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet' may have shared mutable state; this is an error in the Swift 6 language mode
public static let _shared: Inet = .init()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:72:19: note: consider making struct 'Inet' conform to the 'Sendable' protocol
public struct Inet: NodeCollection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:73:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
public static let _shared: Inet = .init()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:73:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let _shared: Inet = .init()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:103:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Ip' may have shared mutable state; this is an error in the Swift 6 language mode
public static let _shared: Ip = .init()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:102:19: note: consider making struct 'Ip' conform to the 'Sendable' protocol
public struct Ip: NodeCollection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:103:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
public static let _shared: Ip = .init()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:103:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let _shared: Ip = .init()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:153:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Ip.Portrange' may have shared mutable state; this is an error in the Swift 6 language mode
public static let _shared: Portrange = .init()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:152:19: note: consider making struct 'Portrange' conform to the 'Sendable' protocol
public struct Portrange: NodeCollection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:153:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
public static let _shared: Portrange = .init()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:153:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let _shared: Portrange = .init()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:159:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Icmp' may have shared mutable state; this is an error in the Swift 6 language mode
public static let _shared: Icmp = .init()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:158:19: note: consider making struct 'Icmp' conform to the 'Sendable' protocol
public struct Icmp: NodeCollection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:159:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
public static let _shared: Icmp = .init()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:159:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let _shared: Icmp = .init()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:177:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Igmp' may have shared mutable state; this is an error in the Swift 6 language mode
public static let _shared: Igmp = .init()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:176:19: note: consider making struct 'Igmp' conform to the 'Sendable' protocol
public struct Igmp: NodeCollection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:177:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
public static let _shared: Igmp = .init()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:177:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let _shared: Igmp = .init()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:187:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Tcp' may have shared mutable state; this is an error in the Swift 6 language mode
public static let _shared: Tcp = .init()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:186:19: note: consider making struct 'Tcp' conform to the 'Sendable' protocol
public struct Tcp: NodeCollection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:187:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
public static let _shared: Tcp = .init()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:187:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let _shared: Tcp = .init()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:229:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Udp' may have shared mutable state; this is an error in the Swift 6 language mode
public static let _shared: Udp = .init()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:228:19: note: consider making struct 'Udp' conform to the 'Sendable' protocol
public struct Udp: NodeCollection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:229:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
public static let _shared: Udp = .init()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:229:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let _shared: Udp = .init()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:255:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Ipsec' may have shared mutable state; this is an error in the Swift 6 language mode
public static let _shared: Ipsec = .init()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:254:19: note: consider making struct 'Ipsec' conform to the 'Sendable' protocol
public struct Ipsec: NodeCollection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:255:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
public static let _shared: Ipsec = .init()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:255:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let _shared: Ipsec = .init()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:309:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Routetable' may have shared mutable state; this is an error in the Swift 6 language mode
public static let _shared: Routetable = .init()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:308:19: note: consider making struct 'Routetable' conform to the 'Sendable' protocol
public struct Routetable: NodeCollection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:309:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
public static let _shared: Routetable = .init()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:309:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let _shared: Routetable = .init()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:315:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link' may have shared mutable state; this is an error in the Swift 6 language mode
public static let _shared: Link = .init()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:314:19: note: consider making struct 'Link' conform to the 'Sendable' protocol
public struct Link: NodeCollection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:315:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
public static let _shared: Link = .init()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:315:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let _shared: Link = .init()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:329:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Generic' may have shared mutable state; this is an error in the Swift 6 language mode
public static let _shared: Generic = .init()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:328:19: note: consider making struct 'Generic' conform to the 'Sendable' protocol
public struct Generic: NodeCollection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:329:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
public static let _shared: Generic = .init()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:329:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let _shared: Generic = .init()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:347:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Generic.System' may have shared mutable state; this is an error in the Swift 6 language mode
public static let _shared: System = .init()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:346:19: note: consider making struct 'System' conform to the 'Sendable' protocol
public struct System: NodeCollection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:347:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
public static let _shared: System = .init()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:347:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let _shared: System = .init()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:357:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Generic.Ifdata' may have shared mutable state; this is an error in the Swift 6 language mode
public static let _shared: Ifdata = .init()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:356:19: note: consider making struct 'Ifdata' conform to the 'Sendable' protocol
public struct Ifdata: NodeCollection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:357:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
public static let _shared: Ifdata = .init()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:357:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let _shared: Ifdata = .init()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:363:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Generic.Ifalldata' may have shared mutable state; this is an error in the Swift 6 language mode
public static let _shared: Ifalldata = .init()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:362:19: note: consider making struct 'Ifalldata' conform to the 'Sendable' protocol
public struct Ifalldata: NodeCollection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:363:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
public static let _shared: Ifalldata = .init()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:363:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let _shared: Ifalldata = .init()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:369:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Ether' may have shared mutable state; this is an error in the Swift 6 language mode
public static let _shared: Ether = .init()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:368:19: note: consider making struct 'Ether' conform to the 'Sendable' protocol
public struct Ether: NodeCollection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:369:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
public static let _shared: Ether = .init()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:369:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let _shared: Ether = .init()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:379:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Ether.Inet' may have shared mutable state; this is an error in the Swift 6 language mode
public static let _shared: Inet = .init()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:378:19: note: consider making struct 'Inet' conform to the 'Sendable' protocol
public struct Inet: NodeCollection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:379:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
public static let _shared: Inet = .init()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:379:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let _shared: Inet = .init()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:385:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Key' may have shared mutable state; this is an error in the Swift 6 language mode
public static let _shared: Key = .init()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:384:19: note: consider making struct 'Key' conform to the 'Sendable' protocol
public struct Key: NodeCollection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:385:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
public static let _shared: Key = .init()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:385:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let _shared: Key = .init()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:447:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6' may have shared mutable state; this is an error in the Swift 6 language mode
public static let _shared: Inet6 = .init()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:446:19: note: consider making struct 'Inet6' conform to the 'Sendable' protocol
public struct Inet6: NodeCollection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:447:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
public static let _shared: Inet6 = .init()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:447:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let _shared: Inet6 = .init()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:473:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Tcp6' may have shared mutable state; this is an error in the Swift 6 language mode
public static let _shared: Tcp6 = .init()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:472:19: note: consider making struct 'Tcp6' conform to the 'Sendable' protocol
public struct Tcp6: NodeCollection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:473:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
public static let _shared: Tcp6 = .init()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:473:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let _shared: Tcp6 = .init()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:479:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Udp6' may have shared mutable state; this is an error in the Swift 6 language mode
public static let _shared: Udp6 = .init()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:478:19: note: consider making struct 'Udp6' conform to the 'Sendable' protocol
public struct Udp6: NodeCollection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:479:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
public static let _shared: Udp6 = .init()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:479:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let _shared: Udp6 = .init()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:485:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Ip6' may have shared mutable state; this is an error in the Swift 6 language mode
public static let _shared: Ip6 = .init()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:484:19: note: consider making struct 'Ip6' conform to the 'Sendable' protocol
public struct Ip6: NodeCollection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:485:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
public static let _shared: Ip6 = .init()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:485:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let _shared: Ip6 = .init()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:631:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Ip6.Addrctlpolicy' may have shared mutable state; this is an error in the Swift 6 language mode
public static let _shared: Addrctlpolicy = .init()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:630:19: note: consider making struct 'Addrctlpolicy' conform to the 'Sendable' protocol
public struct Addrctlpolicy: NodeCollection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:631:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
public static let _shared: Addrctlpolicy = .init()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:631:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let _shared: Addrctlpolicy = .init()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:637:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Ipsec6' may have shared mutable state; this is an error in the Swift 6 language mode
public static let _shared: Ipsec6 = .init()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:636:19: note: consider making struct 'Ipsec6' conform to the 'Sendable' protocol
public struct Ipsec6: NodeCollection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:637:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
public static let _shared: Ipsec6 = .init()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:637:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let _shared: Ipsec6 = .init()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:679:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Icmp6' may have shared mutable state; this is an error in the Swift 6 language mode
public static let _shared: Icmp6 = .init()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:678:19: note: consider making struct 'Icmp6' conform to the 'Sendable' protocol
public struct Icmp6: NodeCollection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:679:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
public static let _shared: Icmp6 = .init()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:679:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let _shared: Icmp6 = .init()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:753:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Systm' may have shared mutable state; this is an error in the Swift 6 language mode
public static let _shared: Systm = .init()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:752:19: note: consider making struct 'Systm' conform to the 'Sendable' protocol
public struct Systm: NodeCollection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:753:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
public static let _shared: Systm = .init()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:753:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let _shared: Systm = .init()
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Security.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Security.swift:13:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Security' may have shared mutable state; this is an error in the Swift 6 language mode
public static let _shared: Security = .init()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Security.swift:12:19: note: consider making struct 'Security' conform to the 'Sendable' protocol
public struct Security: NodeCollection {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Security.swift:13:27: note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
public static let _shared: Security = .init()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Security.swift:13:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let _shared: Security = .init()
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Emitting module for SwiftSysctl (in target 'SwiftSysctl' from project 'SwiftSysctl')
SwiftDriver\ Compilation\ Requirements SwiftSysctl normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftSysctl' from project 'SwiftSysctl')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftSysctl -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling OID+Sysctl.x86_64.swift, OID+VFS.x86_64.swift, OID+VM.x86_64.swift, BitFlags.swift, FieldProtocol.swift, NodeCollection.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
SwiftDriverJobDiscovery normal arm64 Compiling Nodes.swift, CtlKind.swift, CtlType.swift, OID+Sysctl.swift, OID+TopLevel.swift, OID.swift, OID+Debug.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/SwiftSysctl-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl-Swift.h (in target 'SwiftSysctl' from project 'SwiftSysctl')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/SwiftSysctl-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftSysctl.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.swiftmodule (in target 'SwiftSysctl' from project 'SwiftSysctl')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftSysctl.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftSysctl.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.swiftdoc (in target 'SwiftSysctl' from project 'SwiftSysctl')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftSysctl.swiftmodule/arm64-apple-ios.swiftdoc
SwiftDriverJobDiscovery normal arm64 Compiling NodeProtocol.swift, SwiftSysctl.swift, SysctlError.swift, TopNodes.swift, Field.swift, Node.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftSysctl.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.abi.json (in target 'SwiftSysctl' from project 'SwiftSysctl')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftSysctl.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftSysctl.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.swiftsourceinfo (in target 'SwiftSysctl' from project 'SwiftSysctl')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftSysctl.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Nodes+MachDep.x86_64.swift, Nodes+Net.x86_64.swift, Nodes+Security.x86_64.swift, Nodes+Sysctl.x86_64.swift, Nodes+VFS.x86_64.swift, Nodes+VM.x86_64.swift, Nodes+Sysctl.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
SwiftDriverJobDiscovery normal arm64 Compiling Nodes+Security.arm64.swift, Nodes+Sysctl.arm64.swift, Nodes+VFS.arm64.swift, Nodes+VM.arm64.swift, Nodes+Debug.x86_64.swift, Nodes+HW.x86_64.swift, Nodes+Kern.x86_64.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
SwiftDriverJobDiscovery normal arm64 Compiling Nodes+VFS.swift, Nodes+VM.swift, Nodes+Debug.arm64.swift, Nodes+HW.arm64.swift, Nodes+Kern.arm64.swift, Nodes+MachDep.arm64.swift, Nodes+Net.arm64.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
SwiftDriverJobDiscovery normal arm64 Compiling OID+HW.swift, OID+Kern.swift, OID+MachDep.swift, OID+Net.swift, OID+VFS.swift, OID+VM.swift, OID+Debug.arm64.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
SwiftDriverJobDiscovery normal arm64 Compiling OID+VM.arm64.swift, OID+Debug.x86_64.swift, OID+HW.x86_64.swift, OID+Kern.x86_64.swift, OID+MachDep.x86_64.swift, OID+Net.x86_64.swift, OID+Security.x86_64.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
SwiftDriverJobDiscovery normal arm64 Compiling Sysctl+.swift, Nodes+Debug.swift, Nodes+HW.swift, Nodes+Kern.swift, Nodes+MachDep.swift, Nodes+Net.swift, Nodes+Security.swift (in target 'SwiftSysctl' from project 'SwiftSysctl')
SwiftDriverJobDiscovery normal arm64 Compiling OID+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-iphoneos/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftSysctl.o normal (in target 'SwiftSysctl' from project 'SwiftSysctl')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftSysctl.o
ExtractAppIntentsMetadata (in target 'SwiftSysctl' from project 'SwiftSysctl')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name SwiftSysctl --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.SwiftSysctl --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftSysctl.appintents --target-triple arm64-apple-ios12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftSysctl.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/SwiftSysctl.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/SwiftSysctl.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSysctl.build/Debug-iphoneos/SwiftSysctl.build/Objects-normal/arm64/SwiftSysctl.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-30 00:17:45.553 appintentsmetadataprocessor[720:4101] Starting appintentsmetadataprocessor export
2025-04-30 00:17:45.596 appintentsmetadataprocessor[720:4101] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftSysctl.o (in target 'SwiftSysctl' from project 'SwiftSysctl')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftSysctl.o
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftSysctl",
"name" : "SwiftSysctl",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftSysctl",
"targets" : [
"SwiftSysctl"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftSysctlTests",
"module_type" : "SwiftTarget",
"name" : "SwiftSysctlTests",
"path" : "Tests/SwiftSysctlTests",
"sources" : [
"SwiftSysctlTests.swift"
],
"target_dependencies" : [
"SwiftSysctl"
],
"type" : "test"
},
{
"c99name" : "SwiftSysctl",
"module_type" : "SwiftTarget",
"name" : "SwiftSysctl",
"path" : "Sources/SwiftSysctl",
"product_memberships" : [
"SwiftSysctl"
],
"sources" : [
"Extension/Sysctl+.swift",
"Node/Node/Nodes+Debug.swift",
"Node/Node/Nodes+HW.swift",
"Node/Node/Nodes+Kern.swift",
"Node/Node/Nodes+MachDep.swift",
"Node/Node/Nodes+Net.swift",
"Node/Node/Nodes+Security.swift",
"Node/Node/Nodes+VFS.swift",
"Node/Node/Nodes+VM.swift",
"Node/Node/arm64/Nodes+Debug.arm64.swift",
"Node/Node/arm64/Nodes+HW.arm64.swift",
"Node/Node/arm64/Nodes+Kern.arm64.swift",
"Node/Node/arm64/Nodes+MachDep.arm64.swift",
"Node/Node/arm64/Nodes+Net.arm64.swift",
"Node/Node/arm64/Nodes+Security.arm64.swift",
"Node/Node/arm64/Nodes+Sysctl.arm64.swift",
"Node/Node/arm64/Nodes+VFS.arm64.swift",
"Node/Node/arm64/Nodes+VM.arm64.swift",
"Node/Node/x86_64/Nodes+Debug.x86_64.swift",
"Node/Node/x86_64/Nodes+HW.x86_64.swift",
"Node/Node/x86_64/Nodes+Kern.x86_64.swift",
"Node/Node/x86_64/Nodes+MachDep.x86_64.swift",
"Node/Node/x86_64/Nodes+Net.x86_64.swift",
"Node/Node/x86_64/Nodes+Security.x86_64.swift",
"Node/Node/x86_64/Nodes+Sysctl.x86_64.swift",
"Node/Node/x86_64/Nodes+VFS.x86_64.swift",
"Node/Node/x86_64/Nodes+VM.x86_64.swift",
"Node/Nodes+Sysctl.swift",
"Node/Nodes.swift",
"OID/Model/CtlKind.swift",
"OID/Model/CtlType.swift",
"OID/OID+Sysctl.swift",
"OID/OID+TopLevel.swift",
"OID/OID.swift",
"OID/OID/OID+Debug.swift",
"OID/OID/OID+HW.swift",
"OID/OID/OID+Kern.swift",
"OID/OID/OID+MachDep.swift",
"OID/OID/OID+Net.swift",
"OID/OID/OID+VFS.swift",
"OID/OID/OID+VM.swift",
"OID/OID/arm64/OID+Debug.arm64.swift",
"OID/OID/arm64/OID+HW.arm64.swift",
"OID/OID/arm64/OID+Kern.arm64.swift",
"OID/OID/arm64/OID+MachDep.arm64.swift",
"OID/OID/arm64/OID+Net.arm64.swift",
"OID/OID/arm64/OID+Security.arm64.swift",
"OID/OID/arm64/OID+Sysctl.arm64.swift",
"OID/OID/arm64/OID+VFS.arm64.swift",
"OID/OID/arm64/OID+VM.arm64.swift",
"OID/OID/x86_64/OID+Debug.x86_64.swift",
"OID/OID/x86_64/OID+HW.x86_64.swift",
"OID/OID/x86_64/OID+Kern.x86_64.swift",
"OID/OID/x86_64/OID+MachDep.x86_64.swift",
"OID/OID/x86_64/OID+Net.x86_64.swift",
"OID/OID/x86_64/OID+Security.x86_64.swift",
"OID/OID/x86_64/OID+Sysctl.x86_64.swift",
"OID/OID/x86_64/OID+VFS.x86_64.swift",
"OID/OID/x86_64/OID+VM.x86_64.swift",
"Protocol/BitFlags.swift",
"Protocol/FieldProtocol.swift",
"Protocol/NodeCollection.swift",
"Protocol/NodeProtocol.swift",
"SwiftSysctl.swift",
"SysctlError.swift",
"TopNodes.swift",
"Util/Field.swift",
"Util/Node.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.