The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Vandelay with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-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/danielsaidi/Vandelay.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/danielsaidi/Vandelay
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 630e062 Replace Mockery with MockingKit
Cloned https://github.com/danielsaidi/Vandelay.git
Revision (git rev-parse @):
630e062cb351ea547367c79e45c00ecc189343aa
SUCCESS checkout https://github.com/danielsaidi/Vandelay.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/danielsaidi/Vandelay.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/danielsaidi/MockingKit.git
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/Quick/Quick.git
[1/2129] Fetching mockingkit
[1343/16338] Fetching mockingkit, quick
[16339/33629] Fetching mockingkit, quick, nimble
Fetched https://github.com/Quick/Quick.git from cache (1.43s)
Fetched https://github.com/danielsaidi/MockingKit.git from cache (1.44s)
Fetched https://github.com/Quick/Nimble.git from cache (1.44s)
Computing version for https://github.com/danielsaidi/MockingKit.git
Computed https://github.com/danielsaidi/MockingKit.git at 0.8.0 (0.40s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.1.1 (0.41s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 3.0.0 (0.42s)
Creating working copy for https://github.com/danielsaidi/MockingKit.git
Working copy of https://github.com/danielsaidi/MockingKit.git resolved at 0.8.0
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 8.1.1
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 3.0.0
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/24] Compiling Vandelay StaticFileNameGenerator.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[4/24] Compiling Vandelay ImportResult.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[5/24] Compiling Vandelay ImportState.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[6/27] Compiling Vandelay ExportMethod.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[7/27] Compiling Vandelay FileExporter.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[8/27] Compiling Vandelay MessageExporter.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[9/27] Compiling Vandelay PasteboardImporter.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[10/27] Compiling Vandelay UrlImporter.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[11/27] Compiling Vandelay QrCodeGenerator.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[12/27] Compiling Vandelay Importer.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[13/27] Compiling Vandelay FileImporter.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[14/27] Compiling Vandelay ImportMethod.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[15/27] Compiling Vandelay ExportState.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[16/27] Compiling Vandelay Exporter.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[17/27] Compiling Vandelay EmailExporter.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[18/27] Compiling Vandelay PasteboardExporter.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[19/27] Compiling Vandelay FileNameGenerator.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[20/27] Compiling Vandelay RandomFileNameGenerator.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[21/27] Compiling Vandelay StandardQrCodeGenerator.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[22/27] Compiling Vandelay StringExporter.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[23/27] Compiling Vandelay StringImporter.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[24/27] Emitting module Vandelay
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[25/27] Compiling Vandelay DataExporter.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[26/27] Compiling Vandelay DataImporter.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[27/27] Compiling Vandelay ExportResult.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
error: fatalError
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/23] Compiling Vandelay DataExporter.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[3/23] Compiling Vandelay DataImporter.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[4/23] Compiling Vandelay ExportResult.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/26] Emitting module Vandelay
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[6/26] Compiling Vandelay PasteboardImporter.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[7/26] Compiling Vandelay UrlImporter.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[8/26] Compiling Vandelay QrCodeGenerator.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[9/26] Compiling Vandelay PasteboardExporter.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[10/26] Compiling Vandelay FileNameGenerator.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[11/26] Compiling Vandelay RandomFileNameGenerator.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[12/26] Compiling Vandelay ExportMethod.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[13/26] Compiling Vandelay FileExporter.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[14/26] Compiling Vandelay MessageExporter.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[15/26] Compiling Vandelay ExportState.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[16/26] Compiling Vandelay Exporter.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[17/26] Compiling Vandelay EmailExporter.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[18/26] Compiling Vandelay Importer.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[19/26] Compiling Vandelay FileImporter.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[20/26] Compiling Vandelay ImportMethod.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[21/26] Compiling Vandelay StaticFileNameGenerator.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[22/26] Compiling Vandelay ImportResult.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[23/26] Compiling Vandelay ImportState.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[24/26] Compiling Vandelay StandardQrCodeGenerator.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[25/26] Compiling Vandelay StringExporter.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[26/26] Compiling Vandelay StringImporter.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
error: fatalError
BUILD FAILURE 5.10 linux

Build Machine: Linux 1