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 Verify, reference main (6a0b95), with Swift 6.1 for Wasm on 17 Dec 2025 13:27:33 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/IBM-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-Verify/verify-sdk-ios
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6a0b958 Update actions (#17)
Cloned https://github.com/IBM-Verify/verify-sdk-ios.git
Revision (git rev-parse @):
6a0b9585d8f12877f7566b39ba3908ab06d9e479
SUCCESS checkout https://github.com/IBM-Verify/verify-sdk-ios.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/IBM-Verify/verify-sdk-ios.git
https://github.com/IBM-Verify/verify-sdk-ios.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "IBM Verify",
  "name" : "IBM 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-4606859-1":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:dbcbf45695e2d1afcaee9a5a93239e71a6cc4a5872f338d6e993e9ceefe7df1b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Building for debugging...
[0/20] Write sources
[6/20] Copying Localizable.strings
[6/20] Copying README.md
[6/20] Copying Info.plist
[6/20] Copying README.md
[6/20] Copying Info.plist
[6/20] Copying README.md
[6/20] Copying Info.plist
[6/20] Copying README.md
[6/20] Copying Info.plist
[6/20] Copying README.md
[6/20] Copying Info.plist
[6/20] Copying README.md
[6/20] Copying Info.plist
[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 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 |
[22/55] 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 |
[23/55] 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 |
[24/55] 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 |
[25/55] 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 |
[26/55] 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 |
[27/56] 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 |
[28/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 |
[29/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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[30/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 |
[31/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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[32/56] 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 |
[33/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 |
[34/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 |
[35/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 |
[36/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 |
[37/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 |
[38/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 |
[39/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 |
[40/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 |
[41/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 |
[42/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 |
[43/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 |
[44/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 |
/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 |
[47/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 |
[48/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 |
[49/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 |
[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 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 |
[52/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 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:dbcbf45695e2d1afcaee9a5a93239e71a6cc4a5872f338d6e993e9ceefe7df1b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/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 |
[3/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 |
[4/35] 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 |
[5/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 |
[6/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 |
[7/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 |
[8/36] 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 |
[9/36] 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 |
[10/36] 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 |
[11/36] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/36] 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 |
[13/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 |
[14/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 |
[15/36] 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 |
[16/36] 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 |
BUILD FAILURE 6.1 wasm