The Swift Package Index logo.Swift Package Index

Build Information

Failed to build PersistentHistoryTrackingKit with Swift 5.7 for Linux.

Build Command

Build command unavailable

Build Log

========================================
RunAll
========================================
Builder version: 4.28.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fatbobman/PersistentHistoryTrackingKit.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/fatbobman/PersistentHistoryTrackingKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 199084a update readme
Cloned https://github.com/fatbobman/PersistentHistoryTrackingKit.git
Revision (git rev-parse @):
199084a62296562ffc9fb7d50d326887c7c9079b
SUCCESS checkout https://github.com/fatbobman/PersistentHistoryTrackingKit.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.7
Building package at path:  $PWD/checkout
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.7-latest swift build 2>&1
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4227] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git (0.54s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 0.0.3 (0.61s)
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 0.0.3
Building for debugging...
[1/35] Emitting module AsyncAlgorithms
[2/39] Compiling AsyncAlgorithms AsyncChannel.swift
[3/39] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[4/39] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[5/39] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[6/39] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[7/39] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[8/39] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[9/39] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[10/39] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[11/39] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[12/39] Compiling AsyncAlgorithms Dictionary.swift
[13/39] Compiling AsyncAlgorithms Locking.swift
[14/39] Compiling AsyncAlgorithms PartialIteration.swift
[15/39] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[16/39] Compiling AsyncAlgorithms Rethrow.swift
[17/39] Compiling AsyncAlgorithms SetAlgebra.swift
[18/39] Compiling AsyncAlgorithms TaskSelect.swift
[19/39] Compiling AsyncAlgorithms UnsafeResumption.swift
[20/39] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[21/39] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[22/39] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[23/39] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[24/39] Compiling AsyncAlgorithms AsyncLazySequence.swift
[25/39] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[26/39] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[27/39] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[28/39] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[29/39] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[30/39] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[31/39] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[32/39] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[33/39] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[34/39] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[35/39] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[36/39] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[37/39] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[38/39] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[39/39] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
error: compile command failed due to signal 11 (use -v to see invocation)/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
import CoreData
       ^
Please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the project and the crash backtrace.
Stack dump:
0.	Program arguments: /usr/bin/swift-frontend -frontend -c -primary-file /host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/CleanStrategy.swift -primary-file /host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift /host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/DefaultLogger.swift /host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Extensions.swift /host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Fetcher.swift /host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Merger.swift /host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/PersistentHistoryTrackingKit.swift /host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Protocol/CleanerProtocol.swift /host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Protocol/FetcherProtocol.swift /host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Protocol/LoggerProtocol.swift /host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Protocol/MergerProtocol.swift /host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Protocol/TransactionTimestampManagerProtocol.swift /host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/TransactionTimestampManager.swift -emit-dependencies-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/PersistentHistoryTrackingKit.build/CleanStrategy.d -emit-reference-dependencies-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/PersistentHistoryTrackingKit.build/CleanStrategy.swiftdeps -emit-dependencies-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/PersistentHistoryTrackingKit.build/Cleaner.d -emit-reference-dependencies-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/PersistentHistoryTrackingKit.build/Cleaner.swiftdeps -target x86_64-unknown-linux-gnu -disable-objc-interop -I /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug -enable-testing -g -module-cache-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/ModuleCache -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -new-driver-path /usr/bin/swift-driver -empty-abi-descriptor -resource-dir /usr/lib/swift -enable-anonymous-context-mangled-names -module-name PersistentHistoryTrackingKit -parse-as-library -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/PersistentHistoryTrackingKit.build/CleanStrategy.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/PersistentHistoryTrackingKit.build/Cleaner.swift.o -index-store-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/index/store -index-system-modules
1.	Swift version 5.7.3 (swift-5.7.3-RELEASE)
2.	Compiling with the current language version
3.	While evaluating request TypeCheckSourceFileRequest(source_file "/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift")
4.	While evaluating request TypeCheckFunctionBodyRequest(PersistentHistoryTrackingKit.(file).Cleaner.createPredicateForAllAuthors(allAuthors:)@/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:52:10)
5.	While type-checking statement at [/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:52:76 - line:62:5] RangeText="{
        var predicates = [NSPredicate]()
        for author in allAuthors {
            let predicate = NSPredicate(format: "%K = %@",
                                        #keyPath(NSPersistentHistoryTransaction.author),
                                        author)
            predicates.append(predicate)
        }
        let compoundPredicate = NSCompoundPredicate(orPredicateWithSubpredicates: predicates)
        return compoundPredicate
    "
6.	While type-checking statement at [/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:54:9 - line:59:9] RangeText="for author in allAuthors {
            let predicate = NSPredicate(format: "%K = %@",
                                        #keyPath(NSPersistentHistoryTransaction.author),
                                        author)
            predicates.append(predicate)
        "
7.	While type-checking statement at [/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:54:34 - line:59:9] RangeText="{
            let predicate = NSPredicate(format: "%K = %@",
                                        #keyPath(NSPersistentHistoryTransaction.author),
                                        author)
            predicates.append(predicate)
        "
8.	While type-checking declaration 0x5574e8a85df8 (at /host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:55:13)
9.	While evaluating request PatternBindingEntryRequest((unknown decl), 0, 0)
10.	While type-checking expression at [/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:55:29 - line:57:47] RangeText="NSPredicate(format: "%K = %@",
                                        #keyPath(NSPersistentHistoryTransaction.author),
                                        author"
11.	While type-checking-target starting at /host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:55:29
[0/1] Planning build
Building for debugging...
[1/13] Compiling PersistentHistoryTrackingKit FetcherProtocol.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
import CoreData
       ^
[2/13] Compiling PersistentHistoryTrackingKit LoggerProtocol.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
import CoreData
       ^
[3/14] Compiling PersistentHistoryTrackingKit MergerProtocol.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
import CoreData
       ^
[4/14] Compiling PersistentHistoryTrackingKit TransactionTimestampManagerProtocol.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
import CoreData
       ^
[5/14] Compiling PersistentHistoryTrackingKit TransactionTimestampManager.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
import CoreData
       ^
error: compile command failed due to signal 11 (use -v to see invocation)[6/14] Compiling PersistentHistoryTrackingKit DefaultLogger.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
import CoreData
       ^
[7/14] Compiling PersistentHistoryTrackingKit Extensions.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
import CoreData
       ^
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
import CoreData
       ^
Please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the project and the crash backtrace.
Stack dump:
0.	Program arguments: /usr/bin/swift-frontend -frontend -c /host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/CleanStrategy.swift /host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift /host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/DefaultLogger.swift /host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Extensions.swift -primary-file /host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Fetcher.swift -primary-file /host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Merger.swift /host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/PersistentHistoryTrackingKit.swift /host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Protocol/CleanerProtocol.swift /host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Protocol/FetcherProtocol.swift /host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Protocol/LoggerProtocol.swift /host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Protocol/MergerProtocol.swift /host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Protocol/TransactionTimestampManagerProtocol.swift /host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/TransactionTimestampManager.swift -emit-dependencies-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/PersistentHistoryTrackingKit.build/Fetcher.d -emit-reference-dependencies-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/PersistentHistoryTrackingKit.build/Fetcher.swiftdeps -emit-dependencies-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/PersistentHistoryTrackingKit.build/Merger.d -emit-reference-dependencies-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/PersistentHistoryTrackingKit.build/Merger.swiftdeps -target x86_64-unknown-linux-gnu -disable-objc-interop -I /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug -enable-testing -g -module-cache-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/ModuleCache -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -new-driver-path /usr/bin/swift-driver -empty-abi-descriptor -resource-dir /usr/lib/swift -enable-anonymous-context-mangled-names -module-name PersistentHistoryTrackingKit -parse-as-library -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/PersistentHistoryTrackingKit.build/Fetcher.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/PersistentHistoryTrackingKit.build/Merger.swift.o -index-store-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/index/store -index-system-modules
1.	Swift version 5.7.3 (swift-5.7.3-RELEASE)
2.	Compiling with the current language version
3.	While evaluating request TypeCheckSourceFileRequest(source_file "/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Fetcher.swift")
4.	While evaluating request TypeCheckFunctionBodyRequest(PersistentHistoryTrackingKit.(file).Fetcher.createPredicateForOtherAuthors(currentAuthor:allAuthors:)@/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Fetcher.swift:60:10)
5.	While type-checking statement at [/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Fetcher.swift:60:101 - line:70:5] RangeText="{
        var predicates = [NSPredicate]()
        for author in allAuthors where author != currentAuthor {
            let predicate = NSPredicate(format: "%K = %@",
                                        #keyPath(NSPersistentHistoryTransaction.author),
                                        author)
            predicates.append(predicate)
        }
        let compoundPredicate = NSCompoundPredicate(type: .or, subpredicates: predicates)
        return compoundPredicate
    "
6.	While type-checking statement at [/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Fetcher.swift:62:9 - line:67:9] RangeText="for author in allAuthors where author != currentAuthor {
            let predicate = NSPredicate(format: "%K = %@",
                                        #keyPath(NSPersistentHistoryTransaction.author),
                                        author)
            predicates.append(predicate)
        "
7.	While type-checking statement at [/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Fetcher.swift:62:64 - line:67:9] RangeText="{
            let predicate = NSPredicate(format: "%K = %@",
                                        #keyPath(NSPersistentHistoryTransaction.author),
                                        author)
            predicates.append(predicate)
        "
8.	While type-checking declaration 0x5649166a2670 (at /host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Fetcher.swift:63:13)
9.	While evaluating request PatternBindingEntryRequest((unknown decl), 0, 0)
10.	While type-checking expression at [/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Fetcher.swift:63:29 - line:65:47] RangeText="NSPredicate(format: "%K = %@",
                                        #keyPath(NSPersistentHistoryTransaction.author),
                                        author"
11.	While type-checking-target starting at /host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Fetcher.swift:63:29
BUILD FAILURE 5.7 linux

Build Machine: Linux 2