Build Information
Failed to build CharacteristicKit, reference main (58ac93
), with Swift 6.1 for Linux on 27 Apr 2025 17:32:38 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.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: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/persello/CharacteristicKit.git
https://github.com/persello/CharacteristicKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "runtime",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/wickwirew/Runtime.git"
}
],
"manifest_display_name" : "CharacteristicKit",
"name" : "CharacteristicKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "tvos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "CharacteristicKit",
"targets" : [
"CharacteristicKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Example",
"targets" : [
"Example"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "Example",
"module_type" : "SwiftTarget",
"name" : "Example",
"path" : "Example/Example",
"product_memberships" : [
"Example"
],
"sources" : [
"ExampleApp.swift",
"Model/DeviceModel.swift",
"Model/DeviceModelProtocol.swift",
"Model/FakeDeviceModel.swift",
"Views/ContentView.swift",
"Views/DeviceListItem.swift"
],
"target_dependencies" : [
"CharacteristicKit"
],
"type" : "executable"
},
{
"c99name" : "CharacteristicKit",
"module_type" : "SwiftTarget",
"name" : "CharacteristicKit",
"path" : "Sources/CharacteristicKit",
"product_dependencies" : [
"Runtime"
],
"product_memberships" : [
"CharacteristicKit",
"Example"
],
"sources" : [
"Characteristics/Characteristic.swift",
"Characteristics/CharacteristicContainer.swift",
"Characteristics/DataDecodable.swift",
"Characteristics/GeneralCharacteristicProtocol.swift",
"Characteristics/MockCharacteristic.swift",
"Characteristics/PublishedCharacteristic.swift",
"Device/GenericPeripheralModel.swift",
"Device/MockPeripheralModel.swift",
"Device/PeripheralDelegate.swift",
"Device/PeripheralModel+Discovery.swift",
"Device/PeripheralModel.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/wickwirew/Runtime.git
[1/1966] Fetching runtime
Fetched https://github.com/wickwirew/Runtime.git from cache (0.24s)
Computing version for https://github.com/wickwirew/Runtime.git
Computed https://github.com/wickwirew/Runtime.git at 2.2.7 (1.12s)
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/Preview Content/Preview Assets.xcassets
/host/spi-builder-workspace/Example/Example/Info.plist
/host/spi-builder-workspace/Example/Example/Example.entitlements
/host/spi-builder-workspace/Example/Example/Assets.xcassets
Building for debugging...
[0/10] Write sources
[3/10] Compiling CRuntime dummy.c
[4/10] Write swift-version-24593BA9C3E375BF.txt
[6/51] Emitting module Runtime
[7/56] Compiling Runtime Vector.swift
[8/56] Compiling Runtime GettersSetters.swift
[9/56] Compiling Runtime Pointer+Extensions.swift
[10/56] Compiling Runtime RetainCounts.swift
[11/56] Compiling Runtime String+Extensions.swift
[12/56] Compiling Runtime TypeDescriptor.swift
[13/56] Compiling Runtime ValueWitnessTable.swift
[14/56] Compiling Runtime ClassMetadata.swift
[15/56] Compiling Runtime EnumMetadata.swift
[16/56] Compiling Runtime FuntionMetadata.swift
[17/56] Compiling Runtime Metadata.swift
[18/56] Compiling Runtime MetadataType.swift
[19/56] Compiling Runtime NominalMetadataType.swift
[20/56] Compiling Runtime ProtocolMetadata.swift
[21/56] Compiling Runtime StructMetadata.swift
[22/56] Compiling Runtime TupleMetadata.swift
[23/56] Compiling Runtime Case.swift
[24/56] Compiling Runtime ProtocolMetadataLayout.swift
[25/56] Compiling Runtime ProtocolTypeContainer.swift
[26/56] Compiling Runtime StructMetadataLayout.swift
[27/56] Compiling Runtime StructTypeDescriptor.swift
[28/56] Compiling Runtime TargetTypeGenericContextDescriptorHeader.swift
[29/56] Compiling Runtime TupleMetadataLayout.swift
[30/56] Compiling Runtime TypeInfoConvertible.swift
[31/56] Compiling Runtime Pointers.swift
[32/56] Compiling Runtime RelativePointer.swift
[33/56] Compiling Runtime RelativeVectorPointer.swift
[34/56] Compiling Runtime Union.swift
[35/56] Compiling Runtime EnumTypeDescriptor.swift
[36/56] Compiling Runtime ExistentialContainter.swift
[37/56] Compiling Runtime FieldDescriptor.swift
[38/56] Compiling Runtime FunctionMetadataLayout.swift
[39/56] Compiling Runtime MetadataLayoutType.swift
[40/56] Compiling Runtime ProtocolDescriptor.swift
[41/56] Compiling Runtime Errors.swift
[42/56] Compiling Runtime FunctionInfo.swift
[43/56] Compiling Runtime Kind.swift
[44/56] Compiling Runtime PropertyInfo.swift
[45/56] Compiling Runtime TypeInfo.swift
[46/56] Compiling Runtime DefaultValue.swift
[47/56] Compiling Runtime Factory.swift
[48/56] Compiling Runtime ClassHeader.swift
[49/56] Compiling Runtime ClassMetadataLayout.swift
[50/56] Compiling Runtime ClassTypeDescriptor.swift
[51/56] Compiling Runtime EnumMetadataLayout.swift
[52/57] Wrapping AST for Runtime for debugging
[54/68] 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 |
[55/69] 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/69] 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/69] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[58/69] 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 |
[59/69] 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 |
[60/69] 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 |
[61/69] 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 |
[62/69] 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 |
[63/69] 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 |
[64/69] 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 |
[65/69] 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 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
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
[0/1] Planning build
Building for debugging...
[0/6] Write swift-version-24593BA9C3E375BF.txt
[2/47] Emitting module Runtime
[3/52] Compiling Runtime TypeInfoConvertible.swift
[4/52] Compiling Runtime Pointers.swift
[5/52] Compiling Runtime RelativePointer.swift
[6/52] Compiling Runtime RelativeVectorPointer.swift
[7/52] Compiling Runtime Union.swift
[8/52] Compiling Runtime Errors.swift
[9/52] Compiling Runtime FunctionInfo.swift
[10/52] Compiling Runtime Kind.swift
[11/52] Compiling Runtime PropertyInfo.swift
[12/52] Compiling Runtime TypeInfo.swift
[13/52] Compiling Runtime EnumTypeDescriptor.swift
[14/52] Compiling Runtime ExistentialContainter.swift
[15/52] Compiling Runtime FieldDescriptor.swift
[16/52] Compiling Runtime FunctionMetadataLayout.swift
[17/52] Compiling Runtime MetadataLayoutType.swift
[18/52] Compiling Runtime ProtocolDescriptor.swift
[19/52] Compiling Runtime ProtocolMetadataLayout.swift
[20/52] Compiling Runtime ProtocolTypeContainer.swift
[21/52] Compiling Runtime StructMetadataLayout.swift
[22/52] Compiling Runtime StructTypeDescriptor.swift
[23/52] Compiling Runtime TargetTypeGenericContextDescriptorHeader.swift
[24/52] Compiling Runtime TupleMetadataLayout.swift
[25/52] Compiling Runtime DefaultValue.swift
[26/52] Compiling Runtime Factory.swift
[27/52] Compiling Runtime ClassHeader.swift
[28/52] Compiling Runtime ClassMetadataLayout.swift
[29/52] Compiling Runtime ClassTypeDescriptor.swift
[30/52] Compiling Runtime EnumMetadataLayout.swift
[31/52] Compiling Runtime MetadataType.swift
[32/52] Compiling Runtime NominalMetadataType.swift
[33/52] Compiling Runtime ProtocolMetadata.swift
[34/52] Compiling Runtime StructMetadata.swift
[35/52] Compiling Runtime TupleMetadata.swift
[36/52] Compiling Runtime Case.swift
[37/52] Compiling Runtime TypeDescriptor.swift
[38/52] Compiling Runtime ValueWitnessTable.swift
[39/52] Compiling Runtime ClassMetadata.swift
[40/52] Compiling Runtime EnumMetadata.swift
[41/52] Compiling Runtime FuntionMetadata.swift
[42/52] Compiling Runtime Metadata.swift
[43/52] Compiling Runtime Vector.swift
[44/52] Compiling Runtime GettersSetters.swift
[45/52] Compiling Runtime Pointer+Extensions.swift
[46/52] Compiling Runtime RetainCounts.swift
[47/52] Compiling Runtime String+Extensions.swift
[48/53] Wrapping AST for Runtime for debugging
[50/64] 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 |
[51/65] 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 |
[52/65] 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 |
[53/65] 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 |
[54/65] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[55/65] 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 |
[56/65] 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 |
[57/65] 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 |
[58/65] 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 |
[59/65] 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 |
[60/65] 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 |
[61/65] 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 |
BUILD FAILURE 6.1 linux