Build Information
Failed to build swift-asyncapi, reference main (fa420b), with Swift 6.2 for Wasm on 3 Jul 2025 04:08:22 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ajevans99/swift-asyncapi.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/ajevans99/swift-asyncapi
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at fa420b9 Downgrade swift tools version (#15)
Cloned https://github.com/ajevans99/swift-asyncapi.git
Revision (git rev-parse @):
fa420b9d6b75e88b2177bdfc5c28917ac4cc072e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ajevans99/swift-asyncapi.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/ajevans99/swift-asyncapi.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/jpsim/Yams.git
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git
[1/10942] Fetching yams
[6238/25627] Fetching yams, swift-snapshot-testing
Fetching https://github.com/ajevans99/swift-json-schema.git
Fetched https://github.com/jpsim/Yams.git from cache (1.87s)
[4259/14685] Fetching swift-snapshot-testing
[10134/19029] Fetching swift-snapshot-testing, swift-json-schema
Fetched https://github.com/ajevans99/swift-json-schema.git from cache (0.52s)
[13070/14685] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (3.40s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 6.0.2 (3.80s)
Computing version for https://github.com/ajevans99/swift-json-schema.git
Computed https://github.com/ajevans99/swift-json-schema.git at 0.8.0 (0.43s)
Fetching https://github.com/swiftlang/swift-syntax
[1/71169] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (5.64s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (8.03s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.18.4 (0.42s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4581] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.29s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.63s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5467] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.62s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (1.05s)
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 6.0.2
Creating working copy for https://github.com/ajevans99/swift-json-schema.git
Working copy of https://github.com/ajevans99/swift-json-schema.git resolved at 0.8.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing.git
Working copy of https://github.com/pointfreeco/swift-snapshot-testing.git resolved at 1.18.4
Building for debugging...
[0/46] Write sources
[0/46] Copying applicator.json
[1/46] Write sources
[6/46] Copying format-annotation.json
[6/46] Write sources
[6/46] Copying validation.json
[6/46] Copying schema.json
[6/46] Copying unevaluated.json
[7/46] Copying core.json
[15/46] Copying content.json
[18/46] Copying meta-data.json
[27/46] Compiling _SwiftSyntaxCShims dummy.c
[28/46] Write swift-version-24593BA9C3E375BF.txt
[30/80] Emitting module SwiftSyntax510
[31/80] Compiling JSONSchema SchemaIssue.swift
/host/spi-builder-workspace/.build/checkouts/swift-json-schema/Sources/JSONSchema/Dialect.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // swift-format-ignore: AlwaysUseLowerCamelCase
[32/80] Compiling JSONSchema ValidationIssue.swift
/host/spi-builder-workspace/.build/checkouts/swift-json-schema/Sources/JSONSchema/Dialect.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // swift-format-ignore: AlwaysUseLowerCamelCase
[33/80] Compiling JSONSchema ValidatableSchema.swift
/host/spi-builder-workspace/.build/checkouts/swift-json-schema/Sources/JSONSchema/Dialect.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // swift-format-ignore: AlwaysUseLowerCamelCase
[34/83] Compiling JSONSchema BuiltinValidators.swift
/host/spi-builder-workspace/.build/checkouts/swift-json-schema/Sources/JSONSchema/Dialect.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // swift-format-ignore: AlwaysUseLowerCamelCase
[35/83] Compiling JSONSchema FormatValidator.swift
/host/spi-builder-workspace/.build/checkouts/swift-json-schema/Sources/JSONSchema/Dialect.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // swift-format-ignore: AlwaysUseLowerCamelCase
[36/83] Compiling JSONSchema Array+JSONValue.swift
/host/spi-builder-workspace/.build/checkouts/swift-json-schema/Sources/JSONSchema/Dialect.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // swift-format-ignore: AlwaysUseLowerCamelCase
[37/83] Compiling JSONSchema JSONValue+Codable.swift
/host/spi-builder-workspace/.build/checkouts/swift-json-schema/Sources/JSONSchema/Dialect.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // swift-format-ignore: AlwaysUseLowerCamelCase
[38/83] Compiling JSONSchema Annotation.swift
/host/spi-builder-workspace/.build/checkouts/swift-json-schema/Sources/JSONSchema/Dialect.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // swift-format-ignore: AlwaysUseLowerCamelCase
[39/83] Compiling JSONSchema AnnotationContainer.swift
/host/spi-builder-workspace/.build/checkouts/swift-json-schema/Sources/JSONSchema/Dialect.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // swift-format-ignore: AlwaysUseLowerCamelCase
[40/83] Compiling JSONSchema JSONType.swift
/host/spi-builder-workspace/.build/checkouts/swift-json-schema/Sources/JSONSchema/Dialect.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // swift-format-ignore: AlwaysUseLowerCamelCase
[41/83] Compiling JSONSchema Dialect.swift
/host/spi-builder-workspace/.build/checkouts/swift-json-schema/Sources/JSONSchema/Dialect.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // swift-format-ignore: AlwaysUseLowerCamelCase
error: emit-module command failed with exit code 1 (use -v to see invocation)
[42/83] Emitting module JSONSchema
/host/spi-builder-workspace/.build/checkouts/swift-json-schema/Sources/JSONSchema/Dialect.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // swift-format-ignore: AlwaysUseLowerCamelCase
[43/83] Compiling JSONSchema Schema+Codable.swift
/host/spi-builder-workspace/.build/checkouts/swift-json-schema/Sources/JSONSchema/Dialect.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // swift-format-ignore: AlwaysUseLowerCamelCase
[44/83] Compiling JSONSchema Schema+Equatable.swift
/host/spi-builder-workspace/.build/checkouts/swift-json-schema/Sources/JSONSchema/Dialect.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // swift-format-ignore: AlwaysUseLowerCamelCase
[45/83] Compiling JSONSchema Schema.swift
/host/spi-builder-workspace/.build/checkouts/swift-json-schema/Sources/JSONSchema/Dialect.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // swift-format-ignore: AlwaysUseLowerCamelCase
[46/83] Compiling JSONSchema Context.swift
/host/spi-builder-workspace/.build/checkouts/swift-json-schema/Sources/JSONSchema/Dialect.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // swift-format-ignore: AlwaysUseLowerCamelCase
[47/83] Compiling JSONSchema ValidationLocation.swift
/host/spi-builder-workspace/.build/checkouts/swift-json-schema/Sources/JSONSchema/Dialect.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // swift-format-ignore: AlwaysUseLowerCamelCase
[48/83] Compiling JSONSchema ValidationResult.swift
/host/spi-builder-workspace/.build/checkouts/swift-json-schema/Sources/JSONSchema/Dialect.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // swift-format-ignore: AlwaysUseLowerCamelCase
[49/83] Compiling JSONSchema resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/swift-json-schema/Sources/JSONSchema/Dialect.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // swift-format-ignore: AlwaysUseLowerCamelCase
[50/83] Compiling JSONSchema Keywords+Reference.swift
/host/spi-builder-workspace/.build/checkouts/swift-json-schema/Sources/JSONSchema/Dialect.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // swift-format-ignore: AlwaysUseLowerCamelCase
[51/83] Compiling JSONSchema Keywords+Reserved.swift
/host/spi-builder-workspace/.build/checkouts/swift-json-schema/Sources/JSONSchema/Dialect.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // swift-format-ignore: AlwaysUseLowerCamelCase
[52/83] Compiling JSONSchema Keywords.swift
/host/spi-builder-workspace/.build/checkouts/swift-json-schema/Sources/JSONSchema/Dialect.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // swift-format-ignore: AlwaysUseLowerCamelCase
[53/83] Compiling JSONSchema JSONPointer.swift
/host/spi-builder-workspace/.build/checkouts/swift-json-schema/Sources/JSONSchema/Dialect.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // swift-format-ignore: AlwaysUseLowerCamelCase
[54/83] Compiling JSONSchema JSONValue+ExpressibleByLiteral.swift
/host/spi-builder-workspace/.build/checkouts/swift-json-schema/Sources/JSONSchema/Dialect.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // swift-format-ignore: AlwaysUseLowerCamelCase
[55/83] Compiling JSONSchema JSONValue.swift
/host/spi-builder-workspace/.build/checkouts/swift-json-schema/Sources/JSONSchema/Dialect.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // swift-format-ignore: AlwaysUseLowerCamelCase
[56/83] Compiling JSONSchema Keyword.swift
/host/spi-builder-workspace/.build/checkouts/swift-json-schema/Sources/JSONSchema/Dialect.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // swift-format-ignore: AlwaysUseLowerCamelCase
[57/83] Compiling JSONSchema Keywords+Annotation.swift
/host/spi-builder-workspace/.build/checkouts/swift-json-schema/Sources/JSONSchema/Dialect.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // swift-format-ignore: AlwaysUseLowerCamelCase
[58/83] Compiling JSONSchema Keywords+Applicator.swift
/host/spi-builder-workspace/.build/checkouts/swift-json-schema/Sources/JSONSchema/Dialect.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // swift-format-ignore: AlwaysUseLowerCamelCase
[59/83] Compiling JSONSchema Keywords+Assertion.swift
/host/spi-builder-workspace/.build/checkouts/swift-json-schema/Sources/JSONSchema/Dialect.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // swift-format-ignore: AlwaysUseLowerCamelCase
[60/83] Compiling JSONSchema Keywords+Identifier.swift
/host/spi-builder-workspace/.build/checkouts/swift-json-schema/Sources/JSONSchema/Dialect.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // swift-format-ignore: AlwaysUseLowerCamelCase
[61/83] Compiling JSONSchema Keywords+Metadata.swift
/host/spi-builder-workspace/.build/checkouts/swift-json-schema/Sources/JSONSchema/Dialect.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // swift-format-ignore: AlwaysUseLowerCamelCase
[62/83] Emitting module SwiftSyntax509
[63/83] Emitting module SwiftSyntax600
BUILD FAILURE 6.2 wasm