Build Information
Failed to build NautilusTelemetry, reference main (5566ea), with Swift 6.0 for macOS (SPM) on 1 May 2026 18:42:06 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/airbnb/NautilusTelemetry.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/airbnb/NautilusTelemetry
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 5566ea3 Implement span attribute collection (#63)
Cloned https://github.com/airbnb/NautilusTelemetry.git
Revision (git rev-parse @):
5566ea3ed26a9786294c2d70efe1e9d578303591
SUCCESS checkout https://github.com/airbnb/NautilusTelemetry.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/airbnb/NautilusTelemetry.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version-5BDAB9E9C0126B9D.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/85] Emitting module NautilusTelemetry
/Users/admin/builder/spi-builder-workspace/Sources/NautilusTelemetry/Instrumentation/NetworkMonitor.swift:113:18: error: 'LinkQuality' is not a member type of struct 'Network.NWPath'
111 |
112 | @available(iOS 26.0, macOS 26.0, *)
113 | extension NWPath.LinkQuality: @retroactive CustomStringConvertible {
| `- error: 'LinkQuality' is not a member type of struct 'Network.NWPath'
114 | public var description: String {
115 | switch self {
Network.NWPath:2:15: note: 'NWPath' declared here
1 | @available(macOS 10.14, iOS 12.0, watchOS 5.0, tvOS 12.0, *)
2 | public struct NWPath : Equatable, CustomDebugStringConvertible, Sendable {
| `- note: 'NWPath' declared here
3 | public var debugDescription: String { get }
4 | public enum Status : Sendable {
[5/93] Compiling NautilusTelemetry NautilusTelemetryLogger.swift
[6/93] Compiling NautilusTelemetry NautilusTelemetryReporter.swift
[7/93] Compiling NautilusTelemetry NoOpReporter.swift
[8/93] Compiling NautilusTelemetry Baggage.swift
[9/93] Compiling NautilusTelemetry Redaction.swift
[10/93] Compiling NautilusTelemetry Span+URLSession.swift
[11/93] Compiling NautilusTelemetry Span.swift
[12/93] Compiling NautilusTelemetry Tracer+Metrics.swift
[13/93] Compiling NautilusTelemetry Tracer+URLRequest.swift
/Users/admin/builder/spi-builder-workspace/Sources/NautilusTelemetry/Utilities/TimeReference.swift:61:15: error: cannot find 'attoseconds' in scope
59 | let attosecondsPerNs: Int128 = 1_000_000_000 // 10^9
60 | let halfNs: Int128 = 500_000_000 // 5 × 10^8
61 | let attos = attoseconds
| `- error: cannot find 'attoseconds' in scope
62 | let subNs = attos % attosecondsPerNs
63 | let ns = attos / attosecondsPerNs + (subNs >= halfNs ? 1 : subNs <= -halfNs ? -1 : 0)
/Users/admin/builder/spi-builder-workspace/Sources/NautilusTelemetry/Utilities/TimeReference.swift:76:15: error: cannot find 'attoseconds' in scope
74 | let attosecondsPerMs: Int128 = 1_000_000_000_000_000 // 10^15
75 | let halfMs: Int128 = 500_000_000_000_000 // 5 × 10^14
76 | let attos = attoseconds
| `- error: cannot find 'attoseconds' in scope
77 | let subMs = attos % attosecondsPerMs
78 | let ms = attos / attosecondsPerMs + (subMs >= halfMs ? 1 : subMs <= -halfMs ? -1 : 0)
[14/93] Compiling NautilusTelemetry Tracer.swift
/Users/admin/builder/spi-builder-workspace/Sources/NautilusTelemetry/Utilities/TimeReference.swift:61:15: error: cannot find 'attoseconds' in scope
59 | let attosecondsPerNs: Int128 = 1_000_000_000 // 10^9
60 | let halfNs: Int128 = 500_000_000 // 5 × 10^8
61 | let attos = attoseconds
| `- error: cannot find 'attoseconds' in scope
62 | let subNs = attos % attosecondsPerNs
63 | let ns = attos / attosecondsPerNs + (subNs >= halfNs ? 1 : subNs <= -halfNs ? -1 : 0)
/Users/admin/builder/spi-builder-workspace/Sources/NautilusTelemetry/Utilities/TimeReference.swift:76:15: error: cannot find 'attoseconds' in scope
74 | let attosecondsPerMs: Int128 = 1_000_000_000_000_000 // 10^15
75 | let halfMs: Int128 = 500_000_000_000_000 // 5 × 10^14
76 | let attos = attoseconds
| `- error: cannot find 'attoseconds' in scope
77 | let subMs = attos % attosecondsPerMs
78 | let ms = attos / attosecondsPerMs + (subMs >= halfMs ? 1 : subMs <= -halfMs ? -1 : 0)
[15/93] Compiling NautilusTelemetry URLTemplateMatcher.swift
/Users/admin/builder/spi-builder-workspace/Sources/NautilusTelemetry/Utilities/TimeReference.swift:61:15: error: cannot find 'attoseconds' in scope
59 | let attosecondsPerNs: Int128 = 1_000_000_000 // 10^9
60 | let halfNs: Int128 = 500_000_000 // 5 × 10^8
61 | let attos = attoseconds
| `- error: cannot find 'attoseconds' in scope
62 | let subNs = attos % attosecondsPerNs
63 | let ns = attos / attosecondsPerNs + (subNs >= halfNs ? 1 : subNs <= -halfNs ? -1 : 0)
/Users/admin/builder/spi-builder-workspace/Sources/NautilusTelemetry/Utilities/TimeReference.swift:76:15: error: cannot find 'attoseconds' in scope
74 | let attosecondsPerMs: Int128 = 1_000_000_000_000_000 // 10^15
75 | let halfMs: Int128 = 500_000_000_000_000 // 5 × 10^14
76 | let attos = attoseconds
| `- error: cannot find 'attoseconds' in scope
77 | let subMs = attos % attosecondsPerMs
78 | let ms = attos / attosecondsPerMs + (subMs >= halfMs ? 1 : subMs <= -halfMs ? -1 : 0)
[16/93] Compiling NautilusTelemetry FlushTimer.swift
/Users/admin/builder/spi-builder-workspace/Sources/NautilusTelemetry/Utilities/TimeReference.swift:61:15: error: cannot find 'attoseconds' in scope
59 | let attosecondsPerNs: Int128 = 1_000_000_000 // 10^9
60 | let halfNs: Int128 = 500_000_000 // 5 × 10^8
61 | let attos = attoseconds
| `- error: cannot find 'attoseconds' in scope
62 | let subNs = attos % attosecondsPerNs
63 | let ns = attos / attosecondsPerNs + (subNs >= halfNs ? 1 : subNs <= -halfNs ? -1 : 0)
/Users/admin/builder/spi-builder-workspace/Sources/NautilusTelemetry/Utilities/TimeReference.swift:76:15: error: cannot find 'attoseconds' in scope
74 | let attosecondsPerMs: Int128 = 1_000_000_000_000_000 // 10^15
75 | let halfMs: Int128 = 500_000_000_000_000 // 5 × 10^14
76 | let attos = attoseconds
| `- error: cannot find 'attoseconds' in scope
77 | let subMs = attos % attosecondsPerMs
78 | let ms = attos / attosecondsPerMs + (subMs >= halfMs ? 1 : subMs <= -halfMs ? -1 : 0)
[17/93] Compiling NautilusTelemetry Identifiers.swift
/Users/admin/builder/spi-builder-workspace/Sources/NautilusTelemetry/Utilities/TimeReference.swift:61:15: error: cannot find 'attoseconds' in scope
59 | let attosecondsPerNs: Int128 = 1_000_000_000 // 10^9
60 | let halfNs: Int128 = 500_000_000 // 5 × 10^8
61 | let attos = attoseconds
| `- error: cannot find 'attoseconds' in scope
62 | let subNs = attos % attosecondsPerNs
63 | let ns = attos / attosecondsPerNs + (subNs >= halfNs ? 1 : subNs <= -halfNs ? -1 : 0)
/Users/admin/builder/spi-builder-workspace/Sources/NautilusTelemetry/Utilities/TimeReference.swift:76:15: error: cannot find 'attoseconds' in scope
74 | let attosecondsPerMs: Int128 = 1_000_000_000_000_000 // 10^15
75 | let halfMs: Int128 = 500_000_000_000_000 // 5 × 10^14
76 | let attos = attoseconds
| `- error: cannot find 'attoseconds' in scope
77 | let subMs = attos % attosecondsPerMs
78 | let ms = attos / attosecondsPerMs + (subMs >= halfMs ? 1 : subMs <= -halfMs ? -1 : 0)
[18/93] Compiling NautilusTelemetry Sampling.swift
/Users/admin/builder/spi-builder-workspace/Sources/NautilusTelemetry/Utilities/TimeReference.swift:61:15: error: cannot find 'attoseconds' in scope
59 | let attosecondsPerNs: Int128 = 1_000_000_000 // 10^9
60 | let halfNs: Int128 = 500_000_000 // 5 × 10^8
61 | let attos = attoseconds
| `- error: cannot find 'attoseconds' in scope
62 | let subNs = attos % attosecondsPerNs
63 | let ns = attos / attosecondsPerNs + (subNs >= halfNs ? 1 : subNs <= -halfNs ? -1 : 0)
/Users/admin/builder/spi-builder-workspace/Sources/NautilusTelemetry/Utilities/TimeReference.swift:76:15: error: cannot find 'attoseconds' in scope
74 | let attosecondsPerMs: Int128 = 1_000_000_000_000_000 // 10^15
75 | let halfMs: Int128 = 500_000_000_000_000 // 5 × 10^14
76 | let attos = attoseconds
| `- error: cannot find 'attoseconds' in scope
77 | let subMs = attos % attosecondsPerMs
78 | let ms = attos / attosecondsPerMs + (subMs >= halfMs ? 1 : subMs <= -halfMs ? -1 : 0)
[19/93] Compiling NautilusTelemetry TimeReference.swift
/Users/admin/builder/spi-builder-workspace/Sources/NautilusTelemetry/Utilities/TimeReference.swift:61:15: error: cannot find 'attoseconds' in scope
59 | let attosecondsPerNs: Int128 = 1_000_000_000 // 10^9
60 | let halfNs: Int128 = 500_000_000 // 5 × 10^8
61 | let attos = attoseconds
| `- error: cannot find 'attoseconds' in scope
62 | let subNs = attos % attosecondsPerNs
63 | let ns = attos / attosecondsPerNs + (subNs >= halfNs ? 1 : subNs <= -halfNs ? -1 : 0)
/Users/admin/builder/spi-builder-workspace/Sources/NautilusTelemetry/Utilities/TimeReference.swift:76:15: error: cannot find 'attoseconds' in scope
74 | let attosecondsPerMs: Int128 = 1_000_000_000_000_000 // 10^15
75 | let halfMs: Int128 = 500_000_000_000_000 // 5 × 10^14
76 | let attos = attoseconds
| `- error: cannot find 'attoseconds' in scope
77 | let subMs = attos % attosecondsPerMs
78 | let ms = attos / attosecondsPerMs + (subMs >= halfMs ? 1 : subMs <= -halfMs ? -1 : 0)
[20/93] Compiling NautilusTelemetry Weak.swift
/Users/admin/builder/spi-builder-workspace/Sources/NautilusTelemetry/Utilities/TimeReference.swift:61:15: error: cannot find 'attoseconds' in scope
59 | let attosecondsPerNs: Int128 = 1_000_000_000 // 10^9
60 | let halfNs: Int128 = 500_000_000 // 5 × 10^8
61 | let attos = attoseconds
| `- error: cannot find 'attoseconds' in scope
62 | let subNs = attos % attosecondsPerNs
63 | let ns = attos / attosecondsPerNs + (subNs >= halfNs ? 1 : subNs <= -halfNs ? -1 : 0)
/Users/admin/builder/spi-builder-workspace/Sources/NautilusTelemetry/Utilities/TimeReference.swift:76:15: error: cannot find 'attoseconds' in scope
74 | let attosecondsPerMs: Int128 = 1_000_000_000_000_000 // 10^15
75 | let halfMs: Int128 = 500_000_000_000_000 // 5 × 10^14
76 | let attos = attoseconds
| `- error: cannot find 'attoseconds' in scope
77 | let subMs = attos % attosecondsPerMs
78 | let ms = attos / attosecondsPerMs + (subMs >= halfMs ? 1 : subMs <= -halfMs ? -1 : 0)
[21/93] Compiling NautilusTelemetry Compression.swift
[22/93] Compiling NautilusTelemetry ExponentialHistogramUtils.swift
[23/93] Compiling NautilusTelemetry Exporter+Logs.swift
[24/93] Compiling NautilusTelemetry Exporter+Metrics.swift
[25/93] Compiling NautilusTelemetry Exporter+Trace.swift
[26/93] Compiling NautilusTelemetry Exporter.swift
[27/93] Compiling NautilusTelemetry V1AnyValue.swift
[28/93] Compiling NautilusTelemetry V1ArrayValue.swift
[29/93] Compiling NautilusTelemetry V1InstrumentationScope.swift
[30/93] Compiling NautilusTelemetry V1SeverityNumber.swift
[31/93] Compiling NautilusTelemetry ExponentialHistogramDataPointBuckets.swift
[32/93] Compiling NautilusTelemetry SummaryDataPointValueAtQuantile.swift
[33/93] Compiling NautilusTelemetry V1AggregationTemporality.swift
[34/93] Compiling NautilusTelemetry V1Exemplar.swift
[35/93] Compiling NautilusTelemetry V1ExponentialHistogram.swift
[36/93] Compiling NautilusTelemetry V1ExponentialHistogramDataPoint.swift
[37/93] Compiling NautilusTelemetry V1ExportMetricsPartialSuccess.swift
[38/93] Compiling NautilusTelemetry V1ExportMetricsServiceRequest.swift
[39/93] Compiling NautilusTelemetry V1ExportMetricsServiceResponse.swift
[40/93] Compiling NautilusTelemetry V1Gauge.swift
[41/93] Compiling NautilusTelemetry V1Histogram.swift
[42/93] Compiling NautilusTelemetry V1HistogramDataPoint.swift
[43/93] Compiling NautilusTelemetry V1Metric.swift
[44/93] Compiling NautilusTelemetry V1NumberDataPoint.swift
[45/93] Compiling NautilusTelemetry V1ResourceMetrics.swift
[46/93] Compiling NautilusTelemetry V1ScopeMetrics.swift
[47/93] Compiling NautilusTelemetry V1Sum.swift
[48/93] Compiling NautilusTelemetry V1KeyValue.swift
[49/93] Compiling NautilusTelemetry V1KeyValueList.swift
[50/93] Compiling NautilusTelemetry V1Resource.swift
[51/93] Compiling NautilusTelemetry V1ExportLogsPartialSuccess.swift
[52/93] Compiling NautilusTelemetry V1ExportLogsServiceRequest.swift
[53/93] Compiling NautilusTelemetry V1ExportLogsServiceResponse.swift
[54/93] Compiling NautilusTelemetry V1LogRecord.swift
[55/93] Compiling NautilusTelemetry V1ResourceLogs.swift
[56/93] Compiling NautilusTelemetry V1ScopeLogs.swift
[57/93] Compiling NautilusTelemetry Instrument.swift
[58/93] Compiling NautilusTelemetry Meter.swift
[59/93] Compiling NautilusTelemetry MetricValues.swift
[60/93] Compiling NautilusTelemetry ObservableCounter.swift
[61/93] Compiling NautilusTelemetry ObservableGauge.swift
[62/93] Compiling NautilusTelemetry ObservableUpDownCounter.swift
[63/93] Compiling NautilusTelemetry UpDownCounter.swift
[64/93] Compiling NautilusTelemetry NautilusTelemetry.swift
[65/93] Compiling NautilusTelemetry V1Summary.swift
[66/93] Compiling NautilusTelemetry V1SummaryDataPoint.swift
[67/93] Compiling NautilusTelemetry OTLP.swift
[68/93] Compiling NautilusTelemetry SpanEvent.swift
[69/93] Compiling NautilusTelemetry SpanLink.swift
[70/93] Compiling NautilusTelemetry SpanSpanKind.swift
[71/93] Compiling NautilusTelemetry StatusStatusCode.swift
[72/93] Compiling NautilusTelemetry Tracev1Status.swift
[73/93] Compiling NautilusTelemetry V1ExportTracePartialSuccess.swift
[74/93] Compiling NautilusTelemetry V1ExportTraceServiceRequest.swift
[75/93] Compiling NautilusTelemetry V1ExportTraceServiceResponse.swift
[76/93] Compiling NautilusTelemetry V1ResourceSpans.swift
[77/93] Compiling NautilusTelemetry V1ScopeSpans.swift
[78/93] Compiling NautilusTelemetry V1Span.swift
[79/93] Compiling NautilusTelemetry HardwareDetails.swift
[80/93] Compiling NautilusTelemetry InstrumentationSystem.swift
[81/93] Compiling NautilusTelemetry MetricKitInstrument.swift
[82/93] Compiling NautilusTelemetry NetworkMonitor.swift
/Users/admin/builder/spi-builder-workspace/Sources/NautilusTelemetry/Instrumentation/NetworkMonitor.swift:113:18: error: 'LinkQuality' is not a member type of struct 'Network.NWPath'
111 |
112 | @available(iOS 26.0, macOS 26.0, *)
113 | extension NWPath.LinkQuality: @retroactive CustomStringConvertible {
| `- error: 'LinkQuality' is not a member type of struct 'Network.NWPath'
114 | public var description: String {
115 | switch self {
Network.NWPath:2:15: note: 'NWPath' declared here
1 | @available(macOS 10.14, iOS 12.0, watchOS 5.0, tvOS 12.0, *)
2 | public struct NWPath : Equatable, CustomDebugStringConvertible, Sendable {
| `- note: 'NWPath' declared here
3 | public var debugDescription: String { get }
4 | public enum Status : Sendable {
/Users/admin/builder/spi-builder-workspace/Sources/NautilusTelemetry/Instrumentation/NetworkMonitor.swift:29:59: error: value of type 'NWPath' has no member 'linkQuality'
27 |
28 | if #available(iOS 26.0, macOS 26.0, *) {
29 | attributes["network.path.link_quality"] = networkPath.linkQuality.description
| `- error: value of type 'NWPath' has no member 'linkQuality'
30 | }
31 | }
[83/93] Compiling NautilusTelemetry ProcessDetails.swift
/Users/admin/builder/spi-builder-workspace/Sources/NautilusTelemetry/Instrumentation/NetworkMonitor.swift:113:18: error: 'LinkQuality' is not a member type of struct 'Network.NWPath'
111 |
112 | @available(iOS 26.0, macOS 26.0, *)
113 | extension NWPath.LinkQuality: @retroactive CustomStringConvertible {
| `- error: 'LinkQuality' is not a member type of struct 'Network.NWPath'
114 | public var description: String {
115 | switch self {
Network.NWPath:2:15: note: 'NWPath' declared here
1 | @available(macOS 10.14, iOS 12.0, watchOS 5.0, tvOS 12.0, *)
2 | public struct NWPath : Equatable, CustomDebugStringConvertible, Sendable {
| `- note: 'NWPath' declared here
3 | public var debugDescription: String { get }
4 | public enum Status : Sendable {
/Users/admin/builder/spi-builder-workspace/Sources/NautilusTelemetry/Instrumentation/NetworkMonitor.swift:29:59: error: value of type 'NWPath' has no member 'linkQuality'
27 |
28 | if #available(iOS 26.0, macOS 26.0, *) {
29 | attributes["network.path.link_quality"] = networkPath.linkQuality.description
| `- error: value of type 'NWPath' has no member 'linkQuality'
30 | }
31 | }
[84/93] Compiling NautilusTelemetry ResourceAttributes.swift
/Users/admin/builder/spi-builder-workspace/Sources/NautilusTelemetry/Instrumentation/NetworkMonitor.swift:113:18: error: 'LinkQuality' is not a member type of struct 'Network.NWPath'
111 |
112 | @available(iOS 26.0, macOS 26.0, *)
113 | extension NWPath.LinkQuality: @retroactive CustomStringConvertible {
| `- error: 'LinkQuality' is not a member type of struct 'Network.NWPath'
114 | public var description: String {
115 | switch self {
Network.NWPath:2:15: note: 'NWPath' declared here
1 | @available(macOS 10.14, iOS 12.0, watchOS 5.0, tvOS 12.0, *)
2 | public struct NWPath : Equatable, CustomDebugStringConvertible, Sendable {
| `- note: 'NWPath' declared here
3 | public var debugDescription: String { get }
4 | public enum Status : Sendable {
/Users/admin/builder/spi-builder-workspace/Sources/NautilusTelemetry/Instrumentation/NetworkMonitor.swift:29:59: error: value of type 'NWPath' has no member 'linkQuality'
27 |
28 | if #available(iOS 26.0, macOS 26.0, *) {
29 | attributes["network.path.link_quality"] = networkPath.linkQuality.description
| `- error: value of type 'NWPath' has no member 'linkQuality'
30 | }
31 | }
[85/93] Compiling NautilusTelemetry Counter.swift
/Users/admin/builder/spi-builder-workspace/Sources/NautilusTelemetry/Instrumentation/NetworkMonitor.swift:113:18: error: 'LinkQuality' is not a member type of struct 'Network.NWPath'
111 |
112 | @available(iOS 26.0, macOS 26.0, *)
113 | extension NWPath.LinkQuality: @retroactive CustomStringConvertible {
| `- error: 'LinkQuality' is not a member type of struct 'Network.NWPath'
114 | public var description: String {
115 | switch self {
Network.NWPath:2:15: note: 'NWPath' declared here
1 | @available(macOS 10.14, iOS 12.0, watchOS 5.0, tvOS 12.0, *)
2 | public struct NWPath : Equatable, CustomDebugStringConvertible, Sendable {
| `- note: 'NWPath' declared here
3 | public var debugDescription: String { get }
4 | public enum Status : Sendable {
/Users/admin/builder/spi-builder-workspace/Sources/NautilusTelemetry/Instrumentation/NetworkMonitor.swift:29:59: error: value of type 'NWPath' has no member 'linkQuality'
27 |
28 | if #available(iOS 26.0, macOS 26.0, *) {
29 | attributes["network.path.link_quality"] = networkPath.linkQuality.description
| `- error: value of type 'NWPath' has no member 'linkQuality'
30 | }
31 | }
[86/93] Compiling NautilusTelemetry ExponentialHistogram.swift
/Users/admin/builder/spi-builder-workspace/Sources/NautilusTelemetry/Instrumentation/NetworkMonitor.swift:113:18: error: 'LinkQuality' is not a member type of struct 'Network.NWPath'
111 |
112 | @available(iOS 26.0, macOS 26.0, *)
113 | extension NWPath.LinkQuality: @retroactive CustomStringConvertible {
| `- error: 'LinkQuality' is not a member type of struct 'Network.NWPath'
114 | public var description: String {
115 | switch self {
Network.NWPath:2:15: note: 'NWPath' declared here
1 | @available(macOS 10.14, iOS 12.0, watchOS 5.0, tvOS 12.0, *)
2 | public struct NWPath : Equatable, CustomDebugStringConvertible, Sendable {
| `- note: 'NWPath' declared here
3 | public var debugDescription: String { get }
4 | public enum Status : Sendable {
/Users/admin/builder/spi-builder-workspace/Sources/NautilusTelemetry/Instrumentation/NetworkMonitor.swift:29:59: error: value of type 'NWPath' has no member 'linkQuality'
27 |
28 | if #available(iOS 26.0, macOS 26.0, *) {
29 | attributes["network.path.link_quality"] = networkPath.linkQuality.description
| `- error: value of type 'NWPath' has no member 'linkQuality'
30 | }
31 | }
[87/93] Compiling NautilusTelemetry ExponentialHistogramValues.swift
/Users/admin/builder/spi-builder-workspace/Sources/NautilusTelemetry/Instrumentation/NetworkMonitor.swift:113:18: error: 'LinkQuality' is not a member type of struct 'Network.NWPath'
111 |
112 | @available(iOS 26.0, macOS 26.0, *)
113 | extension NWPath.LinkQuality: @retroactive CustomStringConvertible {
| `- error: 'LinkQuality' is not a member type of struct 'Network.NWPath'
114 | public var description: String {
115 | switch self {
Network.NWPath:2:15: note: 'NWPath' declared here
1 | @available(macOS 10.14, iOS 12.0, watchOS 5.0, tvOS 12.0, *)
2 | public struct NWPath : Equatable, CustomDebugStringConvertible, Sendable {
| `- note: 'NWPath' declared here
3 | public var debugDescription: String { get }
4 | public enum Status : Sendable {
/Users/admin/builder/spi-builder-workspace/Sources/NautilusTelemetry/Instrumentation/NetworkMonitor.swift:29:59: error: value of type 'NWPath' has no member 'linkQuality'
27 |
28 | if #available(iOS 26.0, macOS 26.0, *) {
29 | attributes["network.path.link_quality"] = networkPath.linkQuality.description
| `- error: value of type 'NWPath' has no member 'linkQuality'
30 | }
31 | }
[88/93] Compiling NautilusTelemetry Histogram.swift
/Users/admin/builder/spi-builder-workspace/Sources/NautilusTelemetry/Instrumentation/NetworkMonitor.swift:113:18: error: 'LinkQuality' is not a member type of struct 'Network.NWPath'
111 |
112 | @available(iOS 26.0, macOS 26.0, *)
113 | extension NWPath.LinkQuality: @retroactive CustomStringConvertible {
| `- error: 'LinkQuality' is not a member type of struct 'Network.NWPath'
114 | public var description: String {
115 | switch self {
Network.NWPath:2:15: note: 'NWPath' declared here
1 | @available(macOS 10.14, iOS 12.0, watchOS 5.0, tvOS 12.0, *)
2 | public struct NWPath : Equatable, CustomDebugStringConvertible, Sendable {
| `- note: 'NWPath' declared here
3 | public var debugDescription: String { get }
4 | public enum Status : Sendable {
/Users/admin/builder/spi-builder-workspace/Sources/NautilusTelemetry/Instrumentation/NetworkMonitor.swift:29:59: error: value of type 'NWPath' has no member 'linkQuality'
27 |
28 | if #available(iOS 26.0, macOS 26.0, *) {
29 | attributes["network.path.link_quality"] = networkPath.linkQuality.description
| `- error: value of type 'NWPath' has no member 'linkQuality'
30 | }
31 | }
[89/93] Compiling NautilusTelemetry HistogramValues.swift
/Users/admin/builder/spi-builder-workspace/Sources/NautilusTelemetry/Instrumentation/NetworkMonitor.swift:113:18: error: 'LinkQuality' is not a member type of struct 'Network.NWPath'
111 |
112 | @available(iOS 26.0, macOS 26.0, *)
113 | extension NWPath.LinkQuality: @retroactive CustomStringConvertible {
| `- error: 'LinkQuality' is not a member type of struct 'Network.NWPath'
114 | public var description: String {
115 | switch self {
Network.NWPath:2:15: note: 'NWPath' declared here
1 | @available(macOS 10.14, iOS 12.0, watchOS 5.0, tvOS 12.0, *)
2 | public struct NWPath : Equatable, CustomDebugStringConvertible, Sendable {
| `- note: 'NWPath' declared here
3 | public var debugDescription: String { get }
4 | public enum Status : Sendable {
/Users/admin/builder/spi-builder-workspace/Sources/NautilusTelemetry/Instrumentation/NetworkMonitor.swift:29:59: error: value of type 'NWPath' has no member 'linkQuality'
27 |
28 | if #available(iOS 26.0, macOS 26.0, *) {
29 | attributes["network.path.link_quality"] = networkPath.linkQuality.description
| `- error: value of type 'NWPath' has no member 'linkQuality'
30 | }
31 | }
BUILD FAILURE 6.0 macosSpm