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 main (e48a29), with Swift 6.1 for Linux on 30 Apr 2025 08:56:26 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kasianov-mikhail/scout.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/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
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
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/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 ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.43s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.03s)
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: '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] Emitting module Logging
[5/8] Compiling Logging MetadataProvider.swift
[6/8] Compiling Logging LogHandler.swift
[7/8] Compiling Logging Locks.swift
[8/8] Compiling Logging Logging.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/66] Emitting module Scout
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[11/66] Compiling Scout ActivityPeriod.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[12/66] Compiling Scout CKRepresentable.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[13/66] Compiling Scout Calendar.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[14/66] Compiling Scout Cell.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[15/66] Compiling Scout Database+Runner.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[16/66] Compiling Scout Database.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[17/66] Compiling Scout Date+Start.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[18/66] Compiling Scout DateModel.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[19/73] Compiling Scout DatabaseController.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[20/73] Compiling Scout Date+Add.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[21/73] Compiling Scout Event.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[22/73] Compiling Scout EventList.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[23/73] Compiling Scout EventProvider.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[24/73] Compiling Scout EventView.Sections.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[25/73] Compiling Scout EventView.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[26/73] Compiling Scout FilterView.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[27/73] Compiling Scout Syncable.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[28/73] Compiling Scout UserActivity+Monitor.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[29/73] Compiling Scout AnalyticsView.Suggestion.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[30/73] Compiling Scout AnalyticsView.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[31/73] Compiling Scout Box.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[32/73] Compiling Scout ChartPoint.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[33/73] Compiling Scout Criteria.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[34/73] Compiling Scout DatabaseController+Sample.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[35/73] Compiling Scout Period.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[36/73] Compiling Scout PeriodPicker.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[37/73] Compiling Scout Placeholder.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[38/73] Compiling Scout RangeControl.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[39/73] Compiling Scout RangeLabel.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[40/73] Compiling Scout RawPointData.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[41/73] Compiling Scout Redacted.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[42/73] Compiling Scout RedactedText.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[43/73] Compiling Scout Header.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[44/73] Compiling Scout HistoryFilter.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[45/73] Compiling Scout HistoryView.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[46/73] Compiling Scout HomeView.Sections.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[47/73] Compiling Scout HomeView.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[48/73] Compiling Scout Message.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[49/73] Compiling Scout ParamList.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[50/73] Compiling Scout ParamProvider.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[51/73] Compiling Scout NotificationListener.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[52/73] Compiling Scout Persistence.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[53/73] Compiling Scout SessionObject+Monitor.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[54/73] Compiling Scout Setup.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[55/73] Compiling Scout Sync.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[56/73] Compiling Scout SyncCoordinator.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[57/73] Compiling Scout SyncError.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[58/73] Compiling Scout SyncGroup.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[59/73] Compiling Scout Dispatcher.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[60/73] Compiling Scout IDs.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[61/73] Compiling Scout Log.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[62/73] Compiling Scout LogHandler.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[63/73] Compiling Scout Matrix+Merge.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[64/73] Compiling Scout Matrix+Record.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[65/73] Compiling Scout Matrix.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[66/73] Compiling Scout MatrixGroup.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[67/73] Compiling Scout Row.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[68/73] Compiling Scout StatEventList.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[69/73] Compiling Scout StatModel+Move.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[70/73] Compiling Scout StatModel.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[71/73] Compiling Scout StatProvider.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[72/73] Compiling Scout StatRow.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[73/73] Compiling Scout StatView.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/Scout/Scout.xcdatamodeld
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/6] Compiling Logging LogHandler.swift
[3/6] Compiling Logging MetadataProvider.swift
[4/6] Emitting module Logging
[5/6] Compiling Logging Logging.swift
[6/6] Compiling Logging Locks.swift
[8/64] Compiling Scout Header.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[9/64] Compiling Scout HistoryFilter.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[10/64] Compiling Scout HistoryView.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[11/64] Compiling Scout HomeView.Sections.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[12/64] Compiling Scout HomeView.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[13/64] Compiling Scout Message.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[14/64] Compiling Scout ParamList.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[15/64] Compiling Scout ParamProvider.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/71] Emitting module Scout
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[17/71] Compiling Scout Dispatcher.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[18/71] Compiling Scout IDs.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[19/71] Compiling Scout Log.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[20/71] Compiling Scout LogHandler.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[21/71] Compiling Scout Matrix+Merge.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[22/71] Compiling Scout Matrix+Record.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[23/71] Compiling Scout Matrix.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[24/71] Compiling Scout MatrixGroup.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[25/71] Compiling Scout ActivityPeriod.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[26/71] Compiling Scout CKRepresentable.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[27/71] Compiling Scout Calendar.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[28/71] Compiling Scout Cell.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[29/71] Compiling Scout Database+Runner.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[30/71] Compiling Scout Database.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[31/71] Compiling Scout Date+Start.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[32/71] Compiling Scout DateModel.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[33/71] Compiling Scout Syncable.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[34/71] Compiling Scout UserActivity+Monitor.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[35/71] Compiling Scout AnalyticsView.Suggestion.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[36/71] Compiling Scout AnalyticsView.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[37/71] Compiling Scout Box.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[38/71] Compiling Scout ChartPoint.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[39/71] Compiling Scout Criteria.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[40/71] Compiling Scout DatabaseController+Sample.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[41/71] Compiling Scout NotificationListener.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[42/71] Compiling Scout Persistence.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[43/71] Compiling Scout SessionObject+Monitor.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[44/71] Compiling Scout Setup.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[45/71] Compiling Scout Sync.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[46/71] Compiling Scout SyncCoordinator.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[47/71] Compiling Scout SyncError.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[48/71] Compiling Scout SyncGroup.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[49/71] Compiling Scout DatabaseController.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[50/71] Compiling Scout Date+Add.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[51/71] Compiling Scout Event.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[52/71] Compiling Scout EventList.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[53/71] Compiling Scout EventProvider.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[54/71] Compiling Scout EventView.Sections.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[55/71] Compiling Scout EventView.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[56/71] Compiling Scout FilterView.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[57/71] Compiling Scout Period.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[58/71] Compiling Scout PeriodPicker.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[59/71] Compiling Scout Placeholder.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[60/71] Compiling Scout RangeControl.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[61/71] Compiling Scout RangeLabel.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[62/71] Compiling Scout RawPointData.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[63/71] Compiling Scout Redacted.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[64/71] Compiling Scout RedactedText.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[65/71] Compiling Scout Row.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[66/71] Compiling Scout StatEventList.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[67/71] Compiling Scout StatModel+Move.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[68/71] Compiling Scout StatModel.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[69/71] Compiling Scout StatProvider.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[70/71] Compiling Scout StatRow.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
[71/71] Compiling Scout StatView.swift
/host/spi-builder-workspace/Sources/Scout/Core/CKRepresentable.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 protocol that defines a type that can be represented as a `CKRecord`.
BUILD FAILURE 6.1 linux