The Swift Package Index logo.Swift Package Index

Build Information

Failed to build CoreDataRepository, reference 4.0.0 (861f26), with Swift 6.1 for Android on 3 Mar 2026 00:37:59 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/roanutil/CoreDataRepository.git
Reference: 4.0.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/roanutil/CoreDataRepository
 * tag               4.0.0      -> FETCH_HEAD
HEAD is now at 861f267 Merge pull request #46 from roanutil/fix-incorrect-error-descriptions
Cloned https://github.com/roanutil/CoreDataRepository.git
Revision (git rev-parse @):
861f2678adfd4b002562f596495fc5d5b9823a16
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/roanutil/CoreDataRepository.git at 4.0.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/roanutil/CoreDataRepository.git
https://github.com/roanutil/CoreDataRepository.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "swift-custom-dump",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-custom-dump.git"
    }
  ],
  "manifest_display_name" : "CoreDataRepository",
  "name" : "CoreDataRepository",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "CoreDataRepository",
      "targets" : [
        "CoreDataRepository"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Internal",
      "module_type" : "SwiftTarget",
      "name" : "Internal",
      "path" : "Sources/Internal",
      "sources" : [
        "BaseManagedModel.swift",
        "CoreDataStack.swift",
        "ModelsWithIntId/FetchableModel_Int.swift",
        "ModelsWithIntId/IdentifiableModel_Int.swift",
        "ModelsWithIntId/ManagedIdModel_Int.swift",
        "ModelsWithIntId/ManagedIdUrlModel_Int.swift",
        "ModelsWithIntId/ManagedModel_Int.swift",
        "ModelsWithIntId/UnmanagedModel_Int.swift",
        "ModelsWithUuidId/FetchableModel_Uuid.swift",
        "ModelsWithUuidId/IdentifiableModel_Uuid.swift",
        "ModelsWithUuidId/ManagedIdModel_Uuid.swift",
        "ModelsWithUuidId/ManagedIdUrlModel_Uuid.swift",
        "ModelsWithUuidId/ManagedModel_Uuid.swift",
        "ModelsWithUuidId/UnmanagedModel_Uuid.swift",
        "NSManagedObjectModel+Constants.swift",
        "UUID+Uniform.swift"
      ],
      "target_dependencies" : [
        "CoreDataRepository"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CoreDataRepositoryTests",
      "module_type" : "SwiftTarget",
      "name" : "CoreDataRepositoryTests",
      "path" : "Tests/CoreDataRepositoryTests",
      "product_dependencies" : [
        "CustomDump"
      ],
      "sources" : [
        "AggregateTests.swift",
        "BatchRequestTests.swift",
        "CoreDataRepositoryTests.swift",
        "CoreDataTestSuite.swift",
        "CoreDataTestSuiteTests.swift",
        "CreateTests.swift",
        "Create_BatchTests.swift",
        "CustomTests.swift",
        "DeleteTests.swift",
        "Delete_BatchTests.swift",
        "FetchTests.swift",
        "ReadTests.swift",
        "Read_BatchTests.swift",
        "TransactionTests.swift",
        "UpdateTests.swift",
        "Update_BatchTests.swift"
      ],
      "target_dependencies" : [
        "CoreDataRepository",
        "Internal"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CoreDataRepository",
      "module_type" : "SwiftTarget",
      "name" : "CoreDataRepository",
      "path" : "Sources/CoreDataRepository",
      "product_memberships" : [
        "CoreDataRepository"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/CoreDataRepository/Resources/Localizable.xcstrings",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "CoreDataBatchError.swift",
        "CoreDataError.swift",
        "CoreDataRepository+Aggregate.swift",
        "CoreDataRepository+BatchRequest.swift",
        "CoreDataRepository+Create.swift",
        "CoreDataRepository+Create_Batch.swift",
        "CoreDataRepository+Custom.swift",
        "CoreDataRepository+Delete.swift",
        "CoreDataRepository+Delete_Batch.swift",
        "CoreDataRepository+Fetch.swift",
        "CoreDataRepository+Read.swift",
        "CoreDataRepository+Read_Batch.swift",
        "CoreDataRepository+Update.swift",
        "CoreDataRepository+Update_Batch.swift",
        "CoreDataRepository.swift",
        "FetchableUnmanagedModel.swift",
        "IdentifiedUnmanagedModel.swift",
        "Internal/AggregateSubscription.swift",
        "Internal/AggregateThrowingSubscription.swift",
        "Internal/ArrayOfNSDictionary+AggregateHelpers.swift",
        "Internal/BaseSubscription.swift",
        "Internal/CountSubscription.swift",
        "Internal/CountThrowingSubscription.swift",
        "Internal/FetchSubscription.swift",
        "Internal/FetchThrowingSubscription.swift",
        "Internal/NSExpression+AggregateHelpers.swift",
        "Internal/NSFetchRequest+AggregateHelpers.swift",
        "Internal/NSManagedObjectContext+Child.swift",
        "Internal/NSManagedObjectContext+Scratchpad.swift",
        "Internal/ReadSubscription.swift",
        "Internal/ReadThrowingSubscription.swift",
        "Internal/Subscription.swift",
        "Internal/ThrowingSubscription.swift",
        "ManagedIdReferencable.swift",
        "ManagedIdUrlReferencable.swift",
        "NSManagedObject+Helpers.swift",
        "NSManagedObjectContext+Helpers.swift",
        "ReadableUnmanagedModel.swift",
        "Transaction.swift",
        "UnmanagedModel.swift",
        "WritableUnmanagedModel.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/pointfreeco/swift-custom-dump.git
[1/5328] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump.git from cache (0.33s)
Computing version for https://github.com/pointfreeco/swift-custom-dump.git
Computed https://github.com/pointfreeco/swift-custom-dump.git at 1.4.1 (0.82s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5718] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.63s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (1.13s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.9.0
Creating working copy for https://github.com/pointfreeco/swift-custom-dump.git
Working copy of https://github.com/pointfreeco/swift-custom-dump.git resolved at 1.4.1
Building for debugging...
[0/5] Write sources
[1/5] Copying Info.plist
[3/5] Copying Localizable.xcstrings
[4/5] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/43] Emitting module CoreDataRepository
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[7/48] Compiling CoreDataRepository ReadableUnmanagedModel.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[8/48] Compiling CoreDataRepository Transaction.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[9/48] Compiling CoreDataRepository UnmanagedModel.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[10/48] Compiling CoreDataRepository WritableUnmanagedModel.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[11/48] Compiling CoreDataRepository resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[12/48] Compiling CoreDataRepository NSManagedObjectContext+Child.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[13/48] Compiling CoreDataRepository NSManagedObjectContext+Scratchpad.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[14/48] Compiling CoreDataRepository ReadSubscription.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[15/48] Compiling CoreDataRepository ReadThrowingSubscription.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[16/48] Compiling CoreDataRepository Subscription.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[17/48] Compiling CoreDataRepository CountThrowingSubscription.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[18/48] Compiling CoreDataRepository FetchSubscription.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[19/48] Compiling CoreDataRepository FetchThrowingSubscription.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[20/48] Compiling CoreDataRepository NSExpression+AggregateHelpers.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[21/48] Compiling CoreDataRepository NSFetchRequest+AggregateHelpers.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[22/48] Compiling CoreDataRepository CoreDataRepository+Update.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[23/48] Compiling CoreDataRepository CoreDataRepository+Update_Batch.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[24/48] Compiling CoreDataRepository CoreDataRepository.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[25/48] Compiling CoreDataRepository FetchableUnmanagedModel.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[26/48] Compiling CoreDataRepository IdentifiedUnmanagedModel.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[27/48] Compiling CoreDataRepository CoreDataBatchError.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[28/48] Compiling CoreDataRepository CoreDataError.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[29/48] Compiling CoreDataRepository CoreDataRepository+Aggregate.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[30/48] Compiling CoreDataRepository CoreDataRepository+BatchRequest.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[31/48] Compiling CoreDataRepository CoreDataRepository+Create.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[32/48] Compiling CoreDataRepository CoreDataRepository+Create_Batch.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[33/48] Compiling CoreDataRepository CoreDataRepository+Custom.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[34/48] Compiling CoreDataRepository CoreDataRepository+Delete.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[35/48] Compiling CoreDataRepository CoreDataRepository+Delete_Batch.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[36/48] Compiling CoreDataRepository CoreDataRepository+Fetch.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[37/48] Compiling CoreDataRepository CoreDataRepository+Read.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[38/48] Compiling CoreDataRepository CoreDataRepository+Read_Batch.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[39/48] Compiling CoreDataRepository ThrowingSubscription.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[40/48] Compiling CoreDataRepository ManagedIdReferencable.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[41/48] Compiling CoreDataRepository ManagedIdUrlReferencable.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[42/48] Compiling CoreDataRepository NSManagedObject+Helpers.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[43/48] Compiling CoreDataRepository NSManagedObjectContext+Helpers.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[44/48] Compiling CoreDataRepository AggregateSubscription.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[45/48] Compiling CoreDataRepository AggregateThrowingSubscription.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[46/48] Compiling CoreDataRepository ArrayOfNSDictionary+AggregateHelpers.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[47/48] Compiling CoreDataRepository BaseSubscription.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[48/48] Compiling CoreDataRepository CountSubscription.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/39] Compiling CoreDataRepository NSManagedObjectContext+Child.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[3/39] Compiling CoreDataRepository NSManagedObjectContext+Scratchpad.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[4/39] Compiling CoreDataRepository ReadSubscription.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[5/39] Compiling CoreDataRepository ReadThrowingSubscription.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[6/39] Compiling CoreDataRepository Subscription.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[7/39] Compiling CoreDataRepository ThrowingSubscription.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[8/39] Compiling CoreDataRepository ManagedIdReferencable.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[9/39] Compiling CoreDataRepository ManagedIdUrlReferencable.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[10/39] Compiling CoreDataRepository NSManagedObject+Helpers.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[11/39] Compiling CoreDataRepository NSManagedObjectContext+Helpers.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[12/44] Compiling CoreDataRepository CoreDataRepository+Custom.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[13/44] Compiling CoreDataRepository CoreDataRepository+Delete.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[14/44] Compiling CoreDataRepository CoreDataRepository+Delete_Batch.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[15/44] Compiling CoreDataRepository CoreDataRepository+Fetch.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[16/44] Compiling CoreDataRepository CoreDataRepository+Read.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[17/44] Compiling CoreDataRepository CoreDataRepository+Read_Batch.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[18/44] Compiling CoreDataRepository CoreDataRepository+Update.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[19/44] Compiling CoreDataRepository CoreDataRepository+Update_Batch.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[20/44] Compiling CoreDataRepository CoreDataRepository.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[21/44] Compiling CoreDataRepository FetchableUnmanagedModel.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[22/44] Compiling CoreDataRepository IdentifiedUnmanagedModel.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[23/44] Compiling CoreDataRepository AggregateSubscription.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[24/44] Compiling CoreDataRepository AggregateThrowingSubscription.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[25/44] Compiling CoreDataRepository ArrayOfNSDictionary+AggregateHelpers.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[26/44] Compiling CoreDataRepository BaseSubscription.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[27/44] Compiling CoreDataRepository CountSubscription.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[28/44] Compiling CoreDataRepository CountThrowingSubscription.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[29/44] Compiling CoreDataRepository FetchSubscription.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[30/44] Compiling CoreDataRepository FetchThrowingSubscription.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[31/44] Compiling CoreDataRepository NSExpression+AggregateHelpers.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[32/44] Compiling CoreDataRepository NSFetchRequest+AggregateHelpers.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[33/44] Compiling CoreDataRepository ReadableUnmanagedModel.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[34/44] Compiling CoreDataRepository Transaction.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[35/44] Compiling CoreDataRepository UnmanagedModel.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[36/44] Compiling CoreDataRepository WritableUnmanagedModel.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[37/44] Compiling CoreDataRepository resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[38/44] Compiling CoreDataRepository CoreDataBatchError.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[39/44] Compiling CoreDataRepository CoreDataError.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[40/44] Compiling CoreDataRepository CoreDataRepository+Aggregate.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[41/44] Compiling CoreDataRepository CoreDataRepository+BatchRequest.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[42/44] Compiling CoreDataRepository CoreDataRepository+Create.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
[43/44] Compiling CoreDataRepository CoreDataRepository+Create_Batch.swift
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[44/44] Emitting module CoreDataRepository
/host/spi-builder-workspace/Sources/CoreDataRepository/CoreDataError.swift:7:8: error: no such module 'CoreData'
  5 | // LICENSE file in the root directory of this source tree.
  6 |
  7 | import CoreData
    |        `- error: no such module 'CoreData'
  8 | import Foundation
  9 |
BUILD FAILURE 6.1 android