Build Information
Failed to build Runtime, reference 2.2.7 (b90e9a
), with Swift 6.2 (beta) for Wasm on 21 Jun 2025 15:40:42 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/wickwirew/Runtime.git
Reference: 2.2.7
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/wickwirew/Runtime
* tag 2.2.7 -> FETCH_HEAD
HEAD is now at b90e9ab 2.2.7
Cloned https://github.com/wickwirew/Runtime.git
Revision (git rev-parse @):
b90e9ab1c66a964a9edf32fe38ea2774c0e5821b
SUCCESS checkout https://github.com/wickwirew/Runtime.git at 2.2.7
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/wickwirew/Runtime.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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
Building for debugging...
[0/3] Write sources
[1/3] Compiling CRuntime dummy.c
[1/3] Write swift-version-24593BA9C3E375BF.txt
[4/44] Compiling Runtime TypeInfoConvertible.swift
[5/44] Compiling Runtime Pointers.swift
[6/44] Compiling Runtime RelativePointer.swift
[7/44] Compiling Runtime RelativeVectorPointer.swift
[8/44] Compiling Runtime Union.swift
[9/44] Compiling Runtime Errors.swift
[10/44] Compiling Runtime FunctionInfo.swift
[11/44] Compiling Runtime Kind.swift
[12/44] Compiling Runtime PropertyInfo.swift
[13/44] Compiling Runtime TypeInfo.swift
[14/44] Compiling Runtime MetadataType.swift
/host/spi-builder-workspace/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
[15/44] Compiling Runtime NominalMetadataType.swift
/host/spi-builder-workspace/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
[16/44] Compiling Runtime ProtocolMetadata.swift
/host/spi-builder-workspace/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
[17/44] Compiling Runtime StructMetadata.swift
/host/spi-builder-workspace/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
[18/44] Compiling Runtime TupleMetadata.swift
/host/spi-builder-workspace/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
[19/44] Compiling Runtime Case.swift
/host/spi-builder-workspace/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
[20/49] Compiling Runtime TypeDescriptor.swift
[21/49] Compiling Runtime ValueWitnessTable.swift
[22/49] Compiling Runtime ClassMetadata.swift
[23/49] Compiling Runtime EnumMetadata.swift
[24/49] Compiling Runtime FuntionMetadata.swift
[25/49] Compiling Runtime Metadata.swift
[26/49] Compiling Runtime DefaultValue.swift
[27/49] Compiling Runtime Factory.swift
[28/49] Compiling Runtime ClassHeader.swift
[29/49] Compiling Runtime ClassMetadataLayout.swift
[30/49] Compiling Runtime ClassTypeDescriptor.swift
[31/49] Compiling Runtime EnumMetadataLayout.swift
[32/49] Emitting module Runtime
[33/49] Compiling Runtime EnumTypeDescriptor.swift
[34/49] Compiling Runtime ExistentialContainter.swift
[35/49] Compiling Runtime FieldDescriptor.swift
[36/49] Compiling Runtime FunctionMetadataLayout.swift
[37/49] Compiling Runtime MetadataLayoutType.swift
[38/49] Compiling Runtime ProtocolDescriptor.swift
[39/49] Compiling Runtime ProtocolMetadataLayout.swift
[40/49] Compiling Runtime ProtocolTypeContainer.swift
[41/49] Compiling Runtime StructMetadataLayout.swift
[42/49] Compiling Runtime StructTypeDescriptor.swift
[43/49] Compiling Runtime TargetTypeGenericContextDescriptorHeader.swift
[44/49] Compiling Runtime TupleMetadataLayout.swift
[45/49] Compiling Runtime Vector.swift
[46/49] Compiling Runtime GettersSetters.swift
[47/49] Compiling Runtime Pointer+Extensions.swift
[48/49] Compiling Runtime RetainCounts.swift
[49/49] Compiling Runtime String+Extensions.swift
BUILD FAILURE 6.2 wasm