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 CharacteristicKit, reference main (58ac93), with Swift 6.2 (beta) for Wasm on 20 Jun 2025 09:52:54 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/persello/CharacteristicKit.git
Reference: main
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/persello/CharacteristicKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 58ac931 Merge remote-tracking branch 'refs/remotes/origin/main'
Cloned https://github.com/persello/CharacteristicKit.git
Revision (git rev-parse @):
58ac931f160d5ebdbf39a7bcbed2fa9c7fc4766d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/persello/CharacteristicKit.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/persello/CharacteristicKit.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/wickwirew/Runtime.git
[1/1966] Fetching runtime
Fetched https://github.com/wickwirew/Runtime.git from cache (0.43s)
Computing version for https://github.com/wickwirew/Runtime.git
Computed https://github.com/wickwirew/Runtime.git at 2.2.7 (1.00s)
Creating working copy for https://github.com/wickwirew/Runtime.git
Working copy of https://github.com/wickwirew/Runtime.git resolved at 2.2.7
warning: 'spi-builder-workspace': found 4 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Example/Example/Assets.xcassets
    /host/spi-builder-workspace/Example/Example/Info.plist
    /host/spi-builder-workspace/Example/Example/Preview Content/Preview Assets.xcassets
    /host/spi-builder-workspace/Example/Example/Example.entitlements
Building for debugging...
[0/10] Write sources
[3/10] Compiling CRuntime dummy.c
[3/10] Write swift-version-24593BA9C3E375BF.txt
[6/51] Emitting module Runtime
[7/56] 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
[8/56] 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
[9/56] 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
[10/56] 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
[11/56] 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
[12/56] 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
[13/56] Compiling Runtime Vector.swift
[14/56] Compiling Runtime GettersSetters.swift
[15/56] Compiling Runtime Pointer+Extensions.swift
[16/56] Compiling Runtime RetainCounts.swift
[17/56] Compiling Runtime String+Extensions.swift
[18/56] Compiling Runtime DefaultValue.swift
[19/56] Compiling Runtime Factory.swift
[20/56] Compiling Runtime ClassHeader.swift
[21/56] Compiling Runtime ClassMetadataLayout.swift
[22/56] Compiling Runtime ClassTypeDescriptor.swift
[23/56] Compiling Runtime EnumMetadataLayout.swift
[24/56] Compiling Runtime TypeInfoConvertible.swift
[25/56] Compiling Runtime Pointers.swift
[26/56] Compiling Runtime RelativePointer.swift
[27/56] Compiling Runtime RelativeVectorPointer.swift
[28/56] Compiling Runtime Union.swift
[29/56] Compiling Runtime Errors.swift
[30/56] Compiling Runtime FunctionInfo.swift
[31/56] Compiling Runtime Kind.swift
[32/56] Compiling Runtime PropertyInfo.swift
[33/56] Compiling Runtime TypeInfo.swift
[34/56] Compiling Runtime ProtocolMetadataLayout.swift
[35/56] Compiling Runtime ProtocolTypeContainer.swift
[36/56] Compiling Runtime StructMetadataLayout.swift
[37/56] Compiling Runtime StructTypeDescriptor.swift
[38/56] Compiling Runtime TargetTypeGenericContextDescriptorHeader.swift
[39/56] Compiling Runtime TupleMetadataLayout.swift
[40/56] Compiling Runtime EnumTypeDescriptor.swift
[41/56] Compiling Runtime ExistentialContainter.swift
[42/56] Compiling Runtime FieldDescriptor.swift
[43/56] Compiling Runtime FunctionMetadataLayout.swift
[44/56] Compiling Runtime MetadataLayoutType.swift
[45/56] Compiling Runtime ProtocolDescriptor.swift
[46/56] Compiling Runtime TypeDescriptor.swift
[47/56] Compiling Runtime ValueWitnessTable.swift
[48/56] Compiling Runtime ClassMetadata.swift
[49/56] Compiling Runtime EnumMetadata.swift
[50/56] Compiling Runtime FuntionMetadata.swift
[51/56] Compiling Runtime Metadata.swift
BUILD FAILURE 6.2 wasm