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, reference master (630e06), with Swift 6.0 for Linux on 1 Nov 2024 14:21:30 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" 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.56.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:  $PWD
https://github.com/danielsaidi/Vandelay.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" 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
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/danielsaidi/MockingKit.git
[1/14723] Fetching quick
[149/16977] Fetching quick, mockingkit
[13547/36195] Fetching quick, mockingkit, nimble
Fetched https://github.com/danielsaidi/MockingKit.git from cache (2.08s)
[32981/33941] Fetching quick, nimble
Fetched https://github.com/Quick/Quick.git from cache (2.21s)
[19026/19218] Fetching nimble
Fetched https://github.com/Quick/Nimble.git from cache (2.89s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 3.1.2 (0.52s)
Computing version for https://github.com/danielsaidi/MockingKit.git
Computed https://github.com/danielsaidi/MockingKit.git at 0.9.4 (1.02s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.1.2 (0.99s)
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 8.1.2
Creating working copy for https://github.com/danielsaidi/MockingKit.git
Working copy of https://github.com/danielsaidi/MockingKit.git resolved at 0.9.4
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 3.1.2
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 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 | /**
[5/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 | /**
[6/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 | /**
[7/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 | /**
[8/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 | /**
[9/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 | /**
[10/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 | /**
[11/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 | /**
[12/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 | /**
[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 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 | /**
[17/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 | /**
[18/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 | /**
[19/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 | /**
[20/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 | /**
[21/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 | /**
[22/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 | /**
[23/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 | /**
[24/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 | /**
[25/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 | /**
[26/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 | /**
[27/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 | /**
BUILD FAILURE 6.0 linux