Build Information
Failed to build Conduit, reference 1.4.4 (f43bf4
), with Swift 6.1 for Linux on 30 Apr 2025 18:57:04 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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.61.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mindbody/Conduit.git
Reference: 1.4.4
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
* tag 1.4.4 -> FETCH_HEAD
HEAD is now at f43bf43 T 1404619: Update new network error condition in OAuth2Error (#171)
Cloned https://github.com/mindbody/Conduit.git
Revision (git rev-parse @):
f43bf439ebd9798839eb6ed3d7f2fb0f2ef3c994
SUCCESS checkout https://github.com/mindbody/Conduit.git at 1.4.4
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/mindbody/Conduit.git
https://github.com/mindbody/Conduit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "Conduit",
"name" : "Conduit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.11"
},
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "tvos",
"version" : "9.0"
},
{
"name" : "watchos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "Conduit",
"targets" : [
"Conduit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ConduitTests",
"module_type" : "SwiftTarget",
"name" : "ConduitTests",
"path" : "Tests/ConduitTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/ConduitTests/Resources/TestData.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/ConduitTests/Resources/badcertificate.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/ConduitTests/Resources/celltowers.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/ConduitTests/Resources/evilspaceship.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/ConduitTests/Resources/validcertificate1.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/ConduitTests/Resources/validcertificate2.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/ConduitTests/Resources/video.mp4",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/ConduitTests/Resources/video.txt",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Auth/AuthMigratorTests.swift",
"Auth/AuthTestUtilities.swift",
"Auth/BearerTokenTests.swift",
"Auth/KeychainHybridKeyProviderTests.swift",
"Auth/OAuth2AuthorizationCodeTokenGrantStrategyTests.swift",
"Auth/OAuth2AuthorizationStrategyTests.swift",
"Auth/OAuth2AuthorizationTests.swift",
"Auth/OAuth2ClientConfigurationTests.swift",
"Auth/OAuth2ClientCredentialsTokenGrantTests.swift",
"Auth/OAuth2ExtensionTokenGrantTests.swift",
"Auth/OAuth2PasswordTokenGrantTests.swift",
"Auth/OAuth2RequestPipelineMiddlewareTests.swift",
"Auth/OAuth2ServerEnvironmentTests.swift",
"Auth/OAuth2TokenCryptoCipherTests.swift",
"Auth/OAuth2TokenEncryptedStoreTests.swift",
"Auth/OAuth2TokenGrantManagerTests.swift",
"Auth/OAuth2TokenStorageTests.swift",
"Auth/OAuth2TokenStoreTests.swift",
"Auth/TokenMigratorTests.swift",
"ConduitLoggerTests.swift",
"Core/DarwinNotificationCenterTests.swift",
"Cryptography/AES256CBCCipherTests.swift",
"Cryptography/PBKDF2DerivatorTests.swift",
"Mocks/MockCipher.swift",
"Networking/Data/AutoPurgingURLDataCacheTests.swift",
"Networking/Data/DataDownloaderTests.swift",
"Networking/HTTPRequestBuilderTests.swift",
"Networking/Images/AutoPurgingURLImageCacheTests.swift",
"Networking/Images/ImageDownloaderTests.swift",
"Networking/Reachability/NetworkReachabilityTests.swift",
"Networking/Reachability/NetworkStatusTests.swift",
"Networking/ResultTests.swift",
"Networking/SSLPinningServerAuthenticationPolicyTests.swift",
"Networking/Serialization/FormEncodedRequestSerializerTests.swift",
"Networking/Serialization/HTTPRequestSerializerTests.swift",
"Networking/Serialization/JSONRequestSerializerTests.swift",
"Networking/Serialization/JSONResponseDeserializerTests.swift",
"Networking/Serialization/MultipartFormRequestSerializerTests.swift",
"Networking/Serialization/QueryStringArrayTests.swift",
"Networking/Serialization/QueryStringDictionaryTests.swift",
"Networking/Serialization/QueryStringTests.swift",
"Networking/Serialization/SOAPEnvelopeFactoryTests.swift",
"Networking/Serialization/XML/XMLNodeTests.swift",
"Networking/Serialization/XML/XMLNodeTestsSubjects.swift",
"Networking/Serialization/XML/XMLPrettyPrintTests.swift",
"Networking/Serialization/XML/XMLRequestSerializerTests.swift",
"Networking/Serialization/XML/XMLResponseDeserializerTests.swift",
"Networking/Serialization/XML/XMLTests.swift",
"Networking/URL.swift",
"Networking/URLSessionClientTests.swift",
"Resource.swift"
],
"target_dependencies" : [
"Conduit"
],
"type" : "test"
},
{
"c99name" : "Conduit",
"module_type" : "SwiftTarget",
"name" : "Conduit",
"path" : "Sources/Conduit",
"product_memberships" : [
"Conduit"
],
"sources" : [
"Auth/Auth.swift",
"Auth/AuthorizationCodeGrant/OAuth2AuthorizationError.swift",
"Auth/AuthorizationCodeGrant/OAuth2AuthorizationRequest.swift",
"Auth/AuthorizationCodeGrant/OAuth2AuthorizationResponse.swift",
"Auth/AuthorizationCodeGrant/OAuth2AuthorizationStrategy.swift",
"Auth/AuthorizationCodeGrant/iOS/OAuth2AuthorizationRedirectHandler.swift",
"Auth/AuthorizationCodeGrant/iOS/OAuth2SafariAuthorizationStrategy.swift",
"Auth/Cryptography/Cipher.swift",
"Auth/Cryptography/Decryptor.swift",
"Auth/Cryptography/Encryptor.swift",
"Auth/Cryptography/Errors/CryptoError.swift",
"Auth/Cryptography/Errors/CryptorError+Codes.swift",
"Auth/Cryptography/Hybrid/AsymmetricKeyPair.swift",
"Auth/Cryptography/Hybrid/HybridCipher.swift",
"Auth/Cryptography/Hybrid/HybridEncryptionType.swift",
"Auth/Cryptography/Hybrid/HybridKeyProvider.swift",
"Auth/Cryptography/Symmetric/AES256CBCCipher.swift",
"Auth/Cryptography/Symmetric/KeychainHybridKeyProvider.swift",
"Auth/Cryptography/Symmetric/PBKDF2Derivator.swift",
"Auth/Models/Configuration/OAuth2ClientConfiguration.swift",
"Auth/Models/Configuration/OAuth2ServerEnvironment.swift",
"Auth/Models/DataConvertible.swift",
"Auth/Models/OAuth2Authorization.swift",
"Auth/Models/OAuth2Token.swift",
"Auth/OAuth2Error.swift",
"Auth/OAuth2RequestPipelineMiddleware.swift",
"Auth/OAuth2TokenGrantManager.swift",
"Auth/OAuth2URLSessionClientFactory.swift",
"Auth/TokenGrants/OAuth2AuthorizationCodeTokenGrantStrategy.swift",
"Auth/TokenGrants/OAuth2ClientCredentialsTokenGrantStrategy.swift",
"Auth/TokenGrants/OAuth2ExtensionTokenGrantStrategy.swift",
"Auth/TokenGrants/OAuth2PasswordTokenGrantStrategy.swift",
"Auth/TokenGrants/OAuth2RefreshStrategyFactory.swift",
"Auth/TokenGrants/OAuth2RefreshTokenGrantStrategy.swift",
"Auth/TokenGrants/OAuth2TokenGrantStrategy.swift",
"Auth/TokenStorage/Coordination/OAuth2TokenRefreshCoordinator.swift",
"Auth/TokenStorage/OAuth2TokenCipher.swift",
"Auth/TokenStorage/OAuth2TokenCryptoCipher.swift",
"Auth/TokenStorage/OAuth2TokenEncryptedStore.swift",
"Auth/TokenStorage/OAuth2TokenFileStore.swift",
"Auth/TokenStorage/OAuth2TokenKeychainStore.swift",
"Auth/TokenStorage/OAuth2TokenMemoryStore.swift",
"Auth/TokenStorage/OAuth2TokenStore.swift",
"Auth/TokenStorage/OAuth2TokenUserDefaultsStore.swift",
"Auth/TokenStorage/TokenMigrator.swift",
"Auth/Vendor/KeychainOptions.swift",
"Auth/Vendor/KeychainWrapper.swift",
"Conduit.swift",
"ConduitLogger.swift",
"Core/DarwinNotificationCenter.swift",
"Networking/CertificateBundle.swift",
"Networking/Data/AutoPurgingURLDataCache.swift",
"Networking/Data/DataDownloader.swift",
"Networking/Data/URLDataCache.swift",
"Networking/HTTPRequestBuilder.swift",
"Networking/Images/AutoPurgingURLImageCache.swift",
"Networking/Images/Image.swift",
"Networking/Images/ImageDownloader.swift",
"Networking/Images/URLImageCache.swift",
"Networking/Reachability/AwaitNetworkConnectivityRequestPipelineMiddleware.swift",
"Networking/Reachability/NetworkReachability.swift",
"Networking/Reachability/NetworkStatus.swift",
"Networking/RequestPipelineMiddleware.swift",
"Networking/ResponsePipelineMiddleware.swift",
"Networking/Result.swift",
"Networking/SSLPinningServerAuthenticationPolicy.swift",
"Networking/Serialization/FormEncodedRequestSerializer.swift",
"Networking/Serialization/HTTPRequestSerializer.swift",
"Networking/Serialization/JSONRequestSerializer.swift",
"Networking/Serialization/JSONResponseDeserializer.swift",
"Networking/Serialization/MultipartFormRequestSerializer.swift",
"Networking/Serialization/QueryString.swift",
"Networking/Serialization/RequestSerializer.swift",
"Networking/Serialization/ResponseDeserializer.swift",
"Networking/Serialization/XML/SOAPEnvelopeFactory.swift",
"Networking/Serialization/XML/XML.swift",
"Networking/Serialization/XML/XMLNode.swift",
"Networking/Serialization/XML/XMLNodeAttributes.swift",
"Networking/Serialization/XML/XMLRequestSerializer.swift",
"Networking/Serialization/XML/XMLResponseDeserializer.swift",
"Networking/Serialization/XML/XMLSerialization.swift",
"Networking/ServerAuthenticationPolicy.swift",
"Networking/SessionTaskProxy.swift",
"Networking/TaskResponse.swift",
"Networking/URLSessionClient.swift",
"Networking/URLSessionClientLogging.swift",
"Networking/URLSessionClientType.swift"
],
"type" : "library"
}
],
"tools_version" : "5.4"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
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
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 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
[5/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
[6/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
[7/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
[8/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
[9/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
[10/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
[11/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
[12/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
[13/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
[14/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
[15/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
[16/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
[17/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
[18/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
[19/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
[20/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
[21/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
[22/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
[23/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
[24/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
[25/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
[26/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
[27/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
[28/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
[29/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
[30/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
[31/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
[32/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
[33/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
[34/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
[35/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
[36/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
[37/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
[38/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
[39/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
[40/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
[41/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
[42/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
[43/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
[44/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
[45/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
[46/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
[47/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
[48/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
[49/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
[50/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
[51/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
[52/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
[53/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
[54/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
[55/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
[56/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
[57/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
[58/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
[59/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
[60/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
[61/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
[62/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
[63/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
[64/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
[65/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
[66/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
[67/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
[68/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
[69/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
[70/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
[71/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
[72/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
[73/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
[74/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
[75/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
[76/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
[77/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
[78/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
[79/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
[80/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
[81/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
[82/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
[83/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
[84/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
[85/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
[86/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
[87/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
[88/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
[89/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
[90/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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
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/79] 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
[3/79] 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
[4/79] 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
[5/79] 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
[6/79] 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
[7/79] 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
[8/79] 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
[9/79] 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
[10/79] 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
[11/79] 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
[12/79] 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
[13/89] 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
[14/89] 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
[15/89] 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
[16/89] 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
[17/89] 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
[18/89] 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
[19/89] 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
[20/89] 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
[21/89] 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
[22/89] 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
[23/89] 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
[24/89] 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
[25/89] 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
[26/89] 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
[27/89] 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
[28/89] 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
[29/89] 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
[30/89] 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
[31/89] 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
[32/89] 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
[33/89] 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
[34/89] 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
[35/89] 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
[36/89] 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
[37/89] 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
[38/89] 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
[39/89] 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
[40/89] 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
[41/89] 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
[42/89] 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
[43/89] 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
[44/89] 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
[45/89] 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
[46/89] 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
[47/89] 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
[48/89] 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
[49/89] 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
[50/89] 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
[51/89] 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
[52/89] 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
[53/89] 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
[54/89] 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
[55/89] 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
[56/89] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[57/89] 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
[58/89] 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
[59/89] 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
[60/89] 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
[61/89] 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
[62/89] 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
[63/89] 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
[64/89] 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
[65/89] 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
[66/89] 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
[67/89] 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
[68/89] 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
[69/89] 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
[70/89] 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
[71/89] 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
[72/89] 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
[73/89] 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
[74/89] 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
[75/89] 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
[76/89] 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
[77/89] 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
[78/89] 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
[79/89] 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
[80/89] 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
[81/89] 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
[82/89] 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
[83/89] 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
[84/89] 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
[85/89] 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
[86/89] 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
[87/89] 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
[88/89] 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
[89/89] 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
BUILD FAILURE 6.1 linux