Build Information
Failed to build CharacteristicKit, reference v0.1.1 (48f67a
), with Swift 6.0 for Linux on 3 Nov 2024 11:17:36 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.56.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.0
Building package at path: $PWD
https://github.com/persello/CharacteristicKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/wickwirew/Runtime.git
[1/1966] Fetching runtime
Fetched https://github.com/wickwirew/Runtime.git from cache (0.22s)
Computing version for https://github.com/wickwirew/Runtime.git
Computed https://github.com/wickwirew/Runtime.git at 2.2.7 (0.53s)
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 ProtocolMetadataLayout.swift
[7/50] Compiling Runtime ProtocolTypeContainer.swift
[8/50] Compiling Runtime StructMetadataLayout.swift
[9/50] Compiling Runtime StructTypeDescriptor.swift
[10/50] Compiling Runtime TargetTypeGenericContextDescriptorHeader.swift
[11/50] Compiling Runtime TupleMetadataLayout.swift
[12/50] Compiling Runtime Vector.swift
[13/50] Compiling Runtime GettersSetters.swift
[14/50] Compiling Runtime Pointer+Extensions.swift
[15/50] Compiling Runtime RetainCounts.swift
[16/50] Compiling Runtime String+Extensions.swift
[17/50] Compiling Runtime TypeInfoConvertible.swift
[18/50] Compiling Runtime Pointers.swift
[19/50] Compiling Runtime RelativePointer.swift
[20/50] Compiling Runtime RelativeVectorPointer.swift
[21/50] Compiling Runtime Union.swift
[22/50] Compiling Runtime MetadataType.swift
[23/50] Compiling Runtime NominalMetadataType.swift
[24/50] Compiling Runtime ProtocolMetadata.swift
[25/50] Compiling Runtime StructMetadata.swift
[26/50] Compiling Runtime TupleMetadata.swift
[27/50] Compiling Runtime Case.swift
[28/50] Compiling Runtime Errors.swift
[29/50] Compiling Runtime FunctionInfo.swift
[30/50] Compiling Runtime Kind.swift
[31/50] Compiling Runtime PropertyInfo.swift
[32/50] Compiling Runtime TypeInfo.swift
[33/50] Compiling Runtime EnumTypeDescriptor.swift
[34/50] Compiling Runtime ExistentialContainter.swift
[35/50] Compiling Runtime FieldDescriptor.swift
[36/50] Compiling Runtime FunctionMetadataLayout.swift
[37/50] Compiling Runtime MetadataLayoutType.swift
[38/50] Compiling Runtime ProtocolDescriptor.swift
[39/50] Compiling Runtime TypeDescriptor.swift
[40/50] Compiling Runtime ValueWitnessTable.swift
[41/50] Compiling Runtime ClassMetadata.swift
[42/50] Compiling Runtime EnumMetadata.swift
[43/50] Compiling Runtime FuntionMetadata.swift
[44/50] Compiling Runtime Metadata.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 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 |
[53/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 |
[54/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 |
[55/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 |
[56/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 |
[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 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 |
[59/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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[60/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 |
[61/63] 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 |
[62/63] 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 |
[63/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 |
BUILD FAILURE 6.0 linux