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 swift-confidential, reference master (f1a4ae), with Swift 6.0 for Linux on 3 May 2025 19:06:12 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/securevale/swift-confidential.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/securevale/swift-confidential
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at f1a4ae5 Update README
Cloned https://github.com/securevale/swift-confidential.git
Revision (git rev-parse @):
f1a4ae5b9bbb91b15f14a389d345e8ef0b0f00fe
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/securevale/swift-confidential.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/securevale/swift-confidential.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/swiftlang/swift-syntax.git
[1/70338] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (5.86s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (3.75s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
Building for debugging...
[0/37] Write sources
[18/37] Compiling _SwiftSyntaxCShims dummy.c
[19/37] Write swift-version-24593BA9C3E375BF.txt
[21/49] Emitting module SwiftSyntax510
[22/49] Emitting module SwiftSyntax509
[23/49] Compiling SwiftSyntax509 Empty.swift
[24/50] Compiling ConfidentialUtils FixedWidthInteger+ByteWidth.swift
/host/spi-builder-workspace/Sources/ConfidentialUtils/Extensions/CryptoKit/SymmetricKeySize/SymmetricKeySize+ByteCount.swift:1:8: error: no such module 'CryptoKit'
 1 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
 2 |
 3 | package extension SymmetricKeySize {
[25/50] Compiling ConfidentialUtils TypeInfo.swift
/host/spi-builder-workspace/Sources/ConfidentialUtils/Extensions/CryptoKit/SymmetricKeySize/SymmetricKeySize+ByteCount.swift:1:8: error: no such module 'CryptoKit'
 1 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
 2 |
 3 | package extension SymmetricKeySize {
[26/50] Compiling ConfidentialUtils BinaryInteger+Bytes.swift
/host/spi-builder-workspace/Sources/ConfidentialUtils/Extensions/CryptoKit/SymmetricKeySize/SymmetricKeySize+ByteCount.swift:1:8: error: no such module 'CryptoKit'
 1 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
 2 |
 3 | package extension SymmetricKeySize {
[28/50] Emitting module SwiftSyntax600
[29/50] Compiling SwiftSyntax600 Empty.swift
[30/51] Compiling SwiftSyntax510 Empty.swift
[31/52] Wrapping AST for SwiftSyntax509 for debugging
[33/52] Wrapping AST for SwiftSyntax600 for debugging
[34/52] Wrapping AST for SwiftSyntax510 for debugging
[36/116] Compiling ConfidentialUtils SymmetricKeySize+ByteCount.swift
/host/spi-builder-workspace/Sources/ConfidentialUtils/Extensions/CryptoKit/SymmetricKeySize/SymmetricKeySize+ByteCount.swift:1:8: error: no such module 'CryptoKit'
 1 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
 2 |
 3 | package extension SymmetricKeySize {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[37/116] Emitting module ConfidentialUtils
/host/spi-builder-workspace/Sources/ConfidentialUtils/Extensions/CryptoKit/SymmetricKeySize/SymmetricKeySize+ByteCount.swift:1:8: error: no such module 'CryptoKit'
 1 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
 2 |
 3 | package extension SymmetricKeySize {
[38/116] Compiling ConfidentialUtils NSData.CompressionAlgorithm+MagicNumbers.swift
/host/spi-builder-workspace/Sources/ConfidentialUtils/Extensions/CryptoKit/SymmetricKeySize/SymmetricKeySize+ByteCount.swift:1:8: error: no such module 'CryptoKit'
 1 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
 2 |
 3 | package extension SymmetricKeySize {
BUILD FAILURE 6.0 linux