Build Information
Failed to build Concept2 SDK, reference main (d4dd47), with Swift 6.1 for Wasm on 29 May 2025 09:22:45 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RowBotics/Concept2-SDK.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/RowBotics/Concept2-SDK
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at d4dd470 Update README.md
Cloned https://github.com/RowBotics/Concept2-SDK.git
Revision (git rev-parse @):
d4dd4704e165378144a874bdbd3618c8d4efcc22
SUCCESS checkout https://github.com/RowBotics/Concept2-SDK.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/RowBotics/Concept2-SDK.git
https://github.com/RowBotics/Concept2-SDK.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "Concept2 SDK",
"name" : "Concept2 SDK",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "tvos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "Concept2 SDK",
"targets" : [
"Concept2 SDK"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Concept2_SDKTests",
"module_type" : "SwiftTarget",
"name" : "Concept2 SDKTests",
"path" : "Tests/Concept2 SDKTests",
"sources" : [
"Concept2_SDKTests.swift"
],
"target_dependencies" : [
"Concept2 SDK"
],
"type" : "test"
},
{
"c99name" : "Concept2_SDK",
"module_type" : "SwiftTarget",
"name" : "Concept2 SDK",
"path" : "Sources/Concept2 SDK",
"product_memberships" : [
"Concept2 SDK"
],
"sources" : [
"BluetoothManager.swift",
"Delegates/CentralManagerDelegate.swift",
"Delegates/PeripheralDelegate.swift",
"Enumerations/IntervalType.swift",
"Enumerations/RowingState.swift",
"Enumerations/RowingStatusSampleRateType.swift",
"Enumerations/StrokeState.swift",
"Enumerations/WorkoutDurationType.swift",
"Enumerations/WorkoutState.swift",
"Enumerations/WorkoutType.swift",
"Extensions/C2CalorieCount+Parsing.swift",
"Extensions/C2Distance+Parsing.swift",
"Extensions/C2DriveForce+Parsing.swift",
"Extensions/C2DriveLength+Parsing.swift",
"Extensions/C2HeartRateBeltID+Parsing.swift",
"Extensions/C2IntervalSize+Parsing.swift",
"Extensions/C2Pace+Parsing.swift",
"Extensions/C2Power+Parsing.swift",
"Extensions/C2Speed+Parsing.swift",
"Extensions/C2StrokeCount+Parsing.swift",
"Extensions/C2TimeInterval+Parsing.swift",
"Extensions/C2Work+Parsing.swift",
"Models/CSAFECommand.swift",
"Models/CharacteristicModelProtocol.swift",
"Models/RowingAdditionalIntervalData.swift",
"Models/RowingAdditionalStatus1.swift",
"Models/RowingAdditionalStatus2.swift",
"Models/RowingAdditionalStrokeData.swift",
"Models/RowingAdditionalWorkoutSummaryData.swift",
"Models/RowingGeneralStatus.swift",
"Models/RowingHeartRateBeltInformation.swift",
"Models/RowingIntervalData.swift",
"Models/RowingStatusSampleRate.swift",
"Models/RowingStrokeData.swift",
"Models/RowingWorkoutSummaryData.swift",
"PerformanceMonitor.swift",
"Services/Characteristic.swift",
"Services/ControlCharacteristic.swift",
"Services/DeviceInformationCharacteristic.swift",
"Services/RowingCharacteristic.swift",
"Services/Service.swift",
"Stores/PerformanceMonitorStore.swift",
"Subject.swift",
"Types.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/42] Emitting module Concept2_SDK
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[4/47] Compiling Concept2_SDK StrokeState.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[5/47] Compiling Concept2_SDK WorkoutDurationType.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[6/47] Compiling Concept2_SDK WorkoutState.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[7/47] Compiling Concept2_SDK WorkoutType.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[8/47] Compiling Concept2_SDK C2CalorieCount+Parsing.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[9/47] Compiling Concept2_SDK C2Distance+Parsing.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[10/47] Compiling Concept2_SDK C2DriveForce+Parsing.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[11/47] Compiling Concept2_SDK C2DriveLength+Parsing.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[12/47] Compiling Concept2_SDK C2HeartRateBeltID+Parsing.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[13/47] Compiling Concept2_SDK C2IntervalSize+Parsing.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[14/47] Compiling Concept2_SDK C2Pace+Parsing.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[15/47] Compiling Concept2_SDK C2Power+Parsing.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[16/47] Compiling Concept2_SDK RowingCharacteristic.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[17/47] Compiling Concept2_SDK Service.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[18/47] Compiling Concept2_SDK PerformanceMonitorStore.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[19/47] Compiling Concept2_SDK Subject.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[20/47] Compiling Concept2_SDK Types.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[21/47] Compiling Concept2_SDK RowingGeneralStatus.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[22/47] Compiling Concept2_SDK RowingHeartRateBeltInformation.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[23/47] Compiling Concept2_SDK RowingIntervalData.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[24/47] Compiling Concept2_SDK RowingStatusSampleRate.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[25/47] Compiling Concept2_SDK RowingStrokeData.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[26/47] Compiling Concept2_SDK RowingWorkoutSummaryData.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[27/47] Compiling Concept2_SDK PerformanceMonitor.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[28/47] Compiling Concept2_SDK Characteristic.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[29/47] Compiling Concept2_SDK ControlCharacteristic.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[30/47] Compiling Concept2_SDK DeviceInformationCharacteristic.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[31/47] Compiling Concept2_SDK BluetoothManager.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[32/47] Compiling Concept2_SDK CentralManagerDelegate.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[33/47] Compiling Concept2_SDK PeripheralDelegate.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[34/47] Compiling Concept2_SDK IntervalType.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[35/47] Compiling Concept2_SDK RowingState.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[36/47] Compiling Concept2_SDK RowingStatusSampleRateType.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[37/47] Compiling Concept2_SDK RowingAdditionalIntervalData.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[38/47] Compiling Concept2_SDK RowingAdditionalStatus1.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[39/47] Compiling Concept2_SDK RowingAdditionalStatus2.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[40/47] Compiling Concept2_SDK RowingAdditionalStrokeData.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[41/47] Compiling Concept2_SDK RowingAdditionalWorkoutSummaryData.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[42/47] Compiling Concept2_SDK C2Speed+Parsing.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[43/47] Compiling Concept2_SDK C2StrokeCount+Parsing.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[44/47] Compiling Concept2_SDK C2TimeInterval+Parsing.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[45/47] Compiling Concept2_SDK C2Work+Parsing.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[46/47] Compiling Concept2_SDK CSAFECommand.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[47/47] Compiling Concept2_SDK CharacteristicModelProtocol.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/41] Emitting module Concept2_SDK
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[3/46] Compiling Concept2_SDK RowingCharacteristic.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[4/46] Compiling Concept2_SDK Service.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[5/46] Compiling Concept2_SDK PerformanceMonitorStore.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[6/46] Compiling Concept2_SDK Subject.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[7/46] Compiling Concept2_SDK Types.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[8/46] Compiling Concept2_SDK C2Speed+Parsing.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[9/46] Compiling Concept2_SDK C2StrokeCount+Parsing.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[10/46] Compiling Concept2_SDK C2TimeInterval+Parsing.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[11/46] Compiling Concept2_SDK C2Work+Parsing.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[12/46] Compiling Concept2_SDK CSAFECommand.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[13/46] Compiling Concept2_SDK CharacteristicModelProtocol.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[14/46] Compiling Concept2_SDK RowingWorkoutSummaryData.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[15/46] Compiling Concept2_SDK PerformanceMonitor.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[16/46] Compiling Concept2_SDK Characteristic.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[17/46] Compiling Concept2_SDK ControlCharacteristic.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[18/46] Compiling Concept2_SDK DeviceInformationCharacteristic.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[19/46] Compiling Concept2_SDK StrokeState.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[20/46] Compiling Concept2_SDK WorkoutDurationType.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[21/46] Compiling Concept2_SDK WorkoutState.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[22/46] Compiling Concept2_SDK WorkoutType.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[23/46] Compiling Concept2_SDK C2CalorieCount+Parsing.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[24/46] Compiling Concept2_SDK C2Distance+Parsing.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[25/46] Compiling Concept2_SDK C2DriveForce+Parsing.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[26/46] Compiling Concept2_SDK C2DriveLength+Parsing.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[27/46] Compiling Concept2_SDK C2HeartRateBeltID+Parsing.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[28/46] Compiling Concept2_SDK C2IntervalSize+Parsing.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[29/46] Compiling Concept2_SDK C2Pace+Parsing.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[30/46] Compiling Concept2_SDK C2Power+Parsing.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[31/46] Compiling Concept2_SDK RowingAdditionalIntervalData.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[32/46] Compiling Concept2_SDK RowingAdditionalStatus1.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[33/46] Compiling Concept2_SDK RowingAdditionalStatus2.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[34/46] Compiling Concept2_SDK RowingAdditionalStrokeData.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[35/46] Compiling Concept2_SDK RowingAdditionalWorkoutSummaryData.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[36/46] Compiling Concept2_SDK BluetoothManager.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[37/46] Compiling Concept2_SDK CentralManagerDelegate.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[38/46] Compiling Concept2_SDK PeripheralDelegate.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[39/46] Compiling Concept2_SDK IntervalType.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[40/46] Compiling Concept2_SDK RowingState.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[41/46] Compiling Concept2_SDK RowingStatusSampleRateType.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[42/46] Compiling Concept2_SDK RowingGeneralStatus.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[43/46] Compiling Concept2_SDK RowingHeartRateBeltInformation.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[44/46] Compiling Concept2_SDK RowingIntervalData.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[45/46] Compiling Concept2_SDK RowingStatusSampleRate.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
[46/46] Compiling Concept2_SDK RowingStrokeData.swift
/host/spi-builder-workspace/Sources/Concept2 SDK/BluetoothManager.swift:9:8: error: no such module 'CoreBluetooth'
7 | //
8 |
9 | import CoreBluetooth
| `- error: no such module 'CoreBluetooth'
10 |
11 | public final class BluetoothManager
BUILD FAILURE 6.1 wasm