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 BMO, reference main (5d46c8), with Swift 6.1 for Linux on 28 Apr 2025 01:13:54 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Frizlab/BMO.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/Frizlab/BMO
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 5d46c8b Dummy typo fix
Cloned https://github.com/Frizlab/BMO.git
Revision (git rev-parse @):
5d46c8b2d3487a80ef612e9f48ded7bd757e9453
SUCCESS checkout https://github.com/Frizlab/BMO.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Frizlab/BMO.git
https://github.com/Frizlab/BMO.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "BMO",
  "name" : "BMO",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "BMO",
      "targets" : [
        "BMO"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BMOCoreData",
      "targets" : [
        "BMOCoreData"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BMOTests",
      "module_type" : "SwiftTarget",
      "name" : "BMOTests",
      "path" : "Tests/BMOTests",
      "sources" : [
        "BMOTests.swift"
      ],
      "target_dependencies" : [
        "BMO"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BMOCoreDataTests",
      "module_type" : "SwiftTarget",
      "name" : "BMOCoreDataTests",
      "path" : "Tests/BMOCoreDataTests",
      "sources" : [
        "BMOCoreDataTests.swift"
      ],
      "target_dependencies" : [
        "BMOCoreData"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BMOCoreData",
      "module_type" : "SwiftTarget",
      "name" : "BMOCoreData",
      "path" : "Sources/BMOCoreData",
      "product_memberships" : [
        "BMOCoreData"
      ],
      "sources" : [
        " Errors.swift",
        "BMOImplementations/BMOCoreDataImporter.swift",
        "BMOImplementations/RequestHelpers/BMOCoreDataFetchRequestHelper.swift",
        "BMOImplementations/RequestHelpers/BMOCoreDataSaveRequestHelper.swift",
        "BMOProtocolsConformance/NSManagedObject+BMO.swift",
        "BMOProtocolsConformance/NSManagedObjectContext+BMO.swift",
        "CoreDataAPI+Create-Discarded.swift",
        "CoreDataAPI+Create-Saved.swift",
        "CoreDataAPI+CreateAndGet-Discarded.swift",
        "CoreDataAPI+CreateAndGet-Saved.swift",
        "CoreDataAPI+Delete.swift",
        "CoreDataAPI+Fetch.swift",
        "CoreDataAPI+Update-Discarded.swift",
        "CoreDataAPI+Update-Saved.swift",
        "CoreDataAPI.swift",
        "Utilities/Private/ Loggers.swift",
        "Utilities/Private/NSManagedObjectContext+Utils.swift",
        "Utilities/Public/NSFetchRequest+Utils.swift",
        "Utilities/Public/NSManagedObject+Utils.swift",
        "Utilities/Public/NSPredicate+Utils.swift",
        "Utilities/Public/RemoteFetchType.swift"
      ],
      "target_dependencies" : [
        "BMO"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BMO",
      "module_type" : "SwiftTarget",
      "name" : "BMO",
      "path" : "Sources/BMO",
      "product_memberships" : [
        "BMO",
        "BMOCoreData"
      ],
      "sources" : [
        "Core/Bridge-Protocol.swift",
        "Core/BridgeObjects-Protocol.swift",
        "Core/LocalDb-Protocol.swift",
        "Core/LocalDbImportOperation.swift",
        "Core/LocalDbImporter-Protocol.swift",
        "Core/RemoteDb-Protocol.swift",
        "Core/Request.swift",
        "Core/RequestHelper-Protocol.swift",
        "Core/RequestOperation.swift",
        "Core/RequestResult.swift",
        "Errors/ErrorCollection.swift",
        "Errors/OperationLifecycleError.swift",
        "Errors/RequestError.swift",
        "Helpers/GenericLocalDbObject.swift",
        "Helpers/LocalDbChanges.swift",
        "Helpers/RelationshipMergeType.swift",
        "Utilities/Private/MapError.swift",
        "Utilities/Private/Result+Utils.swift",
        "Utilities/Public/DummyRequestHelper.swift",
        "Utilities/Public/RequestHelperCollection.swift",
        "Utilities/Public/RequestHelperCollectionForOldRuntimes.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/23] Emitting module BMO
/host/spi-builder-workspace/Sources/BMO/Core/LocalDbImportOperation.swift:20:20: warning: class 'LocalDbImportOperation' must restate inherited '@unchecked Sendable' conformance
 18 |
 19 |
 20 | public final class LocalDbImportOperation<Bridge : BridgeProtocol> : Operation {
    |                    `- warning: class 'LocalDbImportOperation' must restate inherited '@unchecked Sendable' conformance
 21 |
 22 | 	public enum Request {
/host/spi-builder-workspace/Sources/BMO/Core/RequestOperation.swift:22:20: warning: class 'RequestOperation' must restate inherited '@unchecked Sendable' conformance
 20 | /* We’re not using RetryingOperation because it does not allow synchronous execution from start to startBaseOperation,
 21 |  *  and we want clients to be able to call start synchronously to guarantee being called on the context. */
 22 | public final class RequestOperation<Bridge : BridgeProtocol> : Operation {
    |                    `- warning: class 'RequestOperation' must restate inherited '@unchecked Sendable' conformance
 23 |
 24 | 	public typealias Request = BMO.Request<Bridge.LocalDb, Bridge.RequestUserInfo>
[5/25] Compiling BMO Result+Utils.swift
[6/25] Compiling BMO DummyRequestHelper.swift
[7/25] Compiling BMO RequestHelperCollection.swift
[8/25] Compiling BMO RequestHelperCollectionForOldRuntimes.swift
[9/25] Compiling BMO RelationshipMergeType.swift
[10/25] Compiling BMO MapError.swift
[11/25] Compiling BMO RequestError.swift
[12/25] Compiling BMO GenericLocalDbObject.swift
[13/25] Compiling BMO LocalDbChanges.swift
[14/25] Compiling BMO RequestResult.swift
[15/25] Compiling BMO ErrorCollection.swift
[16/25] Compiling BMO OperationLifecycleError.swift
[17/25] Compiling BMO LocalDbImportOperation.swift
/host/spi-builder-workspace/Sources/BMO/Core/LocalDbImportOperation.swift:20:20: warning: class 'LocalDbImportOperation' must restate inherited '@unchecked Sendable' conformance
 18 |
 19 |
 20 | public final class LocalDbImportOperation<Bridge : BridgeProtocol> : Operation {
    |                    `- warning: class 'LocalDbImportOperation' must restate inherited '@unchecked Sendable' conformance
 21 |
 22 | 	public enum Request {
[18/25] Compiling BMO LocalDbImporter-Protocol.swift
/host/spi-builder-workspace/Sources/BMO/Core/LocalDbImportOperation.swift:20:20: warning: class 'LocalDbImportOperation' must restate inherited '@unchecked Sendable' conformance
 18 |
 19 |
 20 | public final class LocalDbImportOperation<Bridge : BridgeProtocol> : Operation {
    |                    `- warning: class 'LocalDbImportOperation' must restate inherited '@unchecked Sendable' conformance
 21 |
 22 | 	public enum Request {
[19/25] Compiling BMO RemoteDb-Protocol.swift
/host/spi-builder-workspace/Sources/BMO/Core/LocalDbImportOperation.swift:20:20: warning: class 'LocalDbImportOperation' must restate inherited '@unchecked Sendable' conformance
 18 |
 19 |
 20 | public final class LocalDbImportOperation<Bridge : BridgeProtocol> : Operation {
    |                    `- warning: class 'LocalDbImportOperation' must restate inherited '@unchecked Sendable' conformance
 21 |
 22 | 	public enum Request {
[20/25] Compiling BMO Request.swift
/host/spi-builder-workspace/Sources/BMO/Core/RequestOperation.swift:22:20: warning: class 'RequestOperation' must restate inherited '@unchecked Sendable' conformance
 20 | /* We’re not using RetryingOperation because it does not allow synchronous execution from start to startBaseOperation,
 21 |  *  and we want clients to be able to call start synchronously to guarantee being called on the context. */
 22 | public final class RequestOperation<Bridge : BridgeProtocol> : Operation {
    |                    `- warning: class 'RequestOperation' must restate inherited '@unchecked Sendable' conformance
 23 |
 24 | 	public typealias Request = BMO.Request<Bridge.LocalDb, Bridge.RequestUserInfo>
[21/25] Compiling BMO RequestHelper-Protocol.swift
/host/spi-builder-workspace/Sources/BMO/Core/RequestOperation.swift:22:20: warning: class 'RequestOperation' must restate inherited '@unchecked Sendable' conformance
 20 | /* We’re not using RetryingOperation because it does not allow synchronous execution from start to startBaseOperation,
 21 |  *  and we want clients to be able to call start synchronously to guarantee being called on the context. */
 22 | public final class RequestOperation<Bridge : BridgeProtocol> : Operation {
    |                    `- warning: class 'RequestOperation' must restate inherited '@unchecked Sendable' conformance
 23 |
 24 | 	public typealias Request = BMO.Request<Bridge.LocalDb, Bridge.RequestUserInfo>
[22/25] Compiling BMO RequestOperation.swift
/host/spi-builder-workspace/Sources/BMO/Core/RequestOperation.swift:22:20: warning: class 'RequestOperation' must restate inherited '@unchecked Sendable' conformance
 20 | /* We’re not using RetryingOperation because it does not allow synchronous execution from start to startBaseOperation,
 21 |  *  and we want clients to be able to call start synchronously to guarantee being called on the context. */
 22 | public final class RequestOperation<Bridge : BridgeProtocol> : Operation {
    |                    `- warning: class 'RequestOperation' must restate inherited '@unchecked Sendable' conformance
 23 |
 24 | 	public typealias Request = BMO.Request<Bridge.LocalDb, Bridge.RequestUserInfo>
[23/25] Compiling BMO Bridge-Protocol.swift
[24/25] Compiling BMO BridgeObjects-Protocol.swift
[25/25] Compiling BMO LocalDb-Protocol.swift
[27/46] Compiling BMOCoreData NSFetchRequest+Utils.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
 14 | limitations under the License. */
 15 |
 16 | import CoreData
    |        `- error: no such module 'CoreData'
 17 | import Foundation
 18 | import os.log
[28/46] Compiling BMOCoreData NSManagedObject+Utils.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
 14 | limitations under the License. */
 15 |
 16 | import CoreData
    |        `- error: no such module 'CoreData'
 17 | import Foundation
 18 | import os.log
[29/46] Compiling BMOCoreData  Loggers.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
 14 | limitations under the License. */
 15 |
 16 | import CoreData
    |        `- error: no such module 'CoreData'
 17 | import Foundation
 18 | import os.log
[30/46] Compiling BMOCoreData NSManagedObjectContext+Utils.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
 14 | limitations under the License. */
 15 |
 16 | import CoreData
    |        `- error: no such module 'CoreData'
 17 | import Foundation
 18 | import os.log
[31/46] Compiling BMOCoreData CoreDataAPI+Create-Discarded.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
 14 | limitations under the License. */
 15 |
 16 | import CoreData
    |        `- error: no such module 'CoreData'
 17 | import Foundation
 18 | import os.log
[32/46] Compiling BMOCoreData CoreDataAPI+Create-Saved.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
 14 | limitations under the License. */
 15 |
 16 | import CoreData
    |        `- error: no such module 'CoreData'
 17 | import Foundation
 18 | import os.log
[33/46] Compiling BMOCoreData CoreDataAPI+CreateAndGet-Discarded.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
 14 | limitations under the License. */
 15 |
 16 | import CoreData
    |        `- error: no such module 'CoreData'
 17 | import Foundation
 18 | import os.log
[34/48] Compiling BMOCoreData BMOCoreDataSaveRequestHelper.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
 14 | limitations under the License. */
 15 |
 16 | import CoreData
    |        `- error: no such module 'CoreData'
 17 | import Foundation
 18 | import os.log
[35/48] Compiling BMOCoreData NSManagedObject+BMO.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
 14 | limitations under the License. */
 15 |
 16 | import CoreData
    |        `- error: no such module 'CoreData'
 17 | import Foundation
 18 | import os.log
[36/48] Compiling BMOCoreData NSManagedObjectContext+BMO.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
 14 | limitations under the License. */
 15 |
 16 | import CoreData
    |        `- error: no such module 'CoreData'
 17 | import Foundation
 18 | import os.log
[37/48] Compiling BMOCoreData CoreDataAPI+Update-Discarded.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
 14 | limitations under the License. */
 15 |
 16 | import CoreData
    |        `- error: no such module 'CoreData'
 17 | import Foundation
 18 | import os.log
[38/48] Compiling BMOCoreData CoreDataAPI+Update-Saved.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
 14 | limitations under the License. */
 15 |
 16 | import CoreData
    |        `- error: no such module 'CoreData'
 17 | import Foundation
 18 | import os.log
[39/48] Compiling BMOCoreData CoreDataAPI.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
 14 | limitations under the License. */
 15 |
 16 | import CoreData
    |        `- error: no such module 'CoreData'
 17 | import Foundation
 18 | import os.log
error: emit-module command failed with exit code 1 (use -v to see invocation)
[40/48] Emitting module BMOCoreData
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
 14 | limitations under the License. */
 15 |
 16 | import CoreData
    |        `- error: no such module 'CoreData'
 17 | import Foundation
 18 | import os.log
[41/48] Compiling BMOCoreData  Errors.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
 14 | limitations under the License. */
 15 |
 16 | import CoreData
    |        `- error: no such module 'CoreData'
 17 | import Foundation
 18 | import os.log
[42/48] Compiling BMOCoreData BMOCoreDataImporter.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
 14 | limitations under the License. */
 15 |
 16 | import CoreData
    |        `- error: no such module 'CoreData'
 17 | import Foundation
 18 | import os.log
[43/48] Compiling BMOCoreData BMOCoreDataFetchRequestHelper.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
 14 | limitations under the License. */
 15 |
 16 | import CoreData
    |        `- error: no such module 'CoreData'
 17 | import Foundation
 18 | import os.log
[44/48] Compiling BMOCoreData CoreDataAPI+CreateAndGet-Saved.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
 14 | limitations under the License. */
 15 |
 16 | import CoreData
    |        `- error: no such module 'CoreData'
 17 | import Foundation
 18 | import os.log
[45/48] Compiling BMOCoreData CoreDataAPI+Delete.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
 14 | limitations under the License. */
 15 |
 16 | import CoreData
    |        `- error: no such module 'CoreData'
 17 | import Foundation
 18 | import os.log
[46/48] Compiling BMOCoreData CoreDataAPI+Fetch.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
 14 | limitations under the License. */
 15 |
 16 | import CoreData
    |        `- error: no such module 'CoreData'
 17 | import Foundation
 18 | import os.log
[47/48] Compiling BMOCoreData NSPredicate+Utils.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
 14 | limitations under the License. */
 15 |
 16 | import CoreData
    |        `- error: no such module 'CoreData'
 17 | import Foundation
 18 | import os.log
[48/48] Compiling BMOCoreData RemoteFetchType.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
 14 | limitations under the License. */
 15 |
 16 | import CoreData
    |        `- error: no such module 'CoreData'
 17 | import Foundation
 18 | import os.log
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/21] Compiling BMO RelationshipMergeType.swift
[3/21] Compiling BMO MapError.swift
[4/21] Compiling BMO Result+Utils.swift
[5/21] Compiling BMO DummyRequestHelper.swift
[6/23] Emitting module BMO
/host/spi-builder-workspace/Sources/BMO/Core/LocalDbImportOperation.swift:20:20: warning: class 'LocalDbImportOperation' must restate inherited '@unchecked Sendable' conformance
 18 |
 19 |
 20 | public final class LocalDbImportOperation<Bridge : BridgeProtocol> : Operation {
    |                    `- warning: class 'LocalDbImportOperation' must restate inherited '@unchecked Sendable' conformance
 21 |
 22 | 	public enum Request {
/host/spi-builder-workspace/Sources/BMO/Core/RequestOperation.swift:22:20: warning: class 'RequestOperation' must restate inherited '@unchecked Sendable' conformance
 20 | /* We’re not using RetryingOperation because it does not allow synchronous execution from start to startBaseOperation,
 21 |  *  and we want clients to be able to call start synchronously to guarantee being called on the context. */
 22 | public final class RequestOperation<Bridge : BridgeProtocol> : Operation {
    |                    `- warning: class 'RequestOperation' must restate inherited '@unchecked Sendable' conformance
 23 |
 24 | 	public typealias Request = BMO.Request<Bridge.LocalDb, Bridge.RequestUserInfo>
[7/23] Compiling BMO RequestError.swift
[8/23] Compiling BMO GenericLocalDbObject.swift
[9/23] Compiling BMO LocalDbChanges.swift
[10/23] Compiling BMO Bridge-Protocol.swift
[11/23] Compiling BMO BridgeObjects-Protocol.swift
[12/23] Compiling BMO LocalDb-Protocol.swift
[13/23] Compiling BMO RequestHelperCollection.swift
[14/23] Compiling BMO RequestHelperCollectionForOldRuntimes.swift
[15/23] Compiling BMO LocalDbImportOperation.swift
/host/spi-builder-workspace/Sources/BMO/Core/LocalDbImportOperation.swift:20:20: warning: class 'LocalDbImportOperation' must restate inherited '@unchecked Sendable' conformance
 18 |
 19 |
 20 | public final class LocalDbImportOperation<Bridge : BridgeProtocol> : Operation {
    |                    `- warning: class 'LocalDbImportOperation' must restate inherited '@unchecked Sendable' conformance
 21 |
 22 | 	public enum Request {
[16/23] Compiling BMO LocalDbImporter-Protocol.swift
/host/spi-builder-workspace/Sources/BMO/Core/LocalDbImportOperation.swift:20:20: warning: class 'LocalDbImportOperation' must restate inherited '@unchecked Sendable' conformance
 18 |
 19 |
 20 | public final class LocalDbImportOperation<Bridge : BridgeProtocol> : Operation {
    |                    `- warning: class 'LocalDbImportOperation' must restate inherited '@unchecked Sendable' conformance
 21 |
 22 | 	public enum Request {
[17/23] Compiling BMO RemoteDb-Protocol.swift
/host/spi-builder-workspace/Sources/BMO/Core/LocalDbImportOperation.swift:20:20: warning: class 'LocalDbImportOperation' must restate inherited '@unchecked Sendable' conformance
 18 |
 19 |
 20 | public final class LocalDbImportOperation<Bridge : BridgeProtocol> : Operation {
    |                    `- warning: class 'LocalDbImportOperation' must restate inherited '@unchecked Sendable' conformance
 21 |
 22 | 	public enum Request {
[18/23] Compiling BMO RequestResult.swift
[19/23] Compiling BMO ErrorCollection.swift
[20/23] Compiling BMO OperationLifecycleError.swift
[21/23] Compiling BMO Request.swift
/host/spi-builder-workspace/Sources/BMO/Core/RequestOperation.swift:22:20: warning: class 'RequestOperation' must restate inherited '@unchecked Sendable' conformance
 20 | /* We’re not using RetryingOperation because it does not allow synchronous execution from start to startBaseOperation,
 21 |  *  and we want clients to be able to call start synchronously to guarantee being called on the context. */
 22 | public final class RequestOperation<Bridge : BridgeProtocol> : Operation {
    |                    `- warning: class 'RequestOperation' must restate inherited '@unchecked Sendable' conformance
 23 |
 24 | 	public typealias Request = BMO.Request<Bridge.LocalDb, Bridge.RequestUserInfo>
[22/23] Compiling BMO RequestHelper-Protocol.swift
/host/spi-builder-workspace/Sources/BMO/Core/RequestOperation.swift:22:20: warning: class 'RequestOperation' must restate inherited '@unchecked Sendable' conformance
 20 | /* We’re not using RetryingOperation because it does not allow synchronous execution from start to startBaseOperation,
 21 |  *  and we want clients to be able to call start synchronously to guarantee being called on the context. */
 22 | public final class RequestOperation<Bridge : BridgeProtocol> : Operation {
    |                    `- warning: class 'RequestOperation' must restate inherited '@unchecked Sendable' conformance
 23 |
 24 | 	public typealias Request = BMO.Request<Bridge.LocalDb, Bridge.RequestUserInfo>
[23/23] Compiling BMO RequestOperation.swift
/host/spi-builder-workspace/Sources/BMO/Core/RequestOperation.swift:22:20: warning: class 'RequestOperation' must restate inherited '@unchecked Sendable' conformance
 20 | /* We’re not using RetryingOperation because it does not allow synchronous execution from start to startBaseOperation,
 21 |  *  and we want clients to be able to call start synchronously to guarantee being called on the context. */
 22 | public final class RequestOperation<Bridge : BridgeProtocol> : Operation {
    |                    `- warning: class 'RequestOperation' must restate inherited '@unchecked Sendable' conformance
 23 |
 24 | 	public typealias Request = BMO.Request<Bridge.LocalDb, Bridge.RequestUserInfo>
[25/44] Compiling BMOCoreData NSFetchRequest+Utils.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
 14 | limitations under the License. */
 15 |
 16 | import CoreData
    |        `- error: no such module 'CoreData'
 17 | import Foundation
 18 | import os.log
[26/44] Compiling BMOCoreData NSManagedObject+Utils.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
 14 | limitations under the License. */
 15 |
 16 | import CoreData
    |        `- error: no such module 'CoreData'
 17 | import Foundation
 18 | import os.log
[27/46] Compiling BMOCoreData BMOCoreDataSaveRequestHelper.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
 14 | limitations under the License. */
 15 |
 16 | import CoreData
    |        `- error: no such module 'CoreData'
 17 | import Foundation
 18 | import os.log
[28/46] Compiling BMOCoreData NSManagedObject+BMO.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
 14 | limitations under the License. */
 15 |
 16 | import CoreData
    |        `- error: no such module 'CoreData'
 17 | import Foundation
 18 | import os.log
[29/46] Compiling BMOCoreData NSManagedObjectContext+BMO.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
 14 | limitations under the License. */
 15 |
 16 | import CoreData
    |        `- error: no such module 'CoreData'
 17 | import Foundation
 18 | import os.log
[30/46] Compiling BMOCoreData CoreDataAPI+Update-Discarded.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
 14 | limitations under the License. */
 15 |
 16 | import CoreData
    |        `- error: no such module 'CoreData'
 17 | import Foundation
 18 | import os.log
[31/46] Compiling BMOCoreData CoreDataAPI+Update-Saved.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
 14 | limitations under the License. */
 15 |
 16 | import CoreData
    |        `- error: no such module 'CoreData'
 17 | import Foundation
 18 | import os.log
[32/46] Compiling BMOCoreData CoreDataAPI.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
 14 | limitations under the License. */
 15 |
 16 | import CoreData
    |        `- error: no such module 'CoreData'
 17 | import Foundation
 18 | import os.log
[33/46] Compiling BMOCoreData CoreDataAPI+Create-Discarded.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
 14 | limitations under the License. */
 15 |
 16 | import CoreData
    |        `- error: no such module 'CoreData'
 17 | import Foundation
 18 | import os.log
[34/46] Compiling BMOCoreData CoreDataAPI+Create-Saved.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
 14 | limitations under the License. */
 15 |
 16 | import CoreData
    |        `- error: no such module 'CoreData'
 17 | import Foundation
 18 | import os.log
[35/46] Compiling BMOCoreData CoreDataAPI+CreateAndGet-Discarded.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
 14 | limitations under the License. */
 15 |
 16 | import CoreData
    |        `- error: no such module 'CoreData'
 17 | import Foundation
 18 | import os.log
[36/46] Compiling BMOCoreData  Loggers.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
 14 | limitations under the License. */
 15 |
 16 | import CoreData
    |        `- error: no such module 'CoreData'
 17 | import Foundation
 18 | import os.log
[37/46] Compiling BMOCoreData NSManagedObjectContext+Utils.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
 14 | limitations under the License. */
 15 |
 16 | import CoreData
    |        `- error: no such module 'CoreData'
 17 | import Foundation
 18 | import os.log
[38/46] Compiling BMOCoreData CoreDataAPI+CreateAndGet-Saved.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
 14 | limitations under the License. */
 15 |
 16 | import CoreData
    |        `- error: no such module 'CoreData'
 17 | import Foundation
 18 | import os.log
[39/46] Compiling BMOCoreData CoreDataAPI+Delete.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
 14 | limitations under the License. */
 15 |
 16 | import CoreData
    |        `- error: no such module 'CoreData'
 17 | import Foundation
 18 | import os.log
[40/46] Compiling BMOCoreData CoreDataAPI+Fetch.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
 14 | limitations under the License. */
 15 |
 16 | import CoreData
    |        `- error: no such module 'CoreData'
 17 | import Foundation
 18 | import os.log
[41/46] Compiling BMOCoreData  Errors.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
 14 | limitations under the License. */
 15 |
 16 | import CoreData
    |        `- error: no such module 'CoreData'
 17 | import Foundation
 18 | import os.log
[42/46] Compiling BMOCoreData BMOCoreDataImporter.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
 14 | limitations under the License. */
 15 |
 16 | import CoreData
    |        `- error: no such module 'CoreData'
 17 | import Foundation
 18 | import os.log
[43/46] Compiling BMOCoreData BMOCoreDataFetchRequestHelper.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
 14 | limitations under the License. */
 15 |
 16 | import CoreData
    |        `- error: no such module 'CoreData'
 17 | import Foundation
 18 | import os.log
error: emit-module command failed with exit code 1 (use -v to see invocation)
[44/46] Emitting module BMOCoreData
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
 14 | limitations under the License. */
 15 |
 16 | import CoreData
    |        `- error: no such module 'CoreData'
 17 | import Foundation
 18 | import os.log
[45/46] Compiling BMOCoreData NSPredicate+Utils.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
 14 | limitations under the License. */
 15 |
 16 | import CoreData
    |        `- error: no such module 'CoreData'
 17 | import Foundation
 18 | import os.log
[46/46] Compiling BMOCoreData RemoteFetchType.swift
/host/spi-builder-workspace/Sources/BMOCoreData/BMOImplementations/BMOCoreDataImporter.swift:16:8: error: no such module 'CoreData'
 14 | limitations under the License. */
 15 |
 16 | import CoreData
    |        `- error: no such module 'CoreData'
 17 | import Foundation
 18 | import os.log
BUILD FAILURE 6.1 linux