Build Information
Failed to build CareKit, reference main (59e1d7), with Swift 6.2 for Android on 13 Dec 2025 02:31:43 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cbaker6/CareKit.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/cbaker6/CareKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 59e1d70 Merge pull request #736 from fmbosox/hashable-patch
Cloned https://github.com/cbaker6/CareKit.git
Revision (git rev-parse @):
59e1d702ae101740c82a3b35d548442e1c7fa449
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/cbaker6/CareKit.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/cbaker6/CareKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:5dcfe09194e3c36609f58c2a9689c9c974fddafea0cac7c12077a98d08c6b397
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/apple/FHIRModels.git
[1/6619] Fetching fhirmodels
Fetching https://github.com/apple/swift-async-algorithms
Fetched https://github.com/apple/FHIRModels.git from cache (1.20s)
[1/5833] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms from cache (0.68s)
Computing version for https://github.com/apple/FHIRModels.git
Computed https://github.com/apple/FHIRModels.git at 0.8.0 (5.83s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 1.1.1 (1.01s)
Fetching https://github.com/apple/swift-collections.git
[1/18387] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.78s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (3.88s)
Creating working copy for https://github.com/apple/FHIRModels.git
Working copy of https://github.com/apple/FHIRModels.git resolved at 0.8.0
Creating working copy for https://github.com/apple/swift-async-algorithms
Working copy of https://github.com/apple/swift-async-algorithms resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/CareKitStore/CareKitStore/CoreData/CareKitStore.xcdatamodeld
Building for debugging...
[0/19] Write sources
[0/19] Copying locversion.plist
[0/19] Write sources
[0/19] Copying Info.plist
[0/19] Write sources
[0/19] Copying Localizable.strings
[0/19] Write sources
[0/19] Copying Localizable.stringsdict
[0/19] Copying Info.plist
[17/19] Copying 2.0_2.1_Mapping.xcmappingmodel
[18/19] Write swift-version-2B04F66FBCF4E350.txt
[20/125] Compiling CareKitUI OCKGradientPlotView.swift
[21/125] Compiling CareKitUI OCKLinePlotView.swift
[22/127] Compiling FMCore FHIRIntegerRepresentable.swift
[23/127] Compiling CareKitUI OCKLineLayer.swift
[24/127] Compiling CareKitUI NoHighlightStyle.swift
[25/127] Compiling CareKitUI OCKCartesianCoordinatesLayer.swift
[26/127] Compiling CareKitUI OCKGridLayer.swift
[27/128] Compiling CareKitUI OCKScatterPlotView.swift
[28/128] Compiling CareKitUI OCKBarLayer.swift
[29/128] Compiling CareKitUI OCKRingView.swift
[30/128] Compiling CareKitUI OCKBarPlotView.swift
[31/128] Compiling CareKitUI OCKLog.swift
[32/128] Compiling CareKitUI OSValue.swift
[33/128] Compiling CareKitUI OCKCompletionRingButton.swift
[34/128] Compiling CareKitUI OCKCompletionRingView.swift
[35/128] Compiling CareKitUI OCKCompletionState.swift
[36/128] Emitting module InternalCollectionsUtilities
[37/128] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[38/128] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[40/152] Compiling OrderedCollections _HashTable+Bucket.swift
/host/spi-builder-workspace/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[41/152] Compiling OrderedCollections _HashTable+BucketIterator.swift
/host/spi-builder-workspace/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[42/152] Compiling OrderedCollections _HashTable+Constants.swift
/host/spi-builder-workspace/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[43/152] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
/host/spi-builder-workspace/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[44/152] Compiling OrderedCollections _HashTable+Testing.swift
/host/spi-builder-workspace/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[45/152] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
/host/spi-builder-workspace/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[46/152] Compiling OrderedCollections _HashTable.swift
/host/spi-builder-workspace/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[47/152] Compiling DequeModule Deque+Hashable.swift
/host/spi-builder-workspace/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[48/152] Compiling DequeModule Deque+Testing.swift
/host/spi-builder-workspace/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[49/152] Compiling DequeModule Deque._Storage.swift
/host/spi-builder-workspace/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[50/152] Compiling DequeModule Deque._UnsafeHandle.swift
/host/spi-builder-workspace/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[51/152] Compiling DequeModule Deque.swift
/host/spi-builder-workspace/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[54/212] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[55/212] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[58/212] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[59/212] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[60/212] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[61/212] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[62/212] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[63/212] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[64/212] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[65/219] Compiling DequeModule _DequeSlot.swift
[66/219] Compiling DequeModule _UnsafeWrappedBuffer.swift
[67/219] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[68/219] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[69/219] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[70/219] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[71/219] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[72/219] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[73/219] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[74/219] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[75/219] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[76/219] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[77/219] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[79/219] Compiling OrderedCollections _Hashtable+Header.swift
[80/219] Compiling OrderedCollections OrderedDictionary.swift
[81/219] Compiling OrderedCollections OrderedSet+Codable.swift
[82/219] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[83/219] Compiling OrderedCollections OrderedSet+Descriptions.swift
[84/219] Compiling OrderedCollections OrderedSet+Diffing.swift
[85/219] Compiling OrderedCollections OrderedSet+Equatable.swift
[86/219] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[87/219] Compiling OrderedCollections OrderedSet+Hashable.swift
[88/219] Compiling OrderedCollections OrderedSet+Initializers.swift
[89/219] Compiling OrderedCollections OrderedSet+Insertions.swift
[90/219] Compiling OrderedCollections OrderedSet+Invariants.swift
[91/219] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[92/219] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[93/219] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[94/219] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[95/219] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[104/219] Compiling OrderedCollections OrderedDictionary+Codable.swift
[105/219] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[106/219] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[107/219] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[108/219] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[109/219] Compiling OrderedCollections OrderedDictionary+Elements.swift
[110/219] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[111/219] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[114/219] Emitting module DequeModule
[124/220] Compiling OrderedCollections OrderedSet+Sendable.swift
[125/220] Compiling OrderedCollections OrderedSet+SubSequence.swift
[126/220] Compiling OrderedCollections OrderedSet+Testing.swift
[127/220] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[128/220] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[129/220] Compiling OrderedCollections OrderedSet.swift
[130/220] Compiling OrderedCollections _UnsafeBitset.swift
[131/220] Compiling FMCore FHIRType.swift
[132/220] Compiling FMCore Scanner+FHIR.swift
/host/spi-builder-workspace/.build/checkouts/FHIRModels/Sources/FMCore/Scanner+FHIR.swift:32:47: error: cannot convert value of type 'NSString?' to expected argument type 'String?'
30 | }
31 | var string: NSString?
32 | if scanCharacters(from: characterSet, into: &string), let string = string {
| |- error: cannot convert value of type 'NSString?' to expected argument type 'String?'
| `- note: arguments to generic parameter 'Wrapped' ('NSString' and 'String') are expected to be equal
33 | return String(string)
34 | }
[133/220] Compiling FMCore FHIRDateParserError.swift
[134/220] Compiling FMCore TimeZone+FHIR.swift
/host/spi-builder-workspace/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[147/220] Emitting module CareKitUI
/host/spi-builder-workspace/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
[148/220] Emitting module OrderedCollections
[152/221] Compiling FMCore ExpressibleAsNSDate.swift
[153/221] Emitting module FMCore
[154/221] Compiling FMCore FHIRDateComponents.swift
/host/spi-builder-workspace/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
/host/spi-builder-workspace/CareKitUI/CareKitUI/Shared/AccessibleStack.swift:31:8: error: no such module 'SwiftUI'
29 | */
30 |
31 | import SwiftUI
| `- error: no such module 'SwiftUI'
32 |
33 | /// A horizontal stack that flips to a vertical stack at larger content sizes.
BUILD FAILURE 6.2 android