The Swift Package Index logo.Swift Package Index

Build Information

Failed to build AsyncCoreBluetooth, reference 0.3.3 (dc57b8), with Swift 6.1 for Android on 17 Jun 2025 10:14:26 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/meech-ward/AsyncCoreBluetooth.git
Reference: 0.3.3
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/meech-ward/AsyncCoreBluetooth
 * tag               0.3.3      -> FETCH_HEAD
HEAD is now at dc57b83 add the public getPeripheral function to peripheral
Cloned https://github.com/meech-ward/AsyncCoreBluetooth.git
Revision (git rev-parse @):
dc57b83ef3ba4eaa87b7db2feef4bb1dc3ccdf55
SUCCESS checkout https://github.com/meech-ward/AsyncCoreBluetooth.git at 0.3.3
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/meech-ward/AsyncCoreBluetooth.git
https://github.com/meech-ward/AsyncCoreBluetooth.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "ios-corebluetooth-mock",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/meech-ward/IOS-CoreBluetooth-Mock.git"
    },
    {
      "identity" : "asyncobservable",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/meech-ward/AsyncObservable.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "1.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    }
  ],
  "manifest_display_name" : "AsyncCoreBluetooth",
  "name" : "AsyncCoreBluetooth",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "visionos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "AsyncCoreBluetooth",
      "targets" : [
        "AsyncCoreBluetooth"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AsyncCoreBluetoothTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncCoreBluetoothTests",
      "path" : "Tests/AsyncCoreBluetoothTests",
      "product_dependencies" : [
        "CoreBluetoothMock",
        "AsyncObservable",
        "DequeModule"
      ],
      "sources" : [
        "AsyncCoreBluetoothTests.swift",
        "CentralManager/CancelConnectionToPeripheralTests.swift",
        "CentralManager/CentralManagerStateTests.swift",
        "CentralManager/ConnectToNewPeripheralTests.swift",
        "CentralManager/RetrievePeripheralsTests.swift",
        "CentralManager/ScanForNewPeripheralsTests.swift",
        "MockPeripheral.swift",
        "Peripheral/DiscoverCharacteristicsTests.swift",
        "Peripheral/DiscoverServicesTests.swift",
        "Peripheral/NotifyCharacteristicTests.swift",
        "Peripheral/ReadCharacteristicTests.swift",
        "Peripheral/ReadRSSITests.swift",
        "Peripheral/WriteCharacteristicTests.swift"
      ],
      "target_dependencies" : [
        "AsyncCoreBluetooth"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncCoreBluetooth",
      "module_type" : "SwiftTarget",
      "name" : "AsyncCoreBluetooth",
      "path" : "Sources/AsyncCoreBluetooth",
      "product_dependencies" : [
        "CoreBluetoothMock",
        "AsyncObservable",
        "DequeModule"
      ],
      "product_memberships" : [
        "AsyncCoreBluetooth"
      ],
      "sources" : [
        "AsyncCoreBluetooth.swift",
        "CentralManager.swift",
        "CentralManagerDelegate.swift",
        "Characteristic.swift",
        "Peripheral.swift",
        "PeripheralDelegate.swift",
        "PeripheralStore.swift",
        "Service.swift",
        "Types.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/meech-ward/IOS-CoreBluetooth-Mock.git
[1/4915] Fetching ios-corebluetooth-mock
Fetched https://github.com/meech-ward/IOS-CoreBluetooth-Mock.git from cache (0.49s)
Fetching https://github.com/meech-ward/AsyncObservable.git
[1/199] Fetching asyncobservable
Fetched https://github.com/meech-ward/AsyncObservable.git from cache (0.21s)
Fetching https://github.com/apple/swift-collections.git
[1/16606] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.15s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.92s)
Creating working copy for https://github.com/meech-ward/AsyncObservable.git
Working copy of https://github.com/meech-ward/AsyncObservable.git resolved at main (0c7bdec)
Creating working copy for https://github.com/meech-ward/IOS-CoreBluetooth-Mock.git
Working copy of https://github.com/meech-ward/IOS-CoreBluetooth-Mock.git resolved at main (10845e9)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/44] Emitting module InternalCollectionsUtilities
[8/46] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[9/46] Compiling InternalCollectionsUtilities Specialize.swift
[10/46] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[11/46] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[12/46] Compiling CoreBluetoothMock CBMPeripheralDelegate.swift
[13/46] Compiling CoreBluetoothMock CBMPeripheralDelegateProxy.swift
[14/46] Compiling CoreBluetoothMock CBMPeripheralPreview.swift
[15/46] Compiling CoreBluetoothMock CBMPeripheralSpec.swift
[16/46] Compiling CoreBluetoothMock CBMCentralManager.swift
[17/46] Compiling CoreBluetoothMock CBMCentralManagerNative.swift
[18/46] Compiling CoreBluetoothMock CBMPeer.swift
[19/46] Compiling CoreBluetoothMock CBMPeripheral.swift
[20/46] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[21/46] Compiling CoreBluetoothMock CBMCentralManagerDelegateProxy.swift
[22/46] Compiling CoreBluetoothMock CBMAttributes.swift
[23/46] Compiling CoreBluetoothMock CBMManagerTypes.swift
[24/46] Compiling CoreBluetoothMock CBMCentralManagerFactory.swift
[25/46] Compiling CoreBluetoothMock CBMCentralManagerMock.swift
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | /// A representation of common aspects of services offered by a peripheral.
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | /// A representation of common aspects of services offered by a peripheral.
[29/48] Compiling AsyncObservable StreamOf.swift
[30/48] Compiling CoreBluetoothMock CBMPeripheralSpecDelegate.swift
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | /// A representation of common aspects of services offered by a peripheral.
[31/63] Compiling DequeModule Deque+CustomReflectable.swift
[32/63] Compiling DequeModule Deque+Descriptions.swift
[33/65] Compiling DequeModule _DequeBuffer.swift
[34/65] Compiling DequeModule _DequeBufferHeader.swift
[35/65] Compiling DequeModule Deque+Equatable.swift
[36/65] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[37/65] Compiling DequeModule Deque+Testing.swift
[38/65] Compiling DequeModule Deque._Storage.swift
[39/65] Compiling DequeModule Deque+Extras.swift
[40/65] Compiling DequeModule Deque+Hashable.swift
[41/65] Compiling DequeModule Deque._UnsafeHandle.swift
[42/65] Compiling DequeModule Deque.swift
[43/65] Compiling DequeModule _DequeSlot.swift
[44/65] Compiling DequeModule _UnsafeWrappedBuffer.swift
[45/65] Compiling DequeModule Deque+Codable.swift
[46/65] Compiling DequeModule Deque+Collection.swift
[47/65] Emitting module DequeModule
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | /// A representation of common aspects of services offered by a peripheral.
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | /// A representation of common aspects of services offered by a peripheral.
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | /// A representation of common aspects of services offered by a peripheral.
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | /// A representation of common aspects of services offered by a peripheral.
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | /// A representation of common aspects of services offered by a peripheral.
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | /// A representation of common aspects of services offered by a peripheral.
[55/66] Emitting module AsyncObservable
[56/66] Compiling AsyncObservable AsyncObservableUnwrapped.swift
[57/66] Compiling AsyncObservable AsyncObservable.swift
[58/66] Compiling AsyncObservable AsyncObservableBase.swift
[59/66] Compiling AsyncObservable AsyncObservableReadOnly.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[61/67] Emitting module CoreBluetoothMock
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | /// A representation of common aspects of services offered by a peripheral.
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | /// A representation of common aspects of services offered by a peripheral.
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | /// A representation of common aspects of services offered by a peripheral.
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | /// A representation of common aspects of services offered by a peripheral.
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | /// A representation of common aspects of services offered by a peripheral.
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | /// A representation of common aspects of services offered by a peripheral.
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | /// A representation of common aspects of services offered by a peripheral.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/39] Compiling AsyncObservable AsyncObservableReadOnly.swift
[3/39] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[4/39] Compiling InternalCollectionsUtilities Specialize.swift
[5/41] Compiling InternalCollectionsUtilities _SortedCollection.swift
[6/41] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[7/41] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | /// A representation of common aspects of services offered by a peripheral.
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | /// A representation of common aspects of services offered by a peripheral.
[9/42] Compiling InternalCollectionsUtilities Debugging.swift
[10/42] Compiling InternalCollectionsUtilities Descriptions.swift
[11/42] Compiling AsyncObservable StreamOf.swift
[12/42] Compiling AsyncObservable AsyncObservableUnwrapped.swift
[13/42] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[14/42] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[15/42] Compiling CoreBluetoothMock CBMPeripheralSpecDelegate.swift
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | /// A representation of common aspects of services offered by a peripheral.
[16/42] Emitting module AsyncObservable
[17/42] Compiling AsyncObservable AsyncObservable.swift
[18/42] Compiling AsyncObservable AsyncObservableBase.swift
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | /// A representation of common aspects of services offered by a peripheral.
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | /// A representation of common aspects of services offered by a peripheral.
[22/43] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[23/43] Compiling InternalCollectionsUtilities Integer rank.swift
[24/43] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[25/43] Emitting module InternalCollectionsUtilities
[26/43] Compiling InternalCollectionsUtilities UInt+reversed.swift
[27/43] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[28/43] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[29/43] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[31/43] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[32/43] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[34/59] Compiling DequeModule Deque+Equatable.swift
[35/59] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[36/59] Compiling DequeModule Deque+CustomReflectable.swift
[37/59] Compiling DequeModule Deque+Descriptions.swift
[38/61] Compiling DequeModule _DequeBuffer.swift
[39/61] Compiling DequeModule _DequeBufferHeader.swift
[40/61] Compiling DequeModule Deque+Extras.swift
[41/61] Compiling DequeModule Deque+Hashable.swift
[42/61] Compiling DequeModule Deque+Testing.swift
[43/61] Compiling DequeModule Deque._Storage.swift
[44/61] Compiling DequeModule _DequeSlot.swift
[45/61] Compiling DequeModule _UnsafeWrappedBuffer.swift
[46/61] Compiling DequeModule Deque._UnsafeHandle.swift
[47/61] Compiling DequeModule Deque.swift
[48/61] Compiling DequeModule Deque+Codable.swift
[49/61] Compiling DequeModule Deque+Collection.swift
[50/61] Emitting module DequeModule
error: emit-module command failed with exit code 1 (use -v to see invocation)
[52/62] Emitting module CoreBluetoothMock
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | /// A representation of common aspects of services offered by a peripheral.
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | /// A representation of common aspects of services offered by a peripheral.
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | /// A representation of common aspects of services offered by a peripheral.
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | /// A representation of common aspects of services offered by a peripheral.
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | /// A representation of common aspects of services offered by a peripheral.
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | /// A representation of common aspects of services offered by a peripheral.
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | /// A representation of common aspects of services offered by a peripheral.
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | /// A representation of common aspects of services offered by a peripheral.
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | /// A representation of common aspects of services offered by a peripheral.
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | /// A representation of common aspects of services offered by a peripheral.
/host/spi-builder-workspace/.build/checkouts/IOS-CoreBluetooth-Mock/CoreBluetoothMock/CBMAttributes.swift:31:8: error: no such module 'CoreBluetooth'
 29 | */
 30 |
 31 | import CoreBluetooth
    |        `- error: no such module 'CoreBluetooth'
 32 |
 33 | /// A representation of common aspects of services offered by a peripheral.
BUILD FAILURE 6.1 android