Build Information
Failed to build NetworkSpectator, reference main (60ffe9), with Swift 6.0 for macOS (SPM) on 9 Apr 2026 10:14:03 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Pankajbawane/NetworkSpectator.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Pankajbawane/NetworkSpectator
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 60ffe97 Merge pull request #5 from Pankajbawane/feature/color-coded-types-in-json-response
Cloned https://github.com/Pankajbawane/NetworkSpectator.git
Revision (git rev-parse @):
60ffe978d1cf7c22f1eb26aae3333b93f6769d07
SUCCESS checkout https://github.com/Pankajbawane/NetworkSpectator.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/Pankajbawane/NetworkSpectator.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/59] Compiling NetworkSpectator EmptyStateView.swift
[4/59] Compiling NetworkSpectator FilterChipsView.swift
[5/59] Compiling NetworkSpectator FilterSheetView.swift
[6/59] Compiling NetworkSpectator LogListItemView.swift
[7/59] Compiling NetworkSpectator RootContentView.swift
[8/59] Compiling NetworkSpectator RootView.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/65] Compiling NetworkSpectator AddRuleItem.swift
[10/65] Compiling NetworkSpectator HTTPMethod.swift
[11/65] Compiling NetworkSpectator HTTPResponse.swift
[12/65] Compiling NetworkSpectator HistoryItem.swift
[13/65] Compiling NetworkSpectator LogItem.swift
[14/65] Compiling NetworkSpectator LogSkipRequest.swift
[15/65] Compiling NetworkSpectator ManageRuleItem.swift
[16/65] Emitting module NetworkSpectator
/Users/admin/builder/spi-builder-workspace/Sources/NetworkSpectator/Services/Storage/LogHistoryManager.swift:62:9: warning: no 'async' operations occur within 'await' expression
60 |
61 | private static let defaultItemProvider: @Sendable () async -> [LogItem] = {
62 | await NetworkLogStore.shared.snapshot()
| `- warning: no 'async' operations occur within 'await' expression
63 | }
64 |
/Users/admin/builder/spi-builder-workspace/Sources/NetworkSpectator/Services/Storage/LogHistoryStorage.swift:20:1: warning: extension declares a conformance of imported type 'FileManager' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
18 | }
19 |
20 | extension FileManager: FileStoreable {
| |- warning: extension declares a conformance of imported type 'FileManager' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 | func write(_ data: Data, to url: URL) throws {
22 | try data.write(to: url)
/Users/admin/builder/spi-builder-workspace/Sources/NetworkSpectator/Services/Storage/LogHistoryStorage.swift:20:1: error: conformance to 'Sendable' must occur in the same source file as class 'FileManager'; use '@unchecked Sendable' for retroactive conformance
18 | }
19 |
20 | extension FileManager: FileStoreable {
| `- error: conformance to 'Sendable' must occur in the same source file as class 'FileManager'; use '@unchecked Sendable' for retroactive conformance
21 | func write(_ data: Data, to url: URL) throws {
22 | try data.write(to: url)
/Users/admin/builder/spi-builder-workspace/Sources/NetworkSpectator/Services/Storage/StorageManager.swift:25:1: warning: extension declares a conformance of imported type 'UserDefaults' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
23 | }
24 |
25 | extension UserDefaults: Storeable { }
| |- warning: extension declares a conformance of imported type 'UserDefaults' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
26 |
27 | /// Simple storage manager for persisting rules to UserDefaults
/Users/admin/builder/spi-builder-workspace/Sources/NetworkSpectator/Services/Storage/StorageManager.swift:25:1: error: conformance to 'Sendable' must occur in the same source file as class 'UserDefaults'; use '@unchecked Sendable' for retroactive conformance
23 | }
24 |
25 | extension UserDefaults: Storeable { }
| `- error: conformance to 'Sendable' must occur in the same source file as class 'UserDefaults'; use '@unchecked Sendable' for retroactive conformance
26 |
27 | /// Simple storage manager for persisting rules to UserDefaults
[17/65] Compiling NetworkSpectator LogHistoryStorage.swift
/Users/admin/builder/spi-builder-workspace/Sources/NetworkSpectator/Services/Storage/LogHistoryStorage.swift:20:1: warning: extension declares a conformance of imported type 'FileManager' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
18 | }
19 |
20 | extension FileManager: FileStoreable {
| |- warning: extension declares a conformance of imported type 'FileManager' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 | func write(_ data: Data, to url: URL) throws {
22 | try data.write(to: url)
/Users/admin/builder/spi-builder-workspace/Sources/NetworkSpectator/Services/Storage/LogHistoryStorage.swift:20:1: error: conformance to 'Sendable' must occur in the same source file as class 'FileManager'; use '@unchecked Sendable' for retroactive conformance
18 | }
19 |
20 | extension FileManager: FileStoreable {
| `- error: conformance to 'Sendable' must occur in the same source file as class 'FileManager'; use '@unchecked Sendable' for retroactive conformance
21 | func write(_ data: Data, to url: URL) throws {
22 | try data.write(to: url)
/Users/admin/builder/spi-builder-workspace/Sources/NetworkSpectator/Services/Storage/StorageManager.swift:25:1: warning: extension declares a conformance of imported type 'UserDefaults' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
23 | }
24 |
25 | extension UserDefaults: Storeable { }
| |- warning: extension declares a conformance of imported type 'UserDefaults' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
26 |
27 | /// Simple storage manager for persisting rules to UserDefaults
/Users/admin/builder/spi-builder-workspace/Sources/NetworkSpectator/Services/Storage/StorageManager.swift:25:1: error: conformance to 'Sendable' must occur in the same source file as class 'UserDefaults'; use '@unchecked Sendable' for retroactive conformance
23 | }
24 |
25 | extension UserDefaults: Storeable { }
| `- error: conformance to 'Sendable' must occur in the same source file as class 'UserDefaults'; use '@unchecked Sendable' for retroactive conformance
26 |
27 | /// Simple storage manager for persisting rules to UserDefaults
[18/65] Compiling NetworkSpectator PreferenceStorage.swift
/Users/admin/builder/spi-builder-workspace/Sources/NetworkSpectator/Services/Storage/LogHistoryStorage.swift:20:1: warning: extension declares a conformance of imported type 'FileManager' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
18 | }
19 |
20 | extension FileManager: FileStoreable {
| |- warning: extension declares a conformance of imported type 'FileManager' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 | func write(_ data: Data, to url: URL) throws {
22 | try data.write(to: url)
/Users/admin/builder/spi-builder-workspace/Sources/NetworkSpectator/Services/Storage/LogHistoryStorage.swift:20:1: error: conformance to 'Sendable' must occur in the same source file as class 'FileManager'; use '@unchecked Sendable' for retroactive conformance
18 | }
19 |
20 | extension FileManager: FileStoreable {
| `- error: conformance to 'Sendable' must occur in the same source file as class 'FileManager'; use '@unchecked Sendable' for retroactive conformance
21 | func write(_ data: Data, to url: URL) throws {
22 | try data.write(to: url)
/Users/admin/builder/spi-builder-workspace/Sources/NetworkSpectator/Services/Storage/StorageManager.swift:25:1: warning: extension declares a conformance of imported type 'UserDefaults' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
23 | }
24 |
25 | extension UserDefaults: Storeable { }
| |- warning: extension declares a conformance of imported type 'UserDefaults' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
26 |
27 | /// Simple storage manager for persisting rules to UserDefaults
/Users/admin/builder/spi-builder-workspace/Sources/NetworkSpectator/Services/Storage/StorageManager.swift:25:1: error: conformance to 'Sendable' must occur in the same source file as class 'UserDefaults'; use '@unchecked Sendable' for retroactive conformance
23 | }
24 |
25 | extension UserDefaults: Storeable { }
| `- error: conformance to 'Sendable' must occur in the same source file as class 'UserDefaults'; use '@unchecked Sendable' for retroactive conformance
26 |
27 | /// Simple storage manager for persisting rules to UserDefaults
[19/65] Compiling NetworkSpectator StorageManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/NetworkSpectator/Services/Storage/LogHistoryStorage.swift:20:1: warning: extension declares a conformance of imported type 'FileManager' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
18 | }
19 |
20 | extension FileManager: FileStoreable {
| |- warning: extension declares a conformance of imported type 'FileManager' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 | func write(_ data: Data, to url: URL) throws {
22 | try data.write(to: url)
/Users/admin/builder/spi-builder-workspace/Sources/NetworkSpectator/Services/Storage/LogHistoryStorage.swift:20:1: error: conformance to 'Sendable' must occur in the same source file as class 'FileManager'; use '@unchecked Sendable' for retroactive conformance
18 | }
19 |
20 | extension FileManager: FileStoreable {
| `- error: conformance to 'Sendable' must occur in the same source file as class 'FileManager'; use '@unchecked Sendable' for retroactive conformance
21 | func write(_ data: Data, to url: URL) throws {
22 | try data.write(to: url)
/Users/admin/builder/spi-builder-workspace/Sources/NetworkSpectator/Services/Storage/StorageManager.swift:25:1: warning: extension declares a conformance of imported type 'UserDefaults' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
23 | }
24 |
25 | extension UserDefaults: Storeable { }
| |- warning: extension declares a conformance of imported type 'UserDefaults' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
26 |
27 | /// Simple storage manager for persisting rules to UserDefaults
/Users/admin/builder/spi-builder-workspace/Sources/NetworkSpectator/Services/Storage/StorageManager.swift:25:1: error: conformance to 'Sendable' must occur in the same source file as class 'UserDefaults'; use '@unchecked Sendable' for retroactive conformance
23 | }
24 |
25 | extension UserDefaults: Storeable { }
| `- error: conformance to 'Sendable' must occur in the same source file as class 'UserDefaults'; use '@unchecked Sendable' for retroactive conformance
26 |
27 | /// Simple storage manager for persisting rules to UserDefaults
[20/65] Compiling NetworkSpectator TestServer.swift
/Users/admin/builder/spi-builder-workspace/Sources/NetworkSpectator/Services/Storage/LogHistoryStorage.swift:20:1: warning: extension declares a conformance of imported type 'FileManager' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
18 | }
19 |
20 | extension FileManager: FileStoreable {
| |- warning: extension declares a conformance of imported type 'FileManager' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 | func write(_ data: Data, to url: URL) throws {
22 | try data.write(to: url)
/Users/admin/builder/spi-builder-workspace/Sources/NetworkSpectator/Services/Storage/LogHistoryStorage.swift:20:1: error: conformance to 'Sendable' must occur in the same source file as class 'FileManager'; use '@unchecked Sendable' for retroactive conformance
18 | }
19 |
20 | extension FileManager: FileStoreable {
| `- error: conformance to 'Sendable' must occur in the same source file as class 'FileManager'; use '@unchecked Sendable' for retroactive conformance
21 | func write(_ data: Data, to url: URL) throws {
22 | try data.write(to: url)
/Users/admin/builder/spi-builder-workspace/Sources/NetworkSpectator/Services/Storage/StorageManager.swift:25:1: warning: extension declares a conformance of imported type 'UserDefaults' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
23 | }
24 |
25 | extension UserDefaults: Storeable { }
| |- warning: extension declares a conformance of imported type 'UserDefaults' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
26 |
27 | /// Simple storage manager for persisting rules to UserDefaults
/Users/admin/builder/spi-builder-workspace/Sources/NetworkSpectator/Services/Storage/StorageManager.swift:25:1: error: conformance to 'Sendable' must occur in the same source file as class 'UserDefaults'; use '@unchecked Sendable' for retroactive conformance
23 | }
24 |
25 | extension UserDefaults: Storeable { }
| `- error: conformance to 'Sendable' must occur in the same source file as class 'UserDefaults'; use '@unchecked Sendable' for retroactive conformance
26 |
27 | /// Simple storage manager for persisting rules to UserDefaults
[21/65] Compiling NetworkSpectator HTTPInputConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/NetworkSpectator/Services/Storage/LogHistoryStorage.swift:20:1: warning: extension declares a conformance of imported type 'FileManager' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
18 | }
19 |
20 | extension FileManager: FileStoreable {
| |- warning: extension declares a conformance of imported type 'FileManager' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 | func write(_ data: Data, to url: URL) throws {
22 | try data.write(to: url)
/Users/admin/builder/spi-builder-workspace/Sources/NetworkSpectator/Services/Storage/LogHistoryStorage.swift:20:1: error: conformance to 'Sendable' must occur in the same source file as class 'FileManager'; use '@unchecked Sendable' for retroactive conformance
18 | }
19 |
20 | extension FileManager: FileStoreable {
| `- error: conformance to 'Sendable' must occur in the same source file as class 'FileManager'; use '@unchecked Sendable' for retroactive conformance
21 | func write(_ data: Data, to url: URL) throws {
22 | try data.write(to: url)
/Users/admin/builder/spi-builder-workspace/Sources/NetworkSpectator/Services/Storage/StorageManager.swift:25:1: warning: extension declares a conformance of imported type 'UserDefaults' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
23 | }
24 |
25 | extension UserDefaults: Storeable { }
| |- warning: extension declares a conformance of imported type 'UserDefaults' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
26 |
27 | /// Simple storage manager for persisting rules to UserDefaults
/Users/admin/builder/spi-builder-workspace/Sources/NetworkSpectator/Services/Storage/StorageManager.swift:25:1: error: conformance to 'Sendable' must occur in the same source file as class 'UserDefaults'; use '@unchecked Sendable' for retroactive conformance
23 | }
24 |
25 | extension UserDefaults: Storeable { }
| `- error: conformance to 'Sendable' must occur in the same source file as class 'UserDefaults'; use '@unchecked Sendable' for retroactive conformance
26 |
27 | /// Simple storage manager for persisting rules to UserDefaults
[22/65] Compiling NetworkSpectator CopyableModifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/NetworkSpectator/Services/Storage/LogHistoryStorage.swift:20:1: warning: extension declares a conformance of imported type 'FileManager' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
18 | }
19 |
20 | extension FileManager: FileStoreable {
| |- warning: extension declares a conformance of imported type 'FileManager' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 | func write(_ data: Data, to url: URL) throws {
22 | try data.write(to: url)
/Users/admin/builder/spi-builder-workspace/Sources/NetworkSpectator/Services/Storage/LogHistoryStorage.swift:20:1: error: conformance to 'Sendable' must occur in the same source file as class 'FileManager'; use '@unchecked Sendable' for retroactive conformance
18 | }
19 |
20 | extension FileManager: FileStoreable {
| `- error: conformance to 'Sendable' must occur in the same source file as class 'FileManager'; use '@unchecked Sendable' for retroactive conformance
21 | func write(_ data: Data, to url: URL) throws {
22 | try data.write(to: url)
/Users/admin/builder/spi-builder-workspace/Sources/NetworkSpectator/Services/Storage/StorageManager.swift:25:1: warning: extension declares a conformance of imported type 'UserDefaults' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
23 | }
24 |
25 | extension UserDefaults: Storeable { }
| |- warning: extension declares a conformance of imported type 'UserDefaults' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
26 |
27 | /// Simple storage manager for persisting rules to UserDefaults
/Users/admin/builder/spi-builder-workspace/Sources/NetworkSpectator/Services/Storage/StorageManager.swift:25:1: error: conformance to 'Sendable' must occur in the same source file as class 'UserDefaults'; use '@unchecked Sendable' for retroactive conformance
23 | }
24 |
25 | extension UserDefaults: Storeable { }
| `- error: conformance to 'Sendable' must occur in the same source file as class 'UserDefaults'; use '@unchecked Sendable' for retroactive conformance
26 |
27 | /// Simple storage manager for persisting rules to UserDefaults
[23/65] Compiling NetworkSpectator PostmanExporter.swift
[24/65] Compiling NetworkSpectator TextExporter.swift
[25/65] Compiling NetworkSpectator LogSkipManager.swift
[26/65] Compiling NetworkSpectator DebugPrint.swift
[27/65] Compiling NetworkSpectator MockServer.swift
[28/65] Compiling NetworkSpectator NetworkInterceptor.swift
[29/65] Compiling NetworkSpectator EmptyStateModifier.swift
[30/65] Compiling NetworkSpectator HTTPMethodColor.swift
[31/65] Compiling NetworkSpectator StatusCodeColor.swift
[32/65] Compiling NetworkSpectator AnalyticsDashboardView.swift
[33/65] Compiling NetworkSpectator ChartItemFactory.swift
[34/65] Compiling NetworkSpectator HTTPMethodPieChartView.swift
[35/65] Compiling NetworkSpectator HostsChartView.swift
[36/65] Compiling NetworkSpectator InsightsDataSource.swift
[37/65] Compiling NetworkSpectator RequestBarChartView.swift
[38/65] Compiling NetworkSpectator StatusCodeChartView.swift
[39/65] Compiling NetworkSpectator LoadingOverlayModifier.swift
[40/65] Compiling NetworkSpectator LogBasicDetailsView.swift
[41/65] Compiling NetworkSpectator MatchRule.swift
[42/65] Compiling NetworkSpectator MimeType.swift
[43/65] Compiling NetworkSpectator Mock.swift
[44/65] Compiling NetworkSpectator ShareExportedItem.swift
[45/65] Compiling NetworkSpectator NetworkSpectator.swift
[46/65] Compiling NetworkSpectator CSVExporter.swift
[47/65] Compiling NetworkSpectator ExportManager.swift
[48/65] Compiling NetworkSpectator NetworkLogContainer.swift
/Users/admin/builder/spi-builder-workspace/Sources/NetworkSpectator/Services/Storage/LogHistoryManager.swift:62:9: warning: no 'async' operations occur within 'await' expression
60 |
61 | private static let defaultItemProvider: @Sendable () async -> [LogItem] = {
62 | await NetworkLogStore.shared.snapshot()
| `- warning: no 'async' operations occur within 'await' expression
63 | }
64 |
[49/65] Compiling NetworkSpectator NetworkLogItemLogger.swift
/Users/admin/builder/spi-builder-workspace/Sources/NetworkSpectator/Services/Storage/LogHistoryManager.swift:62:9: warning: no 'async' operations occur within 'await' expression
60 |
61 | private static let defaultItemProvider: @Sendable () async -> [LogItem] = {
62 | await NetworkLogStore.shared.snapshot()
| `- warning: no 'async' operations occur within 'await' expression
63 | }
64 |
[50/65] Compiling NetworkSpectator NetworkURLProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/NetworkSpectator/Services/Storage/LogHistoryManager.swift:62:9: warning: no 'async' operations occur within 'await' expression
60 |
61 | private static let defaultItemProvider: @Sendable () async -> [LogItem] = {
62 | await NetworkLogStore.shared.snapshot()
| `- warning: no 'async' operations occur within 'await' expression
63 | }
64 |
[51/65] Compiling NetworkSpectator URLSessionConfiguration+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/NetworkSpectator/Services/Storage/LogHistoryManager.swift:62:9: warning: no 'async' operations occur within 'await' expression
60 |
61 | private static let defaultItemProvider: @Sendable () async -> [LogItem] = {
62 | await NetworkLogStore.shared.snapshot()
| `- warning: no 'async' operations occur within 'await' expression
63 | }
64 |
[52/65] Compiling NetworkSpectator EmptyStorage.swift
/Users/admin/builder/spi-builder-workspace/Sources/NetworkSpectator/Services/Storage/LogHistoryManager.swift:62:9: warning: no 'async' operations occur within 'await' expression
60 |
61 | private static let defaultItemProvider: @Sendable () async -> [LogItem] = {
62 | await NetworkLogStore.shared.snapshot()
| `- warning: no 'async' operations occur within 'await' expression
63 | }
64 |
[53/65] Compiling NetworkSpectator LogHistoryManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/NetworkSpectator/Services/Storage/LogHistoryManager.swift:62:9: warning: no 'async' operations occur within 'await' expression
60 |
61 | private static let defaultItemProvider: @Sendable () async -> [LogItem] = {
62 | await NetworkLogStore.shared.snapshot()
| `- warning: no 'async' operations occur within 'await' expression
63 | }
64 |
[54/65] Compiling NetworkSpectator LogDetailsContainerView.swift
/Users/admin/builder/spi-builder-workspace/Sources/NetworkSpectator/Views/LogViews/LogResponseDetailsView.swift:61:9: warning: application of result builder 'ViewBuilder' disabled by explicit 'return' statement
50 | }
51 |
52 | @ViewBuilder
| `- note: remove the attribute to explicitly disable the result builder
53 | private func responseBodyView() -> some View {
54 | var mimetype = item.mimetype ?? ""
:
59 | }
60 | let background: Color = colorScheme == .dark ? Color.black.opacity(0.4) : .secondary.opacity(0.2)
61 | return ResponseBodyLineView(responseBody: item.responseBody, mimetype: mimetype)
| |- warning: application of result builder 'ViewBuilder' disabled by explicit 'return' statement
| `- note: remove 'return' statements to apply the result builder
62 | .frame(minHeight: 200)
63 | .padding(12)
/Users/admin/builder/spi-builder-workspace/Sources/NetworkSpectator/Views/LogViews/LogResponseDetailsView.swift:57:16: warning: immutable value 'isJson' was never used; consider replacing with '_' or removing it
55 | if mimetype.isEmpty,
56 | let data = item.responseRaw,
57 | let isJson = try? JSONSerialization.isValidJSONObject(data) {
| `- warning: immutable value 'isJson' was never used; consider replacing with '_' or removing it
58 | mimetype = "application/json"
59 | }
/Users/admin/builder/spi-builder-workspace/Sources/NetworkSpectator/Views/LogViews/LogResponseDetailsView.swift:57:25: warning: no calls to throwing functions occur within 'try' expression
55 | if mimetype.isEmpty,
56 | let data = item.responseRaw,
57 | let isJson = try? JSONSerialization.isValidJSONObject(data) {
| `- warning: no calls to throwing functions occur within 'try' expression
58 | mimetype = "application/json"
59 | }
[55/65] Compiling NetworkSpectator LogHeadersDetailsView.swift
/Users/admin/builder/spi-builder-workspace/Sources/NetworkSpectator/Views/LogViews/LogResponseDetailsView.swift:61:9: warning: application of result builder 'ViewBuilder' disabled by explicit 'return' statement
50 | }
51 |
52 | @ViewBuilder
| `- note: remove the attribute to explicitly disable the result builder
53 | private func responseBodyView() -> some View {
54 | var mimetype = item.mimetype ?? ""
:
59 | }
60 | let background: Color = colorScheme == .dark ? Color.black.opacity(0.4) : .secondary.opacity(0.2)
61 | return ResponseBodyLineView(responseBody: item.responseBody, mimetype: mimetype)
| |- warning: application of result builder 'ViewBuilder' disabled by explicit 'return' statement
| `- note: remove 'return' statements to apply the result builder
62 | .frame(minHeight: 200)
63 | .padding(12)
/Users/admin/builder/spi-builder-workspace/Sources/NetworkSpectator/Views/LogViews/LogResponseDetailsView.swift:57:16: warning: immutable value 'isJson' was never used; consider replacing with '_' or removing it
55 | if mimetype.isEmpty,
56 | let data = item.responseRaw,
57 | let isJson = try? JSONSerialization.isValidJSONObject(data) {
| `- warning: immutable value 'isJson' was never used; consider replacing with '_' or removing it
58 | mimetype = "application/json"
59 | }
/Users/admin/builder/spi-builder-workspace/Sources/NetworkSpectator/Views/LogViews/LogResponseDetailsView.swift:57:25: warning: no calls to throwing functions occur within 'try' expression
55 | if mimetype.isEmpty,
56 | let data = item.responseRaw,
57 | let isJson = try? JSONSerialization.isValidJSONObject(data) {
| `- warning: no calls to throwing functions occur within 'try' expression
58 | mimetype = "application/json"
59 | }
[56/65] Compiling NetworkSpectator LogRequestDetailsView.swift
/Users/admin/builder/spi-builder-workspace/Sources/NetworkSpectator/Views/LogViews/LogResponseDetailsView.swift:61:9: warning: application of result builder 'ViewBuilder' disabled by explicit 'return' statement
50 | }
51 |
52 | @ViewBuilder
| `- note: remove the attribute to explicitly disable the result builder
53 | private func responseBodyView() -> some View {
54 | var mimetype = item.mimetype ?? ""
:
59 | }
60 | let background: Color = colorScheme == .dark ? Color.black.opacity(0.4) : .secondary.opacity(0.2)
61 | return ResponseBodyLineView(responseBody: item.responseBody, mimetype: mimetype)
| |- warning: application of result builder 'ViewBuilder' disabled by explicit 'return' statement
| `- note: remove 'return' statements to apply the result builder
62 | .frame(minHeight: 200)
63 | .padding(12)
/Users/admin/builder/spi-builder-workspace/Sources/NetworkSpectator/Views/LogViews/LogResponseDetailsView.swift:57:16: warning: immutable value 'isJson' was never used; consider replacing with '_' or removing it
55 | if mimetype.isEmpty,
56 | let data = item.responseRaw,
57 | let isJson = try? JSONSerialization.isValidJSONObject(data) {
| `- warning: immutable value 'isJson' was never used; consider replacing with '_' or removing it
58 | mimetype = "application/json"
59 | }
/Users/admin/builder/spi-builder-workspace/Sources/NetworkSpectator/Views/LogViews/LogResponseDetailsView.swift:57:25: warning: no calls to throwing functions occur within 'try' expression
55 | if mimetype.isEmpty,
56 | let data = item.responseRaw,
57 | let isJson = try? JSONSerialization.isValidJSONObject(data) {
| `- warning: no calls to throwing functions occur within 'try' expression
58 | mimetype = "application/json"
59 | }
[57/65] Compiling NetworkSpectator LogResponseDetailsView.swift
/Users/admin/builder/spi-builder-workspace/Sources/NetworkSpectator/Views/LogViews/LogResponseDetailsView.swift:61:9: warning: application of result builder 'ViewBuilder' disabled by explicit 'return' statement
50 | }
51 |
52 | @ViewBuilder
| `- note: remove the attribute to explicitly disable the result builder
53 | private func responseBodyView() -> some View {
54 | var mimetype = item.mimetype ?? ""
:
59 | }
60 | let background: Color = colorScheme == .dark ? Color.black.opacity(0.4) : .secondary.opacity(0.2)
61 | return ResponseBodyLineView(responseBody: item.responseBody, mimetype: mimetype)
| |- warning: application of result builder 'ViewBuilder' disabled by explicit 'return' statement
| `- note: remove 'return' statements to apply the result builder
62 | .frame(minHeight: 200)
63 | .padding(12)
/Users/admin/builder/spi-builder-workspace/Sources/NetworkSpectator/Views/LogViews/LogResponseDetailsView.swift:57:16: warning: immutable value 'isJson' was never used; consider replacing with '_' or removing it
55 | if mimetype.isEmpty,
56 | let data = item.responseRaw,
57 | let isJson = try? JSONSerialization.isValidJSONObject(data) {
| `- warning: immutable value 'isJson' was never used; consider replacing with '_' or removing it
58 | mimetype = "application/json"
59 | }
/Users/admin/builder/spi-builder-workspace/Sources/NetworkSpectator/Views/LogViews/LogResponseDetailsView.swift:57:25: warning: no calls to throwing functions occur within 'try' expression
55 | if mimetype.isEmpty,
56 | let data = item.responseRaw,
57 | let isJson = try? JSONSerialization.isValidJSONObject(data) {
| `- warning: no calls to throwing functions occur within 'try' expression
58 | mimetype = "application/json"
59 | }
[58/65] Compiling NetworkSpectator ResponseBodyLineView.swift
/Users/admin/builder/spi-builder-workspace/Sources/NetworkSpectator/Views/LogViews/LogResponseDetailsView.swift:61:9: warning: application of result builder 'ViewBuilder' disabled by explicit 'return' statement
50 | }
51 |
52 | @ViewBuilder
| `- note: remove the attribute to explicitly disable the result builder
53 | private func responseBodyView() -> some View {
54 | var mimetype = item.mimetype ?? ""
:
59 | }
60 | let background: Color = colorScheme == .dark ? Color.black.opacity(0.4) : .secondary.opacity(0.2)
61 | return ResponseBodyLineView(responseBody: item.responseBody, mimetype: mimetype)
| |- warning: application of result builder 'ViewBuilder' disabled by explicit 'return' statement
| `- note: remove 'return' statements to apply the result builder
62 | .frame(minHeight: 200)
63 | .padding(12)
/Users/admin/builder/spi-builder-workspace/Sources/NetworkSpectator/Views/LogViews/LogResponseDetailsView.swift:57:16: warning: immutable value 'isJson' was never used; consider replacing with '_' or removing it
55 | if mimetype.isEmpty,
56 | let data = item.responseRaw,
57 | let isJson = try? JSONSerialization.isValidJSONObject(data) {
| `- warning: immutable value 'isJson' was never used; consider replacing with '_' or removing it
58 | mimetype = "application/json"
59 | }
/Users/admin/builder/spi-builder-workspace/Sources/NetworkSpectator/Views/LogViews/LogResponseDetailsView.swift:57:25: warning: no calls to throwing functions occur within 'try' expression
55 | if mimetype.isEmpty,
56 | let data = item.responseRaw,
57 | let isJson = try? JSONSerialization.isValidJSONObject(data) {
| `- warning: no calls to throwing functions occur within 'try' expression
58 | mimetype = "application/json"
59 | }
[59/65] Compiling NetworkSpectator ResponseImageView.swift
/Users/admin/builder/spi-builder-workspace/Sources/NetworkSpectator/Views/LogViews/LogResponseDetailsView.swift:61:9: warning: application of result builder 'ViewBuilder' disabled by explicit 'return' statement
50 | }
51 |
52 | @ViewBuilder
| `- note: remove the attribute to explicitly disable the result builder
53 | private func responseBodyView() -> some View {
54 | var mimetype = item.mimetype ?? ""
:
59 | }
60 | let background: Color = colorScheme == .dark ? Color.black.opacity(0.4) : .secondary.opacity(0.2)
61 | return ResponseBodyLineView(responseBody: item.responseBody, mimetype: mimetype)
| |- warning: application of result builder 'ViewBuilder' disabled by explicit 'return' statement
| `- note: remove 'return' statements to apply the result builder
62 | .frame(minHeight: 200)
63 | .padding(12)
/Users/admin/builder/spi-builder-workspace/Sources/NetworkSpectator/Views/LogViews/LogResponseDetailsView.swift:57:16: warning: immutable value 'isJson' was never used; consider replacing with '_' or removing it
55 | if mimetype.isEmpty,
56 | let data = item.responseRaw,
57 | let isJson = try? JSONSerialization.isValidJSONObject(data) {
| `- warning: immutable value 'isJson' was never used; consider replacing with '_' or removing it
58 | mimetype = "application/json"
59 | }
/Users/admin/builder/spi-builder-workspace/Sources/NetworkSpectator/Views/LogViews/LogResponseDetailsView.swift:57:25: warning: no calls to throwing functions occur within 'try' expression
55 | if mimetype.isEmpty,
56 | let data = item.responseRaw,
57 | let isJson = try? JSONSerialization.isValidJSONObject(data) {
| `- warning: no calls to throwing functions occur within 'try' expression
58 | mimetype = "application/json"
59 | }
[60/65] Compiling NetworkSpectator AddRuleItemView.swift
[61/65] Compiling NetworkSpectator LogHistoryView.swift
[62/65] Compiling NetworkSpectator MockManagementView.swift
[63/65] Compiling NetworkSpectator SettingsView.swift
[64/65] Compiling NetworkSpectator SkipLoggingManagementView.swift
[65/65] Compiling NetworkSpectator ShareActivityView.swift
BUILD FAILURE 6.0 macosSpm