Build Information
Failed to build Scout, reference main (78da1b
), with Swift 6.1 for macOS (SPM) on 26 Jun 2025 20:50:53 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kasianov-mikhail/scout.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kasianov-mikhail/scout
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 78da1b6 Specify list row separator edges in StatView
Cloned https://github.com/kasianov-mikhail/scout.git
Revision (git rev-parse @):
78da1b6a9690c839aa78c6f18397065bd9288d75
SUCCESS checkout https://github.com/kasianov-mikhail/scout.git at main
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git from cache (0.66s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.19s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "scout",
"name": "Scout",
"url": "https://github.com/kasianov-mikhail/scout.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/scout",
"dependencies": [
{
"identity": "swift-log",
"name": "swift-log",
"url": "https://github.com/apple/swift-log.git",
"version": "1.6.3",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/kasianov-mikhail/scout.git
[1/1309] Fetching scout
Fetched https://github.com/kasianov-mikhail/scout.git from cache (0.80s)
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git from cache (0.45s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.51s)
Creating working copy for https://github.com/kasianov-mikhail/scout.git
Working copy of https://github.com/kasianov-mikhail/scout.git resolved at main (78da1b6)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
warning: '.resolve-product-dependencies': dependency 'scout' is not used by any target
Found 1 product dependencies
- swift-log
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/kasianov-mikhail/scout.git
https://github.com/kasianov-mikhail/scout.git
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
}
],
"manifest_display_name" : "Scout",
"name" : "Scout",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
}
],
"products" : [
{
"name" : "Scout",
"targets" : [
"Scout"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ScoutTests",
"module_type" : "SwiftTarget",
"name" : "ScoutTests",
"path" : "Tests/ScoutTests",
"sources" : [
"Core/CellTest.swift",
"Core/DateModelTests.swift",
"Core/DateStartTests.swift",
"Core/DispatcherTests.swift",
"Core/LogTest.swift",
"Core/MatrixGroupTests.swift",
"Core/MatrixTests.swift",
"Core/NotificationListenerTests.swift",
"Core/RecordTest.swift",
"Core/SessionObjectTests.swift",
"Core/SyncCoordinatorTests.swift",
"Core/SyncTests.swift",
"Core/SyncableTests.swift",
"Core/UserActivityTests.swift",
"Transient/InMemoryContext.swift",
"Transient/InMemoryDatabase.swift",
"UI/ArrayUniqueTests.swift",
"UI/ChartPointTests.swift",
"UI/CriteriaTests.swift",
"UI/DateAddTests.swift",
"UI/HistoryFilterTests.swift",
"UI/RangeLabelTests.swift",
"UI/RawPointDataTests.swift",
"UI/StatModelMoveTests.swift",
"UI/StatModelTests.swift",
"Utilities/Date+ISO.swift"
],
"target_dependencies" : [
"Scout"
],
"type" : "test"
},
{
"c99name" : "Scout",
"module_type" : "SwiftTarget",
"name" : "Scout",
"path" : "Sources/Scout",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"Scout"
],
"sources" : [
"Core/ActivityPeriod.swift",
"Core/CKRepresentable.swift",
"Core/Calendar.swift",
"Core/Cell.swift",
"Core/Combining.swift",
"Core/Database+Runner.swift",
"Core/Database.swift",
"Core/Date+Start.swift",
"Core/DateModel.swift",
"Core/Dispatcher.swift",
"Core/IDs.swift",
"Core/Log.swift",
"Core/LogHandler.swift",
"Core/Matrix+Record.swift",
"Core/Matrix.swift",
"Core/MatrixGroup.swift",
"Core/NotificationListener.swift",
"Core/PeriodCell.swift",
"Core/Persistence.swift",
"Core/SessionObject+Monitor.swift",
"Core/Setup.swift",
"Core/Sync.swift",
"Core/SyncCoordinator.swift",
"Core/SyncError.swift",
"Core/SyncGroup.swift",
"Core/Syncable.swift",
"Core/UserActivity+Monitor.swift",
"UI/ActivityProvider.swift",
"UI/ActivityRow.swift",
"UI/ActivityView.swift",
"UI/AnalyticsView.Suggestion.swift",
"UI/AnalyticsView.swift",
"UI/Box.swift",
"UI/ChartCompatible.swift",
"UI/ChartPoint.swift",
"UI/ChartView.swift",
"UI/Criteria.swift",
"UI/DatabaseController+Sample.swift",
"UI/DatabaseController.swift",
"UI/Date+Add.swift",
"UI/Event.swift",
"UI/EventList.swift",
"UI/EventProvider.swift",
"UI/EventView.Sections.swift",
"UI/EventView.swift",
"UI/FilterView.swift",
"UI/Header.swift",
"UI/HistoryFilter.swift",
"UI/HistoryView.swift",
"UI/HomeView.Sections.swift",
"UI/HomeView.swift",
"UI/Message.swift",
"UI/ParamList.swift",
"UI/ParamProvider.swift",
"UI/Period.swift",
"UI/PeriodPicker.swift",
"UI/PickerCompatible.swift",
"UI/Placeholder.swift",
"UI/RangeControl.swift",
"UI/RangeLabel.swift",
"UI/RawPointData.swift",
"UI/Redacted.swift",
"UI/RedactedText.swift",
"UI/Row.swift",
"UI/StatEventList.swift",
"UI/StatModel+Move.swift",
"UI/StatModel.swift",
"UI/StatProvider.swift",
"UI/StatRow.swift",
"UI/StatView.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/8] Compiling Logging MetadataProvider.swift
[5/8] Compiling Logging LogHandler.swift
[6/8] Compiling Logging Locks.swift
[7/8] Emitting module Logging
[8/8] Compiling Logging Logging.swift
[9/72] Compiling Scout ActivityPeriod.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[10/72] Compiling Scout CKRepresentable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[11/72] Compiling Scout Calendar.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[12/72] Compiling Scout Cell.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[13/72] Compiling Scout Combining.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[14/72] Compiling Scout Database+Runner.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[15/72] Compiling Scout Database.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/79] Emitting module Scout
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[17/79] Compiling Scout Date+Start.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[18/79] Compiling Scout DateModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[19/79] Compiling Scout Dispatcher.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[20/79] Compiling Scout IDs.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[21/79] Compiling Scout Log.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[22/79] Compiling Scout LogHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[23/79] Compiling Scout Matrix+Record.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[24/79] Compiling Scout PickerCompatible.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[25/79] Compiling Scout Placeholder.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[26/79] Compiling Scout RangeControl.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[27/79] Compiling Scout RangeLabel.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[28/79] Compiling Scout RawPointData.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[29/79] Compiling Scout Redacted.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[30/79] Compiling Scout RedactedText.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[31/79] Compiling Scout Sync.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[32/79] Compiling Scout SyncCoordinator.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[33/79] Compiling Scout SyncError.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[34/79] Compiling Scout SyncGroup.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[35/79] Compiling Scout Syncable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[36/79] Compiling Scout UserActivity+Monitor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[37/79] Compiling Scout ActivityProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[38/79] Compiling Scout HomeView.Sections.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[39/79] Compiling Scout HomeView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[40/79] Compiling Scout Message.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[41/79] Compiling Scout ParamList.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[42/79] Compiling Scout ParamProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[43/79] Compiling Scout Period.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[44/79] Compiling Scout PeriodPicker.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[45/79] Compiling Scout Matrix.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[46/79] Compiling Scout MatrixGroup.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[47/79] Compiling Scout NotificationListener.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[48/79] Compiling Scout PeriodCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[49/79] Compiling Scout Persistence.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[50/79] Compiling Scout SessionObject+Monitor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[51/79] Compiling Scout Setup.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[52/79] Compiling Scout ChartView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[53/79] Compiling Scout Criteria.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[54/79] Compiling Scout DatabaseController+Sample.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[55/79] Compiling Scout DatabaseController.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[56/79] Compiling Scout Date+Add.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[57/79] Compiling Scout Event.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[58/79] Compiling Scout EventList.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[59/79] Compiling Scout ActivityRow.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[60/79] Compiling Scout ActivityView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[61/79] Compiling Scout AnalyticsView.Suggestion.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[62/79] Compiling Scout AnalyticsView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[63/79] Compiling Scout Box.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[64/79] Compiling Scout ChartCompatible.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[65/79] Compiling Scout ChartPoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[66/79] Compiling Scout EventProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[67/79] Compiling Scout EventView.Sections.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[68/79] Compiling Scout EventView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[69/79] Compiling Scout FilterView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[70/79] Compiling Scout Header.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[71/79] Compiling Scout HistoryFilter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[72/79] Compiling Scout HistoryView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[73/79] Compiling Scout Row.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[74/79] Compiling Scout StatEventList.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[75/79] Compiling Scout StatModel+Move.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[76/79] Compiling Scout StatModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[77/79] Compiling Scout StatProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[78/79] Compiling Scout StatRow.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[79/79] Compiling Scout StatView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Scout.xcdatamodeld
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/6] Compiling Logging Logging.swift
[3/6] Emitting module Logging
[4/6] Compiling Logging LogHandler.swift
[5/6] Compiling Logging Locks.swift
[6/6] Compiling Logging MetadataProvider.swift
[7/70] Compiling Scout ActivityPeriod.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[8/70] Compiling Scout CKRepresentable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[9/70] Compiling Scout Calendar.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[10/70] Compiling Scout Cell.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[11/70] Compiling Scout Combining.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[12/70] Compiling Scout Database+Runner.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[13/70] Compiling Scout Database.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[14/70] Compiling Scout Matrix.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[15/70] Compiling Scout MatrixGroup.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[16/70] Compiling Scout NotificationListener.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[17/70] Compiling Scout PeriodCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[18/70] Compiling Scout Persistence.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[19/70] Compiling Scout SessionObject+Monitor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[20/70] Compiling Scout Setup.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[21/77] Compiling Scout Date+Start.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[22/77] Compiling Scout DateModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[23/77] Compiling Scout Dispatcher.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[24/77] Compiling Scout IDs.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[25/77] Compiling Scout Log.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[26/77] Compiling Scout LogHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[27/77] Compiling Scout Matrix+Record.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
error: emit-module command failed with exit code 1 (use -v to see invocation)
[28/77] Emitting module Scout
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[29/77] Compiling Scout ActivityRow.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[30/77] Compiling Scout ActivityView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[31/77] Compiling Scout AnalyticsView.Suggestion.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[32/77] Compiling Scout AnalyticsView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[33/77] Compiling Scout Box.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[34/77] Compiling Scout ChartCompatible.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[35/77] Compiling Scout ChartPoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[36/77] Compiling Scout Row.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[37/77] Compiling Scout StatEventList.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[38/77] Compiling Scout StatModel+Move.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[39/77] Compiling Scout StatModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[40/77] Compiling Scout StatProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[41/77] Compiling Scout StatRow.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[42/77] Compiling Scout StatView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[43/77] Compiling Scout ChartView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[44/77] Compiling Scout Criteria.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[45/77] Compiling Scout DatabaseController+Sample.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[46/77] Compiling Scout DatabaseController.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[47/77] Compiling Scout Date+Add.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[48/77] Compiling Scout Event.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[49/77] Compiling Scout EventList.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[50/77] Compiling Scout PickerCompatible.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[51/77] Compiling Scout Placeholder.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[52/77] Compiling Scout RangeControl.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[53/77] Compiling Scout RangeLabel.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[54/77] Compiling Scout RawPointData.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[55/77] Compiling Scout Redacted.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[56/77] Compiling Scout RedactedText.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[57/77] Compiling Scout Sync.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[58/77] Compiling Scout SyncCoordinator.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[59/77] Compiling Scout SyncError.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[60/77] Compiling Scout SyncGroup.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[61/77] Compiling Scout Syncable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[62/77] Compiling Scout UserActivity+Monitor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[63/77] Compiling Scout ActivityProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[64/77] Compiling Scout HomeView.Sections.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[65/77] Compiling Scout HomeView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[66/77] Compiling Scout Message.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[67/77] Compiling Scout ParamList.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[68/77] Compiling Scout ParamProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[69/77] Compiling Scout Period.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[70/77] Compiling Scout PeriodPicker.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[71/77] Compiling Scout EventProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[72/77] Compiling Scout EventView.Sections.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[73/77] Compiling Scout EventView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[74/77] Compiling Scout FilterView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[75/77] Compiling Scout Header.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[76/77] Compiling Scout HistoryFilter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
[77/77] Compiling Scout HistoryView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Core/Database+Runner.swift:9:8: error: no such module 'UIKit'
7 |
8 | import CloudKit
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Adds a method `runner` to `CKDatabase`, which allows executing a closure with a configured
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Scout.xcdatamodeld
BUILD FAILURE 6.1 macosSpm