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 arcgis-runtime-toolkit-ios, reference main (3919a1), with Swift 6.1 for Linux on 28 Apr 2025 18:41:31 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Esri/arcgis-runtime-toolkit-ios.git
Reference: main
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/Esri/arcgis-runtime-toolkit-ios
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3919a18 Merge pull request #187 from Esri/v.next
Cloned https://github.com/Esri/arcgis-runtime-toolkit-ios.git
Revision (git rev-parse @):
3919a18208679aa47deec2f2e9218836c4bb9933
SUCCESS checkout https://github.com/Esri/arcgis-runtime-toolkit-ios.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Esri/arcgis-runtime-toolkit-ios.git
https://github.com/Esri/arcgis-runtime-toolkit-ios.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "arcgis-runtime-ios",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "100.15.0",
            "upper_bound" : "100.16.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Esri/arcgis-runtime-ios"
    }
  ],
  "manifest_display_name" : "arcgis-runtime-toolkit-ios",
  "name" : "arcgis-runtime-toolkit-ios",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "ArcGISToolkit",
      "targets" : [
        "ArcGISToolkit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ArcGISToolkitTests",
      "module_type" : "SwiftTarget",
      "name" : "ArcGISToolkitTests",
      "path" : "Tests/ArcGISToolkitTests",
      "sources" : [
        "ArcGISToolkitTests.swift",
        "BookmarksViewControllerTests.swift",
        "FloorFilterViewModelTests.swift"
      ],
      "target_dependencies" : [
        "ArcGISToolkit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ArcGISToolkit",
      "module_type" : "SwiftTarget",
      "name" : "ArcGISToolkit",
      "path" : "Sources/ArcGISToolkit",
      "product_dependencies" : [
        "ArcGIS"
      ],
      "product_memberships" : [
        "ArcGISToolkit"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/ArcGISToolkit/Resources/Assets.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/ArcGISToolkit/Resources/FloorFilter.storyboard",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/ArcGISToolkit/Resources/FloorFilterSiteFacilityCell.xib",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/ArcGISToolkit/Resources/Legend.storyboard",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/ArcGISToolkit/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "AR/ArcGISARView.swift",
        "BookmarksTableViewController.swift",
        "BookmarksViewController.swift",
        "CancelGroup.swift",
        "Coalescer.swift",
        "Compass.swift",
        "Extensions.swift",
        "FloorFilter/FloorFilterViewController.swift",
        "FloorFilter/FloorFilterViewModel.swift",
        "FloorFilter/SiteFacilityPromptViewController.swift",
        "FloorFilter/SiteFacilityTableViewCell.swift",
        "JobManager.swift",
        "LegendViewController.swift",
        "MapViewController.swift",
        "MeasureToolbar.swift",
        "PopupController.swift",
        "Scalebar.swift",
        "TableViewController.swift",
        "TemplatePickerViewController.swift",
        "TimeSlider.swift",
        "UnitsViewController.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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
Fetching https://github.com/Esri/arcgis-runtime-ios
[1/199] Fetching arcgis-runtime-ios
Fetched https://github.com/Esri/arcgis-runtime-ios from cache (0.35s)
Computing version for https://github.com/Esri/arcgis-runtime-ios
Computed https://github.com/Esri/arcgis-runtime-ios at 100.15.6 (0.90s)
Creating working copy for https://github.com/Esri/arcgis-runtime-ios
Working copy of https://github.com/Esri/arcgis-runtime-ios resolved at 100.15.6
Downloading binary artifact https://gisupdates.esri.com/ArcGIS_RuntimeSDK/100.15.6/Runtimecore-v100.15.6.xcframework.zip
Downloading binary artifact https://gisupdates.esri.com/ArcGIS_RuntimeSDK/100.15.6/ArcGIS-iOS-v100.15.6.xcframework.zip
[16054/239444064] Downloading https://gisupdates.esri.com/ArcGIS_RuntimeSDK/100.15.6/Runtimecore-v100.15.6.xcframework.zip
[32108/277423965] Downloading https://gisupdates.esri.com/ArcGIS_RuntimeSDK/100.15.6/Runtimecore-v100.15.6.xcframework.zip, https://gisupdates.esri.com/ArcGIS_RuntimeSDK/100.15.6/ArcGIS-iOS-v100.15.6.xcframework.zip
Downloaded https://gisupdates.esri.com/ArcGIS_RuntimeSDK/100.15.6/ArcGIS-iOS-v100.15.6.xcframework.zip (4.49s)
Downloaded https://gisupdates.esri.com/ArcGIS_RuntimeSDK/100.15.6/Runtimecore-v100.15.6.xcframework.zip (23.20s)
Building for debugging...
[0/7] Copying PrivacyInfo.xcprivacy
[1/7] Copying Legend.storyboard
[1/7] Copying FloorFilter.storyboard
[1/7] Copying FloorFilterSiteFacilityCell.xib
[1/7] Write sources
[5/7] Copying Assets.xcassets
[6/7] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/28] Emitting module ArcGISToolkit
/host/spi-builder-workspace/Sources/ArcGISToolkit/AR/ArcGISARView.swift:15:8: error: no such module 'UIKit'
 13 | // limitations under the License.
 14 |
 15 | import UIKit
    |        `- error: no such module 'UIKit'
 16 | import ARKit
 17 | import ArcGIS
[9/30] Compiling ArcGISToolkit UnitsViewController.swift
/host/spi-builder-workspace/Sources/ArcGISToolkit/AR/ArcGISARView.swift:15:8: error: no such module 'UIKit'
 13 | // limitations under the License.
 14 |
 15 | import UIKit
    |        `- error: no such module 'UIKit'
 16 | import ARKit
 17 | import ArcGIS
[10/30] Compiling ArcGISToolkit resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/ArcGISToolkit/AR/ArcGISARView.swift:15:8: error: no such module 'UIKit'
 13 | // limitations under the License.
 14 |
 15 | import UIKit
    |        `- error: no such module 'UIKit'
 16 | import ARKit
 17 | import ArcGIS
[11/30] Compiling ArcGISToolkit LegendViewController.swift
/host/spi-builder-workspace/Sources/ArcGISToolkit/AR/ArcGISARView.swift:15:8: error: no such module 'UIKit'
 13 | // limitations under the License.
 14 |
 15 | import UIKit
    |        `- error: no such module 'UIKit'
 16 | import ARKit
 17 | import ArcGIS
[12/30] Compiling ArcGISToolkit MapViewController.swift
/host/spi-builder-workspace/Sources/ArcGISToolkit/AR/ArcGISARView.swift:15:8: error: no such module 'UIKit'
 13 | // limitations under the License.
 14 |
 15 | import UIKit
    |        `- error: no such module 'UIKit'
 16 | import ARKit
 17 | import ArcGIS
[13/30] Compiling ArcGISToolkit MeasureToolbar.swift
/host/spi-builder-workspace/Sources/ArcGISToolkit/AR/ArcGISARView.swift:15:8: error: no such module 'UIKit'
 13 | // limitations under the License.
 14 |
 15 | import UIKit
    |        `- error: no such module 'UIKit'
 16 | import ARKit
 17 | import ArcGIS
[14/30] Compiling ArcGISToolkit PopupController.swift
/host/spi-builder-workspace/Sources/ArcGISToolkit/AR/ArcGISARView.swift:15:8: error: no such module 'UIKit'
 13 | // limitations under the License.
 14 |
 15 | import UIKit
    |        `- error: no such module 'UIKit'
 16 | import ARKit
 17 | import ArcGIS
[15/30] Compiling ArcGISToolkit Scalebar.swift
/host/spi-builder-workspace/Sources/ArcGISToolkit/AR/ArcGISARView.swift:15:8: error: no such module 'UIKit'
 13 | // limitations under the License.
 14 |
 15 | import UIKit
    |        `- error: no such module 'UIKit'
 16 | import ARKit
 17 | import ArcGIS
[16/30] Compiling ArcGISToolkit TableViewController.swift
/host/spi-builder-workspace/Sources/ArcGISToolkit/AR/ArcGISARView.swift:15:8: error: no such module 'UIKit'
 13 | // limitations under the License.
 14 |
 15 | import UIKit
    |        `- error: no such module 'UIKit'
 16 | import ARKit
 17 | import ArcGIS
[17/30] Compiling ArcGISToolkit Extensions.swift
/host/spi-builder-workspace/Sources/ArcGISToolkit/AR/ArcGISARView.swift:15:8: error: no such module 'UIKit'
 13 | // limitations under the License.
 14 |
 15 | import UIKit
    |        `- error: no such module 'UIKit'
 16 | import ARKit
 17 | import ArcGIS
[18/30] Compiling ArcGISToolkit FloorFilterViewController.swift
/host/spi-builder-workspace/Sources/ArcGISToolkit/AR/ArcGISARView.swift:15:8: error: no such module 'UIKit'
 13 | // limitations under the License.
 14 |
 15 | import UIKit
    |        `- error: no such module 'UIKit'
 16 | import ARKit
 17 | import ArcGIS
[19/30] Compiling ArcGISToolkit FloorFilterViewModel.swift
/host/spi-builder-workspace/Sources/ArcGISToolkit/AR/ArcGISARView.swift:15:8: error: no such module 'UIKit'
 13 | // limitations under the License.
 14 |
 15 | import UIKit
    |        `- error: no such module 'UIKit'
 16 | import ARKit
 17 | import ArcGIS
[20/30] Compiling ArcGISToolkit CancelGroup.swift
/host/spi-builder-workspace/Sources/ArcGISToolkit/AR/ArcGISARView.swift:15:8: error: no such module 'UIKit'
 13 | // limitations under the License.
 14 |
 15 | import UIKit
    |        `- error: no such module 'UIKit'
 16 | import ARKit
 17 | import ArcGIS
[21/30] Compiling ArcGISToolkit Coalescer.swift
/host/spi-builder-workspace/Sources/ArcGISToolkit/AR/ArcGISARView.swift:15:8: error: no such module 'UIKit'
 13 | // limitations under the License.
 14 |
 15 | import UIKit
    |        `- error: no such module 'UIKit'
 16 | import ARKit
 17 | import ArcGIS
[22/30] Compiling ArcGISToolkit Compass.swift
/host/spi-builder-workspace/Sources/ArcGISToolkit/AR/ArcGISARView.swift:15:8: error: no such module 'UIKit'
 13 | // limitations under the License.
 14 |
 15 | import UIKit
    |        `- error: no such module 'UIKit'
 16 | import ARKit
 17 | import ArcGIS
[23/30] Compiling ArcGISToolkit TemplatePickerViewController.swift
/host/spi-builder-workspace/Sources/ArcGISToolkit/AR/ArcGISARView.swift:15:8: error: no such module 'UIKit'
 13 | // limitations under the License.
 14 |
 15 | import UIKit
    |        `- error: no such module 'UIKit'
 16 | import ARKit
 17 | import ArcGIS
[24/30] Compiling ArcGISToolkit TimeSlider.swift
/host/spi-builder-workspace/Sources/ArcGISToolkit/AR/ArcGISARView.swift:15:8: error: no such module 'UIKit'
 13 | // limitations under the License.
 14 |
 15 | import UIKit
    |        `- error: no such module 'UIKit'
 16 | import ARKit
 17 | import ArcGIS
[25/30] Compiling ArcGISToolkit ArcGISARView.swift
/host/spi-builder-workspace/Sources/ArcGISToolkit/AR/ArcGISARView.swift:15:8: error: no such module 'UIKit'
 13 | // limitations under the License.
 14 |
 15 | import UIKit
    |        `- error: no such module 'UIKit'
 16 | import ARKit
 17 | import ArcGIS
[26/30] Compiling ArcGISToolkit BookmarksTableViewController.swift
/host/spi-builder-workspace/Sources/ArcGISToolkit/AR/ArcGISARView.swift:15:8: error: no such module 'UIKit'
 13 | // limitations under the License.
 14 |
 15 | import UIKit
    |        `- error: no such module 'UIKit'
 16 | import ARKit
 17 | import ArcGIS
[27/30] Compiling ArcGISToolkit BookmarksViewController.swift
/host/spi-builder-workspace/Sources/ArcGISToolkit/AR/ArcGISARView.swift:15:8: error: no such module 'UIKit'
 13 | // limitations under the License.
 14 |
 15 | import UIKit
    |        `- error: no such module 'UIKit'
 16 | import ARKit
 17 | import ArcGIS
[28/30] Compiling ArcGISToolkit SiteFacilityPromptViewController.swift
/host/spi-builder-workspace/Sources/ArcGISToolkit/AR/ArcGISARView.swift:15:8: error: no such module 'UIKit'
 13 | // limitations under the License.
 14 |
 15 | import UIKit
    |        `- error: no such module 'UIKit'
 16 | import ARKit
 17 | import ArcGIS
[29/30] Compiling ArcGISToolkit SiteFacilityTableViewCell.swift
/host/spi-builder-workspace/Sources/ArcGISToolkit/AR/ArcGISARView.swift:15:8: error: no such module 'UIKit'
 13 | // limitations under the License.
 14 |
 15 | import UIKit
    |        `- error: no such module 'UIKit'
 16 | import ARKit
 17 | import ArcGIS
[30/30] Compiling ArcGISToolkit JobManager.swift
/host/spi-builder-workspace/Sources/ArcGISToolkit/AR/ArcGISARView.swift:15:8: error: no such module 'UIKit'
 13 | // limitations under the License.
 14 |
 15 | import UIKit
    |        `- error: no such module 'UIKit'
 16 | import ARKit
 17 | import ArcGIS
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/22] Emitting module ArcGISToolkit
/host/spi-builder-workspace/Sources/ArcGISToolkit/AR/ArcGISARView.swift:15:8: error: no such module 'UIKit'
 13 | // limitations under the License.
 14 |
 15 | import UIKit
    |        `- error: no such module 'UIKit'
 16 | import ARKit
 17 | import ArcGIS
[3/24] Compiling ArcGISToolkit UnitsViewController.swift
/host/spi-builder-workspace/Sources/ArcGISToolkit/AR/ArcGISARView.swift:15:8: error: no such module 'UIKit'
 13 | // limitations under the License.
 14 |
 15 | import UIKit
    |        `- error: no such module 'UIKit'
 16 | import ARKit
 17 | import ArcGIS
[4/24] Compiling ArcGISToolkit resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/ArcGISToolkit/AR/ArcGISARView.swift:15:8: error: no such module 'UIKit'
 13 | // limitations under the License.
 14 |
 15 | import UIKit
    |        `- error: no such module 'UIKit'
 16 | import ARKit
 17 | import ArcGIS
[5/24] Compiling ArcGISToolkit PopupController.swift
/host/spi-builder-workspace/Sources/ArcGISToolkit/AR/ArcGISARView.swift:15:8: error: no such module 'UIKit'
 13 | // limitations under the License.
 14 |
 15 | import UIKit
    |        `- error: no such module 'UIKit'
 16 | import ARKit
 17 | import ArcGIS
[6/24] Compiling ArcGISToolkit Scalebar.swift
/host/spi-builder-workspace/Sources/ArcGISToolkit/AR/ArcGISARView.swift:15:8: error: no such module 'UIKit'
 13 | // limitations under the License.
 14 |
 15 | import UIKit
    |        `- error: no such module 'UIKit'
 16 | import ARKit
 17 | import ArcGIS
[7/24] Compiling ArcGISToolkit TableViewController.swift
/host/spi-builder-workspace/Sources/ArcGISToolkit/AR/ArcGISARView.swift:15:8: error: no such module 'UIKit'
 13 | // limitations under the License.
 14 |
 15 | import UIKit
    |        `- error: no such module 'UIKit'
 16 | import ARKit
 17 | import ArcGIS
[8/24] Compiling ArcGISToolkit Extensions.swift
/host/spi-builder-workspace/Sources/ArcGISToolkit/AR/ArcGISARView.swift:15:8: error: no such module 'UIKit'
 13 | // limitations under the License.
 14 |
 15 | import UIKit
    |        `- error: no such module 'UIKit'
 16 | import ARKit
 17 | import ArcGIS
[9/24] Compiling ArcGISToolkit FloorFilterViewController.swift
/host/spi-builder-workspace/Sources/ArcGISToolkit/AR/ArcGISARView.swift:15:8: error: no such module 'UIKit'
 13 | // limitations under the License.
 14 |
 15 | import UIKit
    |        `- error: no such module 'UIKit'
 16 | import ARKit
 17 | import ArcGIS
[10/24] Compiling ArcGISToolkit FloorFilterViewModel.swift
/host/spi-builder-workspace/Sources/ArcGISToolkit/AR/ArcGISARView.swift:15:8: error: no such module 'UIKit'
 13 | // limitations under the License.
 14 |
 15 | import UIKit
    |        `- error: no such module 'UIKit'
 16 | import ARKit
 17 | import ArcGIS
[11/24] Compiling ArcGISToolkit SiteFacilityPromptViewController.swift
/host/spi-builder-workspace/Sources/ArcGISToolkit/AR/ArcGISARView.swift:15:8: error: no such module 'UIKit'
 13 | // limitations under the License.
 14 |
 15 | import UIKit
    |        `- error: no such module 'UIKit'
 16 | import ARKit
 17 | import ArcGIS
[12/24] Compiling ArcGISToolkit SiteFacilityTableViewCell.swift
/host/spi-builder-workspace/Sources/ArcGISToolkit/AR/ArcGISARView.swift:15:8: error: no such module 'UIKit'
 13 | // limitations under the License.
 14 |
 15 | import UIKit
    |        `- error: no such module 'UIKit'
 16 | import ARKit
 17 | import ArcGIS
[13/24] Compiling ArcGISToolkit JobManager.swift
/host/spi-builder-workspace/Sources/ArcGISToolkit/AR/ArcGISARView.swift:15:8: error: no such module 'UIKit'
 13 | // limitations under the License.
 14 |
 15 | import UIKit
    |        `- error: no such module 'UIKit'
 16 | import ARKit
 17 | import ArcGIS
[14/24] Compiling ArcGISToolkit ArcGISARView.swift
/host/spi-builder-workspace/Sources/ArcGISToolkit/AR/ArcGISARView.swift:15:8: error: no such module 'UIKit'
 13 | // limitations under the License.
 14 |
 15 | import UIKit
    |        `- error: no such module 'UIKit'
 16 | import ARKit
 17 | import ArcGIS
[15/24] Compiling ArcGISToolkit BookmarksTableViewController.swift
/host/spi-builder-workspace/Sources/ArcGISToolkit/AR/ArcGISARView.swift:15:8: error: no such module 'UIKit'
 13 | // limitations under the License.
 14 |
 15 | import UIKit
    |        `- error: no such module 'UIKit'
 16 | import ARKit
 17 | import ArcGIS
[16/24] Compiling ArcGISToolkit BookmarksViewController.swift
/host/spi-builder-workspace/Sources/ArcGISToolkit/AR/ArcGISARView.swift:15:8: error: no such module 'UIKit'
 13 | // limitations under the License.
 14 |
 15 | import UIKit
    |        `- error: no such module 'UIKit'
 16 | import ARKit
 17 | import ArcGIS
[17/24] Compiling ArcGISToolkit TemplatePickerViewController.swift
/host/spi-builder-workspace/Sources/ArcGISToolkit/AR/ArcGISARView.swift:15:8: error: no such module 'UIKit'
 13 | // limitations under the License.
 14 |
 15 | import UIKit
    |        `- error: no such module 'UIKit'
 16 | import ARKit
 17 | import ArcGIS
[18/24] Compiling ArcGISToolkit TimeSlider.swift
/host/spi-builder-workspace/Sources/ArcGISToolkit/AR/ArcGISARView.swift:15:8: error: no such module 'UIKit'
 13 | // limitations under the License.
 14 |
 15 | import UIKit
    |        `- error: no such module 'UIKit'
 16 | import ARKit
 17 | import ArcGIS
[19/24] Compiling ArcGISToolkit CancelGroup.swift
/host/spi-builder-workspace/Sources/ArcGISToolkit/AR/ArcGISARView.swift:15:8: error: no such module 'UIKit'
 13 | // limitations under the License.
 14 |
 15 | import UIKit
    |        `- error: no such module 'UIKit'
 16 | import ARKit
 17 | import ArcGIS
[20/24] Compiling ArcGISToolkit Coalescer.swift
/host/spi-builder-workspace/Sources/ArcGISToolkit/AR/ArcGISARView.swift:15:8: error: no such module 'UIKit'
 13 | // limitations under the License.
 14 |
 15 | import UIKit
    |        `- error: no such module 'UIKit'
 16 | import ARKit
 17 | import ArcGIS
[21/24] Compiling ArcGISToolkit Compass.swift
/host/spi-builder-workspace/Sources/ArcGISToolkit/AR/ArcGISARView.swift:15:8: error: no such module 'UIKit'
 13 | // limitations under the License.
 14 |
 15 | import UIKit
    |        `- error: no such module 'UIKit'
 16 | import ARKit
 17 | import ArcGIS
[22/24] Compiling ArcGISToolkit LegendViewController.swift
/host/spi-builder-workspace/Sources/ArcGISToolkit/AR/ArcGISARView.swift:15:8: error: no such module 'UIKit'
 13 | // limitations under the License.
 14 |
 15 | import UIKit
    |        `- error: no such module 'UIKit'
 16 | import ARKit
 17 | import ArcGIS
[23/24] Compiling ArcGISToolkit MapViewController.swift
/host/spi-builder-workspace/Sources/ArcGISToolkit/AR/ArcGISARView.swift:15:8: error: no such module 'UIKit'
 13 | // limitations under the License.
 14 |
 15 | import UIKit
    |        `- error: no such module 'UIKit'
 16 | import ARKit
 17 | import ArcGIS
[24/24] Compiling ArcGISToolkit MeasureToolbar.swift
/host/spi-builder-workspace/Sources/ArcGISToolkit/AR/ArcGISARView.swift:15:8: error: no such module 'UIKit'
 13 | // limitations under the License.
 14 |
 15 | import UIKit
    |        `- error: no such module 'UIKit'
 16 | import ARKit
 17 | import ArcGIS
BUILD FAILURE 6.1 linux