The Swift Package Index logo.Swift Package Index

Build Information

Failed to build DiffableDataSources with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/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/ra1028/DiffableDataSources.git
Reference: master
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
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/ra1028/DiffableDataSources.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/ra1028/DifferenceKit.git
[1/2321] Fetching differencekit
Fetched https://github.com/ra1028/DifferenceKit.git from cache (0.51s)
Computing version for https://github.com/ra1028/DifferenceKit.git
Computed https://github.com/ra1028/DifferenceKit.git at 1.2.0 (0.48s)
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...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/15] Compiling DifferenceKit AppKitExtension.swift
[5/15] Compiling DifferenceKit UIKitExtension.swift
[6/16] Compiling DifferenceKit ContentEquatable.swift
[7/16] Compiling DifferenceKit ContentIdentifiable.swift
[8/16] Emitting module DifferenceKit
[9/16] Compiling DifferenceKit Algorithm.swift
[10/16] Compiling DifferenceKit AnyDifferentiable.swift
[11/16] Compiling DifferenceKit ArraySection.swift
[12/16] Compiling DifferenceKit Changeset.swift
[13/16] Compiling DifferenceKit ElementPath.swift
[14/16] Compiling DifferenceKit Differentiable.swift
[15/16] Compiling DifferenceKit DifferentiableSection.swift
[16/16] Compiling DifferenceKit StagedChangeset.swift
[18/26] Compiling DiffableDataSources HashableExtension.swift
/host/spi-builder-workspace/Sources/Internal/DiffableDataSourceCore.swift:2:8: error: no such module 'QuartzCore'
import QuartzCore
       ^
[19/27] Compiling DiffableDataSources CollectionViewDiffableDataSource.swift
/host/spi-builder-workspace/Sources/Internal/DiffableDataSourceCore.swift:2:8: error: no such module 'QuartzCore'
import QuartzCore
       ^
[20/27] 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)
[21/27] Emitting module DiffableDataSources
/host/spi-builder-workspace/Sources/Internal/DiffableDataSourceCore.swift:2:8: error: no such module 'QuartzCore'
import QuartzCore
       ^
[22/27] Compiling DiffableDataSources DiffableDataSourceCore.swift
/host/spi-builder-workspace/Sources/Internal/DiffableDataSourceCore.swift:2:8: error: no such module 'QuartzCore'
import QuartzCore
       ^
[23/27] Compiling DiffableDataSources CocoaCollectionViewDiffableDataSource.swift
/host/spi-builder-workspace/Sources/Internal/DiffableDataSourceCore.swift:2:8: error: no such module 'QuartzCore'
import QuartzCore
       ^
[24/27] Compiling DiffableDataSources DiffableDataSourceSnapshot.swift
/host/spi-builder-workspace/Sources/Internal/DiffableDataSourceCore.swift:2:8: error: no such module 'QuartzCore'
import QuartzCore
       ^
[25/27] Compiling DiffableDataSources SnapshotStructure.swift
/host/spi-builder-workspace/Sources/Internal/DiffableDataSourceCore.swift:2:8: error: no such module 'QuartzCore'
import QuartzCore
       ^
[26/27] Compiling DiffableDataSources UniversalError.swift
/host/spi-builder-workspace/Sources/Internal/DiffableDataSourceCore.swift:2:8: error: no such module 'QuartzCore'
import QuartzCore
       ^
[27/27] Compiling DiffableDataSources MainThreadSerialDispatcher.swift
/host/spi-builder-workspace/Sources/Internal/DiffableDataSourceCore.swift:2:8: error: no such module 'QuartzCore'
import QuartzCore
       ^
error: fatalError
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/10] Compiling DiffableDataSources CollectionViewDiffableDataSource.swift
/host/spi-builder-workspace/Sources/Internal/DiffableDataSourceCore.swift:2:8: error: no such module 'QuartzCore'
import QuartzCore
       ^
[3/10] Compiling DiffableDataSources UniversalError.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)
[4/11] Emitting module DiffableDataSources
/host/spi-builder-workspace/Sources/Internal/DiffableDataSourceCore.swift:2:8: error: no such module 'QuartzCore'
import QuartzCore
       ^
[5/11] Compiling DiffableDataSources DiffableDataSourceCore.swift
/host/spi-builder-workspace/Sources/Internal/DiffableDataSourceCore.swift:2:8: error: no such module 'QuartzCore'
import QuartzCore
       ^
[6/11] Compiling DiffableDataSources CocoaCollectionViewDiffableDataSource.swift
/host/spi-builder-workspace/Sources/Internal/DiffableDataSourceCore.swift:2:8: error: no such module 'QuartzCore'
import QuartzCore
       ^
[7/11] Compiling DiffableDataSources DiffableDataSourceSnapshot.swift
/host/spi-builder-workspace/Sources/Internal/DiffableDataSourceCore.swift:2:8: error: no such module 'QuartzCore'
import QuartzCore
       ^
[8/11] Compiling DiffableDataSources TableViewDiffableDataSource.swift
/host/spi-builder-workspace/Sources/Internal/DiffableDataSourceCore.swift:2:8: error: no such module 'QuartzCore'
import QuartzCore
       ^
[9/11] Compiling DiffableDataSources HashableExtension.swift
/host/spi-builder-workspace/Sources/Internal/DiffableDataSourceCore.swift:2:8: error: no such module 'QuartzCore'
import QuartzCore
       ^
[10/11] Compiling DiffableDataSources SnapshotStructure.swift
/host/spi-builder-workspace/Sources/Internal/DiffableDataSourceCore.swift:2:8: error: no such module 'QuartzCore'
import QuartzCore
       ^
[11/11] Compiling DiffableDataSources MainThreadSerialDispatcher.swift
/host/spi-builder-workspace/Sources/Internal/DiffableDataSourceCore.swift:2:8: error: no such module 'QuartzCore'
import QuartzCore
       ^
error: fatalError
BUILD FAILURE 5.10 linux

Build Machine: Linux 2