The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build PersistentHistoryTrackingKit, reference 1.0.9 (adffcf), with Swift 5.10 for Linux on 27 Oct 2024 11:52:03 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.55.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fatbobman/PersistentHistoryTrackingKit.git
Reference: 1.0.9
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.0.9      -> FETCH_HEAD
HEAD is now at adffcf5 Merge pull request #5 from junping1/main
Cloned https://github.com/fatbobman/PersistentHistoryTrackingKit.git
Revision (git rev-parse @):
adffcf5bb4e484a749b5aadf6f11b2c8291e3151
SUCCESS checkout https://github.com/fatbobman/PersistentHistoryTrackingKit.git at 1.0.9
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $PWD
https://github.com/fatbobman/PersistentHistoryTrackingKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:5bb17dbcfcf8548eee753b07845b2378de013b2470bb445b58120b16b16ecc2b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4537] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.28s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 0.0.3 (0.50s)
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 Rethrow.swift
[6/42] Compiling AsyncAlgorithms SetAlgebra.swift
[7/42] Compiling AsyncAlgorithms TaskSelect.swift
[8/42] Compiling AsyncAlgorithms UnsafeResumption.swift
[9/42] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[10/42] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[11/42] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[12/42] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[13/42] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[14/42] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[15/42] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[16/42] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[17/42] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[18/42] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[19/42] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[20/42] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[21/42] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[22/42] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[23/42] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[24/42] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[25/42] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[26/42] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[27/42] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[28/42] Compiling AsyncAlgorithms AsyncLazySequence.swift
[29/42] Compiling AsyncAlgorithms AsyncChannel.swift
[30/42] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[31/42] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[32/42] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[33/42] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[34/42] Compiling AsyncAlgorithms Dictionary.swift
[35/42] Compiling AsyncAlgorithms Locking.swift
[36/42] Compiling AsyncAlgorithms PartialIteration.swift
[37/42] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[38/42] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[39/42] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[40/42] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[41/42] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[42/42] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[44/57] Compiling PersistentHistoryTrackingKit TransactionTimestampManagerProtocol.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
import CoreData
       ^
[45/58] Compiling PersistentHistoryTrackingKit LoggerProtocol.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
import CoreData
       ^
[46/58] Compiling PersistentHistoryTrackingKit MergerProtocol.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)
[47/58] Emitting module PersistentHistoryTrackingKit
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
import CoreData
       ^
[48/58] Compiling PersistentHistoryTrackingKit TransactionTimestampManager.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
import CoreData
       ^
[49/58] Compiling PersistentHistoryTrackingKit Fetcher.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
import CoreData
       ^
[50/58] Compiling PersistentHistoryTrackingKit Merger.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
import CoreData
       ^
[51/58] Compiling PersistentHistoryTrackingKit CleanStrategy.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
import CoreData
       ^
[52/58] Compiling PersistentHistoryTrackingKit Cleaner.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
import CoreData
       ^
[53/58] Compiling PersistentHistoryTrackingKit DefaultLogger.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
import CoreData
       ^
[54/58] Compiling PersistentHistoryTrackingKit Extensions.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
import CoreData
       ^
[55/58] Compiling PersistentHistoryTrackingKit PersistentHistoryTrackingKit.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
import CoreData
       ^
[56/58] Compiling PersistentHistoryTrackingKit CleanerProtocol.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
import CoreData
       ^
[57/58] Compiling PersistentHistoryTrackingKit DeduplicatorProtocol.swift
/host/spi-builder-workspace/Sources/PersistentHistoryTrackingKit/Cleaner.swift:13:8: error: no such module 'CoreData'
import CoreData
       ^
[58/58] Compiling PersistentHistoryTrackingKit FetcherProtocol.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