Build Information
Failed to build Bluetooth, reference master (4f0ab2
), with Swift 5.9 for macOS (SPM) on 5 Nov 2024 07:04:50 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
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 /Users/admin/builder/spi-builder-workspace/.git/
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: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/pureswift/bluetooth.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/32] Compiling Bluetooth UInt48.swift
[2/32] Compiling Bluetooth UInt512.swift
[3/32] Compiling Bluetooth Unit.swift
[4/35] Compiling Bluetooth ByteSwap.swift
[5/35] Compiling Bluetooth ByteValue.swift
[6/35] Compiling Bluetooth ClassOfDevice.swift
[7/35] Compiling Bluetooth CompanyIdentifier.swift
[8/35] Compiling Bluetooth SFloat.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:175:24: error: no type named 'UInt128' in module 'Swift'
public extension Swift.UInt128 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:131:22: error: cannot find type 'Int128' in scope
public var _value: Int128 {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:145:25: error: cannot find type 'Int128' in scope
public init(_ _value: Int128) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:161:27: error: cannot find type 'Int128' in scope
public init(bitPattern: Int128) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:169:25: error: no type named 'UInt128' in module 'Swift'
init(_ value: Swift.UInt128) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:206:49: error: no type named 'UInt128' in module 'Swift'
public typealias IntegerLiteralType = Swift.UInt128
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:208:45: error: no type named 'UInt128' in module 'Swift'
public init(integerLiteral value: Swift.UInt128) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:204:1: error: type 'UInt128' does not conform to protocol 'ExpressibleByIntegerLiteral'
extension Bluetooth.UInt128: ExpressibleByIntegerLiteral {
^
Swift.ExpressibleByIntegerLiteral:2:20: note: protocol requires nested type 'IntegerLiteralType'; do you want to add it?
associatedtype IntegerLiteralType : _ExpressibleByBuiltinIntegerLiteral
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:433:36: error: no type named 'UInt128' in module 'Swift'
public typealias Words = Swift.UInt128.Words
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:431:1: error: type 'UInt128' does not conform to protocol 'BinaryInteger'
extension Bluetooth.UInt128: BinaryInteger {
^
Swift.BinaryInteger:8:20: note: protocol requires nested type 'Words'; do you want to add it?
associatedtype Words : RandomAccessCollection where Self.Words.Element == UInt, Self.Words.Index == Int
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:479:1: error: type 'UInt128' does not conform to protocol 'FixedWidthInteger'
extension UInt128: FixedWidthInteger, UnsignedInteger { }
^
Swift.FixedWidthInteger:11:10: note: protocol requires function 'dividingFullWidth' with type '((high: UInt128, low: UInt128.Magnitude)) -> (quotient: UInt128, remainder: UInt128)' (aka '((high: UInt128, low: UInt128)) -> (quotient: UInt128, remainder: UInt128)')
func dividingFullWidth(_ dividend: (high: Self, low: Self.Magnitude)) -> (quotient: Self, remainder: Self)
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:302:9: error: module 'Swift' has no member named 'UInt128'
Swift.UInt128(lhs) < Swift.UInt128(rhs)
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:302:30: error: module 'Swift' has no member named 'UInt128'
Swift.UInt128(lhs) < Swift.UInt128(rhs)
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:312:20: error: module 'Swift' has no member named 'UInt128'
return Swift.UInt128(self).description
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:337:25: error: module 'Swift' has no member named 'UInt128'
Bluetooth.UInt128(Swift.UInt128(a) + Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:337:44: error: module 'Swift' has no member named 'UInt128'
Bluetooth.UInt128(Swift.UInt128(a) + Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:342:25: error: module 'Swift' has no member named 'UInt128'
Bluetooth.UInt128(Swift.UInt128(a) - Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:342:44: error: module 'Swift' has no member named 'UInt128'
Bluetooth.UInt128(Swift.UInt128(a) - Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:352:25: error: module 'Swift' has no member named 'UInt128'
Bluetooth.UInt128(Swift.UInt128(a) * Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:352:44: error: module 'Swift' has no member named 'UInt128'
Bluetooth.UInt128(Swift.UInt128(a) * Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:389:38: error: module 'Swift' has no member named 'UInt128'
let (partialValue, overflow) = Swift.UInt128(self).addingReportingOverflow(.init(other))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:389:83: error: cannot infer contextual base in reference to member 'init'
let (partialValue, overflow) = Swift.UInt128(self).addingReportingOverflow(.init(other))
~^~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:397:38: error: module 'Swift' has no member named 'UInt128'
let (partialValue, overflow) = Swift.UInt128(self).subtractingReportingOverflow(.init(other))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:397:88: error: cannot infer contextual base in reference to member 'init'
let (partialValue, overflow) = Swift.UInt128(self).subtractingReportingOverflow(.init(other))
~^~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:405:38: error: module 'Swift' has no member named 'UInt128'
let (partialValue, overflow) = Swift.UInt128(self).multipliedReportingOverflow(by: .init(other))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:405:91: error: cannot infer contextual base in reference to member 'init'
let (partialValue, overflow) = Swift.UInt128(self).multipliedReportingOverflow(by: .init(other))
~^~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:414:38: error: module 'Swift' has no member named 'UInt128'
let (partialValue, overflow) = Swift.UInt128(self).dividedReportingOverflow(by: .init(other))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:414:88: error: cannot infer contextual base in reference to member 'init'
let (partialValue, overflow) = Swift.UInt128(self).dividedReportingOverflow(by: .init(other))
~^~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:423:38: error: module 'Swift' has no member named 'UInt128'
let (partialValue, overflow) = Swift.UInt128(self).remainderReportingOverflow(dividingBy: .init(other))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:423:98: error: cannot infer contextual base in reference to member 'init'
let (partialValue, overflow) = Swift.UInt128(self).remainderReportingOverflow(dividingBy: .init(other))
~^~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:442:29: error: module 'Swift' has no member named 'UInt128'
a = Bluetooth.UInt128(Swift.UInt128(a) & Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:442:48: error: module 'Swift' has no member named 'UInt128'
a = Bluetooth.UInt128(Swift.UInt128(a) & Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:447:29: error: module 'Swift' has no member named 'UInt128'
a = Bluetooth.UInt128(Swift.UInt128(a) | Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:447:48: error: module 'Swift' has no member named 'UInt128'
a = Bluetooth.UInt128(Swift.UInt128(a) | Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:452:29: error: module 'Swift' has no member named 'UInt128'
a = Bluetooth.UInt128(Swift.UInt128(a) ^ Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:452:48: error: module 'Swift' has no member named 'UInt128'
a = Bluetooth.UInt128(Swift.UInt128(a) ^ Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:457:29: error: module 'Swift' has no member named 'UInt128'
a = Bluetooth.UInt128(Swift.UInt128(a) &>> Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:457:50: error: module 'Swift' has no member named 'UInt128'
a = Bluetooth.UInt128(Swift.UInt128(a) &>> Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:462:29: error: module 'Swift' has no member named 'UInt128'
a = Bluetooth.UInt128(Swift.UInt128(a) &<< Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:462:50: error: module 'Swift' has no member named 'UInt128'
a = Bluetooth.UInt128(Swift.UInt128(a) &<< Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:472:7: error: module 'Swift' has no member named 'UInt128'
Swift.UInt128(self)._lowWord
^~~~~ ~~~~~~~
[9/35] Compiling Bluetooth SecurityLevel.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:175:24: error: no type named 'UInt128' in module 'Swift'
public extension Swift.UInt128 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:131:22: error: cannot find type 'Int128' in scope
public var _value: Int128 {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:145:25: error: cannot find type 'Int128' in scope
public init(_ _value: Int128) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:161:27: error: cannot find type 'Int128' in scope
public init(bitPattern: Int128) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:169:25: error: no type named 'UInt128' in module 'Swift'
init(_ value: Swift.UInt128) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:206:49: error: no type named 'UInt128' in module 'Swift'
public typealias IntegerLiteralType = Swift.UInt128
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:208:45: error: no type named 'UInt128' in module 'Swift'
public init(integerLiteral value: Swift.UInt128) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:204:1: error: type 'UInt128' does not conform to protocol 'ExpressibleByIntegerLiteral'
extension Bluetooth.UInt128: ExpressibleByIntegerLiteral {
^
Swift.ExpressibleByIntegerLiteral:2:20: note: protocol requires nested type 'IntegerLiteralType'; do you want to add it?
associatedtype IntegerLiteralType : _ExpressibleByBuiltinIntegerLiteral
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:433:36: error: no type named 'UInt128' in module 'Swift'
public typealias Words = Swift.UInt128.Words
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:431:1: error: type 'UInt128' does not conform to protocol 'BinaryInteger'
extension Bluetooth.UInt128: BinaryInteger {
^
Swift.BinaryInteger:8:20: note: protocol requires nested type 'Words'; do you want to add it?
associatedtype Words : RandomAccessCollection where Self.Words.Element == UInt, Self.Words.Index == Int
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:479:1: error: type 'UInt128' does not conform to protocol 'FixedWidthInteger'
extension UInt128: FixedWidthInteger, UnsignedInteger { }
^
Swift.FixedWidthInteger:11:10: note: protocol requires function 'dividingFullWidth' with type '((high: UInt128, low: UInt128.Magnitude)) -> (quotient: UInt128, remainder: UInt128)' (aka '((high: UInt128, low: UInt128)) -> (quotient: UInt128, remainder: UInt128)')
func dividingFullWidth(_ dividend: (high: Self, low: Self.Magnitude)) -> (quotient: Self, remainder: Self)
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:302:9: error: module 'Swift' has no member named 'UInt128'
Swift.UInt128(lhs) < Swift.UInt128(rhs)
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:302:30: error: module 'Swift' has no member named 'UInt128'
Swift.UInt128(lhs) < Swift.UInt128(rhs)
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:312:20: error: module 'Swift' has no member named 'UInt128'
return Swift.UInt128(self).description
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:337:25: error: module 'Swift' has no member named 'UInt128'
Bluetooth.UInt128(Swift.UInt128(a) + Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:337:44: error: module 'Swift' has no member named 'UInt128'
Bluetooth.UInt128(Swift.UInt128(a) + Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:342:25: error: module 'Swift' has no member named 'UInt128'
Bluetooth.UInt128(Swift.UInt128(a) - Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:342:44: error: module 'Swift' has no member named 'UInt128'
Bluetooth.UInt128(Swift.UInt128(a) - Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:352:25: error: module 'Swift' has no member named 'UInt128'
Bluetooth.UInt128(Swift.UInt128(a) * Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:352:44: error: module 'Swift' has no member named 'UInt128'
Bluetooth.UInt128(Swift.UInt128(a) * Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:389:38: error: module 'Swift' has no member named 'UInt128'
let (partialValue, overflow) = Swift.UInt128(self).addingReportingOverflow(.init(other))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:389:83: error: cannot infer contextual base in reference to member 'init'
let (partialValue, overflow) = Swift.UInt128(self).addingReportingOverflow(.init(other))
~^~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:397:38: error: module 'Swift' has no member named 'UInt128'
let (partialValue, overflow) = Swift.UInt128(self).subtractingReportingOverflow(.init(other))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:397:88: error: cannot infer contextual base in reference to member 'init'
let (partialValue, overflow) = Swift.UInt128(self).subtractingReportingOverflow(.init(other))
~^~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:405:38: error: module 'Swift' has no member named 'UInt128'
let (partialValue, overflow) = Swift.UInt128(self).multipliedReportingOverflow(by: .init(other))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:405:91: error: cannot infer contextual base in reference to member 'init'
let (partialValue, overflow) = Swift.UInt128(self).multipliedReportingOverflow(by: .init(other))
~^~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:414:38: error: module 'Swift' has no member named 'UInt128'
let (partialValue, overflow) = Swift.UInt128(self).dividedReportingOverflow(by: .init(other))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:414:88: error: cannot infer contextual base in reference to member 'init'
let (partialValue, overflow) = Swift.UInt128(self).dividedReportingOverflow(by: .init(other))
~^~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:423:38: error: module 'Swift' has no member named 'UInt128'
let (partialValue, overflow) = Swift.UInt128(self).remainderReportingOverflow(dividingBy: .init(other))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:423:98: error: cannot infer contextual base in reference to member 'init'
let (partialValue, overflow) = Swift.UInt128(self).remainderReportingOverflow(dividingBy: .init(other))
~^~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:442:29: error: module 'Swift' has no member named 'UInt128'
a = Bluetooth.UInt128(Swift.UInt128(a) & Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:442:48: error: module 'Swift' has no member named 'UInt128'
a = Bluetooth.UInt128(Swift.UInt128(a) & Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:447:29: error: module 'Swift' has no member named 'UInt128'
a = Bluetooth.UInt128(Swift.UInt128(a) | Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:447:48: error: module 'Swift' has no member named 'UInt128'
a = Bluetooth.UInt128(Swift.UInt128(a) | Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:452:29: error: module 'Swift' has no member named 'UInt128'
a = Bluetooth.UInt128(Swift.UInt128(a) ^ Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:452:48: error: module 'Swift' has no member named 'UInt128'
a = Bluetooth.UInt128(Swift.UInt128(a) ^ Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:457:29: error: module 'Swift' has no member named 'UInt128'
a = Bluetooth.UInt128(Swift.UInt128(a) &>> Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:457:50: error: module 'Swift' has no member named 'UInt128'
a = Bluetooth.UInt128(Swift.UInt128(a) &>> Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:462:29: error: module 'Swift' has no member named 'UInt128'
a = Bluetooth.UInt128(Swift.UInt128(a) &<< Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:462:50: error: module 'Swift' has no member named 'UInt128'
a = Bluetooth.UInt128(Swift.UInt128(a) &<< Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:472:7: error: module 'Swift' has no member named 'UInt128'
Swift.UInt128(self)._lowWord
^~~~~ ~~~~~~~
[10/35] Compiling Bluetooth UInt128.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:175:24: error: no type named 'UInt128' in module 'Swift'
public extension Swift.UInt128 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:131:22: error: cannot find type 'Int128' in scope
public var _value: Int128 {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:145:25: error: cannot find type 'Int128' in scope
public init(_ _value: Int128) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:161:27: error: cannot find type 'Int128' in scope
public init(bitPattern: Int128) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:169:25: error: no type named 'UInt128' in module 'Swift'
init(_ value: Swift.UInt128) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:206:49: error: no type named 'UInt128' in module 'Swift'
public typealias IntegerLiteralType = Swift.UInt128
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:208:45: error: no type named 'UInt128' in module 'Swift'
public init(integerLiteral value: Swift.UInt128) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:204:1: error: type 'UInt128' does not conform to protocol 'ExpressibleByIntegerLiteral'
extension Bluetooth.UInt128: ExpressibleByIntegerLiteral {
^
Swift.ExpressibleByIntegerLiteral:2:20: note: protocol requires nested type 'IntegerLiteralType'; do you want to add it?
associatedtype IntegerLiteralType : _ExpressibleByBuiltinIntegerLiteral
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:433:36: error: no type named 'UInt128' in module 'Swift'
public typealias Words = Swift.UInt128.Words
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:431:1: error: type 'UInt128' does not conform to protocol 'BinaryInteger'
extension Bluetooth.UInt128: BinaryInteger {
^
Swift.BinaryInteger:8:20: note: protocol requires nested type 'Words'; do you want to add it?
associatedtype Words : RandomAccessCollection where Self.Words.Element == UInt, Self.Words.Index == Int
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:479:1: error: type 'UInt128' does not conform to protocol 'FixedWidthInteger'
extension UInt128: FixedWidthInteger, UnsignedInteger { }
^
Swift.FixedWidthInteger:11:10: note: protocol requires function 'dividingFullWidth' with type '((high: UInt128, low: UInt128.Magnitude)) -> (quotient: UInt128, remainder: UInt128)' (aka '((high: UInt128, low: UInt128)) -> (quotient: UInt128, remainder: UInt128)')
func dividingFullWidth(_ dividend: (high: Self, low: Self.Magnitude)) -> (quotient: Self, remainder: Self)
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:302:9: error: module 'Swift' has no member named 'UInt128'
Swift.UInt128(lhs) < Swift.UInt128(rhs)
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:302:30: error: module 'Swift' has no member named 'UInt128'
Swift.UInt128(lhs) < Swift.UInt128(rhs)
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:312:20: error: module 'Swift' has no member named 'UInt128'
return Swift.UInt128(self).description
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:337:25: error: module 'Swift' has no member named 'UInt128'
Bluetooth.UInt128(Swift.UInt128(a) + Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:337:44: error: module 'Swift' has no member named 'UInt128'
Bluetooth.UInt128(Swift.UInt128(a) + Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:342:25: error: module 'Swift' has no member named 'UInt128'
Bluetooth.UInt128(Swift.UInt128(a) - Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:342:44: error: module 'Swift' has no member named 'UInt128'
Bluetooth.UInt128(Swift.UInt128(a) - Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:352:25: error: module 'Swift' has no member named 'UInt128'
Bluetooth.UInt128(Swift.UInt128(a) * Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:352:44: error: module 'Swift' has no member named 'UInt128'
Bluetooth.UInt128(Swift.UInt128(a) * Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:389:38: error: module 'Swift' has no member named 'UInt128'
let (partialValue, overflow) = Swift.UInt128(self).addingReportingOverflow(.init(other))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:389:83: error: cannot infer contextual base in reference to member 'init'
let (partialValue, overflow) = Swift.UInt128(self).addingReportingOverflow(.init(other))
~^~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:397:38: error: module 'Swift' has no member named 'UInt128'
let (partialValue, overflow) = Swift.UInt128(self).subtractingReportingOverflow(.init(other))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:397:88: error: cannot infer contextual base in reference to member 'init'
let (partialValue, overflow) = Swift.UInt128(self).subtractingReportingOverflow(.init(other))
~^~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:405:38: error: module 'Swift' has no member named 'UInt128'
let (partialValue, overflow) = Swift.UInt128(self).multipliedReportingOverflow(by: .init(other))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:405:91: error: cannot infer contextual base in reference to member 'init'
let (partialValue, overflow) = Swift.UInt128(self).multipliedReportingOverflow(by: .init(other))
~^~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:414:38: error: module 'Swift' has no member named 'UInt128'
let (partialValue, overflow) = Swift.UInt128(self).dividedReportingOverflow(by: .init(other))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:414:88: error: cannot infer contextual base in reference to member 'init'
let (partialValue, overflow) = Swift.UInt128(self).dividedReportingOverflow(by: .init(other))
~^~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:423:38: error: module 'Swift' has no member named 'UInt128'
let (partialValue, overflow) = Swift.UInt128(self).remainderReportingOverflow(dividingBy: .init(other))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:423:98: error: cannot infer contextual base in reference to member 'init'
let (partialValue, overflow) = Swift.UInt128(self).remainderReportingOverflow(dividingBy: .init(other))
~^~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:442:29: error: module 'Swift' has no member named 'UInt128'
a = Bluetooth.UInt128(Swift.UInt128(a) & Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:442:48: error: module 'Swift' has no member named 'UInt128'
a = Bluetooth.UInt128(Swift.UInt128(a) & Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:447:29: error: module 'Swift' has no member named 'UInt128'
a = Bluetooth.UInt128(Swift.UInt128(a) | Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:447:48: error: module 'Swift' has no member named 'UInt128'
a = Bluetooth.UInt128(Swift.UInt128(a) | Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:452:29: error: module 'Swift' has no member named 'UInt128'
a = Bluetooth.UInt128(Swift.UInt128(a) ^ Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:452:48: error: module 'Swift' has no member named 'UInt128'
a = Bluetooth.UInt128(Swift.UInt128(a) ^ Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:457:29: error: module 'Swift' has no member named 'UInt128'
a = Bluetooth.UInt128(Swift.UInt128(a) &>> Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:457:50: error: module 'Swift' has no member named 'UInt128'
a = Bluetooth.UInt128(Swift.UInt128(a) &>> Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:462:29: error: module 'Swift' has no member named 'UInt128'
a = Bluetooth.UInt128(Swift.UInt128(a) &<< Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:462:50: error: module 'Swift' has no member named 'UInt128'
a = Bluetooth.UInt128(Swift.UInt128(a) &<< Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:472:7: error: module 'Swift' has no member named 'UInt128'
Swift.UInt128(self)._lowWord
^~~~~ ~~~~~~~
[11/35] Compiling Bluetooth Hexadecimal.swift
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:175:24: error: no type named 'UInt128' in module 'Swift'
public extension Swift.UInt128 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:145:25: error: cannot find type 'Int128' in scope
public init(_ _value: Int128) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:169:25: error: no type named 'UInt128' in module 'Swift'
init(_ value: Swift.UInt128) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:433:36: error: no type named 'UInt128' in module 'Swift'
public typealias Words = Swift.UInt128.Words
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:206:49: error: no type named 'UInt128' in module 'Swift'
public typealias IntegerLiteralType = Swift.UInt128
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:161:27: error: cannot find type 'Int128' in scope
public init(bitPattern: Int128) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:208:45: error: no type named 'UInt128' in module 'Swift'
public init(integerLiteral value: Swift.UInt128) {
^
[12/35] Compiling Bluetooth Integer.swift
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:175:24: error: no type named 'UInt128' in module 'Swift'
public extension Swift.UInt128 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:145:25: error: cannot find type 'Int128' in scope
public init(_ _value: Int128) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:169:25: error: no type named 'UInt128' in module 'Swift'
init(_ value: Swift.UInt128) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:433:36: error: no type named 'UInt128' in module 'Swift'
public typealias Words = Swift.UInt128.Words
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:206:49: error: no type named 'UInt128' in module 'Swift'
public typealias IntegerLiteralType = Swift.UInt128
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:161:27: error: cannot find type 'Int128' in scope
public init(bitPattern: Int128) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:208:45: error: no type named 'UInt128' in module 'Swift'
public init(integerLiteral value: Swift.UInt128) {
^
[13/35] Compiling Bluetooth String.swift
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:175:24: error: no type named 'UInt128' in module 'Swift'
public extension Swift.UInt128 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:145:25: error: cannot find type 'Int128' in scope
public init(_ _value: Int128) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:169:25: error: no type named 'UInt128' in module 'Swift'
init(_ value: Swift.UInt128) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:433:36: error: no type named 'UInt128' in module 'Swift'
public typealias Words = Swift.UInt128.Words
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:206:49: error: no type named 'UInt128' in module 'Swift'
public typealias IntegerLiteralType = Swift.UInt128
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:161:27: error: cannot find type 'Int128' in scope
public init(bitPattern: Int128) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:208:45: error: no type named 'UInt128' in module 'Swift'
public init(integerLiteral value: Swift.UInt128) {
^
[14/35] Compiling Bluetooth UUID.swift
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:175:24: error: no type named 'UInt128' in module 'Swift'
public extension Swift.UInt128 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:145:25: error: cannot find type 'Int128' in scope
public init(_ _value: Int128) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:169:25: error: no type named 'UInt128' in module 'Swift'
init(_ value: Swift.UInt128) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:433:36: error: no type named 'UInt128' in module 'Swift'
public typealias Words = Swift.UInt128.Words
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:206:49: error: no type named 'UInt128' in module 'Swift'
public typealias IntegerLiteralType = Swift.UInt128
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:161:27: error: cannot find type 'Int128' in scope
public init(bitPattern: Int128) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:208:45: error: no type named 'UInt128' in module 'Swift'
public init(integerLiteral value: Swift.UInt128) {
^
[15/35] Compiling Bluetooth LowEnergyAdvertisingData.swift
[16/35] Compiling Bluetooth LowEnergyScanTimeInterval.swift
[17/35] Compiling Bluetooth RSSI.swift
[18/35] Compiling Bluetooth Data.swift
[19/35] Compiling Bluetooth DefinedUUID.swift
[20/35] Compiling Bluetooth DefinedUUIDExtension.swift
[21/35] Compiling Bluetooth DataConvertible.swift
[22/35] Compiling Bluetooth UInt24.swift
[23/35] Compiling Bluetooth UInt256.swift
[24/35] Compiling Bluetooth UInt40.swift
[25/35] Compiling Bluetooth Address.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:145:25: error: cannot find type 'Int128' in scope
public init(_ _value: Int128) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:169:25: error: no type named 'UInt128' in module 'Swift'
init(_ value: Swift.UInt128) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:175:24: error: no type named 'UInt128' in module 'Swift'
public extension Swift.UInt128 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:433:36: error: no type named 'UInt128' in module 'Swift'
public typealias Words = Swift.UInt128.Words
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:206:49: error: no type named 'UInt128' in module 'Swift'
public typealias IntegerLiteralType = Swift.UInt128
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:161:27: error: cannot find type 'Int128' in scope
public init(bitPattern: Int128) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:208:45: error: no type named 'UInt128' in module 'Swift'
public init(integerLiteral value: Swift.UInt128) {
^
[26/35] Compiling Bluetooth AsyncIndefiniteStream.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:145:25: error: cannot find type 'Int128' in scope
public init(_ _value: Int128) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:169:25: error: no type named 'UInt128' in module 'Swift'
init(_ value: Swift.UInt128) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:175:24: error: no type named 'UInt128' in module 'Swift'
public extension Swift.UInt128 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:433:36: error: no type named 'UInt128' in module 'Swift'
public typealias Words = Swift.UInt128.Words
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:206:49: error: no type named 'UInt128' in module 'Swift'
public typealias IntegerLiteralType = Swift.UInt128
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:161:27: error: cannot find type 'Int128' in scope
public init(bitPattern: Int128) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:208:45: error: no type named 'UInt128' in module 'Swift'
public init(integerLiteral value: Swift.UInt128) {
^
[27/35] Compiling Bluetooth BitMaskOption.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:145:25: error: cannot find type 'Int128' in scope
public init(_ _value: Int128) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:169:25: error: no type named 'UInt128' in module 'Swift'
init(_ value: Swift.UInt128) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:175:24: error: no type named 'UInt128' in module 'Swift'
public extension Swift.UInt128 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:433:36: error: no type named 'UInt128' in module 'Swift'
public typealias Words = Swift.UInt128.Words
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:206:49: error: no type named 'UInt128' in module 'Swift'
public typealias IntegerLiteralType = Swift.UInt128
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:161:27: error: cannot find type 'Int128' in scope
public init(bitPattern: Int128) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:208:45: error: no type named 'UInt128' in module 'Swift'
public init(integerLiteral value: Swift.UInt128) {
^
[28/35] Compiling Bluetooth BluetoothUUID.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:145:25: error: cannot find type 'Int128' in scope
public init(_ _value: Int128) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:169:25: error: no type named 'UInt128' in module 'Swift'
init(_ value: Swift.UInt128) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:175:24: error: no type named 'UInt128' in module 'Swift'
public extension Swift.UInt128 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:433:36: error: no type named 'UInt128' in module 'Swift'
public typealias Words = Swift.UInt128.Words
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:206:49: error: no type named 'UInt128' in module 'Swift'
public typealias IntegerLiteralType = Swift.UInt128
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:161:27: error: cannot find type 'Int128' in scope
public init(bitPattern: Int128) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:208:45: error: no type named 'UInt128' in module 'Swift'
public init(integerLiteral value: Swift.UInt128) {
^
[29/35] Compiling Bluetooth UnitIdentifier.swift
[30/35] Compiling Bluetooth UnitIdentifierExtension.swift
[31/35] Compiling Bluetooth iBeacon.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[32/35] Emitting module Bluetooth
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:145:25: error: cannot find type 'Int128' in scope
public init(_ _value: Int128) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:169:25: error: no type named 'UInt128' in module 'Swift'
init(_ value: Swift.UInt128) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:175:24: error: no type named 'UInt128' in module 'Swift'
public extension Swift.UInt128 {
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:131:22: error: cannot find type 'Int128' in scope
public var _value: Int128 {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:161:27: error: cannot find type 'Int128' in scope
public init(bitPattern: Int128) {
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:206:49: error: no type named 'UInt128' in module 'Swift'
public typealias IntegerLiteralType = Swift.UInt128
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:208:45: error: no type named 'UInt128' in module 'Swift'
public init(integerLiteral value: Swift.UInt128) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:204:1: error: type 'UInt128' does not conform to protocol 'ExpressibleByIntegerLiteral'
extension Bluetooth.UInt128: ExpressibleByIntegerLiteral {
^
Swift.ExpressibleByIntegerLiteral:2:20: note: protocol requires nested type 'IntegerLiteralType'; do you want to add it?
associatedtype IntegerLiteralType : _ExpressibleByBuiltinIntegerLiteral
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:433:36: error: no type named 'UInt128' in module 'Swift'
public typealias Words = Swift.UInt128.Words
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:431:1: error: type 'UInt128' does not conform to protocol 'BinaryInteger'
extension Bluetooth.UInt128: BinaryInteger {
^
Swift.BinaryInteger:8:20: note: protocol requires nested type 'Words'; do you want to add it?
associatedtype Words : RandomAccessCollection where Self.Words.Element == UInt, Self.Words.Index == Int
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:479:1: error: type 'UInt128' does not conform to protocol 'FixedWidthInteger'
extension UInt128: FixedWidthInteger, UnsignedInteger { }
^
Swift.FixedWidthInteger:11:10: note: protocol requires function 'dividingFullWidth' with type '((high: UInt128, low: UInt128.Magnitude)) -> (quotient: UInt128, remainder: UInt128)' (aka '((high: UInt128, low: UInt128)) -> (quotient: UInt128, remainder: UInt128)')
func dividingFullWidth(_ dividend: (high: Self, low: Self.Magnitude)) -> (quotient: Self, remainder: Self)
^
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:302:9: error: module 'Swift' has no member named 'UInt128'
Swift.UInt128(lhs) < Swift.UInt128(rhs)
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:302:30: error: module 'Swift' has no member named 'UInt128'
Swift.UInt128(lhs) < Swift.UInt128(rhs)
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:337:25: error: module 'Swift' has no member named 'UInt128'
Bluetooth.UInt128(Swift.UInt128(a) + Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:337:44: error: module 'Swift' has no member named 'UInt128'
Bluetooth.UInt128(Swift.UInt128(a) + Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:342:25: error: module 'Swift' has no member named 'UInt128'
Bluetooth.UInt128(Swift.UInt128(a) - Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:342:44: error: module 'Swift' has no member named 'UInt128'
Bluetooth.UInt128(Swift.UInt128(a) - Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:352:25: error: module 'Swift' has no member named 'UInt128'
Bluetooth.UInt128(Swift.UInt128(a) * Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:352:44: error: module 'Swift' has no member named 'UInt128'
Bluetooth.UInt128(Swift.UInt128(a) * Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:389:38: error: module 'Swift' has no member named 'UInt128'
let (partialValue, overflow) = Swift.UInt128(self).addingReportingOverflow(.init(other))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:389:83: error: cannot infer contextual base in reference to member 'init'
let (partialValue, overflow) = Swift.UInt128(self).addingReportingOverflow(.init(other))
~^~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:397:38: error: module 'Swift' has no member named 'UInt128'
let (partialValue, overflow) = Swift.UInt128(self).subtractingReportingOverflow(.init(other))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:397:88: error: cannot infer contextual base in reference to member 'init'
let (partialValue, overflow) = Swift.UInt128(self).subtractingReportingOverflow(.init(other))
~^~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:405:38: error: module 'Swift' has no member named 'UInt128'
let (partialValue, overflow) = Swift.UInt128(self).multipliedReportingOverflow(by: .init(other))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:405:91: error: cannot infer contextual base in reference to member 'init'
let (partialValue, overflow) = Swift.UInt128(self).multipliedReportingOverflow(by: .init(other))
~^~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:414:38: error: module 'Swift' has no member named 'UInt128'
let (partialValue, overflow) = Swift.UInt128(self).dividedReportingOverflow(by: .init(other))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:414:88: error: cannot infer contextual base in reference to member 'init'
let (partialValue, overflow) = Swift.UInt128(self).dividedReportingOverflow(by: .init(other))
~^~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:423:38: error: module 'Swift' has no member named 'UInt128'
let (partialValue, overflow) = Swift.UInt128(self).remainderReportingOverflow(dividingBy: .init(other))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:423:98: error: cannot infer contextual base in reference to member 'init'
let (partialValue, overflow) = Swift.UInt128(self).remainderReportingOverflow(dividingBy: .init(other))
~^~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:442:29: error: module 'Swift' has no member named 'UInt128'
a = Bluetooth.UInt128(Swift.UInt128(a) & Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:442:48: error: module 'Swift' has no member named 'UInt128'
a = Bluetooth.UInt128(Swift.UInt128(a) & Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:447:29: error: module 'Swift' has no member named 'UInt128'
a = Bluetooth.UInt128(Swift.UInt128(a) | Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:447:48: error: module 'Swift' has no member named 'UInt128'
a = Bluetooth.UInt128(Swift.UInt128(a) | Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:452:29: error: module 'Swift' has no member named 'UInt128'
a = Bluetooth.UInt128(Swift.UInt128(a) ^ Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:452:48: error: module 'Swift' has no member named 'UInt128'
a = Bluetooth.UInt128(Swift.UInt128(a) ^ Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:457:29: error: module 'Swift' has no member named 'UInt128'
a = Bluetooth.UInt128(Swift.UInt128(a) &>> Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:457:50: error: module 'Swift' has no member named 'UInt128'
a = Bluetooth.UInt128(Swift.UInt128(a) &>> Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:462:29: error: module 'Swift' has no member named 'UInt128'
a = Bluetooth.UInt128(Swift.UInt128(a) &<< Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:462:50: error: module 'Swift' has no member named 'UInt128'
a = Bluetooth.UInt128(Swift.UInt128(a) &<< Swift.UInt128(b))
^~~~~ ~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/UInt128.swift:472:7: error: module 'Swift' has no member named 'UInt128'
Swift.UInt128(self)._lowWord
^~~~~ ~~~~~~~
[33/35] Compiling Bluetooth GeneratedCompanyIdentifierNames.swift
[34/35] Compiling Bluetooth GeneratedCompanyIdentifiers.swift
[35/35] Compiling Bluetooth L2CAPSocket.swift
error: fatalError
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Sources/Bluetooth/Resources/CompanyIdentifiers.txt
BUILD FAILURE 5.9 macosSpm