The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build IBM Security Verify, reference v3.0.11 (4189b9), with Swift 6.1 for Linux on 30 Apr 2025 04:23:30 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ibm-security-verify/verify-sdk-ios.git
Reference: v3.0.11
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/ibm-security-verify/verify-sdk-ios
 * tag               v3.0.11    -> FETCH_HEAD
HEAD is now at 4189b9c Support for digital credentials (#14)
Cloned https://github.com/ibm-security-verify/verify-sdk-ios.git
Revision (git rev-parse @):
4189b9c5ec63b4a53b6de05f26b0de5072ab0989
SUCCESS checkout https://github.com/ibm-security-verify/verify-sdk-ios.git at v3.0.11
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ibm-security-verify/verify-sdk-ios.git
https://github.com/ibm-security-verify/verify-sdk-ios.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "IBM Security Verify",
  "name" : "IBM Security Verify",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "FIDO2",
      "targets" : [
        "FIDO2"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Adaptive",
      "targets" : [
        "Adaptive"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Core",
      "targets" : [
        "Core"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Authentication",
      "targets" : [
        "Authentication"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "MFA",
      "targets" : [
        "MFA"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DC",
      "targets" : [
        "DC"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MFATests",
      "module_type" : "SwiftTarget",
      "name" : "MFATests",
      "path" : "Tests/MFATests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/MFATests/Files",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "CloudAuthenticatorServiceTests.swift",
        "CloudAuthenticatorTests.swift",
        "CloudRegistrationProviderTests.swift",
        "MFAAttributeInfoTests.swift",
        "MFARegistrationControllerTests.swift",
        "MFAServiceControllerTests.swift",
        "MockHTTPResponse.swift",
        "OTPAuthenticatorTests.swift",
        "OTPGeneratorTests.swift",
        "OnPremiseAuthenticatorServiceTests.swift",
        "OnPremiseAuthenticatorTests.swift",
        "OnPremiseRegistrationProviderTest.swift",
        "PendingTransactionInfoTest.swift",
        "StringExtensionTests.swift"
      ],
      "target_dependencies" : [
        "MFA",
        "Core",
        "Authentication"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MFA",
      "module_type" : "SwiftTarget",
      "name" : "MFA",
      "path" : "Sources/mfa",
      "product_memberships" : [
        "MFA"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/mfa/README.md",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/mfa/Resources/en.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        }
      ],
      "sources" : [
        "AuthenticatorDescriptor.swift",
        "CloudAuthenticator.swift",
        "CloudAuthenticatorService.swift",
        "CloudRegistrationProvider.swift",
        "EnrollableFactor.swift",
        "FaceFactorInfo.swift",
        "FactorDescriptor.swift",
        "FingerprintFactorInfo.swift",
        "HOTPFactorInfo.swift",
        "MFAAttributeInfo.swift",
        "MFARegistrationController.swift",
        "MFAServiceController.swift",
        "OTPAuthenticator.swift",
        "OTPDescriptor.swift",
        "OnPremiseAuthenticator.swift",
        "OnPremiseAuthenticatorService.swift",
        "OnPremiseRegistrationProvider.swift",
        "PendingTransactionInfo.swift",
        "String+Extension.swift",
        "TOTPFactorInfo.swift",
        "UserPresenceFactorInfo.swift"
      ],
      "target_dependencies" : [
        "Core",
        "Authentication"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FIDO2Tests",
      "module_type" : "SwiftTarget",
      "name" : "FIDO2Tests",
      "path" : "Tests/FIDO2Tests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/FIDO2Tests/Files",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AttestationStatementProviderTests.swift",
        "CBORTests.swift",
        "COSETests.swift",
        "ExtensionsTests.swift",
        "PublicKeyCredentialCreationOptionsTests.swift",
        "PublicKeyCredentialProviderTests.swift",
        "PublicKeyCredentialRequestOptionsTest.swift",
        "PublicKeyCredentialTests.swift"
      ],
      "target_dependencies" : [
        "FIDO2"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FIDO2",
      "module_type" : "SwiftTarget",
      "name" : "FIDO2",
      "path" : "Sources/fido2",
      "product_memberships" : [
        "FIDO2"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/fido2/README.md",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AttestationStatementProvider.swift",
        "AuthenticatorExtensions.swift",
        "AuthenticatorSelectionCriteria.swift",
        "CBOR.swift",
        "COSE.swift",
        "Extensions.swift",
        "PublicKeyCredential.swift",
        "PublicKeyCredentialProvider.swift",
        "SecKeyConvertible.swift",
        "SecKeyStore.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DCTests",
      "module_type" : "SwiftTarget",
      "name" : "DCTests",
      "path" : "Tests/DCTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/DCTests/Files",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AgentTests.swift",
        "ConnectionTests.swift",
        "IndyCredentialTests.swift",
        "InvitationTests.swift",
        "JSONLDCredentialTests.swift",
        "MDocCredentialTests.swift",
        "MockHTTPResponse.swift",
        "PreviewDescriptorTest.swift",
        "ProofRequestTest.swift",
        "VerificationInfoTest.swift",
        "WalletProviderTest.swift",
        "WalletServiceTest.swift"
      ],
      "target_dependencies" : [
        "DC",
        "Core",
        "Authentication"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DC",
      "module_type" : "SwiftTarget",
      "name" : "DC",
      "path" : "Sources/dc",
      "product_memberships" : [
        "DC"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/dc/README.md",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AgentInfo.swift",
        "ConnectionInfo.swift",
        "CredentialDescriptor.swift",
        "CredentialPreviewInfo.swift",
        "IndyCredential.swift",
        "InvitationInfo.swift",
        "JSONLDCredential.swift",
        "MDocCredential.swift",
        "PreviewDescriptor.swift",
        "ProofRequest.swift",
        "VerificationInfo.swift",
        "VerificationPreviewInfo.swift",
        "Wallet.swift",
        "WalletDescriptor.swift",
        "WalletProvider.swift",
        "WalletService.swift"
      ],
      "target_dependencies" : [
        "Core",
        "Authentication"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CoreTests",
      "module_type" : "SwiftTarget",
      "name" : "CoreTests",
      "path" : "Tests/CoreTests",
      "sources" : [
        "CryptoKit+ExtensionTests.swift",
        "Data+ExtensionTests.swift",
        "DefaultValueTests.swift",
        "JSONDecoderTest.swift",
        "KeychainServiceTests.swift",
        "KeyedDecodingContainerTest.swift",
        "String+ExtensionTests.swift",
        "Thread+ExtensionTests.swift",
        "URLSession+ExtensionTests.swift",
        "URLSessionDelegateHelperTests.swift"
      ],
      "target_dependencies" : [
        "Core"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Core",
      "module_type" : "SwiftTarget",
      "name" : "Core",
      "path" : "Sources/core",
      "product_memberships" : [
        "Core",
        "Authentication",
        "MFA",
        "DC"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/core/README.md",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Codeable+Extension.swift",
        "CryptoKit+Extension.swift",
        "Data+Extension.swift",
        "DateFormatter+Extension.swift",
        "DefaultValue+Extension.swift",
        "DefaultValuePropertyWrapper.swift",
        "JSONDecoder+Extension.swift",
        "KeychainService.swift",
        "KeyedDecodingContainer+Extension.swift",
        "NSNumber+Extension.swift",
        "String+Extension.swift",
        "Thread+Extension.swift",
        "URLSession+Extension.swift",
        "URLSessionDelegateHelper.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AuthenticationTests",
      "module_type" : "SwiftTarget",
      "name" : "AuthenticationTests",
      "path" : "Tests/AuthenticationTests",
      "sources" : [
        "DPoPHelperTest.swift",
        "MockToken.swift",
        "OAuthProviderTests.swift",
        "PKCEHelperTests.swift",
        "TokenInfoTests.swift"
      ],
      "target_dependencies" : [
        "Authentication",
        "Core"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Authentication",
      "module_type" : "SwiftTarget",
      "name" : "Authentication",
      "path" : "Sources/authentication",
      "product_memberships" : [
        "Authentication",
        "MFA",
        "DC"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/authentication/README.md",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "DPoPHelper.swift",
        "OAuthProvider.swift",
        "OIDCMetadataInfo.swift",
        "PKCEHelper.swift",
        "TokenInfo.swift"
      ],
      "target_dependencies" : [
        "Core"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AdaptiveTests",
      "module_type" : "SwiftTarget",
      "name" : "AdaptiveTests",
      "path" : "Tests/AdaptiveTests",
      "sources" : [
        "AdaptiveContextTests.swift",
        "AdaptiveError.swift",
        "FactorTypeTests.swift",
        "LocalMock.swift",
        "LocalMockAdaptiveTests.swift",
        "MockCollectionService.swift",
        "MockHelpers.swift",
        "RemoteMock.swift",
        "RemoteMockAdaptiveTests.swift",
        "SessionIdTests.swift"
      ],
      "target_dependencies" : [
        "Adaptive"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Adaptive",
      "module_type" : "SwiftTarget",
      "name" : "Adaptive",
      "path" : "Sources/adaptive",
      "product_memberships" : [
        "Adaptive"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/adaptive/README.md",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AdaptiveContext.swift",
        "AdaptiveResult.swift",
        "AssessmentsFactors.swift",
        "Enums.swift",
        "Evaluation.swift",
        "Helpers.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Building for debugging...
[0/20] Write sources
[0/20] Copying README.md
[0/20] Copying Info.plist
[0/20] Copying README.md
[0/20] Copying Info.plist
[0/20] Copying Localizable.strings
[0/20] Copying Info.plist
[0/20] Copying README.md
[0/20] Copying Info.plist
[0/20] Copying README.md
[0/20] Copying Info.plist
[0/20] Write sources
[0/20] Copying Info.plist
[0/20] Write sources
[0/20] Copying README.md
[3/20] Write sources
[12/20] Copying README.md
[19/20] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[21/54] Emitting module Core
/host/spi-builder-workspace/Sources/core/CryptoKit+Extension.swift:6:8: error: no such module 'CryptoKit'
  4 |
  5 | import Foundation
  6 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  7 | import CommonCrypto
  8 |
[22/55] Compiling FIDO2 SecKeyStore.swift
/host/spi-builder-workspace/Sources/fido2/AttestationStatementProvider.swift:6:8: error: no such module 'CryptoKit'
  4 |
  5 | import Foundation
  6 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  7 | import os.log
  8 |
[23/56] Compiling Core String+Extension.swift
/host/spi-builder-workspace/Sources/core/CryptoKit+Extension.swift:6:8: error: no such module 'CryptoKit'
  4 |
  5 | import Foundation
  6 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  7 | import CommonCrypto
  8 |
[24/56] Compiling Core Thread+Extension.swift
/host/spi-builder-workspace/Sources/core/CryptoKit+Extension.swift:6:8: error: no such module 'CryptoKit'
  4 |
  5 | import Foundation
  6 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  7 | import CommonCrypto
  8 |
[25/56] Compiling Adaptive resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/adaptive/AdaptiveContext.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 | import os.log
  7 |
[26/56] Compiling Adaptive Helpers.swift
/host/spi-builder-workspace/Sources/adaptive/AdaptiveContext.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 | import os.log
  7 |
[27/56] Compiling Core JSONDecoder+Extension.swift
/host/spi-builder-workspace/Sources/core/CryptoKit+Extension.swift:6:8: error: no such module 'CryptoKit'
  4 |
  5 | import Foundation
  6 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  7 | import CommonCrypto
  8 |
[28/56] Compiling Core KeychainService.swift
/host/spi-builder-workspace/Sources/core/CryptoKit+Extension.swift:6:8: error: no such module 'CryptoKit'
  4 |
  5 | import Foundation
  6 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  7 | import CommonCrypto
  8 |
[29/56] Compiling Core Data+Extension.swift
/host/spi-builder-workspace/Sources/core/CryptoKit+Extension.swift:6:8: error: no such module 'CryptoKit'
  4 |
  5 | import Foundation
  6 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  7 | import CommonCrypto
  8 |
[30/56] Compiling Core DateFormatter+Extension.swift
/host/spi-builder-workspace/Sources/core/CryptoKit+Extension.swift:6:8: error: no such module 'CryptoKit'
  4 |
  5 | import Foundation
  6 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  7 | import CommonCrypto
  8 |
[31/56] Compiling FIDO2 COSE.swift
/host/spi-builder-workspace/Sources/core/CryptoKit+Extension.swift:6:8: error: no such module 'CryptoKit'
  4 |
  5 | import Foundation
  6 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  7 | import CommonCrypto
  8 |
[32/56] Compiling FIDO2 Extensions.swift
/host/spi-builder-workspace/Sources/core/CryptoKit+Extension.swift:6:8: error: no such module 'CryptoKit'
  4 |
  5 | import Foundation
  6 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  7 | import CommonCrypto
  8 |
[33/56] Compiling Core DefaultValue+Extension.swift
/host/spi-builder-workspace/Sources/core/CryptoKit+Extension.swift:6:8: error: no such module 'CryptoKit'
  4 |
  5 | import Foundation
  6 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  7 | import CommonCrypto
  8 |
[34/56] Compiling Core DefaultValuePropertyWrapper.swift
/host/spi-builder-workspace/Sources/core/CryptoKit+Extension.swift:6:8: error: no such module 'CryptoKit'
  4 |
  5 | import Foundation
  6 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  7 | import CommonCrypto
  8 |
[35/56] Compiling Core KeyedDecodingContainer+Extension.swift
/host/spi-builder-workspace/Sources/core/CryptoKit+Extension.swift:6:8: error: no such module 'CryptoKit'
  4 |
  5 | import Foundation
  6 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  7 | import CommonCrypto
  8 |
[36/56] Compiling Core NSNumber+Extension.swift
/host/spi-builder-workspace/Sources/core/CryptoKit+Extension.swift:6:8: error: no such module 'CryptoKit'
  4 |
  5 | import Foundation
  6 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  7 | import CommonCrypto
  8 |
[37/56] Compiling Adaptive Enums.swift
/host/spi-builder-workspace/Sources/adaptive/AdaptiveContext.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 | import os.log
  7 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[38/56] Emitting module Adaptive
/host/spi-builder-workspace/Sources/adaptive/AdaptiveContext.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 | import os.log
  7 |
[39/56] Compiling Adaptive AssessmentsFactors.swift
/host/spi-builder-workspace/Sources/adaptive/AdaptiveContext.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 | import os.log
  7 |
[40/56] Compiling Adaptive AdaptiveResult.swift
/host/spi-builder-workspace/Sources/adaptive/AdaptiveContext.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 | import os.log
  7 |
[41/56] Compiling Adaptive AdaptiveContext.swift
/host/spi-builder-workspace/Sources/adaptive/AdaptiveContext.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 | import os.log
  7 |
[42/56] Compiling Adaptive Evaluation.swift
/host/spi-builder-workspace/Sources/adaptive/AdaptiveContext.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 | import os.log
  7 |
[43/56] Compiling FIDO2 PublicKeyCredential.swift
/host/spi-builder-workspace/Sources/fido2/AttestationStatementProvider.swift:6:8: error: no such module 'CryptoKit'
  4 |
  5 | import Foundation
  6 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  7 | import os.log
  8 |
[44/56] Compiling FIDO2 PublicKeyCredentialProvider.swift
/host/spi-builder-workspace/Sources/fido2/AttestationStatementProvider.swift:6:8: error: no such module 'CryptoKit'
  4 |
  5 | import Foundation
  6 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  7 | import os.log
  8 |
[45/56] Compiling FIDO2 SecKeyConvertible.swift
/host/spi-builder-workspace/Sources/fido2/AttestationStatementProvider.swift:6:8: error: no such module 'CryptoKit'
  4 |
  5 | import Foundation
  6 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  7 | import os.log
  8 |
/host/spi-builder-workspace/Sources/fido2/AttestationStatementProvider.swift:6:8: error: no such module 'CryptoKit'
  4 |
  5 | import Foundation
  6 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  7 | import os.log
  8 |
/host/spi-builder-workspace/Sources/fido2/AttestationStatementProvider.swift:6:8: error: no such module 'CryptoKit'
  4 |
  5 | import Foundation
  6 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  7 | import os.log
  8 |
[48/56] Compiling Core URLSession+Extension.swift
/host/spi-builder-workspace/Sources/core/CryptoKit+Extension.swift:6:8: error: no such module 'CryptoKit'
  4 |
  5 | import Foundation
  6 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  7 | import CommonCrypto
  8 |
[49/56] Compiling Core URLSessionDelegateHelper.swift
/host/spi-builder-workspace/Sources/core/CryptoKit+Extension.swift:6:8: error: no such module 'CryptoKit'
  4 |
  5 | import Foundation
  6 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  7 | import CommonCrypto
  8 |
[50/56] Compiling Core resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/core/CryptoKit+Extension.swift:6:8: error: no such module 'CryptoKit'
  4 |
  5 | import Foundation
  6 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  7 | import CommonCrypto
  8 |
[51/56] Compiling FIDO2 resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/fido2/AttestationStatementProvider.swift:6:8: error: no such module 'CryptoKit'
  4 |
  5 | import Foundation
  6 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  7 | import os.log
  8 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[52/56] Emitting module FIDO2
/host/spi-builder-workspace/Sources/fido2/AttestationStatementProvider.swift:6:8: error: no such module 'CryptoKit'
  4 |
  5 | import Foundation
  6 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  7 | import os.log
  8 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256: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/35] Compiling Adaptive Enums.swift
/host/spi-builder-workspace/Sources/adaptive/AdaptiveContext.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 | import os.log
  7 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/35] Emitting module Adaptive
/host/spi-builder-workspace/Sources/adaptive/AdaptiveContext.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 | import os.log
  7 |
[4/35] Compiling FIDO2 SecKeyConvertible.swift
/host/spi-builder-workspace/Sources/fido2/AttestationStatementProvider.swift:6:8: error: no such module 'CryptoKit'
  4 |
  5 | import Foundation
  6 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  7 | import os.log
  8 |
[5/36] Compiling FIDO2 resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/fido2/AttestationStatementProvider.swift:6:8: error: no such module 'CryptoKit'
  4 |
  5 | import Foundation
  6 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  7 | import os.log
  8 |
[6/36] Compiling Adaptive Evaluation.swift
/host/spi-builder-workspace/Sources/adaptive/AdaptiveContext.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 | import os.log
  7 |
[7/36] Compiling Adaptive Helpers.swift
/host/spi-builder-workspace/Sources/adaptive/AdaptiveContext.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 | import os.log
  7 |
[8/36] Compiling FIDO2 PublicKeyCredential.swift
/host/spi-builder-workspace/Sources/fido2/AttestationStatementProvider.swift:6:8: error: no such module 'CryptoKit'
  4 |
  5 | import Foundation
  6 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  7 | import os.log
  8 |
[9/36] Compiling Adaptive resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/adaptive/AdaptiveContext.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 | import os.log
  7 |
[10/36] Compiling FIDO2 COSE.swift
/host/spi-builder-workspace/Sources/fido2/AttestationStatementProvider.swift:6:8: error: no such module 'CryptoKit'
  4 |
  5 | import Foundation
  6 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  7 | import os.log
  8 |
[11/36] Compiling FIDO2 Extensions.swift
/host/spi-builder-workspace/Sources/fido2/AttestationStatementProvider.swift:6:8: error: no such module 'CryptoKit'
  4 |
  5 | import Foundation
  6 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  7 | import os.log
  8 |
[12/36] Compiling Core String+Extension.swift
/host/spi-builder-workspace/Sources/core/CryptoKit+Extension.swift:6:8: error: no such module 'CryptoKit'
  4 |
  5 | import Foundation
  6 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  7 | import CommonCrypto
  8 |
[13/36] Compiling Core Thread+Extension.swift
/host/spi-builder-workspace/Sources/core/CryptoKit+Extension.swift:6:8: error: no such module 'CryptoKit'
  4 |
  5 | import Foundation
  6 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  7 | import CommonCrypto
  8 |
[14/37] Compiling FIDO2 SecKeyStore.swift
/host/spi-builder-workspace/Sources/fido2/AttestationStatementProvider.swift:6:8: error: no such module 'CryptoKit'
  4 |
  5 | import Foundation
  6 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  7 | import os.log
  8 |
[15/37] Compiling Adaptive AdaptiveContext.swift
/host/spi-builder-workspace/Sources/adaptive/AdaptiveContext.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 | import os.log
  7 |
[16/37] Compiling Adaptive AdaptiveResult.swift
/host/spi-builder-workspace/Sources/adaptive/AdaptiveContext.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 | import os.log
  7 |
[17/37] Compiling Adaptive AssessmentsFactors.swift
/host/spi-builder-workspace/Sources/adaptive/AdaptiveContext.swift:5:8: error: no such module 'UIKit'
  3 | //
  4 |
  5 | import UIKit
    |        `- error: no such module 'UIKit'
  6 | import os.log
  7 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[18/37] Emitting module FIDO2
/host/spi-builder-workspace/Sources/fido2/AttestationStatementProvider.swift:6:8: error: no such module 'CryptoKit'
  4 |
  5 | import Foundation
  6 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  7 | import os.log
  8 |
[19/37] Compiling Core KeyedDecodingContainer+Extension.swift
/host/spi-builder-workspace/Sources/core/CryptoKit+Extension.swift:6:8: error: no such module 'CryptoKit'
  4 |
  5 | import Foundation
  6 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  7 | import CommonCrypto
  8 |
[20/37] Compiling Core NSNumber+Extension.swift
/host/spi-builder-workspace/Sources/core/CryptoKit+Extension.swift:6:8: error: no such module 'CryptoKit'
  4 |
  5 | import Foundation
  6 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  7 | import CommonCrypto
  8 |
[21/37] Compiling Core URLSession+Extension.swift
/host/spi-builder-workspace/Sources/core/CryptoKit+Extension.swift:6:8: error: no such module 'CryptoKit'
  4 |
  5 | import Foundation
  6 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  7 | import CommonCrypto
  8 |
[22/37] Compiling Core URLSessionDelegateHelper.swift
/host/spi-builder-workspace/Sources/core/CryptoKit+Extension.swift:6:8: error: no such module 'CryptoKit'
  4 |
  5 | import Foundation
  6 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  7 | import CommonCrypto
  8 |
BUILD FAILURE 6.1 linux