Build Information
Failed to build Bluetooth, reference master (4f0ab2
), with Swift 5.8 for Linux on 5 Nov 2024 06:57:48 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pureswift/bluetooth.git
Reference: master
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/pureswift/bluetooth
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 4f0ab23 Merge pull request #165 from PureSwift/feature/bluetooth-gap-embedded
Cloned https://github.com/pureswift/bluetooth.git
Revision (git rev-parse @):
4f0ab23f87256acde0536bbc8b4889832b83abd5
SUCCESS checkout https://github.com/pureswift/bluetooth.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 5.8
Building package at path: $PWD
https://github.com/pureswift/bluetooth.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.8-latest: Pulling from finestructure/spi-images
Digest: sha256:d566266dd4ad92a164016b2b7f1872d3752585be93b4a9fa631006f2c48d84d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.8-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/Bluetooth/Resources/CompanyIdentifiers.txt
Building for debugging...
[1/31] Compiling Bluetooth DefinedUUIDExtension.swift
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:585:34: error: no type named 'UInt128' in module 'Swift'
public typealias UInt128 = Swift.UInt128
^
[2/31] Compiling Bluetooth DataConvertible.swift
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:585:34: error: no type named 'UInt128' in module 'Swift'
public typealias UInt128 = Swift.UInt128
^
[3/31] Compiling Bluetooth Hexadecimal.swift
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:585:34: error: no type named 'UInt128' in module 'Swift'
public typealias UInt128 = Swift.UInt128
^
[4/31] Compiling Bluetooth Integer.swift
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:585:34: error: no type named 'UInt128' in module 'Swift'
public typealias UInt128 = Swift.UInt128
^
[5/35] Compiling Bluetooth Address.swift
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:585:34: error: no type named 'UInt128' in module 'Swift'
public typealias UInt128 = Swift.UInt128
^
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:19:10: warning: associated value 'bit128' of 'Sendable'-conforming enum 'BluetoothUUID' has non-sendable type '<<error type>>'
case bit128(UInt128)
^
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:74:21: error: instance member 'bit128' cannot be used on type 'BluetoothUUID'
self = .bit128(uuid)
~^~~~~~
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:74:21: error: cannot call value of non-function type 'BluetoothUUID'
self = .bit128(uuid)
^
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:120:21: error: cannot call value of non-function type 'BluetoothUUID'
self = .bit128(value)
^
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:120:21: error: instance member 'bit128' cannot be used on type 'BluetoothUUID'
self = .bit128(value)
~^~~~~~
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:141:42: error: cannot call value of non-function type 'BluetoothUUID'
case let .bit128(value): return .bit128(value.byteSwapped)
^
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:141:42: error: instance member 'bit128' cannot be used on type 'BluetoothUUID'
case let .bit128(value): return .bit128(value.byteSwapped)
~^~~~~~
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:197:17: error: instance member 'bit128' cannot be used on type 'BluetoothUUID'
return .bit128(value)
~^~~~~~
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:197:17: error: cannot call value of non-function type 'BluetoothUUID'
return .bit128(value)
^
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:259:17: error: instance member 'bit128' cannot be used on type 'BluetoothUUID'
self = .bit128(UInt128(uuid: uuid))
~^~~~~~
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:259:17: error: cannot call value of non-function type 'BluetoothUUID'
self = .bit128(UInt128(uuid: uuid))
^
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:267:14: error: no exact matches in call to initializer
self.init(UInt128(uuid))
^
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:266:5: note: found this candidate
init(bluetooth uuid: BluetoothUUID) {
^
/host/spi-builder-workspace/Sources/Bluetooth/Extensions/UUID.swift:24:12: note: found this candidate
public init(bytes: ByteValue) {
^
/host/spi-builder-workspace/Sources/Bluetooth/Extensions/UUID.swift:42:5: note: found this candidate
init?(data: Foundation.Data) {
^
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:267:14: note: found candidate with type '(String) -> UUID?'
self.init(UInt128(uuid))
^
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:267:14: note: found candidate with type '(uuid_t) -> UUID' (aka '((UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8)) -> UUID')
self.init(UInt128(uuid))
^
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:267:14: note: found candidate with type '(any Decoder) throws -> UUID'
self.init(UInt128(uuid))
^
[6/35] Compiling Bluetooth AsyncIndefiniteStream.swift
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:585:34: error: no type named 'UInt128' in module 'Swift'
public typealias UInt128 = Swift.UInt128
^
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:19:10: warning: associated value 'bit128' of 'Sendable'-conforming enum 'BluetoothUUID' has non-sendable type '<<error type>>'
case bit128(UInt128)
^
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:74:21: error: instance member 'bit128' cannot be used on type 'BluetoothUUID'
self = .bit128(uuid)
~^~~~~~
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:74:21: error: cannot call value of non-function type 'BluetoothUUID'
self = .bit128(uuid)
^
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:120:21: error: cannot call value of non-function type 'BluetoothUUID'
self = .bit128(value)
^
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:120:21: error: instance member 'bit128' cannot be used on type 'BluetoothUUID'
self = .bit128(value)
~^~~~~~
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:141:42: error: cannot call value of non-function type 'BluetoothUUID'
case let .bit128(value): return .bit128(value.byteSwapped)
^
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:141:42: error: instance member 'bit128' cannot be used on type 'BluetoothUUID'
case let .bit128(value): return .bit128(value.byteSwapped)
~^~~~~~
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:197:17: error: instance member 'bit128' cannot be used on type 'BluetoothUUID'
return .bit128(value)
~^~~~~~
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:197:17: error: cannot call value of non-function type 'BluetoothUUID'
return .bit128(value)
^
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:259:17: error: instance member 'bit128' cannot be used on type 'BluetoothUUID'
self = .bit128(UInt128(uuid: uuid))
~^~~~~~
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:259:17: error: cannot call value of non-function type 'BluetoothUUID'
self = .bit128(UInt128(uuid: uuid))
^
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:267:14: error: no exact matches in call to initializer
self.init(UInt128(uuid))
^
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:266:5: note: found this candidate
init(bluetooth uuid: BluetoothUUID) {
^
/host/spi-builder-workspace/Sources/Bluetooth/Extensions/UUID.swift:24:12: note: found this candidate
public init(bytes: ByteValue) {
^
/host/spi-builder-workspace/Sources/Bluetooth/Extensions/UUID.swift:42:5: note: found this candidate
init?(data: Foundation.Data) {
^
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:267:14: note: found candidate with type '(String) -> UUID?'
self.init(UInt128(uuid))
^
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:267:14: note: found candidate with type '(uuid_t) -> UUID' (aka '((UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8)) -> UUID')
self.init(UInt128(uuid))
^
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:267:14: note: found candidate with type '(any Decoder) throws -> UUID'
self.init(UInt128(uuid))
^
[7/35] Compiling Bluetooth BitMaskOption.swift
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:585:34: error: no type named 'UInt128' in module 'Swift'
public typealias UInt128 = Swift.UInt128
^
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:19:10: warning: associated value 'bit128' of 'Sendable'-conforming enum 'BluetoothUUID' has non-sendable type '<<error type>>'
case bit128(UInt128)
^
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:74:21: error: instance member 'bit128' cannot be used on type 'BluetoothUUID'
self = .bit128(uuid)
~^~~~~~
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:74:21: error: cannot call value of non-function type 'BluetoothUUID'
self = .bit128(uuid)
^
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:120:21: error: cannot call value of non-function type 'BluetoothUUID'
self = .bit128(value)
^
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:120:21: error: instance member 'bit128' cannot be used on type 'BluetoothUUID'
self = .bit128(value)
~^~~~~~
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:141:42: error: cannot call value of non-function type 'BluetoothUUID'
case let .bit128(value): return .bit128(value.byteSwapped)
^
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:141:42: error: instance member 'bit128' cannot be used on type 'BluetoothUUID'
case let .bit128(value): return .bit128(value.byteSwapped)
~^~~~~~
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:197:17: error: instance member 'bit128' cannot be used on type 'BluetoothUUID'
return .bit128(value)
~^~~~~~
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:197:17: error: cannot call value of non-function type 'BluetoothUUID'
return .bit128(value)
^
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:259:17: error: instance member 'bit128' cannot be used on type 'BluetoothUUID'
self = .bit128(UInt128(uuid: uuid))
~^~~~~~
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:259:17: error: cannot call value of non-function type 'BluetoothUUID'
self = .bit128(UInt128(uuid: uuid))
^
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:267:14: error: no exact matches in call to initializer
self.init(UInt128(uuid))
^
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:266:5: note: found this candidate
init(bluetooth uuid: BluetoothUUID) {
^
/host/spi-builder-workspace/Sources/Bluetooth/Extensions/UUID.swift:24:12: note: found this candidate
public init(bytes: ByteValue) {
^
/host/spi-builder-workspace/Sources/Bluetooth/Extensions/UUID.swift:42:5: note: found this candidate
init?(data: Foundation.Data) {
^
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:267:14: note: found candidate with type '(String) -> UUID?'
self.init(UInt128(uuid))
^
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:267:14: note: found candidate with type '(uuid_t) -> UUID' (aka '((UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8)) -> UUID')
self.init(UInt128(uuid))
^
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:267:14: note: found candidate with type '(any Decoder) throws -> UUID'
self.init(UInt128(uuid))
^
[8/35] Compiling Bluetooth BluetoothUUID.swift
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:585:34: error: no type named 'UInt128' in module 'Swift'
public typealias UInt128 = Swift.UInt128
^
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:19:10: warning: associated value 'bit128' of 'Sendable'-conforming enum 'BluetoothUUID' has non-sendable type '<<error type>>'
case bit128(UInt128)
^
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:74:21: error: instance member 'bit128' cannot be used on type 'BluetoothUUID'
self = .bit128(uuid)
~^~~~~~
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:74:21: error: cannot call value of non-function type 'BluetoothUUID'
self = .bit128(uuid)
^
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:120:21: error: cannot call value of non-function type 'BluetoothUUID'
self = .bit128(value)
^
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:120:21: error: instance member 'bit128' cannot be used on type 'BluetoothUUID'
self = .bit128(value)
~^~~~~~
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:141:42: error: cannot call value of non-function type 'BluetoothUUID'
case let .bit128(value): return .bit128(value.byteSwapped)
^
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:141:42: error: instance member 'bit128' cannot be used on type 'BluetoothUUID'
case let .bit128(value): return .bit128(value.byteSwapped)
~^~~~~~
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:197:17: error: instance member 'bit128' cannot be used on type 'BluetoothUUID'
return .bit128(value)
~^~~~~~
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:197:17: error: cannot call value of non-function type 'BluetoothUUID'
return .bit128(value)
^
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:259:17: error: instance member 'bit128' cannot be used on type 'BluetoothUUID'
self = .bit128(UInt128(uuid: uuid))
~^~~~~~
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:259:17: error: cannot call value of non-function type 'BluetoothUUID'
self = .bit128(UInt128(uuid: uuid))
^
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:267:14: error: no exact matches in call to initializer
self.init(UInt128(uuid))
^
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:266:5: note: found this candidate
init(bluetooth uuid: BluetoothUUID) {
^
/host/spi-builder-workspace/Sources/Bluetooth/Extensions/UUID.swift:24:12: note: found this candidate
public init(bytes: ByteValue) {
^
/host/spi-builder-workspace/Sources/Bluetooth/Extensions/UUID.swift:42:5: note: found this candidate
init?(data: Foundation.Data) {
^
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:267:14: note: found candidate with type '(String) -> UUID?'
self.init(UInt128(uuid))
^
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:267:14: note: found candidate with type '(uuid_t) -> UUID' (aka '((UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8)) -> UUID')
self.init(UInt128(uuid))
^
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:267:14: note: found candidate with type '(any Decoder) throws -> UUID'
self.init(UInt128(uuid))
^
[9/35] Compiling Bluetooth ByteSwap.swift
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:585:34: error: no type named 'UInt128' in module 'Swift'
public typealias UInt128 = Swift.UInt128
^
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:19:10: warning: associated value 'bit128' of 'Sendable'-conforming enum 'BluetoothUUID' has non-sendable type '<<error type>>'
case bit128(UInt128)
^
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:74:21: error: instance member 'bit128' cannot be used on type 'BluetoothUUID'
self = .bit128(uuid)
~^~~~~~
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:74:21: error: cannot call value of non-function type 'BluetoothUUID'
self = .bit128(uuid)
^
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:120:21: error: cannot call value of non-function type 'BluetoothUUID'
self = .bit128(value)
^
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:120:21: error: instance member 'bit128' cannot be used on type 'BluetoothUUID'
self = .bit128(value)
~^~~~~~
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:141:42: error: cannot call value of non-function type 'BluetoothUUID'
case let .bit128(value): return .bit128(value.byteSwapped)
^
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:141:42: error: instance member 'bit128' cannot be used on type 'BluetoothUUID'
case let .bit128(value): return .bit128(value.byteSwapped)
~^~~~~~
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:197:17: error: instance member 'bit128' cannot be used on type 'BluetoothUUID'
return .bit128(value)
~^~~~~~
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:197:17: error: cannot call value of non-function type 'BluetoothUUID'
return .bit128(value)
^
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:259:17: error: instance member 'bit128' cannot be used on type 'BluetoothUUID'
self = .bit128(UInt128(uuid: uuid))
~^~~~~~
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:259:17: error: cannot call value of non-function type 'BluetoothUUID'
self = .bit128(UInt128(uuid: uuid))
^
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:267:14: error: no exact matches in call to initializer
self.init(UInt128(uuid))
^
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:266:5: note: found this candidate
init(bluetooth uuid: BluetoothUUID) {
^
/host/spi-builder-workspace/Sources/Bluetooth/Extensions/UUID.swift:24:12: note: found this candidate
public init(bytes: ByteValue) {
^
/host/spi-builder-workspace/Sources/Bluetooth/Extensions/UUID.swift:42:5: note: found this candidate
init?(data: Foundation.Data) {
^
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:267:14: note: found candidate with type '(String) -> UUID?'
self.init(UInt128(uuid))
^
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:267:14: note: found candidate with type '(uuid_t) -> UUID' (aka '((UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8)) -> UUID')
self.init(UInt128(uuid))
^
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:267:14: note: found candidate with type '(any Decoder) throws -> UUID'
self.init(UInt128(uuid))
^
[10/35] Compiling Bluetooth ByteValue.swift
/host/spi-builder-workspace/Sources/Bluetooth/Data.swift:40:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'Data'; use '@unchecked Sendable' for retroactive conformance
extension Data: DataContainer {
^
Foundation.Data (internal):144:18: warning: stored property '_representation' of 'Sendable'-conforming struct 'Data' has non-sendable type 'Data._Representation'
internal var _representation: Data._Representation
^
Foundation.Data (internal):113:19: note: enum '_Representation' does not conform to the 'Sendable' protocol
internal enum _Representation {
^
/host/spi-builder-workspace/Sources/Bluetooth/Data.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:585:34: error: no type named 'UInt128' in module 'Swift'
public typealias UInt128 = Swift.UInt128
^
[11/35] Compiling Bluetooth ClassOfDevice.swift
/host/spi-builder-workspace/Sources/Bluetooth/Data.swift:40:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'Data'; use '@unchecked Sendable' for retroactive conformance
extension Data: DataContainer {
^
Foundation.Data (internal):144:18: warning: stored property '_representation' of 'Sendable'-conforming struct 'Data' has non-sendable type 'Data._Representation'
internal var _representation: Data._Representation
^
Foundation.Data (internal):113:19: note: enum '_Representation' does not conform to the 'Sendable' protocol
internal enum _Representation {
^
/host/spi-builder-workspace/Sources/Bluetooth/Data.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:585:34: error: no type named 'UInt128' in module 'Swift'
public typealias UInt128 = Swift.UInt128
^
[12/35] Compiling Bluetooth CompanyIdentifier.swift
/host/spi-builder-workspace/Sources/Bluetooth/Data.swift:40:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'Data'; use '@unchecked Sendable' for retroactive conformance
extension Data: DataContainer {
^
Foundation.Data (internal):144:18: warning: stored property '_representation' of 'Sendable'-conforming struct 'Data' has non-sendable type 'Data._Representation'
internal var _representation: Data._Representation
^
Foundation.Data (internal):113:19: note: enum '_Representation' does not conform to the 'Sendable' protocol
internal enum _Representation {
^
/host/spi-builder-workspace/Sources/Bluetooth/Data.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:585:34: error: no type named 'UInt128' in module 'Swift'
public typealias UInt128 = Swift.UInt128
^
[13/35] Compiling Bluetooth Data.swift
/host/spi-builder-workspace/Sources/Bluetooth/Data.swift:40:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'Data'; use '@unchecked Sendable' for retroactive conformance
extension Data: DataContainer {
^
Foundation.Data (internal):144:18: warning: stored property '_representation' of 'Sendable'-conforming struct 'Data' has non-sendable type 'Data._Representation'
internal var _representation: Data._Representation
^
Foundation.Data (internal):113:19: note: enum '_Representation' does not conform to the 'Sendable' protocol
internal enum _Representation {
^
/host/spi-builder-workspace/Sources/Bluetooth/Data.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:585:34: error: no type named 'UInt128' in module 'Swift'
public typealias UInt128 = Swift.UInt128
^
[14/35] Compiling Bluetooth DefinedUUID.swift
/host/spi-builder-workspace/Sources/Bluetooth/Data.swift:40:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'Data'; use '@unchecked Sendable' for retroactive conformance
extension Data: DataContainer {
^
Foundation.Data (internal):144:18: warning: stored property '_representation' of 'Sendable'-conforming struct 'Data' has non-sendable type 'Data._Representation'
internal var _representation: Data._Representation
^
Foundation.Data (internal):113:19: note: enum '_Representation' does not conform to the 'Sendable' protocol
internal enum _Representation {
^
/host/spi-builder-workspace/Sources/Bluetooth/Data.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:585:34: error: no type named 'UInt128' in module 'Swift'
public typealias UInt128 = Swift.UInt128
^
[15/35] Compiling Bluetooth L2CAPSocket.swift
[16/35] Compiling Bluetooth LowEnergyAdvertisingData.swift
[17/35] Compiling Bluetooth LowEnergyScanTimeInterval.swift
[18/35] Compiling Bluetooth RSSI.swift
[19/35] Compiling Bluetooth Unit.swift
/host/spi-builder-workspace/Sources/Bluetooth/iBeacon.swift:33:16: warning: stored property 'uuid' of 'Sendable'-conforming struct 'AppleBeacon' has non-sendable type 'UUID'
public var uuid: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Bluetooth/iBeacon.swift:10:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[20/35] Compiling Bluetooth UnitIdentifier.swift
/host/spi-builder-workspace/Sources/Bluetooth/iBeacon.swift:33:16: warning: stored property 'uuid' of 'Sendable'-conforming struct 'AppleBeacon' has non-sendable type 'UUID'
public var uuid: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Bluetooth/iBeacon.swift:10:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[21/35] Compiling Bluetooth UnitIdentifierExtension.swift
/host/spi-builder-workspace/Sources/Bluetooth/iBeacon.swift:33:16: warning: stored property 'uuid' of 'Sendable'-conforming struct 'AppleBeacon' has non-sendable type 'UUID'
public var uuid: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Bluetooth/iBeacon.swift:10:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[22/35] Compiling Bluetooth iBeacon.swift
/host/spi-builder-workspace/Sources/Bluetooth/iBeacon.swift:33:16: warning: stored property 'uuid' of 'Sendable'-conforming struct 'AppleBeacon' has non-sendable type 'UUID'
public var uuid: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Bluetooth/iBeacon.swift:10:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
error: emit-module command failed with exit code 1 (use -v to see invocation)
[23/35] Emitting module Bluetooth
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:130:53: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:143:53: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:159:53: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:166:51: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:174:51: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:203:51: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:297:51: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:321:51: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:333:51: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:348:51: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:383:51: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:430:51: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:478:51: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:585:34: error: no type named 'UInt128' in module 'Swift'
public typealias UInt128 = Swift.UInt128
^
/host/spi-builder-workspace/Sources/Bluetooth/BluetoothUUID.swift:19:10: warning: associated value 'bit128' of 'Sendable'-conforming enum 'BluetoothUUID' has non-sendable type '<<error type>>'
case bit128(UInt128)
^
/host/spi-builder-workspace/Sources/Bluetooth/Data.swift:40:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'Data'; use '@unchecked Sendable' for retroactive conformance
extension Data: DataContainer {
^
Foundation.Data (internal):144:18: warning: stored property '_representation' of 'Sendable'-conforming struct 'Data' has non-sendable type 'Data._Representation'
internal var _representation: Data._Representation
^
Foundation.Data (internal):113:19: note: enum '_Representation' does not conform to the 'Sendable' protocol
internal enum _Representation {
^
/host/spi-builder-workspace/Sources/Bluetooth/Data.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Bluetooth/iBeacon.swift:33:16: warning: stored property 'uuid' of 'Sendable'-conforming struct 'AppleBeacon' has non-sendable type 'UUID'
public var uuid: UUID
^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
^
/host/spi-builder-workspace/Sources/Bluetooth/iBeacon.swift:10:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[24/35] Compiling Bluetooth UInt256.swift
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:585:34: error: no type named 'UInt128' in module 'Swift'
public typealias UInt128 = Swift.UInt128
^
[25/35] Compiling Bluetooth UInt40.swift
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:585:34: error: no type named 'UInt128' in module 'Swift'
public typealias UInt128 = Swift.UInt128
^
[26/35] Compiling Bluetooth UInt48.swift
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:585:34: error: no type named 'UInt128' in module 'Swift'
public typealias UInt128 = Swift.UInt128
^
[27/35] Compiling Bluetooth UInt512.swift
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:585:34: error: no type named 'UInt128' in module 'Swift'
public typealias UInt128 = Swift.UInt128
^
[28/35] Compiling Bluetooth String.swift
/host/spi-builder-workspace/Sources/Bluetooth/Extensions/String.swift:15:62: warning: unrecognized platform name 'visionOS'
if #available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *) {
^
/host/spi-builder-workspace/Sources/Bluetooth/Extensions/String.swift:16:22: error: incorrect argument label in call (have 'validating:as:', expected 'decoding:as:')
self.init(validating: data, as: UTF8.self)
^~~~~~~~~~~
decoding
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:585:34: error: no type named 'UInt128' in module 'Swift'
public typealias UInt128 = Swift.UInt128
^
[29/35] Compiling Bluetooth UUID.swift
/host/spi-builder-workspace/Sources/Bluetooth/Extensions/String.swift:15:62: warning: unrecognized platform name 'visionOS'
if #available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *) {
^
/host/spi-builder-workspace/Sources/Bluetooth/Extensions/String.swift:16:22: error: incorrect argument label in call (have 'validating:as:', expected 'decoding:as:')
self.init(validating: data, as: UTF8.self)
^~~~~~~~~~~
decoding
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:585:34: error: no type named 'UInt128' in module 'Swift'
public typealias UInt128 = Swift.UInt128
^
[30/35] Compiling Bluetooth GeneratedCompanyIdentifierNames.swift
/host/spi-builder-workspace/Sources/Bluetooth/Extensions/String.swift:15:62: warning: unrecognized platform name 'visionOS'
if #available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *) {
^
/host/spi-builder-workspace/Sources/Bluetooth/Extensions/String.swift:16:22: error: incorrect argument label in call (have 'validating:as:', expected 'decoding:as:')
self.init(validating: data, as: UTF8.self)
^~~~~~~~~~~
decoding
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:585:34: error: no type named 'UInt128' in module 'Swift'
public typealias UInt128 = Swift.UInt128
^
[31/35] Compiling Bluetooth GeneratedCompanyIdentifiers.swift
/host/spi-builder-workspace/Sources/Bluetooth/Extensions/String.swift:15:62: warning: unrecognized platform name 'visionOS'
if #available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *) {
^
/host/spi-builder-workspace/Sources/Bluetooth/Extensions/String.swift:16:22: error: incorrect argument label in call (have 'validating:as:', expected 'decoding:as:')
self.init(validating: data, as: UTF8.self)
^~~~~~~~~~~
decoding
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:585:34: error: no type named 'UInt128' in module 'Swift'
public typealias UInt128 = Swift.UInt128
^
[32/35] Compiling Bluetooth SFloat.swift
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:130:53: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:143:53: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:159:53: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:166:51: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:174:51: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:203:51: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:297:51: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:311:62: warning: unrecognized platform name 'visionOS'
if #available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *) {
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:321:51: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:333:51: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:348:51: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:383:51: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:430:51: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:478:51: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:565:55: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:571:55: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:577:55: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:585:34: error: no type named 'UInt128' in module 'Swift'
public typealias UInt128 = Swift.UInt128
^
[33/35] Compiling Bluetooth SecurityLevel.swift
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:130:53: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:143:53: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:159:53: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:166:51: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:174:51: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:203:51: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:297:51: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:311:62: warning: unrecognized platform name 'visionOS'
if #available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *) {
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:321:51: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:333:51: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:348:51: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:383:51: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:430:51: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:478:51: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:565:55: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:571:55: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:577:55: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:585:34: error: no type named 'UInt128' in module 'Swift'
public typealias UInt128 = Swift.UInt128
^
[34/35] Compiling Bluetooth UInt128.swift
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:130:53: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:143:53: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:159:53: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:166:51: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:174:51: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:203:51: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:297:51: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:311:62: warning: unrecognized platform name 'visionOS'
if #available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *) {
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:321:51: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:333:51: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:348:51: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:383:51: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:430:51: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:478:51: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:565:55: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:571:55: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:577:55: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:585:34: error: no type named 'UInt128' in module 'Swift'
public typealias UInt128 = Swift.UInt128
^
[35/35] Compiling Bluetooth UInt24.swift
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:130:53: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:143:53: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:159:53: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:166:51: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:174:51: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:203:51: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:297:51: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:311:62: warning: unrecognized platform name 'visionOS'
if #available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *) {
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:321:51: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:333:51: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:348:51: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:383:51: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:430:51: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:478:51: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:565:55: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:571:55: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:577:55: warning: unrecognized platform name 'visionOS'
@available(macOS 15, iOS 18, watchOS 11, tvOS 18, visionOS 2, *)
^
/host/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:585:34: error: no type named 'UInt128' in module 'Swift'
public typealias UInt128 = Swift.UInt128
^
BUILD FAILURE 5.8 linux