Build Information
Failed to build Frames, reference 4.3.8 (7e4019
), with Swift 6.2 (beta) for Wasm on 24 Jun 2025 11:32:34 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/checkout/frames-ios.git
Reference: 4.3.8
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/checkout/frames-ios
* tag 4.3.8 -> FETCH_HEAD
HEAD is now at 7e4019f Release 4.3.8 (#551)
Cloned https://github.com/checkout/frames-ios.git
Revision (git rev-parse @):
7e4019f468c81f7b9212a3c148392ab46d25b0b5
SUCCESS checkout https://github.com/checkout/frames-ios.git at 4.3.8
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/checkout/frames-ios.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Fetching https://github.com/checkout/checkout-risk-sdk-ios.git
Fetching https://github.com/marmelroy/PhoneNumberKit.git
Fetching https://github.com/checkout/checkout-event-logger-ios-framework.git
[1/7050] Fetching phonenumberkit
[1764/8630] Fetching phonenumberkit, checkout-risk-sdk-ios
[2268/9023] Fetching phonenumberkit, checkout-risk-sdk-ios, checkout-event-logger-ios-framework
Fetched https://github.com/checkout/checkout-risk-sdk-ios.git from cache (0.51s)
[7125/7443] Fetching phonenumberkit, checkout-event-logger-ios-framework
Fetched https://github.com/marmelroy/PhoneNumberKit.git from cache (1.07s)
Fetched https://github.com/checkout/checkout-event-logger-ios-framework.git from cache (1.09s)
Computing version for https://github.com/checkout/checkout-event-logger-ios-framework.git
Computed https://github.com/checkout/checkout-event-logger-ios-framework.git at 1.2.4 (1.52s)
Computing version for https://github.com/checkout/checkout-risk-sdk-ios.git
Computed https://github.com/checkout/checkout-risk-sdk-ios.git at 3.0.4 (0.40s)
Fetching https://github.com/fingerprintjs/fingerprintjs-pro-ios
[1/1033] Fetching fingerprintjs-pro-ios
Fetched https://github.com/fingerprintjs/fingerprintjs-pro-ios from cache (0.29s)
Computing version for https://github.com/fingerprintjs/fingerprintjs-pro-ios
Computed https://github.com/fingerprintjs/fingerprintjs-pro-ios at 2.8.2 (0.67s)
Computing version for https://github.com/marmelroy/PhoneNumberKit.git
Computed https://github.com/marmelroy/PhoneNumberKit.git at 4.1.1 (0.39s)
Creating working copy for https://github.com/checkout/checkout-event-logger-ios-framework.git
Working copy of https://github.com/checkout/checkout-event-logger-ios-framework.git resolved at 1.2.4
Creating working copy for https://github.com/checkout/checkout-risk-sdk-ios.git
Working copy of https://github.com/checkout/checkout-risk-sdk-ios.git resolved at 3.0.4
Creating working copy for https://github.com/fingerprintjs/fingerprintjs-pro-ios
Working copy of https://github.com/fingerprintjs/fingerprintjs-pro-ios resolved at 2.8.2
Creating working copy for https://github.com/marmelroy/PhoneNumberKit.git
Working copy of https://github.com/marmelroy/PhoneNumberKit.git resolved at 4.1.1
Downloading binary artifact https://fpjs-public.s3.amazonaws.com/ios/2.8.2/FingerprintPro-2.8.2-38fb09b95025e03f90507906e8db11f34fad17f50a6ca032be2cdce6fae99e42.xcframework.zip
[16384/2219286] Downloading https://fpjs-public.s3.amazonaws.com/ios/2.8.2/FingerprintPro-2.8.2-38fb09b95025e03f90507906e8db11f34fad17f50a6ca032be2cdce6fae99e42.xcframework.zip
Downloaded https://fpjs-public.s3.amazonaws.com/ios/2.8.2/FingerprintPro-2.8.2-38fb09b95025e03f90507906e8db11f34fad17f50a6ca032be2cdce6fae99e42.xcframework.zip (0.52s)
Building for debugging...
[0/18] Write sources
[1/18] Copying Localizable.strings
[1/18] Copying PrivacyInfo.xcprivacy
[1/18] Copying Localizable.strings
[5/18] Copying PrivacyInfo.xcprivacy
[5/18] Copying Info.plist
[5/18] Write sources
[7/18] Copying PhoneNumberMetadata.json
[15/18] Copying Images.xcassets
[16/18] Write sources
[17/18] Write swift-version-24593BA9C3E375BF.txt
[19/48] Compiling Risk APIService.swift
/host/spi-builder-workspace/.build/checkouts/checkout-risk-sdk-ios/Sources/Risk/Logging/Constants.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | enum Constants {
[20/48] Compiling Risk DeviceDataService.swift
/host/spi-builder-workspace/.build/checkouts/checkout-risk-sdk-ios/Sources/Risk/Logging/Constants.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | enum Constants {
[21/49] Compiling Risk FingerprintService.swift
/host/spi-builder-workspace/.build/checkouts/checkout-risk-sdk-ios/Sources/Risk/Logging/Constants.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | enum Constants {
[22/49] Compiling PhoneNumberKit MetadataManager.swift
/host/spi-builder-workspace/.build/checkouts/PhoneNumberKit/PhoneNumberKit/Bundle+Resources.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | private class CurrentBundleFinder { }
[23/49] Compiling PhoneNumberKit MetadataParsing.swift
/host/spi-builder-workspace/.build/checkouts/PhoneNumberKit/PhoneNumberKit/Bundle+Resources.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | private class CurrentBundleFinder { }
[24/49] Compiling PhoneNumberKit MetadataTypes.swift
/host/spi-builder-workspace/.build/checkouts/PhoneNumberKit/PhoneNumberKit/Bundle+Resources.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | private class CurrentBundleFinder { }
[25/51] Compiling PhoneNumberKit PhoneNumber+Codable.swift
/host/spi-builder-workspace/.build/checkouts/PhoneNumberKit/PhoneNumberKit/Bundle+Resources.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | private class CurrentBundleFinder { }
[26/51] Compiling PhoneNumberKit PhoneNumber.swift
/host/spi-builder-workspace/.build/checkouts/PhoneNumberKit/PhoneNumberKit/Bundle+Resources.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | private class CurrentBundleFinder { }
[27/51] Compiling PhoneNumberKit NSRegularExpression+Swift.swift
/host/spi-builder-workspace/.build/checkouts/PhoneNumberKit/PhoneNumberKit/Bundle+Resources.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | private class CurrentBundleFinder { }
[28/51] Compiling PhoneNumberKit ParseManager.swift
/host/spi-builder-workspace/.build/checkouts/PhoneNumberKit/PhoneNumberKit/Bundle+Resources.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | private class CurrentBundleFinder { }
[29/51] Compiling PhoneNumberKit PartialFormatter.swift
/host/spi-builder-workspace/.build/checkouts/PhoneNumberKit/PhoneNumberKit/Bundle+Resources.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | private class CurrentBundleFinder { }
[30/51] Compiling Risk RiskError.swift
/host/spi-builder-workspace/.build/checkouts/checkout-risk-sdk-ios/Sources/Risk/Logging/Constants.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | enum Constants {
[31/51] Compiling PhoneNumberKit PhoneNumberTextField.swift
/host/spi-builder-workspace/.build/checkouts/PhoneNumberKit/PhoneNumberKit/Bundle+Resources.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | private class CurrentBundleFinder { }
[32/51] Compiling PhoneNumberKit resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/PhoneNumberKit/PhoneNumberKit/Bundle+Resources.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | private class CurrentBundleFinder { }
[33/51] Compiling PhoneNumberKit CountryCodePickerOptions.swift
/host/spi-builder-workspace/.build/checkouts/PhoneNumberKit/PhoneNumberKit/Bundle+Resources.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | private class CurrentBundleFinder { }
[34/51] Compiling PhoneNumberKit CountryCodePickerViewController.swift
/host/spi-builder-workspace/.build/checkouts/PhoneNumberKit/PhoneNumberKit/Bundle+Resources.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | private class CurrentBundleFinder { }
[35/51] Compiling PhoneNumberKit PhoneNumberFormatter.swift
/host/spi-builder-workspace/.build/checkouts/PhoneNumberKit/PhoneNumberKit/Bundle+Resources.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | private class CurrentBundleFinder { }
[36/51] Compiling PhoneNumberKit PhoneNumberParser.swift
/host/spi-builder-workspace/.build/checkouts/PhoneNumberKit/PhoneNumberKit/Bundle+Resources.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | private class CurrentBundleFinder { }
[37/51] Compiling PhoneNumberKit PhoneNumberUtility.swift
/host/spi-builder-workspace/.build/checkouts/PhoneNumberKit/PhoneNumberKit/Bundle+Resources.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | private class CurrentBundleFinder { }
[38/51] Compiling PhoneNumberKit RegexManager.swift
/host/spi-builder-workspace/.build/checkouts/PhoneNumberKit/PhoneNumberKit/Bundle+Resources.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | private class CurrentBundleFinder { }
error: emit-module command failed with exit code 1 (use -v to see invocation)
[39/51] Emitting module PhoneNumberKit
/host/spi-builder-workspace/.build/checkouts/PhoneNumberKit/PhoneNumberKit/Bundle+Resources.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | private class CurrentBundleFinder { }
[40/51] Compiling PhoneNumberKit Bundle+Resources.swift
/host/spi-builder-workspace/.build/checkouts/PhoneNumberKit/PhoneNumberKit/Bundle+Resources.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | private class CurrentBundleFinder { }
[41/51] Compiling PhoneNumberKit Constants.swift
/host/spi-builder-workspace/.build/checkouts/PhoneNumberKit/PhoneNumberKit/Bundle+Resources.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | private class CurrentBundleFinder { }
[42/51] Compiling PhoneNumberKit Formatter.swift
/host/spi-builder-workspace/.build/checkouts/PhoneNumberKit/PhoneNumberKit/Bundle+Resources.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | private class CurrentBundleFinder { }
error: emit-module command failed with exit code 1 (use -v to see invocation)
[43/51] Emitting module Risk
/host/spi-builder-workspace/.build/checkouts/checkout-risk-sdk-ios/Sources/Risk/Logging/Constants.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | enum Constants {
/host/spi-builder-workspace/.build/checkouts/checkout-risk-sdk-ios/Sources/Risk/Logging/Constants.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | enum Constants {
/host/spi-builder-workspace/.build/checkouts/checkout-risk-sdk-ios/Sources/Risk/Logging/Constants.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | enum Constants {
/host/spi-builder-workspace/.build/checkouts/checkout-risk-sdk-ios/Sources/Risk/Logging/Constants.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | enum Constants {
/host/spi-builder-workspace/.build/checkouts/checkout-risk-sdk-ios/Sources/Risk/Logging/Constants.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | enum Constants {
/host/spi-builder-workspace/.build/checkouts/checkout-risk-sdk-ios/Sources/Risk/Logging/Constants.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | enum Constants {
/host/spi-builder-workspace/.build/checkouts/checkout-risk-sdk-ios/Sources/Risk/Logging/Constants.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | enum Constants {
/host/spi-builder-workspace/.build/checkouts/checkout-risk-sdk-ios/Sources/Risk/Logging/Constants.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | enum Constants {
/host/spi-builder-workspace/.build/checkouts/checkout-risk-sdk-ios/Sources/Risk/Logging/Constants.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | enum Constants {
BUILD FAILURE 6.2 wasm