Build Information
Failed to build JSONSchema, reference master (8c7ec1
), with Swift 6.2 (beta) for Wasm on 18 Jun 2025 22:27:59 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/kylef/JSONSchema.swift.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/kylef/JSONSchema.swift
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 8c7ec15 feat: Add support for date-time format
Submodule path 'Tests/Cases': checked out 'fd0aa9f8e2497d9048e17f071abb8fa409f5cb52'
Submodule 'Tests/Cases' (https://github.com/json-schema/JSON-Schema-Test-Suite) registered for path 'Tests/Cases'
Cloning into '/host/spi-builder-workspace/Tests/Cases'...
Cloned https://github.com/kylef/JSONSchema.swift.git
Revision (git rev-parse @):
8c7ec156dde09715d8d2ed83cc8fe6b1ba90648c
SUCCESS checkout https://github.com/kylef/JSONSchema.swift.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/kylef/JSONSchema.swift.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/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.29s)
Fetching https://github.com/kylef/PathKit.git
[1/1411] Fetching pathkit
Fetched https://github.com/kylef/PathKit.git from cache (0.21s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (3.91s)
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at d02129a9af77729de049d328dd61e530b6f2bb2b
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/41] Compiling JSONSchema dependentSchemas.swift
/host/spi-builder-workspace/Sources/Applicators/additionalProperties.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 |
[4/41] Compiling JSONSchema if.swift
/host/spi-builder-workspace/Sources/Applicators/additionalProperties.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 |
[5/41] Compiling JSONSchema items.swift
/host/spi-builder-workspace/Sources/Applicators/additionalProperties.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 |
[6/41] Compiling JSONSchema not.swift
/host/spi-builder-workspace/Sources/Applicators/additionalProperties.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 |
[7/41] Compiling JSONSchema oneOf.swift
/host/spi-builder-workspace/Sources/Applicators/additionalProperties.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 |
[8/41] Compiling JSONSchema patternProperties.swift
/host/spi-builder-workspace/Sources/Applicators/additionalProperties.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 |
[9/46] Compiling JSONSchema duration.swift
/host/spi-builder-workspace/Sources/Applicators/additionalProperties.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 |
[10/46] Compiling JSONSchema time.swift
/host/spi-builder-workspace/Sources/Applicators/additionalProperties.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 |
[11/46] Compiling JSONSchema JSONPointer.swift
/host/spi-builder-workspace/Sources/Applicators/additionalProperties.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 |
[12/46] Compiling JSONSchema JSONSchema.swift
/host/spi-builder-workspace/Sources/Applicators/additionalProperties.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 |
[13/46] Compiling JSONSchema RefResolver.swift
/host/spi-builder-workspace/Sources/Applicators/additionalProperties.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 |
[14/46] Compiling JSONSchema minMaxNumber.swift
/host/spi-builder-workspace/Sources/Applicators/additionalProperties.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 |
[15/46] Compiling JSONSchema minMaxProperties.swift
/host/spi-builder-workspace/Sources/Applicators/additionalProperties.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 |
[16/46] Compiling JSONSchema multipleOf.swift
/host/spi-builder-workspace/Sources/Applicators/additionalProperties.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 |
[17/46] Compiling JSONSchema pattern.swift
/host/spi-builder-workspace/Sources/Applicators/additionalProperties.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 |
[18/46] Compiling JSONSchema required.swift
/host/spi-builder-workspace/Sources/Applicators/additionalProperties.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 |
[19/46] Compiling JSONSchema const.swift
/host/spi-builder-workspace/Sources/Applicators/additionalProperties.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 |
[20/46] Compiling JSONSchema dependentRequired.swift
/host/spi-builder-workspace/Sources/Applicators/additionalProperties.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 |
[21/46] Compiling JSONSchema enum.swift
/host/spi-builder-workspace/Sources/Applicators/additionalProperties.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 |
[22/46] Compiling JSONSchema minMaxItems.swift
/host/spi-builder-workspace/Sources/Applicators/additionalProperties.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 |
[23/46] Compiling JSONSchema minMaxLength.swift
/host/spi-builder-workspace/Sources/Applicators/additionalProperties.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[24/46] Emitting module JSONSchema
/host/spi-builder-workspace/Sources/Applicators/additionalProperties.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 |
[25/46] Compiling JSONSchema Draft4Validator.swift
/host/spi-builder-workspace/Sources/Applicators/additionalProperties.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 |
[26/46] Compiling JSONSchema Draft6Validator.swift
/host/spi-builder-workspace/Sources/Applicators/additionalProperties.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 |
[27/46] Compiling JSONSchema Draft7Validator.swift
/host/spi-builder-workspace/Sources/Applicators/additionalProperties.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 |
[28/46] Compiling JSONSchema date-time.swift
/host/spi-builder-workspace/Sources/Applicators/additionalProperties.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 |
[29/46] Compiling JSONSchema date.swift
/host/spi-builder-workspace/Sources/Applicators/additionalProperties.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 |
[30/46] Compiling JSONSchema prefixItems.swift
/host/spi-builder-workspace/Sources/Applicators/additionalProperties.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 |
[31/46] Compiling JSONSchema properties.swift
/host/spi-builder-workspace/Sources/Applicators/additionalProperties.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 |
[32/46] Compiling JSONSchema propertyNames.swift
/host/spi-builder-workspace/Sources/Applicators/additionalProperties.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 |
[33/46] Compiling JSONSchema ref.swift
/host/spi-builder-workspace/Sources/Applicators/additionalProperties.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 |
[34/46] Compiling JSONSchema Draft201909Validator.swift
/host/spi-builder-workspace/Sources/Applicators/additionalProperties.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 |
[35/46] Compiling JSONSchema Draft202012Validator.swift
/host/spi-builder-workspace/Sources/Applicators/additionalProperties.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 |
[36/46] Compiling JSONSchema additionalItems.swift
/host/spi-builder-workspace/Sources/Applicators/additionalProperties.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 |
[37/46] Compiling JSONSchema additionalProperties.swift
/host/spi-builder-workspace/Sources/Applicators/additionalProperties.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 |
[38/46] Compiling JSONSchema allOf.swift
/host/spi-builder-workspace/Sources/Applicators/additionalProperties.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 |
[39/46] Compiling JSONSchema anyOf.swift
/host/spi-builder-workspace/Sources/Applicators/additionalProperties.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 |
[40/46] Compiling JSONSchema contains.swift
/host/spi-builder-workspace/Sources/Applicators/additionalProperties.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 |
[41/46] Compiling JSONSchema dependencies.swift
/host/spi-builder-workspace/Sources/Applicators/additionalProperties.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 |
[42/46] Compiling JSONSchema uniqueItems.swift
/host/spi-builder-workspace/Sources/Applicators/additionalProperties.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 |
[43/46] Compiling JSONSchema ValidationResult.swift
/host/spi-builder-workspace/Sources/Applicators/additionalProperties.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 |
[44/46] Compiling JSONSchema Validator.swift
/host/spi-builder-workspace/Sources/Applicators/additionalProperties.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 |
[45/46] Compiling JSONSchema Validators.swift
/host/spi-builder-workspace/Sources/Applicators/additionalProperties.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 |
[46/46] Compiling JSONSchema format.swift
/host/spi-builder-workspace/Sources/Applicators/additionalProperties.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 |
BUILD FAILURE 6.2 wasm