This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build SwiftSysctl with Swift 6.0 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

Build Log

     |                |- note: annotate 'wkh_datime' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 415 |         name: "wkh_datime",
 416 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:419: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
 417 |     )
 418 |
 419 |     static let wkh_decompressions: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'wkh_decompressions' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 420 |         name: "wkh_decompressions",
 421 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:424: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
 422 |     )
 423 |
 424 |     static let wks_datime: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'wks_datime' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 425 |         name: "wks_datime",
 426 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:429: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
 427 |     )
 428 |
 429 |     static let wks_decompressions: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'wks_decompressions' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 430 |         name: "wks_decompressions",
 431 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:434: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
 432 |     )
 433 |
 434 |     static let wk_decompressed_bytes: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'wk_decompressed_bytes' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 435 |         name: "wk_decompressed_bytes",
 436 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:439: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
 437 |     )
 438 |
 439 |     static let wk_sv_decompressions: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'wk_sv_decompressions' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 440 |         name: "wk_sv_decompressions",
 441 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:444:16: warning: static property 'lz4_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
 442 |     )
 443 |
 444 |     static let lz4_threshold: NameOID = .init(
     |                |- warning: static property 'lz4_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
     |                |- note: annotate 'lz4_threshold' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 445 |         name: "lz4_threshold",
 446 |         format: "I"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:449: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
 447 |     )
 448 |
 449 |     static let wkdm_reeval_threshold: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'wkdm_reeval_threshold' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 450 |         name: "wkdm_reeval_threshold",
 451 |         format: "I"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:454:16: warning: static property 'lz4_max_failure_skips' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
 452 |     )
 453 |
 454 |     static let lz4_max_failure_skips: NameOID = .init(
     |                |- warning: static property 'lz4_max_failure_skips' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'lz4_max_failure_skips' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 455 |         name: "lz4_max_failure_skips",
 456 |         format: "I"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:459:16: warning: static property 'lz4_max_failure_run_length' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
 457 |     )
 458 |
 459 |     static let lz4_max_failure_run_length: NameOID = .init(
     |                |- warning: static property 'lz4_max_failure_run_length' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'lz4_max_failure_run_length' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 460 |         name: "lz4_max_failure_run_length",
 461 |         format: "I"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:464:16: warning: static property 'lz4_max_preselects' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
 462 |     )
 463 |
 464 |     static let lz4_max_preselects: NameOID = .init(
     |                |- warning: static property 'lz4_max_preselects' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'lz4_max_preselects' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 465 |         name: "lz4_max_preselects",
 466 |         format: "I"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:469:16: warning: static property 'lz4_run_preselection_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
 467 |     )
 468 |
 469 |     static let lz4_run_preselection_threshold: NameOID = .init(
     |                |- warning: static property 'lz4_run_preselection_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
     |                |- note: annotate 'lz4_run_preselection_threshold' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 470 |         name: "lz4_run_preselection_threshold",
 471 |         format: "I"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:474:16: warning: static property 'lz4_run_continue_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
 472 |     )
 473 |
 474 |     static let lz4_run_continue_bytes: NameOID = .init(
     |                |- warning: static property 'lz4_run_continue_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
     |                |- note: annotate 'lz4_run_continue_bytes' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 475 |         name: "lz4_run_continue_bytes",
 476 |         format: "I"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:479:16: warning: static property 'lz4_profitable_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
 477 |     )
 478 |
 479 |     static let lz4_profitable_bytes: NameOID = .init(
     |                |- warning: static property 'lz4_profitable_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
     |                |- note: annotate 'lz4_profitable_bytes' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 480 |         name: "lz4_profitable_bytes",
 481 |         format: "I"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:484: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
 482 |     )
 483 |
 484 |     static let vm_page_background_mode: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'vm_page_background_mode' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 485 |         name: "vm_page_background_mode",
 486 |         format: "I"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:489: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
 487 |     )
 488 |
 489 |     static let vm_page_background_exclude_external: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'vm_page_background_exclude_external' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 490 |         name: "vm_page_background_exclude_external",
 491 |         format: "I"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:494: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
 492 |     )
 493 |
 494 |     static let vm_page_background_target: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'vm_page_background_target' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 495 |         name: "vm_page_background_target",
 496 |         format: "I"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:499: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
 497 |     )
 498 |
 499 |     static let vm_page_background_count: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'vm_page_background_count' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 500 |         name: "vm_page_background_count",
 501 |         format: "I"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:504: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
 502 |     )
 503 |
 504 |     static let vm_page_background_internal_count: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'vm_page_background_internal_count' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 505 |         name: "vm_page_background_internal_count",
 506 |         format: "I"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:509: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
 507 |     )
 508 |
 509 |     static let vm_page_background_external_count: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'vm_page_background_external_count' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 510 |         name: "vm_page_background_external_count",
 511 |         format: "I"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:514: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
 512 |     )
 513 |
 514 |     static let vm_page_background_promoted_count: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'vm_page_background_promoted_count' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 515 |         name: "vm_page_background_promoted_count",
 516 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:519: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
 517 |     )
 518 |
 519 |     static let vm_pageout_considered_bq_internal: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'vm_pageout_considered_bq_internal' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 520 |         name: "vm_pageout_considered_bq_internal",
 521 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:524: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
 522 |     )
 523 |
 524 |     static let vm_pageout_considered_bq_external: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'vm_pageout_considered_bq_external' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 525 |         name: "vm_pageout_considered_bq_external",
 526 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:529: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
 527 |     )
 528 |
 529 |     static let vm_pageout_rejected_bq_internal: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'vm_pageout_rejected_bq_internal' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 530 |         name: "vm_pageout_rejected_bq_internal",
 531 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:534: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
 532 |     )
 533 |
 534 |     static let vm_pageout_rejected_bq_external: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'vm_pageout_rejected_bq_external' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 535 |         name: "vm_pageout_rejected_bq_external",
 536 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:539:16: warning: static property 'darkwake_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
 537 |     )
 538 |
 539 |     static let darkwake_mode: NameOID = .init(
     |                |- warning: static property 'darkwake_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
     |                |- note: annotate 'darkwake_mode' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 540 |         name: "darkwake_mode",
 541 |         format: "I"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:544:16: warning: static property 'get_owned_vmobjects' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
 542 |     )
 543 |
 544 |     static let get_owned_vmobjects: NameOID = .init(
     |                |- warning: static property 'get_owned_vmobjects' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'get_owned_vmobjects' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 545 |         name: "get_owned_vmobjects",
 546 |         format: "A"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:549:16: warning: static property 'cs_blob_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
 547 |     )
 548 |
 549 |     static let cs_blob_count: NameOID = .init(
     |                |- warning: static property 'cs_blob_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
     |                |- note: annotate 'cs_blob_count' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 550 |         name: "cs_blob_count",
 551 |         format: "IU"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:554:16: warning: static property 'cs_blob_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
 552 |     )
 553 |
 554 |     static let cs_blob_size: NameOID = .init(
     |                |- warning: static property 'cs_blob_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
     |                |- note: annotate 'cs_blob_size' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 555 |         name: "cs_blob_size",
 556 |         format: "LU"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:559:16: warning: static property 'cs_blob_count_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
 557 |     )
 558 |
 559 |     static let cs_blob_count_peak: NameOID = .init(
     |                |- warning: static property 'cs_blob_count_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
     |                |- note: annotate 'cs_blob_count_peak' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 560 |         name: "cs_blob_count_peak",
 561 |         format: "IU"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:564:16: warning: static property 'cs_blob_size_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
 562 |     )
 563 |
 564 |     static let cs_blob_size_peak: NameOID = .init(
     |                |- warning: static property 'cs_blob_size_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
     |                |- note: annotate 'cs_blob_size_peak' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 565 |         name: "cs_blob_size_peak",
 566 |         format: "LU"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:569:16: warning: static property 'cs_blob_size_max' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
 567 |     )
 568 |
 569 |     static let cs_blob_size_max: NameOID = .init(
     |                |- warning: static property 'cs_blob_size_max' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'cs_blob_size_max' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 570 |         name: "cs_blob_size_max",
 571 |         format: "LU"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:574: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
 572 |     )
 573 |
 574 |     static let self_region_footprint: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'self_region_footprint' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 575 |         name: "self_region_footprint",
 576 |         format: "I"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:579: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
 577 |     )
 578 |
 579 |     static let self_region_page_size: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'self_region_page_size' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 580 |         name: "self_region_page_size",
 581 |         format: "I"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:584:16: warning: static property 'cs_executable_create_upl' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
 582 |     )
 583 |
 584 |     static let cs_executable_create_upl: NameOID = .init(
     |                |- warning: static property 'cs_executable_create_upl' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'cs_executable_create_upl' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 585 |         name: "cs_executable_create_upl",
 586 |         format: "I"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:589:16: warning: static property 'cs_executable_wire' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
 587 |     )
 588 |
 589 |     static let cs_executable_wire: NameOID = .init(
     |                |- warning: static property 'cs_executable_wire' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'cs_executable_wire' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 590 |         name: "cs_executable_wire",
 591 |         format: "I"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:594:16: warning: static property 'apple_protect_pager_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
 592 |     )
 593 |
 594 |     static let apple_protect_pager_count: NameOID = .init(
     |                |- warning: static property 'apple_protect_pager_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
     |                |- note: annotate 'apple_protect_pager_count' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 595 |         name: "apple_protect_pager_count",
 596 |         format: "I"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:599:16: warning: static property 'apple_protect_pager_count_mapped' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
 597 |     )
 598 |
 599 |     static let apple_protect_pager_count_mapped: NameOID = .init(
     |                |- warning: static property 'apple_protect_pager_count_mapped' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'apple_protect_pager_count_mapped' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 600 |         name: "apple_protect_pager_count_mapped",
 601 |         format: "I"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:604:16: warning: static property 'apple_protect_pager_cache_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
 602 |     )
 603 |
 604 |     static let apple_protect_pager_cache_limit: NameOID = .init(
     |                |- warning: static property 'apple_protect_pager_cache_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
     |                |- note: annotate 'apple_protect_pager_cache_limit' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 605 |         name: "apple_protect_pager_cache_limit",
 606 |         format: "IU"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:609: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
 607 |     )
 608 |
 609 |     static let vm_do_collapse_compressor: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'vm_do_collapse_compressor' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 610 |         name: "vm_do_collapse_compressor",
 611 |         format: "I"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:614: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
 612 |     )
 613 |
 614 |     static let vm_do_collapse_compressor_pages: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'vm_do_collapse_compressor_pages' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 615 |         name: "vm_do_collapse_compressor_pages",
 616 |         format: "I"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:619: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
 617 |     )
 618 |
 619 |     static let vm_do_collapse_terminate: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'vm_do_collapse_terminate' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 620 |         name: "vm_do_collapse_terminate",
 621 |         format: "I"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:624: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
 622 |     )
 623 |
 624 |     static let vm_do_collapse_terminate_failure: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'vm_do_collapse_terminate_failure' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 625 |         name: "vm_do_collapse_terminate_failure",
 626 |         format: "I"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:629: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
 627 |     )
 628 |
 629 |     static let vm_should_cow_but_wired: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'vm_should_cow_but_wired' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 630 |         name: "vm_should_cow_but_wired",
 631 |         format: "I"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:634: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
 632 |     )
 633 |
 634 |     static let vm_create_upl_extra_cow: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'vm_create_upl_extra_cow' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 635 |         name: "vm_create_upl_extra_cow",
 636 |         format: "I"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:639: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
 637 |     )
 638 |
 639 |     static let vm_create_upl_extra_cow_pages: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'vm_create_upl_extra_cow_pages' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 640 |         name: "vm_create_upl_extra_cow_pages",
 641 |         format: "I"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:644: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
 642 |     )
 643 |
 644 |     static let vm_create_upl_lookup_failure_write: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'vm_create_upl_lookup_failure_write' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 645 |         name: "vm_create_upl_lookup_failure_write",
 646 |         format: "I"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:649: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
 647 |     )
 648 |
 649 |     static let vm_create_upl_lookup_failure_copy: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'vm_create_upl_lookup_failure_copy' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 650 |         name: "vm_create_upl_lookup_failure_copy",
 651 |         format: "I"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:654: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
 652 |     )
 653 |
 654 |     static let vm_debug_events: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'vm_debug_events' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 655 |         name: "vm_debug_events",
 656 |         format: "I"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:659: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
 657 |     )
 658 |
 659 |     static let shared_region_unnest_logging: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'shared_region_unnest_logging' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 660 |         name: "shared_region_unnest_logging",
 661 |         format: "I"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:664:16: warning: static property 'enforce_shared_cache_dir' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
 662 |     )
 663 |
 664 |     static let enforce_shared_cache_dir: NameOID = .init(
     |                |- warning: static property 'enforce_shared_cache_dir' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'enforce_shared_cache_dir' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 665 |         name: "enforce_shared_cache_dir",
 666 |         format: "I"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:669: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
 667 |     )
 668 |
 669 |     static let shared_region_trace_level: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'shared_region_trace_level' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 670 |         name: "shared_region_trace_level",
 671 |         format: "I"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:674: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
 672 |     )
 673 |
 674 |     static let shared_region_version: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'shared_region_version' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 675 |         name: "shared_region_version",
 676 |         format: "I"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:679: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
 677 |     )
 678 |
 679 |     static let shared_region_persistence: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'shared_region_persistence' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 680 |         name: "shared_region_persistence",
 681 |         format: "I"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:684: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
 682 |     )
 683 |
 684 |     static let pagesize: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'pagesize' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 685 |         name: "pagesize",
 686 |         format: "I"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:689: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
 687 |     )
 688 |
 689 |     static let vm_page_free_target: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'vm_page_free_target' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 690 |         name: "vm_page_free_target",
 691 |         format: "I"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:694:16: warning: static property 'memory_pressure' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
 692 |     )
 693 |
 694 |     static let memory_pressure: NameOID = .init(
     |                |- warning: static property 'memory_pressure' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'memory_pressure' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 695 |         name: "memory_pressure",
 696 |         format: "I"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:699:16: warning: static property 'page_free_wanted' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
 697 |     )
 698 |
 699 |     static let page_free_wanted: NameOID = .init(
     |                |- warning: static property 'page_free_wanted' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'page_free_wanted' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 700 |         name: "page_free_wanted",
 701 |         format: "I"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:704:16: warning: static property 'page_purgeable_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
 702 |     )
 703 |
 704 |     static let page_purgeable_count: NameOID = .init(
     |                |- warning: static property 'page_purgeable_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'page_purgeable_count' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 705 |         name: "page_purgeable_count",
 706 |         format: "I"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:709:16: warning: static property 'page_purgeable_wired_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
 707 |     )
 708 |
 709 |     static let page_purgeable_wired_count: NameOID = .init(
     |                |- warning: static property 'page_purgeable_wired_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'page_purgeable_wired_count' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 710 |         name: "page_purgeable_wired_count",
 711 |         format: "I"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:714:16: warning: static property 'kern_lpage_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
 712 |     )
 713 |
 714 |     static let kern_lpage_count: NameOID = .init(
     |                |- warning: static property 'kern_lpage_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
     |                |- note: annotate 'kern_lpage_count' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 715 |         name: "kern_lpage_count",
 716 |         format: "I"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:719:16: warning: static property 'madvise_free_debug' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
 717 |     )
 718 |
 719 |     static let madvise_free_debug: NameOID = .init(
     |                |- warning: static property 'madvise_free_debug' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'madvise_free_debug' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 720 |         name: "madvise_free_debug",
 721 |         format: "I"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:724:16: warning: static property 'madvise_free_debug_sometimes' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
 722 |     )
 723 |
 724 |     static let madvise_free_debug_sometimes: NameOID = .init(
     |                |- warning: static property 'madvise_free_debug_sometimes' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'madvise_free_debug_sometimes' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 725 |         name: "madvise_free_debug_sometimes",
 726 |         format: "I"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:729:16: warning: static property 'page_reusable_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
 727 |     )
 728 |
 729 |     static let page_reusable_count: NameOID = .init(
     |                |- warning: static property 'page_reusable_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'page_reusable_count' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 730 |         name: "page_reusable_count",
 731 |         format: "I"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:734: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
 732 |     )
 733 |
 734 |     static let reusable_success: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'reusable_success' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 735 |         name: "reusable_success",
 736 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:739: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
 737 |     )
 738 |
 739 |     static let reusable_failure: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'reusable_failure' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 740 |         name: "reusable_failure",
 741 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:744: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
 742 |     )
 743 |
 744 |     static let reusable_pages_shared: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'reusable_pages_shared' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 745 |         name: "reusable_pages_shared",
 746 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:749:16: warning: static property 'all_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
 747 |     )
 748 |
 749 |     static let all_reusable_calls: NameOID = .init(
     |                |- warning: static property 'all_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
     |                |- note: annotate 'all_reusable_calls' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 750 |         name: "all_reusable_calls",
 751 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:754: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
 752 |     )
 753 |
 754 |     static let partial_reusable_calls: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'partial_reusable_calls' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 755 |         name: "partial_reusable_calls",
 756 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:759: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
 757 |     )
 758 |
 759 |     static let reuse_success: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'reuse_success' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 760 |         name: "reuse_success",
 761 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:764: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
 762 |     )
 763 |
 764 |     static let reuse_failure: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'reuse_failure' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 765 |         name: "reuse_failure",
 766 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:769:16: warning: static property 'all_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
 767 |     )
 768 |
 769 |     static let all_reuse_calls: NameOID = .init(
     |                |- warning: static property 'all_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
     |                |- note: annotate 'all_reuse_calls' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 770 |         name: "all_reuse_calls",
 771 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:774: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
 772 |     )
 773 |
 774 |     static let partial_reuse_calls: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'partial_reuse_calls' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 775 |         name: "partial_reuse_calls",
 776 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:779:16: warning: static property 'can_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
 777 |     )
 778 |
 779 |     static let can_reuse_success: NameOID = .init(
     |                |- warning: static property 'can_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
     |                |- note: annotate 'can_reuse_success' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 780 |         name: "can_reuse_success",
 781 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:784:16: warning: static property 'can_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
 782 |     )
 783 |
 784 |     static let can_reuse_failure: NameOID = .init(
     |                |- warning: static property 'can_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
     |                |- note: annotate 'can_reuse_failure' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 785 |         name: "can_reuse_failure",
 786 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:789: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
 787 |     )
 788 |
 789 |     static let reusable_reclaimed: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'reusable_reclaimed' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 790 |         name: "reusable_reclaimed",
 791 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:794: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
 792 |     )
 793 |
 794 |     static let reusable_nonwritable: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'reusable_nonwritable' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 795 |         name: "reusable_nonwritable",
 796 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:799: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
 797 |     )
 798 |
 799 |     static let reusable_shared: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'reusable_shared' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 800 |         name: "reusable_shared",
 801 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:804:16: warning: static property 'free_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
 802 |     )
 803 |
 804 |     static let free_shared: NameOID = .init(
     |                |- warning: static property 'free_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
     |                |- note: annotate 'free_shared' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 805 |         name: "free_shared",
 806 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:809:16: warning: static property 'page_free_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
 807 |     )
 808 |
 809 |     static let page_free_count: NameOID = .init(
     |                |- warning: static property 'page_free_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'page_free_count' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 810 |         name: "page_free_count",
 811 |         format: "IU"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:814:16: warning: static property 'page_speculative_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
 812 |     )
 813 |
 814 |     static let page_speculative_count: NameOID = .init(
     |                |- warning: static property 'page_speculative_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'page_speculative_count' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 815 |         name: "page_speculative_count",
 816 |         format: "IU"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:819:16: warning: static property 'page_cleaned_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
 817 |     )
 818 |
 819 |     static let page_cleaned_count: NameOID = .init(
     |                |- warning: static property 'page_cleaned_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'page_cleaned_count' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 820 |         name: "page_cleaned_count",
 821 |         format: "IU"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:824:16: warning: static property 'page_pageable_internal_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
 822 |     )
 823 |
 824 |     static let page_pageable_internal_count: NameOID = .init(
     |                |- warning: static property 'page_pageable_internal_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'page_pageable_internal_count' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 825 |         name: "page_pageable_internal_count",
 826 |         format: "IU"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:829:16: warning: static property 'page_pageable_external_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
 827 |     )
 828 |
 829 |     static let page_pageable_external_count: NameOID = .init(
     |                |- warning: static property 'page_pageable_external_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'page_pageable_external_count' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 830 |         name: "page_pageable_external_count",
 831 |         format: "IU"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:834:16: warning: static property 'pageout_inactive_clean' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
 832 |     )
 833 |
 834 |     static let pageout_inactive_clean: NameOID = .init(
     |                |- warning: static property 'pageout_inactive_clean' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'pageout_inactive_clean' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 835 |         name: "pageout_inactive_clean",
 836 |         format: "IU"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:839:16: warning: static property 'pageout_inactive_used' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
 837 |     )
 838 |
 839 |     static let pageout_inactive_used: NameOID = .init(
     |                |- warning: static property 'pageout_inactive_used' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'pageout_inactive_used' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 840 |         name: "pageout_inactive_used",
 841 |         format: "IU"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:844:16: warning: static property 'pageout_inactive_dirty_internal' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
 842 |     )
 843 |
 844 |     static let pageout_inactive_dirty_internal: NameOID = .init(
     |                |- warning: static property 'pageout_inactive_dirty_internal' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'pageout_inactive_dirty_internal' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 845 |         name: "pageout_inactive_dirty_internal",
 846 |         format: "LU"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:849:16: warning: static property 'pageout_inactive_dirty_external' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
 847 |     )
 848 |
 849 |     static let pageout_inactive_dirty_external: NameOID = .init(
     |                |- warning: static property 'pageout_inactive_dirty_external' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'pageout_inactive_dirty_external' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 850 |         name: "pageout_inactive_dirty_external",
 851 |         format: "LU"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:854: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
 852 |     )
 853 |
 854 |     static let pageout_speculative_clean: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'pageout_speculative_clean' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 855 |         name: "pageout_speculative_clean",
 856 |         format: "LU"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:859:16: warning: static property 'pageout_freed_external' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
 857 |     )
 858 |
 859 |     static let pageout_freed_external: NameOID = .init(
     |                |- warning: static property 'pageout_freed_external' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'pageout_freed_external' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 860 |         name: "pageout_freed_external",
 861 |         format: "LU"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:864:16: warning: static property 'pageout_freed_speculative' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
 862 |     )
 863 |
 864 |     static let pageout_freed_speculative: NameOID = .init(
     |                |- warning: static property 'pageout_freed_speculative' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'pageout_freed_speculative' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 865 |         name: "pageout_freed_speculative",
 866 |         format: "LU"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:869:16: warning: static property 'pageout_freed_cleaned' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
 867 |     )
 868 |
 869 |     static let pageout_freed_cleaned: NameOID = .init(
     |                |- warning: static property 'pageout_freed_cleaned' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'pageout_freed_cleaned' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 870 |         name: "pageout_freed_cleaned",
 871 |         format: "LU"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:874:16: warning: static property 'pageout_protected_sharedcache' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
 872 |     )
 873 |
 874 |     static let pageout_protected_sharedcache: NameOID = .init(
     |                |- warning: static property 'pageout_protected_sharedcache' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'pageout_protected_sharedcache' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 875 |         name: "pageout_protected_sharedcache",
 876 |         format: "LU"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:879:16: warning: static property 'pageout_forcereclaimed_sharedcache' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
 877 |     )
 878 |
 879 |     static let pageout_forcereclaimed_sharedcache: NameOID = .init(
     |                |- warning: static property 'pageout_forcereclaimed_sharedcache' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'pageout_forcereclaimed_sharedcache' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 880 |         name: "pageout_forcereclaimed_sharedcache",
 881 |         format: "LU"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:884:16: warning: static property 'pageout_protected_realtime' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
 882 |     )
 883 |
 884 |     static let pageout_protected_realtime: NameOID = .init(
     |                |- warning: static property 'pageout_protected_realtime' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'pageout_protected_realtime' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 885 |         name: "pageout_protected_realtime",
 886 |         format: "LU"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:889:16: warning: static property 'pageout_forcereclaimed_realtime' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
 887 |     )
 888 |
 889 |     static let pageout_forcereclaimed_realtime: NameOID = .init(
     |                |- warning: static property 'pageout_forcereclaimed_realtime' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'pageout_forcereclaimed_realtime' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 890 |         name: "pageout_forcereclaimed_realtime",
 891 |         format: "LU"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:894:16: warning: static property 'page_realtime_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
 892 |     )
 893 |
 894 |     static let page_realtime_count: NameOID = .init(
     |                |- warning: static property 'page_realtime_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'page_realtime_count' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 895 |         name: "page_realtime_count",
 896 |         format: "IU"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:899:16: warning: static property 'pageout_protect_realtime' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
 897 |     )
 898 |
 899 |     static let pageout_protect_realtime: NameOID = .init(
     |                |- warning: static property 'pageout_protect_realtime' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'pageout_protect_realtime' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 900 |         name: "pageout_protect_realtime",
 901 |         format: "I"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:904: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
 902 |     )
 903 |
 904 |     static let prefault_nb_pages: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'prefault_nb_pages' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 905 |         name: "prefault_nb_pages",
 906 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:909: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
 907 |     )
 908 |
 909 |     static let prefault_nb_bailout: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'prefault_nb_bailout' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 910 |         name: "prefault_nb_bailout",
 911 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:914:16: warning: static property 'vm_clump_promote_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
 912 |     )
 913 |
 914 |     static let vm_clump_promote_threshold: NameOID = .init(
     |                |- warning: static property 'vm_clump_promote_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
     |                |- note: annotate 'vm_clump_promote_threshold' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 915 |         name: "vm_clump_promote_threshold",
 916 |         format: "IU"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:919: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
 917 |     )
 918 |
 919 |     static let vm_min_kernel_address: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'vm_min_kernel_address' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 920 |         name: "vm_min_kernel_address",
 921 |         format: "LU"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:924: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
 922 |     )
 923 |
 924 |     static let vm_max_kernel_address: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'vm_max_kernel_address' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 925 |         name: "vm_max_kernel_address",
 926 |         format: "LU"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:929: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
 927 |     )
 928 |
 929 |     static let pages: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'pages' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 930 |         name: "pages",
 931 |         format: "IU"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:934:16: warning: static property 'page_busy_absent_skipped' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
 932 |     )
 933 |
 934 |     static let page_busy_absent_skipped: NameOID = .init(
     |                |- warning: static property 'page_busy_absent_skipped' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'page_busy_absent_skipped' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 935 |         name: "page_busy_absent_skipped",
 936 |         format: "IU"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:939: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
 937 |     )
 938 |
 939 |     static let upl_pages_tainted: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'upl_pages_tainted' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 940 |         name: "upl_pages_tainted",
 941 |         format: "IU"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:944:16: warning: static property 'iopl_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
 942 |     )
 943 |
 944 |     static let iopl_pages_tainted: NameOID = .init(
     |                |- warning: static property 'iopl_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
     |                |- note: annotate 'iopl_pages_tainted' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 945 |         name: "iopl_pages_tainted",
 946 |         format: "IU"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:949:16: warning: static property 'corpse_footprint_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
 947 |     )
 948 |
 949 |     static let corpse_footprint_count: NameOID = .init(
     |                |- warning: static property 'corpse_footprint_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
     |                |- note: annotate 'corpse_footprint_count' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 950 |         name: "corpse_footprint_count",
 951 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:954:16: warning: static property 'corpse_footprint_size_avg' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
 952 |     )
 953 |
 954 |     static let corpse_footprint_size_avg: NameOID = .init(
     |                |- warning: static property 'corpse_footprint_size_avg' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'corpse_footprint_size_avg' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 955 |         name: "corpse_footprint_size_avg",
 956 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:959:16: warning: static property 'corpse_footprint_size_max' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
 957 |     )
 958 |
 959 |     static let corpse_footprint_size_max: NameOID = .init(
     |                |- warning: static property 'corpse_footprint_size_max' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'corpse_footprint_size_max' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 960 |         name: "corpse_footprint_size_max",
 961 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:964:16: warning: static property 'corpse_footprint_full' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
 962 |     )
 963 |
 964 |     static let corpse_footprint_full: NameOID = .init(
     |                |- warning: static property 'corpse_footprint_full' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'corpse_footprint_full' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 965 |         name: "corpse_footprint_full",
 966 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:969:16: warning: static property 'corpse_footprint_no_buf' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
 967 |     )
 968 |
 969 |     static let corpse_footprint_no_buf: NameOID = .init(
     |                |- warning: static property 'corpse_footprint_no_buf' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'corpse_footprint_no_buf' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 970 |         name: "corpse_footprint_no_buf",
 971 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:974: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
 972 |     )
 973 |
 974 |     static let shared_region_pager_copied: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'shared_region_pager_copied' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 975 |         name: "shared_region_pager_copied",
 976 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:979: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
 977 |     )
 978 |
 979 |     static let shared_region_pager_slid: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'shared_region_pager_slid' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 980 |         name: "shared_region_pager_slid",
 981 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:984: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
 982 |     )
 983 |
 984 |     static let shared_region_pager_slid_error: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'shared_region_pager_slid_error' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 985 |         name: "shared_region_pager_slid_error",
 986 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:989: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
 987 |     )
 988 |
 989 |     static let shared_region_pager_reclaimed: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'shared_region_pager_reclaimed' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 990 |         name: "shared_region_pager_reclaimed",
 991 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:994: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
 992 |     )
 993 |
 994 |     static let shared_region_destroy_delay: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'shared_region_destroy_delay' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 995 |         name: "shared_region_destroy_delay",
 996 |         format: "I"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:999:16: warning: static property 'map_lookup_locked_copy_slowly_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
 997 |     )
 998 |
 999 |     static let map_lookup_locked_copy_slowly_count: NameOID = .init(
     |                |- warning: static property 'map_lookup_locked_copy_slowly_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
     |                |- note: annotate 'map_lookup_locked_copy_slowly_count' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1000 |         name: "map_lookup_locked_copy_slowly_count",
1001 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:1004:16: warning: static property 'map_lookup_locked_copy_slowly_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
1002 |     )
1003 |
1004 |     static let map_lookup_locked_copy_slowly_size: NameOID = .init(
     |                |- warning: static property 'map_lookup_locked_copy_slowly_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
     |                |- note: annotate 'map_lookup_locked_copy_slowly_size' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1005 |         name: "map_lookup_locked_copy_slowly_size",
1006 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:1009:16: warning: static property 'map_lookup_locked_copy_slowly_max' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1007 |     )
1008 |
1009 |     static let map_lookup_locked_copy_slowly_max: NameOID = .init(
     |                |- warning: static property 'map_lookup_locked_copy_slowly_max' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'map_lookup_locked_copy_slowly_max' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1010 |         name: "map_lookup_locked_copy_slowly_max",
1011 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:1014:16: warning: static property 'map_lookup_locked_copy_slowly_restart' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1012 |     )
1013 |
1014 |     static let map_lookup_locked_copy_slowly_restart: NameOID = .init(
     |                |- warning: static property 'map_lookup_locked_copy_slowly_restart' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'map_lookup_locked_copy_slowly_restart' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1015 |         name: "map_lookup_locked_copy_slowly_restart",
1016 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:1019:16: warning: static property 'map_lookup_locked_copy_slowly_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
1017 |     )
1018 |
1019 |     static let map_lookup_locked_copy_slowly_error: NameOID = .init(
     |                |- warning: static property 'map_lookup_locked_copy_slowly_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
     |                |- note: annotate 'map_lookup_locked_copy_slowly_error' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1020 |         name: "map_lookup_locked_copy_slowly_error",
1021 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:1024:16: warning: static property 'map_lookup_locked_copy_strategically_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
1022 |     )
1023 |
1024 |     static let map_lookup_locked_copy_strategically_count: NameOID = .init(
     |                |- warning: static property 'map_lookup_locked_copy_strategically_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
     |                |- note: annotate 'map_lookup_locked_copy_strategically_count' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1025 |         name: "map_lookup_locked_copy_strategically_count",
1026 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:1029:16: warning: static property 'map_lookup_locked_copy_strategically_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
1027 |     )
1028 |
1029 |     static let map_lookup_locked_copy_strategically_size: NameOID = .init(
     |                |- warning: static property 'map_lookup_locked_copy_strategically_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
     |                |- note: annotate 'map_lookup_locked_copy_strategically_size' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1030 |         name: "map_lookup_locked_copy_strategically_size",
1031 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:1034:16: warning: static property 'map_lookup_locked_copy_strategically_max' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1032 |     )
1033 |
1034 |     static let map_lookup_locked_copy_strategically_max: NameOID = .init(
     |                |- warning: static property 'map_lookup_locked_copy_strategically_max' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'map_lookup_locked_copy_strategically_max' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1035 |         name: "map_lookup_locked_copy_strategically_max",
1036 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:1039:16: warning: static property 'map_lookup_locked_copy_strategically_restart' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1037 |     )
1038 |
1039 |     static let map_lookup_locked_copy_strategically_restart: NameOID = .init(
     |                |- warning: static property 'map_lookup_locked_copy_strategically_restart' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'map_lookup_locked_copy_strategically_restart' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1040 |         name: "map_lookup_locked_copy_strategically_restart",
1041 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:1044:16: warning: static property 'map_lookup_locked_copy_strategically_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
1042 |     )
1043 |
1044 |     static let map_lookup_locked_copy_strategically_error: NameOID = .init(
     |                |- warning: static property 'map_lookup_locked_copy_strategically_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
     |                |- note: annotate 'map_lookup_locked_copy_strategically_error' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1045 |         name: "map_lookup_locked_copy_strategically_error",
1046 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:1049:16: warning: static property 'map_lookup_locked_copy_shadow_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
1047 |     )
1048 |
1049 |     static let map_lookup_locked_copy_shadow_count: NameOID = .init(
     |                |- warning: static property 'map_lookup_locked_copy_shadow_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
     |                |- note: annotate 'map_lookup_locked_copy_shadow_count' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1050 |         name: "map_lookup_locked_copy_shadow_count",
1051 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:1054:16: warning: static property 'map_lookup_locked_copy_shadow_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
1052 |     )
1053 |
1054 |     static let map_lookup_locked_copy_shadow_size: NameOID = .init(
     |                |- warning: static property 'map_lookup_locked_copy_shadow_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
     |                |- note: annotate 'map_lookup_locked_copy_shadow_size' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1055 |         name: "map_lookup_locked_copy_shadow_size",
1056 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:1059:16: warning: static property 'map_lookup_locked_copy_shadow_max' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1057 |     )
1058 |
1059 |     static let map_lookup_locked_copy_shadow_max: NameOID = .init(
     |                |- warning: static property 'map_lookup_locked_copy_shadow_max' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'map_lookup_locked_copy_shadow_max' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1060 |         name: "map_lookup_locked_copy_shadow_max",
1061 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:1064: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
1062 |     )
1063 |
1064 |     static let protect_privileged_from_untrusted: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'protect_privileged_from_untrusted' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1065 |         name: "protect_privileged_from_untrusted",
1066 |         format: "I"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:1069:16: warning: static property 'copied_on_read' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1067 |     )
1068 |
1069 |     static let copied_on_read: NameOID = .init(
     |                |- warning: static property 'copied_on_read' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'copied_on_read' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1070 |         name: "copied_on_read",
1071 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:1074: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
1072 |     )
1073 |
1074 |     static let shared_region_count: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'shared_region_count' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1075 |         name: "shared_region_count",
1076 |         format: "I"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:1079: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
1077 |     )
1078 |
1079 |     static let shared_region_peak: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'shared_region_peak' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1080 |         name: "shared_region_peak",
1081 |         format: "I"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:1084:16: warning: static property 'map_set_size_limit_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1082 |     )
1083 |
1084 |     static let map_set_size_limit_count: NameOID = .init(
     |                |- warning: static property 'map_set_size_limit_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'map_set_size_limit_count' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1085 |         name: "map_set_size_limit_count",
1086 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:1089:16: warning: static property 'map_set_data_limit_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1087 |     )
1088 |
1089 |     static let map_set_data_limit_count: NameOID = .init(
     |                |- warning: static property 'map_set_data_limit_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'map_set_data_limit_count' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1090 |         name: "map_set_data_limit_count",
1091 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:1094:16: warning: static property 'map_enter_RLIMIT_AS_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
1092 |     )
1093 |
1094 |     static let map_enter_RLIMIT_AS_count: NameOID = .init(
     |                |- warning: static property 'map_enter_RLIMIT_AS_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
     |                |- note: annotate 'map_enter_RLIMIT_AS_count' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1095 |         name: "map_enter_RLIMIT_AS_count",
1096 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:1099:16: warning: static property 'map_enter_RLIMIT_DATA_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
1097 |     )
1098 |
1099 |     static let map_enter_RLIMIT_DATA_count: NameOID = .init(
     |                |- warning: static property 'map_enter_RLIMIT_DATA_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
     |                |- note: annotate 'map_enter_RLIMIT_DATA_count' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1100 |         name: "map_enter_RLIMIT_DATA_count",
1101 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:1104:16: warning: static property 'fault_resilient_media_initiate' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1102 |     )
1103 |
1104 |     static let fault_resilient_media_initiate: NameOID = .init(
     |                |- warning: static property 'fault_resilient_media_initiate' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'fault_resilient_media_initiate' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1105 |         name: "fault_resilient_media_initiate",
1106 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:1109:16: warning: static property 'fault_resilient_media_retry' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1107 |     )
1108 |
1109 |     static let fault_resilient_media_retry: NameOID = .init(
     |                |- warning: static property 'fault_resilient_media_retry' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'fault_resilient_media_retry' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1110 |         name: "fault_resilient_media_retry",
1111 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:1114:16: warning: static property 'fault_resilient_media_proceed' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1112 |     )
1113 |
1114 |     static let fault_resilient_media_proceed: NameOID = .init(
     |                |- warning: static property 'fault_resilient_media_proceed' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'fault_resilient_media_proceed' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1115 |         name: "fault_resilient_media_proceed",
1116 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:1119:16: warning: static property 'fault_resilient_media_release' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1117 |     )
1118 |
1119 |     static let fault_resilient_media_release: NameOID = .init(
     |                |- warning: static property 'fault_resilient_media_release' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'fault_resilient_media_release' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1120 |         name: "fault_resilient_media_release",
1121 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:1124:16: warning: static property 'fault_resilient_media_abort1' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1122 |     )
1123 |
1124 |     static let fault_resilient_media_abort1: NameOID = .init(
     |                |- warning: static property 'fault_resilient_media_abort1' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'fault_resilient_media_abort1' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1125 |         name: "fault_resilient_media_abort1",
1126 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:1129:16: warning: static property 'fault_resilient_media_abort2' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1127 |     )
1128 |
1129 |     static let fault_resilient_media_abort2: NameOID = .init(
     |                |- warning: static property 'fault_resilient_media_abort2' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'fault_resilient_media_abort2' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1130 |         name: "fault_resilient_media_abort2",
1131 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:1134: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
1132 |     )
1133 |
1134 |     static let pmap_query_page_info_retries: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'pmap_query_page_info_retries' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1135 |         name: "pmap_query_page_info_retries",
1136 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:1139: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
1137 |     )
1138 |
1139 |     static let shared_region_pivot: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'shared_region_pivot' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1140 |         name: "shared_region_pivot",
1141 |         format: "I"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:1144:16: warning: static property 'object_shadow_forced' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1142 |     )
1143 |
1144 |     static let object_shadow_forced: NameOID = .init(
     |                |- warning: static property 'object_shadow_forced' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'object_shadow_forced' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1145 |         name: "object_shadow_forced",
1146 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:1149:16: warning: static property 'object_shadow_skipped' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1147 |     )
1148 |
1149 |     static let object_shadow_skipped: NameOID = .init(
     |                |- warning: static property 'object_shadow_skipped' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'object_shadow_skipped' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1150 |         name: "object_shadow_skipped",
1151 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:1154: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
1152 |     )
1153 |
1154 |     static let vmtc_total: NameOID = .init(
     |                |- 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
     |                |- note: annotate 'vmtc_total' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1155 |         name: "vmtc_total",
1156 |         format: "I"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:1159:16: warning: static property 'map_range_overflows_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
1157 |     )
1158 |
1159 |     static let map_range_overflows_count: NameOID = .init(
     |                |- warning: static property 'map_range_overflows_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
     |                |- note: annotate 'map_range_overflows_count' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1160 |         name: "map_range_overflows_count",
1161 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:1164:16: warning: static property 'map_range_oveflows_log' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1162 |     )
1163 |
1164 |     static let map_range_oveflows_log: NameOID = .init(
     |                |- warning: static property 'map_range_oveflows_log' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'map_range_oveflows_log' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1165 |         name: "map_range_oveflows_log",
1166 |         format: "I"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:1169:16: warning: static property 'c_seg_filled_no_contention' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1167 |     )
1168 |
1169 |     static let c_seg_filled_no_contention: NameOID = .init(
     |                |- warning: static property 'c_seg_filled_no_contention' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'c_seg_filled_no_contention' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1170 |         name: "c_seg_filled_no_contention",
1171 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:1174:16: warning: static property 'c_seg_filled_contention' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1172 |     )
1173 |
1174 |     static let c_seg_filled_contention: NameOID = .init(
     |                |- warning: static property 'c_seg_filled_contention' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'c_seg_filled_contention' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1175 |         name: "c_seg_filled_contention",
1176 |         format: "Q"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:1179:16: warning: static property 'c_seg_filled_contention_sec_max' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1177 |     )
1178 |
1179 |     static let c_seg_filled_contention_sec_max: NameOID = .init(
     |                |- warning: static property 'c_seg_filled_contention_sec_max' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'c_seg_filled_contention_sec_max' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1180 |         name: "c_seg_filled_contention_sec_max",
1181 |         format: "LU"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/x86_64/OID+VM.x86_64.swift:1184:16: warning: static property 'c_seg_filled_contention_nsec_max' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1182 |     )
1183 |
1184 |     static let c_seg_filled_contention_nsec_max: NameOID = .init(
     |                |- warning: static property 'c_seg_filled_contention_nsec_max' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
     |                |- note: annotate 'c_seg_filled_contention_nsec_max' with '@MainActor' if property should only be accessed from the main actor
     |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1185 |         name: "c_seg_filled_contention_nsec_max",
1186 |         format: "IU"
/host/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
   |               `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 |     public let name: String
41 |     public let format: String
BUILD FAILURE 6.0 linux
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.