The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build Scout, reference 1.1.0 (363f0a), with Swift 6.0 for Linux on 19 Jan 2025 17:31:03 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kasianov-mikhail/scout.git
Reference: 1.1.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/kasianov-mikhail/scout
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at 363f0a1 Update README with corrected installation link
Cloned https://github.com/kasianov-mikhail/scout.git
Revision (git rev-parse @):
363f0a1360bb001e1d46e71554c215196aa30b09
SUCCESS checkout https://github.com/kasianov-mikhail/scout.git at 1.1.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/kasianov-mikhail/scout.git
https://github.com/kasianov-mikhail/scout.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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" : "/host/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/DateExtensionsTests.swift",
        "Core/DispatcherTests.swift",
        "Core/LogTest.swift",
        "Core/MatrixProviderTests.swift",
        "Core/NotificationListenerTests.swift",
        "Core/RecordHourFieldTests.swift",
        "Core/RecordTest.swift",
        "Core/SessionMonitorTests.swift",
        "Core/SyncCoordinatorTests.swift",
        "Core/SyncTests.swift",
        "Core/SyncableTests.swift",
        "Core/Transient/InMemoryContext.swift",
        "Core/Transient/InMemoryDatabase.swift",
        "UI/ArrayUniqueTests.swift",
        "UI/ChartPointTests.swift",
        "UI/CriteriaTests.swift",
        "UI/DateAddTests.swift",
        "UI/HistoryFilterTests.swift",
        "UI/MatrixTests.swift",
        "UI/RangeLabelTests.swift",
        "UI/RawPointDataTests.swift",
        "UI/StatModelMoveTests.swift",
        "UI/StatModelTests.swift"
      ],
      "target_dependencies" : [
        "Scout"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Scout",
      "module_type" : "SwiftTarget",
      "name" : "Scout",
      "path" : "Sources/Scout",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "Scout"
      ],
      "sources" : [
        "Core/Calendar.swift",
        "Core/Database.swift",
        "Core/Date+Start.swift",
        "Core/Dispatcher.swift",
        "Core/IDs.swift",
        "Core/Log.swift",
        "Core/LogHandler.swift",
        "Core/MatrixProvider.swift",
        "Core/NotificationListener.swift",
        "Core/Persistence.swift",
        "Core/Record+HourField.swift",
        "Core/SessionMonitor.swift",
        "Core/Setup.swift",
        "Core/Sync.swift",
        "Core/SyncCoordinator.swift",
        "Core/SyncGroup.swift",
        "Core/Syncable.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/Matrix.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",
        "UI/UserPeriod.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-log.git
[1/3743] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.31s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.50s)
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.2
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/Scout/Scout.xcdatamodeld
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/8] Compiling Logging MetadataProvider.swift
[5/8] Compiling Logging LogHandler.swift
[6/8] Compiling Logging Logging.swift
[7/8] Compiling Logging Locks.swift
[8/8] Emitting module Logging
[10/59] Compiling Scout MatrixProvider.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[11/59] Compiling Scout NotificationListener.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[12/59] Compiling Scout Persistence.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[13/59] Compiling Scout Record+HourField.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[14/59] Compiling Scout SessionMonitor.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[15/59] Compiling Scout Setup.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[16/59] Compiling Scout Sync.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/66] Emitting module Scout
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[18/66] Compiling Scout SyncCoordinator.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[19/66] Compiling Scout SyncGroup.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[20/66] Compiling Scout Syncable.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[21/66] Compiling Scout AnalyticsView.Suggestion.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[22/66] Compiling Scout AnalyticsView.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[23/66] Compiling Scout Box.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[24/66] Compiling Scout ChartPoint.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[25/66] Compiling Scout Placeholder.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[26/66] Compiling Scout RangeControl.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[27/66] Compiling Scout RangeLabel.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[28/66] Compiling Scout RawPointData.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[29/66] Compiling Scout Redacted.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[30/66] Compiling Scout RedactedText.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[31/66] Compiling Scout Row.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[32/66] Compiling Scout EventView.Sections.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[33/66] Compiling Scout EventView.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[34/66] Compiling Scout FilterView.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[35/66] Compiling Scout Header.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[36/66] Compiling Scout HistoryFilter.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[37/66] Compiling Scout HistoryView.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[38/66] Compiling Scout HomeView.Sections.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[39/66] Compiling Scout Calendar.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[40/66] Compiling Scout Database.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[41/66] Compiling Scout Date+Start.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[42/66] Compiling Scout Dispatcher.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[43/66] Compiling Scout IDs.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[44/66] Compiling Scout Log.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[45/66] Compiling Scout LogHandler.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[46/66] Compiling Scout HomeView.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[47/66] Compiling Scout Matrix.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[48/66] Compiling Scout Message.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[49/66] Compiling Scout ParamList.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[50/66] Compiling Scout ParamProvider.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[51/66] Compiling Scout Period.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[52/66] Compiling Scout PeriodPicker.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[53/66] Compiling Scout Criteria.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[54/66] Compiling Scout DatabaseController+Sample.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[55/66] Compiling Scout DatabaseController.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[56/66] Compiling Scout Date+Add.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[57/66] Compiling Scout Event.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[58/66] Compiling Scout EventList.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[59/66] Compiling Scout EventProvider.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[60/66] Compiling Scout StatEventList.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[61/66] Compiling Scout StatModel+Move.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[62/66] Compiling Scout StatModel.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[63/66] Compiling Scout StatProvider.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[64/66] Compiling Scout StatRow.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[65/66] Compiling Scout StatView.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[66/66] Compiling Scout UserPeriod.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/Scout/Scout.xcdatamodeld
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/6] Compiling Logging MetadataProvider.swift
[3/6] Compiling Logging LogHandler.swift
[4/6] Compiling Logging Locks.swift
[5/6] Compiling Logging Logging.swift
[6/6] Emitting module Logging
[8/57] Compiling Scout Calendar.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[9/57] Compiling Scout Database.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[10/57] Compiling Scout Date+Start.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[11/57] Compiling Scout Dispatcher.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[12/57] Compiling Scout IDs.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[13/57] Compiling Scout Log.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[14/57] Compiling Scout LogHandler.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[15/64] Compiling Scout SyncCoordinator.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[16/64] Compiling Scout SyncGroup.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[17/64] Compiling Scout Syncable.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[18/64] Compiling Scout AnalyticsView.Suggestion.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[19/64] Compiling Scout AnalyticsView.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[20/64] Compiling Scout Box.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[21/64] Compiling Scout ChartPoint.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[22/64] Compiling Scout Criteria.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[23/64] Compiling Scout DatabaseController+Sample.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[24/64] Compiling Scout DatabaseController.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[25/64] Compiling Scout Date+Add.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[26/64] Compiling Scout Event.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[27/64] Compiling Scout EventList.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[28/64] Compiling Scout EventProvider.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[29/64] Emitting module Scout
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[30/64] Compiling Scout MatrixProvider.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[31/64] Compiling Scout NotificationListener.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[32/64] Compiling Scout Persistence.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[33/64] Compiling Scout Record+HourField.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[34/64] Compiling Scout SessionMonitor.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[35/64] Compiling Scout Setup.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[36/64] Compiling Scout Sync.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[37/64] Compiling Scout StatEventList.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[38/64] Compiling Scout StatModel+Move.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[39/64] Compiling Scout StatModel.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[40/64] Compiling Scout StatProvider.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[41/64] Compiling Scout StatRow.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[42/64] Compiling Scout StatView.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[43/64] Compiling Scout UserPeriod.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[44/64] Compiling Scout HomeView.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[45/64] Compiling Scout Matrix.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[46/64] Compiling Scout Message.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[47/64] Compiling Scout ParamList.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[48/64] Compiling Scout ParamProvider.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[49/64] Compiling Scout Period.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[50/64] Compiling Scout PeriodPicker.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[51/64] Compiling Scout Placeholder.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[52/64] Compiling Scout RangeControl.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[53/64] Compiling Scout RangeLabel.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[54/64] Compiling Scout RawPointData.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[55/64] Compiling Scout Redacted.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[56/64] Compiling Scout RedactedText.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[57/64] Compiling Scout Row.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[58/64] Compiling Scout EventView.Sections.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[59/64] Compiling Scout EventView.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[60/64] Compiling Scout FilterView.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[61/64] Compiling Scout Header.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[62/64] Compiling Scout HistoryFilter.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[63/64] Compiling Scout HistoryView.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
[64/64] Compiling Scout HomeView.Sections.swift
/host/spi-builder-workspace/Sources/Scout/Core/Database.swift:8:8: error: no such module 'CloudKit'
  6 | // https://opensource.org/licenses/MIT.
  7 |
  8 | import CloudKit
    |        `- error: no such module 'CloudKit'
  9 |
 10 | /// A typealias representing the result of a database operation.
BUILD FAILURE 6.0 linux