The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build NetworkMonitor, reference master (7a322c), with Swift 6.1 for Linux on 29 Apr 2025 21:15:54 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Farfetch/network-monitor-ios.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/Farfetch/network-monitor-ios
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 7a322c0 Update Changelog for new release
Cloned https://github.com/Farfetch/network-monitor-ios.git
Revision (git rev-parse @):
7a322c0e8fa45c53190305ca92efc6749438f8ad
SUCCESS checkout https://github.com/Farfetch/network-monitor-ios.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Farfetch/network-monitor-ios.git
https://github.com/Farfetch/network-monitor-ios.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "NetworkMonitor",
  "name" : "NetworkMonitor",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "FNMNetworkMonitor",
      "targets" : [
        "FNMNetworkMonitor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "NetworkMonitorTests",
      "module_type" : "SwiftTarget",
      "name" : "NetworkMonitorTests",
      "path" : "Tests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/Resources/Generic-Profile-Response.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/Resources/Generic-Profiles-Duplicates.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/Resources/Generic-Profiles.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/Resources/Image.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/Resources/Matching-Profiles-1.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/Resources/Matching-Profiles-2.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/Resources/Matching-Profiles-3.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/Resources/Request-Nodes-A.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/Resources/Request-Nodes-B.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "NetworkMonitorAppLaunchTests.swift",
        "NetworkMonitorDebugUITests.swift",
        "NetworkMonitorExportTests.swift",
        "NetworkMonitorFlowTests.swift",
        "NetworkMonitorProfileTests.swift",
        "NetworkMonitorTests.swift"
      ],
      "target_dependencies" : [
        "FNMNetworkMonitor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FNMNetworkMonitor",
      "module_type" : "SwiftTarget",
      "name" : "FNMNetworkMonitor",
      "path" : "NetworkMonitor",
      "product_memberships" : [
        "FNMNetworkMonitor"
      ],
      "sources" : [
        "Classes/Debug/Controller/DebugDetailBodyViewController.swift",
        "Classes/Debug/Controller/DebugDetailHeadersViewController.swift",
        "Classes/Debug/Controller/FNMDebugDetailViewController.swift",
        "Classes/Debug/Controller/FNMDebugListingViewController.swift",
        "Classes/Debug/Controller/FNMViewController.swift",
        "Classes/Debug/Controller/HighlightReloadableProtocol.swift",
        "Classes/Debug/Model/FNMRecordDetailInfo.swift",
        "Classes/Debug/View/FNMDebugDetailInfoTableViewCell.swift",
        "Classes/Debug/View/FNMDebugSummaryTableViewCell.swift",
        "Classes/Exporter/FNMRecordExporter.swift",
        "Classes/Exporter/Records/FNMCurrentRunCodableContainer.swift",
        "Classes/Exporter/Records/FNMElement.swift",
        "Classes/Exporter/Records/FNMRecord.swift",
        "Classes/Exporter/Records/FNMRequestNode.swift",
        "Classes/Exporter/RequestRecord/FNMHTTPRequestRecord+Codable.swift",
        "Classes/Exporter/RequestRecord/FNMHTTPRequestRecordCodableContainer.swift",
        "Classes/Extension/FNMAdditions.swift",
        "Classes/FNMNetworkMonitor.swift",
        "Classes/Log/FNMLogger.swift",
        "Classes/Profile/FNMProfile+Codable.swift",
        "Classes/Profile/FNMProfile.swift",
        "Classes/URLProtocol/FNMHTTPRequestRecord.swift",
        "Classes/URLProtocol/FNMNetworkMonitorURLProtocol+Protocols.swift",
        "Classes/URLProtocol/FNMNetworkMonitorURLProtocol.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/NetworkMonitor/Info.plist
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/24] Emitting module FNMNetworkMonitor
/host/spi-builder-workspace/NetworkMonitor/Classes/Debug/Controller/DebugDetailBodyViewController.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | final class DebugDetailBodyViewController: UIViewController, HighlightReloadable {
[4/27] Compiling FNMNetworkMonitor DebugDetailBodyViewController.swift
/host/spi-builder-workspace/NetworkMonitor/Classes/Debug/Controller/DebugDetailBodyViewController.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | final class DebugDetailBodyViewController: UIViewController, HighlightReloadable {
[5/27] Compiling FNMNetworkMonitor DebugDetailHeadersViewController.swift
/host/spi-builder-workspace/NetworkMonitor/Classes/Debug/Controller/DebugDetailBodyViewController.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | final class DebugDetailBodyViewController: UIViewController, HighlightReloadable {
[6/27] Compiling FNMNetworkMonitor FNMDebugDetailViewController.swift
/host/spi-builder-workspace/NetworkMonitor/Classes/Debug/Controller/DebugDetailBodyViewController.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | final class DebugDetailBodyViewController: UIViewController, HighlightReloadable {
[7/27] Compiling FNMNetworkMonitor FNMRecordDetailInfo.swift
/host/spi-builder-workspace/NetworkMonitor/Classes/Debug/Controller/DebugDetailBodyViewController.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | final class DebugDetailBodyViewController: UIViewController, HighlightReloadable {
[8/27] Compiling FNMNetworkMonitor FNMDebugDetailInfoTableViewCell.swift
/host/spi-builder-workspace/NetworkMonitor/Classes/Debug/Controller/DebugDetailBodyViewController.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | final class DebugDetailBodyViewController: UIViewController, HighlightReloadable {
[9/27] Compiling FNMNetworkMonitor FNMDebugSummaryTableViewCell.swift
/host/spi-builder-workspace/NetworkMonitor/Classes/Debug/Controller/DebugDetailBodyViewController.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | final class DebugDetailBodyViewController: UIViewController, HighlightReloadable {
[10/27] Compiling FNMNetworkMonitor FNMHTTPRequestRecord.swift
/host/spi-builder-workspace/NetworkMonitor/Classes/Debug/Controller/DebugDetailBodyViewController.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | final class DebugDetailBodyViewController: UIViewController, HighlightReloadable {
[11/27] Compiling FNMNetworkMonitor FNMNetworkMonitorURLProtocol+Protocols.swift
/host/spi-builder-workspace/NetworkMonitor/Classes/Debug/Controller/DebugDetailBodyViewController.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | final class DebugDetailBodyViewController: UIViewController, HighlightReloadable {
[12/27] Compiling FNMNetworkMonitor FNMNetworkMonitorURLProtocol.swift
/host/spi-builder-workspace/NetworkMonitor/Classes/Debug/Controller/DebugDetailBodyViewController.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | final class DebugDetailBodyViewController: UIViewController, HighlightReloadable {
[13/27] Compiling FNMNetworkMonitor FNMRecordExporter.swift
/host/spi-builder-workspace/NetworkMonitor/Classes/Debug/Controller/DebugDetailBodyViewController.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | final class DebugDetailBodyViewController: UIViewController, HighlightReloadable {
[14/27] Compiling FNMNetworkMonitor FNMCurrentRunCodableContainer.swift
/host/spi-builder-workspace/NetworkMonitor/Classes/Debug/Controller/DebugDetailBodyViewController.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | final class DebugDetailBodyViewController: UIViewController, HighlightReloadable {
[15/27] Compiling FNMNetworkMonitor FNMElement.swift
/host/spi-builder-workspace/NetworkMonitor/Classes/Debug/Controller/DebugDetailBodyViewController.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | final class DebugDetailBodyViewController: UIViewController, HighlightReloadable {
[16/27] Compiling FNMNetworkMonitor FNMRecord.swift
/host/spi-builder-workspace/NetworkMonitor/Classes/Debug/Controller/DebugDetailBodyViewController.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | final class DebugDetailBodyViewController: UIViewController, HighlightReloadable {
[17/27] Compiling FNMNetworkMonitor FNMRequestNode.swift
/host/spi-builder-workspace/NetworkMonitor/Classes/Debug/Controller/DebugDetailBodyViewController.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | final class DebugDetailBodyViewController: UIViewController, HighlightReloadable {
[18/27] Compiling FNMNetworkMonitor FNMHTTPRequestRecord+Codable.swift
/host/spi-builder-workspace/NetworkMonitor/Classes/Debug/Controller/DebugDetailBodyViewController.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | final class DebugDetailBodyViewController: UIViewController, HighlightReloadable {
[19/27] Compiling FNMNetworkMonitor FNMHTTPRequestRecordCodableContainer.swift
/host/spi-builder-workspace/NetworkMonitor/Classes/Debug/Controller/DebugDetailBodyViewController.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | final class DebugDetailBodyViewController: UIViewController, HighlightReloadable {
[20/27] Compiling FNMNetworkMonitor FNMAdditions.swift
/host/spi-builder-workspace/NetworkMonitor/Classes/Debug/Controller/DebugDetailBodyViewController.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | final class DebugDetailBodyViewController: UIViewController, HighlightReloadable {
[21/27] Compiling FNMNetworkMonitor FNMNetworkMonitor.swift
/host/spi-builder-workspace/NetworkMonitor/Classes/Debug/Controller/DebugDetailBodyViewController.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | final class DebugDetailBodyViewController: UIViewController, HighlightReloadable {
[22/27] Compiling FNMNetworkMonitor FNMDebugListingViewController.swift
/host/spi-builder-workspace/NetworkMonitor/Classes/Debug/Controller/DebugDetailBodyViewController.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | final class DebugDetailBodyViewController: UIViewController, HighlightReloadable {
[23/27] Compiling FNMNetworkMonitor FNMViewController.swift
/host/spi-builder-workspace/NetworkMonitor/Classes/Debug/Controller/DebugDetailBodyViewController.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | final class DebugDetailBodyViewController: UIViewController, HighlightReloadable {
[24/27] Compiling FNMNetworkMonitor HighlightReloadableProtocol.swift
/host/spi-builder-workspace/NetworkMonitor/Classes/Debug/Controller/DebugDetailBodyViewController.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | final class DebugDetailBodyViewController: UIViewController, HighlightReloadable {
[25/27] Compiling FNMNetworkMonitor FNMLogger.swift
/host/spi-builder-workspace/NetworkMonitor/Classes/Debug/Controller/DebugDetailBodyViewController.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | final class DebugDetailBodyViewController: UIViewController, HighlightReloadable {
[26/27] Compiling FNMNetworkMonitor FNMProfile+Codable.swift
/host/spi-builder-workspace/NetworkMonitor/Classes/Debug/Controller/DebugDetailBodyViewController.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | final class DebugDetailBodyViewController: UIViewController, HighlightReloadable {
[27/27] Compiling FNMNetworkMonitor FNMProfile.swift
/host/spi-builder-workspace/NetworkMonitor/Classes/Debug/Controller/DebugDetailBodyViewController.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | final class DebugDetailBodyViewController: UIViewController, HighlightReloadable {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Tests/Info.plist
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/NetworkMonitor/Info.plist
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/23] Compiling FNMNetworkMonitor FNMRecord.swift
/host/spi-builder-workspace/NetworkMonitor/Classes/Debug/Controller/DebugDetailBodyViewController.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | final class DebugDetailBodyViewController: UIViewController, HighlightReloadable {
[3/23] Compiling FNMNetworkMonitor FNMRequestNode.swift
/host/spi-builder-workspace/NetworkMonitor/Classes/Debug/Controller/DebugDetailBodyViewController.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | final class DebugDetailBodyViewController: UIViewController, HighlightReloadable {
[4/23] Compiling FNMNetworkMonitor FNMHTTPRequestRecord+Codable.swift
/host/spi-builder-workspace/NetworkMonitor/Classes/Debug/Controller/DebugDetailBodyViewController.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | final class DebugDetailBodyViewController: UIViewController, HighlightReloadable {
[5/26] Compiling FNMNetworkMonitor FNMRecordExporter.swift
/host/spi-builder-workspace/NetworkMonitor/Classes/Debug/Controller/DebugDetailBodyViewController.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | final class DebugDetailBodyViewController: UIViewController, HighlightReloadable {
[6/26] Compiling FNMNetworkMonitor FNMCurrentRunCodableContainer.swift
/host/spi-builder-workspace/NetworkMonitor/Classes/Debug/Controller/DebugDetailBodyViewController.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | final class DebugDetailBodyViewController: UIViewController, HighlightReloadable {
[7/26] Compiling FNMNetworkMonitor FNMElement.swift
/host/spi-builder-workspace/NetworkMonitor/Classes/Debug/Controller/DebugDetailBodyViewController.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | final class DebugDetailBodyViewController: UIViewController, HighlightReloadable {
[8/26] Compiling FNMNetworkMonitor FNMDebugListingViewController.swift
/host/spi-builder-workspace/NetworkMonitor/Classes/Debug/Controller/DebugDetailBodyViewController.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | final class DebugDetailBodyViewController: UIViewController, HighlightReloadable {
[9/26] Compiling FNMNetworkMonitor FNMViewController.swift
/host/spi-builder-workspace/NetworkMonitor/Classes/Debug/Controller/DebugDetailBodyViewController.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | final class DebugDetailBodyViewController: UIViewController, HighlightReloadable {
[10/26] Compiling FNMNetworkMonitor HighlightReloadableProtocol.swift
/host/spi-builder-workspace/NetworkMonitor/Classes/Debug/Controller/DebugDetailBodyViewController.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | final class DebugDetailBodyViewController: UIViewController, HighlightReloadable {
[11/26] Compiling FNMNetworkMonitor FNMHTTPRequestRecordCodableContainer.swift
/host/spi-builder-workspace/NetworkMonitor/Classes/Debug/Controller/DebugDetailBodyViewController.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | final class DebugDetailBodyViewController: UIViewController, HighlightReloadable {
[12/26] Compiling FNMNetworkMonitor FNMAdditions.swift
/host/spi-builder-workspace/NetworkMonitor/Classes/Debug/Controller/DebugDetailBodyViewController.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | final class DebugDetailBodyViewController: UIViewController, HighlightReloadable {
[13/26] Compiling FNMNetworkMonitor FNMNetworkMonitor.swift
/host/spi-builder-workspace/NetworkMonitor/Classes/Debug/Controller/DebugDetailBodyViewController.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | final class DebugDetailBodyViewController: UIViewController, HighlightReloadable {
[14/26] Compiling FNMNetworkMonitor FNMHTTPRequestRecord.swift
/host/spi-builder-workspace/NetworkMonitor/Classes/Debug/Controller/DebugDetailBodyViewController.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | final class DebugDetailBodyViewController: UIViewController, HighlightReloadable {
[15/26] Compiling FNMNetworkMonitor FNMNetworkMonitorURLProtocol+Protocols.swift
/host/spi-builder-workspace/NetworkMonitor/Classes/Debug/Controller/DebugDetailBodyViewController.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | final class DebugDetailBodyViewController: UIViewController, HighlightReloadable {
[16/26] Compiling FNMNetworkMonitor FNMNetworkMonitorURLProtocol.swift
/host/spi-builder-workspace/NetworkMonitor/Classes/Debug/Controller/DebugDetailBodyViewController.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | final class DebugDetailBodyViewController: UIViewController, HighlightReloadable {
[17/26] Compiling FNMNetworkMonitor FNMRecordDetailInfo.swift
/host/spi-builder-workspace/NetworkMonitor/Classes/Debug/Controller/DebugDetailBodyViewController.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | final class DebugDetailBodyViewController: UIViewController, HighlightReloadable {
[18/26] Compiling FNMNetworkMonitor FNMDebugDetailInfoTableViewCell.swift
/host/spi-builder-workspace/NetworkMonitor/Classes/Debug/Controller/DebugDetailBodyViewController.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | final class DebugDetailBodyViewController: UIViewController, HighlightReloadable {
[19/26] Compiling FNMNetworkMonitor FNMDebugSummaryTableViewCell.swift
/host/spi-builder-workspace/NetworkMonitor/Classes/Debug/Controller/DebugDetailBodyViewController.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | final class DebugDetailBodyViewController: UIViewController, HighlightReloadable {
[20/26] Compiling FNMNetworkMonitor FNMLogger.swift
/host/spi-builder-workspace/NetworkMonitor/Classes/Debug/Controller/DebugDetailBodyViewController.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | final class DebugDetailBodyViewController: UIViewController, HighlightReloadable {
[21/26] Compiling FNMNetworkMonitor FNMProfile+Codable.swift
/host/spi-builder-workspace/NetworkMonitor/Classes/Debug/Controller/DebugDetailBodyViewController.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | final class DebugDetailBodyViewController: UIViewController, HighlightReloadable {
[22/26] Compiling FNMNetworkMonitor FNMProfile.swift
/host/spi-builder-workspace/NetworkMonitor/Classes/Debug/Controller/DebugDetailBodyViewController.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | final class DebugDetailBodyViewController: UIViewController, HighlightReloadable {
[23/26] Compiling FNMNetworkMonitor DebugDetailBodyViewController.swift
/host/spi-builder-workspace/NetworkMonitor/Classes/Debug/Controller/DebugDetailBodyViewController.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | final class DebugDetailBodyViewController: UIViewController, HighlightReloadable {
[24/26] Compiling FNMNetworkMonitor DebugDetailHeadersViewController.swift
/host/spi-builder-workspace/NetworkMonitor/Classes/Debug/Controller/DebugDetailBodyViewController.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | final class DebugDetailBodyViewController: UIViewController, HighlightReloadable {
[25/26] Compiling FNMNetworkMonitor FNMDebugDetailViewController.swift
/host/spi-builder-workspace/NetworkMonitor/Classes/Debug/Controller/DebugDetailBodyViewController.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | final class DebugDetailBodyViewController: UIViewController, HighlightReloadable {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[26/26] Emitting module FNMNetworkMonitor
/host/spi-builder-workspace/NetworkMonitor/Classes/Debug/Controller/DebugDetailBodyViewController.swift:10:8: error: no such module 'UIKit'
  8 |
  9 | import Foundation
 10 | import UIKit
    |        `- error: no such module 'UIKit'
 11 |
 12 | final class DebugDetailBodyViewController: UIViewController, HighlightReloadable {
BUILD FAILURE 6.1 linux