Build Information
Successful build of SwiftSysctl, reference main (644057
), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 07:17:27 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
| |- 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
68 | }
69 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:73:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet' may have shared mutable state; this is an error in the Swift 6 language mode
70 |
71 | extension Nodes.Net {
72 | public struct Inet: NodeCollection {
| `- note: consider making struct 'Inet' conform to the 'Sendable' protocol
73 | public static let _shared: Inet = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
74 |
75 | public var ip: Node<Ip> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:103:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Ip' may have shared mutable state; this is an error in the Swift 6 language mode
100 |
101 | extension Nodes.Net.Inet {
102 | public struct Ip: NodeCollection {
| `- note: consider making struct 'Ip' conform to the 'Sendable' protocol
103 | public static let _shared: Ip = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Ip' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
104 |
105 | public var portrange: Node<Portrange> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:153:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Ip.Portrange' may have shared mutable state; this is an error in the Swift 6 language mode
150 |
151 | extension Nodes.Net.Inet.Ip {
152 | public struct Portrange: NodeCollection {
| `- note: consider making struct 'Portrange' conform to the 'Sendable' protocol
153 | public static let _shared: Portrange = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Ip.Portrange' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
154 | }
155 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:159:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Icmp' may have shared mutable state; this is an error in the Swift 6 language mode
156 |
157 | extension Nodes.Net.Inet {
158 | public struct Icmp: NodeCollection {
| `- note: consider making struct 'Icmp' conform to the 'Sendable' protocol
159 | public static let _shared: Icmp = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Icmp' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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 maskrepl: LeafNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:177:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Igmp' may have shared mutable state; this is an error in the Swift 6 language mode
174 |
175 | extension Nodes.Net.Inet {
176 | public struct Igmp: NodeCollection {
| `- note: consider making struct 'Igmp' conform to the 'Sendable' protocol
177 | public static let _shared: Igmp = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Igmp' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
178 |
179 | public var stats: AnyNode {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:187:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Tcp' may have shared mutable state; this is an error in the Swift 6 language mode
184 |
185 | extension Nodes.Net.Inet {
186 | public struct Tcp: NodeCollection {
| `- note: consider making struct 'Tcp' conform to the 'Sendable' protocol
187 | public static let _shared: Tcp = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Tcp' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
188 |
189 | public var mssdflt: LeafNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:229:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Udp' may have shared mutable state; this is an error in the Swift 6 language mode
226 |
227 | extension Nodes.Net.Inet {
228 | public struct Udp: NodeCollection {
| `- note: consider making struct 'Udp' conform to the 'Sendable' protocol
229 | public static let _shared: Udp = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Udp' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
230 |
231 | public var checksum: LeafNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:255:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Ipsec' may have shared mutable state; this is an error in the Swift 6 language mode
252 |
253 | extension Nodes.Net.Inet {
254 | public struct Ipsec: NodeCollection {
| `- note: consider making struct 'Ipsec' conform to the 'Sendable' protocol
255 | public static let _shared: Ipsec = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Ipsec' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
256 |
257 | public var stats: AnyNode {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:309:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Routetable' may have shared mutable state; this is an error in the Swift 6 language mode
306 |
307 | extension Nodes.Net {
308 | public struct Routetable: NodeCollection {
| `- note: consider making struct 'Routetable' conform to the 'Sendable' protocol
309 | public static let _shared: Routetable = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Routetable' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
310 | }
311 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:315:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link' may have shared mutable state; this is an error in the Swift 6 language mode
312 |
313 | extension Nodes.Net {
314 | public struct Link: NodeCollection {
| `- note: consider making struct 'Link' conform to the 'Sendable' protocol
315 | public static let _shared: Link = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
316 |
317 | public var generic: Node<Generic> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:329:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Generic' may have shared mutable state; this is an error in the Swift 6 language mode
326 |
327 | extension Nodes.Net.Link {
328 | public struct Generic: NodeCollection {
| `- note: consider making struct 'Generic' conform to the 'Sendable' protocol
329 | public static let _shared: Generic = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Generic' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
330 |
331 | public var system: Node<System> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:347:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Generic.System' may have shared mutable state; this is an error in the Swift 6 language mode
344 |
345 | extension Nodes.Net.Link.Generic {
346 | public struct System: NodeCollection {
| `- note: consider making struct 'System' conform to the 'Sendable' protocol
347 | public static let _shared: System = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Generic.System' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
348 |
349 | public var ifcount: LeafNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:357:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Generic.Ifdata' may have shared mutable state; this is an error in the Swift 6 language mode
354 |
355 | extension Nodes.Net.Link.Generic {
356 | public struct Ifdata: NodeCollection {
| `- note: consider making struct 'Ifdata' conform to the 'Sendable' protocol
357 | public static let _shared: Ifdata = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Generic.Ifdata' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
358 | }
359 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:363:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Generic.Ifalldata' may have shared mutable state; this is an error in the Swift 6 language mode
360 |
361 | extension Nodes.Net.Link.Generic {
362 | public struct Ifalldata: NodeCollection {
| `- note: consider making struct 'Ifalldata' conform to the 'Sendable' protocol
363 | public static let _shared: Ifalldata = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Generic.Ifalldata' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
364 | }
365 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:369:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Ether' may have shared mutable state; this is an error in the Swift 6 language mode
366 |
367 | extension Nodes.Net.Link {
368 | public struct Ether: NodeCollection {
| `- note: consider making struct 'Ether' conform to the 'Sendable' protocol
369 | public static let _shared: Ether = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Ether' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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 inet: Node<Inet> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:379:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Ether.Inet' may have shared mutable state; this is an error in the Swift 6 language mode
376 |
377 | extension Nodes.Net.Link.Ether {
378 | public struct Inet: NodeCollection {
| `- note: consider making struct 'Inet' conform to the 'Sendable' protocol
379 | public static let _shared: Inet = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Ether.Inet' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
380 | }
381 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:385:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Key' may have shared mutable state; this is an error in the Swift 6 language mode
382 |
383 | extension Nodes.Net {
384 | public struct Key: NodeCollection {
| `- note: consider making struct 'Key' conform to the 'Sendable' protocol
385 | public static let _shared: Key = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Key' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
386 |
387 | public var debug: LeafNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:447:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6' may have shared mutable state; this is an error in the Swift 6 language mode
444 |
445 | extension Nodes.Net {
446 | public struct Inet6: NodeCollection {
| `- note: consider making struct 'Inet6' conform to the 'Sendable' protocol
447 | public static let _shared: Inet6 = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
448 |
449 | public var tcp6: AnyNode {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:473:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Tcp6' may have shared mutable state; this is an error in the Swift 6 language mode
470 |
471 | extension Nodes.Net.Inet6 {
472 | public struct Tcp6: NodeCollection {
| `- note: consider making struct 'Tcp6' conform to the 'Sendable' protocol
473 | public static let _shared: Tcp6 = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Tcp6' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
474 | }
475 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:479:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Udp6' may have shared mutable state; this is an error in the Swift 6 language mode
476 |
477 | extension Nodes.Net.Inet6 {
478 | public struct Udp6: NodeCollection {
| `- note: consider making struct 'Udp6' conform to the 'Sendable' protocol
479 | public static let _shared: Udp6 = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Udp6' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
480 | }
481 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:485:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Ip6' may have shared mutable state; this is an error in the Swift 6 language mode
482 |
483 | extension Nodes.Net.Inet6 {
484 | public struct Ip6: NodeCollection {
| `- note: consider making struct 'Ip6' conform to the 'Sendable' protocol
485 | public static let _shared: Ip6 = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Ip6' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
486 |
487 | public var forwarding: LeafNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:631:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Ip6.Addrctlpolicy' may have shared mutable state; this is an error in the Swift 6 language mode
628 |
629 | extension Nodes.Net.Inet6.Ip6 {
630 | public struct Addrctlpolicy: NodeCollection {
| `- note: consider making struct 'Addrctlpolicy' conform to the 'Sendable' protocol
631 | public static let _shared: Addrctlpolicy = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Ip6.Addrctlpolicy' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
632 | }
633 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:637:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Ipsec6' may have shared mutable state; this is an error in the Swift 6 language mode
634 |
635 | extension Nodes.Net.Inet6 {
636 | public struct Ipsec6: NodeCollection {
| `- note: consider making struct 'Ipsec6' conform to the 'Sendable' protocol
637 | public static let _shared: Ipsec6 = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Ipsec6' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
638 |
639 | public var stats: AnyNode {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:679:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Icmp6' may have shared mutable state; this is an error in the Swift 6 language mode
676 |
677 | extension Nodes.Net.Inet6 {
678 | public struct Icmp6: NodeCollection {
| `- note: consider making struct 'Icmp6' conform to the 'Sendable' protocol
679 | public static let _shared: Icmp6 = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Icmp6' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
680 |
681 | public var stats: AnyNode {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:753:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Systm' may have shared mutable state; this is an error in the Swift 6 language mode
750 |
751 | extension Nodes.Net {
752 | public struct Systm: NodeCollection {
| `- note: consider making struct 'Systm' conform to the 'Sendable' protocol
753 | public static let _shared: Systm = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Systm' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
754 | }
755 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Security.swift:13:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Security' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | extension Nodes {
12 | public struct Security: NodeCollection {
| `- note: consider making struct 'Security' conform to the 'Sendable' protocol
13 | public static let _shared: Security = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Security' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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 | }
[68/71] Compiling SwiftSysctl Nodes+Kern.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Debug.swift:13:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Debug' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | extension Nodes {
12 | public struct Debug: NodeCollection {
| `- note: consider making struct 'Debug' conform to the 'Sendable' protocol
13 | public static let _shared: Debug = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Debug' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+HW.swift:13:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.HW' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | extension Nodes {
12 | public struct HW: NodeCollection {
| `- note: consider making struct 'HW' conform to the 'Sendable' protocol
13 | public static let _shared: HW = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.HW' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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 machine: LeafNode<String> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:13:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | extension Nodes {
12 | public struct Kern: NodeCollection {
| `- note: consider making struct 'Kern' conform to the 'Sendable' protocol
13 | public static let _shared: Kern = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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 ostype: LeafNode<String> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:199:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Proc' may have shared mutable state; this is an error in the Swift 6 language mode
196 |
197 | extension Nodes.Kern {
198 | public struct Proc: NodeCollection {
| `- note: consider making struct 'Proc' conform to the 'Sendable' protocol
199 | public static let _shared: Proc = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Proc' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
200 | }
201 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:205:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Ipc' may have shared mutable state; this is an error in the Swift 6 language mode
202 |
203 | extension Nodes.Kern {
204 | public struct Ipc: NodeCollection {
| `- note: consider making struct 'Ipc' conform to the 'Sendable' protocol
205 | public static let _shared: Ipc = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Ipc' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
206 |
207 | public var maxsockbuf: LeafNode<CUnsignedInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:235:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Sysv' may have shared mutable state; this is an error in the Swift 6 language mode
232 |
233 | extension Nodes.Kern {
234 | public struct Sysv: NodeCollection {
| `- note: consider making struct 'Sysv' conform to the 'Sendable' protocol
235 | public static let _shared: Sysv = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Sysv' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
236 | }
237 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:241:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Posix' may have shared mutable state; this is an error in the Swift 6 language mode
238 |
239 | extension Nodes.Kern {
240 | public struct Posix: NodeCollection {
| `- note: consider making struct 'Posix' conform to the 'Sendable' protocol
241 | public static let _shared: Posix = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Posix' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
242 | }
243 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:247:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Tfp' may have shared mutable state; this is an error in the Swift 6 language mode
244 |
245 | extension Nodes.Kern {
246 | public struct Tfp: NodeCollection {
| `- note: consider making struct 'Tfp' conform to the 'Sendable' protocol
247 | public static let _shared: Tfp = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Tfp' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
248 |
249 | public var policy: LeafNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:257:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Tty' may have shared mutable state; this is an error in the Swift 6 language mode
254 |
255 | extension Nodes.Kern {
256 | public struct Tty: NodeCollection {
| `- note: consider making struct 'Tty' conform to the 'Sendable' protocol
257 | public static let _shared: Tty = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Tty' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
258 | }
259 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+MachDep.swift:13:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.MachDep' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | extension Nodes {
12 | public struct MachDep: NodeCollection {
| `- note: consider making struct 'MachDep' conform to the 'Sendable' protocol
13 | public static let _shared: MachDep = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.MachDep' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:13:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | extension Nodes {
12 | public struct Net: NodeCollection {
| `- note: consider making struct 'Net' conform to the 'Sendable' protocol
13 | public static let _shared: Net = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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 local: Node<Local> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:47:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Local' may have shared mutable state; this is an error in the Swift 6 language mode
44 |
45 | extension Nodes.Net {
46 | public struct Local: NodeCollection {
| `- note: consider making struct 'Local' conform to the 'Sendable' protocol
47 | public static let _shared: Local = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Local' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
48 |
49 | public var stream: Node<Stream> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:61:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Local.Stream' may have shared mutable state; this is an error in the Swift 6 language mode
58 |
59 | extension Nodes.Net.Local {
60 | public struct Stream: NodeCollection {
| `- note: consider making struct 'Stream' conform to the 'Sendable' protocol
61 | public static let _shared: Stream = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Local.Stream' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
62 | }
63 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:67:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Local.Dgram' may have shared mutable state; this is an error in the Swift 6 language mode
64 |
65 | extension Nodes.Net.Local {
66 | public struct Dgram: NodeCollection {
| `- note: consider making struct 'Dgram' conform to the 'Sendable' protocol
67 | public static let _shared: Dgram = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Local.Dgram' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
68 | }
69 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:73:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet' may have shared mutable state; this is an error in the Swift 6 language mode
70 |
71 | extension Nodes.Net {
72 | public struct Inet: NodeCollection {
| `- note: consider making struct 'Inet' conform to the 'Sendable' protocol
73 | public static let _shared: Inet = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
74 |
75 | public var ip: Node<Ip> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:103:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Ip' may have shared mutable state; this is an error in the Swift 6 language mode
100 |
101 | extension Nodes.Net.Inet {
102 | public struct Ip: NodeCollection {
| `- note: consider making struct 'Ip' conform to the 'Sendable' protocol
103 | public static let _shared: Ip = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Ip' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
104 |
105 | public var portrange: Node<Portrange> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:153:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Ip.Portrange' may have shared mutable state; this is an error in the Swift 6 language mode
150 |
151 | extension Nodes.Net.Inet.Ip {
152 | public struct Portrange: NodeCollection {
| `- note: consider making struct 'Portrange' conform to the 'Sendable' protocol
153 | public static let _shared: Portrange = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Ip.Portrange' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
154 | }
155 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:159:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Icmp' may have shared mutable state; this is an error in the Swift 6 language mode
156 |
157 | extension Nodes.Net.Inet {
158 | public struct Icmp: NodeCollection {
| `- note: consider making struct 'Icmp' conform to the 'Sendable' protocol
159 | public static let _shared: Icmp = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Icmp' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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 maskrepl: LeafNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:177:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Igmp' may have shared mutable state; this is an error in the Swift 6 language mode
174 |
175 | extension Nodes.Net.Inet {
176 | public struct Igmp: NodeCollection {
| `- note: consider making struct 'Igmp' conform to the 'Sendable' protocol
177 | public static let _shared: Igmp = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Igmp' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
178 |
179 | public var stats: AnyNode {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:187:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Tcp' may have shared mutable state; this is an error in the Swift 6 language mode
184 |
185 | extension Nodes.Net.Inet {
186 | public struct Tcp: NodeCollection {
| `- note: consider making struct 'Tcp' conform to the 'Sendable' protocol
187 | public static let _shared: Tcp = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Tcp' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
188 |
189 | public var mssdflt: LeafNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:229:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Udp' may have shared mutable state; this is an error in the Swift 6 language mode
226 |
227 | extension Nodes.Net.Inet {
228 | public struct Udp: NodeCollection {
| `- note: consider making struct 'Udp' conform to the 'Sendable' protocol
229 | public static let _shared: Udp = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Udp' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
230 |
231 | public var checksum: LeafNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:255:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Ipsec' may have shared mutable state; this is an error in the Swift 6 language mode
252 |
253 | extension Nodes.Net.Inet {
254 | public struct Ipsec: NodeCollection {
| `- note: consider making struct 'Ipsec' conform to the 'Sendable' protocol
255 | public static let _shared: Ipsec = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Ipsec' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
256 |
257 | public var stats: AnyNode {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:309:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Routetable' may have shared mutable state; this is an error in the Swift 6 language mode
306 |
307 | extension Nodes.Net {
308 | public struct Routetable: NodeCollection {
| `- note: consider making struct 'Routetable' conform to the 'Sendable' protocol
309 | public static let _shared: Routetable = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Routetable' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
310 | }
311 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:315:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link' may have shared mutable state; this is an error in the Swift 6 language mode
312 |
313 | extension Nodes.Net {
314 | public struct Link: NodeCollection {
| `- note: consider making struct 'Link' conform to the 'Sendable' protocol
315 | public static let _shared: Link = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
316 |
317 | public var generic: Node<Generic> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:329:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Generic' may have shared mutable state; this is an error in the Swift 6 language mode
326 |
327 | extension Nodes.Net.Link {
328 | public struct Generic: NodeCollection {
| `- note: consider making struct 'Generic' conform to the 'Sendable' protocol
329 | public static let _shared: Generic = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Generic' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
330 |
331 | public var system: Node<System> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:347:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Generic.System' may have shared mutable state; this is an error in the Swift 6 language mode
344 |
345 | extension Nodes.Net.Link.Generic {
346 | public struct System: NodeCollection {
| `- note: consider making struct 'System' conform to the 'Sendable' protocol
347 | public static let _shared: System = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Generic.System' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
348 |
349 | public var ifcount: LeafNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:357:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Generic.Ifdata' may have shared mutable state; this is an error in the Swift 6 language mode
354 |
355 | extension Nodes.Net.Link.Generic {
356 | public struct Ifdata: NodeCollection {
| `- note: consider making struct 'Ifdata' conform to the 'Sendable' protocol
357 | public static let _shared: Ifdata = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Generic.Ifdata' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
358 | }
359 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:363:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Generic.Ifalldata' may have shared mutable state; this is an error in the Swift 6 language mode
360 |
361 | extension Nodes.Net.Link.Generic {
362 | public struct Ifalldata: NodeCollection {
| `- note: consider making struct 'Ifalldata' conform to the 'Sendable' protocol
363 | public static let _shared: Ifalldata = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Generic.Ifalldata' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
364 | }
365 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:369:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Ether' may have shared mutable state; this is an error in the Swift 6 language mode
366 |
367 | extension Nodes.Net.Link {
368 | public struct Ether: NodeCollection {
| `- note: consider making struct 'Ether' conform to the 'Sendable' protocol
369 | public static let _shared: Ether = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Ether' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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 inet: Node<Inet> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:379:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Ether.Inet' may have shared mutable state; this is an error in the Swift 6 language mode
376 |
377 | extension Nodes.Net.Link.Ether {
378 | public struct Inet: NodeCollection {
| `- note: consider making struct 'Inet' conform to the 'Sendable' protocol
379 | public static let _shared: Inet = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Ether.Inet' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
380 | }
381 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:385:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Key' may have shared mutable state; this is an error in the Swift 6 language mode
382 |
383 | extension Nodes.Net {
384 | public struct Key: NodeCollection {
| `- note: consider making struct 'Key' conform to the 'Sendable' protocol
385 | public static let _shared: Key = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Key' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
386 |
387 | public var debug: LeafNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:447:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6' may have shared mutable state; this is an error in the Swift 6 language mode
444 |
445 | extension Nodes.Net {
446 | public struct Inet6: NodeCollection {
| `- note: consider making struct 'Inet6' conform to the 'Sendable' protocol
447 | public static let _shared: Inet6 = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
448 |
449 | public var tcp6: AnyNode {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:473:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Tcp6' may have shared mutable state; this is an error in the Swift 6 language mode
470 |
471 | extension Nodes.Net.Inet6 {
472 | public struct Tcp6: NodeCollection {
| `- note: consider making struct 'Tcp6' conform to the 'Sendable' protocol
473 | public static let _shared: Tcp6 = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Tcp6' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
474 | }
475 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:479:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Udp6' may have shared mutable state; this is an error in the Swift 6 language mode
476 |
477 | extension Nodes.Net.Inet6 {
478 | public struct Udp6: NodeCollection {
| `- note: consider making struct 'Udp6' conform to the 'Sendable' protocol
479 | public static let _shared: Udp6 = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Udp6' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
480 | }
481 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:485:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Ip6' may have shared mutable state; this is an error in the Swift 6 language mode
482 |
483 | extension Nodes.Net.Inet6 {
484 | public struct Ip6: NodeCollection {
| `- note: consider making struct 'Ip6' conform to the 'Sendable' protocol
485 | public static let _shared: Ip6 = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Ip6' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
486 |
487 | public var forwarding: LeafNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:631:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Ip6.Addrctlpolicy' may have shared mutable state; this is an error in the Swift 6 language mode
628 |
629 | extension Nodes.Net.Inet6.Ip6 {
630 | public struct Addrctlpolicy: NodeCollection {
| `- note: consider making struct 'Addrctlpolicy' conform to the 'Sendable' protocol
631 | public static let _shared: Addrctlpolicy = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Ip6.Addrctlpolicy' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
632 | }
633 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:637:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Ipsec6' may have shared mutable state; this is an error in the Swift 6 language mode
634 |
635 | extension Nodes.Net.Inet6 {
636 | public struct Ipsec6: NodeCollection {
| `- note: consider making struct 'Ipsec6' conform to the 'Sendable' protocol
637 | public static let _shared: Ipsec6 = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Ipsec6' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
638 |
639 | public var stats: AnyNode {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:679:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Icmp6' may have shared mutable state; this is an error in the Swift 6 language mode
676 |
677 | extension Nodes.Net.Inet6 {
678 | public struct Icmp6: NodeCollection {
| `- note: consider making struct 'Icmp6' conform to the 'Sendable' protocol
679 | public static let _shared: Icmp6 = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Icmp6' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
680 |
681 | public var stats: AnyNode {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:753:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Systm' may have shared mutable state; this is an error in the Swift 6 language mode
750 |
751 | extension Nodes.Net {
752 | public struct Systm: NodeCollection {
| `- note: consider making struct 'Systm' conform to the 'Sendable' protocol
753 | public static let _shared: Systm = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Systm' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
754 | }
755 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Security.swift:13:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Security' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | extension Nodes {
12 | public struct Security: NodeCollection {
| `- note: consider making struct 'Security' conform to the 'Sendable' protocol
13 | public static let _shared: Security = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Security' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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 | }
[69/71] Compiling SwiftSysctl Nodes+MachDep.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Debug.swift:13:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Debug' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | extension Nodes {
12 | public struct Debug: NodeCollection {
| `- note: consider making struct 'Debug' conform to the 'Sendable' protocol
13 | public static let _shared: Debug = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Debug' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+HW.swift:13:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.HW' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | extension Nodes {
12 | public struct HW: NodeCollection {
| `- note: consider making struct 'HW' conform to the 'Sendable' protocol
13 | public static let _shared: HW = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.HW' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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 machine: LeafNode<String> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:13:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | extension Nodes {
12 | public struct Kern: NodeCollection {
| `- note: consider making struct 'Kern' conform to the 'Sendable' protocol
13 | public static let _shared: Kern = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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 ostype: LeafNode<String> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:199:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Proc' may have shared mutable state; this is an error in the Swift 6 language mode
196 |
197 | extension Nodes.Kern {
198 | public struct Proc: NodeCollection {
| `- note: consider making struct 'Proc' conform to the 'Sendable' protocol
199 | public static let _shared: Proc = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Proc' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
200 | }
201 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:205:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Ipc' may have shared mutable state; this is an error in the Swift 6 language mode
202 |
203 | extension Nodes.Kern {
204 | public struct Ipc: NodeCollection {
| `- note: consider making struct 'Ipc' conform to the 'Sendable' protocol
205 | public static let _shared: Ipc = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Ipc' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
206 |
207 | public var maxsockbuf: LeafNode<CUnsignedInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:235:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Sysv' may have shared mutable state; this is an error in the Swift 6 language mode
232 |
233 | extension Nodes.Kern {
234 | public struct Sysv: NodeCollection {
| `- note: consider making struct 'Sysv' conform to the 'Sendable' protocol
235 | public static let _shared: Sysv = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Sysv' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
236 | }
237 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:241:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Posix' may have shared mutable state; this is an error in the Swift 6 language mode
238 |
239 | extension Nodes.Kern {
240 | public struct Posix: NodeCollection {
| `- note: consider making struct 'Posix' conform to the 'Sendable' protocol
241 | public static let _shared: Posix = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Posix' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
242 | }
243 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:247:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Tfp' may have shared mutable state; this is an error in the Swift 6 language mode
244 |
245 | extension Nodes.Kern {
246 | public struct Tfp: NodeCollection {
| `- note: consider making struct 'Tfp' conform to the 'Sendable' protocol
247 | public static let _shared: Tfp = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Tfp' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
248 |
249 | public var policy: LeafNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:257:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Tty' may have shared mutable state; this is an error in the Swift 6 language mode
254 |
255 | extension Nodes.Kern {
256 | public struct Tty: NodeCollection {
| `- note: consider making struct 'Tty' conform to the 'Sendable' protocol
257 | public static let _shared: Tty = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Tty' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
258 | }
259 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+MachDep.swift:13:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.MachDep' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | extension Nodes {
12 | public struct MachDep: NodeCollection {
| `- note: consider making struct 'MachDep' conform to the 'Sendable' protocol
13 | public static let _shared: MachDep = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.MachDep' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:13:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | extension Nodes {
12 | public struct Net: NodeCollection {
| `- note: consider making struct 'Net' conform to the 'Sendable' protocol
13 | public static let _shared: Net = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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 local: Node<Local> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:47:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Local' may have shared mutable state; this is an error in the Swift 6 language mode
44 |
45 | extension Nodes.Net {
46 | public struct Local: NodeCollection {
| `- note: consider making struct 'Local' conform to the 'Sendable' protocol
47 | public static let _shared: Local = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Local' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
48 |
49 | public var stream: Node<Stream> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:61:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Local.Stream' may have shared mutable state; this is an error in the Swift 6 language mode
58 |
59 | extension Nodes.Net.Local {
60 | public struct Stream: NodeCollection {
| `- note: consider making struct 'Stream' conform to the 'Sendable' protocol
61 | public static let _shared: Stream = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Local.Stream' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
62 | }
63 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:67:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Local.Dgram' may have shared mutable state; this is an error in the Swift 6 language mode
64 |
65 | extension Nodes.Net.Local {
66 | public struct Dgram: NodeCollection {
| `- note: consider making struct 'Dgram' conform to the 'Sendable' protocol
67 | public static let _shared: Dgram = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Local.Dgram' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
68 | }
69 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:73:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet' may have shared mutable state; this is an error in the Swift 6 language mode
70 |
71 | extension Nodes.Net {
72 | public struct Inet: NodeCollection {
| `- note: consider making struct 'Inet' conform to the 'Sendable' protocol
73 | public static let _shared: Inet = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
74 |
75 | public var ip: Node<Ip> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:103:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Ip' may have shared mutable state; this is an error in the Swift 6 language mode
100 |
101 | extension Nodes.Net.Inet {
102 | public struct Ip: NodeCollection {
| `- note: consider making struct 'Ip' conform to the 'Sendable' protocol
103 | public static let _shared: Ip = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Ip' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
104 |
105 | public var portrange: Node<Portrange> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:153:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Ip.Portrange' may have shared mutable state; this is an error in the Swift 6 language mode
150 |
151 | extension Nodes.Net.Inet.Ip {
152 | public struct Portrange: NodeCollection {
| `- note: consider making struct 'Portrange' conform to the 'Sendable' protocol
153 | public static let _shared: Portrange = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Ip.Portrange' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
154 | }
155 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:159:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Icmp' may have shared mutable state; this is an error in the Swift 6 language mode
156 |
157 | extension Nodes.Net.Inet {
158 | public struct Icmp: NodeCollection {
| `- note: consider making struct 'Icmp' conform to the 'Sendable' protocol
159 | public static let _shared: Icmp = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Icmp' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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 maskrepl: LeafNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:177:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Igmp' may have shared mutable state; this is an error in the Swift 6 language mode
174 |
175 | extension Nodes.Net.Inet {
176 | public struct Igmp: NodeCollection {
| `- note: consider making struct 'Igmp' conform to the 'Sendable' protocol
177 | public static let _shared: Igmp = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Igmp' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
178 |
179 | public var stats: AnyNode {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:187:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Tcp' may have shared mutable state; this is an error in the Swift 6 language mode
184 |
185 | extension Nodes.Net.Inet {
186 | public struct Tcp: NodeCollection {
| `- note: consider making struct 'Tcp' conform to the 'Sendable' protocol
187 | public static let _shared: Tcp = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Tcp' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
188 |
189 | public var mssdflt: LeafNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:229:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Udp' may have shared mutable state; this is an error in the Swift 6 language mode
226 |
227 | extension Nodes.Net.Inet {
228 | public struct Udp: NodeCollection {
| `- note: consider making struct 'Udp' conform to the 'Sendable' protocol
229 | public static let _shared: Udp = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Udp' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
230 |
231 | public var checksum: LeafNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:255:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Ipsec' may have shared mutable state; this is an error in the Swift 6 language mode
252 |
253 | extension Nodes.Net.Inet {
254 | public struct Ipsec: NodeCollection {
| `- note: consider making struct 'Ipsec' conform to the 'Sendable' protocol
255 | public static let _shared: Ipsec = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Ipsec' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
256 |
257 | public var stats: AnyNode {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:309:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Routetable' may have shared mutable state; this is an error in the Swift 6 language mode
306 |
307 | extension Nodes.Net {
308 | public struct Routetable: NodeCollection {
| `- note: consider making struct 'Routetable' conform to the 'Sendable' protocol
309 | public static let _shared: Routetable = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Routetable' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
310 | }
311 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:315:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link' may have shared mutable state; this is an error in the Swift 6 language mode
312 |
313 | extension Nodes.Net {
314 | public struct Link: NodeCollection {
| `- note: consider making struct 'Link' conform to the 'Sendable' protocol
315 | public static let _shared: Link = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
316 |
317 | public var generic: Node<Generic> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:329:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Generic' may have shared mutable state; this is an error in the Swift 6 language mode
326 |
327 | extension Nodes.Net.Link {
328 | public struct Generic: NodeCollection {
| `- note: consider making struct 'Generic' conform to the 'Sendable' protocol
329 | public static let _shared: Generic = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Generic' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
330 |
331 | public var system: Node<System> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:347:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Generic.System' may have shared mutable state; this is an error in the Swift 6 language mode
344 |
345 | extension Nodes.Net.Link.Generic {
346 | public struct System: NodeCollection {
| `- note: consider making struct 'System' conform to the 'Sendable' protocol
347 | public static let _shared: System = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Generic.System' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
348 |
349 | public var ifcount: LeafNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:357:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Generic.Ifdata' may have shared mutable state; this is an error in the Swift 6 language mode
354 |
355 | extension Nodes.Net.Link.Generic {
356 | public struct Ifdata: NodeCollection {
| `- note: consider making struct 'Ifdata' conform to the 'Sendable' protocol
357 | public static let _shared: Ifdata = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Generic.Ifdata' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
358 | }
359 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:363:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Generic.Ifalldata' may have shared mutable state; this is an error in the Swift 6 language mode
360 |
361 | extension Nodes.Net.Link.Generic {
362 | public struct Ifalldata: NodeCollection {
| `- note: consider making struct 'Ifalldata' conform to the 'Sendable' protocol
363 | public static let _shared: Ifalldata = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Generic.Ifalldata' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
364 | }
365 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:369:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Ether' may have shared mutable state; this is an error in the Swift 6 language mode
366 |
367 | extension Nodes.Net.Link {
368 | public struct Ether: NodeCollection {
| `- note: consider making struct 'Ether' conform to the 'Sendable' protocol
369 | public static let _shared: Ether = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Ether' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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 inet: Node<Inet> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:379:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Ether.Inet' may have shared mutable state; this is an error in the Swift 6 language mode
376 |
377 | extension Nodes.Net.Link.Ether {
378 | public struct Inet: NodeCollection {
| `- note: consider making struct 'Inet' conform to the 'Sendable' protocol
379 | public static let _shared: Inet = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Ether.Inet' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
380 | }
381 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:385:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Key' may have shared mutable state; this is an error in the Swift 6 language mode
382 |
383 | extension Nodes.Net {
384 | public struct Key: NodeCollection {
| `- note: consider making struct 'Key' conform to the 'Sendable' protocol
385 | public static let _shared: Key = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Key' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
386 |
387 | public var debug: LeafNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:447:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6' may have shared mutable state; this is an error in the Swift 6 language mode
444 |
445 | extension Nodes.Net {
446 | public struct Inet6: NodeCollection {
| `- note: consider making struct 'Inet6' conform to the 'Sendable' protocol
447 | public static let _shared: Inet6 = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
448 |
449 | public var tcp6: AnyNode {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:473:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Tcp6' may have shared mutable state; this is an error in the Swift 6 language mode
470 |
471 | extension Nodes.Net.Inet6 {
472 | public struct Tcp6: NodeCollection {
| `- note: consider making struct 'Tcp6' conform to the 'Sendable' protocol
473 | public static let _shared: Tcp6 = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Tcp6' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
474 | }
475 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:479:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Udp6' may have shared mutable state; this is an error in the Swift 6 language mode
476 |
477 | extension Nodes.Net.Inet6 {
478 | public struct Udp6: NodeCollection {
| `- note: consider making struct 'Udp6' conform to the 'Sendable' protocol
479 | public static let _shared: Udp6 = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Udp6' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
480 | }
481 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:485:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Ip6' may have shared mutable state; this is an error in the Swift 6 language mode
482 |
483 | extension Nodes.Net.Inet6 {
484 | public struct Ip6: NodeCollection {
| `- note: consider making struct 'Ip6' conform to the 'Sendable' protocol
485 | public static let _shared: Ip6 = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Ip6' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
486 |
487 | public var forwarding: LeafNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:631:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Ip6.Addrctlpolicy' may have shared mutable state; this is an error in the Swift 6 language mode
628 |
629 | extension Nodes.Net.Inet6.Ip6 {
630 | public struct Addrctlpolicy: NodeCollection {
| `- note: consider making struct 'Addrctlpolicy' conform to the 'Sendable' protocol
631 | public static let _shared: Addrctlpolicy = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Ip6.Addrctlpolicy' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
632 | }
633 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:637:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Ipsec6' may have shared mutable state; this is an error in the Swift 6 language mode
634 |
635 | extension Nodes.Net.Inet6 {
636 | public struct Ipsec6: NodeCollection {
| `- note: consider making struct 'Ipsec6' conform to the 'Sendable' protocol
637 | public static let _shared: Ipsec6 = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Ipsec6' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
638 |
639 | public var stats: AnyNode {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:679:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Icmp6' may have shared mutable state; this is an error in the Swift 6 language mode
676 |
677 | extension Nodes.Net.Inet6 {
678 | public struct Icmp6: NodeCollection {
| `- note: consider making struct 'Icmp6' conform to the 'Sendable' protocol
679 | public static let _shared: Icmp6 = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Icmp6' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
680 |
681 | public var stats: AnyNode {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:753:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Systm' may have shared mutable state; this is an error in the Swift 6 language mode
750 |
751 | extension Nodes.Net {
752 | public struct Systm: NodeCollection {
| `- note: consider making struct 'Systm' conform to the 'Sendable' protocol
753 | public static let _shared: Systm = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Systm' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
754 | }
755 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Security.swift:13:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Security' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | extension Nodes {
12 | public struct Security: NodeCollection {
| `- note: consider making struct 'Security' conform to the 'Sendable' protocol
13 | public static let _shared: Security = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Security' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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 | }
[70/71] Compiling SwiftSysctl Nodes+Net.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Debug.swift:13:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Debug' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | extension Nodes {
12 | public struct Debug: NodeCollection {
| `- note: consider making struct 'Debug' conform to the 'Sendable' protocol
13 | public static let _shared: Debug = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Debug' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+HW.swift:13:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.HW' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | extension Nodes {
12 | public struct HW: NodeCollection {
| `- note: consider making struct 'HW' conform to the 'Sendable' protocol
13 | public static let _shared: HW = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.HW' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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 machine: LeafNode<String> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:13:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | extension Nodes {
12 | public struct Kern: NodeCollection {
| `- note: consider making struct 'Kern' conform to the 'Sendable' protocol
13 | public static let _shared: Kern = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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 ostype: LeafNode<String> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:199:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Proc' may have shared mutable state; this is an error in the Swift 6 language mode
196 |
197 | extension Nodes.Kern {
198 | public struct Proc: NodeCollection {
| `- note: consider making struct 'Proc' conform to the 'Sendable' protocol
199 | public static let _shared: Proc = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Proc' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
200 | }
201 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:205:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Ipc' may have shared mutable state; this is an error in the Swift 6 language mode
202 |
203 | extension Nodes.Kern {
204 | public struct Ipc: NodeCollection {
| `- note: consider making struct 'Ipc' conform to the 'Sendable' protocol
205 | public static let _shared: Ipc = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Ipc' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
206 |
207 | public var maxsockbuf: LeafNode<CUnsignedInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:235:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Sysv' may have shared mutable state; this is an error in the Swift 6 language mode
232 |
233 | extension Nodes.Kern {
234 | public struct Sysv: NodeCollection {
| `- note: consider making struct 'Sysv' conform to the 'Sendable' protocol
235 | public static let _shared: Sysv = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Sysv' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
236 | }
237 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:241:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Posix' may have shared mutable state; this is an error in the Swift 6 language mode
238 |
239 | extension Nodes.Kern {
240 | public struct Posix: NodeCollection {
| `- note: consider making struct 'Posix' conform to the 'Sendable' protocol
241 | public static let _shared: Posix = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Posix' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
242 | }
243 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:247:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Tfp' may have shared mutable state; this is an error in the Swift 6 language mode
244 |
245 | extension Nodes.Kern {
246 | public struct Tfp: NodeCollection {
| `- note: consider making struct 'Tfp' conform to the 'Sendable' protocol
247 | public static let _shared: Tfp = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Tfp' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
248 |
249 | public var policy: LeafNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:257:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Tty' may have shared mutable state; this is an error in the Swift 6 language mode
254 |
255 | extension Nodes.Kern {
256 | public struct Tty: NodeCollection {
| `- note: consider making struct 'Tty' conform to the 'Sendable' protocol
257 | public static let _shared: Tty = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Tty' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
258 | }
259 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+MachDep.swift:13:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.MachDep' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | extension Nodes {
12 | public struct MachDep: NodeCollection {
| `- note: consider making struct 'MachDep' conform to the 'Sendable' protocol
13 | public static let _shared: MachDep = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.MachDep' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:13:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | extension Nodes {
12 | public struct Net: NodeCollection {
| `- note: consider making struct 'Net' conform to the 'Sendable' protocol
13 | public static let _shared: Net = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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 local: Node<Local> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:47:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Local' may have shared mutable state; this is an error in the Swift 6 language mode
44 |
45 | extension Nodes.Net {
46 | public struct Local: NodeCollection {
| `- note: consider making struct 'Local' conform to the 'Sendable' protocol
47 | public static let _shared: Local = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Local' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
48 |
49 | public var stream: Node<Stream> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:61:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Local.Stream' may have shared mutable state; this is an error in the Swift 6 language mode
58 |
59 | extension Nodes.Net.Local {
60 | public struct Stream: NodeCollection {
| `- note: consider making struct 'Stream' conform to the 'Sendable' protocol
61 | public static let _shared: Stream = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Local.Stream' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
62 | }
63 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:67:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Local.Dgram' may have shared mutable state; this is an error in the Swift 6 language mode
64 |
65 | extension Nodes.Net.Local {
66 | public struct Dgram: NodeCollection {
| `- note: consider making struct 'Dgram' conform to the 'Sendable' protocol
67 | public static let _shared: Dgram = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Local.Dgram' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
68 | }
69 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:73:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet' may have shared mutable state; this is an error in the Swift 6 language mode
70 |
71 | extension Nodes.Net {
72 | public struct Inet: NodeCollection {
| `- note: consider making struct 'Inet' conform to the 'Sendable' protocol
73 | public static let _shared: Inet = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
74 |
75 | public var ip: Node<Ip> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:103:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Ip' may have shared mutable state; this is an error in the Swift 6 language mode
100 |
101 | extension Nodes.Net.Inet {
102 | public struct Ip: NodeCollection {
| `- note: consider making struct 'Ip' conform to the 'Sendable' protocol
103 | public static let _shared: Ip = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Ip' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
104 |
105 | public var portrange: Node<Portrange> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:153:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Ip.Portrange' may have shared mutable state; this is an error in the Swift 6 language mode
150 |
151 | extension Nodes.Net.Inet.Ip {
152 | public struct Portrange: NodeCollection {
| `- note: consider making struct 'Portrange' conform to the 'Sendable' protocol
153 | public static let _shared: Portrange = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Ip.Portrange' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
154 | }
155 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:159:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Icmp' may have shared mutable state; this is an error in the Swift 6 language mode
156 |
157 | extension Nodes.Net.Inet {
158 | public struct Icmp: NodeCollection {
| `- note: consider making struct 'Icmp' conform to the 'Sendable' protocol
159 | public static let _shared: Icmp = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Icmp' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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 maskrepl: LeafNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:177:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Igmp' may have shared mutable state; this is an error in the Swift 6 language mode
174 |
175 | extension Nodes.Net.Inet {
176 | public struct Igmp: NodeCollection {
| `- note: consider making struct 'Igmp' conform to the 'Sendable' protocol
177 | public static let _shared: Igmp = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Igmp' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
178 |
179 | public var stats: AnyNode {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:187:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Tcp' may have shared mutable state; this is an error in the Swift 6 language mode
184 |
185 | extension Nodes.Net.Inet {
186 | public struct Tcp: NodeCollection {
| `- note: consider making struct 'Tcp' conform to the 'Sendable' protocol
187 | public static let _shared: Tcp = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Tcp' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
188 |
189 | public var mssdflt: LeafNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:229:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Udp' may have shared mutable state; this is an error in the Swift 6 language mode
226 |
227 | extension Nodes.Net.Inet {
228 | public struct Udp: NodeCollection {
| `- note: consider making struct 'Udp' conform to the 'Sendable' protocol
229 | public static let _shared: Udp = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Udp' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
230 |
231 | public var checksum: LeafNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:255:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Ipsec' may have shared mutable state; this is an error in the Swift 6 language mode
252 |
253 | extension Nodes.Net.Inet {
254 | public struct Ipsec: NodeCollection {
| `- note: consider making struct 'Ipsec' conform to the 'Sendable' protocol
255 | public static let _shared: Ipsec = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Ipsec' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
256 |
257 | public var stats: AnyNode {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:309:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Routetable' may have shared mutable state; this is an error in the Swift 6 language mode
306 |
307 | extension Nodes.Net {
308 | public struct Routetable: NodeCollection {
| `- note: consider making struct 'Routetable' conform to the 'Sendable' protocol
309 | public static let _shared: Routetable = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Routetable' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
310 | }
311 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:315:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link' may have shared mutable state; this is an error in the Swift 6 language mode
312 |
313 | extension Nodes.Net {
314 | public struct Link: NodeCollection {
| `- note: consider making struct 'Link' conform to the 'Sendable' protocol
315 | public static let _shared: Link = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
316 |
317 | public var generic: Node<Generic> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:329:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Generic' may have shared mutable state; this is an error in the Swift 6 language mode
326 |
327 | extension Nodes.Net.Link {
328 | public struct Generic: NodeCollection {
| `- note: consider making struct 'Generic' conform to the 'Sendable' protocol
329 | public static let _shared: Generic = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Generic' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
330 |
331 | public var system: Node<System> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:347:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Generic.System' may have shared mutable state; this is an error in the Swift 6 language mode
344 |
345 | extension Nodes.Net.Link.Generic {
346 | public struct System: NodeCollection {
| `- note: consider making struct 'System' conform to the 'Sendable' protocol
347 | public static let _shared: System = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Generic.System' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
348 |
349 | public var ifcount: LeafNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:357:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Generic.Ifdata' may have shared mutable state; this is an error in the Swift 6 language mode
354 |
355 | extension Nodes.Net.Link.Generic {
356 | public struct Ifdata: NodeCollection {
| `- note: consider making struct 'Ifdata' conform to the 'Sendable' protocol
357 | public static let _shared: Ifdata = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Generic.Ifdata' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
358 | }
359 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:363:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Generic.Ifalldata' may have shared mutable state; this is an error in the Swift 6 language mode
360 |
361 | extension Nodes.Net.Link.Generic {
362 | public struct Ifalldata: NodeCollection {
| `- note: consider making struct 'Ifalldata' conform to the 'Sendable' protocol
363 | public static let _shared: Ifalldata = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Generic.Ifalldata' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
364 | }
365 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:369:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Ether' may have shared mutable state; this is an error in the Swift 6 language mode
366 |
367 | extension Nodes.Net.Link {
368 | public struct Ether: NodeCollection {
| `- note: consider making struct 'Ether' conform to the 'Sendable' protocol
369 | public static let _shared: Ether = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Ether' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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 inet: Node<Inet> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:379:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Ether.Inet' may have shared mutable state; this is an error in the Swift 6 language mode
376 |
377 | extension Nodes.Net.Link.Ether {
378 | public struct Inet: NodeCollection {
| `- note: consider making struct 'Inet' conform to the 'Sendable' protocol
379 | public static let _shared: Inet = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Ether.Inet' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
380 | }
381 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:385:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Key' may have shared mutable state; this is an error in the Swift 6 language mode
382 |
383 | extension Nodes.Net {
384 | public struct Key: NodeCollection {
| `- note: consider making struct 'Key' conform to the 'Sendable' protocol
385 | public static let _shared: Key = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Key' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
386 |
387 | public var debug: LeafNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:447:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6' may have shared mutable state; this is an error in the Swift 6 language mode
444 |
445 | extension Nodes.Net {
446 | public struct Inet6: NodeCollection {
| `- note: consider making struct 'Inet6' conform to the 'Sendable' protocol
447 | public static let _shared: Inet6 = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
448 |
449 | public var tcp6: AnyNode {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:473:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Tcp6' may have shared mutable state; this is an error in the Swift 6 language mode
470 |
471 | extension Nodes.Net.Inet6 {
472 | public struct Tcp6: NodeCollection {
| `- note: consider making struct 'Tcp6' conform to the 'Sendable' protocol
473 | public static let _shared: Tcp6 = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Tcp6' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
474 | }
475 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:479:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Udp6' may have shared mutable state; this is an error in the Swift 6 language mode
476 |
477 | extension Nodes.Net.Inet6 {
478 | public struct Udp6: NodeCollection {
| `- note: consider making struct 'Udp6' conform to the 'Sendable' protocol
479 | public static let _shared: Udp6 = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Udp6' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
480 | }
481 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:485:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Ip6' may have shared mutable state; this is an error in the Swift 6 language mode
482 |
483 | extension Nodes.Net.Inet6 {
484 | public struct Ip6: NodeCollection {
| `- note: consider making struct 'Ip6' conform to the 'Sendable' protocol
485 | public static let _shared: Ip6 = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Ip6' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
486 |
487 | public var forwarding: LeafNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:631:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Ip6.Addrctlpolicy' may have shared mutable state; this is an error in the Swift 6 language mode
628 |
629 | extension Nodes.Net.Inet6.Ip6 {
630 | public struct Addrctlpolicy: NodeCollection {
| `- note: consider making struct 'Addrctlpolicy' conform to the 'Sendable' protocol
631 | public static let _shared: Addrctlpolicy = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Ip6.Addrctlpolicy' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
632 | }
633 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:637:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Ipsec6' may have shared mutable state; this is an error in the Swift 6 language mode
634 |
635 | extension Nodes.Net.Inet6 {
636 | public struct Ipsec6: NodeCollection {
| `- note: consider making struct 'Ipsec6' conform to the 'Sendable' protocol
637 | public static let _shared: Ipsec6 = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Ipsec6' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
638 |
639 | public var stats: AnyNode {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:679:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Icmp6' may have shared mutable state; this is an error in the Swift 6 language mode
676 |
677 | extension Nodes.Net.Inet6 {
678 | public struct Icmp6: NodeCollection {
| `- note: consider making struct 'Icmp6' conform to the 'Sendable' protocol
679 | public static let _shared: Icmp6 = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Icmp6' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
680 |
681 | public var stats: AnyNode {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:753:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Systm' may have shared mutable state; this is an error in the Swift 6 language mode
750 |
751 | extension Nodes.Net {
752 | public struct Systm: NodeCollection {
| `- note: consider making struct 'Systm' conform to the 'Sendable' protocol
753 | public static let _shared: Systm = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Systm' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
754 | }
755 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Security.swift:13:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Security' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | extension Nodes {
12 | public struct Security: NodeCollection {
| `- note: consider making struct 'Security' conform to the 'Sendable' protocol
13 | public static let _shared: Security = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Security' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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 | }
[71/71] Compiling SwiftSysctl Nodes+Security.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Debug.swift:13:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Debug' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | extension Nodes {
12 | public struct Debug: NodeCollection {
| `- note: consider making struct 'Debug' conform to the 'Sendable' protocol
13 | public static let _shared: Debug = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Debug' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+HW.swift:13:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.HW' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | extension Nodes {
12 | public struct HW: NodeCollection {
| `- note: consider making struct 'HW' conform to the 'Sendable' protocol
13 | public static let _shared: HW = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.HW' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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 machine: LeafNode<String> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:13:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | extension Nodes {
12 | public struct Kern: NodeCollection {
| `- note: consider making struct 'Kern' conform to the 'Sendable' protocol
13 | public static let _shared: Kern = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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 ostype: LeafNode<String> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:199:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Proc' may have shared mutable state; this is an error in the Swift 6 language mode
196 |
197 | extension Nodes.Kern {
198 | public struct Proc: NodeCollection {
| `- note: consider making struct 'Proc' conform to the 'Sendable' protocol
199 | public static let _shared: Proc = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Proc' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
200 | }
201 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:205:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Ipc' may have shared mutable state; this is an error in the Swift 6 language mode
202 |
203 | extension Nodes.Kern {
204 | public struct Ipc: NodeCollection {
| `- note: consider making struct 'Ipc' conform to the 'Sendable' protocol
205 | public static let _shared: Ipc = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Ipc' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
206 |
207 | public var maxsockbuf: LeafNode<CUnsignedInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:235:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Sysv' may have shared mutable state; this is an error in the Swift 6 language mode
232 |
233 | extension Nodes.Kern {
234 | public struct Sysv: NodeCollection {
| `- note: consider making struct 'Sysv' conform to the 'Sendable' protocol
235 | public static let _shared: Sysv = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Sysv' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
236 | }
237 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:241:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Posix' may have shared mutable state; this is an error in the Swift 6 language mode
238 |
239 | extension Nodes.Kern {
240 | public struct Posix: NodeCollection {
| `- note: consider making struct 'Posix' conform to the 'Sendable' protocol
241 | public static let _shared: Posix = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Posix' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
242 | }
243 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:247:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Tfp' may have shared mutable state; this is an error in the Swift 6 language mode
244 |
245 | extension Nodes.Kern {
246 | public struct Tfp: NodeCollection {
| `- note: consider making struct 'Tfp' conform to the 'Sendable' protocol
247 | public static let _shared: Tfp = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Tfp' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
248 |
249 | public var policy: LeafNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Kern.swift:257:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Tty' may have shared mutable state; this is an error in the Swift 6 language mode
254 |
255 | extension Nodes.Kern {
256 | public struct Tty: NodeCollection {
| `- note: consider making struct 'Tty' conform to the 'Sendable' protocol
257 | public static let _shared: Tty = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Kern.Tty' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
258 | }
259 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+MachDep.swift:13:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.MachDep' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | extension Nodes {
12 | public struct MachDep: NodeCollection {
| `- note: consider making struct 'MachDep' conform to the 'Sendable' protocol
13 | public static let _shared: MachDep = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.MachDep' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:13:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | extension Nodes {
12 | public struct Net: NodeCollection {
| `- note: consider making struct 'Net' conform to the 'Sendable' protocol
13 | public static let _shared: Net = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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 local: Node<Local> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:47:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Local' may have shared mutable state; this is an error in the Swift 6 language mode
44 |
45 | extension Nodes.Net {
46 | public struct Local: NodeCollection {
| `- note: consider making struct 'Local' conform to the 'Sendable' protocol
47 | public static let _shared: Local = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Local' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
48 |
49 | public var stream: Node<Stream> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:61:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Local.Stream' may have shared mutable state; this is an error in the Swift 6 language mode
58 |
59 | extension Nodes.Net.Local {
60 | public struct Stream: NodeCollection {
| `- note: consider making struct 'Stream' conform to the 'Sendable' protocol
61 | public static let _shared: Stream = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Local.Stream' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
62 | }
63 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:67:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Local.Dgram' may have shared mutable state; this is an error in the Swift 6 language mode
64 |
65 | extension Nodes.Net.Local {
66 | public struct Dgram: NodeCollection {
| `- note: consider making struct 'Dgram' conform to the 'Sendable' protocol
67 | public static let _shared: Dgram = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Local.Dgram' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
68 | }
69 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:73:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet' may have shared mutable state; this is an error in the Swift 6 language mode
70 |
71 | extension Nodes.Net {
72 | public struct Inet: NodeCollection {
| `- note: consider making struct 'Inet' conform to the 'Sendable' protocol
73 | public static let _shared: Inet = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
74 |
75 | public var ip: Node<Ip> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:103:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Ip' may have shared mutable state; this is an error in the Swift 6 language mode
100 |
101 | extension Nodes.Net.Inet {
102 | public struct Ip: NodeCollection {
| `- note: consider making struct 'Ip' conform to the 'Sendable' protocol
103 | public static let _shared: Ip = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Ip' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
104 |
105 | public var portrange: Node<Portrange> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:153:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Ip.Portrange' may have shared mutable state; this is an error in the Swift 6 language mode
150 |
151 | extension Nodes.Net.Inet.Ip {
152 | public struct Portrange: NodeCollection {
| `- note: consider making struct 'Portrange' conform to the 'Sendable' protocol
153 | public static let _shared: Portrange = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Ip.Portrange' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
154 | }
155 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:159:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Icmp' may have shared mutable state; this is an error in the Swift 6 language mode
156 |
157 | extension Nodes.Net.Inet {
158 | public struct Icmp: NodeCollection {
| `- note: consider making struct 'Icmp' conform to the 'Sendable' protocol
159 | public static let _shared: Icmp = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Icmp' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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 maskrepl: LeafNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:177:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Igmp' may have shared mutable state; this is an error in the Swift 6 language mode
174 |
175 | extension Nodes.Net.Inet {
176 | public struct Igmp: NodeCollection {
| `- note: consider making struct 'Igmp' conform to the 'Sendable' protocol
177 | public static let _shared: Igmp = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Igmp' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
178 |
179 | public var stats: AnyNode {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:187:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Tcp' may have shared mutable state; this is an error in the Swift 6 language mode
184 |
185 | extension Nodes.Net.Inet {
186 | public struct Tcp: NodeCollection {
| `- note: consider making struct 'Tcp' conform to the 'Sendable' protocol
187 | public static let _shared: Tcp = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Tcp' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
188 |
189 | public var mssdflt: LeafNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:229:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Udp' may have shared mutable state; this is an error in the Swift 6 language mode
226 |
227 | extension Nodes.Net.Inet {
228 | public struct Udp: NodeCollection {
| `- note: consider making struct 'Udp' conform to the 'Sendable' protocol
229 | public static let _shared: Udp = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Udp' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
230 |
231 | public var checksum: LeafNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:255:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Ipsec' may have shared mutable state; this is an error in the Swift 6 language mode
252 |
253 | extension Nodes.Net.Inet {
254 | public struct Ipsec: NodeCollection {
| `- note: consider making struct 'Ipsec' conform to the 'Sendable' protocol
255 | public static let _shared: Ipsec = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet.Ipsec' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
256 |
257 | public var stats: AnyNode {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:309:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Routetable' may have shared mutable state; this is an error in the Swift 6 language mode
306 |
307 | extension Nodes.Net {
308 | public struct Routetable: NodeCollection {
| `- note: consider making struct 'Routetable' conform to the 'Sendable' protocol
309 | public static let _shared: Routetable = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Routetable' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
310 | }
311 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:315:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link' may have shared mutable state; this is an error in the Swift 6 language mode
312 |
313 | extension Nodes.Net {
314 | public struct Link: NodeCollection {
| `- note: consider making struct 'Link' conform to the 'Sendable' protocol
315 | public static let _shared: Link = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
316 |
317 | public var generic: Node<Generic> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:329:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Generic' may have shared mutable state; this is an error in the Swift 6 language mode
326 |
327 | extension Nodes.Net.Link {
328 | public struct Generic: NodeCollection {
| `- note: consider making struct 'Generic' conform to the 'Sendable' protocol
329 | public static let _shared: Generic = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Generic' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
330 |
331 | public var system: Node<System> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:347:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Generic.System' may have shared mutable state; this is an error in the Swift 6 language mode
344 |
345 | extension Nodes.Net.Link.Generic {
346 | public struct System: NodeCollection {
| `- note: consider making struct 'System' conform to the 'Sendable' protocol
347 | public static let _shared: System = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Generic.System' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
348 |
349 | public var ifcount: LeafNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:357:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Generic.Ifdata' may have shared mutable state; this is an error in the Swift 6 language mode
354 |
355 | extension Nodes.Net.Link.Generic {
356 | public struct Ifdata: NodeCollection {
| `- note: consider making struct 'Ifdata' conform to the 'Sendable' protocol
357 | public static let _shared: Ifdata = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Generic.Ifdata' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
358 | }
359 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:363:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Generic.Ifalldata' may have shared mutable state; this is an error in the Swift 6 language mode
360 |
361 | extension Nodes.Net.Link.Generic {
362 | public struct Ifalldata: NodeCollection {
| `- note: consider making struct 'Ifalldata' conform to the 'Sendable' protocol
363 | public static let _shared: Ifalldata = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Generic.Ifalldata' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
364 | }
365 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:369:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Ether' may have shared mutable state; this is an error in the Swift 6 language mode
366 |
367 | extension Nodes.Net.Link {
368 | public struct Ether: NodeCollection {
| `- note: consider making struct 'Ether' conform to the 'Sendable' protocol
369 | public static let _shared: Ether = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Ether' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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 inet: Node<Inet> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:379:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Ether.Inet' may have shared mutable state; this is an error in the Swift 6 language mode
376 |
377 | extension Nodes.Net.Link.Ether {
378 | public struct Inet: NodeCollection {
| `- note: consider making struct 'Inet' conform to the 'Sendable' protocol
379 | public static let _shared: Inet = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Link.Ether.Inet' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
380 | }
381 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:385:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Key' may have shared mutable state; this is an error in the Swift 6 language mode
382 |
383 | extension Nodes.Net {
384 | public struct Key: NodeCollection {
| `- note: consider making struct 'Key' conform to the 'Sendable' protocol
385 | public static let _shared: Key = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Key' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
386 |
387 | public var debug: LeafNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:447:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6' may have shared mutable state; this is an error in the Swift 6 language mode
444 |
445 | extension Nodes.Net {
446 | public struct Inet6: NodeCollection {
| `- note: consider making struct 'Inet6' conform to the 'Sendable' protocol
447 | public static let _shared: Inet6 = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
448 |
449 | public var tcp6: AnyNode {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:473:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Tcp6' may have shared mutable state; this is an error in the Swift 6 language mode
470 |
471 | extension Nodes.Net.Inet6 {
472 | public struct Tcp6: NodeCollection {
| `- note: consider making struct 'Tcp6' conform to the 'Sendable' protocol
473 | public static let _shared: Tcp6 = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Tcp6' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
474 | }
475 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:479:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Udp6' may have shared mutable state; this is an error in the Swift 6 language mode
476 |
477 | extension Nodes.Net.Inet6 {
478 | public struct Udp6: NodeCollection {
| `- note: consider making struct 'Udp6' conform to the 'Sendable' protocol
479 | public static let _shared: Udp6 = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Udp6' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
480 | }
481 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:485:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Ip6' may have shared mutable state; this is an error in the Swift 6 language mode
482 |
483 | extension Nodes.Net.Inet6 {
484 | public struct Ip6: NodeCollection {
| `- note: consider making struct 'Ip6' conform to the 'Sendable' protocol
485 | public static let _shared: Ip6 = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Ip6' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
486 |
487 | public var forwarding: LeafNode<CInt> {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:631:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Ip6.Addrctlpolicy' may have shared mutable state; this is an error in the Swift 6 language mode
628 |
629 | extension Nodes.Net.Inet6.Ip6 {
630 | public struct Addrctlpolicy: NodeCollection {
| `- note: consider making struct 'Addrctlpolicy' conform to the 'Sendable' protocol
631 | public static let _shared: Addrctlpolicy = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Ip6.Addrctlpolicy' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
632 | }
633 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:637:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Ipsec6' may have shared mutable state; this is an error in the Swift 6 language mode
634 |
635 | extension Nodes.Net.Inet6 {
636 | public struct Ipsec6: NodeCollection {
| `- note: consider making struct 'Ipsec6' conform to the 'Sendable' protocol
637 | public static let _shared: Ipsec6 = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Ipsec6' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
638 |
639 | public var stats: AnyNode {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:679:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Icmp6' may have shared mutable state; this is an error in the Swift 6 language mode
676 |
677 | extension Nodes.Net.Inet6 {
678 | public struct Icmp6: NodeCollection {
| `- note: consider making struct 'Icmp6' conform to the 'Sendable' protocol
679 | public static let _shared: Icmp6 = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Inet6.Icmp6' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
680 |
681 | public var stats: AnyNode {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Net.swift:753:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Systm' may have shared mutable state; this is an error in the Swift 6 language mode
750 |
751 | extension Nodes.Net {
752 | public struct Systm: NodeCollection {
| `- note: consider making struct 'Systm' conform to the 'Sendable' protocol
753 | public static let _shared: Systm = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Net.Systm' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
754 | }
755 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Node/Nodes+Security.swift:13:27: warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Security' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | extension Nodes {
12 | public struct Security: NodeCollection {
| `- note: consider making struct 'Security' conform to the 'Sendable' protocol
13 | public static let _shared: Security = .init()
| |- warning: static property '_shared' is not concurrency-safe because non-'Sendable' type 'Nodes.Security' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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 | }
Build complete! (6.16s)
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.