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 Vandelay with Swift 6.0 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.40.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:             6.0
Building package at path:  $workDir
https://github.com/danielsaidi/Vandelay.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Fetching https://github.com/danielsaidi/MockingKit.git
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/Quick/Nimble.git
[1/2193] Fetching mockingkit
[2063/16742] Fetching mockingkit, quick
[16743/35382] Fetching mockingkit, quick, nimble
Fetched https://github.com/danielsaidi/MockingKit.git from cache (1.77s)
Fetched https://github.com/Quick/Quick.git from cache (1.78s)
Fetched https://github.com/Quick/Nimble.git from cache (1.79s)
Computing version for https://github.com/danielsaidi/MockingKit.git
Computed https://github.com/danielsaidi/MockingKit.git at 0.8.0 (0.44s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.1.1 (0.43s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 3.0.0 (0.45s)
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/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 3.0.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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/24] Emitting module Vandelay
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
 8 |
 9 | import Foundation
10 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
11 |
12 | /**
[4/27] Compiling Vandelay PasteboardExporter.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
 8 |
 9 | import Foundation
10 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
11 |
12 | /**
[5/27] Compiling Vandelay FileNameGenerator.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
 8 |
 9 | import Foundation
10 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
11 |
12 | /**
[6/27] Compiling Vandelay RandomFileNameGenerator.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
 8 |
 9 | import Foundation
10 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
11 |
12 | /**
[7/27] Compiling Vandelay Importer.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
 8 |
 9 | import Foundation
10 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
11 |
12 | /**
[8/27] Compiling Vandelay FileImporter.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
 8 |
 9 | import Foundation
10 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
11 |
12 | /**
[9/27] Compiling Vandelay ImportMethod.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
 8 |
 9 | import Foundation
10 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
11 |
12 | /**
[10/27] Compiling Vandelay StandardQrCodeGenerator.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
 8 |
 9 | import Foundation
10 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
11 |
12 | /**
[11/27] Compiling Vandelay StringExporter.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
 8 |
 9 | import Foundation
10 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
11 |
12 | /**
[12/27] Compiling Vandelay StringImporter.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
 8 |
 9 | import Foundation
10 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
11 |
12 | /**
[13/27] Compiling Vandelay StaticFileNameGenerator.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
 8 |
 9 | import Foundation
10 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
11 |
12 | /**
[14/27] Compiling Vandelay ImportResult.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
 8 |
 9 | import Foundation
10 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
11 |
12 | /**
[15/27] Compiling Vandelay ImportState.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
 8 |
 9 | import Foundation
10 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
11 |
12 | /**
[16/27] Compiling Vandelay PasteboardImporter.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
 8 |
 9 | import Foundation
10 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
11 |
12 | /**
[17/27] Compiling Vandelay UrlImporter.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
 8 |
 9 | import Foundation
10 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
11 |
12 | /**
[18/27] Compiling Vandelay QrCodeGenerator.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
 8 |
 9 | import Foundation
10 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
11 |
12 | /**
[19/27] Compiling Vandelay ExportState.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
 8 |
 9 | import Foundation
10 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
11 |
12 | /**
[20/27] Compiling Vandelay Exporter.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
 8 |
 9 | import Foundation
10 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
11 |
12 | /**
[21/27] Compiling Vandelay EmailExporter.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
 8 |
 9 | import Foundation
10 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
11 |
12 | /**
[22/27] Compiling Vandelay ExportMethod.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
 8 |
 9 | import Foundation
10 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
11 |
12 | /**
[23/27] Compiling Vandelay FileExporter.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
 8 |
 9 | import Foundation
10 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
11 |
12 | /**
[24/27] Compiling Vandelay MessageExporter.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
 8 |
 9 | import Foundation
10 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
11 |
12 | /**
[25/27] Compiling Vandelay DataExporter.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
 8 |
 9 | import Foundation
10 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
11 |
12 | /**
[26/27] Compiling Vandelay DataImporter.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
 8 |
 9 | import Foundation
10 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
11 |
12 | /**
[27/27] Compiling Vandelay ExportResult.swift
/host/spi-builder-workspace/Sources/Vandelay/Qr/QrCodeGenerator.swift:10:8: error: no such module 'CoreGraphics'
 8 |
 9 | import Foundation
10 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
11 |
12 | /**
BUILD FAILURE 6.0 linux
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.