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 Kinzoku, reference main (1e35d3), with Swift 6.0 for Linux on 15 Sep 2024 09:30:05 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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.53.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/obvgab/kinzoku.git
Reference: main
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/obvgab/kinzoku
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 1e35d3d Merge pull request #2 from stackotter/triangle
Cloned https://github.com/obvgab/kinzoku.git
Revision (git rev-parse @):
1e35d3d2bb1c9cfd7cf7917c94fe19c6792ea0c3
SUCCESS checkout https://github.com/obvgab/kinzoku.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/obvgab/kinzoku.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:9d7dab235f2b0b46edadd73b1fb0c3b5323df02053420324a4a2f8ca89cb54a5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/thepotatoking55/SwiftGLFW.git
[1/759] Fetching swiftglfw
Fetched https://github.com/thepotatoking55/SwiftGLFW.git from cache (0.21s)
Fetching https://github.com/thepotatoking55/CGLFW3.git
[1/250] Fetching cglfw3
Fetched https://github.com/thepotatoking55/CGLFW3.git from cache (0.25s)
Creating working copy for https://github.com/thepotatoking55/CGLFW3.git
Working copy of https://github.com/thepotatoking55/CGLFW3.git resolved at main (b179e80)
Creating working copy for https://github.com/thepotatoking55/SwiftGLFW.git
Working copy of https://github.com/thepotatoking55/SwiftGLFW.git resolved at main (9c7391d)
Building for debugging...
[0/7] Write sources
[1/7] Copying x86_64.so
[1/7] Copying aarch64.so
[3/7] Copying x86_64.dylib
[4/7] Copying aarch64.dylib
[5/7] Compiling WgpuHeaders WgpuHeader.c
[6/7] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/22] Emitting module Kinzoku
/host/spi-builder-workspace/Sources/Kinzoku/Instance.swift:1:8: error: no such module 'QuartzCore'
 1 | import QuartzCore
   |        `- error: no such module 'QuartzCore'
 2 |
 3 | public class KZInstance {
[9/22] Compiling Kinzoku Chained.swift
/host/spi-builder-workspace/Sources/Kinzoku/Instance.swift:1:8: error: no such module 'QuartzCore'
 1 | import QuartzCore
   |        `- error: no such module 'QuartzCore'
 2 |
 3 | public class KZInstance {
[10/22] Compiling Kinzoku CommandEncoder.swift
/host/spi-builder-workspace/Sources/Kinzoku/Instance.swift:1:8: error: no such module 'QuartzCore'
 1 | import QuartzCore
   |        `- error: no such module 'QuartzCore'
 2 |
 3 | public class KZInstance {
[11/22] Compiling Kinzoku Adapter.swift
/host/spi-builder-workspace/Sources/Kinzoku/Instance.swift:1:8: error: no such module 'QuartzCore'
 1 | import QuartzCore
   |        `- error: no such module 'QuartzCore'
 2 |
 3 | public class KZInstance {
[12/22] Compiling Kinzoku BindGroup.swift
/host/spi-builder-workspace/Sources/Kinzoku/Instance.swift:1:8: error: no such module 'QuartzCore'
 1 | import QuartzCore
   |        `- error: no such module 'QuartzCore'
 2 |
 3 | public class KZInstance {
[13/24] Compiling Kinzoku Enums.swift
/host/spi-builder-workspace/Sources/Kinzoku/Instance.swift:1:8: error: no such module 'QuartzCore'
 1 | import QuartzCore
   |        `- error: no such module 'QuartzCore'
 2 |
 3 | public class KZInstance {
[14/24] Compiling Kinzoku Functions.swift
/host/spi-builder-workspace/Sources/Kinzoku/Instance.swift:1:8: error: no such module 'QuartzCore'
 1 | import QuartzCore
   |        `- error: no such module 'QuartzCore'
 2 |
 3 | public class KZInstance {
[15/24] Compiling Kinzoku ComputePassEncoder.swift
/host/spi-builder-workspace/Sources/Kinzoku/Instance.swift:1:8: error: no such module 'QuartzCore'
 1 | import QuartzCore
   |        `- error: no such module 'QuartzCore'
 2 |
 3 | public class KZInstance {
[16/24] Compiling Kinzoku Device.swift
/host/spi-builder-workspace/Sources/Kinzoku/Instance.swift:1:8: error: no such module 'QuartzCore'
 1 | import QuartzCore
   |        `- error: no such module 'QuartzCore'
 2 |
 3 | public class KZInstance {
[17/24] Compiling Kinzoku Queue.swift
/host/spi-builder-workspace/Sources/Kinzoku/Instance.swift:1:8: error: no such module 'QuartzCore'
 1 | import QuartzCore
   |        `- error: no such module 'QuartzCore'
 2 |
 3 | public class KZInstance {
[18/24] Compiling Kinzoku ShaderModule.swift
/host/spi-builder-workspace/Sources/Kinzoku/Instance.swift:1:8: error: no such module 'QuartzCore'
 1 | import QuartzCore
   |        `- error: no such module 'QuartzCore'
 2 |
 3 | public class KZInstance {
[19/24] Compiling Kinzoku Surface.swift
/host/spi-builder-workspace/Sources/Kinzoku/Instance.swift:1:8: error: no such module 'QuartzCore'
 1 | import QuartzCore
   |        `- error: no such module 'QuartzCore'
 2 |
 3 | public class KZInstance {
[20/24] Compiling Kinzoku resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/Kinzoku/Instance.swift:1:8: error: no such module 'QuartzCore'
 1 | import QuartzCore
   |        `- error: no such module 'QuartzCore'
 2 |
 3 | public class KZInstance {
[21/24] Compiling Kinzoku Kinzoku.swift
/host/spi-builder-workspace/Sources/Kinzoku/Instance.swift:1:8: error: no such module 'QuartzCore'
 1 | import QuartzCore
   |        `- error: no such module 'QuartzCore'
 2 |
 3 | public class KZInstance {
[22/24] Compiling Kinzoku Pipeline.swift
/host/spi-builder-workspace/Sources/Kinzoku/Instance.swift:1:8: error: no such module 'QuartzCore'
 1 | import QuartzCore
   |        `- error: no such module 'QuartzCore'
 2 |
 3 | public class KZInstance {
[23/24] Compiling Kinzoku Structs.swift
/host/spi-builder-workspace/Sources/Kinzoku/Instance.swift:1:8: error: no such module 'QuartzCore'
 1 | import QuartzCore
   |        `- error: no such module 'QuartzCore'
 2 |
 3 | public class KZInstance {
[24/24] Compiling Kinzoku Instance.swift
/host/spi-builder-workspace/Sources/Kinzoku/Instance.swift:1:8: error: no such module 'QuartzCore'
 1 | import QuartzCore
   |        `- error: no such module 'QuartzCore'
 2 |
 3 | public class KZInstance {
BUILD FAILURE 6.0 linux