The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Runtime, reference master (b90e9a), with Swift 6.2 (beta) for Wasm on 21 Jun 2025 15:41:01 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/wickwirew/Runtime.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/wickwirew/Runtime
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
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-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
Building for debugging...
[0/3] Write sources
[1/3] Compiling CRuntime dummy.c
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/44] Emitting module Runtime
[5/44] Compiling Runtime DefaultValue.swift
[6/44] Compiling Runtime Factory.swift
[7/44] Compiling Runtime ClassHeader.swift
[8/44] Compiling Runtime ClassMetadataLayout.swift
[9/44] Compiling Runtime ClassTypeDescriptor.swift
[10/44] Compiling Runtime EnumMetadataLayout.swift
[11/49] Compiling Runtime Errors.swift
[12/49] Compiling Runtime FunctionInfo.swift
[13/49] Compiling Runtime Kind.swift
[14/49] Compiling Runtime PropertyInfo.swift
[15/49] Compiling Runtime TypeInfo.swift
[16/49] Compiling Runtime TypeInfoConvertible.swift
[17/49] Compiling Runtime Pointers.swift
[18/49] Compiling Runtime RelativePointer.swift
[19/49] Compiling Runtime RelativeVectorPointer.swift
[20/49] Compiling Runtime Union.swift
[21/49] Compiling Runtime EnumTypeDescriptor.swift
[22/49] Compiling Runtime ExistentialContainter.swift
[23/49] Compiling Runtime FieldDescriptor.swift
[24/49] Compiling Runtime FunctionMetadataLayout.swift
[25/49] Compiling Runtime MetadataLayoutType.swift
[26/49] Compiling Runtime ProtocolDescriptor.swift
[27/49] Compiling Runtime ProtocolMetadataLayout.swift
[28/49] Compiling Runtime ProtocolTypeContainer.swift
[29/49] Compiling Runtime StructMetadataLayout.swift
[30/49] Compiling Runtime StructTypeDescriptor.swift
[31/49] Compiling Runtime TargetTypeGenericContextDescriptorHeader.swift
[32/49] Compiling Runtime TupleMetadataLayout.swift
[33/49] Compiling Runtime TypeDescriptor.swift
[34/49] Compiling Runtime ValueWitnessTable.swift
[35/49] Compiling Runtime ClassMetadata.swift
[36/49] Compiling Runtime EnumMetadata.swift
[37/49] Compiling Runtime FuntionMetadata.swift
[38/49] Compiling Runtime Metadata.swift
[39/49] 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
[40/49] 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
[41/49] 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
[42/49] 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
[43/49] 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
[44/49] 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
[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