Build Information
Failed to build SwiftUI-UDF, reference 1.4.8 (c42139
), with Swift 6.2 (beta) for Wasm on 24 Jun 2025 07:08:14 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>&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.8
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
* tag 1.4.8 -> FETCH_HEAD
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.8
========================================
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-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/apple/swift-collections
Fetching https://github.com/urlaunched-com/Runtime
[1/1559] Fetching runtime
[1560/18199] Fetching runtime, swift-collections
Fetched https://github.com/urlaunched-com/Runtime from cache (0.45s)
[832/16640] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.53s)
Computing version for https://github.com/urlaunched-com/Runtime
Computed https://github.com/urlaunched-com/Runtime at 2.2.6 (4.88s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (0.89s)
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
[5/7] Write swift-version-24593BA9C3E375BF.txt
[8/62] Compiling Runtime TypeInfoConvertible.swift
[9/62] Compiling Runtime Pointers.swift
[10/62] Compiling Runtime RelativePointer.swift
[11/62] Compiling Runtime RelativeVectorPointer.swift
[12/62] Compiling Runtime Union.swift
[13/67] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[14/67] Compiling Runtime Errors.swift
[15/67] Compiling Runtime FunctionInfo.swift
[16/67] Compiling Runtime Kind.swift
[17/67] Compiling Runtime PropertyInfo.swift
[18/67] Compiling Runtime TypeInfo.swift
[19/68] Emitting module Runtime
[20/68] Compiling Runtime DefaultValue.swift
[21/68] Compiling Runtime Factory.swift
[22/68] Compiling Runtime ClassHeader.swift
[23/68] Compiling Runtime ClassMetadataLayout.swift
[24/68] Compiling Runtime ClassTypeDescriptor.swift
[25/68] Compiling Runtime EnumMetadataLayout.swift
[26/68] Compiling Runtime EnumTypeDescriptor.swift
[27/68] Compiling Runtime ExistentialContainter.swift
[28/68] Compiling Runtime MetadataLayoutType.swift
[29/68] Compiling Runtime ProtocolDescriptor.swift
[36/68] Compiling Runtime FieldDescriptor.swift
[37/68] Compiling Runtime FunctionMetadataLayout.swift
[38/68] Emitting module InternalCollectionsUtilities
[39/68] Compiling Runtime TypeDescriptor.swift
[40/68] Compiling Runtime ValueWitnessTable.swift
[41/68] Compiling Runtime ClassMetadata.swift
[42/68] Compiling Runtime EnumMetadata.swift
[43/68] Compiling Runtime FuntionMetadata.swift
[44/68] Compiling Runtime Metadata.swift
[45/68] Compiling Runtime ProtocolMetadataLayout.swift
[46/68] Compiling Runtime ProtocolTypeContainer.swift
[47/68] Compiling Runtime StructMetadataLayout.swift
[48/68] Compiling Runtime StructTypeDescriptor.swift
[49/68] Compiling Runtime TargetTypeGenericContextDescriptorHeader.swift
[50/68] Compiling Runtime TupleMetadataLayout.swift
[57/68] 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
[58/68] 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
[59/68] 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
[60/68] 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
[61/68] 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
[62/68] 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
[63/68] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[65/69] Compiling Runtime Vector.swift
[66/69] Compiling Runtime GettersSetters.swift
[67/69] Compiling Runtime Pointer+Extensions.swift
[68/69] Compiling Runtime RetainCounts.swift
[69/69] Compiling Runtime String+Extensions.swift
BUILD FAILURE 6.2 wasm