Build Information
Failed to build Kodable, reference 2.0.0 (a48c37
), with Swift 6.2 (beta) for Wasm on 23 Jun 2025 16:39:17 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/jarmourato/Kodable.git
Reference: 2.0.0
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/jarmourato/Kodable
* tag 2.0.0 -> FETCH_HEAD
HEAD is now at a48c374 update CI
Cloned https://github.com/jarmourato/Kodable.git
Revision (git rev-parse @):
a48c374e7fd3c88c61bfda5ea0c4f8dfe5b5a943
SUCCESS checkout https://github.com/jarmourato/Kodable.git at 2.0.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/jarmourato/Kodable.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/rogerluan/JSEN
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
Fetching https://github.com/wickwirew/Runtime
[1/1966] Fetching runtime
[1967/2098] Fetching runtime, jsen
[2099/3355] Fetching runtime, jsen, cwlpreconditiontesting
Fetched https://github.com/rogerluan/JSEN from cache (0.82s)
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.85s)
Fetched https://github.com/wickwirew/Runtime from cache (0.85s)
Computing version for https://github.com/rogerluan/JSEN
Computed https://github.com/rogerluan/JSEN at 1.2.1 (1.29s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.46s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.27s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.16s)
Computing version for https://github.com/wickwirew/Runtime
Computed https://github.com/wickwirew/Runtime at 2.2.7 (2.83s)
Creating working copy for https://github.com/rogerluan/JSEN
Working copy of https://github.com/rogerluan/JSEN resolved at 1.2.1
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Creating working copy for https://github.com/wickwirew/Runtime
Working copy of https://github.com/wickwirew/Runtime resolved at 2.2.7
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Building for debugging...
[0/5] Write sources
[3/5] Compiling CRuntime dummy.c
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/53] Compiling Runtime Errors.swift
[7/53] Compiling Runtime FunctionInfo.swift
[8/53] Compiling Runtime Kind.swift
[9/53] Compiling Runtime PropertyInfo.swift
[10/53] Compiling Runtime TypeInfo.swift
[11/53] Compiling JSEN KeyPath.swift
/host/spi-builder-workspace/.build/checkouts/JSEN/Sources/JSEN+Codable.swift:3:8: error: no such module 'Foundation'
1 | // Copyright © 2021 Roger Oba. All rights reserved.
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | extension JSEN : Encodable {
[12/53] Compiling JSEN JSENRepresentable.swift
/host/spi-builder-workspace/.build/checkouts/JSEN/Sources/JSEN+Codable.swift:3:8: error: no such module 'Foundation'
1 | // Copyright © 2021 Roger Oba. All rights reserved.
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | extension JSEN : Encodable {
[13/58] Compiling JSEN JSEN.swift
/host/spi-builder-workspace/.build/checkouts/JSEN/Sources/JSEN+Codable.swift:3:8: error: no such module 'Foundation'
1 | // Copyright © 2021 Roger Oba. All rights reserved.
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | extension JSEN : Encodable {
[14/58] Compiling JSEN JSEN+SyntacticSugar.swift
/host/spi-builder-workspace/.build/checkouts/JSEN/Sources/JSEN+Codable.swift:3:8: error: no such module 'Foundation'
1 | // Copyright © 2021 Roger Oba. All rights reserved.
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | extension JSEN : Encodable {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/58] Emitting module JSEN
/host/spi-builder-workspace/.build/checkouts/JSEN/Sources/JSEN+Codable.swift:3:8: error: no such module 'Foundation'
1 | // Copyright © 2021 Roger Oba. All rights reserved.
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | extension JSEN : Encodable {
[16/58] Compiling Runtime ProtocolMetadataLayout.swift
[17/58] Compiling Runtime ProtocolTypeContainer.swift
[18/58] Compiling Runtime StructMetadataLayout.swift
[19/58] Compiling Runtime StructTypeDescriptor.swift
[20/58] Compiling Runtime TargetTypeGenericContextDescriptorHeader.swift
[21/58] Compiling Runtime TupleMetadataLayout.swift
[22/58] Compiling Runtime TypeDescriptor.swift
[23/58] Compiling Runtime ValueWitnessTable.swift
[24/58] Compiling Runtime ClassMetadata.swift
[25/58] Compiling Runtime EnumMetadata.swift
[26/58] Compiling Runtime FuntionMetadata.swift
[27/58] Compiling Runtime Metadata.swift
[28/58] Compiling Runtime TypeInfoConvertible.swift
[29/58] Compiling Runtime Pointers.swift
[30/58] Compiling Runtime RelativePointer.swift
[31/58] Compiling Runtime RelativeVectorPointer.swift
[32/58] Compiling Runtime Union.swift
[33/58] Compiling Runtime MetadataType.swift
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/Runtime/Metadata/TupleMetadata.swift:33:68: error: value of type 'String' has no member 'components'
31 | func labels() -> [String] {
32 | guard Int(bitPattern: pointer.pointee.labelsString) != 0 else { return (0..<numberOfElements()).map { _ in "" } }
33 | var labels = String(cString: pointer.pointee.labelsString).components(separatedBy: " ")
| `- error: value of type 'String' has no member 'components'
34 | labels.removeLast()
35 | return labels
[34/58] Compiling Runtime NominalMetadataType.swift
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/Runtime/Metadata/TupleMetadata.swift:33:68: error: value of type 'String' has no member 'components'
31 | func labels() -> [String] {
32 | guard Int(bitPattern: pointer.pointee.labelsString) != 0 else { return (0..<numberOfElements()).map { _ in "" } }
33 | var labels = String(cString: pointer.pointee.labelsString).components(separatedBy: " ")
| `- error: value of type 'String' has no member 'components'
34 | labels.removeLast()
35 | return labels
[35/58] Compiling Runtime ProtocolMetadata.swift
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/Runtime/Metadata/TupleMetadata.swift:33:68: error: value of type 'String' has no member 'components'
31 | func labels() -> [String] {
32 | guard Int(bitPattern: pointer.pointee.labelsString) != 0 else { return (0..<numberOfElements()).map { _ in "" } }
33 | var labels = String(cString: pointer.pointee.labelsString).components(separatedBy: " ")
| `- error: value of type 'String' has no member 'components'
34 | labels.removeLast()
35 | return labels
[36/58] Compiling Runtime StructMetadata.swift
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/Runtime/Metadata/TupleMetadata.swift:33:68: error: value of type 'String' has no member 'components'
31 | func labels() -> [String] {
32 | guard Int(bitPattern: pointer.pointee.labelsString) != 0 else { return (0..<numberOfElements()).map { _ in "" } }
33 | var labels = String(cString: pointer.pointee.labelsString).components(separatedBy: " ")
| `- error: value of type 'String' has no member 'components'
34 | labels.removeLast()
35 | return labels
[37/58] Compiling Runtime TupleMetadata.swift
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/Runtime/Metadata/TupleMetadata.swift:33:68: error: value of type 'String' has no member 'components'
31 | func labels() -> [String] {
32 | guard Int(bitPattern: pointer.pointee.labelsString) != 0 else { return (0..<numberOfElements()).map { _ in "" } }
33 | var labels = String(cString: pointer.pointee.labelsString).components(separatedBy: " ")
| `- error: value of type 'String' has no member 'components'
34 | labels.removeLast()
35 | return labels
[38/58] Compiling Runtime Case.swift
/host/spi-builder-workspace/.build/checkouts/Runtime/Sources/Runtime/Metadata/TupleMetadata.swift:33:68: error: value of type 'String' has no member 'components'
31 | func labels() -> [String] {
32 | guard Int(bitPattern: pointer.pointee.labelsString) != 0 else { return (0..<numberOfElements()).map { _ in "" } }
33 | var labels = String(cString: pointer.pointee.labelsString).components(separatedBy: " ")
| `- error: value of type 'String' has no member 'components'
34 | labels.removeLast()
35 | return labels
[39/58] Compiling JSEN JSEN+Codable.swift
/host/spi-builder-workspace/.build/checkouts/JSEN/Sources/JSEN+Codable.swift:3:8: error: no such module 'Foundation'
1 | // Copyright © 2021 Roger Oba. All rights reserved.
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | extension JSEN : Encodable {
[40/58] Compiling JSEN JSEN+KeyPath.swift
/host/spi-builder-workspace/.build/checkouts/JSEN/Sources/JSEN+Codable.swift:3:8: error: no such module 'Foundation'
1 | // Copyright © 2021 Roger Oba. All rights reserved.
2 |
3 | import Foundation
| `- error: no such module 'Foundation'
4 |
5 | extension JSEN : Encodable {
[41/58] Compiling Runtime EnumTypeDescriptor.swift
[42/58] Compiling Runtime ExistentialContainter.swift
[43/58] Compiling Runtime FieldDescriptor.swift
[44/58] Compiling Runtime FunctionMetadataLayout.swift
[45/58] Compiling Runtime MetadataLayoutType.swift
[46/58] Compiling Runtime ProtocolDescriptor.swift
BUILD FAILURE 6.2 wasm