The Swift Package Index logo.Swift Package Index

Build Information

Failed to build PersistentHistoryTrackingKit with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
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.10
Building package at path:  $workDir
https://github.com/fatbobman/PersistentHistoryTrackingKit.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4239] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.32s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 0.0.3 (0.53s)
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...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/38] Emitting module AsyncAlgorithms
[5/42] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[6/42] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[7/42] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[8/42] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[9/42] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[10/42] Compiling AsyncAlgorithms AsyncChannel.swift
[11/42] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[12/42] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[13/42] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[14/42] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[15/42] Compiling AsyncAlgorithms Rethrow.swift
[16/42] Compiling AsyncAlgorithms SetAlgebra.swift
[17/42] Compiling AsyncAlgorithms TaskSelect.swift
[18/42] Compiling AsyncAlgorithms UnsafeResumption.swift
[19/42] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[20/42] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[21/42] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[22/42] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[23/42] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[24/42] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[25/42] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[26/42] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[27/42] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[28/42] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[29/42] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[30/42] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[31/42] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[32/42] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[33/42] Compiling AsyncAlgorithms AsyncLazySequence.swift
[34/42] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[35/42] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[36/42] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[37/42] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[38/42] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[39/42] Compiling AsyncAlgorithms Dictionary.swift
[40/42] Compiling AsyncAlgorithms Locking.swift
[41/42] Compiling AsyncAlgorithms PartialIteration.swift
[42/42] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[44/56] Compiling PersistentHistoryTrackingKit MergerProtocol.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
import CoreData
       ^
[45/56] Compiling PersistentHistoryTrackingKit TransactionTimestampManagerProtocol.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
import CoreData
       ^
[46/57] Compiling PersistentHistoryTrackingKit FetcherProtocol.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
import CoreData
       ^
[47/57] Compiling PersistentHistoryTrackingKit LoggerProtocol.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
import CoreData
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[48/57] Emitting module PersistentHistoryTrackingKit
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
import CoreData
       ^
[49/57] Compiling PersistentHistoryTrackingKit TransactionTimestampManager.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
import CoreData
       ^
[50/57] Compiling PersistentHistoryTrackingKit PersistentHistoryTrackingKit.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
import CoreData
       ^
[51/57] Compiling PersistentHistoryTrackingKit CleanerProtocol.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
import CoreData
       ^
[52/57] Compiling PersistentHistoryTrackingKit DefaultLogger.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
import CoreData
       ^
[53/57] Compiling PersistentHistoryTrackingKit Extensions.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
import CoreData
       ^
[54/57] Compiling PersistentHistoryTrackingKit CleanStrategy.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
import CoreData
       ^
[55/57] Compiling PersistentHistoryTrackingKit Cleaner.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
import CoreData
       ^
[56/57] Compiling PersistentHistoryTrackingKit Fetcher.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
import CoreData
       ^
[57/57] Compiling PersistentHistoryTrackingKit Merger.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
import CoreData
       ^
error: fatalError
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/14] Compiling PersistentHistoryTrackingKit TransactionTimestampManagerProtocol.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
import CoreData
       ^
[3/15] Compiling PersistentHistoryTrackingKit FetcherProtocol.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
import CoreData
       ^
[4/15] Compiling PersistentHistoryTrackingKit LoggerProtocol.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
import CoreData
       ^
[5/15] Compiling PersistentHistoryTrackingKit MergerProtocol.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
import CoreData
       ^
[6/15] Compiling PersistentHistoryTrackingKit CleanStrategy.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
import CoreData
       ^
[7/15] Compiling PersistentHistoryTrackingKit Cleaner.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
import CoreData
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/15] Emitting module PersistentHistoryTrackingKit
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
import CoreData
       ^
[9/15] Compiling PersistentHistoryTrackingKit TransactionTimestampManager.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
import CoreData
       ^
[10/15] Compiling PersistentHistoryTrackingKit DefaultLogger.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
import CoreData
       ^
[11/15] Compiling PersistentHistoryTrackingKit Extensions.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
import CoreData
       ^
[12/15] Compiling PersistentHistoryTrackingKit PersistentHistoryTrackingKit.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
import CoreData
       ^
[13/15] Compiling PersistentHistoryTrackingKit CleanerProtocol.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
import CoreData
       ^
[14/15] Compiling PersistentHistoryTrackingKit Fetcher.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
import CoreData
       ^
[15/15] Compiling PersistentHistoryTrackingKit Merger.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
import CoreData
       ^
error: fatalError
BUILD FAILURE 5.10 linux

Build Machine: Linux 1