The Swift Package Index logo.Swift Package Index

Build Information

Failed to build CharacteristicKit, reference v0.1.1 (48f67a), with Swift 6.3 for Linux on 21 Apr 2026 11:48:40 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/persello/CharacteristicKit.git
Reference: v0.1.1
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
 * tag               v0.1.1     -> FETCH_HEAD
HEAD is now at 48f67a6 Added documentation target to Swift Package Index.
Cloned https://github.com/persello/CharacteristicKit.git
Revision (git rev-parse @):
48f67a66136a19f574b95703757cd146b0bbf35c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/persello/CharacteristicKit.git at v0.1.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/persello/CharacteristicKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/wickwirew/Runtime.git
[1/1982] Fetching runtime
Fetched https://github.com/wickwirew/Runtime.git from cache (0.54s)
Computing version for https://github.com/wickwirew/Runtime.git
Computed https://github.com/wickwirew/Runtime.git at 2.2.7 (1.34s)
Creating working copy for https://github.com/wickwirew/Runtime.git
Working copy of https://github.com/wickwirew/Runtime.git 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 Vector.swift
[7/50] Compiling Runtime GettersSetters.swift
[8/50] Compiling Runtime Pointer+Extensions.swift
[9/50] Compiling Runtime RetainCounts.swift
[10/50] Compiling Runtime String+Extensions.swift
[11/50] Compiling Runtime TypeDescriptor.swift
[12/50] Compiling Runtime ValueWitnessTable.swift
[13/50] Compiling Runtime ClassMetadata.swift
[14/50] Compiling Runtime EnumMetadata.swift
[15/50] Compiling Runtime FuntionMetadata.swift
[16/50] Compiling Runtime Metadata.swift
[17/50] Compiling Runtime ProtocolMetadataLayout.swift
[18/50] Compiling Runtime ProtocolTypeContainer.swift
[19/50] Compiling Runtime StructMetadataLayout.swift
[20/50] Compiling Runtime StructTypeDescriptor.swift
[21/50] Compiling Runtime TargetTypeGenericContextDescriptorHeader.swift
[22/50] Compiling Runtime TupleMetadataLayout.swift
[23/50] Compiling Runtime TypeInfoConvertible.swift
[24/50] Compiling Runtime Pointers.swift
[25/50] Compiling Runtime RelativePointer.swift
[26/50] Compiling Runtime RelativeVectorPointer.swift
[27/50] Compiling Runtime Union.swift
[28/50] Compiling Runtime MetadataType.swift
[29/50] Compiling Runtime NominalMetadataType.swift
[30/50] Compiling Runtime ProtocolMetadata.swift
[31/50] Compiling Runtime StructMetadata.swift
[32/50] Compiling Runtime TupleMetadata.swift
[33/50] Compiling Runtime Case.swift
[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 EnumTypeDescriptor.swift
[40/50] Compiling Runtime ExistentialContainter.swift
[41/50] Compiling Runtime FieldDescriptor.swift
[42/50] Compiling Runtime FunctionMetadataLayout.swift
[43/50] Compiling Runtime MetadataLayoutType.swift
[44/50] Compiling Runtime ProtocolDescriptor.swift
[45/50] Compiling Runtime DefaultValue.swift
[46/50] Compiling Runtime Factory.swift
[47/50] Compiling Runtime ClassHeader.swift
[48/50] Compiling Runtime ClassMetadataLayout.swift
[49/50] Compiling Runtime ClassTypeDescriptor.swift
[50/50] Compiling Runtime EnumMetadataLayout.swift
[52/62] Compiling CharacteristicKit MockPeripheralModel.swift
/host/spi-builder-workspace/Sources/CharacteristicKit/Characteristics/Characteristic.swift:9:8: error: no such module 'CoreBluetooth'
  7 |
  8 | import Foundation
  9 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 10 | import os
 11 |
[53/62] Compiling CharacteristicKit GenericPeripheralModel.swift
/host/spi-builder-workspace/Sources/CharacteristicKit/Characteristics/Characteristic.swift:9:8: error: no such module 'CoreBluetooth'
  7 |
  8 | import Foundation
  9 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 10 | import os
 11 |
[54/62] Compiling CharacteristicKit PeripheralDelegate.swift
/host/spi-builder-workspace/Sources/CharacteristicKit/Characteristics/Characteristic.swift:9:8: error: no such module 'CoreBluetooth'
  7 |
  8 | import Foundation
  9 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 10 | import os
 11 |
[55/63] Compiling CharacteristicKit MockCharacteristic.swift
/host/spi-builder-workspace/Sources/CharacteristicKit/Characteristics/Characteristic.swift:9:8: error: no such module 'CoreBluetooth'
  7 |
  8 | import Foundation
  9 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 10 | import os
 11 |
[56/63] Compiling CharacteristicKit PublishedCharacteristic.swift
/host/spi-builder-workspace/Sources/CharacteristicKit/Characteristics/Characteristic.swift:9:8: error: no such module 'CoreBluetooth'
  7 |
  8 | import Foundation
  9 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 10 | import os
 11 |
[57/63] Compiling CharacteristicKit PeripheralModel.swift
/host/spi-builder-workspace/Sources/CharacteristicKit/Characteristics/Characteristic.swift:9:8: error: no such module 'CoreBluetooth'
  7 |
  8 | import Foundation
  9 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 10 | import os
 11 |
[58/63] Compiling CharacteristicKit DataDecodable.swift
/host/spi-builder-workspace/Sources/CharacteristicKit/Characteristics/Characteristic.swift:9:8: error: no such module 'CoreBluetooth'
  7 |
  8 | import Foundation
  9 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 10 | import os
 11 |
[59/63] Compiling CharacteristicKit GeneralCharacteristicProtocol.swift
/host/spi-builder-workspace/Sources/CharacteristicKit/Characteristics/Characteristic.swift:9:8: error: no such module 'CoreBluetooth'
  7 |
  8 | import Foundation
  9 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 10 | import os
 11 |
[60/63] Compiling CharacteristicKit PeripheralModel+Discovery.swift
/host/spi-builder-workspace/Sources/CharacteristicKit/Characteristics/Characteristic.swift:9:8: error: no such module 'CoreBluetooth'
  7 |
  8 | import Foundation
  9 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 10 | import os
 11 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[61/63] Emitting module CharacteristicKit
/host/spi-builder-workspace/Sources/CharacteristicKit/Characteristics/Characteristic.swift:9:8: error: no such module 'CoreBluetooth'
  7 |
  8 | import Foundation
  9 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 10 | import os
 11 |
[62/63] Compiling CharacteristicKit Characteristic.swift
/host/spi-builder-workspace/Sources/CharacteristicKit/Characteristics/Characteristic.swift:9:8: error: no such module 'CoreBluetooth'
  7 |
  8 | import Foundation
  9 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 10 | import os
 11 |
[63/63] Compiling CharacteristicKit CharacteristicContainer.swift
/host/spi-builder-workspace/Sources/CharacteristicKit/Characteristics/Characteristic.swift:9:8: error: no such module 'CoreBluetooth'
  7 |
  8 | import Foundation
  9 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 10 | import os
 11 |
BUILD FAILURE 6.3 linux