The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build PersistentHistoryTrackingKit, reference 1.1.0 (697620), with Swift 6.1 for Linux on 23 Aug 2025 00:12:36 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 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:         linux
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-0":/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: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:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-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.42s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 1.0.4 (1.13s)
Fetching https://github.com/apple/swift-collections.git
[1/17354] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.26s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (2.04s)
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
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
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/20] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[8/20] Compiling InternalCollectionsUtilities Debugging.swift
[9/21] Compiling InternalCollectionsUtilities Descriptions.swift
[10/21] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[11/21] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[12/21] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[13/21] Compiling InternalCollectionsUtilities _SortedCollection.swift
[14/21] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[15/21] Compiling InternalCollectionsUtilities UInt+reversed.swift
[16/21] Emitting module InternalCollectionsUtilities
[17/21] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[18/21] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[19/21] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[20/21] Compiling InternalCollectionsUtilities Integer rank.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 OrderedDictionary+Partial RangeReplaceableCollection.swift
[26/94] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[27/94] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[28/94] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[29/94] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[30/94] Compiling OrderedCollections OrderedDictionary+Values.swift
[31/94] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[32/94] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[33/94] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[34/94] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[35/94] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[36/94] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[37/94] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[38/94] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[39/94] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[40/94] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[41/94] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[42/94] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[43/94] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[44/94] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[45/101] Compiling OrderedCollections _HashTable+Bucket.swift
[46/101] Compiling OrderedCollections _HashTable+BucketIterator.swift
[47/101] Compiling OrderedCollections _HashTable+Constants.swift
[48/101] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[49/101] Compiling DequeModule _DequeSlot.swift
[50/101] Compiling DequeModule _UnsafeWrappedBuffer.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 OrderedDictionary+Hashable.swift
[68/101] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[75/101] Compiling OrderedCollections OrderedDictionary+Codable.swift
[76/101] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[77/101] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[78/101] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[79/101] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[80/101] Compiling OrderedCollections OrderedDictionary+Elements.swift
[81/101] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[82/101] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[85/101] Emitting module DequeModule
[95/102] Compiling OrderedCollections OrderedSet+Sendable.swift
[96/102] Compiling OrderedCollections OrderedSet+SubSequence.swift
[97/102] Compiling OrderedCollections OrderedSet+Testing.swift
[98/102] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[99/102] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[100/102] Compiling OrderedCollections OrderedSet.swift
[101/102] Compiling OrderedCollections _UnsafeBitset.swift
[102/102] Emitting module OrderedCollections
[104/148] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[105/148] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[106/148] Compiling AsyncAlgorithms MergeStateMachine.swift
[107/148] Compiling AsyncAlgorithms MergeStorage.swift
[108/148] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[109/148] Compiling AsyncAlgorithms Rethrow.swift
[110/154] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[111/154] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[112/154] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[113/154] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[114/154] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[115/154] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[116/154] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[117/154] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[118/154] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[119/154] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[120/154] Compiling AsyncAlgorithms AsyncChannel.swift
[121/154] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[122/154] Emitting module AsyncAlgorithms
[123/154] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[124/154] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[125/154] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[126/154] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[127/154] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[128/154] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[129/154] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[130/154] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[131/154] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[132/154] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[133/154] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[134/154] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[135/154] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[136/154] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[137/154] Compiling AsyncAlgorithms SetAlgebra.swift
[138/154] Compiling AsyncAlgorithms UnsafeTransfer.swift
[139/154] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[140/154] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[141/154] Compiling AsyncAlgorithms ZipStateMachine.swift
[142/154] Compiling AsyncAlgorithms ZipStorage.swift
[143/154] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[144/154] Compiling AsyncAlgorithms DebounceStateMachine.swift
[145/154] Compiling AsyncAlgorithms DebounceStorage.swift
[146/154] Compiling AsyncAlgorithms Dictionary.swift
[147/154] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[148/154] Compiling AsyncAlgorithms Locking.swift
[149/154] Compiling AsyncAlgorithms ChannelStateMachine.swift
[150/154] Compiling AsyncAlgorithms ChannelStorage.swift
[151/154] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[152/154] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[153/154] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[154/154] Compiling AsyncAlgorithms CombineLatestStorage.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 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 |
[160/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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[161/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 |
[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] 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 |
[165/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 |
[166/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 |
[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-0":/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: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:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
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/15] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[3/15] Compiling InternalCollectionsUtilities Debugging.swift
[4/16] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[5/16] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[6/16] Compiling InternalCollectionsUtilities _SortedCollection.swift
[7/16] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[8/16] Compiling InternalCollectionsUtilities UInt+reversed.swift
[9/16] Emitting module InternalCollectionsUtilities
[10/16] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[11/16] Compiling InternalCollectionsUtilities Integer rank.swift
[12/16] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[13/16] Compiling InternalCollectionsUtilities Descriptions.swift
[14/16] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[15/16] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[16/16] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[18/87] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[19/87] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[20/89] Compiling OrderedCollections _HashTable+Testing.swift
[21/89] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[22/89] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[23/89] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[24/89] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[25/89] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[26/89] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[27/89] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[28/89] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[29/89] Compiling DequeModule _DequeSlot.swift
[30/89] Compiling DequeModule _UnsafeWrappedBuffer.swift
[31/96] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[32/96] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[33/96] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[34/96] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[35/96] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[36/96] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[37/96] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[38/96] Compiling OrderedCollections OrderedSet+Initializers.swift
[39/96] Compiling OrderedCollections OrderedSet+Insertions.swift
[40/96] Compiling OrderedCollections OrderedSet+Invariants.swift
[41/96] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[42/96] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[43/96] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[44/96] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[45/96] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[46/96] Compiling OrderedCollections OrderedDictionary.swift
[47/96] Compiling OrderedCollections OrderedSet+Codable.swift
[48/96] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[49/96] Compiling OrderedCollections OrderedSet+Descriptions.swift
[50/96] Compiling OrderedCollections OrderedSet+Diffing.swift
[51/96] Compiling OrderedCollections OrderedSet+Equatable.swift
[52/96] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[53/96] Compiling OrderedCollections OrderedSet+Hashable.swift
[54/96] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[55/96] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[56/96] Compiling OrderedCollections _HashTable.swift
[57/96] Compiling OrderedCollections _Hashtable+Header.swift
[58/96] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[59/96] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[68/96] Compiling OrderedCollections OrderedDictionary+Codable.swift
[69/96] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[70/96] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[71/96] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[72/96] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[73/96] Compiling OrderedCollections OrderedDictionary+Elements.swift
[74/96] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[75/96] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[76/96] Emitting module DequeModule
[77/96] Compiling OrderedCollections _HashTable+Bucket.swift
[78/96] Compiling OrderedCollections _HashTable+BucketIterator.swift
[79/96] Compiling OrderedCollections _HashTable+Constants.swift
[80/96] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[82/97] Compiling OrderedCollections OrderedSet+Sendable.swift
[83/97] Compiling OrderedCollections OrderedSet+SubSequence.swift
[84/97] Compiling OrderedCollections OrderedSet+Testing.swift
[85/97] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[86/97] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[87/97] Compiling OrderedCollections OrderedSet.swift
[88/97] Compiling OrderedCollections _UnsafeBitset.swift
[97/97] Emitting module OrderedCollections
[99/143] Emitting module AsyncAlgorithms
[100/149] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[101/149] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[102/149] Compiling AsyncAlgorithms MergeStateMachine.swift
[103/149] Compiling AsyncAlgorithms MergeStorage.swift
[104/149] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[105/149] Compiling AsyncAlgorithms Rethrow.swift
[106/149] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[107/149] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[108/149] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[109/149] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[110/149] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[111/149] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[112/149] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[113/149] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[114/149] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[115/149] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[116/149] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[117/149] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[118/149] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[119/149] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[120/149] Compiling AsyncAlgorithms DebounceStateMachine.swift
[121/149] Compiling AsyncAlgorithms DebounceStorage.swift
[122/149] Compiling AsyncAlgorithms Dictionary.swift
[123/149] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[124/149] Compiling AsyncAlgorithms Locking.swift
[125/149] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[126/149] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[127/149] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[128/149] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[129/149] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[130/149] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[131/149] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[132/149] Compiling AsyncAlgorithms ChannelStateMachine.swift
[133/149] Compiling AsyncAlgorithms ChannelStorage.swift
[134/149] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[135/149] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[136/149] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[137/149] Compiling AsyncAlgorithms CombineLatestStorage.swift
[138/149] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[139/149] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[140/149] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[141/149] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[142/149] Compiling AsyncAlgorithms AsyncChannel.swift
[143/149] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[144/149] Compiling AsyncAlgorithms SetAlgebra.swift
[145/149] Compiling AsyncAlgorithms UnsafeTransfer.swift
[146/149] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[147/149] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[148/149] Compiling AsyncAlgorithms ZipStateMachine.swift
[149/149] Compiling AsyncAlgorithms ZipStorage.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 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 |
[153/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 |
[154/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 |
[155/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 |
[156/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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[157/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 |
[158/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 |
[159/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 |
[160/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 |
[161/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 |
[162/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 |
[163/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 |
[164/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 |
[165/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 |
BUILD FAILURE 6.1 linux