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 TrialLicense, reference master (bded19), with Swift 6.2 (beta) for Wasm on 21 Jun 2025 13:06:24 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/CleanCocoa/TrialLicensing.git
Reference: master
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/CleanCocoa/TrialLicensing
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at bded194 remove Carthage dependencies since we don't have an Xcode project anymore
Cloned https://github.com/CleanCocoa/TrialLicensing.git
Revision (git rev-parse @):
bded194498fea436fbf7fa4756cc5efe26479f39
SUCCESS checkout https://github.com/CleanCocoa/TrialLicensing.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/CleanCocoa/TrialLicensing.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/glebd/cocoafob
[1/1710] Fetching cocoafob
Fetched https://github.com/glebd/cocoafob from cache (0.95s)
Computing version for https://github.com/glebd/cocoafob
Computed https://github.com/glebd/cocoafob at 2.4.0 (1.45s)
Creating working copy for https://github.com/glebd/cocoafob
Working copy of https://github.com/glebd/cocoafob resolved at 2.4.0
Building for debugging...
[0/9] Copying PrivacyInfo.xcprivacy
[1/9] Write sources
[4/9] Copying PrivacyInfo.xcprivacy
[5/9] Write swift-version-24593BA9C3E375BF.txt
[7/25] Compiling CocoaFob LicenseGenerator.swift
/host/spi-builder-workspace/.build/checkouts/cocoafob/swift5/CocoaFob/CFUtil.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | func cfTry(_ err: CocoaFobError, cfBlock: (UnsafeMutablePointer<Unmanaged<CFError>?>) -> DarwinBoolean) throws {
[8/25] Compiling CocoaFob LicenseVerifier.swift
/host/spi-builder-workspace/.build/checkouts/cocoafob/swift5/CocoaFob/CFUtil.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | func cfTry(_ err: CocoaFobError, cfBlock: (UnsafeMutablePointer<Unmanaged<CFError>?>) -> DarwinBoolean) throws {
[9/25] Compiling Trial TrialPeriod.swift
/host/spi-builder-workspace/Sources/Trial/CancelableTimedBlock.swift:5:8: error: no such module 'Foundation'
 3 | // See the file LICENSE for copying permission.
 4 |
 5 | import Foundation
   |        `- error: no such module 'Foundation'
 6 |
 7 | typealias CancelableDispatchBlock = (_ cancel: Bool) -> Void
[10/26] Compiling Trial Days.swift
/host/spi-builder-workspace/Sources/Trial/CancelableTimedBlock.swift:5:8: error: no such module 'Foundation'
 3 | // See the file LICENSE for copying permission.
 4 |
 5 | import Foundation
   |        `- error: no such module 'Foundation'
 6 |
 7 | typealias CancelableDispatchBlock = (_ cancel: Bool) -> Void
[11/26] Compiling Trial Trial.swift
/host/spi-builder-workspace/Sources/Trial/CancelableTimedBlock.swift:5:8: error: no such module 'Foundation'
 3 | // See the file LICENSE for copying permission.
 4 |
 5 | import Foundation
   |        `- error: no such module 'Foundation'
 6 |
 7 | typealias CancelableDispatchBlock = (_ cancel: Bool) -> Void
[12/26] Compiling Trial resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/Trial/CancelableTimedBlock.swift:5:8: error: no such module 'Foundation'
 3 | // See the file LICENSE for copying permission.
 4 |
 5 | import Foundation
   |        `- error: no such module 'Foundation'
 6 |
 7 | typealias CancelableDispatchBlock = (_ cancel: Bool) -> Void
[13/26] Compiling Trial UserDefaultsTrialPeriodReader.swift
/host/spi-builder-workspace/Sources/Trial/CancelableTimedBlock.swift:5:8: error: no such module 'Foundation'
 3 | // See the file LICENSE for copying permission.
 4 |
 5 | import Foundation
   |        `- error: no such module 'Foundation'
 6 |
 7 | typealias CancelableDispatchBlock = (_ cancel: Bool) -> Void
[14/26] Compiling Trial TrialTimer.swift
/host/spi-builder-workspace/Sources/Trial/CancelableTimedBlock.swift:5:8: error: no such module 'Foundation'
 3 | // See the file LICENSE for copying permission.
 4 |
 5 | import Foundation
   |        `- error: no such module 'Foundation'
 6 |
 7 | typealias CancelableDispatchBlock = (_ cancel: Bool) -> Void
[15/26] Compiling Trial TrialProvider.swift
/host/spi-builder-workspace/Sources/Trial/CancelableTimedBlock.swift:5:8: error: no such module 'Foundation'
 3 | // See the file LICENSE for copying permission.
 4 |
 5 | import Foundation
   |        `- error: no such module 'Foundation'
 6 |
 7 | typealias CancelableDispatchBlock = (_ cancel: Bool) -> Void
[16/26] Compiling Trial TrialWriter.swift
/host/spi-builder-workspace/Sources/Trial/CancelableTimedBlock.swift:5:8: error: no such module 'Foundation'
 3 | // See the file LICENSE for copying permission.
 4 |
 5 | import Foundation
   |        `- error: no such module 'Foundation'
 6 |
 7 | typealias CancelableDispatchBlock = (_ cancel: Bool) -> Void
[17/26] Compiling CocoaFob String+CocoaFob.swift
/host/spi-builder-workspace/.build/checkouts/cocoafob/swift5/CocoaFob/CFUtil.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | func cfTry(_ err: CocoaFobError, cfBlock: (UnsafeMutablePointer<Unmanaged<CFError>?>) -> DarwinBoolean) throws {
[18/26] Compiling CocoaFob CocoaFobError.swift
/host/spi-builder-workspace/.build/checkouts/cocoafob/swift5/CocoaFob/CFUtil.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | func cfTry(_ err: CocoaFobError, cfBlock: (UnsafeMutablePointer<Unmanaged<CFError>?>) -> DarwinBoolean) throws {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[19/26] Emitting module Trial
/host/spi-builder-workspace/Sources/Trial/CancelableTimedBlock.swift:5:8: error: no such module 'Foundation'
 3 | // See the file LICENSE for copying permission.
 4 |
 5 | import Foundation
   |        `- error: no such module 'Foundation'
 6 |
 7 | typealias CancelableDispatchBlock = (_ cancel: Bool) -> Void
[20/26] Compiling Trial CancelableTimedBlock.swift
/host/spi-builder-workspace/Sources/Trial/CancelableTimedBlock.swift:5:8: error: no such module 'Foundation'
 3 | // See the file LICENSE for copying permission.
 4 |
 5 | import Foundation
   |        `- error: no such module 'Foundation'
 6 |
 7 | typealias CancelableDispatchBlock = (_ cancel: Bool) -> Void
[21/26] Compiling Trial Clock.swift
/host/spi-builder-workspace/Sources/Trial/CancelableTimedBlock.swift:5:8: error: no such module 'Foundation'
 3 | // See the file LICENSE for copying permission.
 4 |
 5 | import Foundation
   |        `- error: no such module 'Foundation'
 6 |
 7 | typealias CancelableDispatchBlock = (_ cancel: Bool) -> Void
error: emit-module command failed with exit code 1 (use -v to see invocation)
[22/26] Emitting module CocoaFob
/host/spi-builder-workspace/.build/checkouts/cocoafob/swift5/CocoaFob/CFUtil.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | func cfTry(_ err: CocoaFobError, cfBlock: (UnsafeMutablePointer<Unmanaged<CFError>?>) -> DarwinBoolean) throws {
[23/26] Compiling CocoaFob CFUtil.swift
/host/spi-builder-workspace/.build/checkouts/cocoafob/swift5/CocoaFob/CFUtil.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 | func cfTry(_ err: CocoaFobError, cfBlock: (UnsafeMutablePointer<Unmanaged<CFError>?>) -> DarwinBoolean) throws {
BUILD FAILURE 6.2 wasm