Build Information
Failed to build Scout, reference main (e48a29
), with Swift 6.0 for macOS (SPM) on 6 Apr 2025 21:04:43 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
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 e48a290 Extract SyncError to file
Cloned https://github.com/kasianov-mikhail/scout.git
Revision (git rev-parse @):
e48a290beb3c31aaa20e18e133d6462c41ab1b2f
SUCCESS checkout https://github.com/kasianov-mikhail/scout.git at main
Fetching https://github.com/apple/swift-log.git
[1/3825] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.92s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.47s)
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/1069] Fetching scout
Fetched https://github.com/kasianov-mikhail/scout.git from cache (0.75s)
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git from cache (0.55s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.02s)
Creating working copy for https://github.com/kasianov-mikhail/scout.git
Working copy of https://github.com/kasianov-mikhail/scout.git resolved at main (e48a290)
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.0
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/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+Merge.swift",
"Core/Matrix+Record.swift",
"Core/Matrix.swift",
"Core/MatrixGroup.swift",
"Core/NotificationListener.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/AnalyticsView.Suggestion.swift",
"UI/AnalyticsView.swift",
"UI/Box.swift",
"UI/ChartPoint.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/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.2.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-5BDAB9E9C0126B9D.txt
[4/8] Compiling Logging MetadataProvider.swift
[5/8] Compiling Logging Locks.swift
[6/8] Compiling Logging LogHandler.swift
[7/8] Compiling Logging Logging.swift
[8/8] Emitting module Logging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/66] 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
[10/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
[11/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
[12/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
[13/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
[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
[16/72] 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
[17/72] 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
[18/72] 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
[19/72] 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
[20/72] 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
[21/72] 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
[22/72] Compiling Scout Matrix+Merge.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/72] 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/72] 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
[25/72] 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
[26/72] 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
[27/72] 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
[28/72] 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
[29/72] 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
[30/72] 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
[31/72] 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
[32/72] 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
[33/72] 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
[34/72] 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
[35/72] 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
[36/72] 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
[37/72] 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
[38/72] 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
[39/72] 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
[40/72] 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
[41/72] 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
[42/72] 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
[43/72] 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
[44/72] 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
[45/72] 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
[46/72] 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
[47/72] 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
[48/72] 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
[49/72] 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
[50/72] 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
[51/72] 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
[52/72] 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
[53/72] 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
[54/72] 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
[55/72] 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
[56/72] 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
[57/72] 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
[58/72] 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
[59/72] 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
[60/72] 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
[61/72] 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
[62/72] 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
[63/72] 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
[64/72] 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
[65/72] 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
[66/72] 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
[67/72] 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
[68/72] 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
[69/72] 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
[70/72] 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
[71/72] 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
[72/72] 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
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.2.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-5BDAB9E9C0126B9D.txt
[2/6] Compiling Logging MetadataProvider.swift
[3/6] Compiling Logging LogHandler.swift
[4/6] Emitting module Logging
[5/6] Compiling Logging Logging.swift
[6/6] Compiling Logging Locks.swift
[7/64] 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
[8/64] 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
[9/64] 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
[10/64] 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
[11/64] 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
[12/64] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/70] 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
[14/70] 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
[15/70] 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
[16/70] 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
[17/70] 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
[18/70] 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
[19/70] 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
[20/70] 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
[21/70] 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
[22/70] 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
[23/70] 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
[24/70] 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
[25/70] Compiling Scout Matrix+Merge.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/70] 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
[27/70] 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
[28/70] 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
[29/70] 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
[30/70] 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
[31/70] 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
[32/70] 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
[33/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
[34/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
[35/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
[36/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
[37/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
[38/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
[39/70] 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
[40/70] 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
[41/70] 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
[42/70] 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
[43/70] 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
[44/70] 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
[45/70] 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
[46/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
[47/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
[48/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
[49/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
[50/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
[51/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
[52/70] 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
[53/70] 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
[54/70] 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
[55/70] 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
[56/70] 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
[57/70] 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
[58/70] 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
[59/70] 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
[60/70] 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
[61/70] 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
[62/70] 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
[63/70] 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
[64/70] 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
[65/70] 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
[66/70] 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
[67/70] 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
[68/70] 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
[69/70] 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
[70/70] 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
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.0 macosSpm