Build Information
Failed to build SwiftGUI, reference master (e0d07f
), with Swift 6.2 (beta) for Wasm on 23 Jun 2025 21:56:57 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/yonaskolb/SwiftGUI.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/yonaskolb/SwiftGUI
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at e0d07fc make default property filter a no-op
Cloned https://github.com/yonaskolb/SwiftGUI.git
Revision (git rev-parse @):
e0d07fc374fd1d999c58675cb8991803f3c615c0
SUCCESS checkout https://github.com/yonaskolb/SwiftGUI.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/yonaskolb/SwiftGUI.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/wickwirew/Runtime
[1/1966] Fetching runtime
Fetched https://github.com/wickwirew/Runtime from cache (0.35s)
Computing version for https://github.com/wickwirew/Runtime
Computed https://github.com/wickwirew/Runtime at 2.2.7 (0.83s)
Creating working copy for https://github.com/wickwirew/Runtime
Working copy of https://github.com/wickwirew/Runtime resolved at 2.2.7
Building for debugging...
[0/4] Write sources
[2/4] Compiling CRuntime dummy.c
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/45] Emitting module Runtime
[6/50] Compiling Runtime TypeInfoConvertible.swift
[7/50] Compiling Runtime Pointers.swift
[8/50] Compiling Runtime RelativePointer.swift
[9/50] Compiling Runtime RelativeVectorPointer.swift
[10/50] Compiling Runtime Union.swift
[11/50] Compiling Runtime Vector.swift
[12/50] Compiling Runtime GettersSetters.swift
[13/50] Compiling Runtime Pointer+Extensions.swift
[14/50] Compiling Runtime RetainCounts.swift
[15/50] Compiling Runtime String+Extensions.swift
[16/50] Compiling Runtime ProtocolMetadataLayout.swift
[17/50] Compiling Runtime ProtocolTypeContainer.swift
[18/50] Compiling Runtime StructMetadataLayout.swift
[19/50] Compiling Runtime StructTypeDescriptor.swift
[20/50] Compiling Runtime TargetTypeGenericContextDescriptorHeader.swift
[21/50] Compiling Runtime TupleMetadataLayout.swift
[22/50] Compiling Runtime TypeDescriptor.swift
[23/50] Compiling Runtime ValueWitnessTable.swift
[24/50] Compiling Runtime ClassMetadata.swift
[25/50] Compiling Runtime EnumMetadata.swift
[26/50] Compiling Runtime FuntionMetadata.swift
[27/50] Compiling Runtime Metadata.swift
[28/50] 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
[29/50] 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
[30/50] 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
[31/50] 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
[32/50] 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
[33/50] 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
[34/50] Compiling Runtime Errors.swift
[35/50] Compiling Runtime FunctionInfo.swift
[36/50] Compiling Runtime Kind.swift
[37/50] Compiling Runtime PropertyInfo.swift
[38/50] Compiling Runtime TypeInfo.swift
[39/50] Compiling Runtime DefaultValue.swift
[40/50] Compiling Runtime Factory.swift
[41/50] Compiling Runtime ClassHeader.swift
[42/50] Compiling Runtime ClassMetadataLayout.swift
[43/50] Compiling Runtime ClassTypeDescriptor.swift
[44/50] Compiling Runtime EnumMetadataLayout.swift
[45/50] Compiling Runtime EnumTypeDescriptor.swift
[46/50] Compiling Runtime ExistentialContainter.swift
[47/50] Compiling Runtime FieldDescriptor.swift
[48/50] Compiling Runtime FunctionMetadataLayout.swift
[49/50] Compiling Runtime MetadataLayoutType.swift
[50/50] Compiling Runtime ProtocolDescriptor.swift
BUILD FAILURE 6.2 wasm