Build Information
Successful build of SwiftSysctl, reference main (644057
), with Swift 6.0 for macOS (SPM) on 7 Jan 2025 19:22:25 UTC.
Swift 6 data race errors: 1512
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.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
1205 | )
1206 |
1207 | static let pass_loopback: NameOID = .init(
| |- warning: static property 'pass_loopback' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'pass_loopback' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1208 | name: "pass_loopback",
1209 | format: "I"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
| `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 | public let name: String
41 | public let format: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Net.arm64.swift:1212:16: warning: static property 'restrict_multicast' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1210 | )
1211 |
1212 | static let restrict_multicast: NameOID = .init(
| |- warning: static property 'restrict_multicast' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'restrict_multicast' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1213 | name: "restrict_multicast",
1214 | format: "I"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
| `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 | public let name: String
41 | public let format: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Net.arm64.swift:1217:16: warning: static property 'session_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1215 | )
1216 |
1217 | static let session_count: NameOID = .init(
| |- warning: static property 'session_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'session_count' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1218 | name: "session_count",
1219 | format: "I"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
| `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 | public let name: String
41 | public let format: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Net.arm64.swift:1222:16: warning: static property 'socket_flow_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1220 | )
1221 |
1222 | static let socket_flow_count: NameOID = .init(
| |- warning: static property 'socket_flow_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'socket_flow_count' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1223 | name: "socket_flow_count",
1224 | format: "I"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
| `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 | public let name: String
41 | public let format: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Net.arm64.swift:1227:16: warning: static property 'socket_non_app_policy_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1225 | )
1226 |
1227 | static let socket_non_app_policy_count: NameOID = .init(
| |- warning: static property 'socket_non_app_policy_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'socket_non_app_policy_count' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1228 | name: "socket_non_app_policy_count",
1229 | format: "L"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
| `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 | public let name: String
41 | public let format: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Net.arm64.swift:1232:16: warning: static property 'socket_policy_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1230 | )
1231 |
1232 | static let socket_policy_count: NameOID = .init(
| |- warning: static property 'socket_policy_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'socket_policy_count' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1233 | name: "socket_policy_count",
1234 | format: "L"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
| `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 | public let name: String
41 | public let format: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Net.arm64.swift:1237:16: warning: static property 'sysctl_arena_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1235 | )
1236 |
1237 | static let sysctl_arena_count: NameOID = .init(
| |- warning: static property 'sysctl_arena_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'sysctl_arena_count' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1238 | name: "sysctl_arena_count",
1239 | format: "I"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
| `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 | public let name: String
41 | public let format: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Net.arm64.swift:1242:16: warning: static property 'trie_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1240 | )
1241 |
1242 | static let trie_count: NameOID = .init(
| |- warning: static property 'trie_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'trie_count' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1243 | name: "trie_count",
1244 | format: "I"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
| `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 | public let name: String
41 | public let format: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Net.arm64.swift:1253:16: warning: static property 'active_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1251 |
1252 | extension OID.Net.Netagent {
1253 | static let active_count: NameOID = .init(
| |- warning: static property 'active_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'active_count' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1254 | name: "active_count",
1255 | format: "I"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
| `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 | public let name: String
41 | public let format: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Net.arm64.swift:1258:16: warning: static property 'debug' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1256 | )
1257 |
1258 | static let debug: NameOID = .init(
| |- warning: static property 'debug' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'debug' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1259 | name: "debug",
1260 | format: "I"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
| `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 | public let name: String
41 | public let format: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Net.arm64.swift:1263:16: warning: static property 'registered_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1261 | )
1262 |
1263 | static let registered_count: NameOID = .init(
| |- warning: static property 'registered_count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'registered_count' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1264 | name: "registered_count",
1265 | format: "I"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
| `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 | public let name: String
41 | public let format: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Net.arm64.swift:1274:16: warning: static property 'netem' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1272 |
1273 | extension OID.Net.Pktsched {
1274 | static let netem: NameOID = .init(
| |- warning: static property 'netem' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'netem' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1275 | name: "netem",
1276 | format: "N"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
| `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 | public let name: String
41 | public let format: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Net.arm64.swift:1279:16: warning: static property 'verbose' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1277 | )
1278 |
1279 | static let verbose: NameOID = .init(
| |- warning: static property 'verbose' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'verbose' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1280 | name: "verbose",
1281 | format: "IU"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
| `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 | public let name: String
41 | public let format: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Net.arm64.swift:1290:16: warning: static property 'heap_size' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1288 |
1289 | extension OID.Net.Pktsched.Netem {
1290 | static let heap_size: NameOID = .init(
| |- warning: static property 'heap_size' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'heap_size' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1291 | name: "heap_size",
1292 | format: "IU"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
| `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 | public let name: String
41 | public let format: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Net.arm64.swift:1295:16: warning: static property 'sched_output_ival_ms' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1293 | )
1294 |
1295 | static let sched_output_ival_ms: NameOID = .init(
| |- warning: static property 'sched_output_ival_ms' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'sched_output_ival_ms' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1296 | name: "sched_output_ival_ms",
1297 | format: "IU"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
| `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 | public let name: String
41 | public let format: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Net.arm64.swift:1306:16: warning: static property 'default_netsvctype_to_dscp_map' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1304 |
1305 | extension OID.Net.Qos {
1306 | static let default_netsvctype_to_dscp_map: NameOID = .init(
| |- warning: static property 'default_netsvctype_to_dscp_map' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'default_netsvctype_to_dscp_map' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1307 | name: "default_netsvctype_to_dscp_map",
1308 | format: "S"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
| `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 | public let name: String
41 | public let format: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Net.arm64.swift:1311:16: warning: static property 'dscp_to_wifi_ac_map' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1309 | )
1310 |
1311 | static let dscp_to_wifi_ac_map: NameOID = .init(
| |- warning: static property 'dscp_to_wifi_ac_map' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'dscp_to_wifi_ac_map' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1312 | name: "dscp_to_wifi_ac_map",
1313 | format: "S"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
| `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 | public let name: String
41 | public let format: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Net.arm64.swift:1316:16: warning: static property 'policy' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1314 | )
1315 |
1316 | static let policy: NameOID = .init(
| |- warning: static property 'policy' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'policy' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1317 | name: "policy",
1318 | format: "N"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
| `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 | public let name: String
41 | public let format: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Net.arm64.swift:1321:16: warning: static property 'reset_dscp_to_wifi_ac_map' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1319 | )
1320 |
1321 | static let reset_dscp_to_wifi_ac_map: NameOID = .init(
| |- warning: static property 'reset_dscp_to_wifi_ac_map' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'reset_dscp_to_wifi_ac_map' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1322 | name: "reset_dscp_to_wifi_ac_map",
1323 | format: "I"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
| `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 | public let name: String
41 | public let format: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Net.arm64.swift:1326:16: warning: static property 'verbose' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1324 | )
1325 |
1326 | static let verbose: NameOID = .init(
| |- warning: static property 'verbose' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'verbose' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1327 | name: "verbose",
1328 | format: "I"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
| `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 | public let name: String
41 | public let format: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Net.arm64.swift:1337:16: warning: static property 'capable_enabled' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1335 |
1336 | extension OID.Net.Qos.Policy {
1337 | static let capable_enabled: NameOID = .init(
| |- warning: static property 'capable_enabled' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'capable_enabled' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1338 | name: "capable_enabled",
1339 | format: "I"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
| `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 | public let name: String
41 | public let format: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Net.arm64.swift:1342:16: warning: static property 'restrict_avapps' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1340 | )
1341 |
1342 | static let restrict_avapps: NameOID = .init(
| |- warning: static property 'restrict_avapps' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'restrict_avapps' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1343 | name: "restrict_avapps",
1344 | format: "I"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
| `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 | public let name: String
41 | public let format: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Net.arm64.swift:1347:16: warning: static property 'restricted' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1345 | )
1346 |
1347 | static let restricted: NameOID = .init(
| |- warning: static property 'restricted' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'restricted' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1348 | name: "restricted",
1349 | format: "I"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
| `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 | public let name: String
41 | public let format: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Net.arm64.swift:1352:16: warning: static property 'wifi_enabled' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1350 | )
1351 |
1352 | static let wifi_enabled: NameOID = .init(
| |- warning: static property 'wifi_enabled' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'wifi_enabled' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1353 | name: "wifi_enabled",
1354 | format: "I"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
| `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 | public let name: String
41 | public let format: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Net.arm64.swift:1363:16: warning: static property 'bitmap' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1361 |
1362 | extension OID.Net.RestrictedPort {
1363 | static let bitmap: NameOID = .init(
| |- warning: static property 'bitmap' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'bitmap' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1364 | name: "bitmap",
1365 | format: ""
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
| `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 | public let name: String
41 | public let format: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Net.arm64.swift:1368:16: warning: static property 'enforced' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1366 | )
1367 |
1368 | static let enforced: NameOID = .init(
| |- warning: static property 'enforced' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'enforced' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1369 | name: "enforced",
1370 | format: "I"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
| `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 | public let name: String
41 | public let format: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Net.arm64.swift:1373:16: warning: static property 'verbose' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1371 | )
1372 |
1373 | static let verbose: NameOID = .init(
| |- warning: static property 'verbose' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'verbose' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1374 | name: "verbose",
1375 | format: "I"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
| `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 | public let name: String
41 | public let format: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Net.arm64.swift:1384:16: warning: static property 'verbose' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1382 |
1383 | extension OID.Net.Route {
1384 | static let verbose: NameOID = .init(
| |- warning: static property 'verbose' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'verbose' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1385 | name: "verbose",
1386 | format: "IU"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
| `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 | public let name: String
41 | public let format: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Net.arm64.swift:1395:16: warning: static property 'count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1393 |
1394 | extension OID.Net.Soflow {
1395 | static let count: NameOID = .init(
| |- warning: static property 'count' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'count' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1396 | name: "count",
1397 | format: "L"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
| `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 | public let name: String
41 | public let format: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Net.arm64.swift:1400:16: warning: static property 'disable' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1398 | )
1399 |
1400 | static let disable: NameOID = .init(
| |- warning: static property 'disable' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'disable' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1401 | name: "disable",
1402 | format: "I"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
| `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 | public let name: String
41 | public let format: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Net.arm64.swift:1405:16: warning: static property 'high_water_mark' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1403 | )
1404 |
1405 | static let high_water_mark: NameOID = .init(
| |- warning: static property 'high_water_mark' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'high_water_mark' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1406 | name: "high_water_mark",
1407 | format: "L"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
| `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 | public let name: String
41 | public let format: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Net.arm64.swift:1410:16: warning: static property 'log_level' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1408 | )
1409 |
1410 | static let log_level: NameOID = .init(
| |- warning: static property 'log_level' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'log_level' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1411 | name: "log_level",
1412 | format: "I"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
| `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 | public let name: String
41 | public let format: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Net.arm64.swift:1415:16: warning: static property 'log_pid' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1413 | )
1414 |
1415 | static let log_pid: NameOID = .init(
| |- warning: static property 'log_pid' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'log_pid' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1416 | name: "log_pid",
1417 | format: "I"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
| `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 | public let name: String
41 | public let format: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Net.arm64.swift:1420:16: warning: static property 'log_port' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1418 | )
1419 |
1420 | static let log_port: NameOID = .init(
| |- warning: static property 'log_port' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'log_port' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1421 | name: "log_port",
1422 | format: "I"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
| `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 | public let name: String
41 | public let format: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Net.arm64.swift:1425:16: warning: static property 'log_proto' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1423 | )
1424 |
1425 | static let log_proto: NameOID = .init(
| |- warning: static property 'log_proto' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'log_proto' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1426 | name: "log_proto",
1427 | format: "I"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
| `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 | public let name: String
41 | public let format: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Net.arm64.swift:1430:16: warning: static property 'nstat_disable' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1428 | )
1429 |
1430 | static let nstat_disable: NameOID = .init(
| |- warning: static property 'nstat_disable' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'nstat_disable' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1431 | name: "nstat_disable",
1432 | format: "I"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
| `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 | public let name: String
41 | public let format: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Net.arm64.swift:1441:16: warning: static property 'debug' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1439 |
1440 | extension OID.Net.Stats {
1441 | static let debug: NameOID = .init(
| |- warning: static property 'debug' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'debug' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1442 | name: "debug",
1443 | format: "I"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
| `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 | public let name: String
41 | public let format: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Net.arm64.swift:1446:16: warning: static property 'debug_pid' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1444 | )
1445 |
1446 | static let debug_pid: NameOID = .init(
| |- warning: static property 'debug_pid' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'debug_pid' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1447 | name: "debug_pid",
1448 | format: "I"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
| `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 | public let name: String
41 | public let format: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Net.arm64.swift:1451:16: warning: static property 'progress' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1449 | )
1450 |
1451 | static let progress: NameOID = .init(
| |- warning: static property 'progress' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'progress' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1452 | name: "progress",
1453 | format: "S"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
| `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 | public let name: String
41 | public let format: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Net.arm64.swift:1456:16: warning: static property 'recvspace' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1454 | )
1455 |
1456 | static let recvspace: NameOID = .init(
| |- warning: static property 'recvspace' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'recvspace' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1457 | name: "recvspace",
1458 | format: "I"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
| `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 | public let name: String
41 | public let format: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Net.arm64.swift:1461:16: warning: static property 'sendspace' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1459 | )
1460 |
1461 | static let sendspace: NameOID = .init(
| |- warning: static property 'sendspace' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'sendspace' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1462 | name: "sendspace",
1463 | format: "I"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
| `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 | public let name: String
41 | public let format: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Net.arm64.swift:1466:16: warning: static property 'stats' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1464 | )
1465 |
1466 | static let stats: NameOID = .init(
| |- warning: static property 'stats' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'stats' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1467 | name: "stats",
1468 | format: "S,nstat_stats"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
| `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 | public let name: String
41 | public let format: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Net.arm64.swift:1477:16: warning: static property 'idle_timeout' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1475 |
1476 | extension OID.Net.Tracker {
1477 | static let idle_timeout: NameOID = .init(
| |- warning: static property 'idle_timeout' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'idle_timeout' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1478 | name: "idle_timeout",
1479 | format: "I"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
| `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 | public let name: String
41 | public let format: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Net.arm64.swift:1482:16: warning: static property 'log' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1480 | )
1481 |
1482 | static let log: NameOID = .init(
| |- warning: static property 'log' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'log' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1483 | name: "log",
1484 | format: "I"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
| `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 | public let name: String
41 | public let format: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Net.arm64.swift:1493:16: warning: static property 'max_pending_input' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1491 |
1492 | extension OID.Net.Utun {
1493 | static let max_pending_input: NameOID = .init(
| |- warning: static property 'max_pending_input' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'max_pending_input' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1494 | name: "max_pending_input",
1495 | format: "I"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
| `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 | public let name: String
41 | public let format: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Net.arm64.swift:1498:16: warning: static property 'ring_size' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1496 | )
1497 |
1498 | static let ring_size: NameOID = .init(
| |- warning: static property 'ring_size' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'ring_size' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1499 | name: "ring_size",
1500 | format: "I"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
| `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 | public let name: String
41 | public let format: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Net.arm64.swift:1503:16: warning: static property 'rx_fsw_ring_size' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1501 | )
1502 |
1503 | static let rx_fsw_ring_size: NameOID = .init(
| |- warning: static property 'rx_fsw_ring_size' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'rx_fsw_ring_size' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1504 | name: "rx_fsw_ring_size",
1505 | format: "I"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
| `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 | public let name: String
41 | public let format: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Net.arm64.swift:1508:16: warning: static property 'tx_fsw_ring_size' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1506 | )
1507 |
1508 | static let tx_fsw_ring_size: NameOID = .init(
| |- warning: static property 'tx_fsw_ring_size' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'tx_fsw_ring_size' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1509 | name: "tx_fsw_ring_size",
1510 | format: "I"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
| `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 | public let name: String
41 | public let format: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Net.arm64.swift:1519:16: warning: static property 'pcbcount' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1517 |
1518 | extension OID.Net.Vsock {
1519 | static let pcbcount: NameOID = .init(
| |- warning: static property 'pcbcount' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'pcbcount' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1520 | name: "pcbcount",
1521 | format: "IU"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
| `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 | public let name: String
41 | public let format: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Net.arm64.swift:1524:16: warning: static property 'pcblist' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1522 | )
1523 |
1524 | static let pcblist: NameOID = .init(
| |- warning: static property 'pcblist' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'pcblist' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1525 | name: "pcblist",
1526 | format: "S,xvsockpcb"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
| `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 | public let name: String
41 | public let format: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Net.arm64.swift:1529:16: warning: static property 'recvspace' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1527 | )
1528 |
1529 | static let recvspace: NameOID = .init(
| |- warning: static property 'recvspace' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'recvspace' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1530 | name: "recvspace",
1531 | format: "IU"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
| `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 | public let name: String
41 | public let format: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID/arm64/OID+Net.arm64.swift:1534:16: warning: static property 'sendspace' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
1532 | )
1533 |
1534 | static let sendspace: NameOID = .init(
| |- warning: static property 'sendspace' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'sendspace' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1535 | name: "sendspace",
1536 | format: "IU"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
| `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 | public let name: String
41 | public let format: String
[66/71] Compiling SwiftSysctl NodeProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID+TopLevel.swift:16:23: warning: static property 'sysctl' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
14 |
15 | extension OID.TopLevel {
16 | public static let sysctl: OID = .init(
| |- warning: static property 'sysctl' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'sysctl' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 | name: "sysctl",
18 | id: 0,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
14 | }
15 |
16 | public struct OID: OIDProtocol {
| `- note: consider making struct 'OID' conform to the 'Sendable' protocol
17 | public let name: String
18 | public let id: Int32
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:11:12: warning: let 'sysctl' is not concurrency-safe because non-'Sendable' type 'SysctlNode' may have shared mutable state; this is an error in the Swift 6 language mode
9 | import Foundation
10 |
11 | public let sysctl = SysctlNode()
| |- warning: let 'sysctl' is not concurrency-safe because non-'Sendable' type 'SysctlNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'sysctl' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 | public let kern = KernNode()
13 | public let vm = VMNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:14:15: note: consider making struct 'SysctlNode' conform to the 'Sendable' protocol
12 |
13 | // MARK: - Sysctl
14 | public struct SysctlNode: TopNodeProtocol {
| `- note: consider making struct 'SysctlNode' conform to the 'Sendable' protocol
15 | public typealias Child = Nodes.Sysctl
16 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID+TopLevel.swift:23:23: warning: static property 'kern' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
21 | )
22 |
23 | public static let kern: OID = .init(
| |- warning: static property 'kern' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'kern' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
24 | name: "kern",
25 | id: 1,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
14 | }
15 |
16 | public struct OID: OIDProtocol {
| `- note: consider making struct 'OID' conform to the 'Sendable' protocol
17 | public let name: String
18 | public let id: Int32
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:12:12: warning: let 'kern' is not concurrency-safe because non-'Sendable' type 'KernNode' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | public let sysctl = SysctlNode()
12 | public let kern = KernNode()
| |- warning: let 'kern' is not concurrency-safe because non-'Sendable' type 'KernNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'kern' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 | public let vm = VMNode()
14 | public let vfs = VFSNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:25:15: note: consider making struct 'KernNode' conform to the 'Sendable' protocol
23 |
24 | // MARK: - Kern
25 | public struct KernNode: TopNodeProtocol {
| `- note: consider making struct 'KernNode' conform to the 'Sendable' protocol
26 | public typealias Child = Nodes.Kern
27 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID+TopLevel.swift:30:23: warning: static property 'vm' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
28 | )
29 |
30 | public static let vm: OID = .init(
| |- warning: static property 'vm' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'vm' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 | name: "vm",
32 | id: 2,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
14 | }
15 |
16 | public struct OID: OIDProtocol {
| `- note: consider making struct 'OID' conform to the 'Sendable' protocol
17 | public let name: String
18 | public let id: Int32
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:13:12: warning: let 'vm' is not concurrency-safe because non-'Sendable' type 'VMNode' may have shared mutable state; this is an error in the Swift 6 language mode
11 | public let sysctl = SysctlNode()
12 | public let kern = KernNode()
13 | public let vm = VMNode()
| |- warning: let 'vm' is not concurrency-safe because non-'Sendable' type 'VMNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'vm' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 | public let vfs = VFSNode()
15 | public let net = NetNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:36:15: note: consider making struct 'VMNode' conform to the 'Sendable' protocol
34 |
35 | // MARK: - VM
36 | public struct VMNode: TopNodeProtocol {
| `- note: consider making struct 'VMNode' conform to the 'Sendable' protocol
37 | public typealias Child = Nodes.VM
38 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID+TopLevel.swift:37:23: warning: static property 'vfs' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
35 | )
36 |
37 | public static let vfs: OID = .init(
| |- warning: static property 'vfs' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'vfs' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 | name: "vfs",
39 | id: 3,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
14 | }
15 |
16 | public struct OID: OIDProtocol {
| `- note: consider making struct 'OID' conform to the 'Sendable' protocol
17 | public let name: String
18 | public let id: Int32
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:14:12: warning: let 'vfs' is not concurrency-safe because non-'Sendable' type 'VFSNode' may have shared mutable state; this is an error in the Swift 6 language mode
12 | public let kern = KernNode()
13 | public let vm = VMNode()
14 | public let vfs = VFSNode()
| |- warning: let 'vfs' is not concurrency-safe because non-'Sendable' type 'VFSNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'vfs' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 | public let net = NetNode()
16 | public let debug = DebugNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:47:15: note: consider making struct 'VFSNode' conform to the 'Sendable' protocol
45 |
46 | // MARK: - VFS
47 | public struct VFSNode: TopNodeProtocol {
| `- note: consider making struct 'VFSNode' conform to the 'Sendable' protocol
48 | public typealias Child = Nodes.VFS
49 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID+TopLevel.swift:44:23: warning: static property 'net' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
42 | )
43 |
44 | public static let net: OID = .init(
| |- warning: static property 'net' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'net' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
45 | name: "net",
46 | id: 4,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
14 | }
15 |
16 | public struct OID: OIDProtocol {
| `- note: consider making struct 'OID' conform to the 'Sendable' protocol
17 | public let name: String
18 | public let id: Int32
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:15:12: warning: let 'net' is not concurrency-safe because non-'Sendable' type 'NetNode' may have shared mutable state; this is an error in the Swift 6 language mode
13 | public let vm = VMNode()
14 | public let vfs = VFSNode()
15 | public let net = NetNode()
| |- warning: let 'net' is not concurrency-safe because non-'Sendable' type 'NetNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'net' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 | public let debug = DebugNode()
17 | public let hw = HWNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:58:15: note: consider making struct 'NetNode' conform to the 'Sendable' protocol
56 |
57 | // MARK: - Net
58 | public struct NetNode: TopNodeProtocol {
| `- note: consider making struct 'NetNode' conform to the 'Sendable' protocol
59 | public typealias Child = Nodes.Net
60 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID+TopLevel.swift:51:23: warning: static property 'debug' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
49 | )
50 |
51 | public static let debug: OID = .init(
| |- warning: static property 'debug' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'debug' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
52 | name: "debug",
53 | id: 5,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
14 | }
15 |
16 | public struct OID: OIDProtocol {
| `- note: consider making struct 'OID' conform to the 'Sendable' protocol
17 | public let name: String
18 | public let id: Int32
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:16:12: warning: let 'debug' is not concurrency-safe because non-'Sendable' type 'DebugNode' may have shared mutable state; this is an error in the Swift 6 language mode
14 | public let vfs = VFSNode()
15 | public let net = NetNode()
16 | public let debug = DebugNode()
| |- warning: let 'debug' is not concurrency-safe because non-'Sendable' type 'DebugNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'debug' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 | public let hw = HWNode()
18 | public let machdep = MachDepNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:69:15: note: consider making struct 'DebugNode' conform to the 'Sendable' protocol
67 |
68 | // MARK: - Debug
69 | public struct DebugNode: TopNodeProtocol {
| `- note: consider making struct 'DebugNode' conform to the 'Sendable' protocol
70 | public typealias Child = Nodes.Debug
71 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID+TopLevel.swift:58:23: warning: static property 'hw' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
56 | )
57 |
58 | public static let hw: OID = .init(
| |- warning: static property 'hw' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'hw' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
59 | name: "hw",
60 | id: 6,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
14 | }
15 |
16 | public struct OID: OIDProtocol {
| `- note: consider making struct 'OID' conform to the 'Sendable' protocol
17 | public let name: String
18 | public let id: Int32
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:17:12: warning: let 'hw' is not concurrency-safe because non-'Sendable' type 'HWNode' may have shared mutable state; this is an error in the Swift 6 language mode
15 | public let net = NetNode()
16 | public let debug = DebugNode()
17 | public let hw = HWNode()
| |- warning: let 'hw' is not concurrency-safe because non-'Sendable' type 'HWNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'hw' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 | public let machdep = MachDepNode()
19 | public let security = SecurityNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:80:15: note: consider making struct 'HWNode' conform to the 'Sendable' protocol
78 |
79 | // MARK: - HW
80 | public struct HWNode: TopNodeProtocol {
| `- note: consider making struct 'HWNode' conform to the 'Sendable' protocol
81 | public typealias Child = Nodes.HW
82 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID+TopLevel.swift:65:23: warning: static property 'machdep' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
63 | )
64 |
65 | public static let machdep: OID = .init(
| |- warning: static property 'machdep' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'machdep' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
66 | name: "machdep",
67 | id: 7,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
14 | }
15 |
16 | public struct OID: OIDProtocol {
| `- note: consider making struct 'OID' conform to the 'Sendable' protocol
17 | public let name: String
18 | public let id: Int32
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:18:12: warning: let 'machdep' is not concurrency-safe because non-'Sendable' type 'MachDepNode' may have shared mutable state; this is an error in the Swift 6 language mode
16 | public let debug = DebugNode()
17 | public let hw = HWNode()
18 | public let machdep = MachDepNode()
| |- warning: let 'machdep' is not concurrency-safe because non-'Sendable' type 'MachDepNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'machdep' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 | public let security = SecurityNode()
20 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:91:15: note: consider making struct 'MachDepNode' conform to the 'Sendable' protocol
89 |
90 | // MARK: - MachDep
91 | public struct MachDepNode: TopNodeProtocol {
| `- note: consider making struct 'MachDepNode' conform to the 'Sendable' protocol
92 | public typealias Child = Nodes.MachDep
93 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID+TopLevel.swift:72:23: warning: static property 'security' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
70 | )
71 |
72 | public static let security: NameOID = .init(
| |- warning: static property 'security' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'security' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
73 | name: "security",
74 | format: "N"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
| `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 | public let name: String
41 | public let format: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:19:12: warning: let 'security' is not concurrency-safe because non-'Sendable' type 'SecurityNode' may have shared mutable state; this is an error in the Swift 6 language mode
17 | public let hw = HWNode()
18 | public let machdep = MachDepNode()
19 | public let security = SecurityNode()
| |- warning: let 'security' is not concurrency-safe because non-'Sendable' type 'SecurityNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'security' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:102:15: note: consider making struct 'SecurityNode' conform to the 'Sendable' protocol
100 |
101 | // MARK: - Security
102 | public struct SecurityNode: TopNodeProtocol {
| `- note: consider making struct 'SecurityNode' conform to the 'Sendable' protocol
103 | public typealias Child = Nodes.Security
104 |
[67/71] Compiling SwiftSysctl SwiftSysctl.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID+TopLevel.swift:16:23: warning: static property 'sysctl' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
14 |
15 | extension OID.TopLevel {
16 | public static let sysctl: OID = .init(
| |- warning: static property 'sysctl' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'sysctl' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 | name: "sysctl",
18 | id: 0,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
14 | }
15 |
16 | public struct OID: OIDProtocol {
| `- note: consider making struct 'OID' conform to the 'Sendable' protocol
17 | public let name: String
18 | public let id: Int32
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:11:12: warning: let 'sysctl' is not concurrency-safe because non-'Sendable' type 'SysctlNode' may have shared mutable state; this is an error in the Swift 6 language mode
9 | import Foundation
10 |
11 | public let sysctl = SysctlNode()
| |- warning: let 'sysctl' is not concurrency-safe because non-'Sendable' type 'SysctlNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'sysctl' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 | public let kern = KernNode()
13 | public let vm = VMNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:14:15: note: consider making struct 'SysctlNode' conform to the 'Sendable' protocol
12 |
13 | // MARK: - Sysctl
14 | public struct SysctlNode: TopNodeProtocol {
| `- note: consider making struct 'SysctlNode' conform to the 'Sendable' protocol
15 | public typealias Child = Nodes.Sysctl
16 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID+TopLevel.swift:23:23: warning: static property 'kern' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
21 | )
22 |
23 | public static let kern: OID = .init(
| |- warning: static property 'kern' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'kern' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
24 | name: "kern",
25 | id: 1,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
14 | }
15 |
16 | public struct OID: OIDProtocol {
| `- note: consider making struct 'OID' conform to the 'Sendable' protocol
17 | public let name: String
18 | public let id: Int32
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:12:12: warning: let 'kern' is not concurrency-safe because non-'Sendable' type 'KernNode' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | public let sysctl = SysctlNode()
12 | public let kern = KernNode()
| |- warning: let 'kern' is not concurrency-safe because non-'Sendable' type 'KernNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'kern' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 | public let vm = VMNode()
14 | public let vfs = VFSNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:25:15: note: consider making struct 'KernNode' conform to the 'Sendable' protocol
23 |
24 | // MARK: - Kern
25 | public struct KernNode: TopNodeProtocol {
| `- note: consider making struct 'KernNode' conform to the 'Sendable' protocol
26 | public typealias Child = Nodes.Kern
27 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID+TopLevel.swift:30:23: warning: static property 'vm' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
28 | )
29 |
30 | public static let vm: OID = .init(
| |- warning: static property 'vm' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'vm' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 | name: "vm",
32 | id: 2,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
14 | }
15 |
16 | public struct OID: OIDProtocol {
| `- note: consider making struct 'OID' conform to the 'Sendable' protocol
17 | public let name: String
18 | public let id: Int32
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:13:12: warning: let 'vm' is not concurrency-safe because non-'Sendable' type 'VMNode' may have shared mutable state; this is an error in the Swift 6 language mode
11 | public let sysctl = SysctlNode()
12 | public let kern = KernNode()
13 | public let vm = VMNode()
| |- warning: let 'vm' is not concurrency-safe because non-'Sendable' type 'VMNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'vm' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 | public let vfs = VFSNode()
15 | public let net = NetNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:36:15: note: consider making struct 'VMNode' conform to the 'Sendable' protocol
34 |
35 | // MARK: - VM
36 | public struct VMNode: TopNodeProtocol {
| `- note: consider making struct 'VMNode' conform to the 'Sendable' protocol
37 | public typealias Child = Nodes.VM
38 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID+TopLevel.swift:37:23: warning: static property 'vfs' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
35 | )
36 |
37 | public static let vfs: OID = .init(
| |- warning: static property 'vfs' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'vfs' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 | name: "vfs",
39 | id: 3,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
14 | }
15 |
16 | public struct OID: OIDProtocol {
| `- note: consider making struct 'OID' conform to the 'Sendable' protocol
17 | public let name: String
18 | public let id: Int32
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:14:12: warning: let 'vfs' is not concurrency-safe because non-'Sendable' type 'VFSNode' may have shared mutable state; this is an error in the Swift 6 language mode
12 | public let kern = KernNode()
13 | public let vm = VMNode()
14 | public let vfs = VFSNode()
| |- warning: let 'vfs' is not concurrency-safe because non-'Sendable' type 'VFSNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'vfs' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 | public let net = NetNode()
16 | public let debug = DebugNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:47:15: note: consider making struct 'VFSNode' conform to the 'Sendable' protocol
45 |
46 | // MARK: - VFS
47 | public struct VFSNode: TopNodeProtocol {
| `- note: consider making struct 'VFSNode' conform to the 'Sendable' protocol
48 | public typealias Child = Nodes.VFS
49 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID+TopLevel.swift:44:23: warning: static property 'net' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
42 | )
43 |
44 | public static let net: OID = .init(
| |- warning: static property 'net' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'net' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
45 | name: "net",
46 | id: 4,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
14 | }
15 |
16 | public struct OID: OIDProtocol {
| `- note: consider making struct 'OID' conform to the 'Sendable' protocol
17 | public let name: String
18 | public let id: Int32
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:15:12: warning: let 'net' is not concurrency-safe because non-'Sendable' type 'NetNode' may have shared mutable state; this is an error in the Swift 6 language mode
13 | public let vm = VMNode()
14 | public let vfs = VFSNode()
15 | public let net = NetNode()
| |- warning: let 'net' is not concurrency-safe because non-'Sendable' type 'NetNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'net' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 | public let debug = DebugNode()
17 | public let hw = HWNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:58:15: note: consider making struct 'NetNode' conform to the 'Sendable' protocol
56 |
57 | // MARK: - Net
58 | public struct NetNode: TopNodeProtocol {
| `- note: consider making struct 'NetNode' conform to the 'Sendable' protocol
59 | public typealias Child = Nodes.Net
60 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID+TopLevel.swift:51:23: warning: static property 'debug' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
49 | )
50 |
51 | public static let debug: OID = .init(
| |- warning: static property 'debug' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'debug' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
52 | name: "debug",
53 | id: 5,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
14 | }
15 |
16 | public struct OID: OIDProtocol {
| `- note: consider making struct 'OID' conform to the 'Sendable' protocol
17 | public let name: String
18 | public let id: Int32
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:16:12: warning: let 'debug' is not concurrency-safe because non-'Sendable' type 'DebugNode' may have shared mutable state; this is an error in the Swift 6 language mode
14 | public let vfs = VFSNode()
15 | public let net = NetNode()
16 | public let debug = DebugNode()
| |- warning: let 'debug' is not concurrency-safe because non-'Sendable' type 'DebugNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'debug' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 | public let hw = HWNode()
18 | public let machdep = MachDepNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:69:15: note: consider making struct 'DebugNode' conform to the 'Sendable' protocol
67 |
68 | // MARK: - Debug
69 | public struct DebugNode: TopNodeProtocol {
| `- note: consider making struct 'DebugNode' conform to the 'Sendable' protocol
70 | public typealias Child = Nodes.Debug
71 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID+TopLevel.swift:58:23: warning: static property 'hw' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
56 | )
57 |
58 | public static let hw: OID = .init(
| |- warning: static property 'hw' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'hw' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
59 | name: "hw",
60 | id: 6,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
14 | }
15 |
16 | public struct OID: OIDProtocol {
| `- note: consider making struct 'OID' conform to the 'Sendable' protocol
17 | public let name: String
18 | public let id: Int32
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:17:12: warning: let 'hw' is not concurrency-safe because non-'Sendable' type 'HWNode' may have shared mutable state; this is an error in the Swift 6 language mode
15 | public let net = NetNode()
16 | public let debug = DebugNode()
17 | public let hw = HWNode()
| |- warning: let 'hw' is not concurrency-safe because non-'Sendable' type 'HWNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'hw' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 | public let machdep = MachDepNode()
19 | public let security = SecurityNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:80:15: note: consider making struct 'HWNode' conform to the 'Sendable' protocol
78 |
79 | // MARK: - HW
80 | public struct HWNode: TopNodeProtocol {
| `- note: consider making struct 'HWNode' conform to the 'Sendable' protocol
81 | public typealias Child = Nodes.HW
82 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID+TopLevel.swift:65:23: warning: static property 'machdep' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
63 | )
64 |
65 | public static let machdep: OID = .init(
| |- warning: static property 'machdep' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'machdep' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
66 | name: "machdep",
67 | id: 7,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
14 | }
15 |
16 | public struct OID: OIDProtocol {
| `- note: consider making struct 'OID' conform to the 'Sendable' protocol
17 | public let name: String
18 | public let id: Int32
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:18:12: warning: let 'machdep' is not concurrency-safe because non-'Sendable' type 'MachDepNode' may have shared mutable state; this is an error in the Swift 6 language mode
16 | public let debug = DebugNode()
17 | public let hw = HWNode()
18 | public let machdep = MachDepNode()
| |- warning: let 'machdep' is not concurrency-safe because non-'Sendable' type 'MachDepNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'machdep' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 | public let security = SecurityNode()
20 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:91:15: note: consider making struct 'MachDepNode' conform to the 'Sendable' protocol
89 |
90 | // MARK: - MachDep
91 | public struct MachDepNode: TopNodeProtocol {
| `- note: consider making struct 'MachDepNode' conform to the 'Sendable' protocol
92 | public typealias Child = Nodes.MachDep
93 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID+TopLevel.swift:72:23: warning: static property 'security' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
70 | )
71 |
72 | public static let security: NameOID = .init(
| |- warning: static property 'security' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'security' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
73 | name: "security",
74 | format: "N"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
| `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 | public let name: String
41 | public let format: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:19:12: warning: let 'security' is not concurrency-safe because non-'Sendable' type 'SecurityNode' may have shared mutable state; this is an error in the Swift 6 language mode
17 | public let hw = HWNode()
18 | public let machdep = MachDepNode()
19 | public let security = SecurityNode()
| |- warning: let 'security' is not concurrency-safe because non-'Sendable' type 'SecurityNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'security' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:102:15: note: consider making struct 'SecurityNode' conform to the 'Sendable' protocol
100 |
101 | // MARK: - Security
102 | public struct SecurityNode: TopNodeProtocol {
| `- note: consider making struct 'SecurityNode' conform to the 'Sendable' protocol
103 | public typealias Child = Nodes.Security
104 |
[68/71] Compiling SwiftSysctl SysctlError.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID+TopLevel.swift:16:23: warning: static property 'sysctl' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
14 |
15 | extension OID.TopLevel {
16 | public static let sysctl: OID = .init(
| |- warning: static property 'sysctl' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'sysctl' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 | name: "sysctl",
18 | id: 0,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
14 | }
15 |
16 | public struct OID: OIDProtocol {
| `- note: consider making struct 'OID' conform to the 'Sendable' protocol
17 | public let name: String
18 | public let id: Int32
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:11:12: warning: let 'sysctl' is not concurrency-safe because non-'Sendable' type 'SysctlNode' may have shared mutable state; this is an error in the Swift 6 language mode
9 | import Foundation
10 |
11 | public let sysctl = SysctlNode()
| |- warning: let 'sysctl' is not concurrency-safe because non-'Sendable' type 'SysctlNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'sysctl' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 | public let kern = KernNode()
13 | public let vm = VMNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:14:15: note: consider making struct 'SysctlNode' conform to the 'Sendable' protocol
12 |
13 | // MARK: - Sysctl
14 | public struct SysctlNode: TopNodeProtocol {
| `- note: consider making struct 'SysctlNode' conform to the 'Sendable' protocol
15 | public typealias Child = Nodes.Sysctl
16 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID+TopLevel.swift:23:23: warning: static property 'kern' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
21 | )
22 |
23 | public static let kern: OID = .init(
| |- warning: static property 'kern' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'kern' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
24 | name: "kern",
25 | id: 1,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
14 | }
15 |
16 | public struct OID: OIDProtocol {
| `- note: consider making struct 'OID' conform to the 'Sendable' protocol
17 | public let name: String
18 | public let id: Int32
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:12:12: warning: let 'kern' is not concurrency-safe because non-'Sendable' type 'KernNode' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | public let sysctl = SysctlNode()
12 | public let kern = KernNode()
| |- warning: let 'kern' is not concurrency-safe because non-'Sendable' type 'KernNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'kern' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 | public let vm = VMNode()
14 | public let vfs = VFSNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:25:15: note: consider making struct 'KernNode' conform to the 'Sendable' protocol
23 |
24 | // MARK: - Kern
25 | public struct KernNode: TopNodeProtocol {
| `- note: consider making struct 'KernNode' conform to the 'Sendable' protocol
26 | public typealias Child = Nodes.Kern
27 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID+TopLevel.swift:30:23: warning: static property 'vm' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
28 | )
29 |
30 | public static let vm: OID = .init(
| |- warning: static property 'vm' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'vm' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 | name: "vm",
32 | id: 2,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
14 | }
15 |
16 | public struct OID: OIDProtocol {
| `- note: consider making struct 'OID' conform to the 'Sendable' protocol
17 | public let name: String
18 | public let id: Int32
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:13:12: warning: let 'vm' is not concurrency-safe because non-'Sendable' type 'VMNode' may have shared mutable state; this is an error in the Swift 6 language mode
11 | public let sysctl = SysctlNode()
12 | public let kern = KernNode()
13 | public let vm = VMNode()
| |- warning: let 'vm' is not concurrency-safe because non-'Sendable' type 'VMNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'vm' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 | public let vfs = VFSNode()
15 | public let net = NetNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:36:15: note: consider making struct 'VMNode' conform to the 'Sendable' protocol
34 |
35 | // MARK: - VM
36 | public struct VMNode: TopNodeProtocol {
| `- note: consider making struct 'VMNode' conform to the 'Sendable' protocol
37 | public typealias Child = Nodes.VM
38 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID+TopLevel.swift:37:23: warning: static property 'vfs' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
35 | )
36 |
37 | public static let vfs: OID = .init(
| |- warning: static property 'vfs' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'vfs' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 | name: "vfs",
39 | id: 3,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
14 | }
15 |
16 | public struct OID: OIDProtocol {
| `- note: consider making struct 'OID' conform to the 'Sendable' protocol
17 | public let name: String
18 | public let id: Int32
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:14:12: warning: let 'vfs' is not concurrency-safe because non-'Sendable' type 'VFSNode' may have shared mutable state; this is an error in the Swift 6 language mode
12 | public let kern = KernNode()
13 | public let vm = VMNode()
14 | public let vfs = VFSNode()
| |- warning: let 'vfs' is not concurrency-safe because non-'Sendable' type 'VFSNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'vfs' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 | public let net = NetNode()
16 | public let debug = DebugNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:47:15: note: consider making struct 'VFSNode' conform to the 'Sendable' protocol
45 |
46 | // MARK: - VFS
47 | public struct VFSNode: TopNodeProtocol {
| `- note: consider making struct 'VFSNode' conform to the 'Sendable' protocol
48 | public typealias Child = Nodes.VFS
49 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID+TopLevel.swift:44:23: warning: static property 'net' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
42 | )
43 |
44 | public static let net: OID = .init(
| |- warning: static property 'net' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'net' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
45 | name: "net",
46 | id: 4,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
14 | }
15 |
16 | public struct OID: OIDProtocol {
| `- note: consider making struct 'OID' conform to the 'Sendable' protocol
17 | public let name: String
18 | public let id: Int32
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:15:12: warning: let 'net' is not concurrency-safe because non-'Sendable' type 'NetNode' may have shared mutable state; this is an error in the Swift 6 language mode
13 | public let vm = VMNode()
14 | public let vfs = VFSNode()
15 | public let net = NetNode()
| |- warning: let 'net' is not concurrency-safe because non-'Sendable' type 'NetNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'net' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 | public let debug = DebugNode()
17 | public let hw = HWNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:58:15: note: consider making struct 'NetNode' conform to the 'Sendable' protocol
56 |
57 | // MARK: - Net
58 | public struct NetNode: TopNodeProtocol {
| `- note: consider making struct 'NetNode' conform to the 'Sendable' protocol
59 | public typealias Child = Nodes.Net
60 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID+TopLevel.swift:51:23: warning: static property 'debug' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
49 | )
50 |
51 | public static let debug: OID = .init(
| |- warning: static property 'debug' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'debug' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
52 | name: "debug",
53 | id: 5,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
14 | }
15 |
16 | public struct OID: OIDProtocol {
| `- note: consider making struct 'OID' conform to the 'Sendable' protocol
17 | public let name: String
18 | public let id: Int32
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:16:12: warning: let 'debug' is not concurrency-safe because non-'Sendable' type 'DebugNode' may have shared mutable state; this is an error in the Swift 6 language mode
14 | public let vfs = VFSNode()
15 | public let net = NetNode()
16 | public let debug = DebugNode()
| |- warning: let 'debug' is not concurrency-safe because non-'Sendable' type 'DebugNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'debug' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 | public let hw = HWNode()
18 | public let machdep = MachDepNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:69:15: note: consider making struct 'DebugNode' conform to the 'Sendable' protocol
67 |
68 | // MARK: - Debug
69 | public struct DebugNode: TopNodeProtocol {
| `- note: consider making struct 'DebugNode' conform to the 'Sendable' protocol
70 | public typealias Child = Nodes.Debug
71 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID+TopLevel.swift:58:23: warning: static property 'hw' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
56 | )
57 |
58 | public static let hw: OID = .init(
| |- warning: static property 'hw' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'hw' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
59 | name: "hw",
60 | id: 6,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
14 | }
15 |
16 | public struct OID: OIDProtocol {
| `- note: consider making struct 'OID' conform to the 'Sendable' protocol
17 | public let name: String
18 | public let id: Int32
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:17:12: warning: let 'hw' is not concurrency-safe because non-'Sendable' type 'HWNode' may have shared mutable state; this is an error in the Swift 6 language mode
15 | public let net = NetNode()
16 | public let debug = DebugNode()
17 | public let hw = HWNode()
| |- warning: let 'hw' is not concurrency-safe because non-'Sendable' type 'HWNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'hw' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 | public let machdep = MachDepNode()
19 | public let security = SecurityNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:80:15: note: consider making struct 'HWNode' conform to the 'Sendable' protocol
78 |
79 | // MARK: - HW
80 | public struct HWNode: TopNodeProtocol {
| `- note: consider making struct 'HWNode' conform to the 'Sendable' protocol
81 | public typealias Child = Nodes.HW
82 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID+TopLevel.swift:65:23: warning: static property 'machdep' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
63 | )
64 |
65 | public static let machdep: OID = .init(
| |- warning: static property 'machdep' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'machdep' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
66 | name: "machdep",
67 | id: 7,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
14 | }
15 |
16 | public struct OID: OIDProtocol {
| `- note: consider making struct 'OID' conform to the 'Sendable' protocol
17 | public let name: String
18 | public let id: Int32
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:18:12: warning: let 'machdep' is not concurrency-safe because non-'Sendable' type 'MachDepNode' may have shared mutable state; this is an error in the Swift 6 language mode
16 | public let debug = DebugNode()
17 | public let hw = HWNode()
18 | public let machdep = MachDepNode()
| |- warning: let 'machdep' is not concurrency-safe because non-'Sendable' type 'MachDepNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'machdep' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 | public let security = SecurityNode()
20 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:91:15: note: consider making struct 'MachDepNode' conform to the 'Sendable' protocol
89 |
90 | // MARK: - MachDep
91 | public struct MachDepNode: TopNodeProtocol {
| `- note: consider making struct 'MachDepNode' conform to the 'Sendable' protocol
92 | public typealias Child = Nodes.MachDep
93 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID+TopLevel.swift:72:23: warning: static property 'security' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
70 | )
71 |
72 | public static let security: NameOID = .init(
| |- warning: static property 'security' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'security' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
73 | name: "security",
74 | format: "N"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
| `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 | public let name: String
41 | public let format: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:19:12: warning: let 'security' is not concurrency-safe because non-'Sendable' type 'SecurityNode' may have shared mutable state; this is an error in the Swift 6 language mode
17 | public let hw = HWNode()
18 | public let machdep = MachDepNode()
19 | public let security = SecurityNode()
| |- warning: let 'security' is not concurrency-safe because non-'Sendable' type 'SecurityNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'security' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:102:15: note: consider making struct 'SecurityNode' conform to the 'Sendable' protocol
100 |
101 | // MARK: - Security
102 | public struct SecurityNode: TopNodeProtocol {
| `- note: consider making struct 'SecurityNode' conform to the 'Sendable' protocol
103 | public typealias Child = Nodes.Security
104 |
[69/71] Compiling SwiftSysctl TopNodes.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID+TopLevel.swift:16:23: warning: static property 'sysctl' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
14 |
15 | extension OID.TopLevel {
16 | public static let sysctl: OID = .init(
| |- warning: static property 'sysctl' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'sysctl' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 | name: "sysctl",
18 | id: 0,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
14 | }
15 |
16 | public struct OID: OIDProtocol {
| `- note: consider making struct 'OID' conform to the 'Sendable' protocol
17 | public let name: String
18 | public let id: Int32
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:11:12: warning: let 'sysctl' is not concurrency-safe because non-'Sendable' type 'SysctlNode' may have shared mutable state; this is an error in the Swift 6 language mode
9 | import Foundation
10 |
11 | public let sysctl = SysctlNode()
| |- warning: let 'sysctl' is not concurrency-safe because non-'Sendable' type 'SysctlNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'sysctl' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 | public let kern = KernNode()
13 | public let vm = VMNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:14:15: note: consider making struct 'SysctlNode' conform to the 'Sendable' protocol
12 |
13 | // MARK: - Sysctl
14 | public struct SysctlNode: TopNodeProtocol {
| `- note: consider making struct 'SysctlNode' conform to the 'Sendable' protocol
15 | public typealias Child = Nodes.Sysctl
16 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID+TopLevel.swift:23:23: warning: static property 'kern' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
21 | )
22 |
23 | public static let kern: OID = .init(
| |- warning: static property 'kern' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'kern' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
24 | name: "kern",
25 | id: 1,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
14 | }
15 |
16 | public struct OID: OIDProtocol {
| `- note: consider making struct 'OID' conform to the 'Sendable' protocol
17 | public let name: String
18 | public let id: Int32
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:12:12: warning: let 'kern' is not concurrency-safe because non-'Sendable' type 'KernNode' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | public let sysctl = SysctlNode()
12 | public let kern = KernNode()
| |- warning: let 'kern' is not concurrency-safe because non-'Sendable' type 'KernNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'kern' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 | public let vm = VMNode()
14 | public let vfs = VFSNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:25:15: note: consider making struct 'KernNode' conform to the 'Sendable' protocol
23 |
24 | // MARK: - Kern
25 | public struct KernNode: TopNodeProtocol {
| `- note: consider making struct 'KernNode' conform to the 'Sendable' protocol
26 | public typealias Child = Nodes.Kern
27 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID+TopLevel.swift:30:23: warning: static property 'vm' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
28 | )
29 |
30 | public static let vm: OID = .init(
| |- warning: static property 'vm' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'vm' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 | name: "vm",
32 | id: 2,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
14 | }
15 |
16 | public struct OID: OIDProtocol {
| `- note: consider making struct 'OID' conform to the 'Sendable' protocol
17 | public let name: String
18 | public let id: Int32
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:13:12: warning: let 'vm' is not concurrency-safe because non-'Sendable' type 'VMNode' may have shared mutable state; this is an error in the Swift 6 language mode
11 | public let sysctl = SysctlNode()
12 | public let kern = KernNode()
13 | public let vm = VMNode()
| |- warning: let 'vm' is not concurrency-safe because non-'Sendable' type 'VMNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'vm' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 | public let vfs = VFSNode()
15 | public let net = NetNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:36:15: note: consider making struct 'VMNode' conform to the 'Sendable' protocol
34 |
35 | // MARK: - VM
36 | public struct VMNode: TopNodeProtocol {
| `- note: consider making struct 'VMNode' conform to the 'Sendable' protocol
37 | public typealias Child = Nodes.VM
38 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID+TopLevel.swift:37:23: warning: static property 'vfs' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
35 | )
36 |
37 | public static let vfs: OID = .init(
| |- warning: static property 'vfs' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'vfs' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 | name: "vfs",
39 | id: 3,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
14 | }
15 |
16 | public struct OID: OIDProtocol {
| `- note: consider making struct 'OID' conform to the 'Sendable' protocol
17 | public let name: String
18 | public let id: Int32
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:14:12: warning: let 'vfs' is not concurrency-safe because non-'Sendable' type 'VFSNode' may have shared mutable state; this is an error in the Swift 6 language mode
12 | public let kern = KernNode()
13 | public let vm = VMNode()
14 | public let vfs = VFSNode()
| |- warning: let 'vfs' is not concurrency-safe because non-'Sendable' type 'VFSNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'vfs' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 | public let net = NetNode()
16 | public let debug = DebugNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:47:15: note: consider making struct 'VFSNode' conform to the 'Sendable' protocol
45 |
46 | // MARK: - VFS
47 | public struct VFSNode: TopNodeProtocol {
| `- note: consider making struct 'VFSNode' conform to the 'Sendable' protocol
48 | public typealias Child = Nodes.VFS
49 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID+TopLevel.swift:44:23: warning: static property 'net' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
42 | )
43 |
44 | public static let net: OID = .init(
| |- warning: static property 'net' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'net' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
45 | name: "net",
46 | id: 4,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
14 | }
15 |
16 | public struct OID: OIDProtocol {
| `- note: consider making struct 'OID' conform to the 'Sendable' protocol
17 | public let name: String
18 | public let id: Int32
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:15:12: warning: let 'net' is not concurrency-safe because non-'Sendable' type 'NetNode' may have shared mutable state; this is an error in the Swift 6 language mode
13 | public let vm = VMNode()
14 | public let vfs = VFSNode()
15 | public let net = NetNode()
| |- warning: let 'net' is not concurrency-safe because non-'Sendable' type 'NetNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'net' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 | public let debug = DebugNode()
17 | public let hw = HWNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:58:15: note: consider making struct 'NetNode' conform to the 'Sendable' protocol
56 |
57 | // MARK: - Net
58 | public struct NetNode: TopNodeProtocol {
| `- note: consider making struct 'NetNode' conform to the 'Sendable' protocol
59 | public typealias Child = Nodes.Net
60 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID+TopLevel.swift:51:23: warning: static property 'debug' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
49 | )
50 |
51 | public static let debug: OID = .init(
| |- warning: static property 'debug' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'debug' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
52 | name: "debug",
53 | id: 5,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
14 | }
15 |
16 | public struct OID: OIDProtocol {
| `- note: consider making struct 'OID' conform to the 'Sendable' protocol
17 | public let name: String
18 | public let id: Int32
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:16:12: warning: let 'debug' is not concurrency-safe because non-'Sendable' type 'DebugNode' may have shared mutable state; this is an error in the Swift 6 language mode
14 | public let vfs = VFSNode()
15 | public let net = NetNode()
16 | public let debug = DebugNode()
| |- warning: let 'debug' is not concurrency-safe because non-'Sendable' type 'DebugNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'debug' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 | public let hw = HWNode()
18 | public let machdep = MachDepNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:69:15: note: consider making struct 'DebugNode' conform to the 'Sendable' protocol
67 |
68 | // MARK: - Debug
69 | public struct DebugNode: TopNodeProtocol {
| `- note: consider making struct 'DebugNode' conform to the 'Sendable' protocol
70 | public typealias Child = Nodes.Debug
71 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID+TopLevel.swift:58:23: warning: static property 'hw' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
56 | )
57 |
58 | public static let hw: OID = .init(
| |- warning: static property 'hw' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'hw' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
59 | name: "hw",
60 | id: 6,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
14 | }
15 |
16 | public struct OID: OIDProtocol {
| `- note: consider making struct 'OID' conform to the 'Sendable' protocol
17 | public let name: String
18 | public let id: Int32
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:17:12: warning: let 'hw' is not concurrency-safe because non-'Sendable' type 'HWNode' may have shared mutable state; this is an error in the Swift 6 language mode
15 | public let net = NetNode()
16 | public let debug = DebugNode()
17 | public let hw = HWNode()
| |- warning: let 'hw' is not concurrency-safe because non-'Sendable' type 'HWNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'hw' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 | public let machdep = MachDepNode()
19 | public let security = SecurityNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:80:15: note: consider making struct 'HWNode' conform to the 'Sendable' protocol
78 |
79 | // MARK: - HW
80 | public struct HWNode: TopNodeProtocol {
| `- note: consider making struct 'HWNode' conform to the 'Sendable' protocol
81 | public typealias Child = Nodes.HW
82 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID+TopLevel.swift:65:23: warning: static property 'machdep' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
63 | )
64 |
65 | public static let machdep: OID = .init(
| |- warning: static property 'machdep' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'machdep' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
66 | name: "machdep",
67 | id: 7,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
14 | }
15 |
16 | public struct OID: OIDProtocol {
| `- note: consider making struct 'OID' conform to the 'Sendable' protocol
17 | public let name: String
18 | public let id: Int32
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:18:12: warning: let 'machdep' is not concurrency-safe because non-'Sendable' type 'MachDepNode' may have shared mutable state; this is an error in the Swift 6 language mode
16 | public let debug = DebugNode()
17 | public let hw = HWNode()
18 | public let machdep = MachDepNode()
| |- warning: let 'machdep' is not concurrency-safe because non-'Sendable' type 'MachDepNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'machdep' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 | public let security = SecurityNode()
20 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:91:15: note: consider making struct 'MachDepNode' conform to the 'Sendable' protocol
89 |
90 | // MARK: - MachDep
91 | public struct MachDepNode: TopNodeProtocol {
| `- note: consider making struct 'MachDepNode' conform to the 'Sendable' protocol
92 | public typealias Child = Nodes.MachDep
93 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID+TopLevel.swift:72:23: warning: static property 'security' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
70 | )
71 |
72 | public static let security: NameOID = .init(
| |- warning: static property 'security' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'security' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
73 | name: "security",
74 | format: "N"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
| `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 | public let name: String
41 | public let format: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:19:12: warning: let 'security' is not concurrency-safe because non-'Sendable' type 'SecurityNode' may have shared mutable state; this is an error in the Swift 6 language mode
17 | public let hw = HWNode()
18 | public let machdep = MachDepNode()
19 | public let security = SecurityNode()
| |- warning: let 'security' is not concurrency-safe because non-'Sendable' type 'SecurityNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'security' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:102:15: note: consider making struct 'SecurityNode' conform to the 'Sendable' protocol
100 |
101 | // MARK: - Security
102 | public struct SecurityNode: TopNodeProtocol {
| `- note: consider making struct 'SecurityNode' conform to the 'Sendable' protocol
103 | public typealias Child = Nodes.Security
104 |
[70/71] Compiling SwiftSysctl Field.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID+TopLevel.swift:16:23: warning: static property 'sysctl' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
14 |
15 | extension OID.TopLevel {
16 | public static let sysctl: OID = .init(
| |- warning: static property 'sysctl' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'sysctl' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 | name: "sysctl",
18 | id: 0,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
14 | }
15 |
16 | public struct OID: OIDProtocol {
| `- note: consider making struct 'OID' conform to the 'Sendable' protocol
17 | public let name: String
18 | public let id: Int32
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:11:12: warning: let 'sysctl' is not concurrency-safe because non-'Sendable' type 'SysctlNode' may have shared mutable state; this is an error in the Swift 6 language mode
9 | import Foundation
10 |
11 | public let sysctl = SysctlNode()
| |- warning: let 'sysctl' is not concurrency-safe because non-'Sendable' type 'SysctlNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'sysctl' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 | public let kern = KernNode()
13 | public let vm = VMNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:14:15: note: consider making struct 'SysctlNode' conform to the 'Sendable' protocol
12 |
13 | // MARK: - Sysctl
14 | public struct SysctlNode: TopNodeProtocol {
| `- note: consider making struct 'SysctlNode' conform to the 'Sendable' protocol
15 | public typealias Child = Nodes.Sysctl
16 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID+TopLevel.swift:23:23: warning: static property 'kern' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
21 | )
22 |
23 | public static let kern: OID = .init(
| |- warning: static property 'kern' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'kern' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
24 | name: "kern",
25 | id: 1,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
14 | }
15 |
16 | public struct OID: OIDProtocol {
| `- note: consider making struct 'OID' conform to the 'Sendable' protocol
17 | public let name: String
18 | public let id: Int32
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:12:12: warning: let 'kern' is not concurrency-safe because non-'Sendable' type 'KernNode' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | public let sysctl = SysctlNode()
12 | public let kern = KernNode()
| |- warning: let 'kern' is not concurrency-safe because non-'Sendable' type 'KernNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'kern' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 | public let vm = VMNode()
14 | public let vfs = VFSNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:25:15: note: consider making struct 'KernNode' conform to the 'Sendable' protocol
23 |
24 | // MARK: - Kern
25 | public struct KernNode: TopNodeProtocol {
| `- note: consider making struct 'KernNode' conform to the 'Sendable' protocol
26 | public typealias Child = Nodes.Kern
27 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID+TopLevel.swift:30:23: warning: static property 'vm' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
28 | )
29 |
30 | public static let vm: OID = .init(
| |- warning: static property 'vm' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'vm' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 | name: "vm",
32 | id: 2,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
14 | }
15 |
16 | public struct OID: OIDProtocol {
| `- note: consider making struct 'OID' conform to the 'Sendable' protocol
17 | public let name: String
18 | public let id: Int32
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:13:12: warning: let 'vm' is not concurrency-safe because non-'Sendable' type 'VMNode' may have shared mutable state; this is an error in the Swift 6 language mode
11 | public let sysctl = SysctlNode()
12 | public let kern = KernNode()
13 | public let vm = VMNode()
| |- warning: let 'vm' is not concurrency-safe because non-'Sendable' type 'VMNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'vm' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 | public let vfs = VFSNode()
15 | public let net = NetNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:36:15: note: consider making struct 'VMNode' conform to the 'Sendable' protocol
34 |
35 | // MARK: - VM
36 | public struct VMNode: TopNodeProtocol {
| `- note: consider making struct 'VMNode' conform to the 'Sendable' protocol
37 | public typealias Child = Nodes.VM
38 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID+TopLevel.swift:37:23: warning: static property 'vfs' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
35 | )
36 |
37 | public static let vfs: OID = .init(
| |- warning: static property 'vfs' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'vfs' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 | name: "vfs",
39 | id: 3,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
14 | }
15 |
16 | public struct OID: OIDProtocol {
| `- note: consider making struct 'OID' conform to the 'Sendable' protocol
17 | public let name: String
18 | public let id: Int32
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:14:12: warning: let 'vfs' is not concurrency-safe because non-'Sendable' type 'VFSNode' may have shared mutable state; this is an error in the Swift 6 language mode
12 | public let kern = KernNode()
13 | public let vm = VMNode()
14 | public let vfs = VFSNode()
| |- warning: let 'vfs' is not concurrency-safe because non-'Sendable' type 'VFSNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'vfs' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 | public let net = NetNode()
16 | public let debug = DebugNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:47:15: note: consider making struct 'VFSNode' conform to the 'Sendable' protocol
45 |
46 | // MARK: - VFS
47 | public struct VFSNode: TopNodeProtocol {
| `- note: consider making struct 'VFSNode' conform to the 'Sendable' protocol
48 | public typealias Child = Nodes.VFS
49 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID+TopLevel.swift:44:23: warning: static property 'net' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
42 | )
43 |
44 | public static let net: OID = .init(
| |- warning: static property 'net' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'net' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
45 | name: "net",
46 | id: 4,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
14 | }
15 |
16 | public struct OID: OIDProtocol {
| `- note: consider making struct 'OID' conform to the 'Sendable' protocol
17 | public let name: String
18 | public let id: Int32
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:15:12: warning: let 'net' is not concurrency-safe because non-'Sendable' type 'NetNode' may have shared mutable state; this is an error in the Swift 6 language mode
13 | public let vm = VMNode()
14 | public let vfs = VFSNode()
15 | public let net = NetNode()
| |- warning: let 'net' is not concurrency-safe because non-'Sendable' type 'NetNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'net' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 | public let debug = DebugNode()
17 | public let hw = HWNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:58:15: note: consider making struct 'NetNode' conform to the 'Sendable' protocol
56 |
57 | // MARK: - Net
58 | public struct NetNode: TopNodeProtocol {
| `- note: consider making struct 'NetNode' conform to the 'Sendable' protocol
59 | public typealias Child = Nodes.Net
60 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID+TopLevel.swift:51:23: warning: static property 'debug' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
49 | )
50 |
51 | public static let debug: OID = .init(
| |- warning: static property 'debug' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'debug' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
52 | name: "debug",
53 | id: 5,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
14 | }
15 |
16 | public struct OID: OIDProtocol {
| `- note: consider making struct 'OID' conform to the 'Sendable' protocol
17 | public let name: String
18 | public let id: Int32
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:16:12: warning: let 'debug' is not concurrency-safe because non-'Sendable' type 'DebugNode' may have shared mutable state; this is an error in the Swift 6 language mode
14 | public let vfs = VFSNode()
15 | public let net = NetNode()
16 | public let debug = DebugNode()
| |- warning: let 'debug' is not concurrency-safe because non-'Sendable' type 'DebugNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'debug' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 | public let hw = HWNode()
18 | public let machdep = MachDepNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:69:15: note: consider making struct 'DebugNode' conform to the 'Sendable' protocol
67 |
68 | // MARK: - Debug
69 | public struct DebugNode: TopNodeProtocol {
| `- note: consider making struct 'DebugNode' conform to the 'Sendable' protocol
70 | public typealias Child = Nodes.Debug
71 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID+TopLevel.swift:58:23: warning: static property 'hw' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
56 | )
57 |
58 | public static let hw: OID = .init(
| |- warning: static property 'hw' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'hw' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
59 | name: "hw",
60 | id: 6,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
14 | }
15 |
16 | public struct OID: OIDProtocol {
| `- note: consider making struct 'OID' conform to the 'Sendable' protocol
17 | public let name: String
18 | public let id: Int32
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:17:12: warning: let 'hw' is not concurrency-safe because non-'Sendable' type 'HWNode' may have shared mutable state; this is an error in the Swift 6 language mode
15 | public let net = NetNode()
16 | public let debug = DebugNode()
17 | public let hw = HWNode()
| |- warning: let 'hw' is not concurrency-safe because non-'Sendable' type 'HWNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'hw' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 | public let machdep = MachDepNode()
19 | public let security = SecurityNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:80:15: note: consider making struct 'HWNode' conform to the 'Sendable' protocol
78 |
79 | // MARK: - HW
80 | public struct HWNode: TopNodeProtocol {
| `- note: consider making struct 'HWNode' conform to the 'Sendable' protocol
81 | public typealias Child = Nodes.HW
82 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID+TopLevel.swift:65:23: warning: static property 'machdep' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
63 | )
64 |
65 | public static let machdep: OID = .init(
| |- warning: static property 'machdep' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'machdep' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
66 | name: "machdep",
67 | id: 7,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
14 | }
15 |
16 | public struct OID: OIDProtocol {
| `- note: consider making struct 'OID' conform to the 'Sendable' protocol
17 | public let name: String
18 | public let id: Int32
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:18:12: warning: let 'machdep' is not concurrency-safe because non-'Sendable' type 'MachDepNode' may have shared mutable state; this is an error in the Swift 6 language mode
16 | public let debug = DebugNode()
17 | public let hw = HWNode()
18 | public let machdep = MachDepNode()
| |- warning: let 'machdep' is not concurrency-safe because non-'Sendable' type 'MachDepNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'machdep' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 | public let security = SecurityNode()
20 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:91:15: note: consider making struct 'MachDepNode' conform to the 'Sendable' protocol
89 |
90 | // MARK: - MachDep
91 | public struct MachDepNode: TopNodeProtocol {
| `- note: consider making struct 'MachDepNode' conform to the 'Sendable' protocol
92 | public typealias Child = Nodes.MachDep
93 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID+TopLevel.swift:72:23: warning: static property 'security' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
70 | )
71 |
72 | public static let security: NameOID = .init(
| |- warning: static property 'security' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'security' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
73 | name: "security",
74 | format: "N"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
| `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 | public let name: String
41 | public let format: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:19:12: warning: let 'security' is not concurrency-safe because non-'Sendable' type 'SecurityNode' may have shared mutable state; this is an error in the Swift 6 language mode
17 | public let hw = HWNode()
18 | public let machdep = MachDepNode()
19 | public let security = SecurityNode()
| |- warning: let 'security' is not concurrency-safe because non-'Sendable' type 'SecurityNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'security' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:102:15: note: consider making struct 'SecurityNode' conform to the 'Sendable' protocol
100 |
101 | // MARK: - Security
102 | public struct SecurityNode: TopNodeProtocol {
| `- note: consider making struct 'SecurityNode' conform to the 'Sendable' protocol
103 | public typealias Child = Nodes.Security
104 |
[71/71] Compiling SwiftSysctl Node.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID+TopLevel.swift:16:23: warning: static property 'sysctl' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
14 |
15 | extension OID.TopLevel {
16 | public static let sysctl: OID = .init(
| |- warning: static property 'sysctl' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'sysctl' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 | name: "sysctl",
18 | id: 0,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
14 | }
15 |
16 | public struct OID: OIDProtocol {
| `- note: consider making struct 'OID' conform to the 'Sendable' protocol
17 | public let name: String
18 | public let id: Int32
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:11:12: warning: let 'sysctl' is not concurrency-safe because non-'Sendable' type 'SysctlNode' may have shared mutable state; this is an error in the Swift 6 language mode
9 | import Foundation
10 |
11 | public let sysctl = SysctlNode()
| |- warning: let 'sysctl' is not concurrency-safe because non-'Sendable' type 'SysctlNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'sysctl' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 | public let kern = KernNode()
13 | public let vm = VMNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:14:15: note: consider making struct 'SysctlNode' conform to the 'Sendable' protocol
12 |
13 | // MARK: - Sysctl
14 | public struct SysctlNode: TopNodeProtocol {
| `- note: consider making struct 'SysctlNode' conform to the 'Sendable' protocol
15 | public typealias Child = Nodes.Sysctl
16 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID+TopLevel.swift:23:23: warning: static property 'kern' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
21 | )
22 |
23 | public static let kern: OID = .init(
| |- warning: static property 'kern' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'kern' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
24 | name: "kern",
25 | id: 1,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
14 | }
15 |
16 | public struct OID: OIDProtocol {
| `- note: consider making struct 'OID' conform to the 'Sendable' protocol
17 | public let name: String
18 | public let id: Int32
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:12:12: warning: let 'kern' is not concurrency-safe because non-'Sendable' type 'KernNode' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | public let sysctl = SysctlNode()
12 | public let kern = KernNode()
| |- warning: let 'kern' is not concurrency-safe because non-'Sendable' type 'KernNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'kern' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 | public let vm = VMNode()
14 | public let vfs = VFSNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:25:15: note: consider making struct 'KernNode' conform to the 'Sendable' protocol
23 |
24 | // MARK: - Kern
25 | public struct KernNode: TopNodeProtocol {
| `- note: consider making struct 'KernNode' conform to the 'Sendable' protocol
26 | public typealias Child = Nodes.Kern
27 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID+TopLevel.swift:30:23: warning: static property 'vm' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
28 | )
29 |
30 | public static let vm: OID = .init(
| |- warning: static property 'vm' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'vm' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 | name: "vm",
32 | id: 2,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
14 | }
15 |
16 | public struct OID: OIDProtocol {
| `- note: consider making struct 'OID' conform to the 'Sendable' protocol
17 | public let name: String
18 | public let id: Int32
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:13:12: warning: let 'vm' is not concurrency-safe because non-'Sendable' type 'VMNode' may have shared mutable state; this is an error in the Swift 6 language mode
11 | public let sysctl = SysctlNode()
12 | public let kern = KernNode()
13 | public let vm = VMNode()
| |- warning: let 'vm' is not concurrency-safe because non-'Sendable' type 'VMNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'vm' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 | public let vfs = VFSNode()
15 | public let net = NetNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:36:15: note: consider making struct 'VMNode' conform to the 'Sendable' protocol
34 |
35 | // MARK: - VM
36 | public struct VMNode: TopNodeProtocol {
| `- note: consider making struct 'VMNode' conform to the 'Sendable' protocol
37 | public typealias Child = Nodes.VM
38 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID+TopLevel.swift:37:23: warning: static property 'vfs' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
35 | )
36 |
37 | public static let vfs: OID = .init(
| |- warning: static property 'vfs' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'vfs' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 | name: "vfs",
39 | id: 3,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
14 | }
15 |
16 | public struct OID: OIDProtocol {
| `- note: consider making struct 'OID' conform to the 'Sendable' protocol
17 | public let name: String
18 | public let id: Int32
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:14:12: warning: let 'vfs' is not concurrency-safe because non-'Sendable' type 'VFSNode' may have shared mutable state; this is an error in the Swift 6 language mode
12 | public let kern = KernNode()
13 | public let vm = VMNode()
14 | public let vfs = VFSNode()
| |- warning: let 'vfs' is not concurrency-safe because non-'Sendable' type 'VFSNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'vfs' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 | public let net = NetNode()
16 | public let debug = DebugNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:47:15: note: consider making struct 'VFSNode' conform to the 'Sendable' protocol
45 |
46 | // MARK: - VFS
47 | public struct VFSNode: TopNodeProtocol {
| `- note: consider making struct 'VFSNode' conform to the 'Sendable' protocol
48 | public typealias Child = Nodes.VFS
49 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID+TopLevel.swift:44:23: warning: static property 'net' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
42 | )
43 |
44 | public static let net: OID = .init(
| |- warning: static property 'net' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'net' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
45 | name: "net",
46 | id: 4,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
14 | }
15 |
16 | public struct OID: OIDProtocol {
| `- note: consider making struct 'OID' conform to the 'Sendable' protocol
17 | public let name: String
18 | public let id: Int32
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:15:12: warning: let 'net' is not concurrency-safe because non-'Sendable' type 'NetNode' may have shared mutable state; this is an error in the Swift 6 language mode
13 | public let vm = VMNode()
14 | public let vfs = VFSNode()
15 | public let net = NetNode()
| |- warning: let 'net' is not concurrency-safe because non-'Sendable' type 'NetNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'net' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 | public let debug = DebugNode()
17 | public let hw = HWNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:58:15: note: consider making struct 'NetNode' conform to the 'Sendable' protocol
56 |
57 | // MARK: - Net
58 | public struct NetNode: TopNodeProtocol {
| `- note: consider making struct 'NetNode' conform to the 'Sendable' protocol
59 | public typealias Child = Nodes.Net
60 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID+TopLevel.swift:51:23: warning: static property 'debug' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
49 | )
50 |
51 | public static let debug: OID = .init(
| |- warning: static property 'debug' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'debug' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
52 | name: "debug",
53 | id: 5,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
14 | }
15 |
16 | public struct OID: OIDProtocol {
| `- note: consider making struct 'OID' conform to the 'Sendable' protocol
17 | public let name: String
18 | public let id: Int32
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:16:12: warning: let 'debug' is not concurrency-safe because non-'Sendable' type 'DebugNode' may have shared mutable state; this is an error in the Swift 6 language mode
14 | public let vfs = VFSNode()
15 | public let net = NetNode()
16 | public let debug = DebugNode()
| |- warning: let 'debug' is not concurrency-safe because non-'Sendable' type 'DebugNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'debug' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 | public let hw = HWNode()
18 | public let machdep = MachDepNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:69:15: note: consider making struct 'DebugNode' conform to the 'Sendable' protocol
67 |
68 | // MARK: - Debug
69 | public struct DebugNode: TopNodeProtocol {
| `- note: consider making struct 'DebugNode' conform to the 'Sendable' protocol
70 | public typealias Child = Nodes.Debug
71 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID+TopLevel.swift:58:23: warning: static property 'hw' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
56 | )
57 |
58 | public static let hw: OID = .init(
| |- warning: static property 'hw' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'hw' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
59 | name: "hw",
60 | id: 6,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
14 | }
15 |
16 | public struct OID: OIDProtocol {
| `- note: consider making struct 'OID' conform to the 'Sendable' protocol
17 | public let name: String
18 | public let id: Int32
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:17:12: warning: let 'hw' is not concurrency-safe because non-'Sendable' type 'HWNode' may have shared mutable state; this is an error in the Swift 6 language mode
15 | public let net = NetNode()
16 | public let debug = DebugNode()
17 | public let hw = HWNode()
| |- warning: let 'hw' is not concurrency-safe because non-'Sendable' type 'HWNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'hw' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 | public let machdep = MachDepNode()
19 | public let security = SecurityNode()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:80:15: note: consider making struct 'HWNode' conform to the 'Sendable' protocol
78 |
79 | // MARK: - HW
80 | public struct HWNode: TopNodeProtocol {
| `- note: consider making struct 'HWNode' conform to the 'Sendable' protocol
81 | public typealias Child = Nodes.HW
82 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID+TopLevel.swift:65:23: warning: static property 'machdep' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
63 | )
64 |
65 | public static let machdep: OID = .init(
| |- warning: static property 'machdep' is not concurrency-safe because non-'Sendable' type 'OID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'machdep' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
66 | name: "machdep",
67 | id: 7,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:16:15: note: consider making struct 'OID' conform to the 'Sendable' protocol
14 | }
15 |
16 | public struct OID: OIDProtocol {
| `- note: consider making struct 'OID' conform to the 'Sendable' protocol
17 | public let name: String
18 | public let id: Int32
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:18:12: warning: let 'machdep' is not concurrency-safe because non-'Sendable' type 'MachDepNode' may have shared mutable state; this is an error in the Swift 6 language mode
16 | public let debug = DebugNode()
17 | public let hw = HWNode()
18 | public let machdep = MachDepNode()
| |- warning: let 'machdep' is not concurrency-safe because non-'Sendable' type 'MachDepNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'machdep' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 | public let security = SecurityNode()
20 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:91:15: note: consider making struct 'MachDepNode' conform to the 'Sendable' protocol
89 |
90 | // MARK: - MachDep
91 | public struct MachDepNode: TopNodeProtocol {
| `- note: consider making struct 'MachDepNode' conform to the 'Sendable' protocol
92 | public typealias Child = Nodes.MachDep
93 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID+TopLevel.swift:72:23: warning: static property 'security' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
70 | )
71 |
72 | public static let security: NameOID = .init(
| |- warning: static property 'security' is not concurrency-safe because non-'Sendable' type 'NameOID' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'security' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
73 | name: "security",
74 | format: "N"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/OID/OID.swift:39:15: note: consider making struct 'NameOID' conform to the 'Sendable' protocol
37 | }
38 |
39 | public struct NameOID: OIDProtocol {
| `- note: consider making struct 'NameOID' conform to the 'Sendable' protocol
40 | public let name: String
41 | public let format: String
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/TopNodes.swift:19:12: warning: let 'security' is not concurrency-safe because non-'Sendable' type 'SecurityNode' may have shared mutable state; this is an error in the Swift 6 language mode
17 | public let hw = HWNode()
18 | public let machdep = MachDepNode()
19 | public let security = SecurityNode()
| |- warning: let 'security' is not concurrency-safe because non-'Sendable' type 'SecurityNode' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'security' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSysctl/Node/Nodes.swift:102:15: note: consider making struct 'SecurityNode' conform to the 'Sendable' protocol
100 |
101 | // MARK: - Security
102 | public struct SecurityNode: TopNodeProtocol {
| `- note: consider making struct 'SecurityNode' conform to the 'Sendable' protocol
103 | public typealias Child = Nodes.Security
104 |
Build complete! (15.48s)
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.