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 Conduit, reference main (0e8ca3), with Swift 6.0 for Linux on 13 Oct 2024 22:12:19 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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.55.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mindbody/Conduit.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/mindbody/Conduit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0e8ca31 T 1331575: Updated Refresh Token API minimumExpirationTime to 5 minutes (#169)
Cloned https://github.com/mindbody/Conduit.git
Revision (git rev-parse @):
0e8ca315162f8d94a4e2b9e2f9205df5decfc269
SUCCESS checkout https://github.com/mindbody/Conduit.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/mindbody/Conduit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:b1f5b321a5d74ef5eaf6f5f3afbfebaaa54c7954de6f859009c18a90e0e1c3b4
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
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/80] Emitting module Conduit
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[4/90] Compiling Conduit AutoPurgingURLImageCache.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[5/90] Compiling Conduit Image.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[6/90] Compiling Conduit ImageDownloader.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[7/90] Compiling Conduit URLImageCache.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[8/90] Compiling Conduit AwaitNetworkConnectivityRequestPipelineMiddleware.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[9/90] Compiling Conduit NetworkReachability.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[10/90] Compiling Conduit NetworkStatus.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[11/90] Compiling Conduit RequestPipelineMiddleware.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[12/90] Compiling Conduit ResponsePipelineMiddleware.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[13/90] Compiling Conduit Result.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[14/90] Compiling Conduit SSLPinningServerAuthenticationPolicy.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[15/90] Compiling Conduit OAuth2Authorization.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[16/90] Compiling Conduit OAuth2Token.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[17/90] Compiling Conduit OAuth2Error.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[18/90] Compiling Conduit OAuth2RequestPipelineMiddleware.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[19/90] Compiling Conduit OAuth2TokenGrantManager.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[20/90] Compiling Conduit OAuth2URLSessionClientFactory.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[21/90] Compiling Conduit OAuth2AuthorizationCodeTokenGrantStrategy.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[22/90] Compiling Conduit OAuth2ClientCredentialsTokenGrantStrategy.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[23/90] Compiling Conduit OAuth2ExtensionTokenGrantStrategy.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[24/90] Compiling Conduit OAuth2PasswordTokenGrantStrategy.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[25/90] Compiling Conduit OAuth2RefreshStrategyFactory.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[26/90] Compiling Conduit CryptorError+Codes.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[27/90] Compiling Conduit AsymmetricKeyPair.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[28/90] Compiling Conduit HybridCipher.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[29/90] Compiling Conduit HybridEncryptionType.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[30/90] Compiling Conduit HybridKeyProvider.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[31/90] Compiling Conduit AES256CBCCipher.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[32/90] Compiling Conduit KeychainHybridKeyProvider.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[33/90] Compiling Conduit PBKDF2Derivator.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[34/90] Compiling Conduit OAuth2ClientConfiguration.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[35/90] Compiling Conduit OAuth2ServerEnvironment.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[36/90] Compiling Conduit DataConvertible.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[37/90] Compiling Conduit FormEncodedRequestSerializer.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[38/90] Compiling Conduit HTTPRequestSerializer.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[39/90] Compiling Conduit JSONRequestSerializer.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[40/90] Compiling Conduit JSONResponseDeserializer.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[41/90] Compiling Conduit MultipartFormRequestSerializer.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[42/90] Compiling Conduit QueryString.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[43/90] Compiling Conduit RequestSerializer.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[44/90] Compiling Conduit ResponseDeserializer.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[45/90] Compiling Conduit SOAPEnvelopeFactory.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[46/90] Compiling Conduit XML.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[47/90] Compiling Conduit XMLNode.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[48/90] Compiling Conduit OAuth2RefreshTokenGrantStrategy.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[49/90] Compiling Conduit OAuth2TokenGrantStrategy.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[50/90] Compiling Conduit OAuth2TokenRefreshCoordinator.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[51/90] Compiling Conduit OAuth2TokenCipher.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[52/90] Compiling Conduit OAuth2TokenCryptoCipher.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[53/90] Compiling Conduit OAuth2TokenEncryptedStore.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[54/90] Compiling Conduit OAuth2TokenFileStore.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[55/90] Compiling Conduit OAuth2TokenKeychainStore.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[56/90] Compiling Conduit OAuth2TokenMemoryStore.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[57/90] Compiling Conduit OAuth2TokenStore.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[58/90] Compiling Conduit OAuth2TokenUserDefaultsStore.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[59/90] Compiling Conduit TokenMigrator.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[60/90] Compiling Conduit KeychainOptions.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[61/90] Compiling Conduit KeychainWrapper.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[62/90] Compiling Conduit Conduit.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[63/90] Compiling Conduit ConduitLogger.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[64/90] Compiling Conduit DarwinNotificationCenter.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[65/90] Compiling Conduit CertificateBundle.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[66/90] Compiling Conduit AutoPurgingURLDataCache.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[67/90] Compiling Conduit DataDownloader.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[68/90] Compiling Conduit URLDataCache.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[69/90] Compiling Conduit HTTPRequestBuilder.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[70/90] Compiling Conduit XMLNodeAttributes.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[71/90] Compiling Conduit XMLRequestSerializer.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[72/90] Compiling Conduit XMLResponseDeserializer.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[73/90] Compiling Conduit XMLSerialization.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[74/90] Compiling Conduit ServerAuthenticationPolicy.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[75/90] Compiling Conduit SessionTaskProxy.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[76/90] Compiling Conduit TaskResponse.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[77/90] Compiling Conduit URLSessionClient.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[78/90] Compiling Conduit URLSessionClientLogging.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[79/90] Compiling Conduit URLSessionClientType.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[80/90] Compiling Conduit Auth.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[81/90] Compiling Conduit OAuth2AuthorizationError.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[82/90] Compiling Conduit OAuth2AuthorizationRequest.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[83/90] Compiling Conduit OAuth2AuthorizationResponse.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[84/90] Compiling Conduit OAuth2AuthorizationStrategy.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[85/90] Compiling Conduit OAuth2AuthorizationRedirectHandler.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[86/90] Compiling Conduit OAuth2SafariAuthorizationStrategy.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[87/90] Compiling Conduit Cipher.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[88/90] Compiling Conduit Decryptor.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[89/90] Compiling Conduit Encryptor.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
[90/90] Compiling Conduit CryptoError.swift
/host/spi-builder-workspace/Sources/Conduit/Auth/Cryptography/Hybrid/HybridCipher.swift:9:8: error: no such module 'Security'
 7 |
 8 | import Foundation
 9 | import Security
   |        `- error: no such module 'Security'
10 |
11 | /// Encrypts / decrypts data with a symmetric key and encrypts the symmetric key with PKE. The
BUILD FAILURE 6.0 linux