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 main (c00d9e), with Swift 6.1 for Linux on 24 Aug 2025 13:40:04 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ibm-security-verify/verify-sdk-ios.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/ibm-security-verify/verify-sdk-ios
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c00d9eb Merge pull request #15 from ibm-security-verify/VDEV-57972_Import-DPoP-example
Cloned https://github.com/ibm-security-verify/verify-sdk-ios.git
Revision (git rev-parse @):
c00d9eb872d6c509e77a80a9edded25b7e4bc811
SUCCESS checkout https://github.com/ibm-security-verify/verify-sdk-ios.git at main
========================================
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-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
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 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] Copying README.md
[0/20] Copying Info.plist
[0/20] Copying README.md
[0/20] Copying Info.plist
[0/20] Write sources
[19/20] Write swift-version-24593BA9C3E375BF.txt
[21/54] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[22/54] 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 |
[23/54] 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 |
[24/55] 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 |
[25/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 |
[26/55] 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 |
[27/55] 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)
[28/55] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[29/55] 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 |
[30/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 |
[31/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 |
[32/56] Compiling FIDO2 AttestationStatementProvider.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 FIDO2 AuthenticatorExtensions.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 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 |
[35/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 |
[36/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 |
[37/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 |
[38/56] Compiling FIDO2 AuthenticatorSelectionCriteria.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 |
[39/56] Compiling FIDO2 CBOR.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 |
/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 |
[42/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 |
[43/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 |
[44/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 |
[45/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 |
[46/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 |
[47/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 |
[48/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 |
[49/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 |
[50/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 |
[51/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 |
[52/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 |
/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 |
/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-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
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 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 |
[3/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 |
[4/35] 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 |
[5/35] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/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 |
[7/35] 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 |
[8/35] 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 |
[9/35] 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 |
BUILD FAILURE 6.1 linux