Build Information
Successful build of SwiftSysctl, reference 0.8.0 (644057
), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 07:17:50 UTC.
Swift 6 data race errors: 1512
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
540 |
541 | extension Nodes.Net {
542 | public struct Route: NodeCollection {
| `- note: consider making struct 'Route' conform to the 'Sendable' protocol
543 | public static let _shared: Route = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Route' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
544 |
545 | public var verbose: LeafNameNode<CUnsignedInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:553:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Soflow' may have shared mutable state; this is an error in the Swift 6 language mode
550 |
551 | extension Nodes.Net {
552 | public struct Soflow: NodeCollection {
| `- note: consider making struct 'Soflow' conform to the 'Sendable' protocol
553 | public static let _shared: Soflow = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Soflow' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
554 |
555 | public var count: LeafNameNode<CLong> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:591:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Stats' may have shared mutable state; this is an error in the Swift 6 language mode
588 |
589 | extension Nodes.Net {
590 | public struct Stats: NodeCollection {
| `- note: consider making struct 'Stats' conform to the 'Sendable' protocol
591 | public static let _shared: Stats = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Stats' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
592 |
593 | public var debug: LeafNameNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:621:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Tracker' may have shared mutable state; this is an error in the Swift 6 language mode
618 |
619 | extension Nodes.Net {
620 | public struct Tracker: NodeCollection {
| `- note: consider making struct 'Tracker' conform to the 'Sendable' protocol
621 | public static let _shared: Tracker = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Tracker' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
622 |
623 | public var idle_timeout: LeafNameNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:635:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Utun' may have shared mutable state; this is an error in the Swift 6 language mode
632 |
633 | extension Nodes.Net {
634 | public struct Utun: NodeCollection {
| `- note: consider making struct 'Utun' conform to the 'Sendable' protocol
635 | public static let _shared: Utun = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Utun' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
636 |
637 | public var max_pending_input: LeafNameNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:657:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Vsock' may have shared mutable state; this is an error in the Swift 6 language mode
654 |
655 | extension Nodes.Net {
656 | public struct Vsock: NodeCollection {
| `- note: consider making struct 'Vsock' conform to the 'Sendable' protocol
657 | public static let _shared: Vsock = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Vsock' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
658 |
659 | public var pcbcount: LeafNameNode<CUnsignedInt> {
[64/71] Compiling SwiftSysctl Nodes+MachDep.arm64.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+VFS.swift:13:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.VFS' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | extension Nodes {
12 | public struct VFS: NodeCollection {
| `- note: consider making struct 'VFS' conform to the 'Sendable' protocol
13 | public static let _shared: VFS = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.VFS' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 |
15 | public var generic: Node<Generic> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+VFS.swift:27:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.VFS.Generic' may have shared mutable state; this is an error in the Swift 6 language mode
24 |
25 | extension Nodes.VFS {
26 | public struct Generic: NodeCollection {
| `- note: consider making struct 'Generic' conform to the 'Sendable' protocol
27 | public static let _shared: Generic = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.VFS.Generic' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 |
29 | public var maxtypenum: LeafNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+VFS.swift:41:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.VFS.Generic.Conf' may have shared mutable state; this is an error in the Swift 6 language mode
38 |
39 | extension Nodes.VFS.Generic {
40 | public struct Conf: NodeCollection {
| `- note: consider making struct 'Conf' conform to the 'Sendable' protocol
41 | public static let _shared: Conf = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.VFS.Generic.Conf' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
42 | }
43 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+VM.swift:13:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.VM' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | extension Nodes {
12 | public struct VM: NodeCollection {
| `- note: consider making struct 'VM' conform to the 'Sendable' protocol
13 | public static let _shared: VM = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.VM' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 |
15 | public var loadavg: AnyNode {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Debug.arm64.swift:145:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Debug.IokitStatistics' may have shared mutable state; this is an error in the Swift 6 language mode
142 |
143 | extension Nodes.Debug {
144 | public struct IokitStatistics: NodeCollection {
| `- note: consider making struct 'IokitStatistics' conform to the 'Sendable' protocol
145 | public static let _shared: IokitStatistics = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Debug.IokitStatistics' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
146 |
147 | public var general: AnyNode {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+HW.arm64.swift:169:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.HW.Features' may have shared mutable state; this is an error in the Swift 6 language mode
166 |
167 | extension Nodes.HW {
168 | public struct Features: NodeCollection {
| `- note: consider making struct 'Features' conform to the 'Sendable' protocol
169 | public static let _shared: Features = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.HW.Features' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
170 | }
171 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+HW.arm64.swift:175:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.HW.Optional' may have shared mutable state; this is an error in the Swift 6 language mode
172 |
173 | extension Nodes.HW {
174 | public struct Optional: NodeCollection {
| `- note: consider making struct 'Optional' conform to the 'Sendable' protocol
175 | public static let _shared: Optional = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.HW.Optional' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
176 |
177 | public var AdvSIMD: LeafNameNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+HW.arm64.swift:369:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.HW.Optional.Arm' may have shared mutable state; this is an error in the Swift 6 language mode
366 |
367 | extension Nodes.HW.Optional {
368 | public struct Arm: NodeCollection {
| `- note: consider making struct 'Arm' conform to the 'Sendable' protocol
369 | public static let _shared: Arm = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.HW.Optional.Arm' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
370 |
371 | public var FEAT_AES: LeafNameNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+HW.arm64.swift:571:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.HW.Perflevel0' may have shared mutable state; this is an error in the Swift 6 language mode
568 |
569 | extension Nodes.HW {
570 | public struct Perflevel0: NodeCollection {
| `- note: consider making struct 'Perflevel0' conform to the 'Sendable' protocol
571 | public static let _shared: Perflevel0 = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.HW.Perflevel0' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
572 |
573 | public var cpusperl2: LeafNameNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+HW.arm64.swift:621:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.HW.Perflevel1' may have shared mutable state; this is an error in the Swift 6 language mode
618 |
619 | extension Nodes.HW {
620 | public struct Perflevel1: NodeCollection {
| `- note: consider making struct 'Perflevel1' conform to the 'Sendable' protocol
621 | public static let _shared: Perflevel1 = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.HW.Perflevel1' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
622 |
623 | public var cpusperl2: LeafNameNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:781:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Bridge' may have shared mutable state; this is an error in the Swift 6 language mode
778 |
779 | extension Nodes.Kern {
780 | public struct Bridge: NodeCollection {
| `- note: consider making struct 'Bridge' conform to the 'Sendable' protocol
781 | public static let _shared: Bridge = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Bridge' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
782 | }
783 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:787:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Cpc' may have shared mutable state; this is an error in the Swift 6 language mode
784 |
785 | extension Nodes.Kern {
786 | public struct Cpc: NodeCollection {
| `- note: consider making struct 'Cpc' conform to the 'Sendable' protocol
787 | public static let _shared: Cpc = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Cpc' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
788 |
789 | public var secure: LeafNameNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:797:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Dtrace' may have shared mutable state; this is an error in the Swift 6 language mode
794 |
795 | extension Nodes.Kern {
796 | public struct Dtrace: NodeCollection {
| `- note: consider making struct 'Dtrace' conform to the 'Sendable' protocol
797 | public static let _shared: Dtrace = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Dtrace' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
798 |
799 | public var buffer_memory_inuse: LeafNameNode<CLongLong> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:839:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Entropy' may have shared mutable state; this is an error in the Swift 6 language mode
836 |
837 | extension Nodes.Kern {
838 | public struct Entropy: NodeCollection {
| `- note: consider making struct 'Entropy' conform to the 'Sendable' protocol
839 | public static let _shared: Entropy = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Entropy' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
840 |
841 | public var analysis: NameNode<Analysis> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:857:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Entropy.Analysis' may have shared mutable state; this is an error in the Swift 6 language mode
854 |
855 | extension Nodes.Kern.Entropy {
856 | public struct Analysis: NodeCollection {
| `- note: consider making struct 'Analysis' conform to the 'Sendable' protocol
857 | public static let _shared: Analysis = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Entropy.Analysis' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
858 |
859 | public var supported: LeafNameNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:867:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Entropy.Filter' may have shared mutable state; this is an error in the Swift 6 language mode
864 |
865 | extension Nodes.Kern.Entropy {
866 | public struct Filter: NodeCollection {
| `- note: consider making struct 'Filter' conform to the 'Sendable' protocol
867 | public static let _shared: Filter = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Entropy.Filter' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
868 |
869 | public var accepted_sample_count: LeafNameNode<CLongLong> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:885:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Entropy.Health' may have shared mutable state; this is an error in the Swift 6 language mode
882 |
883 | extension Nodes.Kern.Entropy {
884 | public struct Health: NodeCollection {
| `- note: consider making struct 'Health' conform to the 'Sendable' protocol
885 | public static let _shared: Health = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Entropy.Health' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
886 |
887 | public var adaptive_proportion_test: NameNode<AdaptiveProportionTest> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:903:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Entropy.Health.AdaptiveProportionTest' may have shared mutable state; this is an error in the Swift 6 language mode
900 |
901 | extension Nodes.Kern.Entropy.Health {
902 | public struct AdaptiveProportionTest: NodeCollection {
| `- note: consider making struct 'AdaptiveProportionTest' conform to the 'Sendable' protocol
903 | public static let _shared: AdaptiveProportionTest = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Entropy.Health.AdaptiveProportionTest' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
904 |
905 | public var failure_count: LeafNameNode<CUnsignedInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:921:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Entropy.Health.RepetitionCountTest' may have shared mutable state; this is an error in the Swift 6 language mode
918 |
919 | extension Nodes.Kern.Entropy.Health {
920 | public struct RepetitionCountTest: NodeCollection {
| `- note: consider making struct 'RepetitionCountTest' conform to the 'Sendable' protocol
921 | public static let _shared: RepetitionCountTest = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Entropy.Health.RepetitionCountTest' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
922 |
923 | public var failure_count: LeafNameNode<CUnsignedInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:939:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Eventhandler' may have shared mutable state; this is an error in the Swift 6 language mode
936 |
937 | extension Nodes.Kern {
938 | public struct Eventhandler: NodeCollection {
| `- note: consider making struct 'Eventhandler' conform to the 'Sendable' protocol
939 | public static let _shared: Eventhandler = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Eventhandler' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
940 |
941 | public var debug: LeafNameNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:949:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Hv' may have shared mutable state; this is an error in the Swift 6 language mode
946 |
947 | extension Nodes.Kern {
948 | public struct Hv: NodeCollection {
| `- note: consider making struct 'Hv' conform to the 'Sendable' protocol
949 | public static let _shared: Hv = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Hv' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
950 |
951 | public var ipa_size_16k: LeafNameNode<pointer_t> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:971:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Hvg' may have shared mutable state; this is an error in the Swift 6 language mode
968 |
969 | extension Nodes.Kern {
970 | public struct Hvg: NodeCollection {
| `- note: consider making struct 'Hvg' conform to the 'Sendable' protocol
971 | public static let _shared: Hvg = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Hvg' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
972 | }
973 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:977:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Kdbg' may have shared mutable state; this is an error in the Swift 6 language mode
974 |
975 | extension Nodes.Kern {
976 | public struct Kdbg: NodeCollection {
| `- note: consider making struct 'Kdbg' conform to the 'Sendable' protocol
977 | public static let _shared: Kdbg = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Kdbg' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
978 |
979 | public var debug: LeafNameNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:991:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.KernEvent' may have shared mutable state; this is an error in the Swift 6 language mode
988 |
989 | extension Nodes.Kern {
990 | public struct KernEvent: NodeCollection {
| `- note: consider making struct 'KernEvent' conform to the 'Sendable' protocol
991 | public static let _shared: KernEvent = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.KernEvent' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
992 |
993 | public var thread_bound_kqwl_support_enabled: LeafNameNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1001:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Memorystatus' may have shared mutable state; this is an error in the Swift 6 language mode
998 |
999 | extension Nodes.Kern {
1000 | public struct Memorystatus: NodeCollection {
| `- note: consider making struct 'Memorystatus' conform to the 'Sendable' protocol
1001 | public static let _shared: Memorystatus = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Memorystatus' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1002 |
1003 | public var apps_idle_delay_time_ns: LeafNameNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1015:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Microstackshot' may have shared mutable state; this is an error in the Swift 6 language mode
1012 |
1013 | extension Nodes.Kern {
1014 | public struct Microstackshot: NodeCollection {
| `- note: consider making struct 'Microstackshot' conform to the 'Sendable' protocol
1015 | public static let _shared: Microstackshot = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Microstackshot' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1016 |
1017 | public var interrupt_sample_rate: LeafNameNode<CUnsignedInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1033:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Monotonic' may have shared mutable state; this is an error in the Swift 6 language mode
1030 |
1031 | extension Nodes.Kern {
1032 | public struct Monotonic: NodeCollection {
| `- note: consider making struct 'Monotonic' conform to the 'Sendable' protocol
1033 | public static let _shared: Monotonic = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Monotonic' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1034 |
1035 | public var debug: LeafNameNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1075:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.SecTransition' may have shared mutable state; this is an error in the Swift 6 language mode
1072 |
1073 | extension Nodes.Kern {
1074 | public struct SecTransition: NodeCollection {
| `- note: consider making struct 'SecTransition' conform to the 'Sendable' protocol
1075 | public static let _shared: SecTransition = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.SecTransition' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1076 |
1077 | public var available: LeafNameNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1085:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Skywalk' may have shared mutable state; this is an error in the Swift 6 language mode
1082 |
1083 | extension Nodes.Kern {
1084 | public struct Skywalk: NodeCollection {
| `- note: consider making struct 'Skywalk' conform to the 'Sendable' protocol
1085 | public static let _shared: Skywalk = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Skywalk' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1086 |
1087 | public var features: AnyNode {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1131:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Skywalk.Flowswitch' may have shared mutable state; this is an error in the Swift 6 language mode
1128 |
1129 | extension Nodes.Kern.Skywalk {
1130 | public struct Flowswitch: NodeCollection {
| `- note: consider making struct 'Flowswitch' conform to the 'Sendable' protocol
1131 | public static let _shared: Flowswitch = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Skywalk.Flowswitch' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1132 |
1133 | public var flow_route_expire: LeafNameNode<CUnsignedInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1166:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Skywalk.Libcuckoo' may have shared mutable state; this is an error in the Swift 6 language mode
1163 |
1164 | extension Nodes.Kern.Skywalk {
1165 | public struct Libcuckoo: NodeCollection {
| `- note: consider making struct 'Libcuckoo' conform to the 'Sendable' protocol
1166 | public static let _shared: Libcuckoo = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Skywalk.Libcuckoo' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1167 | }
1168 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1172:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Skywalk.Netif' may have shared mutable state; this is an error in the Swift 6 language mode
1169 |
1170 | extension Nodes.Kern.Skywalk {
1171 | public struct Netif: NodeCollection {
| `- note: consider making struct 'Netif' conform to the 'Sendable' protocol
1172 | public static let _shared: Netif = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Skywalk.Netif' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1173 |
1174 | public var default_drop: LeafNameNode<CUnsignedInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1186:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Skywalk.Netns' may have shared mutable state; this is an error in the Swift 6 language mode
1183 |
1184 | extension Nodes.Kern.Skywalk {
1185 | public struct Netns: NodeCollection {
| `- note: consider making struct 'Netns' conform to the 'Sendable' protocol
1186 | public static let _shared: Netns = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Skywalk.Netns' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1187 | }
1188 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1192:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Skywalk.Stats' may have shared mutable state; this is an error in the Swift 6 language mode
1189 |
1190 | extension Nodes.Kern.Skywalk {
1191 | public struct Stats: NodeCollection {
| `- note: consider making struct 'Stats' conform to the 'Sendable' protocol
1192 | public static let _shared: Stats = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Skywalk.Stats' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1193 |
1194 | public var arena: AnyNode {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1254:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Timer' may have shared mutable state; this is an error in the Swift 6 language mode
1251 |
1252 | extension Nodes.Kern {
1253 | public struct Timer: NodeCollection {
| `- note: consider making struct 'Timer' conform to the 'Sendable' protocol
1254 | public static let _shared: Timer = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Timer' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1255 |
1256 | public var coalescing_enabled: LeafNameNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1292:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Timer.Longterm' may have shared mutable state; this is an error in the Swift 6 language mode
1289 |
1290 | extension Nodes.Kern.Timer {
1291 | public struct Longterm: NodeCollection {
| `- note: consider making struct 'Longterm' conform to the 'Sendable' protocol
1292 | public static let _shared: Longterm = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Timer.Longterm' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1293 |
1294 | public var qlen: LeafNameNode<CLongLong> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+MachDep.arm64.swift:77:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.MachDep.Cpu' may have shared mutable state; this is an error in the Swift 6 language mode
74 |
75 | extension Nodes.MachDep {
76 | public struct Cpu: NodeCollection {
| `- note: consider making struct 'Cpu' conform to the 'Sendable' protocol
77 | public static let _shared: Cpu = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.MachDep.Cpu' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
78 |
79 | public var brand_string: LeafNameNode<String> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+MachDep.arm64.swift:115:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.MachDep.Remotetime' may have shared mutable state; this is an error in the Swift 6 language mode
112 |
113 | extension Nodes.MachDep {
114 | public struct Remotetime: NodeCollection {
| `- note: consider making struct 'Remotetime' conform to the 'Sendable' protocol
115 | public static let _shared: Remotetime = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.MachDep.Remotetime' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
116 |
117 | public var conversion_params: AnyNode {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:93:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Cfil' may have shared mutable state; this is an error in the Swift 6 language mode
90 |
91 | extension Nodes.Net {
92 | public struct Cfil: NodeCollection {
| `- note: consider making struct 'Cfil' conform to the 'Sendable' protocol
93 | public static let _shared: Cfil = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Cfil' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
94 |
95 | public var active_count: LeafNameNode<CUnsignedInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:159:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Classq' may have shared mutable state; this is an error in the Swift 6 language mode
156 |
157 | extension Nodes.Net {
158 | public struct Classq: NodeCollection {
| `- note: consider making struct 'Classq' conform to the 'Sendable' protocol
159 | public static let _shared: Classq = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Classq' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
160 |
161 | public var def_c_target_qdelay: LeafNameNode<CLongLong> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:209:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Classq.FqCodel' may have shared mutable state; this is an error in the Swift 6 language mode
206 |
207 | extension Nodes.Net.Classq {
208 | public struct FqCodel: NodeCollection {
| `- note: consider making struct 'FqCodel' conform to the 'Sendable' protocol
209 | public static let _shared: FqCodel = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Classq.FqCodel' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
210 |
211 | public var fq_enable_pacing: LeafNameNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:219:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Ipsec' may have shared mutable state; this is an error in the Swift 6 language mode
216 |
217 | extension Nodes.Net {
218 | public struct Ipsec: NodeCollection {
| `- note: consider making struct 'Ipsec' conform to the 'Sendable' protocol
219 | public static let _shared: Ipsec = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Ipsec' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
220 |
221 | public var debug: LeafNameNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:249:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Mpklog' may have shared mutable state; this is an error in the Swift 6 language mode
246 |
247 | extension Nodes.Net {
248 | public struct Mpklog: NodeCollection {
| `- note: consider making struct 'Mpklog' conform to the 'Sendable' protocol
249 | public static let _shared: Mpklog = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Mpklog' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
250 |
251 | public var enabled: LeafNameNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:267:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Ndrv' may have shared mutable state; this is an error in the Swift 6 language mode
264 |
265 | extension Nodes.Net {
266 | public struct Ndrv: NodeCollection {
| `- note: consider making struct 'Ndrv' conform to the 'Sendable' protocol
267 | public static let _shared: Ndrv = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Ndrv' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
268 |
269 | public var multi_max_count: LeafNameNode<CUnsignedInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:281:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Necp' may have shared mutable state; this is an error in the Swift 6 language mode
278 |
279 | extension Nodes.Net {
280 | public struct Necp: NodeCollection {
| `- note: consider making struct 'Necp' conform to the 'Sendable' protocol
281 | public static let _shared: Necp = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Necp' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
282 |
283 | public var arena_count: LeafNameNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:431:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Netagent' may have shared mutable state; this is an error in the Swift 6 language mode
428 |
429 | extension Nodes.Net {
430 | public struct Netagent: NodeCollection {
| `- note: consider making struct 'Netagent' conform to the 'Sendable' protocol
431 | public static let _shared: Netagent = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Netagent' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
432 |
433 | public var active_count: LeafNameNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:449:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Pktsched' may have shared mutable state; this is an error in the Swift 6 language mode
446 |
447 | extension Nodes.Net {
448 | public struct Pktsched: NodeCollection {
| `- note: consider making struct 'Pktsched' conform to the 'Sendable' protocol
449 | public static let _shared: Pktsched = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Pktsched' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
450 |
451 | public var netem: NameNode<Netem> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:463:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Pktsched.Netem' may have shared mutable state; this is an error in the Swift 6 language mode
460 |
461 | extension Nodes.Net.Pktsched {
462 | public struct Netem: NodeCollection {
| `- note: consider making struct 'Netem' conform to the 'Sendable' protocol
463 | public static let _shared: Netem = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Pktsched.Netem' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
464 |
465 | public var heap_size: LeafNameNode<CUnsignedInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:477:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Qos' may have shared mutable state; this is an error in the Swift 6 language mode
474 |
475 | extension Nodes.Net {
476 | public struct Qos: NodeCollection {
| `- note: consider making struct 'Qos' conform to the 'Sendable' protocol
477 | public static let _shared: Qos = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Qos' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
478 |
479 | public var default_netsvctype_to_dscp_map: AnyNode {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:503:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Qos.Policy' may have shared mutable state; this is an error in the Swift 6 language mode
500 |
501 | extension Nodes.Net.Qos {
502 | public struct Policy: NodeCollection {
| `- note: consider making struct 'Policy' conform to the 'Sendable' protocol
503 | public static let _shared: Policy = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Qos.Policy' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
504 |
505 | public var capable_enabled: LeafNameNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:525:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.RestrictedPort' may have shared mutable state; this is an error in the Swift 6 language mode
522 |
523 | extension Nodes.Net {
524 | public struct RestrictedPort: NodeCollection {
| `- note: consider making struct 'RestrictedPort' conform to the 'Sendable' protocol
525 | public static let _shared: RestrictedPort = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.RestrictedPort' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
526 |
527 | public var bitmap: AnyNode {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:543:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Route' may have shared mutable state; this is an error in the Swift 6 language mode
540 |
541 | extension Nodes.Net {
542 | public struct Route: NodeCollection {
| `- note: consider making struct 'Route' conform to the 'Sendable' protocol
543 | public static let _shared: Route = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Route' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
544 |
545 | public var verbose: LeafNameNode<CUnsignedInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:553:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Soflow' may have shared mutable state; this is an error in the Swift 6 language mode
550 |
551 | extension Nodes.Net {
552 | public struct Soflow: NodeCollection {
| `- note: consider making struct 'Soflow' conform to the 'Sendable' protocol
553 | public static let _shared: Soflow = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Soflow' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
554 |
555 | public var count: LeafNameNode<CLong> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:591:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Stats' may have shared mutable state; this is an error in the Swift 6 language mode
588 |
589 | extension Nodes.Net {
590 | public struct Stats: NodeCollection {
| `- note: consider making struct 'Stats' conform to the 'Sendable' protocol
591 | public static let _shared: Stats = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Stats' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
592 |
593 | public var debug: LeafNameNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:621:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Tracker' may have shared mutable state; this is an error in the Swift 6 language mode
618 |
619 | extension Nodes.Net {
620 | public struct Tracker: NodeCollection {
| `- note: consider making struct 'Tracker' conform to the 'Sendable' protocol
621 | public static let _shared: Tracker = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Tracker' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
622 |
623 | public var idle_timeout: LeafNameNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:635:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Utun' may have shared mutable state; this is an error in the Swift 6 language mode
632 |
633 | extension Nodes.Net {
634 | public struct Utun: NodeCollection {
| `- note: consider making struct 'Utun' conform to the 'Sendable' protocol
635 | public static let _shared: Utun = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Utun' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
636 |
637 | public var max_pending_input: LeafNameNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:657:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Vsock' may have shared mutable state; this is an error in the Swift 6 language mode
654 |
655 | extension Nodes.Net {
656 | public struct Vsock: NodeCollection {
| `- note: consider making struct 'Vsock' conform to the 'Sendable' protocol
657 | public static let _shared: Vsock = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Vsock' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
658 |
659 | public var pcbcount: LeafNameNode<CUnsignedInt> {
[65/71] Compiling SwiftSysctl Nodes+Net.arm64.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+VFS.swift:13:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.VFS' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | extension Nodes {
12 | public struct VFS: NodeCollection {
| `- note: consider making struct 'VFS' conform to the 'Sendable' protocol
13 | public static let _shared: VFS = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.VFS' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 |
15 | public var generic: Node<Generic> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+VFS.swift:27:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.VFS.Generic' may have shared mutable state; this is an error in the Swift 6 language mode
24 |
25 | extension Nodes.VFS {
26 | public struct Generic: NodeCollection {
| `- note: consider making struct 'Generic' conform to the 'Sendable' protocol
27 | public static let _shared: Generic = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.VFS.Generic' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 |
29 | public var maxtypenum: LeafNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+VFS.swift:41:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.VFS.Generic.Conf' may have shared mutable state; this is an error in the Swift 6 language mode
38 |
39 | extension Nodes.VFS.Generic {
40 | public struct Conf: NodeCollection {
| `- note: consider making struct 'Conf' conform to the 'Sendable' protocol
41 | public static let _shared: Conf = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.VFS.Generic.Conf' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
42 | }
43 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+VM.swift:13:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.VM' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | extension Nodes {
12 | public struct VM: NodeCollection {
| `- note: consider making struct 'VM' conform to the 'Sendable' protocol
13 | public static let _shared: VM = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.VM' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 |
15 | public var loadavg: AnyNode {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Debug.arm64.swift:145:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Debug.IokitStatistics' may have shared mutable state; this is an error in the Swift 6 language mode
142 |
143 | extension Nodes.Debug {
144 | public struct IokitStatistics: NodeCollection {
| `- note: consider making struct 'IokitStatistics' conform to the 'Sendable' protocol
145 | public static let _shared: IokitStatistics = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Debug.IokitStatistics' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
146 |
147 | public var general: AnyNode {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+HW.arm64.swift:169:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.HW.Features' may have shared mutable state; this is an error in the Swift 6 language mode
166 |
167 | extension Nodes.HW {
168 | public struct Features: NodeCollection {
| `- note: consider making struct 'Features' conform to the 'Sendable' protocol
169 | public static let _shared: Features = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.HW.Features' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
170 | }
171 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+HW.arm64.swift:175:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.HW.Optional' may have shared mutable state; this is an error in the Swift 6 language mode
172 |
173 | extension Nodes.HW {
174 | public struct Optional: NodeCollection {
| `- note: consider making struct 'Optional' conform to the 'Sendable' protocol
175 | public static let _shared: Optional = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.HW.Optional' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
176 |
177 | public var AdvSIMD: LeafNameNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+HW.arm64.swift:369:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.HW.Optional.Arm' may have shared mutable state; this is an error in the Swift 6 language mode
366 |
367 | extension Nodes.HW.Optional {
368 | public struct Arm: NodeCollection {
| `- note: consider making struct 'Arm' conform to the 'Sendable' protocol
369 | public static let _shared: Arm = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.HW.Optional.Arm' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
370 |
371 | public var FEAT_AES: LeafNameNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+HW.arm64.swift:571:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.HW.Perflevel0' may have shared mutable state; this is an error in the Swift 6 language mode
568 |
569 | extension Nodes.HW {
570 | public struct Perflevel0: NodeCollection {
| `- note: consider making struct 'Perflevel0' conform to the 'Sendable' protocol
571 | public static let _shared: Perflevel0 = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.HW.Perflevel0' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
572 |
573 | public var cpusperl2: LeafNameNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+HW.arm64.swift:621:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.HW.Perflevel1' may have shared mutable state; this is an error in the Swift 6 language mode
618 |
619 | extension Nodes.HW {
620 | public struct Perflevel1: NodeCollection {
| `- note: consider making struct 'Perflevel1' conform to the 'Sendable' protocol
621 | public static let _shared: Perflevel1 = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.HW.Perflevel1' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
622 |
623 | public var cpusperl2: LeafNameNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:781:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Bridge' may have shared mutable state; this is an error in the Swift 6 language mode
778 |
779 | extension Nodes.Kern {
780 | public struct Bridge: NodeCollection {
| `- note: consider making struct 'Bridge' conform to the 'Sendable' protocol
781 | public static let _shared: Bridge = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Bridge' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
782 | }
783 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:787:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Cpc' may have shared mutable state; this is an error in the Swift 6 language mode
784 |
785 | extension Nodes.Kern {
786 | public struct Cpc: NodeCollection {
| `- note: consider making struct 'Cpc' conform to the 'Sendable' protocol
787 | public static let _shared: Cpc = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Cpc' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
788 |
789 | public var secure: LeafNameNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:797:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Dtrace' may have shared mutable state; this is an error in the Swift 6 language mode
794 |
795 | extension Nodes.Kern {
796 | public struct Dtrace: NodeCollection {
| `- note: consider making struct 'Dtrace' conform to the 'Sendable' protocol
797 | public static let _shared: Dtrace = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Dtrace' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
798 |
799 | public var buffer_memory_inuse: LeafNameNode<CLongLong> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:839:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Entropy' may have shared mutable state; this is an error in the Swift 6 language mode
836 |
837 | extension Nodes.Kern {
838 | public struct Entropy: NodeCollection {
| `- note: consider making struct 'Entropy' conform to the 'Sendable' protocol
839 | public static let _shared: Entropy = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Entropy' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
840 |
841 | public var analysis: NameNode<Analysis> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:857:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Entropy.Analysis' may have shared mutable state; this is an error in the Swift 6 language mode
854 |
855 | extension Nodes.Kern.Entropy {
856 | public struct Analysis: NodeCollection {
| `- note: consider making struct 'Analysis' conform to the 'Sendable' protocol
857 | public static let _shared: Analysis = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Entropy.Analysis' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
858 |
859 | public var supported: LeafNameNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:867:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Entropy.Filter' may have shared mutable state; this is an error in the Swift 6 language mode
864 |
865 | extension Nodes.Kern.Entropy {
866 | public struct Filter: NodeCollection {
| `- note: consider making struct 'Filter' conform to the 'Sendable' protocol
867 | public static let _shared: Filter = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Entropy.Filter' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
868 |
869 | public var accepted_sample_count: LeafNameNode<CLongLong> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:885:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Entropy.Health' may have shared mutable state; this is an error in the Swift 6 language mode
882 |
883 | extension Nodes.Kern.Entropy {
884 | public struct Health: NodeCollection {
| `- note: consider making struct 'Health' conform to the 'Sendable' protocol
885 | public static let _shared: Health = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Entropy.Health' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
886 |
887 | public var adaptive_proportion_test: NameNode<AdaptiveProportionTest> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:903:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Entropy.Health.AdaptiveProportionTest' may have shared mutable state; this is an error in the Swift 6 language mode
900 |
901 | extension Nodes.Kern.Entropy.Health {
902 | public struct AdaptiveProportionTest: NodeCollection {
| `- note: consider making struct 'AdaptiveProportionTest' conform to the 'Sendable' protocol
903 | public static let _shared: AdaptiveProportionTest = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Entropy.Health.AdaptiveProportionTest' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
904 |
905 | public var failure_count: LeafNameNode<CUnsignedInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:921:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Entropy.Health.RepetitionCountTest' may have shared mutable state; this is an error in the Swift 6 language mode
918 |
919 | extension Nodes.Kern.Entropy.Health {
920 | public struct RepetitionCountTest: NodeCollection {
| `- note: consider making struct 'RepetitionCountTest' conform to the 'Sendable' protocol
921 | public static let _shared: RepetitionCountTest = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Entropy.Health.RepetitionCountTest' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
922 |
923 | public var failure_count: LeafNameNode<CUnsignedInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:939:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Eventhandler' may have shared mutable state; this is an error in the Swift 6 language mode
936 |
937 | extension Nodes.Kern {
938 | public struct Eventhandler: NodeCollection {
| `- note: consider making struct 'Eventhandler' conform to the 'Sendable' protocol
939 | public static let _shared: Eventhandler = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Eventhandler' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
940 |
941 | public var debug: LeafNameNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:949:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Hv' may have shared mutable state; this is an error in the Swift 6 language mode
946 |
947 | extension Nodes.Kern {
948 | public struct Hv: NodeCollection {
| `- note: consider making struct 'Hv' conform to the 'Sendable' protocol
949 | public static let _shared: Hv = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Hv' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
950 |
951 | public var ipa_size_16k: LeafNameNode<pointer_t> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:971:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Hvg' may have shared mutable state; this is an error in the Swift 6 language mode
968 |
969 | extension Nodes.Kern {
970 | public struct Hvg: NodeCollection {
| `- note: consider making struct 'Hvg' conform to the 'Sendable' protocol
971 | public static let _shared: Hvg = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Hvg' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
972 | }
973 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:977:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Kdbg' may have shared mutable state; this is an error in the Swift 6 language mode
974 |
975 | extension Nodes.Kern {
976 | public struct Kdbg: NodeCollection {
| `- note: consider making struct 'Kdbg' conform to the 'Sendable' protocol
977 | public static let _shared: Kdbg = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Kdbg' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
978 |
979 | public var debug: LeafNameNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:991:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.KernEvent' may have shared mutable state; this is an error in the Swift 6 language mode
988 |
989 | extension Nodes.Kern {
990 | public struct KernEvent: NodeCollection {
| `- note: consider making struct 'KernEvent' conform to the 'Sendable' protocol
991 | public static let _shared: KernEvent = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.KernEvent' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
992 |
993 | public var thread_bound_kqwl_support_enabled: LeafNameNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1001:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Memorystatus' may have shared mutable state; this is an error in the Swift 6 language mode
998 |
999 | extension Nodes.Kern {
1000 | public struct Memorystatus: NodeCollection {
| `- note: consider making struct 'Memorystatus' conform to the 'Sendable' protocol
1001 | public static let _shared: Memorystatus = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Memorystatus' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1002 |
1003 | public var apps_idle_delay_time_ns: LeafNameNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1015:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Microstackshot' may have shared mutable state; this is an error in the Swift 6 language mode
1012 |
1013 | extension Nodes.Kern {
1014 | public struct Microstackshot: NodeCollection {
| `- note: consider making struct 'Microstackshot' conform to the 'Sendable' protocol
1015 | public static let _shared: Microstackshot = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Microstackshot' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1016 |
1017 | public var interrupt_sample_rate: LeafNameNode<CUnsignedInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1033:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Monotonic' may have shared mutable state; this is an error in the Swift 6 language mode
1030 |
1031 | extension Nodes.Kern {
1032 | public struct Monotonic: NodeCollection {
| `- note: consider making struct 'Monotonic' conform to the 'Sendable' protocol
1033 | public static let _shared: Monotonic = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Monotonic' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1034 |
1035 | public var debug: LeafNameNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1075:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.SecTransition' may have shared mutable state; this is an error in the Swift 6 language mode
1072 |
1073 | extension Nodes.Kern {
1074 | public struct SecTransition: NodeCollection {
| `- note: consider making struct 'SecTransition' conform to the 'Sendable' protocol
1075 | public static let _shared: SecTransition = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.SecTransition' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1076 |
1077 | public var available: LeafNameNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1085:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Skywalk' may have shared mutable state; this is an error in the Swift 6 language mode
1082 |
1083 | extension Nodes.Kern {
1084 | public struct Skywalk: NodeCollection {
| `- note: consider making struct 'Skywalk' conform to the 'Sendable' protocol
1085 | public static let _shared: Skywalk = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Skywalk' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1086 |
1087 | public var features: AnyNode {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1131:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Skywalk.Flowswitch' may have shared mutable state; this is an error in the Swift 6 language mode
1128 |
1129 | extension Nodes.Kern.Skywalk {
1130 | public struct Flowswitch: NodeCollection {
| `- note: consider making struct 'Flowswitch' conform to the 'Sendable' protocol
1131 | public static let _shared: Flowswitch = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Skywalk.Flowswitch' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1132 |
1133 | public var flow_route_expire: LeafNameNode<CUnsignedInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1166:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Skywalk.Libcuckoo' may have shared mutable state; this is an error in the Swift 6 language mode
1163 |
1164 | extension Nodes.Kern.Skywalk {
1165 | public struct Libcuckoo: NodeCollection {
| `- note: consider making struct 'Libcuckoo' conform to the 'Sendable' protocol
1166 | public static let _shared: Libcuckoo = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Skywalk.Libcuckoo' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1167 | }
1168 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1172:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Skywalk.Netif' may have shared mutable state; this is an error in the Swift 6 language mode
1169 |
1170 | extension Nodes.Kern.Skywalk {
1171 | public struct Netif: NodeCollection {
| `- note: consider making struct 'Netif' conform to the 'Sendable' protocol
1172 | public static let _shared: Netif = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Skywalk.Netif' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1173 |
1174 | public var default_drop: LeafNameNode<CUnsignedInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1186:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Skywalk.Netns' may have shared mutable state; this is an error in the Swift 6 language mode
1183 |
1184 | extension Nodes.Kern.Skywalk {
1185 | public struct Netns: NodeCollection {
| `- note: consider making struct 'Netns' conform to the 'Sendable' protocol
1186 | public static let _shared: Netns = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Skywalk.Netns' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1187 | }
1188 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1192:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Skywalk.Stats' may have shared mutable state; this is an error in the Swift 6 language mode
1189 |
1190 | extension Nodes.Kern.Skywalk {
1191 | public struct Stats: NodeCollection {
| `- note: consider making struct 'Stats' conform to the 'Sendable' protocol
1192 | public static let _shared: Stats = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Skywalk.Stats' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1193 |
1194 | public var arena: AnyNode {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1254:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Timer' may have shared mutable state; this is an error in the Swift 6 language mode
1251 |
1252 | extension Nodes.Kern {
1253 | public struct Timer: NodeCollection {
| `- note: consider making struct 'Timer' conform to the 'Sendable' protocol
1254 | public static let _shared: Timer = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Timer' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1255 |
1256 | public var coalescing_enabled: LeafNameNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Kern.arm64.swift:1292:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Timer.Longterm' may have shared mutable state; this is an error in the Swift 6 language mode
1289 |
1290 | extension Nodes.Kern.Timer {
1291 | public struct Longterm: NodeCollection {
| `- note: consider making struct 'Longterm' conform to the 'Sendable' protocol
1292 | public static let _shared: Longterm = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Timer.Longterm' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1293 |
1294 | public var qlen: LeafNameNode<CLongLong> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+MachDep.arm64.swift:77:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.MachDep.Cpu' may have shared mutable state; this is an error in the Swift 6 language mode
74 |
75 | extension Nodes.MachDep {
76 | public struct Cpu: NodeCollection {
| `- note: consider making struct 'Cpu' conform to the 'Sendable' protocol
77 | public static let _shared: Cpu = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.MachDep.Cpu' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
78 |
79 | public var brand_string: LeafNameNode<String> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+MachDep.arm64.swift:115:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.MachDep.Remotetime' may have shared mutable state; this is an error in the Swift 6 language mode
112 |
113 | extension Nodes.MachDep {
114 | public struct Remotetime: NodeCollection {
| `- note: consider making struct 'Remotetime' conform to the 'Sendable' protocol
115 | public static let _shared: Remotetime = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.MachDep.Remotetime' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
116 |
117 | public var conversion_params: AnyNode {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:93:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Cfil' may have shared mutable state; this is an error in the Swift 6 language mode
90 |
91 | extension Nodes.Net {
92 | public struct Cfil: NodeCollection {
| `- note: consider making struct 'Cfil' conform to the 'Sendable' protocol
93 | public static let _shared: Cfil = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Cfil' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
94 |
95 | public var active_count: LeafNameNode<CUnsignedInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:159:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Classq' may have shared mutable state; this is an error in the Swift 6 language mode
156 |
157 | extension Nodes.Net {
158 | public struct Classq: NodeCollection {
| `- note: consider making struct 'Classq' conform to the 'Sendable' protocol
159 | public static let _shared: Classq = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Classq' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
160 |
161 | public var def_c_target_qdelay: LeafNameNode<CLongLong> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:209:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Classq.FqCodel' may have shared mutable state; this is an error in the Swift 6 language mode
206 |
207 | extension Nodes.Net.Classq {
208 | public struct FqCodel: NodeCollection {
| `- note: consider making struct 'FqCodel' conform to the 'Sendable' protocol
209 | public static let _shared: FqCodel = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Classq.FqCodel' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
210 |
211 | public var fq_enable_pacing: LeafNameNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:219:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Ipsec' may have shared mutable state; this is an error in the Swift 6 language mode
216 |
217 | extension Nodes.Net {
218 | public struct Ipsec: NodeCollection {
| `- note: consider making struct 'Ipsec' conform to the 'Sendable' protocol
219 | public static let _shared: Ipsec = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Ipsec' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
220 |
221 | public var debug: LeafNameNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:249:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Mpklog' may have shared mutable state; this is an error in the Swift 6 language mode
246 |
247 | extension Nodes.Net {
248 | public struct Mpklog: NodeCollection {
| `- note: consider making struct 'Mpklog' conform to the 'Sendable' protocol
249 | public static let _shared: Mpklog = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Mpklog' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
250 |
251 | public var enabled: LeafNameNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:267:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Ndrv' may have shared mutable state; this is an error in the Swift 6 language mode
264 |
265 | extension Nodes.Net {
266 | public struct Ndrv: NodeCollection {
| `- note: consider making struct 'Ndrv' conform to the 'Sendable' protocol
267 | public static let _shared: Ndrv = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Ndrv' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
268 |
269 | public var multi_max_count: LeafNameNode<CUnsignedInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:281:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Necp' may have shared mutable state; this is an error in the Swift 6 language mode
278 |
279 | extension Nodes.Net {
280 | public struct Necp: NodeCollection {
| `- note: consider making struct 'Necp' conform to the 'Sendable' protocol
281 | public static let _shared: Necp = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Necp' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
282 |
283 | public var arena_count: LeafNameNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:431:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Netagent' may have shared mutable state; this is an error in the Swift 6 language mode
428 |
429 | extension Nodes.Net {
430 | public struct Netagent: NodeCollection {
| `- note: consider making struct 'Netagent' conform to the 'Sendable' protocol
431 | public static let _shared: Netagent = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Netagent' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
432 |
433 | public var active_count: LeafNameNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:449:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Pktsched' may have shared mutable state; this is an error in the Swift 6 language mode
446 |
447 | extension Nodes.Net {
448 | public struct Pktsched: NodeCollection {
| `- note: consider making struct 'Pktsched' conform to the 'Sendable' protocol
449 | public static let _shared: Pktsched = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Pktsched' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
450 |
451 | public var netem: NameNode<Netem> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:463:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Pktsched.Netem' may have shared mutable state; this is an error in the Swift 6 language mode
460 |
461 | extension Nodes.Net.Pktsched {
462 | public struct Netem: NodeCollection {
| `- note: consider making struct 'Netem' conform to the 'Sendable' protocol
463 | public static let _shared: Netem = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Pktsched.Netem' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
464 |
465 | public var heap_size: LeafNameNode<CUnsignedInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:477:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Qos' may have shared mutable state; this is an error in the Swift 6 language mode
474 |
475 | extension Nodes.Net {
476 | public struct Qos: NodeCollection {
| `- note: consider making struct 'Qos' conform to the 'Sendable' protocol
477 | public static let _shared: Qos = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Qos' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
478 |
479 | public var default_netsvctype_to_dscp_map: AnyNode {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:503:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Qos.Policy' may have shared mutable state; this is an error in the Swift 6 language mode
500 |
501 | extension Nodes.Net.Qos {
502 | public struct Policy: NodeCollection {
| `- note: consider making struct 'Policy' conform to the 'Sendable' protocol
503 | public static let _shared: Policy = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Qos.Policy' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
504 |
505 | public var capable_enabled: LeafNameNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:525:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.RestrictedPort' may have shared mutable state; this is an error in the Swift 6 language mode
522 |
523 | extension Nodes.Net {
524 | public struct RestrictedPort: NodeCollection {
| `- note: consider making struct 'RestrictedPort' conform to the 'Sendable' protocol
525 | public static let _shared: RestrictedPort = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.RestrictedPort' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
526 |
527 | public var bitmap: AnyNode {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:543:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Route' may have shared mutable state; this is an error in the Swift 6 language mode
540 |
541 | extension Nodes.Net {
542 | public struct Route: NodeCollection {
| `- note: consider making struct 'Route' conform to the 'Sendable' protocol
543 | public static let _shared: Route = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Route' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
544 |
545 | public var verbose: LeafNameNode<CUnsignedInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:553:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Soflow' may have shared mutable state; this is an error in the Swift 6 language mode
550 |
551 | extension Nodes.Net {
552 | public struct Soflow: NodeCollection {
| `- note: consider making struct 'Soflow' conform to the 'Sendable' protocol
553 | public static let _shared: Soflow = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Soflow' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
554 |
555 | public var count: LeafNameNode<CLong> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:591:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Stats' may have shared mutable state; this is an error in the Swift 6 language mode
588 |
589 | extension Nodes.Net {
590 | public struct Stats: NodeCollection {
| `- note: consider making struct 'Stats' conform to the 'Sendable' protocol
591 | public static let _shared: Stats = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Stats' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
592 |
593 | public var debug: LeafNameNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:621:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Tracker' may have shared mutable state; this is an error in the Swift 6 language mode
618 |
619 | extension Nodes.Net {
620 | public struct Tracker: NodeCollection {
| `- note: consider making struct 'Tracker' conform to the 'Sendable' protocol
621 | public static let _shared: Tracker = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Tracker' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
622 |
623 | public var idle_timeout: LeafNameNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:635:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Utun' may have shared mutable state; this is an error in the Swift 6 language mode
632 |
633 | extension Nodes.Net {
634 | public struct Utun: NodeCollection {
| `- note: consider making struct 'Utun' conform to the 'Sendable' protocol
635 | public static let _shared: Utun = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Utun' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
636 |
637 | public var max_pending_input: LeafNameNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/arm64/Nodes+Net.arm64.swift:657:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Vsock' may have shared mutable state; this is an error in the Swift 6 language mode
654 |
655 | extension Nodes.Net {
656 | public struct Vsock: NodeCollection {
| `- note: consider making struct 'Vsock' conform to the 'Sendable' protocol
657 | public static let _shared: Vsock = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Vsock' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
658 |
659 | public var pcbcount: LeafNameNode<CUnsignedInt> {
[66/71] Compiling SwiftSysctl NodeProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:11:12: warning: let 'sysctl' is not concurrency-safe because non-'Sendable' type 'SysctlNode' may have shared mutable state; this is an error in the Swift 6 language mode
9 | import Foundation
10 |
11 | public let sysctl = SysctlNode()
| |- warning: let 'sysctl' is not concurrency-safe because non-'Sendable' type 'SysctlNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'sysctl' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 | public let kern = KernNode()
13 | public let vm = VMNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:14:15: note: consider making struct 'SysctlNode' conform to the 'Sendable' protocol
12 |
13 | // MARK: - Sysctl
14 | public struct SysctlNode: TopNodeProtocol {
| `- note: consider making struct 'SysctlNode' conform to the 'Sendable' protocol
15 | public typealias Child = Nodes.Sysctl
16 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:12:12: warning: let 'kern' is not concurrency-safe because non-'Sendable' type 'KernNode' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | public let sysctl = SysctlNode()
12 | public let kern = KernNode()
| |- warning: let 'kern' is not concurrency-safe because non-'Sendable' type 'KernNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'kern' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 | public let vm = VMNode()
14 | public let vfs = VFSNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:25:15: note: consider making struct 'KernNode' conform to the 'Sendable' protocol
23 |
24 | // MARK: - Kern
25 | public struct KernNode: TopNodeProtocol {
| `- note: consider making struct 'KernNode' conform to the 'Sendable' protocol
26 | public typealias Child = Nodes.Kern
27 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:13:12: warning: let 'vm' is not concurrency-safe because non-'Sendable' type 'VMNode' may have shared mutable state; this is an error in the Swift 6 language mode
11 | public let sysctl = SysctlNode()
12 | public let kern = KernNode()
13 | public let vm = VMNode()
| |- warning: let 'vm' is not concurrency-safe because non-'Sendable' type 'VMNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'vm' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 | public let vfs = VFSNode()
15 | public let net = NetNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:36:15: note: consider making struct 'VMNode' conform to the 'Sendable' protocol
34 |
35 | // MARK: - VM
36 | public struct VMNode: TopNodeProtocol {
| `- note: consider making struct 'VMNode' conform to the 'Sendable' protocol
37 | public typealias Child = Nodes.VM
38 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:14:12: warning: let 'vfs' is not concurrency-safe because non-'Sendable' type 'VFSNode' may have shared mutable state; this is an error in the Swift 6 language mode
12 | public let kern = KernNode()
13 | public let vm = VMNode()
14 | public let vfs = VFSNode()
| |- warning: let 'vfs' is not concurrency-safe because non-'Sendable' type 'VFSNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'vfs' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 | public let net = NetNode()
16 | public let debug = DebugNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:47:15: note: consider making struct 'VFSNode' conform to the 'Sendable' protocol
45 |
46 | // MARK: - VFS
47 | public struct VFSNode: TopNodeProtocol {
| `- note: consider making struct 'VFSNode' conform to the 'Sendable' protocol
48 | public typealias Child = Nodes.VFS
49 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:15:12: warning: let 'net' is not concurrency-safe because non-'Sendable' type 'NetNode' may have shared mutable state; this is an error in the Swift 6 language mode
13 | public let vm = VMNode()
14 | public let vfs = VFSNode()
15 | public let net = NetNode()
| |- warning: let 'net' is not concurrency-safe because non-'Sendable' type 'NetNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'net' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 | public let debug = DebugNode()
17 | public let hw = HWNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:58:15: note: consider making struct 'NetNode' conform to the 'Sendable' protocol
56 |
57 | // MARK: - Net
58 | public struct NetNode: TopNodeProtocol {
| `- note: consider making struct 'NetNode' conform to the 'Sendable' protocol
59 | public typealias Child = Nodes.Net
60 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:16:12: warning: let 'debug' is not concurrency-safe because non-'Sendable' type 'DebugNode' may have shared mutable state; this is an error in the Swift 6 language mode
14 | public let vfs = VFSNode()
15 | public let net = NetNode()
16 | public let debug = DebugNode()
| |- warning: let 'debug' is not concurrency-safe because non-'Sendable' type 'DebugNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'debug' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 | public let hw = HWNode()
18 | public let machdep = MachDepNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:69:15: note: consider making struct 'DebugNode' conform to the 'Sendable' protocol
67 |
68 | // MARK: - Debug
69 | public struct DebugNode: TopNodeProtocol {
| `- note: consider making struct 'DebugNode' conform to the 'Sendable' protocol
70 | public typealias Child = Nodes.Debug
71 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:17:12: warning: let 'hw' is not concurrency-safe because non-'Sendable' type 'HWNode' may have shared mutable state; this is an error in the Swift 6 language mode
15 | public let net = NetNode()
16 | public let debug = DebugNode()
17 | public let hw = HWNode()
| |- warning: let 'hw' is not concurrency-safe because non-'Sendable' type 'HWNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'hw' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 | public let machdep = MachDepNode()
19 | public let security = SecurityNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:80:15: note: consider making struct 'HWNode' conform to the 'Sendable' protocol
78 |
79 | // MARK: - HW
80 | public struct HWNode: TopNodeProtocol {
| `- note: consider making struct 'HWNode' conform to the 'Sendable' protocol
81 | public typealias Child = Nodes.HW
82 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:18:12: warning: let 'machdep' is not concurrency-safe because non-'Sendable' type 'MachDepNode' may have shared mutable state; this is an error in the Swift 6 language mode
16 | public let debug = DebugNode()
17 | public let hw = HWNode()
18 | public let machdep = MachDepNode()
| |- warning: let 'machdep' is not concurrency-safe because non-'Sendable' type 'MachDepNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'machdep' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 | public let security = SecurityNode()
20 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:91:15: note: consider making struct 'MachDepNode' conform to the 'Sendable' protocol
89 |
90 | // MARK: - MachDep
91 | public struct MachDepNode: TopNodeProtocol {
| `- note: consider making struct 'MachDepNode' conform to the 'Sendable' protocol
92 | public typealias Child = Nodes.MachDep
93 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:19:12: warning: let 'security' is not concurrency-safe because non-'Sendable' type 'SecurityNode' may have shared mutable state; this is an error in the Swift 6 language mode
17 | public let hw = HWNode()
18 | public let machdep = MachDepNode()
19 | public let security = SecurityNode()
| |- warning: let 'security' is not concurrency-safe because non-'Sendable' type 'SecurityNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'security' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:102:15: note: consider making struct 'SecurityNode' conform to the 'Sendable' protocol
100 |
101 | // MARK: - Security
102 | public struct SecurityNode: TopNodeProtocol {
| `- note: consider making struct 'SecurityNode' conform to the 'Sendable' protocol
103 | public typealias Child = Nodes.Security
104 |
[67/71] Compiling SwiftSysctl SwiftSysctl.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:11:12: warning: let 'sysctl' is not concurrency-safe because non-'Sendable' type 'SysctlNode' may have shared mutable state; this is an error in the Swift 6 language mode
9 | import Foundation
10 |
11 | public let sysctl = SysctlNode()
| |- warning: let 'sysctl' is not concurrency-safe because non-'Sendable' type 'SysctlNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'sysctl' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 | public let kern = KernNode()
13 | public let vm = VMNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:14:15: note: consider making struct 'SysctlNode' conform to the 'Sendable' protocol
12 |
13 | // MARK: - Sysctl
14 | public struct SysctlNode: TopNodeProtocol {
| `- note: consider making struct 'SysctlNode' conform to the 'Sendable' protocol
15 | public typealias Child = Nodes.Sysctl
16 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:12:12: warning: let 'kern' is not concurrency-safe because non-'Sendable' type 'KernNode' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | public let sysctl = SysctlNode()
12 | public let kern = KernNode()
| |- warning: let 'kern' is not concurrency-safe because non-'Sendable' type 'KernNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'kern' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 | public let vm = VMNode()
14 | public let vfs = VFSNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:25:15: note: consider making struct 'KernNode' conform to the 'Sendable' protocol
23 |
24 | // MARK: - Kern
25 | public struct KernNode: TopNodeProtocol {
| `- note: consider making struct 'KernNode' conform to the 'Sendable' protocol
26 | public typealias Child = Nodes.Kern
27 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:13:12: warning: let 'vm' is not concurrency-safe because non-'Sendable' type 'VMNode' may have shared mutable state; this is an error in the Swift 6 language mode
11 | public let sysctl = SysctlNode()
12 | public let kern = KernNode()
13 | public let vm = VMNode()
| |- warning: let 'vm' is not concurrency-safe because non-'Sendable' type 'VMNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'vm' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 | public let vfs = VFSNode()
15 | public let net = NetNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:36:15: note: consider making struct 'VMNode' conform to the 'Sendable' protocol
34 |
35 | // MARK: - VM
36 | public struct VMNode: TopNodeProtocol {
| `- note: consider making struct 'VMNode' conform to the 'Sendable' protocol
37 | public typealias Child = Nodes.VM
38 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:14:12: warning: let 'vfs' is not concurrency-safe because non-'Sendable' type 'VFSNode' may have shared mutable state; this is an error in the Swift 6 language mode
12 | public let kern = KernNode()
13 | public let vm = VMNode()
14 | public let vfs = VFSNode()
| |- warning: let 'vfs' is not concurrency-safe because non-'Sendable' type 'VFSNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'vfs' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 | public let net = NetNode()
16 | public let debug = DebugNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:47:15: note: consider making struct 'VFSNode' conform to the 'Sendable' protocol
45 |
46 | // MARK: - VFS
47 | public struct VFSNode: TopNodeProtocol {
| `- note: consider making struct 'VFSNode' conform to the 'Sendable' protocol
48 | public typealias Child = Nodes.VFS
49 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:15:12: warning: let 'net' is not concurrency-safe because non-'Sendable' type 'NetNode' may have shared mutable state; this is an error in the Swift 6 language mode
13 | public let vm = VMNode()
14 | public let vfs = VFSNode()
15 | public let net = NetNode()
| |- warning: let 'net' is not concurrency-safe because non-'Sendable' type 'NetNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'net' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 | public let debug = DebugNode()
17 | public let hw = HWNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:58:15: note: consider making struct 'NetNode' conform to the 'Sendable' protocol
56 |
57 | // MARK: - Net
58 | public struct NetNode: TopNodeProtocol {
| `- note: consider making struct 'NetNode' conform to the 'Sendable' protocol
59 | public typealias Child = Nodes.Net
60 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:16:12: warning: let 'debug' is not concurrency-safe because non-'Sendable' type 'DebugNode' may have shared mutable state; this is an error in the Swift 6 language mode
14 | public let vfs = VFSNode()
15 | public let net = NetNode()
16 | public let debug = DebugNode()
| |- warning: let 'debug' is not concurrency-safe because non-'Sendable' type 'DebugNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'debug' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 | public let hw = HWNode()
18 | public let machdep = MachDepNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:69:15: note: consider making struct 'DebugNode' conform to the 'Sendable' protocol
67 |
68 | // MARK: - Debug
69 | public struct DebugNode: TopNodeProtocol {
| `- note: consider making struct 'DebugNode' conform to the 'Sendable' protocol
70 | public typealias Child = Nodes.Debug
71 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:17:12: warning: let 'hw' is not concurrency-safe because non-'Sendable' type 'HWNode' may have shared mutable state; this is an error in the Swift 6 language mode
15 | public let net = NetNode()
16 | public let debug = DebugNode()
17 | public let hw = HWNode()
| |- warning: let 'hw' is not concurrency-safe because non-'Sendable' type 'HWNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'hw' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 | public let machdep = MachDepNode()
19 | public let security = SecurityNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:80:15: note: consider making struct 'HWNode' conform to the 'Sendable' protocol
78 |
79 | // MARK: - HW
80 | public struct HWNode: TopNodeProtocol {
| `- note: consider making struct 'HWNode' conform to the 'Sendable' protocol
81 | public typealias Child = Nodes.HW
82 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:18:12: warning: let 'machdep' is not concurrency-safe because non-'Sendable' type 'MachDepNode' may have shared mutable state; this is an error in the Swift 6 language mode
16 | public let debug = DebugNode()
17 | public let hw = HWNode()
18 | public let machdep = MachDepNode()
| |- warning: let 'machdep' is not concurrency-safe because non-'Sendable' type 'MachDepNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'machdep' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 | public let security = SecurityNode()
20 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:91:15: note: consider making struct 'MachDepNode' conform to the 'Sendable' protocol
89 |
90 | // MARK: - MachDep
91 | public struct MachDepNode: TopNodeProtocol {
| `- note: consider making struct 'MachDepNode' conform to the 'Sendable' protocol
92 | public typealias Child = Nodes.MachDep
93 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:19:12: warning: let 'security' is not concurrency-safe because non-'Sendable' type 'SecurityNode' may have shared mutable state; this is an error in the Swift 6 language mode
17 | public let hw = HWNode()
18 | public let machdep = MachDepNode()
19 | public let security = SecurityNode()
| |- warning: let 'security' is not concurrency-safe because non-'Sendable' type 'SecurityNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'security' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:102:15: note: consider making struct 'SecurityNode' conform to the 'Sendable' protocol
100 |
101 | // MARK: - Security
102 | public struct SecurityNode: TopNodeProtocol {
| `- note: consider making struct 'SecurityNode' conform to the 'Sendable' protocol
103 | public typealias Child = Nodes.Security
104 |
[68/71] Compiling SwiftSysctl SysctlError.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:11:12: warning: let 'sysctl' is not concurrency-safe because non-'Sendable' type 'SysctlNode' may have shared mutable state; this is an error in the Swift 6 language mode
9 | import Foundation
10 |
11 | public let sysctl = SysctlNode()
| |- warning: let 'sysctl' is not concurrency-safe because non-'Sendable' type 'SysctlNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'sysctl' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 | public let kern = KernNode()
13 | public let vm = VMNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:14:15: note: consider making struct 'SysctlNode' conform to the 'Sendable' protocol
12 |
13 | // MARK: - Sysctl
14 | public struct SysctlNode: TopNodeProtocol {
| `- note: consider making struct 'SysctlNode' conform to the 'Sendable' protocol
15 | public typealias Child = Nodes.Sysctl
16 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:12:12: warning: let 'kern' is not concurrency-safe because non-'Sendable' type 'KernNode' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | public let sysctl = SysctlNode()
12 | public let kern = KernNode()
| |- warning: let 'kern' is not concurrency-safe because non-'Sendable' type 'KernNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'kern' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 | public let vm = VMNode()
14 | public let vfs = VFSNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:25:15: note: consider making struct 'KernNode' conform to the 'Sendable' protocol
23 |
24 | // MARK: - Kern
25 | public struct KernNode: TopNodeProtocol {
| `- note: consider making struct 'KernNode' conform to the 'Sendable' protocol
26 | public typealias Child = Nodes.Kern
27 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:13:12: warning: let 'vm' is not concurrency-safe because non-'Sendable' type 'VMNode' may have shared mutable state; this is an error in the Swift 6 language mode
11 | public let sysctl = SysctlNode()
12 | public let kern = KernNode()
13 | public let vm = VMNode()
| |- warning: let 'vm' is not concurrency-safe because non-'Sendable' type 'VMNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'vm' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 | public let vfs = VFSNode()
15 | public let net = NetNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:36:15: note: consider making struct 'VMNode' conform to the 'Sendable' protocol
34 |
35 | // MARK: - VM
36 | public struct VMNode: TopNodeProtocol {
| `- note: consider making struct 'VMNode' conform to the 'Sendable' protocol
37 | public typealias Child = Nodes.VM
38 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:14:12: warning: let 'vfs' is not concurrency-safe because non-'Sendable' type 'VFSNode' may have shared mutable state; this is an error in the Swift 6 language mode
12 | public let kern = KernNode()
13 | public let vm = VMNode()
14 | public let vfs = VFSNode()
| |- warning: let 'vfs' is not concurrency-safe because non-'Sendable' type 'VFSNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'vfs' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 | public let net = NetNode()
16 | public let debug = DebugNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:47:15: note: consider making struct 'VFSNode' conform to the 'Sendable' protocol
45 |
46 | // MARK: - VFS
47 | public struct VFSNode: TopNodeProtocol {
| `- note: consider making struct 'VFSNode' conform to the 'Sendable' protocol
48 | public typealias Child = Nodes.VFS
49 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:15:12: warning: let 'net' is not concurrency-safe because non-'Sendable' type 'NetNode' may have shared mutable state; this is an error in the Swift 6 language mode
13 | public let vm = VMNode()
14 | public let vfs = VFSNode()
15 | public let net = NetNode()
| |- warning: let 'net' is not concurrency-safe because non-'Sendable' type 'NetNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'net' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 | public let debug = DebugNode()
17 | public let hw = HWNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:58:15: note: consider making struct 'NetNode' conform to the 'Sendable' protocol
56 |
57 | // MARK: - Net
58 | public struct NetNode: TopNodeProtocol {
| `- note: consider making struct 'NetNode' conform to the 'Sendable' protocol
59 | public typealias Child = Nodes.Net
60 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:16:12: warning: let 'debug' is not concurrency-safe because non-'Sendable' type 'DebugNode' may have shared mutable state; this is an error in the Swift 6 language mode
14 | public let vfs = VFSNode()
15 | public let net = NetNode()
16 | public let debug = DebugNode()
| |- warning: let 'debug' is not concurrency-safe because non-'Sendable' type 'DebugNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'debug' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 | public let hw = HWNode()
18 | public let machdep = MachDepNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:69:15: note: consider making struct 'DebugNode' conform to the 'Sendable' protocol
67 |
68 | // MARK: - Debug
69 | public struct DebugNode: TopNodeProtocol {
| `- note: consider making struct 'DebugNode' conform to the 'Sendable' protocol
70 | public typealias Child = Nodes.Debug
71 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:17:12: warning: let 'hw' is not concurrency-safe because non-'Sendable' type 'HWNode' may have shared mutable state; this is an error in the Swift 6 language mode
15 | public let net = NetNode()
16 | public let debug = DebugNode()
17 | public let hw = HWNode()
| |- warning: let 'hw' is not concurrency-safe because non-'Sendable' type 'HWNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'hw' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 | public let machdep = MachDepNode()
19 | public let security = SecurityNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:80:15: note: consider making struct 'HWNode' conform to the 'Sendable' protocol
78 |
79 | // MARK: - HW
80 | public struct HWNode: TopNodeProtocol {
| `- note: consider making struct 'HWNode' conform to the 'Sendable' protocol
81 | public typealias Child = Nodes.HW
82 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:18:12: warning: let 'machdep' is not concurrency-safe because non-'Sendable' type 'MachDepNode' may have shared mutable state; this is an error in the Swift 6 language mode
16 | public let debug = DebugNode()
17 | public let hw = HWNode()
18 | public let machdep = MachDepNode()
| |- warning: let 'machdep' is not concurrency-safe because non-'Sendable' type 'MachDepNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'machdep' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 | public let security = SecurityNode()
20 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:91:15: note: consider making struct 'MachDepNode' conform to the 'Sendable' protocol
89 |
90 | // MARK: - MachDep
91 | public struct MachDepNode: TopNodeProtocol {
| `- note: consider making struct 'MachDepNode' conform to the 'Sendable' protocol
92 | public typealias Child = Nodes.MachDep
93 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:19:12: warning: let 'security' is not concurrency-safe because non-'Sendable' type 'SecurityNode' may have shared mutable state; this is an error in the Swift 6 language mode
17 | public let hw = HWNode()
18 | public let machdep = MachDepNode()
19 | public let security = SecurityNode()
| |- warning: let 'security' is not concurrency-safe because non-'Sendable' type 'SecurityNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'security' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:102:15: note: consider making struct 'SecurityNode' conform to the 'Sendable' protocol
100 |
101 | // MARK: - Security
102 | public struct SecurityNode: TopNodeProtocol {
| `- note: consider making struct 'SecurityNode' conform to the 'Sendable' protocol
103 | public typealias Child = Nodes.Security
104 |
[69/71] Compiling SwiftSysctl TopNodes.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:11:12: warning: let 'sysctl' is not concurrency-safe because non-'Sendable' type 'SysctlNode' may have shared mutable state; this is an error in the Swift 6 language mode
9 | import Foundation
10 |
11 | public let sysctl = SysctlNode()
| |- warning: let 'sysctl' is not concurrency-safe because non-'Sendable' type 'SysctlNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'sysctl' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 | public let kern = KernNode()
13 | public let vm = VMNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:14:15: note: consider making struct 'SysctlNode' conform to the 'Sendable' protocol
12 |
13 | // MARK: - Sysctl
14 | public struct SysctlNode: TopNodeProtocol {
| `- note: consider making struct 'SysctlNode' conform to the 'Sendable' protocol
15 | public typealias Child = Nodes.Sysctl
16 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:12:12: warning: let 'kern' is not concurrency-safe because non-'Sendable' type 'KernNode' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | public let sysctl = SysctlNode()
12 | public let kern = KernNode()
| |- warning: let 'kern' is not concurrency-safe because non-'Sendable' type 'KernNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'kern' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 | public let vm = VMNode()
14 | public let vfs = VFSNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:25:15: note: consider making struct 'KernNode' conform to the 'Sendable' protocol
23 |
24 | // MARK: - Kern
25 | public struct KernNode: TopNodeProtocol {
| `- note: consider making struct 'KernNode' conform to the 'Sendable' protocol
26 | public typealias Child = Nodes.Kern
27 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:13:12: warning: let 'vm' is not concurrency-safe because non-'Sendable' type 'VMNode' may have shared mutable state; this is an error in the Swift 6 language mode
11 | public let sysctl = SysctlNode()
12 | public let kern = KernNode()
13 | public let vm = VMNode()
| |- warning: let 'vm' is not concurrency-safe because non-'Sendable' type 'VMNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'vm' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 | public let vfs = VFSNode()
15 | public let net = NetNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:36:15: note: consider making struct 'VMNode' conform to the 'Sendable' protocol
34 |
35 | // MARK: - VM
36 | public struct VMNode: TopNodeProtocol {
| `- note: consider making struct 'VMNode' conform to the 'Sendable' protocol
37 | public typealias Child = Nodes.VM
38 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:14:12: warning: let 'vfs' is not concurrency-safe because non-'Sendable' type 'VFSNode' may have shared mutable state; this is an error in the Swift 6 language mode
12 | public let kern = KernNode()
13 | public let vm = VMNode()
14 | public let vfs = VFSNode()
| |- warning: let 'vfs' is not concurrency-safe because non-'Sendable' type 'VFSNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'vfs' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 | public let net = NetNode()
16 | public let debug = DebugNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:47:15: note: consider making struct 'VFSNode' conform to the 'Sendable' protocol
45 |
46 | // MARK: - VFS
47 | public struct VFSNode: TopNodeProtocol {
| `- note: consider making struct 'VFSNode' conform to the 'Sendable' protocol
48 | public typealias Child = Nodes.VFS
49 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:15:12: warning: let 'net' is not concurrency-safe because non-'Sendable' type 'NetNode' may have shared mutable state; this is an error in the Swift 6 language mode
13 | public let vm = VMNode()
14 | public let vfs = VFSNode()
15 | public let net = NetNode()
| |- warning: let 'net' is not concurrency-safe because non-'Sendable' type 'NetNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'net' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 | public let debug = DebugNode()
17 | public let hw = HWNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:58:15: note: consider making struct 'NetNode' conform to the 'Sendable' protocol
56 |
57 | // MARK: - Net
58 | public struct NetNode: TopNodeProtocol {
| `- note: consider making struct 'NetNode' conform to the 'Sendable' protocol
59 | public typealias Child = Nodes.Net
60 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:16:12: warning: let 'debug' is not concurrency-safe because non-'Sendable' type 'DebugNode' may have shared mutable state; this is an error in the Swift 6 language mode
14 | public let vfs = VFSNode()
15 | public let net = NetNode()
16 | public let debug = DebugNode()
| |- warning: let 'debug' is not concurrency-safe because non-'Sendable' type 'DebugNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'debug' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 | public let hw = HWNode()
18 | public let machdep = MachDepNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:69:15: note: consider making struct 'DebugNode' conform to the 'Sendable' protocol
67 |
68 | // MARK: - Debug
69 | public struct DebugNode: TopNodeProtocol {
| `- note: consider making struct 'DebugNode' conform to the 'Sendable' protocol
70 | public typealias Child = Nodes.Debug
71 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:17:12: warning: let 'hw' is not concurrency-safe because non-'Sendable' type 'HWNode' may have shared mutable state; this is an error in the Swift 6 language mode
15 | public let net = NetNode()
16 | public let debug = DebugNode()
17 | public let hw = HWNode()
| |- warning: let 'hw' is not concurrency-safe because non-'Sendable' type 'HWNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'hw' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 | public let machdep = MachDepNode()
19 | public let security = SecurityNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:80:15: note: consider making struct 'HWNode' conform to the 'Sendable' protocol
78 |
79 | // MARK: - HW
80 | public struct HWNode: TopNodeProtocol {
| `- note: consider making struct 'HWNode' conform to the 'Sendable' protocol
81 | public typealias Child = Nodes.HW
82 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:18:12: warning: let 'machdep' is not concurrency-safe because non-'Sendable' type 'MachDepNode' may have shared mutable state; this is an error in the Swift 6 language mode
16 | public let debug = DebugNode()
17 | public let hw = HWNode()
18 | public let machdep = MachDepNode()
| |- warning: let 'machdep' is not concurrency-safe because non-'Sendable' type 'MachDepNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'machdep' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 | public let security = SecurityNode()
20 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:91:15: note: consider making struct 'MachDepNode' conform to the 'Sendable' protocol
89 |
90 | // MARK: - MachDep
91 | public struct MachDepNode: TopNodeProtocol {
| `- note: consider making struct 'MachDepNode' conform to the 'Sendable' protocol
92 | public typealias Child = Nodes.MachDep
93 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:19:12: warning: let 'security' is not concurrency-safe because non-'Sendable' type 'SecurityNode' may have shared mutable state; this is an error in the Swift 6 language mode
17 | public let hw = HWNode()
18 | public let machdep = MachDepNode()
19 | public let security = SecurityNode()
| |- warning: let 'security' is not concurrency-safe because non-'Sendable' type 'SecurityNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'security' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:102:15: note: consider making struct 'SecurityNode' conform to the 'Sendable' protocol
100 |
101 | // MARK: - Security
102 | public struct SecurityNode: TopNodeProtocol {
| `- note: consider making struct 'SecurityNode' conform to the 'Sendable' protocol
103 | public typealias Child = Nodes.Security
104 |
[70/71] Compiling SwiftSysctl Field.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:11:12: warning: let 'sysctl' is not concurrency-safe because non-'Sendable' type 'SysctlNode' may have shared mutable state; this is an error in the Swift 6 language mode
9 | import Foundation
10 |
11 | public let sysctl = SysctlNode()
| |- warning: let 'sysctl' is not concurrency-safe because non-'Sendable' type 'SysctlNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'sysctl' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 | public let kern = KernNode()
13 | public let vm = VMNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:14:15: note: consider making struct 'SysctlNode' conform to the 'Sendable' protocol
12 |
13 | // MARK: - Sysctl
14 | public struct SysctlNode: TopNodeProtocol {
| `- note: consider making struct 'SysctlNode' conform to the 'Sendable' protocol
15 | public typealias Child = Nodes.Sysctl
16 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:12:12: warning: let 'kern' is not concurrency-safe because non-'Sendable' type 'KernNode' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | public let sysctl = SysctlNode()
12 | public let kern = KernNode()
| |- warning: let 'kern' is not concurrency-safe because non-'Sendable' type 'KernNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'kern' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 | public let vm = VMNode()
14 | public let vfs = VFSNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:25:15: note: consider making struct 'KernNode' conform to the 'Sendable' protocol
23 |
24 | // MARK: - Kern
25 | public struct KernNode: TopNodeProtocol {
| `- note: consider making struct 'KernNode' conform to the 'Sendable' protocol
26 | public typealias Child = Nodes.Kern
27 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:13:12: warning: let 'vm' is not concurrency-safe because non-'Sendable' type 'VMNode' may have shared mutable state; this is an error in the Swift 6 language mode
11 | public let sysctl = SysctlNode()
12 | public let kern = KernNode()
13 | public let vm = VMNode()
| |- warning: let 'vm' is not concurrency-safe because non-'Sendable' type 'VMNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'vm' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 | public let vfs = VFSNode()
15 | public let net = NetNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:36:15: note: consider making struct 'VMNode' conform to the 'Sendable' protocol
34 |
35 | // MARK: - VM
36 | public struct VMNode: TopNodeProtocol {
| `- note: consider making struct 'VMNode' conform to the 'Sendable' protocol
37 | public typealias Child = Nodes.VM
38 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:14:12: warning: let 'vfs' is not concurrency-safe because non-'Sendable' type 'VFSNode' may have shared mutable state; this is an error in the Swift 6 language mode
12 | public let kern = KernNode()
13 | public let vm = VMNode()
14 | public let vfs = VFSNode()
| |- warning: let 'vfs' is not concurrency-safe because non-'Sendable' type 'VFSNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'vfs' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 | public let net = NetNode()
16 | public let debug = DebugNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:47:15: note: consider making struct 'VFSNode' conform to the 'Sendable' protocol
45 |
46 | // MARK: - VFS
47 | public struct VFSNode: TopNodeProtocol {
| `- note: consider making struct 'VFSNode' conform to the 'Sendable' protocol
48 | public typealias Child = Nodes.VFS
49 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:15:12: warning: let 'net' is not concurrency-safe because non-'Sendable' type 'NetNode' may have shared mutable state; this is an error in the Swift 6 language mode
13 | public let vm = VMNode()
14 | public let vfs = VFSNode()
15 | public let net = NetNode()
| |- warning: let 'net' is not concurrency-safe because non-'Sendable' type 'NetNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'net' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 | public let debug = DebugNode()
17 | public let hw = HWNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:58:15: note: consider making struct 'NetNode' conform to the 'Sendable' protocol
56 |
57 | // MARK: - Net
58 | public struct NetNode: TopNodeProtocol {
| `- note: consider making struct 'NetNode' conform to the 'Sendable' protocol
59 | public typealias Child = Nodes.Net
60 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:16:12: warning: let 'debug' is not concurrency-safe because non-'Sendable' type 'DebugNode' may have shared mutable state; this is an error in the Swift 6 language mode
14 | public let vfs = VFSNode()
15 | public let net = NetNode()
16 | public let debug = DebugNode()
| |- warning: let 'debug' is not concurrency-safe because non-'Sendable' type 'DebugNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'debug' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 | public let hw = HWNode()
18 | public let machdep = MachDepNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:69:15: note: consider making struct 'DebugNode' conform to the 'Sendable' protocol
67 |
68 | // MARK: - Debug
69 | public struct DebugNode: TopNodeProtocol {
| `- note: consider making struct 'DebugNode' conform to the 'Sendable' protocol
70 | public typealias Child = Nodes.Debug
71 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:17:12: warning: let 'hw' is not concurrency-safe because non-'Sendable' type 'HWNode' may have shared mutable state; this is an error in the Swift 6 language mode
15 | public let net = NetNode()
16 | public let debug = DebugNode()
17 | public let hw = HWNode()
| |- warning: let 'hw' is not concurrency-safe because non-'Sendable' type 'HWNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'hw' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 | public let machdep = MachDepNode()
19 | public let security = SecurityNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:80:15: note: consider making struct 'HWNode' conform to the 'Sendable' protocol
78 |
79 | // MARK: - HW
80 | public struct HWNode: TopNodeProtocol {
| `- note: consider making struct 'HWNode' conform to the 'Sendable' protocol
81 | public typealias Child = Nodes.HW
82 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:18:12: warning: let 'machdep' is not concurrency-safe because non-'Sendable' type 'MachDepNode' may have shared mutable state; this is an error in the Swift 6 language mode
16 | public let debug = DebugNode()
17 | public let hw = HWNode()
18 | public let machdep = MachDepNode()
| |- warning: let 'machdep' is not concurrency-safe because non-'Sendable' type 'MachDepNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'machdep' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 | public let security = SecurityNode()
20 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:91:15: note: consider making struct 'MachDepNode' conform to the 'Sendable' protocol
89 |
90 | // MARK: - MachDep
91 | public struct MachDepNode: TopNodeProtocol {
| `- note: consider making struct 'MachDepNode' conform to the 'Sendable' protocol
92 | public typealias Child = Nodes.MachDep
93 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:19:12: warning: let 'security' is not concurrency-safe because non-'Sendable' type 'SecurityNode' may have shared mutable state; this is an error in the Swift 6 language mode
17 | public let hw = HWNode()
18 | public let machdep = MachDepNode()
19 | public let security = SecurityNode()
| |- warning: let 'security' is not concurrency-safe because non-'Sendable' type 'SecurityNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'security' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:102:15: note: consider making struct 'SecurityNode' conform to the 'Sendable' protocol
100 |
101 | // MARK: - Security
102 | public struct SecurityNode: TopNodeProtocol {
| `- note: consider making struct 'SecurityNode' conform to the 'Sendable' protocol
103 | public typealias Child = Nodes.Security
104 |
[71/71] Compiling SwiftSysctl Node.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:11:12: warning: let 'sysctl' is not concurrency-safe because non-'Sendable' type 'SysctlNode' may have shared mutable state; this is an error in the Swift 6 language mode
9 | import Foundation
10 |
11 | public let sysctl = SysctlNode()
| |- warning: let 'sysctl' is not concurrency-safe because non-'Sendable' type 'SysctlNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'sysctl' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 | public let kern = KernNode()
13 | public let vm = VMNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:14:15: note: consider making struct 'SysctlNode' conform to the 'Sendable' protocol
12 |
13 | // MARK: - Sysctl
14 | public struct SysctlNode: TopNodeProtocol {
| `- note: consider making struct 'SysctlNode' conform to the 'Sendable' protocol
15 | public typealias Child = Nodes.Sysctl
16 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:12:12: warning: let 'kern' is not concurrency-safe because non-'Sendable' type 'KernNode' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | public let sysctl = SysctlNode()
12 | public let kern = KernNode()
| |- warning: let 'kern' is not concurrency-safe because non-'Sendable' type 'KernNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'kern' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 | public let vm = VMNode()
14 | public let vfs = VFSNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:25:15: note: consider making struct 'KernNode' conform to the 'Sendable' protocol
23 |
24 | // MARK: - Kern
25 | public struct KernNode: TopNodeProtocol {
| `- note: consider making struct 'KernNode' conform to the 'Sendable' protocol
26 | public typealias Child = Nodes.Kern
27 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:13:12: warning: let 'vm' is not concurrency-safe because non-'Sendable' type 'VMNode' may have shared mutable state; this is an error in the Swift 6 language mode
11 | public let sysctl = SysctlNode()
12 | public let kern = KernNode()
13 | public let vm = VMNode()
| |- warning: let 'vm' is not concurrency-safe because non-'Sendable' type 'VMNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'vm' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 | public let vfs = VFSNode()
15 | public let net = NetNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:36:15: note: consider making struct 'VMNode' conform to the 'Sendable' protocol
34 |
35 | // MARK: - VM
36 | public struct VMNode: TopNodeProtocol {
| `- note: consider making struct 'VMNode' conform to the 'Sendable' protocol
37 | public typealias Child = Nodes.VM
38 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:14:12: warning: let 'vfs' is not concurrency-safe because non-'Sendable' type 'VFSNode' may have shared mutable state; this is an error in the Swift 6 language mode
12 | public let kern = KernNode()
13 | public let vm = VMNode()
14 | public let vfs = VFSNode()
| |- warning: let 'vfs' is not concurrency-safe because non-'Sendable' type 'VFSNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'vfs' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 | public let net = NetNode()
16 | public let debug = DebugNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:47:15: note: consider making struct 'VFSNode' conform to the 'Sendable' protocol
45 |
46 | // MARK: - VFS
47 | public struct VFSNode: TopNodeProtocol {
| `- note: consider making struct 'VFSNode' conform to the 'Sendable' protocol
48 | public typealias Child = Nodes.VFS
49 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:15:12: warning: let 'net' is not concurrency-safe because non-'Sendable' type 'NetNode' may have shared mutable state; this is an error in the Swift 6 language mode
13 | public let vm = VMNode()
14 | public let vfs = VFSNode()
15 | public let net = NetNode()
| |- warning: let 'net' is not concurrency-safe because non-'Sendable' type 'NetNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'net' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 | public let debug = DebugNode()
17 | public let hw = HWNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:58:15: note: consider making struct 'NetNode' conform to the 'Sendable' protocol
56 |
57 | // MARK: - Net
58 | public struct NetNode: TopNodeProtocol {
| `- note: consider making struct 'NetNode' conform to the 'Sendable' protocol
59 | public typealias Child = Nodes.Net
60 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:16:12: warning: let 'debug' is not concurrency-safe because non-'Sendable' type 'DebugNode' may have shared mutable state; this is an error in the Swift 6 language mode
14 | public let vfs = VFSNode()
15 | public let net = NetNode()
16 | public let debug = DebugNode()
| |- warning: let 'debug' is not concurrency-safe because non-'Sendable' type 'DebugNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'debug' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 | public let hw = HWNode()
18 | public let machdep = MachDepNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:69:15: note: consider making struct 'DebugNode' conform to the 'Sendable' protocol
67 |
68 | // MARK: - Debug
69 | public struct DebugNode: TopNodeProtocol {
| `- note: consider making struct 'DebugNode' conform to the 'Sendable' protocol
70 | public typealias Child = Nodes.Debug
71 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:17:12: warning: let 'hw' is not concurrency-safe because non-'Sendable' type 'HWNode' may have shared mutable state; this is an error in the Swift 6 language mode
15 | public let net = NetNode()
16 | public let debug = DebugNode()
17 | public let hw = HWNode()
| |- warning: let 'hw' is not concurrency-safe because non-'Sendable' type 'HWNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'hw' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 | public let machdep = MachDepNode()
19 | public let security = SecurityNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:80:15: note: consider making struct 'HWNode' conform to the 'Sendable' protocol
78 |
79 | // MARK: - HW
80 | public struct HWNode: TopNodeProtocol {
| `- note: consider making struct 'HWNode' conform to the 'Sendable' protocol
81 | public typealias Child = Nodes.HW
82 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:18:12: warning: let 'machdep' is not concurrency-safe because non-'Sendable' type 'MachDepNode' may have shared mutable state; this is an error in the Swift 6 language mode
16 | public let debug = DebugNode()
17 | public let hw = HWNode()
18 | public let machdep = MachDepNode()
| |- warning: let 'machdep' is not concurrency-safe because non-'Sendable' type 'MachDepNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'machdep' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 | public let security = SecurityNode()
20 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:91:15: note: consider making struct 'MachDepNode' conform to the 'Sendable' protocol
89 |
90 | // MARK: - MachDep
91 | public struct MachDepNode: TopNodeProtocol {
| `- note: consider making struct 'MachDepNode' conform to the 'Sendable' protocol
92 | public typealias Child = Nodes.MachDep
93 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:19:12: warning: let 'security' is not concurrency-safe because non-'Sendable' type 'SecurityNode' may have shared mutable state; this is an error in the Swift 6 language mode
17 | public let hw = HWNode()
18 | public let machdep = MachDepNode()
19 | public let security = SecurityNode()
| |- warning: let 'security' is not concurrency-safe because non-'Sendable' type 'SecurityNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'security' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:102:15: note: consider making struct 'SecurityNode' conform to the 'Sendable' protocol
100 |
101 | // MARK: - Security
102 | public struct SecurityNode: TopNodeProtocol {
| `- note: consider making struct 'SecurityNode' conform to the 'Sendable' protocol
103 | public typealias Child = Nodes.Security
104 |
Build complete! (5.59s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftSysctl",
"name" : "SwiftSysctl",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftSysctl",
"targets" : [
"SwiftSysctl"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftSysctlTests",
"module_type" : "SwiftTarget",
"name" : "SwiftSysctlTests",
"path" : "Tests/SwiftSysctlTests",
"sources" : [
"SwiftSysctlTests.swift"
],
"target_dependencies" : [
"SwiftSysctl"
],
"type" : "test"
},
{
"c99name" : "SwiftSysctl",
"module_type" : "SwiftTarget",
"name" : "SwiftSysctl",
"path" : "Sources/SwiftSysctl",
"product_memberships" : [
"SwiftSysctl"
],
"sources" : [
"Extension/Sysctl+.swift",
"Node/Node/Nodes+Debug.swift",
"Node/Node/Nodes+HW.swift",
"Node/Node/Nodes+Kern.swift",
"Node/Node/Nodes+MachDep.swift",
"Node/Node/Nodes+Net.swift",
"Node/Node/Nodes+Security.swift",
"Node/Node/Nodes+VFS.swift",
"Node/Node/Nodes+VM.swift",
"Node/Node/arm64/Nodes+Debug.arm64.swift",
"Node/Node/arm64/Nodes+HW.arm64.swift",
"Node/Node/arm64/Nodes+Kern.arm64.swift",
"Node/Node/arm64/Nodes+MachDep.arm64.swift",
"Node/Node/arm64/Nodes+Net.arm64.swift",
"Node/Node/arm64/Nodes+Security.arm64.swift",
"Node/Node/arm64/Nodes+Sysctl.arm64.swift",
"Node/Node/arm64/Nodes+VFS.arm64.swift",
"Node/Node/arm64/Nodes+VM.arm64.swift",
"Node/Node/x86_64/Nodes+Debug.x86_64.swift",
"Node/Node/x86_64/Nodes+HW.x86_64.swift",
"Node/Node/x86_64/Nodes+Kern.x86_64.swift",
"Node/Node/x86_64/Nodes+MachDep.x86_64.swift",
"Node/Node/x86_64/Nodes+Net.x86_64.swift",
"Node/Node/x86_64/Nodes+Security.x86_64.swift",
"Node/Node/x86_64/Nodes+Sysctl.x86_64.swift",
"Node/Node/x86_64/Nodes+VFS.x86_64.swift",
"Node/Node/x86_64/Nodes+VM.x86_64.swift",
"Node/Nodes+Sysctl.swift",
"Node/Nodes.swift",
"OID/Model/CtlKind.swift",
"OID/Model/CtlType.swift",
"OID/OID+Sysctl.swift",
"OID/OID+TopLevel.swift",
"OID/OID.swift",
"OID/OID/OID+Debug.swift",
"OID/OID/OID+HW.swift",
"OID/OID/OID+Kern.swift",
"OID/OID/OID+MachDep.swift",
"OID/OID/OID+Net.swift",
"OID/OID/OID+VFS.swift",
"OID/OID/OID+VM.swift",
"OID/OID/arm64/OID+Debug.arm64.swift",
"OID/OID/arm64/OID+HW.arm64.swift",
"OID/OID/arm64/OID+Kern.arm64.swift",
"OID/OID/arm64/OID+MachDep.arm64.swift",
"OID/OID/arm64/OID+Net.arm64.swift",
"OID/OID/arm64/OID+Security.arm64.swift",
"OID/OID/arm64/OID+Sysctl.arm64.swift",
"OID/OID/arm64/OID+VFS.arm64.swift",
"OID/OID/arm64/OID+VM.arm64.swift",
"OID/OID/x86_64/OID+Debug.x86_64.swift",
"OID/OID/x86_64/OID+HW.x86_64.swift",
"OID/OID/x86_64/OID+Kern.x86_64.swift",
"OID/OID/x86_64/OID+MachDep.x86_64.swift",
"OID/OID/x86_64/OID+Net.x86_64.swift",
"OID/OID/x86_64/OID+Security.x86_64.swift",
"OID/OID/x86_64/OID+Sysctl.x86_64.swift",
"OID/OID/x86_64/OID+VFS.x86_64.swift",
"OID/OID/x86_64/OID+VM.x86_64.swift",
"Protocol/BitFlags.swift",
"Protocol/FieldProtocol.swift",
"Protocol/NodeCollection.swift",
"Protocol/NodeProtocol.swift",
"SwiftSysctl.swift",
"SysctlError.swift",
"TopNodes.swift",
"Util/Field.swift",
"Util/Node.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.