Build Information
Failed to build PersistentHistoryTrackingKit, reference 1.1.0 (697620
), with Swift 6.1 for Android on 23 Aug 2025 00:14:39 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fatbobman/PersistentHistoryTrackingKit.git
Reference: 1.1.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/fatbobman/PersistentHistoryTrackingKit
* tag 1.1.0 -> FETCH_HEAD
HEAD is now at 6976209 将原 performAndWait 改成 performAndWaitWithResult 以解决 Xcode 26 beta 5 后的兼容性问题
Cloned https://github.com/fatbobman/PersistentHistoryTrackingKit.git
Revision (git rev-parse @):
6976209cd3da925177cd70f411f3f6d1164729ba
SUCCESS checkout https://github.com/fatbobman/PersistentHistoryTrackingKit.git at 1.1.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/fatbobman/PersistentHistoryTrackingKit.git
https://github.com/fatbobman/PersistentHistoryTrackingKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-async-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-async-algorithms"
}
],
"manifest_display_name" : "PersistentHistoryTrackingKit",
"name" : "PersistentHistoryTrackingKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "maccatalyst",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "PersistentHistoryTrackingKit",
"targets" : [
"PersistentHistoryTrackingKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PersistentHistoryTrackingKitTests",
"module_type" : "SwiftTarget",
"name" : "PersistentHistoryTrackingKitTests",
"path" : "Tests/PersistentHistoryTrackingKitTests",
"sources" : [
"CleanStrategyTests.swift",
"CleanerTests.swift",
"FetcherTests.swift",
"LoggerTests.swift",
"MergerTests.swift",
"PersistentHistoryTrackingKitTests.swift",
"TestsHelper/CoreDataStackHelper.swift",
"TestsHelper/Extension.swift",
"TimestampManagerTests.swift"
],
"target_dependencies" : [
"PersistentHistoryTrackingKit"
],
"type" : "test"
},
{
"c99name" : "PersistentHistoryTrackingKit",
"module_type" : "SwiftTarget",
"name" : "PersistentHistoryTrackingKit",
"path" : "Sources/PersistentHistoryTrackingKit",
"product_dependencies" : [
"AsyncAlgorithms"
],
"product_memberships" : [
"PersistentHistoryTrackingKit"
],
"sources" : [
"CleanStrategy.swift",
"Cleaner.swift",
"DefaultLogger.swift",
"Extensions.swift",
"Fetcher.swift",
"Merger.swift",
"PersistentHistoryTrackingKit.swift",
"Protocol/CleanerProtocol.swift",
"Protocol/DeduplicatorProtocol.swift",
"Protocol/FetcherProtocol.swift",
"Protocol/LoggerProtocol.swift",
"Protocol/MergerProtocol.swift",
"Protocol/TransactionTimestampManagerProtocol.swift",
"TransactionTimestampManager.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-async-algorithms
[1/5133] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms from cache (0.53s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 1.0.4 (1.52s)
Fetching https://github.com/apple/swift-collections.git
[1/17354] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.41s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (2.50s)
Creating working copy for https://github.com/apple/swift-async-algorithms
Working copy of https://github.com/apple/swift-async-algorithms resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/20] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[8/21] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[9/21] Compiling InternalCollectionsUtilities Integer rank.swift
[10/21] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[11/21] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[12/21] Emitting module InternalCollectionsUtilities
[13/21] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[14/21] Compiling InternalCollectionsUtilities _SortedCollection.swift
[15/21] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[16/21] Compiling InternalCollectionsUtilities UInt+reversed.swift
[17/21] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[18/21] Compiling InternalCollectionsUtilities Debugging.swift
[19/21] Compiling InternalCollectionsUtilities Descriptions.swift
[20/21] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[21/21] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[23/92] Compiling OrderedCollections _HashTable+Testing.swift
[24/92] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[25/94] Compiling OrderedCollections _HashTable+Constants.swift
[26/94] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[27/94] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[28/94] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[29/94] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[30/94] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[31/94] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[32/94] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[33/94] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[34/101] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[35/101] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[36/101] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[37/101] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[38/101] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[39/101] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[40/101] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[41/101] Compiling DequeModule _DequeSlot.swift
[42/101] Compiling DequeModule _UnsafeWrappedBuffer.swift
[43/101] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[44/101] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[45/101] Compiling OrderedCollections OrderedDictionary+Codable.swift
[46/101] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[47/101] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[48/101] Compiling OrderedCollections OrderedDictionary+Elements.swift
[49/101] Compiling OrderedCollections _HashTable.swift
[50/101] Compiling OrderedCollections _Hashtable+Header.swift
[51/101] Compiling OrderedCollections OrderedDictionary.swift
[52/101] Compiling OrderedCollections OrderedSet+Codable.swift
[53/101] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[54/101] Compiling OrderedCollections OrderedSet+Descriptions.swift
[55/101] Compiling OrderedCollections OrderedSet+Diffing.swift
[56/101] Compiling OrderedCollections OrderedSet+Equatable.swift
[57/101] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[58/101] Compiling OrderedCollections OrderedSet+Hashable.swift
[59/101] Compiling OrderedCollections OrderedSet+Initializers.swift
[60/101] Compiling OrderedCollections OrderedSet+Insertions.swift
[61/101] Compiling OrderedCollections OrderedSet+Invariants.swift
[62/101] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[63/101] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[64/101] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[65/101] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[66/101] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[67/101] Compiling OrderedCollections _HashTable+Bucket.swift
[68/101] Compiling OrderedCollections _HashTable+BucketIterator.swift
[69/101] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[70/101] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[71/101] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[72/101] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[73/101] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[74/101] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[75/101] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[76/101] Compiling OrderedCollections OrderedDictionary+Values.swift
[85/101] Emitting module DequeModule
[87/102] Compiling OrderedCollections OrderedSet+Sendable.swift
[88/102] Compiling OrderedCollections OrderedSet+SubSequence.swift
[89/102] Compiling OrderedCollections OrderedSet+Testing.swift
[90/102] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[91/102] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[92/102] Compiling OrderedCollections OrderedSet.swift
[93/102] Compiling OrderedCollections _UnsafeBitset.swift
[102/102] Emitting module OrderedCollections
[104/148] Emitting module AsyncAlgorithms
[105/154] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[106/154] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[107/154] Compiling AsyncAlgorithms MergeStateMachine.swift
[108/154] Compiling AsyncAlgorithms MergeStorage.swift
[109/154] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[110/154] Compiling AsyncAlgorithms Rethrow.swift
[111/154] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[112/154] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[113/154] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[114/154] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[115/154] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[116/154] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[117/154] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[118/154] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[119/154] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[120/154] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[121/154] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[122/154] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[123/154] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[124/154] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[125/154] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[126/154] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[127/154] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[128/154] Compiling AsyncAlgorithms AsyncChannel.swift
[129/154] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[130/154] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[131/154] Compiling AsyncAlgorithms DebounceStateMachine.swift
[132/154] Compiling AsyncAlgorithms DebounceStorage.swift
[133/154] Compiling AsyncAlgorithms Dictionary.swift
[134/154] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[135/154] Compiling AsyncAlgorithms Locking.swift
[136/154] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[137/154] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[138/154] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[139/154] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[140/154] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[141/154] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[142/154] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[143/154] Compiling AsyncAlgorithms ChannelStateMachine.swift
[144/154] Compiling AsyncAlgorithms ChannelStorage.swift
[145/154] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[146/154] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[147/154] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[148/154] Compiling AsyncAlgorithms CombineLatestStorage.swift
[149/154] Compiling AsyncAlgorithms SetAlgebra.swift
[150/154] Compiling AsyncAlgorithms UnsafeTransfer.swift
[151/154] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[152/154] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[153/154] Compiling AsyncAlgorithms ZipStateMachine.swift
[154/154] Compiling AsyncAlgorithms ZipStorage.swift
[156/169] Compiling PersistentHistoryTrackingKit DeduplicatorProtocol.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
11 | //
12 |
13 | import CoreData
| `- error: no such module 'CoreData'
14 | import Foundation
15 |
[157/169] Compiling PersistentHistoryTrackingKit FetcherProtocol.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
11 | //
12 |
13 | import CoreData
| `- error: no such module 'CoreData'
14 | import Foundation
15 |
[158/170] Compiling PersistentHistoryTrackingKit TransactionTimestampManagerProtocol.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
11 | //
12 |
13 | import CoreData
| `- error: no such module 'CoreData'
14 | import Foundation
15 |
[159/170] Compiling PersistentHistoryTrackingKit LoggerProtocol.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
11 | //
12 |
13 | import CoreData
| `- error: no such module 'CoreData'
14 | import Foundation
15 |
[160/170] Compiling PersistentHistoryTrackingKit MergerProtocol.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
11 | //
12 |
13 | import CoreData
| `- error: no such module 'CoreData'
14 | import Foundation
15 |
[161/170] Compiling PersistentHistoryTrackingKit TransactionTimestampManager.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
11 | //
12 |
13 | import CoreData
| `- error: no such module 'CoreData'
14 | import Foundation
15 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[162/170] Compiling PersistentHistoryTrackingKit CleanStrategy.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
11 | //
12 |
13 | import CoreData
| `- error: no such module 'CoreData'
14 | import Foundation
15 |
[163/170] Compiling PersistentHistoryTrackingKit Cleaner.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
11 | //
12 |
13 | import CoreData
| `- error: no such module 'CoreData'
14 | import Foundation
15 |
[164/170] Emitting module PersistentHistoryTrackingKit
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
11 | //
12 |
13 | import CoreData
| `- error: no such module 'CoreData'
14 | import Foundation
15 |
[165/170] Compiling PersistentHistoryTrackingKit DefaultLogger.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
11 | //
12 |
13 | import CoreData
| `- error: no such module 'CoreData'
14 | import Foundation
15 |
[166/170] Compiling PersistentHistoryTrackingKit Extensions.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
11 | //
12 |
13 | import CoreData
| `- error: no such module 'CoreData'
14 | import Foundation
15 |
[167/170] Compiling PersistentHistoryTrackingKit Fetcher.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
11 | //
12 |
13 | import CoreData
| `- error: no such module 'CoreData'
14 | import Foundation
15 |
[168/170] Compiling PersistentHistoryTrackingKit Merger.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
11 | //
12 |
13 | import CoreData
| `- error: no such module 'CoreData'
14 | import Foundation
15 |
[169/170] Compiling PersistentHistoryTrackingKit PersistentHistoryTrackingKit.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
11 | //
12 |
13 | import CoreData
| `- error: no such module 'CoreData'
14 | import Foundation
15 |
[170/170] Compiling PersistentHistoryTrackingKit CleanerProtocol.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
11 | //
12 |
13 | import CoreData
| `- error: no such module 'CoreData'
14 | import Foundation
15 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/15] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[3/16] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[4/16] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[5/16] Compiling InternalCollectionsUtilities UInt+reversed.swift
[6/16] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[7/16] Compiling InternalCollectionsUtilities Integer rank.swift
[8/16] Emitting module InternalCollectionsUtilities
[9/16] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[10/16] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[11/16] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[12/16] Compiling InternalCollectionsUtilities Debugging.swift
[13/16] Compiling InternalCollectionsUtilities Descriptions.swift
[14/16] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[15/16] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[16/16] Compiling InternalCollectionsUtilities _SortedCollection.swift
[18/87] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[19/87] Compiling OrderedCollections OrderedDictionary+Elements.swift
[20/89] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[21/89] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[22/89] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[23/89] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[24/89] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[25/89] Compiling OrderedCollections OrderedDictionary+Values.swift
[26/89] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[27/89] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[28/89] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[29/89] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[30/89] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[31/89] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[32/89] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[33/89] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[34/89] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[35/89] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[36/89] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[37/89] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[38/89] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[39/89] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[40/96] Compiling DequeModule _DequeSlot.swift
[41/96] Compiling DequeModule _UnsafeWrappedBuffer.swift
[42/96] Compiling OrderedCollections OrderedDictionary.swift
[43/96] Compiling OrderedCollections OrderedSet+Codable.swift
[44/96] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[45/96] Compiling OrderedCollections OrderedSet+Descriptions.swift
[46/96] Compiling OrderedCollections OrderedSet+Diffing.swift
[47/96] Compiling OrderedCollections OrderedSet+Equatable.swift
[48/96] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[49/96] Compiling OrderedCollections OrderedSet+Hashable.swift
[54/96] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[55/96] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[58/96] Compiling OrderedCollections OrderedSet+Initializers.swift
[59/96] Compiling OrderedCollections OrderedSet+Insertions.swift
[60/96] Compiling OrderedCollections OrderedSet+Invariants.swift
[61/96] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[62/96] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[63/96] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[64/96] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[65/96] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[66/96] Compiling OrderedCollections OrderedDictionary+Codable.swift
[67/96] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[68/96] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[69/96] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[78/96] Emitting module DequeModule
[82/97] Compiling OrderedCollections _HashTable+Bucket.swift
[83/97] Compiling OrderedCollections _HashTable+BucketIterator.swift
[84/97] Compiling OrderedCollections _HashTable+Constants.swift
[85/97] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[86/97] Compiling OrderedCollections _HashTable+Testing.swift
[87/97] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[88/97] Compiling OrderedCollections _HashTable.swift
[89/97] Compiling OrderedCollections _Hashtable+Header.swift
[90/97] Compiling OrderedCollections OrderedSet+Sendable.swift
[91/97] Compiling OrderedCollections OrderedSet+SubSequence.swift
[92/97] Compiling OrderedCollections OrderedSet+Testing.swift
[93/97] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[94/97] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[95/97] Compiling OrderedCollections OrderedSet.swift
[96/97] Compiling OrderedCollections _UnsafeBitset.swift
[97/97] Emitting module OrderedCollections
[99/143] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[100/143] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[101/143] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[102/143] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[103/143] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[104/143] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[105/143] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[106/149] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[107/149] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[108/149] Compiling AsyncAlgorithms MergeStateMachine.swift
[109/149] Compiling AsyncAlgorithms MergeStorage.swift
[110/149] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[111/149] Compiling AsyncAlgorithms Rethrow.swift
[112/149] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[113/149] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[114/149] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[115/149] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[116/149] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[117/149] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[118/149] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[119/149] Emitting module AsyncAlgorithms
[120/149] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[121/149] Compiling AsyncAlgorithms DebounceStateMachine.swift
[122/149] Compiling AsyncAlgorithms DebounceStorage.swift
[123/149] Compiling AsyncAlgorithms Dictionary.swift
[124/149] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[125/149] Compiling AsyncAlgorithms Locking.swift
[126/149] Compiling AsyncAlgorithms SetAlgebra.swift
[127/149] Compiling AsyncAlgorithms UnsafeTransfer.swift
[128/149] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[129/149] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[130/149] Compiling AsyncAlgorithms ZipStateMachine.swift
[131/149] Compiling AsyncAlgorithms ZipStorage.swift
[132/149] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[133/149] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[134/149] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[135/149] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[136/149] Compiling AsyncAlgorithms AsyncChannel.swift
[137/149] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[138/149] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[139/149] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[140/149] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[141/149] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[142/149] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[143/149] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[144/149] Compiling AsyncAlgorithms ChannelStateMachine.swift
[145/149] Compiling AsyncAlgorithms ChannelStorage.swift
[146/149] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[147/149] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[148/149] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[149/149] Compiling AsyncAlgorithms CombineLatestStorage.swift
[151/164] Compiling PersistentHistoryTrackingKit TransactionTimestampManagerProtocol.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
11 | //
12 |
13 | import CoreData
| `- error: no such module 'CoreData'
14 | import Foundation
15 |
[152/165] Compiling PersistentHistoryTrackingKit LoggerProtocol.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
11 | //
12 |
13 | import CoreData
| `- error: no such module 'CoreData'
14 | import Foundation
15 |
[153/165] Compiling PersistentHistoryTrackingKit MergerProtocol.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
11 | //
12 |
13 | import CoreData
| `- error: no such module 'CoreData'
14 | import Foundation
15 |
[154/165] Compiling PersistentHistoryTrackingKit DefaultLogger.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
11 | //
12 |
13 | import CoreData
| `- error: no such module 'CoreData'
14 | import Foundation
15 |
[155/165] Compiling PersistentHistoryTrackingKit Extensions.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
11 | //
12 |
13 | import CoreData
| `- error: no such module 'CoreData'
14 | import Foundation
15 |
[156/165] Compiling PersistentHistoryTrackingKit DeduplicatorProtocol.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
11 | //
12 |
13 | import CoreData
| `- error: no such module 'CoreData'
14 | import Foundation
15 |
[157/165] Compiling PersistentHistoryTrackingKit FetcherProtocol.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
11 | //
12 |
13 | import CoreData
| `- error: no such module 'CoreData'
14 | import Foundation
15 |
[158/165] Compiling PersistentHistoryTrackingKit CleanStrategy.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
11 | //
12 |
13 | import CoreData
| `- error: no such module 'CoreData'
14 | import Foundation
15 |
[159/165] Compiling PersistentHistoryTrackingKit Cleaner.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
11 | //
12 |
13 | import CoreData
| `- error: no such module 'CoreData'
14 | import Foundation
15 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[160/165] Emitting module PersistentHistoryTrackingKit
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
11 | //
12 |
13 | import CoreData
| `- error: no such module 'CoreData'
14 | import Foundation
15 |
[161/165] Compiling PersistentHistoryTrackingKit TransactionTimestampManager.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
11 | //
12 |
13 | import CoreData
| `- error: no such module 'CoreData'
14 | import Foundation
15 |
[162/165] Compiling PersistentHistoryTrackingKit Fetcher.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
11 | //
12 |
13 | import CoreData
| `- error: no such module 'CoreData'
14 | import Foundation
15 |
[163/165] Compiling PersistentHistoryTrackingKit Merger.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
11 | //
12 |
13 | import CoreData
| `- error: no such module 'CoreData'
14 | import Foundation
15 |
[164/165] Compiling PersistentHistoryTrackingKit PersistentHistoryTrackingKit.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
11 | //
12 |
13 | import CoreData
| `- error: no such module 'CoreData'
14 | import Foundation
15 |
[165/165] Compiling PersistentHistoryTrackingKit CleanerProtocol.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
11 | //
12 |
13 | import CoreData
| `- error: no such module 'CoreData'
14 | import Foundation
15 |
BUILD FAILURE 6.1 android