Build Information
Failed to build SwiftUI-UDF, reference 1.4.x (c42139
), with Swift 6.2 (beta) for Wasm on 24 Jun 2025 07:08:22 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/Maks-Jago/SwiftUI-UDF.git
Reference: 1.4.x
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/Maks-Jago/SwiftUI-UDF
* branch 1.4.x -> FETCH_HEAD
* [new branch] 1.4.x -> origin/1.4.x
HEAD is now at c421399 Merge pull request #67 from Maks-Jago/1.4.8
Cloned https://github.com/Maks-Jago/SwiftUI-UDF.git
Revision (git rev-parse @):
c42139920fe957277e93cf923551f1c15b4ac839
SUCCESS checkout https://github.com/Maks-Jago/SwiftUI-UDF.git at 1.4.x
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Maks-Jago/SwiftUI-UDF.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/urlaunched-com/Runtime
Fetching https://github.com/apple/swift-collections
[1/1559] Fetching runtime
[1498/18199] Fetching runtime, swift-collections
Fetched https://github.com/urlaunched-com/Runtime from cache (1.84s)
Fetched https://github.com/apple/swift-collections from cache (1.89s)
Computing version for https://github.com/urlaunched-com/Runtime
Computed https://github.com/urlaunched-com/Runtime at 2.2.6 (6.18s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (2.59s)
Creating working copy for https://github.com/urlaunched-com/Runtime
Working copy of https://github.com/urlaunched-com/Runtime resolved at 2.2.6
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.0
Building for debugging...
[0/7] Write sources
[5/7] Compiling CRuntime dummy.c
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/62] Emitting module Runtime
[9/67] Compiling Runtime EnumTypeDescriptor.swift
[10/67] Compiling Runtime ExistentialContainter.swift
[11/67] Compiling Runtime FieldDescriptor.swift
[12/67] Compiling Runtime FunctionMetadataLayout.swift
[13/67] Compiling Runtime MetadataLayoutType.swift
[14/67] Compiling Runtime ProtocolDescriptor.swift
[15/67] Compiling Runtime Vector.swift
[16/67] Compiling Runtime GettersSetters.swift
[17/67] Compiling Runtime Pointer+Extensions.swift
[18/67] Compiling Runtime RetainCounts.swift
[19/67] Compiling Runtime String+Extensions.swift
[20/67] Compiling Runtime ProtocolMetadataLayout.swift
[21/67] Compiling Runtime ProtocolTypeContainer.swift
[22/67] Compiling Runtime StructMetadataLayout.swift
[23/67] Compiling Runtime StructTypeDescriptor.swift
[24/67] Compiling Runtime TargetTypeGenericContextDescriptorHeader.swift
[25/67] Compiling Runtime TupleMetadataLayout.swift
[26/67] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[27/68] Compiling Runtime ProtocolMetadata.swift
[28/68] Compiling Runtime StructMetadata.swift
[29/68] Compiling Runtime MetadataType.swift
[30/68] Compiling Runtime NominalMetadataType.swift
[31/68] Compiling Runtime DefaultValue.swift
[32/68] Compiling Runtime Factory.swift
[33/68] Compiling Runtime ClassHeader.swift
[34/68] Compiling Runtime ClassMetadataLayout.swift
[35/68] Compiling Runtime ClassTypeDescriptor.swift
[36/68] Compiling Runtime EnumMetadataLayout.swift
[37/68] Emitting module InternalCollectionsUtilities
[38/68] Compiling Runtime TupleMetadata.swift
[39/68] Compiling Runtime Case.swift
[46/68] Compiling Runtime Errors.swift
[47/68] Compiling Runtime FunctionInfo.swift
[48/68] Compiling Runtime Kind.swift
[49/68] Compiling Runtime PropertyInfo.swift
[50/68] Compiling Runtime TypeInfo.swift
[51/68] Compiling Runtime TypeDescriptor.swift
[52/68] Compiling Runtime ValueWitnessTable.swift
[53/68] Compiling Runtime ClassMetadata.swift
[54/68] Compiling Runtime EnumMetadata.swift
[55/68] Compiling Runtime FuntionMetadata.swift
[56/68] Compiling Runtime Metadata.swift
[57/68] Compiling Runtime TypeInfoConvertible.swift
[58/68] Compiling Runtime Pointers.swift
[59/68] Compiling Runtime RelativePointer.swift
[60/68] Compiling Runtime RelativeVectorPointer.swift
[61/68] Compiling Runtime Union.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
/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
/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
/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
/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
/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
[68/68] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
BUILD FAILURE 6.2 wasm