Build Information
Failed to build CareKit, reference 2.0.2 (9d4233
), with Swift 6.1 for Linux on 27 Apr 2025 17:51:52 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.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/carekit-apple/carekit.git
Reference: 2.0.2
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/carekit-apple/carekit
* tag 2.0.2 -> FETCH_HEAD
HEAD is now at 9d42332 Fix #439 (#571)
Cloned https://github.com/carekit-apple/carekit.git
Revision (git rev-parse @):
9d4233253faf39e5dcd52e6cb4a0498ac4ca4a1f
SUCCESS checkout https://github.com/carekit-apple/carekit.git at 2.0.2
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/carekit-apple/carekit.git
https://github.com/carekit-apple/carekit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "CareKit",
"name" : "CareKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "CareKit",
"targets" : [
"CareKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CareKitUI",
"targets" : [
"CareKitUI"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CareKitStore",
"targets" : [
"CareKitStore"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CareKitUI",
"module_type" : "SwiftTarget",
"name" : "CareKitUI",
"path" : "CareKitUI/CareKitUI",
"product_memberships" : [
"CareKit",
"CareKitUI"
],
"sources" : [
"Common/Controls/OCKAnimatedButton.swift",
"Common/Controls/OCKCheckmarkButton.swift",
"Common/Extensions/CATransaction+Extension.swift",
"Common/Extensions/Calendar+Extensions.swift",
"Common/Extensions/NSLayoutConstraint+Extensions.swift",
"Common/Extensions/Number+Extensions.swift",
"Common/Extensions/UIFont+Extensions.swift",
"Common/Labels/OCKCappedSizeLabel.swift",
"Common/Labels/OCKLabel.swift",
"Common/Layout/OCKResponsiveLayout.swift",
"Common/OCKAccessibleValue.swift",
"Common/Protocols/OCKCardable.swift",
"Common/Style/OCKStylable.swift",
"Common/Style/OCKStyler.swift",
"Common/Style/Stylers/OCKAnimationStyler.swift",
"Common/Style/Stylers/OCKAppearanceStyler.swift",
"Common/Style/Stylers/OCKColorStyler.swift",
"Common/Style/Stylers/OCKDimensionStyler.swift",
"Common/Views/OCKHeaderView.swift",
"Common/Views/OCKSeparatorView.swift",
"Common/Views/OCKStackView.swift",
"Common/Views/OCKView.swift",
"Components/Calendar/OCKCalendarDisplayable.swift",
"Components/Calendar/OCKWeekCalendarView.swift",
"Components/Calendar/Ring/Buttons/OCKCompletionRingButton.swift",
"Components/Calendar/Ring/Views/OCKCompletionRingView.swift",
"Components/Calendar/Ring/Views/OCKRingView.swift",
"Components/Charts/Gradient Plots/OCKBarPlotView.swift",
"Components/Charts/Gradient Plots/OCKGradientPlotView.swift",
"Components/Charts/Gradient Plots/OCKLinePlotView.swift",
"Components/Charts/Gradient Plots/OCKScatterPlotView.swift",
"Components/Charts/Layers/OCKBarLayer.swift",
"Components/Charts/Layers/OCKCartesianCoordinatesLayer.swift",
"Components/Charts/Layers/OCKGridLayer.swift",
"Components/Charts/Layers/OCKLineLayer.swift",
"Components/Charts/Layers/OCKScatterLayer.swift",
"Components/Charts/OCKCartesianChartView.swift",
"Components/Charts/OCKCartesianGraphView.swift",
"Components/Charts/OCKDataSeries.swift",
"Components/Charts/OCKGraphAxisView.swift",
"Components/Charts/OCKGraphLegendView.swift",
"Components/Charts/OCKGridView.swift",
"Components/Charts/Protocols/OCKChartDisplayable.swift",
"Components/Charts/Protocols/OCKGraphable.swift",
"Components/Contact/Buttons/OCKAddressButton.swift",
"Components/Contact/Buttons/OCKContactButton.swift",
"Components/Contact/OCKContactDisplayable.swift",
"Components/Contact/OCKDetailedContactView.swift",
"Components/Contact/OCKSimpleContactView.swift",
"Components/Task/Buttons/OCKChecklistItemButton.swift",
"Components/Task/Buttons/OCKLabeledButton.swift",
"Components/Task/Buttons/OCKLabeledCheckmarkButton.swift",
"Components/Task/Buttons/OCKLogItemButton.swift",
"Components/Task/Collection View/OCKGridTaskCell.swift",
"Components/Task/Collection View/OCKLogButtonCell.swift",
"Components/Task/Collection View/OCKSelfSizingCollectionView.swift",
"Components/Task/OCKButtonLogTaskView.swift",
"Components/Task/OCKChecklistTaskView.swift",
"Components/Task/OCKGridTaskView.swift",
"Components/Task/OCKInstructionsTaskView.swift",
"Components/Task/OCKLogTaskView.swift",
"Components/Task/OCKSimpleTaskView.swift",
"Components/Task/OCKTaskDisplayable.swift",
"Detail View/OCKDetailView.swift",
"Supporting Files/Localization/OCKLocalization.swift"
],
"type" : "library"
},
{
"c99name" : "CareKitTests",
"module_type" : "SwiftTarget",
"name" : "CareKitTests",
"path" : "CareKit/CareKitTests",
"sources" : [
"Calendar/TestCustomCalendarViewSynchronizer.swift",
"Calendar/TestWeekCalendarViewSynchronizer.swift",
"Chart/TestCartesianChartViewSynchronizer.swift",
"Chart/TestCustomChartViewController.swift",
"Contact/TestCustomContactViewSynchronizer.swift",
"Contact/TestDetailedContactViewSynchronizer.swift",
"Contact/TestSimpleContactViewSynchronizer.swift",
"TestDailyTasksPageViewController.swift",
"TestListView.swift",
"TestSynchronizedContext.swift"
],
"target_dependencies" : [
"CareKit"
],
"type" : "test"
},
{
"c99name" : "CareKitStoreTests",
"module_type" : "SwiftTarget",
"name" : "CareKitStoreTests",
"path" : "CareKitStore/CareKitStoreTests",
"sources" : [
"CoreDataSchema/TestCoreDataSchame+HealthKitLinkage.swift",
"CoreDataSchema/TestCoreDataSchema+CarePlans.swift",
"CoreDataSchema/TestCoreDataSchema+Contacts.swift",
"CoreDataSchema/TestCoreDataSchema+Notes.swift",
"CoreDataSchema/TestCoreDataSchema+Outcomes.swift",
"CoreDataSchema/TestCoreDataSchema+Patients.swift",
"CoreDataSchema/TestCoreDataSchema+PostalAddress.swift",
"CoreDataSchema/TestCoreDataSchema+ScheduleElements.swift",
"CoreDataSchema/TestCoreDataSchema+Tasks.swift",
"CoreDataSchema/TestCoreDataSchema+Versioning.swift",
"CoreDataSchema/TestCoreDataSchemaIntegration.swift",
"OCKStore/TestStore+CarePlans.swift",
"OCKStore/TestStore+Contacts.swift",
"OCKStore/TestStore+Notes.swift",
"OCKStore/TestStore+Outcomes.swift",
"OCKStore/TestStore+Patients.swift",
"OCKStore/TestStore+Tasks.swift",
"OCKStore/TestStore.swift",
"Structs/TestCarePlan.swift",
"Structs/TestCarePlanQuery.swift",
"Structs/TestContact.swift",
"Structs/TestContactQuery.swift",
"Structs/TestOutcome.swift",
"Structs/TestOutcomeQuery.swift",
"Structs/TestOutcomeValue.swift",
"Structs/TestPatient.swift",
"Structs/TestPatientQuery.swift",
"Structs/TestSchedule.swift",
"Structs/TestScheduleElement.swift",
"Structs/TestScheduleEvent.swift",
"Structs/TestSemanticVersion.swift",
"Structs/TestTask.swift",
"Structs/TestTaskQuery.swift",
"Structs/TestVersionable.swift",
"TestAdherenceAggregator.swift",
"TestEventAggregator.swift",
"TestStoreProtocolExtensions.swift",
"Utils.swift"
],
"target_dependencies" : [
"CareKitStore"
],
"type" : "test"
},
{
"c99name" : "CareKitStore",
"module_type" : "SwiftTarget",
"name" : "CareKitStore",
"path" : "CareKitStore/CareKitStore",
"product_memberships" : [
"CareKit",
"CareKitStore"
],
"sources" : [
"CoreData/OCKCDCarePlan.swift",
"CoreData/OCKCDContact.swift",
"CoreData/OCKCDHealthKitLinkage.swift",
"CoreData/OCKCDNote.swift",
"CoreData/OCKCDObject.swift",
"CoreData/OCKCDOutcome.swift",
"CoreData/OCKCDOutcomeValue.swift",
"CoreData/OCKCDPatient.swift",
"CoreData/OCKCDPersonName.swift",
"CoreData/OCKCDPostalAddress.swift",
"CoreData/OCKCDScheduleElement.swift",
"CoreData/OCKCDTask.swift",
"CoreData/OCKCDVersionedObject.swift",
"CoreData/OCKManagedObjectModel.swift",
"CoreData/OCKStore+CarePlans.swift",
"CoreData/OCKStore+Contacts.swift",
"CoreData/OCKStore+Outcomes.swift",
"CoreData/OCKStore+Patients.swift",
"CoreData/OCKStore+Tasks.swift",
"CoreData/OCKStore.swift",
"OCKAdherenceAggregator.swift",
"OCKEventAggregator.swift",
"OCKResultClosure.swift",
"OCKStoreError.swift",
"OCKUtilities.swift",
"Protocols/CarePlans/OCKAnyCarePlan.swift",
"Protocols/CarePlans/OCKAnyCarePlanStore.swift",
"Protocols/CarePlans/OCKCarePlanStore.swift",
"Protocols/CarePlans/OCKCarePlanStoreDelegate.swift",
"Protocols/Contacts/OCKAnyContact.swift",
"Protocols/Contacts/OCKAnyContactStore.swift",
"Protocols/Contacts/OCKContactStore.swift",
"Protocols/Contacts/OCKContactStoreDelegate.swift",
"Protocols/CoreData/OCKCoreDataStoreProtocol.swift",
"Protocols/CoreData/OCKCoreDataTaskStore.swift",
"Protocols/Events/OCKAnyEvent.swift",
"Protocols/Events/OCKAnyEventStore.swift",
"Protocols/Events/OCKEventStore.swift",
"Protocols/OCKCDManageable.swift",
"Protocols/OCKObjectCompatible.swift",
"Protocols/OCKStoreProtocol+Synchronous.swift",
"Protocols/OCKStoreProtocol.swift",
"Protocols/Outcomes/OCKAnyOutcome.swift",
"Protocols/Outcomes/OCKAnyOutcomeStore.swift",
"Protocols/Outcomes/OCKOutcomeStore.swift",
"Protocols/Outcomes/OCKOutcomeStoreDelegate.swift",
"Protocols/Patients/OCKAnyPatient.swift",
"Protocols/Patients/OCKAnyPatientStore.swift",
"Protocols/Patients/OCKPatientStore.swift",
"Protocols/Patients/OCKPatientStoreDelegate.swift",
"Protocols/Tasks/OCKAnyTask.swift",
"Protocols/Tasks/OCKAnyTaskStore.swift",
"Protocols/Tasks/OCKAnyVersionableTask.swift",
"Protocols/Tasks/OCKTaskStore.swift",
"Protocols/Tasks/OCKTaskStoreDelegate.swift",
"Structs/OCKAdherence.swift",
"Structs/OCKBiologicalSex.swift",
"Structs/OCKCarePlan.swift",
"Structs/OCKContact.swift",
"Structs/OCKEvent.swift",
"Structs/OCKHealthKitLinkage.swift",
"Structs/OCKLabeledValue.swift",
"Structs/OCKLocalVersionID.swift",
"Structs/OCKNote.swift",
"Structs/OCKOutcome.swift",
"Structs/OCKOutcomeValue.swift",
"Structs/OCKPatient.swift",
"Structs/OCKPostalAddress.swift",
"Structs/OCKSchedule.swift",
"Structs/OCKScheduleElement.swift",
"Structs/OCKScheduleEvent.swift",
"Structs/OCKSemanticVersion.swift",
"Structs/OCKStoreConfiguration.swift",
"Structs/OCKTask.swift",
"Structs/Queries/OCKAdherenceQuery.swift",
"Structs/Queries/OCKCarePlanQuery.swift",
"Structs/Queries/OCKContactQuery.swift",
"Structs/Queries/OCKEntityQuery.swift",
"Structs/Queries/OCKEventQuery.swift",
"Structs/Queries/OCKInsightQuery.swift",
"Structs/Queries/OCKOutcomeQuery.swift",
"Structs/Queries/OCKPatientQuery.swift",
"Structs/Queries/OCKTaskQuery.swift"
],
"type" : "library"
},
{
"c99name" : "CareKit",
"module_type" : "SwiftTarget",
"name" : "CareKit",
"path" : "CareKit/CareKit",
"product_memberships" : [
"CareKit"
],
"sources" : [
"CareKit.swift",
"Details/OCKDetailViewController.swift",
"Extensions/Calendar+Extensions.swift",
"Extensions/NSLayoutConstraint+Extensions.swift",
"Extensions/OCKAnyEvent+Extension.swift",
"Extensions/OCKContact+Extensions.swift",
"Extensions/UIViewController+Extensions.swift",
"Lists/Controller/OCKContactsListViewController.swift",
"Lists/Controller/OCKDailyPageViewController.swift",
"Lists/Controller/OCKDailyTasksPageViewController.swift",
"Lists/Controller/OCKListViewController.swift",
"Lists/View/OCKHeaderBodyView.swift",
"Lists/View/OCKListView.swift",
"Synchronized View Controllers/Calendar/Controllers/OCKCalendarController.swift",
"Synchronized View Controllers/Calendar/Controllers/OCKCalendarControllerProtocol.swift",
"Synchronized View Controllers/Calendar/Controllers/OCKWeekCalendarController.swift",
"Synchronized View Controllers/Calendar/Paging/OCKWeekCalendarPageViewController.swift",
"Synchronized View Controllers/Calendar/Synchronizers/OCKCalendarViewSynchronizerProtocol.swift",
"Synchronized View Controllers/Calendar/Synchronizers/OCKWeekCalendarViewSynchronizer.swift",
"Synchronized View Controllers/Calendar/View Controllers/OCKCalendarViewController.swift",
"Synchronized View Controllers/Calendar/View Controllers/OCKWeekCalendarViewController.swift",
"Synchronized View Controllers/Chart/Controller/OCKCartesianChartController.swift",
"Synchronized View Controllers/Chart/Controller/OCKChartController.swift",
"Synchronized View Controllers/Chart/Controller/OCKChartControllerProtocol.swift",
"Synchronized View Controllers/Chart/Controller/OCKDataSeriesConfiguration.swift",
"Synchronized View Controllers/Chart/Synchronizers/OCKCartesianChartViewSynchronizer.swift",
"Synchronized View Controllers/Chart/Synchronizers/OCKChartViewSynchronizerProtocol.swift",
"Synchronized View Controllers/Chart/View Controllers/OCKCartesianChartViewController.swift",
"Synchronized View Controllers/Chart/View Controllers/OCKChartViewController.swift",
"Synchronized View Controllers/Contact/Controllers/OCKContactController.swift",
"Synchronized View Controllers/Contact/Controllers/OCKContactControllerProtocol+Methods.swift",
"Synchronized View Controllers/Contact/Controllers/OCKContactControllerProtocol.swift",
"Synchronized View Controllers/Contact/Controllers/OCKDetailedContactController.swift",
"Synchronized View Controllers/Contact/Controllers/OCKSimpleContactController.swift",
"Synchronized View Controllers/Contact/Synchronizers/OCKContactViewSynchronizerProtocol.swift",
"Synchronized View Controllers/Contact/Synchronizers/OCKDetailedContactViewSynchronizer.swift",
"Synchronized View Controllers/Contact/Synchronizers/OCKSimpleContactViewSynchronizer.swift",
"Synchronized View Controllers/Contact/View Controllers/OCKContactViewController.swift",
"Synchronized View Controllers/Contact/View Controllers/OCKDetailedContactViewController.swift",
"Synchronized View Controllers/Contact/View Controllers/OCKSimpleContactViewController.swift",
"Synchronized View Controllers/Synchronization/OCKStoreNotifications.swift",
"Synchronized View Controllers/Synchronization/OCKSynchronizationContext.swift",
"Synchronized View Controllers/Synchronization/OCKSynchronizedStoreManager+Publishers.swift",
"Synchronized View Controllers/Synchronization/OCKSynchronizedStoreManager.swift",
"Synchronized View Controllers/Task/Controllers/OCKButtonLogTaskController.swift",
"Synchronized View Controllers/Task/Controllers/OCKChecklistTaskController.swift",
"Synchronized View Controllers/Task/Controllers/OCKGridTaskController.swift",
"Synchronized View Controllers/Task/Controllers/OCKInstructionsTaskController.swift",
"Synchronized View Controllers/Task/Controllers/OCKSimpleTaskController.swift",
"Synchronized View Controllers/Task/Controllers/OCKTaskController.swift",
"Synchronized View Controllers/Task/Controllers/OCKTaskControllerProtocol+Methods.swift",
"Synchronized View Controllers/Task/Controllers/OCKTaskControllerProtocol.swift",
"Synchronized View Controllers/Task/Controllers/OCKTaskEvents.swift",
"Synchronized View Controllers/Task/Synchronizers/OCKButtonLogTaskViewSynchronizer.swift",
"Synchronized View Controllers/Task/Synchronizers/OCKChecklistTaskViewSynchronizer.swift",
"Synchronized View Controllers/Task/Synchronizers/OCKGridTaskViewSynchronizer.swift",
"Synchronized View Controllers/Task/Synchronizers/OCKInstructionsTaskViewSynchronizer.swift",
"Synchronized View Controllers/Task/Synchronizers/OCKSimpleTaskViewSynchronizer.swift",
"Synchronized View Controllers/Task/Synchronizers/OCKTaskViewSynchronizerProtocol.swift",
"Synchronized View Controllers/Task/View Controllers/OCKButtonLogViewController.swift",
"Synchronized View Controllers/Task/View Controllers/OCKChecklistTaskViewController.swift",
"Synchronized View Controllers/Task/View Controllers/OCKGridTaskViewController.swift",
"Synchronized View Controllers/Task/View Controllers/OCKInstructionsTaskViewController.swift",
"Synchronized View Controllers/Task/View Controllers/OCKSimpleTaskViewController.swift",
"Synchronized View Controllers/Task/View Controllers/OCKTaskViewController.swift",
"Synchronized View Controllers/Utilities/OCKContactUtility.swift",
"Synchronized View Controllers/Utilities/OCKScheduleUtility.swift",
"View Updaters/Calendar/OCKWeekCalendarView+Updatable.swift",
"View Updaters/Chart/OCKCartesianChartView+Updatable.swift",
"View Updaters/Contact/OCKDetailedContactView+Updatable.swift",
"View Updaters/Contact/OCKSimpleContactView+Updatable.swift",
"View Updaters/OCKHeaderView+Updatable.swift",
"View Updaters/Task/OCKButtonLogTaskView+Updatable.swift",
"View Updaters/Task/OCKChecklistTaskView+Updatable.swift",
"View Updaters/Task/OCKGridTaskView+Updatable.swift",
"View Updaters/Task/OCKInstructionsTaskView+Updatable.swift",
"View Updaters/Task/OCKLogTaskView+Updatable.swift",
"View Updaters/Task/OCKSimpleTaskView+Updatable.swift",
"View Updaters/Updatable.swift"
],
"target_dependencies" : [
"CareKitUI",
"CareKitStore"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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 -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/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/136] Emitting module CareKitStore
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/146] Emitting module CareKitUI
/host/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[7/154] Compiling CareKitStore OCKTask.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[8/154] Compiling CareKitStore OCKAdherenceQuery.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[9/154] Compiling CareKitStore OCKCarePlanQuery.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[10/154] Compiling CareKitStore OCKContactQuery.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[11/154] Compiling CareKitStore OCKEntityQuery.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[12/154] Compiling CareKitStore OCKEventQuery.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[13/154] Compiling CareKitStore OCKInsightQuery.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[14/154] Compiling CareKitStore OCKOutcomeQuery.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[15/154] Compiling CareKitStore OCKPatientQuery.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[16/154] Compiling CareKitStore OCKTaskQuery.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[17/154] Compiling CareKitUI OCKDetailView.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[18/154] Compiling CareKitUI OCKLocalization.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[19/154] Compiling CareKitStore OCKOutcomeValue.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[20/154] Compiling CareKitStore OCKPatient.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[21/154] Compiling CareKitStore OCKPostalAddress.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[22/154] Compiling CareKitStore OCKSchedule.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[23/154] Compiling CareKitStore OCKScheduleElement.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[24/154] Compiling CareKitStore OCKScheduleEvent.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[25/154] Compiling CareKitStore OCKSemanticVersion.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[26/154] Compiling CareKitStore OCKStoreConfiguration.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[27/154] Compiling CareKitStore OCKCDCarePlan.swift
/host/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[28/154] Compiling CareKitStore OCKCDContact.swift
/host/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[29/154] Compiling CareKitStore OCKCDHealthKitLinkage.swift
/host/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[30/154] Compiling CareKitStore OCKCDNote.swift
/host/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[31/154] Compiling CareKitStore OCKCDObject.swift
/host/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[32/154] Compiling CareKitStore OCKCDOutcome.swift
/host/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[33/154] Compiling CareKitStore OCKCDOutcomeValue.swift
/host/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[34/154] Compiling CareKitStore OCKCDPatient.swift
/host/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[35/154] Compiling CareKitStore OCKCDPersonName.swift
/host/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[36/154] Compiling CareKitStore OCKAnyOutcomeStore.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[37/154] Compiling CareKitStore OCKOutcomeStore.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[38/154] Compiling CareKitStore OCKOutcomeStoreDelegate.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[39/154] Compiling CareKitStore OCKAnyPatient.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[40/154] Compiling CareKitStore OCKAnyPatientStore.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[41/154] Compiling CareKitStore OCKPatientStore.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[42/154] Compiling CareKitStore OCKPatientStoreDelegate.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[43/154] Compiling CareKitStore OCKAnyTask.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[44/154] Compiling CareKitStore OCKAnyTaskStore.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[45/154] Compiling CareKitStore OCKAnyVersionableTask.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[46/154] Compiling CareKitStore OCKCoreDataStoreProtocol.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[47/154] Compiling CareKitStore OCKCoreDataTaskStore.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[48/154] Compiling CareKitStore OCKAnyEvent.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[49/154] Compiling CareKitStore OCKAnyEventStore.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[50/154] Compiling CareKitStore OCKEventStore.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[51/154] Compiling CareKitStore OCKCDManageable.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[52/154] Compiling CareKitStore OCKObjectCompatible.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[53/154] Compiling CareKitStore OCKStoreProtocol+Synchronous.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[54/154] Compiling CareKitStore OCKStoreProtocol.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[55/154] Compiling CareKitStore OCKAnyOutcome.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[56/154] Compiling CareKitStore OCKTaskStore.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[57/154] Compiling CareKitStore OCKTaskStoreDelegate.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[58/154] Compiling CareKitStore OCKAdherence.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[59/154] Compiling CareKitStore OCKBiologicalSex.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[60/154] Compiling CareKitStore OCKCarePlan.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[61/154] Compiling CareKitStore OCKContact.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[62/154] Compiling CareKitStore OCKEvent.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[63/154] Compiling CareKitStore OCKHealthKitLinkage.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[64/154] Compiling CareKitStore OCKLabeledValue.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[65/154] Compiling CareKitStore OCKLocalVersionID.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[66/154] Compiling CareKitStore OCKCDTask.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[67/154] Compiling CareKitStore OCKCDVersionedObject.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[68/154] Compiling CareKitStore OCKManagedObjectModel.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[69/154] Compiling CareKitStore OCKStore+CarePlans.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[70/154] Compiling CareKitStore OCKStore+Contacts.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[71/154] Compiling CareKitStore OCKStore+Outcomes.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[72/154] Compiling CareKitStore OCKStore+Patients.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[73/154] Compiling CareKitStore OCKStore+Tasks.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[74/154] Compiling CareKitStore OCKStore.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[75/154] Compiling CareKitStore OCKAdherenceAggregator.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[76/154] Compiling CareKitStore OCKEventAggregator.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[86/154] Compiling CareKitStore OCKCDPostalAddress.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[87/154] Compiling CareKitStore OCKCDScheduleElement.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[88/154] Compiling CareKitStore OCKResultClosure.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[89/154] Compiling CareKitStore OCKStoreError.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[90/154] Compiling CareKitStore OCKUtilities.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[91/154] Compiling CareKitStore OCKAnyCarePlan.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[92/154] Compiling CareKitStore OCKAnyCarePlanStore.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[93/154] Compiling CareKitUI OCKChecklistTaskView.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[94/154] Compiling CareKitUI OCKGridTaskView.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[95/154] Compiling CareKitUI OCKInstructionsTaskView.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[96/154] Compiling CareKitUI OCKLogTaskView.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[97/154] Compiling CareKitUI OCKSimpleTaskView.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[98/154] Compiling CareKitUI OCKTaskDisplayable.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
/host/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
/host/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
/host/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
/host/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
/host/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
/host/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
/host/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
/host/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
/host/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
/host/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
/host/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
/host/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
/host/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
/host/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
/host/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
/host/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/133] Compiling CareKitStore OCKAnyOutcomeStore.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[3/133] Compiling CareKitStore OCKOutcomeStore.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[4/133] Compiling CareKitStore OCKOutcomeStoreDelegate.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[5/133] Compiling CareKitStore OCKAnyPatient.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[6/133] Compiling CareKitStore OCKAnyPatientStore.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[7/133] Compiling CareKitStore OCKPatientStore.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[8/133] Compiling CareKitStore OCKPatientStoreDelegate.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[9/133] Compiling CareKitStore OCKAnyTask.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[10/133] Compiling CareKitStore OCKAnyTaskStore.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[11/133] Compiling CareKitStore OCKAnyVersionableTask.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
/host/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[13/143] Compiling CareKitStore OCKTask.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[14/143] Compiling CareKitStore OCKResultClosure.swift
/host/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[15/143] Compiling CareKitStore OCKAdherenceQuery.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[16/143] Compiling CareKitStore OCKCarePlanQuery.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[17/143] Compiling CareKitStore OCKStoreError.swift
/host/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[18/143] Compiling CareKitStore OCKContactQuery.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[19/143] Compiling CareKitStore OCKUtilities.swift
/host/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[20/143] Compiling CareKitStore OCKEntityQuery.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[21/143] Compiling CareKitStore OCKAnyCarePlan.swift
/host/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[22/143] Compiling CareKitStore OCKEventQuery.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[23/143] Compiling CareKitStore OCKAnyCarePlanStore.swift
/host/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[24/143] Compiling CareKitStore OCKInsightQuery.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[25/143] Compiling CareKitStore OCKCarePlanStore.swift
/host/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[26/143] Compiling CareKitStore OCKOutcomeQuery.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[27/143] Compiling CareKitStore OCKCarePlanStoreDelegate.swift
/host/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[28/143] Compiling CareKitStore OCKPatientQuery.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[29/143] Compiling CareKitStore OCKTaskQuery.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
/host/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
/host/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
/host/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
/host/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
/host/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
/host/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
/host/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[37/151] Compiling CareKitStore OCKCoreDataStoreProtocol.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
/host/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[39/151] Compiling CareKitStore OCKCoreDataTaskStore.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[40/151] Compiling CareKitStore OCKAnyEvent.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[41/151] Compiling CareKitStore OCKAnyEventStore.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[42/151] Compiling CareKitStore OCKEventStore.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[43/151] Compiling CareKitStore OCKCDManageable.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[44/151] Compiling CareKitStore OCKObjectCompatible.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[45/151] Compiling CareKitStore OCKStoreProtocol+Synchronous.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[46/151] Compiling CareKitStore OCKStoreProtocol.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[47/151] Compiling CareKitStore OCKAnyOutcome.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[48/151] Emitting module CareKitUI
/host/spi-builder-workspace/CareKitUI/CareKitUI/Common/Controls/OCKAnimatedButton.swift:31:8: error: no such module 'UIKit'
29 | */
30 |
31 | import UIKit
| `- error: no such module 'UIKit'
32 |
33 | private extension UIColor {
[49/151] Compiling CareKitStore OCKTaskStore.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[50/151] Compiling CareKitStore OCKTaskStoreDelegate.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[51/151] Compiling CareKitStore OCKAdherence.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[52/151] Compiling CareKitStore OCKBiologicalSex.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[53/151] Compiling CareKitUI OCKChecklistTaskView.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[54/151] Compiling CareKitUI OCKGridTaskView.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[55/151] Compiling CareKitUI OCKInstructionsTaskView.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[56/151] Compiling CareKitUI OCKLogTaskView.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[57/151] Compiling CareKitUI OCKSimpleTaskView.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[58/151] Compiling CareKitUI OCKTaskDisplayable.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[59/151] Compiling CareKitUI OCKDetailView.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[60/151] Compiling CareKitUI OCKLocalization.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[61/151] Compiling CareKitStore OCKOutcomeValue.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[62/151] Compiling CareKitStore OCKPatient.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[63/151] Compiling CareKitStore OCKPostalAddress.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[64/151] Compiling CareKitStore OCKSchedule.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[65/151] Compiling CareKitStore OCKScheduleElement.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[66/151] Compiling CareKitStore OCKScheduleEvent.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[67/151] Compiling CareKitStore OCKSemanticVersion.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[68/151] Compiling CareKitStore OCKStoreConfiguration.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[76/151] Compiling CareKitStore OCKAnyContact.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[77/151] Compiling CareKitStore OCKAnyContactStore.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[78/151] Compiling CareKitStore OCKContactStore.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[79/151] Compiling CareKitStore OCKContactStoreDelegate.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[80/151] Emitting module CareKitStore
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[81/151] Compiling CareKitStore OCKCDCarePlan.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[82/151] Compiling CareKitStore OCKCDContact.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[83/151] Compiling CareKitStore OCKCDHealthKitLinkage.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[84/151] Compiling CareKitStore OCKCDNote.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[85/151] Compiling CareKitStore OCKCDObject.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[86/151] Compiling CareKitStore OCKCDOutcome.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[87/151] Compiling CareKitStore OCKCDOutcomeValue.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[88/151] Compiling CareKitStore OCKCDPatient.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[89/151] Compiling CareKitStore OCKCDPersonName.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[90/151] Compiling CareKitStore OCKCDPostalAddress.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[91/151] Compiling CareKitStore OCKCDScheduleElement.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[92/151] Compiling CareKitStore OCKCDTask.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[93/151] Compiling CareKitStore OCKCDVersionedObject.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[94/151] Compiling CareKitStore OCKManagedObjectModel.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[95/151] Compiling CareKitStore OCKStore+CarePlans.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[96/151] Compiling CareKitStore OCKStore+Contacts.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[97/151] Compiling CareKitStore OCKStore+Outcomes.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[98/151] Compiling CareKitStore OCKStore+Patients.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[99/151] Compiling CareKitStore OCKStore+Tasks.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[100/151] Compiling CareKitStore OCKStore.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[101/151] Compiling CareKitStore OCKAdherenceAggregator.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
[102/151] Compiling CareKitStore OCKEventAggregator.swift
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/OCKCDCarePlan.swift:31:8: error: no such module 'CoreData'
29 | */
30 |
31 | import CoreData
| `- error: no such module 'CoreData'
32 |
33 | @objc(OCKCDCarePlan)
BUILD FAILURE 6.1 linux