The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SecureAppRequest, reference 1.1.0 (cb276a), with Swift 6.1 for Linux on 30 Jun 2025 05:34:51 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SecureAppRequest/SecureAppRequest-Swift.git
Reference: 1.1.0
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/SecureAppRequest/SecureAppRequest-Swift
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at cb276a7 Update README.md
Cloned https://github.com/SecureAppRequest/SecureAppRequest-Swift.git
Revision (git rev-parse @):
cb276a753dfcbfc45744d415035dc73958b01d14
SUCCESS checkout https://github.com/SecureAppRequest/SecureAppRequest-Swift.git at 1.1.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/SecureAppRequest/SecureAppRequest-Swift.git
https://github.com/SecureAppRequest/SecureAppRequest-Swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.1.0 but the installed version is 6.0.2
error: fatalError
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/6] Compiling SecureAppRequest URLRequest+secureId.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SecureAppRequest/CryptoManager.swift:10:8: error: no such module 'CryptoKit'
 8 | // SessionCryptoManager.swift
 9 | import Foundation
10 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
11 |
12 | // Made a struct, which is Sendable by default if its members are Sendable (SymmetricKey is Sendable)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/6] Emitting module SecureAppRequest
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SecureAppRequest/CryptoManager.swift:10:8: error: no such module 'CryptoKit'
 8 | // SessionCryptoManager.swift
 9 | import Foundation
10 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
11 |
12 | // Made a struct, which is Sendable by default if its members are Sendable (SymmetricKey is Sendable)
[5/6] Compiling SecureAppRequest CryptoManager.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SecureAppRequest/CryptoManager.swift:10:8: error: no such module 'CryptoKit'
 8 | // SessionCryptoManager.swift
 9 | import Foundation
10 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
11 |
12 | // Made a struct, which is Sendable by default if its members are Sendable (SymmetricKey is Sendable)
[6/6] Compiling SecureAppRequest SecureAppRequest.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SecureAppRequest/CryptoManager.swift:10:8: error: no such module 'CryptoKit'
 8 | // SessionCryptoManager.swift
 9 | import Foundation
10 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
11 |
12 | // Made a struct, which is Sendable by default if its members are Sendable (SymmetricKey is Sendable)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/5] Compiling SecureAppRequest SecureAppRequest.swift
/host/spi-builder-workspace/Sources/SecureAppRequest/CryptoManager.swift:10:8: error: no such module 'CryptoKit'
 8 | // SessionCryptoManager.swift
 9 | import Foundation
10 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
11 |
12 | // Made a struct, which is Sendable by default if its members are Sendable (SymmetricKey is Sendable)
[3/5] Compiling SecureAppRequest CryptoManager.swift
/host/spi-builder-workspace/Sources/SecureAppRequest/CryptoManager.swift:10:8: error: no such module 'CryptoKit'
 8 | // SessionCryptoManager.swift
 9 | import Foundation
10 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
11 |
12 | // Made a struct, which is Sendable by default if its members are Sendable (SymmetricKey is Sendable)
[4/5] Compiling SecureAppRequest URLRequest+secureId.swift
/host/spi-builder-workspace/Sources/SecureAppRequest/CryptoManager.swift:10:8: error: no such module 'CryptoKit'
 8 | // SessionCryptoManager.swift
 9 | import Foundation
10 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
11 |
12 | // Made a struct, which is Sendable by default if its members are Sendable (SymmetricKey is Sendable)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/5] Emitting module SecureAppRequest
/host/spi-builder-workspace/Sources/SecureAppRequest/CryptoManager.swift:10:8: error: no such module 'CryptoKit'
 8 | // SessionCryptoManager.swift
 9 | import Foundation
10 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
11 |
12 | // Made a struct, which is Sendable by default if its members are Sendable (SymmetricKey is Sendable)
BUILD FAILURE 6.1 linux