This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 DiffableDataSources with Swift 5.8 for Linux.

Build Command

Build command unavailable

Build Log

========================================
RunAll
========================================
Builder version: 4.27.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ra1028/DiffableDataSources.git
Reference: 0.5.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/ra1028/DiffableDataSources
 * tag               0.5.0      -> FETCH_HEAD
HEAD is now at a457cf6 Merge pull request #38 from ra1028/v0.5.0
Submodule path 'Carthage/Checkouts/DifferenceKit': checked out '62745d7780deef4a023a792a1f8f763ec7bf9705'
Submodule 'Carthage/Checkouts/DifferenceKit' (https://github.com/ra1028/DifferenceKit.git) registered for path 'Carthage/Checkouts/DifferenceKit'
Cloning into '/host/spi-builder-workspace/Carthage/Checkouts/DifferenceKit'...
Cloned https://github.com/ra1028/DiffableDataSources.git
Revision (git rev-parse @):
a457cf63456b3aeec2a3626af0230c98b0733927
SUCCESS checkout https://github.com/ra1028/DiffableDataSources.git at 0.5.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  $PWD/checkout
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
Fetching https://github.com/ra1028/DifferenceKit.git
[1/2309] Fetching differencekit
Fetched https://github.com/ra1028/DifferenceKit.git (0.63s)
Computing version for https://github.com/ra1028/DifferenceKit.git
Computed https://github.com/ra1028/DifferenceKit.git at 1.2.0 (0.39s)
Creating working copy for https://github.com/ra1028/DifferenceKit.git
Working copy of https://github.com/ra1028/DifferenceKit.git resolved at 1.2.0
Building for debugging...
[1/12] Compiling DifferenceKit ElementPath.swift
[2/13] Compiling DifferenceKit Differentiable.swift
[3/13] Compiling DifferenceKit DifferentiableSection.swift
[4/13] Compiling DifferenceKit StagedChangeset.swift
[5/13] Compiling DifferenceKit AppKitExtension.swift
[6/13] Compiling DifferenceKit UIKitExtension.swift
[7/13] Compiling DifferenceKit ArraySection.swift
[8/13] Compiling DifferenceKit Changeset.swift
[9/13] Compiling DifferenceKit Algorithm.swift
[10/13] Compiling DifferenceKit AnyDifferentiable.swift
[11/13] Emitting module DifferenceKit
[12/13] Compiling DifferenceKit ContentEquatable.swift
[13/13] Compiling DifferenceKit ContentIdentifiable.swift
[16/24] Compiling DiffableDataSources CollectionViewDiffableDataSource.swift
/host/spi-builder-workspace/Sources/Internal/DiffableDataSourceCore.swift:2:8: error: no such module 'QuartzCore'
import QuartzCore
       ^
[17/25] Compiling DiffableDataSources UniversalError.swift
/host/spi-builder-workspace/Sources/Internal/DiffableDataSourceCore.swift:2:8: error: no such module 'QuartzCore'
import QuartzCore
       ^
[18/25] Compiling DiffableDataSources TableViewDiffableDataSource.swift
/host/spi-builder-workspace/Sources/Internal/DiffableDataSourceCore.swift:2:8: error: no such module 'QuartzCore'
import QuartzCore
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[19/25] Emitting module DiffableDataSources
/host/spi-builder-workspace/Sources/Internal/DiffableDataSourceCore.swift:2:8: error: no such module 'QuartzCore'
import QuartzCore
       ^
[20/25] Compiling DiffableDataSources SnapshotStructure.swift
/host/spi-builder-workspace/Sources/Internal/DiffableDataSourceCore.swift:2:8: error: no such module 'QuartzCore'
import QuartzCore
       ^
[21/25] Compiling DiffableDataSources MainThreadSerialDispatcher.swift
/host/spi-builder-workspace/Sources/Internal/DiffableDataSourceCore.swift:2:8: error: no such module 'QuartzCore'
import QuartzCore
       ^
[22/25] Compiling DiffableDataSources HashableExtension.swift
/host/spi-builder-workspace/Sources/Internal/DiffableDataSourceCore.swift:2:8: error: no such module 'QuartzCore'
import QuartzCore
       ^
[23/25] Compiling DiffableDataSources DiffableDataSourceCore.swift
/host/spi-builder-workspace/Sources/Internal/DiffableDataSourceCore.swift:2:8: error: no such module 'QuartzCore'
import QuartzCore
       ^
[24/25] Compiling DiffableDataSources CocoaCollectionViewDiffableDataSource.swift
/host/spi-builder-workspace/Sources/Internal/DiffableDataSourceCore.swift:2:8: error: no such module 'QuartzCore'
import QuartzCore
       ^
[25/25] Compiling DiffableDataSources DiffableDataSourceSnapshot.swift
/host/spi-builder-workspace/Sources/Internal/DiffableDataSourceCore.swift:2:8: error: no such module 'QuartzCore'
import QuartzCore
       ^
[0/1] Planning build
Building for debugging...
[1/9] Compiling DiffableDataSources CollectionViewDiffableDataSource.swift
/host/spi-builder-workspace/Sources/Internal/DiffableDataSourceCore.swift:2:8: error: no such module 'QuartzCore'
import QuartzCore
       ^
[2/9] Compiling DiffableDataSources UniversalError.swift
/host/spi-builder-workspace/Sources/Internal/DiffableDataSourceCore.swift:2:8: error: no such module 'QuartzCore'
import QuartzCore
       ^
[3/10] Compiling DiffableDataSources HashableExtension.swift
/host/spi-builder-workspace/Sources/Internal/DiffableDataSourceCore.swift:2:8: error: no such module 'QuartzCore'
import QuartzCore
       ^
[4/10] Compiling DiffableDataSources MainThreadSerialDispatcher.swift
/host/spi-builder-workspace/Sources/Internal/DiffableDataSourceCore.swift:2:8: error: no such module 'QuartzCore'
import QuartzCore
       ^
[5/10] Compiling DiffableDataSources TableViewDiffableDataSource.swift
/host/spi-builder-workspace/Sources/Internal/DiffableDataSourceCore.swift:2:8: error: no such module 'QuartzCore'
import QuartzCore
       ^
[6/10] Compiling DiffableDataSources DiffableDataSourceCore.swift
/host/spi-builder-workspace/Sources/Internal/DiffableDataSourceCore.swift:2:8: error: no such module 'QuartzCore'
import QuartzCore
       ^
[7/10] Compiling DiffableDataSources CocoaCollectionViewDiffableDataSource.swift
/host/spi-builder-workspace/Sources/Internal/DiffableDataSourceCore.swift:2:8: error: no such module 'QuartzCore'
import QuartzCore
       ^
[8/10] Compiling DiffableDataSources DiffableDataSourceSnapshot.swift
/host/spi-builder-workspace/Sources/Internal/DiffableDataSourceCore.swift:2:8: error: no such module 'QuartzCore'
import QuartzCore
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/10] Emitting module DiffableDataSources
/host/spi-builder-workspace/Sources/Internal/DiffableDataSourceCore.swift:2:8: error: no such module 'QuartzCore'
import QuartzCore
       ^
[10/10] Compiling DiffableDataSources SnapshotStructure.swift
/host/spi-builder-workspace/Sources/Internal/DiffableDataSourceCore.swift:2:8: error: no such module 'QuartzCore'
import QuartzCore
       ^
BUILD FAILURE 5.8 linux
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.