The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build Bluetooth, reference master (4f0ab2), with Swift 5.9 for Linux on 5 Nov 2024 06:57:46 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-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.9
Building package at path:  $PWD
https://github.com/pureswift/bluetooth.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:a06db64ee3297a5f3491915d7662e6a86c0024d45425be3d593d7649696fef17
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-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 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: cannot call value of non-function type 'BluetoothUUID'
            self = .bit128(uuid)
                    ^
/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:120:21: error: instance member 'bit128' cannot be used on type 'BluetoothUUID'
            self = .bit128(value)
                   ~^~~~~~
/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: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: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: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: cannot call value of non-function type 'BluetoothUUID'
        self = .bit128(UInt128(uuid: uuid))
                ^
/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: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: incorrect labels for candidate (have: '(_:)', expected: '(bluetooth:)')
    init(bluetooth uuid: BluetoothUUID) {
    ^
/host/spi-builder-workspace/Sources/Bluetooth/Extensions/UUID.swift:24:12: note: incorrect labels for candidate (have: '(_:)', expected: '(bytes:)')
    public init(bytes: ByteValue) {
           ^
/host/spi-builder-workspace/Sources/Bluetooth/Extensions/UUID.swift:42:5: note: incorrect labels for candidate (have: '(_:)', expected: '(data:)')
    init?(data: Foundation.Data) {
    ^
Foundation.UUID:5:12: note: incorrect labels for candidate (have: '(_:)', expected: '(uuidString:)')
    public init?(uuidString string: String)
           ^
Foundation.UUID:6:12: note: incorrect labels for candidate (have: '(_:)', expected: '(uuid:)')
    public init(uuid: uuid_t)
           ^
Foundation.UUID:2:12: note: incorrect labels for candidate (have: '(_:)', expected: '(from:)')
    public init(from decoder: Decoder) throws
           ^
[2/31] 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: cannot call value of non-function type 'BluetoothUUID'
            self = .bit128(uuid)
                    ^
/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:120:21: error: instance member 'bit128' cannot be used on type 'BluetoothUUID'
            self = .bit128(value)
                   ~^~~~~~
/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: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: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: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: cannot call value of non-function type 'BluetoothUUID'
        self = .bit128(UInt128(uuid: uuid))
                ^
/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: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: incorrect labels for candidate (have: '(_:)', expected: '(bluetooth:)')
    init(bluetooth uuid: BluetoothUUID) {
    ^
/host/spi-builder-workspace/Sources/Bluetooth/Extensions/UUID.swift:24:12: note: incorrect labels for candidate (have: '(_:)', expected: '(bytes:)')
    public init(bytes: ByteValue) {
           ^
/host/spi-builder-workspace/Sources/Bluetooth/Extensions/UUID.swift:42:5: note: incorrect labels for candidate (have: '(_:)', expected: '(data:)')
    init?(data: Foundation.Data) {
    ^
Foundation.UUID:5:12: note: incorrect labels for candidate (have: '(_:)', expected: '(uuidString:)')
    public init?(uuidString string: String)
           ^
Foundation.UUID:6:12: note: incorrect labels for candidate (have: '(_:)', expected: '(uuid:)')
    public init(uuid: uuid_t)
           ^
Foundation.UUID:2:12: note: incorrect labels for candidate (have: '(_:)', expected: '(from:)')
    public init(from decoder: Decoder) throws
           ^
[3/31] 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: cannot call value of non-function type 'BluetoothUUID'
            self = .bit128(uuid)
                    ^
/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:120:21: error: instance member 'bit128' cannot be used on type 'BluetoothUUID'
            self = .bit128(value)
                   ~^~~~~~
/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: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: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: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: cannot call value of non-function type 'BluetoothUUID'
        self = .bit128(UInt128(uuid: uuid))
                ^
/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: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: incorrect labels for candidate (have: '(_:)', expected: '(bluetooth:)')
    init(bluetooth uuid: BluetoothUUID) {
    ^
/host/spi-builder-workspace/Sources/Bluetooth/Extensions/UUID.swift:24:12: note: incorrect labels for candidate (have: '(_:)', expected: '(bytes:)')
    public init(bytes: ByteValue) {
           ^
/host/spi-builder-workspace/Sources/Bluetooth/Extensions/UUID.swift:42:5: note: incorrect labels for candidate (have: '(_:)', expected: '(data:)')
    init?(data: Foundation.Data) {
    ^
Foundation.UUID:5:12: note: incorrect labels for candidate (have: '(_:)', expected: '(uuidString:)')
    public init?(uuidString string: String)
           ^
Foundation.UUID:6:12: note: incorrect labels for candidate (have: '(_:)', expected: '(uuid:)')
    public init(uuid: uuid_t)
           ^
Foundation.UUID:2:12: note: incorrect labels for candidate (have: '(_:)', expected: '(from:)')
    public init(from decoder: Decoder) throws
           ^
[4/31] 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: cannot call value of non-function type 'BluetoothUUID'
            self = .bit128(uuid)
                    ^
/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:120:21: error: instance member 'bit128' cannot be used on type 'BluetoothUUID'
            self = .bit128(value)
                   ~^~~~~~
/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: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: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: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: cannot call value of non-function type 'BluetoothUUID'
        self = .bit128(UInt128(uuid: uuid))
                ^
/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: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: incorrect labels for candidate (have: '(_:)', expected: '(bluetooth:)')
    init(bluetooth uuid: BluetoothUUID) {
    ^
/host/spi-builder-workspace/Sources/Bluetooth/Extensions/UUID.swift:24:12: note: incorrect labels for candidate (have: '(_:)', expected: '(bytes:)')
    public init(bytes: ByteValue) {
           ^
/host/spi-builder-workspace/Sources/Bluetooth/Extensions/UUID.swift:42:5: note: incorrect labels for candidate (have: '(_:)', expected: '(data:)')
    init?(data: Foundation.Data) {
    ^
Foundation.UUID:5:12: note: incorrect labels for candidate (have: '(_:)', expected: '(uuidString:)')
    public init?(uuidString string: String)
           ^
Foundation.UUID:6:12: note: incorrect labels for candidate (have: '(_:)', expected: '(uuid:)')
    public init(uuid: uuid_t)
           ^
Foundation.UUID:2:12: note: incorrect labels for candidate (have: '(_:)', expected: '(from:)')
    public init(from decoder: Decoder) throws
           ^
[5/31] 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: cannot call value of non-function type 'BluetoothUUID'
            self = .bit128(uuid)
                    ^
/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:120:21: error: instance member 'bit128' cannot be used on type 'BluetoothUUID'
            self = .bit128(value)
                   ~^~~~~~
/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: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: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: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: cannot call value of non-function type 'BluetoothUUID'
        self = .bit128(UInt128(uuid: uuid))
                ^
/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: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: incorrect labels for candidate (have: '(_:)', expected: '(bluetooth:)')
    init(bluetooth uuid: BluetoothUUID) {
    ^
/host/spi-builder-workspace/Sources/Bluetooth/Extensions/UUID.swift:24:12: note: incorrect labels for candidate (have: '(_:)', expected: '(bytes:)')
    public init(bytes: ByteValue) {
           ^
/host/spi-builder-workspace/Sources/Bluetooth/Extensions/UUID.swift:42:5: note: incorrect labels for candidate (have: '(_:)', expected: '(data:)')
    init?(data: Foundation.Data) {
    ^
Foundation.UUID:5:12: note: incorrect labels for candidate (have: '(_:)', expected: '(uuidString:)')
    public init?(uuidString string: String)
           ^
Foundation.UUID:6:12: note: incorrect labels for candidate (have: '(_:)', expected: '(uuid:)')
    public init(uuid: uuid_t)
           ^
Foundation.UUID:2:12: note: incorrect labels for candidate (have: '(_:)', expected: '(from:)')
    public init(from decoder: Decoder) throws
           ^
[6/31] 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
                                 ^
[7/31] 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
                                 ^
[8/31] 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
                                 ^
[9/31] 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
                                 ^
[10/35] Compiling Bluetooth ByteValue.swift
/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/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/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/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/UInt128.swift:585:34: error: no type named 'UInt128' in module 'Swift'
public typealias UInt128 = Swift.UInt128
                                 ^
[15/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
                                 ^
[16/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
                                 ^
[17/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
                                 ^
[18/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
                                 ^
[19/35] Compiling Bluetooth L2CAPSocket.swift
[20/35] Compiling Bluetooth LowEnergyAdvertisingData.swift
[21/35] Compiling Bluetooth LowEnergyScanTimeInterval.swift
[22/35] Compiling Bluetooth RSSI.swift
[23/35] 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
                                 ^
[24/35] 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
                                 ^
[25/35] 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
                                 ^
[26/35] 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
                                 ^
[27/35] Compiling Bluetooth Unit.swift
[28/35] Compiling Bluetooth UnitIdentifier.swift
[29/35] Compiling Bluetooth UnitIdentifierExtension.swift
[30/35] Compiling Bluetooth iBeacon.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[31/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)
         ^
[32/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
                                 ^
[33/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
                                 ^
[34/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
                                 ^
[35/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
                                 ^
error: fatalError
BUILD FAILURE 5.9 linux