Build Information
Failed to build CursorPagination, reference master (ac9e7a), with Swift 6.2 for Android on 22 Jun 2025 22:40:45 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
| `- error: cannot find 'NSPointerFunctions' in scope
26 |
27 | public func notifySubscribers(ofValueUpdate updatedValue: T) {
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Classes/Event.swift:65:32: error: cannot find 'NSMapTable' in scope
63 | public typealias EventHandler = VoidClosure
64 | public var notificationsEnabled: Bool = true
65 | public var subscriptions = NSMapTable<AnyObject, EventSubscription>(keyOptions: NSPointerFunctions.Options.weakMemory)
| `- error: cannot find 'NSMapTable' in scope
66 |
67 | public func notifySubscribersOfOccurrence() {
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Classes/Event.swift:65:85: error: cannot find 'NSPointerFunctions' in scope
63 | public typealias EventHandler = VoidClosure
64 | public var notificationsEnabled: Bool = true
65 | public var subscriptions = NSMapTable<AnyObject, EventSubscription>(keyOptions: NSPointerFunctions.Options.weakMemory)
| `- error: cannot find 'NSPointerFunctions' in scope
66 |
67 | public func notifySubscribersOfOccurrence() {
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Classes/Poller.swift:18:98: error: '#selector' can only be used with the Objective-C runtime
16 | open var refreshFrequency: Double = 60
17 | open lazy var timer: Timer = {
18 | return Timer.scheduledTimer(timeInterval: self.refreshFrequency, target: self, selector: #selector(Poller.refreshTimerFired), userInfo: nil, repeats: true)
| `- error: '#selector' can only be used with the Objective-C runtime
19 | }()
20 | public init() {
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Classes/Poller.swift:18:98: error: '#selector' can only be used with the Objective-C runtime
16 | open var refreshFrequency: Double = 60
17 | open lazy var timer: Timer = {
18 | return Timer.scheduledTimer(timeInterval: self.refreshFrequency, target: self, selector: #selector(Poller.refreshTimerFired), userInfo: nil, repeats: true)
| `- error: '#selector' can only be used with the Objective-C runtime
19 | }()
20 | public init() {
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Classes/Poller.swift:17:34: error: type of expression is ambiguous without a type annotation
15 | open var refreshing: Bool = false
16 | open var refreshFrequency: Double = 60
17 | open lazy var timer: Timer = {
| `- error: type of expression is ambiguous without a type annotation
18 | return Timer.scheduledTimer(timeInterval: self.refreshFrequency, target: self, selector: #selector(Poller.refreshTimerFired), userInfo: nil, repeats: true)
19 | }()
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Classes/Poller.swift:37:6: error: Objective-C interoperability is disabled
35 | }
36 |
37 | @objc open func refreshTimerFired() {
| `- error: Objective-C interoperability is disabled
38 | if !needsRefresh() {
39 | refresh()
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Classes/Poller.swift:48:6: error: Objective-C interoperability is disabled
46 |
47 | //Override to add network polling implementation. Call super to maintain state
48 | @objc open func refresh() {
| `- error: Objective-C interoperability is disabled
49 | self.refreshing = true
50 | }
[303/1276] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Classes/Event.swift:25:32: error: cannot find 'NSMapTable' in scope
23 | public typealias EventHandler = (T) -> Void
24 | public var notificationsEnabled: Bool = true
25 | public var subscriptions = NSMapTable<AnyObject, TypedEventSubscription<T>>(keyOptions: NSPointerFunctions.Options.weakMemory)
| `- error: cannot find 'NSMapTable' in scope
26 |
27 | public func notifySubscribers(ofValueUpdate updatedValue: T) {
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Classes/Event.swift:25:93: error: cannot find 'NSPointerFunctions' in scope
23 | public typealias EventHandler = (T) -> Void
24 | public var notificationsEnabled: Bool = true
25 | public var subscriptions = NSMapTable<AnyObject, TypedEventSubscription<T>>(keyOptions: NSPointerFunctions.Options.weakMemory)
| `- error: cannot find 'NSPointerFunctions' in scope
26 |
27 | public func notifySubscribers(ofValueUpdate updatedValue: T) {
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Classes/Event.swift:65:32: error: cannot find 'NSMapTable' in scope
63 | public typealias EventHandler = VoidClosure
64 | public var notificationsEnabled: Bool = true
65 | public var subscriptions = NSMapTable<AnyObject, EventSubscription>(keyOptions: NSPointerFunctions.Options.weakMemory)
| `- error: cannot find 'NSMapTable' in scope
66 |
67 | public func notifySubscribersOfOccurrence() {
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Classes/Event.swift:65:85: error: cannot find 'NSPointerFunctions' in scope
63 | public typealias EventHandler = VoidClosure
64 | public var notificationsEnabled: Bool = true
65 | public var subscriptions = NSMapTable<AnyObject, EventSubscription>(keyOptions: NSPointerFunctions.Options.weakMemory)
| `- error: cannot find 'NSPointerFunctions' in scope
66 |
67 | public func notifySubscribersOfOccurrence() {
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Classes/Poller.swift:18:98: error: '#selector' can only be used with the Objective-C runtime
16 | open var refreshFrequency: Double = 60
17 | open lazy var timer: Timer = {
18 | return Timer.scheduledTimer(timeInterval: self.refreshFrequency, target: self, selector: #selector(Poller.refreshTimerFired), userInfo: nil, repeats: true)
| `- error: '#selector' can only be used with the Objective-C runtime
19 | }()
20 | public init() {
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Classes/Poller.swift:18:98: error: '#selector' can only be used with the Objective-C runtime
16 | open var refreshFrequency: Double = 60
17 | open lazy var timer: Timer = {
18 | return Timer.scheduledTimer(timeInterval: self.refreshFrequency, target: self, selector: #selector(Poller.refreshTimerFired), userInfo: nil, repeats: true)
| `- error: '#selector' can only be used with the Objective-C runtime
19 | }()
20 | public init() {
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Classes/Poller.swift:17:34: error: type of expression is ambiguous without a type annotation
15 | open var refreshing: Bool = false
16 | open var refreshFrequency: Double = 60
17 | open lazy var timer: Timer = {
| `- error: type of expression is ambiguous without a type annotation
18 | return Timer.scheduledTimer(timeInterval: self.refreshFrequency, target: self, selector: #selector(Poller.refreshTimerFired), userInfo: nil, repeats: true)
19 | }()
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Classes/Poller.swift:37:6: error: Objective-C interoperability is disabled
35 | }
36 |
37 | @objc open func refreshTimerFired() {
| `- error: Objective-C interoperability is disabled
38 | if !needsRefresh() {
39 | refresh()
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Classes/Poller.swift:48:6: error: Objective-C interoperability is disabled
46 |
47 | //Override to add network polling implementation. Call super to maintain state
48 | @objc open func refresh() {
| `- error: Objective-C interoperability is disabled
49 | self.refreshing = true
50 | }
[304/1276] Compiling OrderedCollections OrderedDictionary+Hashable.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Classes/Event.swift:25:32: error: cannot find 'NSMapTable' in scope
23 | public typealias EventHandler = (T) -> Void
24 | public var notificationsEnabled: Bool = true
25 | public var subscriptions = NSMapTable<AnyObject, TypedEventSubscription<T>>(keyOptions: NSPointerFunctions.Options.weakMemory)
| `- error: cannot find 'NSMapTable' in scope
26 |
27 | public func notifySubscribers(ofValueUpdate updatedValue: T) {
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Classes/Event.swift:25:93: error: cannot find 'NSPointerFunctions' in scope
23 | public typealias EventHandler = (T) -> Void
24 | public var notificationsEnabled: Bool = true
25 | public var subscriptions = NSMapTable<AnyObject, TypedEventSubscription<T>>(keyOptions: NSPointerFunctions.Options.weakMemory)
| `- error: cannot find 'NSPointerFunctions' in scope
26 |
27 | public func notifySubscribers(ofValueUpdate updatedValue: T) {
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Classes/Event.swift:65:32: error: cannot find 'NSMapTable' in scope
63 | public typealias EventHandler = VoidClosure
64 | public var notificationsEnabled: Bool = true
65 | public var subscriptions = NSMapTable<AnyObject, EventSubscription>(keyOptions: NSPointerFunctions.Options.weakMemory)
| `- error: cannot find 'NSMapTable' in scope
66 |
67 | public func notifySubscribersOfOccurrence() {
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Classes/Event.swift:65:85: error: cannot find 'NSPointerFunctions' in scope
63 | public typealias EventHandler = VoidClosure
64 | public var notificationsEnabled: Bool = true
65 | public var subscriptions = NSMapTable<AnyObject, EventSubscription>(keyOptions: NSPointerFunctions.Options.weakMemory)
| `- error: cannot find 'NSPointerFunctions' in scope
66 |
67 | public func notifySubscribersOfOccurrence() {
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Classes/Poller.swift:18:98: error: '#selector' can only be used with the Objective-C runtime
16 | open var refreshFrequency: Double = 60
17 | open lazy var timer: Timer = {
18 | return Timer.scheduledTimer(timeInterval: self.refreshFrequency, target: self, selector: #selector(Poller.refreshTimerFired), userInfo: nil, repeats: true)
| `- error: '#selector' can only be used with the Objective-C runtime
19 | }()
20 | public init() {
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Classes/Poller.swift:18:98: error: '#selector' can only be used with the Objective-C runtime
16 | open var refreshFrequency: Double = 60
17 | open lazy var timer: Timer = {
18 | return Timer.scheduledTimer(timeInterval: self.refreshFrequency, target: self, selector: #selector(Poller.refreshTimerFired), userInfo: nil, repeats: true)
| `- error: '#selector' can only be used with the Objective-C runtime
19 | }()
20 | public init() {
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Classes/Poller.swift:17:34: error: type of expression is ambiguous without a type annotation
15 | open var refreshing: Bool = false
16 | open var refreshFrequency: Double = 60
17 | open lazy var timer: Timer = {
| `- error: type of expression is ambiguous without a type annotation
18 | return Timer.scheduledTimer(timeInterval: self.refreshFrequency, target: self, selector: #selector(Poller.refreshTimerFired), userInfo: nil, repeats: true)
19 | }()
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Classes/Poller.swift:37:6: error: Objective-C interoperability is disabled
35 | }
36 |
37 | @objc open func refreshTimerFired() {
| `- error: Objective-C interoperability is disabled
38 | if !needsRefresh() {
39 | refresh()
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Classes/Poller.swift:48:6: error: Objective-C interoperability is disabled
46 |
47 | //Override to add network polling implementation. Call super to maintain state
48 | @objc open func refresh() {
| `- error: Objective-C interoperability is disabled
49 | self.refreshing = true
50 | }
[305/1276] Compiling OrderedCollections OrderedDictionary+Initializers.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Classes/Event.swift:25:32: error: cannot find 'NSMapTable' in scope
23 | public typealias EventHandler = (T) -> Void
24 | public var notificationsEnabled: Bool = true
25 | public var subscriptions = NSMapTable<AnyObject, TypedEventSubscription<T>>(keyOptions: NSPointerFunctions.Options.weakMemory)
| `- error: cannot find 'NSMapTable' in scope
26 |
27 | public func notifySubscribers(ofValueUpdate updatedValue: T) {
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Classes/Event.swift:25:93: error: cannot find 'NSPointerFunctions' in scope
23 | public typealias EventHandler = (T) -> Void
24 | public var notificationsEnabled: Bool = true
25 | public var subscriptions = NSMapTable<AnyObject, TypedEventSubscription<T>>(keyOptions: NSPointerFunctions.Options.weakMemory)
| `- error: cannot find 'NSPointerFunctions' in scope
26 |
27 | public func notifySubscribers(ofValueUpdate updatedValue: T) {
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Classes/Event.swift:65:32: error: cannot find 'NSMapTable' in scope
63 | public typealias EventHandler = VoidClosure
64 | public var notificationsEnabled: Bool = true
65 | public var subscriptions = NSMapTable<AnyObject, EventSubscription>(keyOptions: NSPointerFunctions.Options.weakMemory)
| `- error: cannot find 'NSMapTable' in scope
66 |
67 | public func notifySubscribersOfOccurrence() {
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Classes/Event.swift:65:85: error: cannot find 'NSPointerFunctions' in scope
63 | public typealias EventHandler = VoidClosure
64 | public var notificationsEnabled: Bool = true
65 | public var subscriptions = NSMapTable<AnyObject, EventSubscription>(keyOptions: NSPointerFunctions.Options.weakMemory)
| `- error: cannot find 'NSPointerFunctions' in scope
66 |
67 | public func notifySubscribersOfOccurrence() {
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Classes/Poller.swift:18:98: error: '#selector' can only be used with the Objective-C runtime
16 | open var refreshFrequency: Double = 60
17 | open lazy var timer: Timer = {
18 | return Timer.scheduledTimer(timeInterval: self.refreshFrequency, target: self, selector: #selector(Poller.refreshTimerFired), userInfo: nil, repeats: true)
| `- error: '#selector' can only be used with the Objective-C runtime
19 | }()
20 | public init() {
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Classes/Poller.swift:18:98: error: '#selector' can only be used with the Objective-C runtime
16 | open var refreshFrequency: Double = 60
17 | open lazy var timer: Timer = {
18 | return Timer.scheduledTimer(timeInterval: self.refreshFrequency, target: self, selector: #selector(Poller.refreshTimerFired), userInfo: nil, repeats: true)
| `- error: '#selector' can only be used with the Objective-C runtime
19 | }()
20 | public init() {
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Classes/Poller.swift:17:34: error: type of expression is ambiguous without a type annotation
15 | open var refreshing: Bool = false
16 | open var refreshFrequency: Double = 60
17 | open lazy var timer: Timer = {
| `- error: type of expression is ambiguous without a type annotation
18 | return Timer.scheduledTimer(timeInterval: self.refreshFrequency, target: self, selector: #selector(Poller.refreshTimerFired), userInfo: nil, repeats: true)
19 | }()
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Classes/Poller.swift:37:6: error: Objective-C interoperability is disabled
35 | }
36 |
37 | @objc open func refreshTimerFired() {
| `- error: Objective-C interoperability is disabled
38 | if !needsRefresh() {
39 | refresh()
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Classes/Poller.swift:48:6: error: Objective-C interoperability is disabled
46 |
47 | //Override to add network polling implementation. Call super to maintain state
48 | @objc open func refresh() {
| `- error: Objective-C interoperability is disabled
49 | self.refreshing = true
50 | }
[306/1276] Compiling OrderedCollections OrderedDictionary+Invariants.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:42:25: error: cannot find 'kCFStringTokenizerUnitWord' in scope
40 | public func tokenize() -> [String] {
41 | let inputRange = fullIndexRange.toNSRange(self).cfRange
42 | let flag = UInt(kCFStringTokenizerUnitWord)
| `- error: cannot find 'kCFStringTokenizerUnitWord' in scope
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:43:22: error: cannot find 'CFLocaleCopyCurrent' in scope
41 | let inputRange = fullIndexRange.toNSRange(self).cfRange
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
| `- error: cannot find 'CFLocaleCopyCurrent' in scope
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:44:25: error: cannot find 'CFStringTokenizerCreate' in scope
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
| `- error: cannot find 'CFStringTokenizerCreate' in scope
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
46 | var tokens: [String] = []
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:44:50: error: cannot find 'kCFAllocatorDefault' in scope
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
| `- error: cannot find 'kCFAllocatorDefault' in scope
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
46 | var tokens: [String] = []
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:44:79: error: cannot find type 'CFString' in scope
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
| `- error: cannot find type 'CFString' in scope
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
46 | var tokens: [String] = []
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:45:25: error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
| `- error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
46 | var tokens: [String] = []
47 |
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:48:28: error: cannot find 'CFStringTokenizerTokenType' in scope
46 | var tokens: [String] = []
47 |
48 | while tokenType != CFStringTokenizerTokenType() {
| `- error: cannot find 'CFStringTokenizerTokenType' in scope
49 | let currentTokenRange = CFStringTokenizerGetCurrentTokenRange(tokenizer)
50 | let substring = self.subString(currentTokenRange.nsRange)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:49:37: error: cannot find 'CFStringTokenizerGetCurrentTokenRange' in scope
47 |
48 | while tokenType != CFStringTokenizerTokenType() {
49 | let currentTokenRange = CFStringTokenizerGetCurrentTokenRange(tokenizer)
| `- error: cannot find 'CFStringTokenizerGetCurrentTokenRange' in scope
50 | let substring = self.subString(currentTokenRange.nsRange)
51 | tokens.append(substring)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:52:25: error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
50 | let substring = self.subString(currentTokenRange.nsRange)
51 | tokens.append(substring)
52 | tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
| `- error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
53 | }
54 |
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+DataDetection.swift:23:35: error: cannot find 'NSDataDetector' in scope
21 | let types: NSTextCheckingResult.CheckingType = [.link]
22 |
23 | guard let detector = try? NSDataDetector(types: types.rawValue) else {
| `- error: cannot find 'NSDataDetector' in scope
24 | return false
25 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+DataDetection.swift:39:37: error: cannot infer contextual base in reference to member 'link'
37 |
38 | // result should be a link
39 | guard result.resultType == .link else {
| `- error: cannot infer contextual base in reference to member 'link'
40 | return false
41 | }
[307/1276] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:42:25: error: cannot find 'kCFStringTokenizerUnitWord' in scope
40 | public func tokenize() -> [String] {
41 | let inputRange = fullIndexRange.toNSRange(self).cfRange
42 | let flag = UInt(kCFStringTokenizerUnitWord)
| `- error: cannot find 'kCFStringTokenizerUnitWord' in scope
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:43:22: error: cannot find 'CFLocaleCopyCurrent' in scope
41 | let inputRange = fullIndexRange.toNSRange(self).cfRange
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
| `- error: cannot find 'CFLocaleCopyCurrent' in scope
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:44:25: error: cannot find 'CFStringTokenizerCreate' in scope
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
| `- error: cannot find 'CFStringTokenizerCreate' in scope
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
46 | var tokens: [String] = []
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:44:50: error: cannot find 'kCFAllocatorDefault' in scope
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
| `- error: cannot find 'kCFAllocatorDefault' in scope
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
46 | var tokens: [String] = []
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:44:79: error: cannot find type 'CFString' in scope
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
| `- error: cannot find type 'CFString' in scope
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
46 | var tokens: [String] = []
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:45:25: error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
| `- error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
46 | var tokens: [String] = []
47 |
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:48:28: error: cannot find 'CFStringTokenizerTokenType' in scope
46 | var tokens: [String] = []
47 |
48 | while tokenType != CFStringTokenizerTokenType() {
| `- error: cannot find 'CFStringTokenizerTokenType' in scope
49 | let currentTokenRange = CFStringTokenizerGetCurrentTokenRange(tokenizer)
50 | let substring = self.subString(currentTokenRange.nsRange)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:49:37: error: cannot find 'CFStringTokenizerGetCurrentTokenRange' in scope
47 |
48 | while tokenType != CFStringTokenizerTokenType() {
49 | let currentTokenRange = CFStringTokenizerGetCurrentTokenRange(tokenizer)
| `- error: cannot find 'CFStringTokenizerGetCurrentTokenRange' in scope
50 | let substring = self.subString(currentTokenRange.nsRange)
51 | tokens.append(substring)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:52:25: error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
50 | let substring = self.subString(currentTokenRange.nsRange)
51 | tokens.append(substring)
52 | tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
| `- error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
53 | }
54 |
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+DataDetection.swift:23:35: error: cannot find 'NSDataDetector' in scope
21 | let types: NSTextCheckingResult.CheckingType = [.link]
22 |
23 | guard let detector = try? NSDataDetector(types: types.rawValue) else {
| `- error: cannot find 'NSDataDetector' in scope
24 | return false
25 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+DataDetection.swift:39:37: error: cannot infer contextual base in reference to member 'link'
37 |
38 | // result should be a link
39 | guard result.resultType == .link else {
| `- error: cannot infer contextual base in reference to member 'link'
40 | return false
41 | }
[308/1276] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:42:25: error: cannot find 'kCFStringTokenizerUnitWord' in scope
40 | public func tokenize() -> [String] {
41 | let inputRange = fullIndexRange.toNSRange(self).cfRange
42 | let flag = UInt(kCFStringTokenizerUnitWord)
| `- error: cannot find 'kCFStringTokenizerUnitWord' in scope
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:43:22: error: cannot find 'CFLocaleCopyCurrent' in scope
41 | let inputRange = fullIndexRange.toNSRange(self).cfRange
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
| `- error: cannot find 'CFLocaleCopyCurrent' in scope
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:44:25: error: cannot find 'CFStringTokenizerCreate' in scope
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
| `- error: cannot find 'CFStringTokenizerCreate' in scope
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
46 | var tokens: [String] = []
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:44:50: error: cannot find 'kCFAllocatorDefault' in scope
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
| `- error: cannot find 'kCFAllocatorDefault' in scope
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
46 | var tokens: [String] = []
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:44:79: error: cannot find type 'CFString' in scope
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
| `- error: cannot find type 'CFString' in scope
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
46 | var tokens: [String] = []
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:45:25: error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
| `- error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
46 | var tokens: [String] = []
47 |
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:48:28: error: cannot find 'CFStringTokenizerTokenType' in scope
46 | var tokens: [String] = []
47 |
48 | while tokenType != CFStringTokenizerTokenType() {
| `- error: cannot find 'CFStringTokenizerTokenType' in scope
49 | let currentTokenRange = CFStringTokenizerGetCurrentTokenRange(tokenizer)
50 | let substring = self.subString(currentTokenRange.nsRange)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:49:37: error: cannot find 'CFStringTokenizerGetCurrentTokenRange' in scope
47 |
48 | while tokenType != CFStringTokenizerTokenType() {
49 | let currentTokenRange = CFStringTokenizerGetCurrentTokenRange(tokenizer)
| `- error: cannot find 'CFStringTokenizerGetCurrentTokenRange' in scope
50 | let substring = self.subString(currentTokenRange.nsRange)
51 | tokens.append(substring)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:52:25: error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
50 | let substring = self.subString(currentTokenRange.nsRange)
51 | tokens.append(substring)
52 | tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
| `- error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
53 | }
54 |
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+DataDetection.swift:23:35: error: cannot find 'NSDataDetector' in scope
21 | let types: NSTextCheckingResult.CheckingType = [.link]
22 |
23 | guard let detector = try? NSDataDetector(types: types.rawValue) else {
| `- error: cannot find 'NSDataDetector' in scope
24 | return false
25 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+DataDetection.swift:39:37: error: cannot infer contextual base in reference to member 'link'
37 |
38 | // result should be a link
39 | guard result.resultType == .link else {
| `- error: cannot infer contextual base in reference to member 'link'
40 | return false
41 | }
[309/1276] Compiling OrderedCollections OrderedDictionary+Sendable.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:42:25: error: cannot find 'kCFStringTokenizerUnitWord' in scope
40 | public func tokenize() -> [String] {
41 | let inputRange = fullIndexRange.toNSRange(self).cfRange
42 | let flag = UInt(kCFStringTokenizerUnitWord)
| `- error: cannot find 'kCFStringTokenizerUnitWord' in scope
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:43:22: error: cannot find 'CFLocaleCopyCurrent' in scope
41 | let inputRange = fullIndexRange.toNSRange(self).cfRange
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
| `- error: cannot find 'CFLocaleCopyCurrent' in scope
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:44:25: error: cannot find 'CFStringTokenizerCreate' in scope
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
| `- error: cannot find 'CFStringTokenizerCreate' in scope
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
46 | var tokens: [String] = []
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:44:50: error: cannot find 'kCFAllocatorDefault' in scope
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
| `- error: cannot find 'kCFAllocatorDefault' in scope
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
46 | var tokens: [String] = []
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:44:79: error: cannot find type 'CFString' in scope
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
| `- error: cannot find type 'CFString' in scope
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
46 | var tokens: [String] = []
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:45:25: error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
| `- error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
46 | var tokens: [String] = []
47 |
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:48:28: error: cannot find 'CFStringTokenizerTokenType' in scope
46 | var tokens: [String] = []
47 |
48 | while tokenType != CFStringTokenizerTokenType() {
| `- error: cannot find 'CFStringTokenizerTokenType' in scope
49 | let currentTokenRange = CFStringTokenizerGetCurrentTokenRange(tokenizer)
50 | let substring = self.subString(currentTokenRange.nsRange)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:49:37: error: cannot find 'CFStringTokenizerGetCurrentTokenRange' in scope
47 |
48 | while tokenType != CFStringTokenizerTokenType() {
49 | let currentTokenRange = CFStringTokenizerGetCurrentTokenRange(tokenizer)
| `- error: cannot find 'CFStringTokenizerGetCurrentTokenRange' in scope
50 | let substring = self.subString(currentTokenRange.nsRange)
51 | tokens.append(substring)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:52:25: error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
50 | let substring = self.subString(currentTokenRange.nsRange)
51 | tokens.append(substring)
52 | tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
| `- error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
53 | }
54 |
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+DataDetection.swift:23:35: error: cannot find 'NSDataDetector' in scope
21 | let types: NSTextCheckingResult.CheckingType = [.link]
22 |
23 | guard let detector = try? NSDataDetector(types: types.rawValue) else {
| `- error: cannot find 'NSDataDetector' in scope
24 | return false
25 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+DataDetection.swift:39:37: error: cannot infer contextual base in reference to member 'link'
37 |
38 | // result should be a link
39 | guard result.resultType == .link else {
| `- error: cannot infer contextual base in reference to member 'link'
40 | return false
41 | }
[310/1276] Compiling OrderedCollections OrderedDictionary+Sequence.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:42:25: error: cannot find 'kCFStringTokenizerUnitWord' in scope
40 | public func tokenize() -> [String] {
41 | let inputRange = fullIndexRange.toNSRange(self).cfRange
42 | let flag = UInt(kCFStringTokenizerUnitWord)
| `- error: cannot find 'kCFStringTokenizerUnitWord' in scope
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:43:22: error: cannot find 'CFLocaleCopyCurrent' in scope
41 | let inputRange = fullIndexRange.toNSRange(self).cfRange
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
| `- error: cannot find 'CFLocaleCopyCurrent' in scope
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:44:25: error: cannot find 'CFStringTokenizerCreate' in scope
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
| `- error: cannot find 'CFStringTokenizerCreate' in scope
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
46 | var tokens: [String] = []
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:44:50: error: cannot find 'kCFAllocatorDefault' in scope
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
| `- error: cannot find 'kCFAllocatorDefault' in scope
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
46 | var tokens: [String] = []
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:44:79: error: cannot find type 'CFString' in scope
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
| `- error: cannot find type 'CFString' in scope
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
46 | var tokens: [String] = []
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:45:25: error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
| `- error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
46 | var tokens: [String] = []
47 |
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:48:28: error: cannot find 'CFStringTokenizerTokenType' in scope
46 | var tokens: [String] = []
47 |
48 | while tokenType != CFStringTokenizerTokenType() {
| `- error: cannot find 'CFStringTokenizerTokenType' in scope
49 | let currentTokenRange = CFStringTokenizerGetCurrentTokenRange(tokenizer)
50 | let substring = self.subString(currentTokenRange.nsRange)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:49:37: error: cannot find 'CFStringTokenizerGetCurrentTokenRange' in scope
47 |
48 | while tokenType != CFStringTokenizerTokenType() {
49 | let currentTokenRange = CFStringTokenizerGetCurrentTokenRange(tokenizer)
| `- error: cannot find 'CFStringTokenizerGetCurrentTokenRange' in scope
50 | let substring = self.subString(currentTokenRange.nsRange)
51 | tokens.append(substring)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:52:25: error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
50 | let substring = self.subString(currentTokenRange.nsRange)
51 | tokens.append(substring)
52 | tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
| `- error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
53 | }
54 |
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+DataDetection.swift:23:35: error: cannot find 'NSDataDetector' in scope
21 | let types: NSTextCheckingResult.CheckingType = [.link]
22 |
23 | guard let detector = try? NSDataDetector(types: types.rawValue) else {
| `- error: cannot find 'NSDataDetector' in scope
24 | return false
25 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+DataDetection.swift:39:37: error: cannot infer contextual base in reference to member 'link'
37 |
38 | // result should be a link
39 | guard result.resultType == .link else {
| `- error: cannot infer contextual base in reference to member 'link'
40 | return false
41 | }
[311/1276] Compiling OrderedCollections OrderedDictionary+Values.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:42:25: error: cannot find 'kCFStringTokenizerUnitWord' in scope
40 | public func tokenize() -> [String] {
41 | let inputRange = fullIndexRange.toNSRange(self).cfRange
42 | let flag = UInt(kCFStringTokenizerUnitWord)
| `- error: cannot find 'kCFStringTokenizerUnitWord' in scope
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:43:22: error: cannot find 'CFLocaleCopyCurrent' in scope
41 | let inputRange = fullIndexRange.toNSRange(self).cfRange
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
| `- error: cannot find 'CFLocaleCopyCurrent' in scope
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:44:25: error: cannot find 'CFStringTokenizerCreate' in scope
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
| `- error: cannot find 'CFStringTokenizerCreate' in scope
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
46 | var tokens: [String] = []
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:44:50: error: cannot find 'kCFAllocatorDefault' in scope
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
| `- error: cannot find 'kCFAllocatorDefault' in scope
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
46 | var tokens: [String] = []
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:44:79: error: cannot find type 'CFString' in scope
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
| `- error: cannot find type 'CFString' in scope
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
46 | var tokens: [String] = []
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:45:25: error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
| `- error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
46 | var tokens: [String] = []
47 |
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:48:28: error: cannot find 'CFStringTokenizerTokenType' in scope
46 | var tokens: [String] = []
47 |
48 | while tokenType != CFStringTokenizerTokenType() {
| `- error: cannot find 'CFStringTokenizerTokenType' in scope
49 | let currentTokenRange = CFStringTokenizerGetCurrentTokenRange(tokenizer)
50 | let substring = self.subString(currentTokenRange.nsRange)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:49:37: error: cannot find 'CFStringTokenizerGetCurrentTokenRange' in scope
47 |
48 | while tokenType != CFStringTokenizerTokenType() {
49 | let currentTokenRange = CFStringTokenizerGetCurrentTokenRange(tokenizer)
| `- error: cannot find 'CFStringTokenizerGetCurrentTokenRange' in scope
50 | let substring = self.subString(currentTokenRange.nsRange)
51 | tokens.append(substring)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:52:25: error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
50 | let substring = self.subString(currentTokenRange.nsRange)
51 | tokens.append(substring)
52 | tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
| `- error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
53 | }
54 |
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+DataDetection.swift:23:35: error: cannot find 'NSDataDetector' in scope
21 | let types: NSTextCheckingResult.CheckingType = [.link]
22 |
23 | guard let detector = try? NSDataDetector(types: types.rawValue) else {
| `- error: cannot find 'NSDataDetector' in scope
24 | return false
25 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+DataDetection.swift:39:37: error: cannot infer contextual base in reference to member 'link'
37 |
38 | // result should be a link
39 | guard result.resultType == .link else {
| `- error: cannot infer contextual base in reference to member 'link'
40 | return false
41 | }
[312/1276] Compiling OrderedCollections OrderedDictionary.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:42:25: error: cannot find 'kCFStringTokenizerUnitWord' in scope
40 | public func tokenize() -> [String] {
41 | let inputRange = fullIndexRange.toNSRange(self).cfRange
42 | let flag = UInt(kCFStringTokenizerUnitWord)
| `- error: cannot find 'kCFStringTokenizerUnitWord' in scope
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:43:22: error: cannot find 'CFLocaleCopyCurrent' in scope
41 | let inputRange = fullIndexRange.toNSRange(self).cfRange
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
| `- error: cannot find 'CFLocaleCopyCurrent' in scope
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:44:25: error: cannot find 'CFStringTokenizerCreate' in scope
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
| `- error: cannot find 'CFStringTokenizerCreate' in scope
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
46 | var tokens: [String] = []
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:44:50: error: cannot find 'kCFAllocatorDefault' in scope
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
| `- error: cannot find 'kCFAllocatorDefault' in scope
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
46 | var tokens: [String] = []
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:44:79: error: cannot find type 'CFString' in scope
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
| `- error: cannot find type 'CFString' in scope
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
46 | var tokens: [String] = []
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:45:25: error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
| `- error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
46 | var tokens: [String] = []
47 |
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:48:28: error: cannot find 'CFStringTokenizerTokenType' in scope
46 | var tokens: [String] = []
47 |
48 | while tokenType != CFStringTokenizerTokenType() {
| `- error: cannot find 'CFStringTokenizerTokenType' in scope
49 | let currentTokenRange = CFStringTokenizerGetCurrentTokenRange(tokenizer)
50 | let substring = self.subString(currentTokenRange.nsRange)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:49:37: error: cannot find 'CFStringTokenizerGetCurrentTokenRange' in scope
47 |
48 | while tokenType != CFStringTokenizerTokenType() {
49 | let currentTokenRange = CFStringTokenizerGetCurrentTokenRange(tokenizer)
| `- error: cannot find 'CFStringTokenizerGetCurrentTokenRange' in scope
50 | let substring = self.subString(currentTokenRange.nsRange)
51 | tokens.append(substring)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:52:25: error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
50 | let substring = self.subString(currentTokenRange.nsRange)
51 | tokens.append(substring)
52 | tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
| `- error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
53 | }
54 |
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+DataDetection.swift:23:35: error: cannot find 'NSDataDetector' in scope
21 | let types: NSTextCheckingResult.CheckingType = [.link]
22 |
23 | guard let detector = try? NSDataDetector(types: types.rawValue) else {
| `- error: cannot find 'NSDataDetector' in scope
24 | return false
25 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+DataDetection.swift:39:37: error: cannot infer contextual base in reference to member 'link'
37 |
38 | // result should be a link
39 | guard result.resultType == .link else {
| `- error: cannot infer contextual base in reference to member 'link'
40 | return false
41 | }
[313/1277] Compiling OrderedCollections OrderedSet+Codable.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:42:25: error: cannot find 'kCFStringTokenizerUnitWord' in scope
40 | public func tokenize() -> [String] {
41 | let inputRange = fullIndexRange.toNSRange(self).cfRange
42 | let flag = UInt(kCFStringTokenizerUnitWord)
| `- error: cannot find 'kCFStringTokenizerUnitWord' in scope
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:43:22: error: cannot find 'CFLocaleCopyCurrent' in scope
41 | let inputRange = fullIndexRange.toNSRange(self).cfRange
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
| `- error: cannot find 'CFLocaleCopyCurrent' in scope
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:44:25: error: cannot find 'CFStringTokenizerCreate' in scope
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
| `- error: cannot find 'CFStringTokenizerCreate' in scope
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
46 | var tokens: [String] = []
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:44:50: error: cannot find 'kCFAllocatorDefault' in scope
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
| `- error: cannot find 'kCFAllocatorDefault' in scope
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
46 | var tokens: [String] = []
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:44:79: error: cannot find type 'CFString' in scope
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
| `- error: cannot find type 'CFString' in scope
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
46 | var tokens: [String] = []
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:45:25: error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
| `- error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
46 | var tokens: [String] = []
47 |
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:48:28: error: cannot find 'CFStringTokenizerTokenType' in scope
46 | var tokens: [String] = []
47 |
48 | while tokenType != CFStringTokenizerTokenType() {
| `- error: cannot find 'CFStringTokenizerTokenType' in scope
49 | let currentTokenRange = CFStringTokenizerGetCurrentTokenRange(tokenizer)
50 | let substring = self.subString(currentTokenRange.nsRange)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:49:37: error: cannot find 'CFStringTokenizerGetCurrentTokenRange' in scope
47 |
48 | while tokenType != CFStringTokenizerTokenType() {
49 | let currentTokenRange = CFStringTokenizerGetCurrentTokenRange(tokenizer)
| `- error: cannot find 'CFStringTokenizerGetCurrentTokenRange' in scope
50 | let substring = self.subString(currentTokenRange.nsRange)
51 | tokens.append(substring)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:52:25: error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
50 | let substring = self.subString(currentTokenRange.nsRange)
51 | tokens.append(substring)
52 | tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
| `- error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
53 | }
54 |
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+DataDetection.swift:23:35: error: cannot find 'NSDataDetector' in scope
21 | let types: NSTextCheckingResult.CheckingType = [.link]
22 |
23 | guard let detector = try? NSDataDetector(types: types.rawValue) else {
| `- error: cannot find 'NSDataDetector' in scope
24 | return false
25 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+DataDetection.swift:39:37: error: cannot infer contextual base in reference to member 'link'
37 |
38 | // result should be a link
39 | guard result.resultType == .link else {
| `- error: cannot infer contextual base in reference to member 'link'
40 | return false
41 | }
[314/1277] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:42:25: error: cannot find 'kCFStringTokenizerUnitWord' in scope
40 | public func tokenize() -> [String] {
41 | let inputRange = fullIndexRange.toNSRange(self).cfRange
42 | let flag = UInt(kCFStringTokenizerUnitWord)
| `- error: cannot find 'kCFStringTokenizerUnitWord' in scope
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:43:22: error: cannot find 'CFLocaleCopyCurrent' in scope
41 | let inputRange = fullIndexRange.toNSRange(self).cfRange
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
| `- error: cannot find 'CFLocaleCopyCurrent' in scope
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:44:25: error: cannot find 'CFStringTokenizerCreate' in scope
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
| `- error: cannot find 'CFStringTokenizerCreate' in scope
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
46 | var tokens: [String] = []
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:44:50: error: cannot find 'kCFAllocatorDefault' in scope
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
| `- error: cannot find 'kCFAllocatorDefault' in scope
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
46 | var tokens: [String] = []
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:44:79: error: cannot find type 'CFString' in scope
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
| `- error: cannot find type 'CFString' in scope
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
46 | var tokens: [String] = []
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:45:25: error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
| `- error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
46 | var tokens: [String] = []
47 |
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:48:28: error: cannot find 'CFStringTokenizerTokenType' in scope
46 | var tokens: [String] = []
47 |
48 | while tokenType != CFStringTokenizerTokenType() {
| `- error: cannot find 'CFStringTokenizerTokenType' in scope
49 | let currentTokenRange = CFStringTokenizerGetCurrentTokenRange(tokenizer)
50 | let substring = self.subString(currentTokenRange.nsRange)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:49:37: error: cannot find 'CFStringTokenizerGetCurrentTokenRange' in scope
47 |
48 | while tokenType != CFStringTokenizerTokenType() {
49 | let currentTokenRange = CFStringTokenizerGetCurrentTokenRange(tokenizer)
| `- error: cannot find 'CFStringTokenizerGetCurrentTokenRange' in scope
50 | let substring = self.subString(currentTokenRange.nsRange)
51 | tokens.append(substring)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:52:25: error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
50 | let substring = self.subString(currentTokenRange.nsRange)
51 | tokens.append(substring)
52 | tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
| `- error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
53 | }
54 |
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+DataDetection.swift:23:35: error: cannot find 'NSDataDetector' in scope
21 | let types: NSTextCheckingResult.CheckingType = [.link]
22 |
23 | guard let detector = try? NSDataDetector(types: types.rawValue) else {
| `- error: cannot find 'NSDataDetector' in scope
24 | return false
25 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+DataDetection.swift:39:37: error: cannot infer contextual base in reference to member 'link'
37 |
38 | // result should be a link
39 | guard result.resultType == .link else {
| `- error: cannot infer contextual base in reference to member 'link'
40 | return false
41 | }
[315/1277] Compiling OrderedCollections OrderedSet+Descriptions.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:42:25: error: cannot find 'kCFStringTokenizerUnitWord' in scope
40 | public func tokenize() -> [String] {
41 | let inputRange = fullIndexRange.toNSRange(self).cfRange
42 | let flag = UInt(kCFStringTokenizerUnitWord)
| `- error: cannot find 'kCFStringTokenizerUnitWord' in scope
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:43:22: error: cannot find 'CFLocaleCopyCurrent' in scope
41 | let inputRange = fullIndexRange.toNSRange(self).cfRange
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
| `- error: cannot find 'CFLocaleCopyCurrent' in scope
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:44:25: error: cannot find 'CFStringTokenizerCreate' in scope
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
| `- error: cannot find 'CFStringTokenizerCreate' in scope
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
46 | var tokens: [String] = []
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:44:50: error: cannot find 'kCFAllocatorDefault' in scope
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
| `- error: cannot find 'kCFAllocatorDefault' in scope
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
46 | var tokens: [String] = []
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:44:79: error: cannot find type 'CFString' in scope
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
| `- error: cannot find type 'CFString' in scope
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
46 | var tokens: [String] = []
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:45:25: error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
| `- error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
46 | var tokens: [String] = []
47 |
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:48:28: error: cannot find 'CFStringTokenizerTokenType' in scope
46 | var tokens: [String] = []
47 |
48 | while tokenType != CFStringTokenizerTokenType() {
| `- error: cannot find 'CFStringTokenizerTokenType' in scope
49 | let currentTokenRange = CFStringTokenizerGetCurrentTokenRange(tokenizer)
50 | let substring = self.subString(currentTokenRange.nsRange)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:49:37: error: cannot find 'CFStringTokenizerGetCurrentTokenRange' in scope
47 |
48 | while tokenType != CFStringTokenizerTokenType() {
49 | let currentTokenRange = CFStringTokenizerGetCurrentTokenRange(tokenizer)
| `- error: cannot find 'CFStringTokenizerGetCurrentTokenRange' in scope
50 | let substring = self.subString(currentTokenRange.nsRange)
51 | tokens.append(substring)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:52:25: error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
50 | let substring = self.subString(currentTokenRange.nsRange)
51 | tokens.append(substring)
52 | tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
| `- error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
53 | }
54 |
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+DataDetection.swift:23:35: error: cannot find 'NSDataDetector' in scope
21 | let types: NSTextCheckingResult.CheckingType = [.link]
22 |
23 | guard let detector = try? NSDataDetector(types: types.rawValue) else {
| `- error: cannot find 'NSDataDetector' in scope
24 | return false
25 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+DataDetection.swift:39:37: error: cannot infer contextual base in reference to member 'link'
37 |
38 | // result should be a link
39 | guard result.resultType == .link else {
| `- error: cannot infer contextual base in reference to member 'link'
40 | return false
41 | }
[316/1277] Compiling OrderedCollections OrderedSet+Diffing.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:42:25: error: cannot find 'kCFStringTokenizerUnitWord' in scope
40 | public func tokenize() -> [String] {
41 | let inputRange = fullIndexRange.toNSRange(self).cfRange
42 | let flag = UInt(kCFStringTokenizerUnitWord)
| `- error: cannot find 'kCFStringTokenizerUnitWord' in scope
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:43:22: error: cannot find 'CFLocaleCopyCurrent' in scope
41 | let inputRange = fullIndexRange.toNSRange(self).cfRange
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
| `- error: cannot find 'CFLocaleCopyCurrent' in scope
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:44:25: error: cannot find 'CFStringTokenizerCreate' in scope
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
| `- error: cannot find 'CFStringTokenizerCreate' in scope
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
46 | var tokens: [String] = []
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:44:50: error: cannot find 'kCFAllocatorDefault' in scope
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
| `- error: cannot find 'kCFAllocatorDefault' in scope
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
46 | var tokens: [String] = []
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:44:79: error: cannot find type 'CFString' in scope
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
| `- error: cannot find type 'CFString' in scope
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
46 | var tokens: [String] = []
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:45:25: error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
| `- error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
46 | var tokens: [String] = []
47 |
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:48:28: error: cannot find 'CFStringTokenizerTokenType' in scope
46 | var tokens: [String] = []
47 |
48 | while tokenType != CFStringTokenizerTokenType() {
| `- error: cannot find 'CFStringTokenizerTokenType' in scope
49 | let currentTokenRange = CFStringTokenizerGetCurrentTokenRange(tokenizer)
50 | let substring = self.subString(currentTokenRange.nsRange)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:49:37: error: cannot find 'CFStringTokenizerGetCurrentTokenRange' in scope
47 |
48 | while tokenType != CFStringTokenizerTokenType() {
49 | let currentTokenRange = CFStringTokenizerGetCurrentTokenRange(tokenizer)
| `- error: cannot find 'CFStringTokenizerGetCurrentTokenRange' in scope
50 | let substring = self.subString(currentTokenRange.nsRange)
51 | tokens.append(substring)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:52:25: error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
50 | let substring = self.subString(currentTokenRange.nsRange)
51 | tokens.append(substring)
52 | tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
| `- error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
53 | }
54 |
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+DataDetection.swift:23:35: error: cannot find 'NSDataDetector' in scope
21 | let types: NSTextCheckingResult.CheckingType = [.link]
22 |
23 | guard let detector = try? NSDataDetector(types: types.rawValue) else {
| `- error: cannot find 'NSDataDetector' in scope
24 | return false
25 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+DataDetection.swift:39:37: error: cannot infer contextual base in reference to member 'link'
37 |
38 | // result should be a link
39 | guard result.resultType == .link else {
| `- error: cannot infer contextual base in reference to member 'link'
40 | return false
41 | }
[317/1277] Compiling OrderedCollections OrderedSet+Equatable.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:42:25: error: cannot find 'kCFStringTokenizerUnitWord' in scope
40 | public func tokenize() -> [String] {
41 | let inputRange = fullIndexRange.toNSRange(self).cfRange
42 | let flag = UInt(kCFStringTokenizerUnitWord)
| `- error: cannot find 'kCFStringTokenizerUnitWord' in scope
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:43:22: error: cannot find 'CFLocaleCopyCurrent' in scope
41 | let inputRange = fullIndexRange.toNSRange(self).cfRange
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
| `- error: cannot find 'CFLocaleCopyCurrent' in scope
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:44:25: error: cannot find 'CFStringTokenizerCreate' in scope
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
| `- error: cannot find 'CFStringTokenizerCreate' in scope
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
46 | var tokens: [String] = []
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:44:50: error: cannot find 'kCFAllocatorDefault' in scope
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
| `- error: cannot find 'kCFAllocatorDefault' in scope
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
46 | var tokens: [String] = []
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:44:79: error: cannot find type 'CFString' in scope
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
| `- error: cannot find type 'CFString' in scope
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
46 | var tokens: [String] = []
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:45:25: error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
| `- error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
46 | var tokens: [String] = []
47 |
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:48:28: error: cannot find 'CFStringTokenizerTokenType' in scope
46 | var tokens: [String] = []
47 |
48 | while tokenType != CFStringTokenizerTokenType() {
| `- error: cannot find 'CFStringTokenizerTokenType' in scope
49 | let currentTokenRange = CFStringTokenizerGetCurrentTokenRange(tokenizer)
50 | let substring = self.subString(currentTokenRange.nsRange)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:49:37: error: cannot find 'CFStringTokenizerGetCurrentTokenRange' in scope
47 |
48 | while tokenType != CFStringTokenizerTokenType() {
49 | let currentTokenRange = CFStringTokenizerGetCurrentTokenRange(tokenizer)
| `- error: cannot find 'CFStringTokenizerGetCurrentTokenRange' in scope
50 | let substring = self.subString(currentTokenRange.nsRange)
51 | tokens.append(substring)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:52:25: error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
50 | let substring = self.subString(currentTokenRange.nsRange)
51 | tokens.append(substring)
52 | tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
| `- error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
53 | }
54 |
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+DataDetection.swift:23:35: error: cannot find 'NSDataDetector' in scope
21 | let types: NSTextCheckingResult.CheckingType = [.link]
22 |
23 | guard let detector = try? NSDataDetector(types: types.rawValue) else {
| `- error: cannot find 'NSDataDetector' in scope
24 | return false
25 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+DataDetection.swift:39:37: error: cannot infer contextual base in reference to member 'link'
37 |
38 | // result should be a link
39 | guard result.resultType == .link else {
| `- error: cannot infer contextual base in reference to member 'link'
40 | return false
41 | }
[318/1277] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:42:25: error: cannot find 'kCFStringTokenizerUnitWord' in scope
40 | public func tokenize() -> [String] {
41 | let inputRange = fullIndexRange.toNSRange(self).cfRange
42 | let flag = UInt(kCFStringTokenizerUnitWord)
| `- error: cannot find 'kCFStringTokenizerUnitWord' in scope
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:43:22: error: cannot find 'CFLocaleCopyCurrent' in scope
41 | let inputRange = fullIndexRange.toNSRange(self).cfRange
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
| `- error: cannot find 'CFLocaleCopyCurrent' in scope
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:44:25: error: cannot find 'CFStringTokenizerCreate' in scope
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
| `- error: cannot find 'CFStringTokenizerCreate' in scope
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
46 | var tokens: [String] = []
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:44:50: error: cannot find 'kCFAllocatorDefault' in scope
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
| `- error: cannot find 'kCFAllocatorDefault' in scope
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
46 | var tokens: [String] = []
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:44:79: error: cannot find type 'CFString' in scope
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
| `- error: cannot find type 'CFString' in scope
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
46 | var tokens: [String] = []
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:45:25: error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
| `- error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
46 | var tokens: [String] = []
47 |
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:48:28: error: cannot find 'CFStringTokenizerTokenType' in scope
46 | var tokens: [String] = []
47 |
48 | while tokenType != CFStringTokenizerTokenType() {
| `- error: cannot find 'CFStringTokenizerTokenType' in scope
49 | let currentTokenRange = CFStringTokenizerGetCurrentTokenRange(tokenizer)
50 | let substring = self.subString(currentTokenRange.nsRange)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:49:37: error: cannot find 'CFStringTokenizerGetCurrentTokenRange' in scope
47 |
48 | while tokenType != CFStringTokenizerTokenType() {
49 | let currentTokenRange = CFStringTokenizerGetCurrentTokenRange(tokenizer)
| `- error: cannot find 'CFStringTokenizerGetCurrentTokenRange' in scope
50 | let substring = self.subString(currentTokenRange.nsRange)
51 | tokens.append(substring)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:52:25: error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
50 | let substring = self.subString(currentTokenRange.nsRange)
51 | tokens.append(substring)
52 | tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
| `- error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
53 | }
54 |
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+DataDetection.swift:23:35: error: cannot find 'NSDataDetector' in scope
21 | let types: NSTextCheckingResult.CheckingType = [.link]
22 |
23 | guard let detector = try? NSDataDetector(types: types.rawValue) else {
| `- error: cannot find 'NSDataDetector' in scope
24 | return false
25 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+DataDetection.swift:39:37: error: cannot infer contextual base in reference to member 'link'
37 |
38 | // result should be a link
39 | guard result.resultType == .link else {
| `- error: cannot infer contextual base in reference to member 'link'
40 | return false
41 | }
[319/1277] Compiling OrderedCollections OrderedSet+Hashable.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:42:25: error: cannot find 'kCFStringTokenizerUnitWord' in scope
40 | public func tokenize() -> [String] {
41 | let inputRange = fullIndexRange.toNSRange(self).cfRange
42 | let flag = UInt(kCFStringTokenizerUnitWord)
| `- error: cannot find 'kCFStringTokenizerUnitWord' in scope
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:43:22: error: cannot find 'CFLocaleCopyCurrent' in scope
41 | let inputRange = fullIndexRange.toNSRange(self).cfRange
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
| `- error: cannot find 'CFLocaleCopyCurrent' in scope
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:44:25: error: cannot find 'CFStringTokenizerCreate' in scope
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
| `- error: cannot find 'CFStringTokenizerCreate' in scope
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
46 | var tokens: [String] = []
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:44:50: error: cannot find 'kCFAllocatorDefault' in scope
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
| `- error: cannot find 'kCFAllocatorDefault' in scope
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
46 | var tokens: [String] = []
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:44:79: error: cannot find type 'CFString' in scope
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
| `- error: cannot find type 'CFString' in scope
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
46 | var tokens: [String] = []
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:45:25: error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
| `- error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
46 | var tokens: [String] = []
47 |
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:48:28: error: cannot find 'CFStringTokenizerTokenType' in scope
46 | var tokens: [String] = []
47 |
48 | while tokenType != CFStringTokenizerTokenType() {
| `- error: cannot find 'CFStringTokenizerTokenType' in scope
49 | let currentTokenRange = CFStringTokenizerGetCurrentTokenRange(tokenizer)
50 | let substring = self.subString(currentTokenRange.nsRange)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:49:37: error: cannot find 'CFStringTokenizerGetCurrentTokenRange' in scope
47 |
48 | while tokenType != CFStringTokenizerTokenType() {
49 | let currentTokenRange = CFStringTokenizerGetCurrentTokenRange(tokenizer)
| `- error: cannot find 'CFStringTokenizerGetCurrentTokenRange' in scope
50 | let substring = self.subString(currentTokenRange.nsRange)
51 | tokens.append(substring)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:52:25: error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
50 | let substring = self.subString(currentTokenRange.nsRange)
51 | tokens.append(substring)
52 | tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
| `- error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
53 | }
54 |
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+DataDetection.swift:23:35: error: cannot find 'NSDataDetector' in scope
21 | let types: NSTextCheckingResult.CheckingType = [.link]
22 |
23 | guard let detector = try? NSDataDetector(types: types.rawValue) else {
| `- error: cannot find 'NSDataDetector' in scope
24 | return false
25 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+DataDetection.swift:39:37: error: cannot infer contextual base in reference to member 'link'
37 |
38 | // result should be a link
39 | guard result.resultType == .link else {
| `- error: cannot infer contextual base in reference to member 'link'
40 | return false
41 | }
[320/1277] Compiling OrderedCollections OrderedSet+Initializers.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:42:25: error: cannot find 'kCFStringTokenizerUnitWord' in scope
40 | public func tokenize() -> [String] {
41 | let inputRange = fullIndexRange.toNSRange(self).cfRange
42 | let flag = UInt(kCFStringTokenizerUnitWord)
| `- error: cannot find 'kCFStringTokenizerUnitWord' in scope
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:43:22: error: cannot find 'CFLocaleCopyCurrent' in scope
41 | let inputRange = fullIndexRange.toNSRange(self).cfRange
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
| `- error: cannot find 'CFLocaleCopyCurrent' in scope
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:44:25: error: cannot find 'CFStringTokenizerCreate' in scope
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
| `- error: cannot find 'CFStringTokenizerCreate' in scope
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
46 | var tokens: [String] = []
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:44:50: error: cannot find 'kCFAllocatorDefault' in scope
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
| `- error: cannot find 'kCFAllocatorDefault' in scope
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
46 | var tokens: [String] = []
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:44:79: error: cannot find type 'CFString' in scope
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
| `- error: cannot find type 'CFString' in scope
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
46 | var tokens: [String] = []
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:45:25: error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
| `- error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
46 | var tokens: [String] = []
47 |
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:48:28: error: cannot find 'CFStringTokenizerTokenType' in scope
46 | var tokens: [String] = []
47 |
48 | while tokenType != CFStringTokenizerTokenType() {
| `- error: cannot find 'CFStringTokenizerTokenType' in scope
49 | let currentTokenRange = CFStringTokenizerGetCurrentTokenRange(tokenizer)
50 | let substring = self.subString(currentTokenRange.nsRange)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:49:37: error: cannot find 'CFStringTokenizerGetCurrentTokenRange' in scope
47 |
48 | while tokenType != CFStringTokenizerTokenType() {
49 | let currentTokenRange = CFStringTokenizerGetCurrentTokenRange(tokenizer)
| `- error: cannot find 'CFStringTokenizerGetCurrentTokenRange' in scope
50 | let substring = self.subString(currentTokenRange.nsRange)
51 | tokens.append(substring)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:52:25: error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
50 | let substring = self.subString(currentTokenRange.nsRange)
51 | tokens.append(substring)
52 | tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
| `- error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
53 | }
54 |
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+DataDetection.swift:23:35: error: cannot find 'NSDataDetector' in scope
21 | let types: NSTextCheckingResult.CheckingType = [.link]
22 |
23 | guard let detector = try? NSDataDetector(types: types.rawValue) else {
| `- error: cannot find 'NSDataDetector' in scope
24 | return false
25 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+DataDetection.swift:39:37: error: cannot infer contextual base in reference to member 'link'
37 |
38 | // result should be a link
39 | guard result.resultType == .link else {
| `- error: cannot infer contextual base in reference to member 'link'
40 | return false
41 | }
[321/1277] Compiling OrderedCollections OrderedSet+Insertions.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:42:25: error: cannot find 'kCFStringTokenizerUnitWord' in scope
40 | public func tokenize() -> [String] {
41 | let inputRange = fullIndexRange.toNSRange(self).cfRange
42 | let flag = UInt(kCFStringTokenizerUnitWord)
| `- error: cannot find 'kCFStringTokenizerUnitWord' in scope
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:43:22: error: cannot find 'CFLocaleCopyCurrent' in scope
41 | let inputRange = fullIndexRange.toNSRange(self).cfRange
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
| `- error: cannot find 'CFLocaleCopyCurrent' in scope
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:44:25: error: cannot find 'CFStringTokenizerCreate' in scope
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
| `- error: cannot find 'CFStringTokenizerCreate' in scope
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
46 | var tokens: [String] = []
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:44:50: error: cannot find 'kCFAllocatorDefault' in scope
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
| `- error: cannot find 'kCFAllocatorDefault' in scope
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
46 | var tokens: [String] = []
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:44:79: error: cannot find type 'CFString' in scope
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
| `- error: cannot find type 'CFString' in scope
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
46 | var tokens: [String] = []
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:45:25: error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
| `- error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
46 | var tokens: [String] = []
47 |
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:48:28: error: cannot find 'CFStringTokenizerTokenType' in scope
46 | var tokens: [String] = []
47 |
48 | while tokenType != CFStringTokenizerTokenType() {
| `- error: cannot find 'CFStringTokenizerTokenType' in scope
49 | let currentTokenRange = CFStringTokenizerGetCurrentTokenRange(tokenizer)
50 | let substring = self.subString(currentTokenRange.nsRange)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:49:37: error: cannot find 'CFStringTokenizerGetCurrentTokenRange' in scope
47 |
48 | while tokenType != CFStringTokenizerTokenType() {
49 | let currentTokenRange = CFStringTokenizerGetCurrentTokenRange(tokenizer)
| `- error: cannot find 'CFStringTokenizerGetCurrentTokenRange' in scope
50 | let substring = self.subString(currentTokenRange.nsRange)
51 | tokens.append(substring)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:52:25: error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
50 | let substring = self.subString(currentTokenRange.nsRange)
51 | tokens.append(substring)
52 | tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
| `- error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
53 | }
54 |
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+DataDetection.swift:23:35: error: cannot find 'NSDataDetector' in scope
21 | let types: NSTextCheckingResult.CheckingType = [.link]
22 |
23 | guard let detector = try? NSDataDetector(types: types.rawValue) else {
| `- error: cannot find 'NSDataDetector' in scope
24 | return false
25 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+DataDetection.swift:39:37: error: cannot infer contextual base in reference to member 'link'
37 |
38 | // result should be a link
39 | guard result.resultType == .link else {
| `- error: cannot infer contextual base in reference to member 'link'
40 | return false
41 | }
[322/1277] Compiling OrderedCollections OrderedSet+Invariants.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:42:25: error: cannot find 'kCFStringTokenizerUnitWord' in scope
40 | public func tokenize() -> [String] {
41 | let inputRange = fullIndexRange.toNSRange(self).cfRange
42 | let flag = UInt(kCFStringTokenizerUnitWord)
| `- error: cannot find 'kCFStringTokenizerUnitWord' in scope
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:43:22: error: cannot find 'CFLocaleCopyCurrent' in scope
41 | let inputRange = fullIndexRange.toNSRange(self).cfRange
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
| `- error: cannot find 'CFLocaleCopyCurrent' in scope
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:44:25: error: cannot find 'CFStringTokenizerCreate' in scope
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
| `- error: cannot find 'CFStringTokenizerCreate' in scope
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
46 | var tokens: [String] = []
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:44:50: error: cannot find 'kCFAllocatorDefault' in scope
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
| `- error: cannot find 'kCFAllocatorDefault' in scope
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
46 | var tokens: [String] = []
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:44:79: error: cannot find type 'CFString' in scope
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
| `- error: cannot find type 'CFString' in scope
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
46 | var tokens: [String] = []
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:45:25: error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
| `- error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
46 | var tokens: [String] = []
47 |
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:48:28: error: cannot find 'CFStringTokenizerTokenType' in scope
46 | var tokens: [String] = []
47 |
48 | while tokenType != CFStringTokenizerTokenType() {
| `- error: cannot find 'CFStringTokenizerTokenType' in scope
49 | let currentTokenRange = CFStringTokenizerGetCurrentTokenRange(tokenizer)
50 | let substring = self.subString(currentTokenRange.nsRange)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:49:37: error: cannot find 'CFStringTokenizerGetCurrentTokenRange' in scope
47 |
48 | while tokenType != CFStringTokenizerTokenType() {
49 | let currentTokenRange = CFStringTokenizerGetCurrentTokenRange(tokenizer)
| `- error: cannot find 'CFStringTokenizerGetCurrentTokenRange' in scope
50 | let substring = self.subString(currentTokenRange.nsRange)
51 | tokens.append(substring)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:52:25: error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
50 | let substring = self.subString(currentTokenRange.nsRange)
51 | tokens.append(substring)
52 | tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
| `- error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
53 | }
54 |
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+DataDetection.swift:23:35: error: cannot find 'NSDataDetector' in scope
21 | let types: NSTextCheckingResult.CheckingType = [.link]
22 |
23 | guard let detector = try? NSDataDetector(types: types.rawValue) else {
| `- error: cannot find 'NSDataDetector' in scope
24 | return false
25 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+DataDetection.swift:39:37: error: cannot infer contextual base in reference to member 'link'
37 |
38 | // result should be a link
39 | guard result.resultType == .link else {
| `- error: cannot infer contextual base in reference to member 'link'
40 | return false
41 | }
[323/1277] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:42:25: error: cannot find 'kCFStringTokenizerUnitWord' in scope
40 | public func tokenize() -> [String] {
41 | let inputRange = fullIndexRange.toNSRange(self).cfRange
42 | let flag = UInt(kCFStringTokenizerUnitWord)
| `- error: cannot find 'kCFStringTokenizerUnitWord' in scope
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:43:22: error: cannot find 'CFLocaleCopyCurrent' in scope
41 | let inputRange = fullIndexRange.toNSRange(self).cfRange
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
| `- error: cannot find 'CFLocaleCopyCurrent' in scope
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:44:25: error: cannot find 'CFStringTokenizerCreate' in scope
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
| `- error: cannot find 'CFStringTokenizerCreate' in scope
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
46 | var tokens: [String] = []
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:44:50: error: cannot find 'kCFAllocatorDefault' in scope
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
| `- error: cannot find 'kCFAllocatorDefault' in scope
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
46 | var tokens: [String] = []
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:44:79: error: cannot find type 'CFString' in scope
42 | let flag = UInt(kCFStringTokenizerUnitWord)
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
| `- error: cannot find type 'CFString' in scope
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
46 | var tokens: [String] = []
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:45:25: error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
43 | let locale = CFLocaleCopyCurrent()
44 | let tokenizer = CFStringTokenizerCreate( kCFAllocatorDefault, self as CFString?, inputRange, flag, locale)
45 | var tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
| `- error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
46 | var tokens: [String] = []
47 |
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:48:28: error: cannot find 'CFStringTokenizerTokenType' in scope
46 | var tokens: [String] = []
47 |
48 | while tokenType != CFStringTokenizerTokenType() {
| `- error: cannot find 'CFStringTokenizerTokenType' in scope
49 | let currentTokenRange = CFStringTokenizerGetCurrentTokenRange(tokenizer)
50 | let substring = self.subString(currentTokenRange.nsRange)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:49:37: error: cannot find 'CFStringTokenizerGetCurrentTokenRange' in scope
47 |
48 | while tokenType != CFStringTokenizerTokenType() {
49 | let currentTokenRange = CFStringTokenizerGetCurrentTokenRange(tokenizer)
| `- error: cannot find 'CFStringTokenizerGetCurrentTokenRange' in scope
50 | let substring = self.subString(currentTokenRange.nsRange)
51 | tokens.append(substring)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+ContentParsing.swift:52:25: error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
50 | let substring = self.subString(currentTokenRange.nsRange)
51 | tokens.append(substring)
52 | tokenType = CFStringTokenizerAdvanceToNextToken(tokenizer)
| `- error: cannot find 'CFStringTokenizerAdvanceToNextToken' in scope
53 | }
54 |
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+DataDetection.swift:23:35: error: cannot find 'NSDataDetector' in scope
21 | let types: NSTextCheckingResult.CheckingType = [.link]
22 |
23 | guard let detector = try? NSDataDetector(types: types.rawValue) else {
| `- error: cannot find 'NSDataDetector' in scope
24 | return false
25 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+DataDetection.swift:39:37: error: cannot infer contextual base in reference to member 'link'
37 |
38 | // result should be a link
39 | guard result.resultType == .link else {
| `- error: cannot infer contextual base in reference to member 'link'
40 | return false
41 | }
[326/1277] Compiling Swiftest RangeConvertible.swift
[327/1277] Compiling Swiftest StringConvertible.swift
[328/1277] Compiling Swiftest Identifiable.swift
[329/1277] Compiling Swiftest DefaultMutable.swift
[330/1277] Compiling Swiftest Defaultable.swift
[331/1277] Compiling Swiftest EmptyInitializable.swift
[332/1277] Compiling Swiftest Mockable.swift
[333/1277] Compiling Swiftest ObjectDisplayable.swift
[334/1277] Compiling Swiftest OptionalProtocol.swift
[335/1277] Compiling Swiftest RangeRandomizable.swift
[336/1277] Compiling Swiftest Then.swift
[337/1277] Compiling Swiftest CALayer+.swift
[338/1277] Compiling Swiftest BinaryFloatingPoint+Rounding.swift
[339/1277] Compiling Swiftest Character+.swift
[340/1277] Compiling Swiftest ClosedRange+Wrapping.swift
[341/1277] Compiling Swiftest Collection+.swift
[342/1277] Compiling Swiftest Collection+Filtering.swift
[343/1277] Compiling Swiftest Collection+Indices.swift
[344/1277] Compiling _RopeModule Rope+Find.swift
[345/1277] Compiling _RopeModule Rope+ForEachWhile.swift
[346/1277] Compiling _RopeModule Rope+Insert.swift
[347/1277] Compiling _RopeModule BigString+Append.swift
[348/1277] Compiling _RopeModule BigString+Initializers.swift
[349/1277] Compiling _RopeModule BigString+Insert.swift
[350/1277] Compiling _RopeModule BigString+Managing Breaks.swift
[351/1277] Compiling _RopeModule BigString+RemoveSubrange.swift
[352/1277] Compiling _RopeModule BigString+ReplaceSubrange.swift
[353/1277] Compiling _RopeModule BigString+Split.swift
[354/1277] Compiling _RopeModule Range+BigString.swift
[355/1277] Compiling _RopeModule BigString+UTF16View.swift
[356/1277] Compiling _RopeModule BigString+UTF8View.swift
[357/1277] Compiling Swiftest Comparable+Range.swift
[358/1277] Compiling Swiftest Dictionary+.swift
[359/1277] Compiling Swiftest Dictionary+Arithmetic.swift
[360/1277] Compiling Swiftest Dictionary+DynamicLookup.swift
[361/1277] Compiling Swiftest Dictionary+EnumKeyLookup.swift
[362/1292] Compiling Metrics Metrics.swift
[370/1299] Emitting module Metrics
[371/1300] Compiling Swiftest KeyPathValuePairInitializable.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Operators/ArithmeticOperators/ExponentiationOperator.swift:24:12: error: no exact matches in call to global function 'pow'
22 | public func ** (lhs: Float, rhs: Float) -> Float {
23 | // http://nshipster.com/swift-operators/
24 | return pow(lhs, rhs)
| |- error: no exact matches in call to global function 'pow'
| |- note: candidate has partially matching parameter list (CGFloat, CGFloat)
| `- note: candidate has partially matching parameter list (Decimal, Int)
25 | }
26 |
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/include/math.h:196:8: note: candidate has partially matching parameter list (Double, Double)
194 | long double hypotl(long double __x, long double __y);
195 |
196 | double pow(double __x, double __y);
| `- note: candidate has partially matching parameter list (Double, Double)
197 | float powf(float __x, float __y);
198 | long double powl(long double __x, long double __y);
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Operators/ArithmeticOperators/ExponentiationOperator.swift:24:12: error: no 'pow' candidates produce the expected contextual result type 'Float'
22 | public func ** (lhs: Float, rhs: Float) -> Float {
23 | // http://nshipster.com/swift-operators/
24 | return pow(lhs, rhs)
| `- error: no 'pow' candidates produce the expected contextual result type 'Float'
25 | }
26 |
Foundation.pow:1:13: note: 'pow' produces 'CGFloat', not the expected contextual result type 'Float'
1 | public func pow(_ lhs: CGFloat, _ rhs: CGFloat) -> CGFloat
| `- note: 'pow' produces 'CGFloat', not the expected contextual result type 'Float'
Foundation.pow:1:13: note: 'pow' produces 'Decimal', not the expected contextual result type 'Float'
1 | public func pow(_ x: Decimal, _ y: Int) -> Decimal
| `- note: 'pow' produces 'Decimal', not the expected contextual result type 'Float'
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/include/math.h:196:8: note: 'pow' produces 'Double', not the expected contextual result type 'Float'
194 | long double hypotl(long double __x, long double __y);
195 |
196 | double pow(double __x, double __y);
| `- note: 'pow' produces 'Double', not the expected contextual result type 'Float'
197 | float powf(float __x, float __y);
198 | long double powl(long double __x, long double __y);
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Utils/ReadWriteLock.swift:21:5: error: cannot find 'objc_sync_enter' in scope
19 | ///Emoji read/write locking because it is too good to pass up
20 | public func 🔒(_ object: AnyObject, closure: () -> Void) {
21 | objc_sync_enter(object)
| `- error: cannot find 'objc_sync_enter' in scope
22 | closure()
23 | objc_sync_exit(object)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Utils/ReadWriteLock.swift:23:5: error: cannot find 'objc_sync_exit' in scope
21 | objc_sync_enter(object)
22 | closure()
23 | objc_sync_exit(object)
| `- error: cannot find 'objc_sync_exit' in scope
24 | }
25 |
[372/1300] Compiling Swiftest ExponentiationOperator.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Operators/ArithmeticOperators/ExponentiationOperator.swift:24:12: error: no exact matches in call to global function 'pow'
22 | public func ** (lhs: Float, rhs: Float) -> Float {
23 | // http://nshipster.com/swift-operators/
24 | return pow(lhs, rhs)
| |- error: no exact matches in call to global function 'pow'
| |- note: candidate has partially matching parameter list (CGFloat, CGFloat)
| `- note: candidate has partially matching parameter list (Decimal, Int)
25 | }
26 |
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/include/math.h:196:8: note: candidate has partially matching parameter list (Double, Double)
194 | long double hypotl(long double __x, long double __y);
195 |
196 | double pow(double __x, double __y);
| `- note: candidate has partially matching parameter list (Double, Double)
197 | float powf(float __x, float __y);
198 | long double powl(long double __x, long double __y);
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Operators/ArithmeticOperators/ExponentiationOperator.swift:24:12: error: no 'pow' candidates produce the expected contextual result type 'Float'
22 | public func ** (lhs: Float, rhs: Float) -> Float {
23 | // http://nshipster.com/swift-operators/
24 | return pow(lhs, rhs)
| `- error: no 'pow' candidates produce the expected contextual result type 'Float'
25 | }
26 |
Foundation.pow:1:13: note: 'pow' produces 'CGFloat', not the expected contextual result type 'Float'
1 | public func pow(_ lhs: CGFloat, _ rhs: CGFloat) -> CGFloat
| `- note: 'pow' produces 'CGFloat', not the expected contextual result type 'Float'
Foundation.pow:1:13: note: 'pow' produces 'Decimal', not the expected contextual result type 'Float'
1 | public func pow(_ x: Decimal, _ y: Int) -> Decimal
| `- note: 'pow' produces 'Decimal', not the expected contextual result type 'Float'
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/include/math.h:196:8: note: 'pow' produces 'Double', not the expected contextual result type 'Float'
194 | long double hypotl(long double __x, long double __y);
195 |
196 | double pow(double __x, double __y);
| `- note: 'pow' produces 'Double', not the expected contextual result type 'Float'
197 | float powf(float __x, float __y);
198 | long double powl(long double __x, long double __y);
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Utils/ReadWriteLock.swift:21:5: error: cannot find 'objc_sync_enter' in scope
19 | ///Emoji read/write locking because it is too good to pass up
20 | public func 🔒(_ object: AnyObject, closure: () -> Void) {
21 | objc_sync_enter(object)
| `- error: cannot find 'objc_sync_enter' in scope
22 | closure()
23 | objc_sync_exit(object)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Utils/ReadWriteLock.swift:23:5: error: cannot find 'objc_sync_exit' in scope
21 | objc_sync_enter(object)
22 | closure()
23 | objc_sync_exit(object)
| `- error: cannot find 'objc_sync_exit' in scope
24 | }
25 |
[373/1300] Compiling Swiftest PlusMinusOperator.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Operators/ArithmeticOperators/ExponentiationOperator.swift:24:12: error: no exact matches in call to global function 'pow'
22 | public func ** (lhs: Float, rhs: Float) -> Float {
23 | // http://nshipster.com/swift-operators/
24 | return pow(lhs, rhs)
| |- error: no exact matches in call to global function 'pow'
| |- note: candidate has partially matching parameter list (CGFloat, CGFloat)
| `- note: candidate has partially matching parameter list (Decimal, Int)
25 | }
26 |
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/include/math.h:196:8: note: candidate has partially matching parameter list (Double, Double)
194 | long double hypotl(long double __x, long double __y);
195 |
196 | double pow(double __x, double __y);
| `- note: candidate has partially matching parameter list (Double, Double)
197 | float powf(float __x, float __y);
198 | long double powl(long double __x, long double __y);
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Operators/ArithmeticOperators/ExponentiationOperator.swift:24:12: error: no 'pow' candidates produce the expected contextual result type 'Float'
22 | public func ** (lhs: Float, rhs: Float) -> Float {
23 | // http://nshipster.com/swift-operators/
24 | return pow(lhs, rhs)
| `- error: no 'pow' candidates produce the expected contextual result type 'Float'
25 | }
26 |
Foundation.pow:1:13: note: 'pow' produces 'CGFloat', not the expected contextual result type 'Float'
1 | public func pow(_ lhs: CGFloat, _ rhs: CGFloat) -> CGFloat
| `- note: 'pow' produces 'CGFloat', not the expected contextual result type 'Float'
Foundation.pow:1:13: note: 'pow' produces 'Decimal', not the expected contextual result type 'Float'
1 | public func pow(_ x: Decimal, _ y: Int) -> Decimal
| `- note: 'pow' produces 'Decimal', not the expected contextual result type 'Float'
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/include/math.h:196:8: note: 'pow' produces 'Double', not the expected contextual result type 'Float'
194 | long double hypotl(long double __x, long double __y);
195 |
196 | double pow(double __x, double __y);
| `- note: 'pow' produces 'Double', not the expected contextual result type 'Float'
197 | float powf(float __x, float __y);
198 | long double powl(long double __x, long double __y);
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Utils/ReadWriteLock.swift:21:5: error: cannot find 'objc_sync_enter' in scope
19 | ///Emoji read/write locking because it is too good to pass up
20 | public func 🔒(_ object: AnyObject, closure: () -> Void) {
21 | objc_sync_enter(object)
| `- error: cannot find 'objc_sync_enter' in scope
22 | closure()
23 | objc_sync_exit(object)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Utils/ReadWriteLock.swift:23:5: error: cannot find 'objc_sync_exit' in scope
21 | objc_sync_enter(object)
22 | closure()
23 | objc_sync_exit(object)
| `- error: cannot find 'objc_sync_exit' in scope
24 | }
25 |
[374/1300] Compiling Swiftest SquareRootOperator.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Operators/ArithmeticOperators/ExponentiationOperator.swift:24:12: error: no exact matches in call to global function 'pow'
22 | public func ** (lhs: Float, rhs: Float) -> Float {
23 | // http://nshipster.com/swift-operators/
24 | return pow(lhs, rhs)
| |- error: no exact matches in call to global function 'pow'
| |- note: candidate has partially matching parameter list (CGFloat, CGFloat)
| `- note: candidate has partially matching parameter list (Decimal, Int)
25 | }
26 |
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/include/math.h:196:8: note: candidate has partially matching parameter list (Double, Double)
194 | long double hypotl(long double __x, long double __y);
195 |
196 | double pow(double __x, double __y);
| `- note: candidate has partially matching parameter list (Double, Double)
197 | float powf(float __x, float __y);
198 | long double powl(long double __x, long double __y);
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Operators/ArithmeticOperators/ExponentiationOperator.swift:24:12: error: no 'pow' candidates produce the expected contextual result type 'Float'
22 | public func ** (lhs: Float, rhs: Float) -> Float {
23 | // http://nshipster.com/swift-operators/
24 | return pow(lhs, rhs)
| `- error: no 'pow' candidates produce the expected contextual result type 'Float'
25 | }
26 |
Foundation.pow:1:13: note: 'pow' produces 'CGFloat', not the expected contextual result type 'Float'
1 | public func pow(_ lhs: CGFloat, _ rhs: CGFloat) -> CGFloat
| `- note: 'pow' produces 'CGFloat', not the expected contextual result type 'Float'
Foundation.pow:1:13: note: 'pow' produces 'Decimal', not the expected contextual result type 'Float'
1 | public func pow(_ x: Decimal, _ y: Int) -> Decimal
| `- note: 'pow' produces 'Decimal', not the expected contextual result type 'Float'
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/include/math.h:196:8: note: 'pow' produces 'Double', not the expected contextual result type 'Float'
194 | long double hypotl(long double __x, long double __y);
195 |
196 | double pow(double __x, double __y);
| `- note: 'pow' produces 'Double', not the expected contextual result type 'Float'
197 | float powf(float __x, float __y);
198 | long double powl(long double __x, long double __y);
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Utils/ReadWriteLock.swift:21:5: error: cannot find 'objc_sync_enter' in scope
19 | ///Emoji read/write locking because it is too good to pass up
20 | public func 🔒(_ object: AnyObject, closure: () -> Void) {
21 | objc_sync_enter(object)
| `- error: cannot find 'objc_sync_enter' in scope
22 | closure()
23 | objc_sync_exit(object)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Utils/ReadWriteLock.swift:23:5: error: cannot find 'objc_sync_exit' in scope
21 | objc_sync_enter(object)
22 | closure()
23 | objc_sync_exit(object)
| `- error: cannot find 'objc_sync_exit' in scope
24 | }
25 |
[375/1300] Compiling Swiftest FunctionChainOperator.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Operators/ArithmeticOperators/ExponentiationOperator.swift:24:12: error: no exact matches in call to global function 'pow'
22 | public func ** (lhs: Float, rhs: Float) -> Float {
23 | // http://nshipster.com/swift-operators/
24 | return pow(lhs, rhs)
| |- error: no exact matches in call to global function 'pow'
| |- note: candidate has partially matching parameter list (CGFloat, CGFloat)
| `- note: candidate has partially matching parameter list (Decimal, Int)
25 | }
26 |
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/include/math.h:196:8: note: candidate has partially matching parameter list (Double, Double)
194 | long double hypotl(long double __x, long double __y);
195 |
196 | double pow(double __x, double __y);
| `- note: candidate has partially matching parameter list (Double, Double)
197 | float powf(float __x, float __y);
198 | long double powl(long double __x, long double __y);
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Operators/ArithmeticOperators/ExponentiationOperator.swift:24:12: error: no 'pow' candidates produce the expected contextual result type 'Float'
22 | public func ** (lhs: Float, rhs: Float) -> Float {
23 | // http://nshipster.com/swift-operators/
24 | return pow(lhs, rhs)
| `- error: no 'pow' candidates produce the expected contextual result type 'Float'
25 | }
26 |
Foundation.pow:1:13: note: 'pow' produces 'CGFloat', not the expected contextual result type 'Float'
1 | public func pow(_ lhs: CGFloat, _ rhs: CGFloat) -> CGFloat
| `- note: 'pow' produces 'CGFloat', not the expected contextual result type 'Float'
Foundation.pow:1:13: note: 'pow' produces 'Decimal', not the expected contextual result type 'Float'
1 | public func pow(_ x: Decimal, _ y: Int) -> Decimal
| `- note: 'pow' produces 'Decimal', not the expected contextual result type 'Float'
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/include/math.h:196:8: note: 'pow' produces 'Double', not the expected contextual result type 'Float'
194 | long double hypotl(long double __x, long double __y);
195 |
196 | double pow(double __x, double __y);
| `- note: 'pow' produces 'Double', not the expected contextual result type 'Float'
197 | float powf(float __x, float __y);
198 | long double powl(long double __x, long double __y);
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Utils/ReadWriteLock.swift:21:5: error: cannot find 'objc_sync_enter' in scope
19 | ///Emoji read/write locking because it is too good to pass up
20 | public func 🔒(_ object: AnyObject, closure: () -> Void) {
21 | objc_sync_enter(object)
| `- error: cannot find 'objc_sync_enter' in scope
22 | closure()
23 | objc_sync_exit(object)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Utils/ReadWriteLock.swift:23:5: error: cannot find 'objc_sync_exit' in scope
21 | objc_sync_enter(object)
22 | closure()
23 | objc_sync_exit(object)
| `- error: cannot find 'objc_sync_exit' in scope
24 | }
25 |
[376/1300] Compiling Swiftest MapOperator.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Operators/ArithmeticOperators/ExponentiationOperator.swift:24:12: error: no exact matches in call to global function 'pow'
22 | public func ** (lhs: Float, rhs: Float) -> Float {
23 | // http://nshipster.com/swift-operators/
24 | return pow(lhs, rhs)
| |- error: no exact matches in call to global function 'pow'
| |- note: candidate has partially matching parameter list (CGFloat, CGFloat)
| `- note: candidate has partially matching parameter list (Decimal, Int)
25 | }
26 |
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/include/math.h:196:8: note: candidate has partially matching parameter list (Double, Double)
194 | long double hypotl(long double __x, long double __y);
195 |
196 | double pow(double __x, double __y);
| `- note: candidate has partially matching parameter list (Double, Double)
197 | float powf(float __x, float __y);
198 | long double powl(long double __x, long double __y);
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Operators/ArithmeticOperators/ExponentiationOperator.swift:24:12: error: no 'pow' candidates produce the expected contextual result type 'Float'
22 | public func ** (lhs: Float, rhs: Float) -> Float {
23 | // http://nshipster.com/swift-operators/
24 | return pow(lhs, rhs)
| `- error: no 'pow' candidates produce the expected contextual result type 'Float'
25 | }
26 |
Foundation.pow:1:13: note: 'pow' produces 'CGFloat', not the expected contextual result type 'Float'
1 | public func pow(_ lhs: CGFloat, _ rhs: CGFloat) -> CGFloat
| `- note: 'pow' produces 'CGFloat', not the expected contextual result type 'Float'
Foundation.pow:1:13: note: 'pow' produces 'Decimal', not the expected contextual result type 'Float'
1 | public func pow(_ x: Decimal, _ y: Int) -> Decimal
| `- note: 'pow' produces 'Decimal', not the expected contextual result type 'Float'
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/include/math.h:196:8: note: 'pow' produces 'Double', not the expected contextual result type 'Float'
194 | long double hypotl(long double __x, long double __y);
195 |
196 | double pow(double __x, double __y);
| `- note: 'pow' produces 'Double', not the expected contextual result type 'Float'
197 | float powf(float __x, float __y);
198 | long double powl(long double __x, long double __y);
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Utils/ReadWriteLock.swift:21:5: error: cannot find 'objc_sync_enter' in scope
19 | ///Emoji read/write locking because it is too good to pass up
20 | public func 🔒(_ object: AnyObject, closure: () -> Void) {
21 | objc_sync_enter(object)
| `- error: cannot find 'objc_sync_enter' in scope
22 | closure()
23 | objc_sync_exit(object)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Utils/ReadWriteLock.swift:23:5: error: cannot find 'objc_sync_exit' in scope
21 | objc_sync_enter(object)
22 | closure()
23 | objc_sync_exit(object)
| `- error: cannot find 'objc_sync_exit' in scope
24 | }
25 |
[377/1300] Compiling Swiftest OptionalAssignmentOperators.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Operators/ArithmeticOperators/ExponentiationOperator.swift:24:12: error: no exact matches in call to global function 'pow'
22 | public func ** (lhs: Float, rhs: Float) -> Float {
23 | // http://nshipster.com/swift-operators/
24 | return pow(lhs, rhs)
| |- error: no exact matches in call to global function 'pow'
| |- note: candidate has partially matching parameter list (CGFloat, CGFloat)
| `- note: candidate has partially matching parameter list (Decimal, Int)
25 | }
26 |
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/include/math.h:196:8: note: candidate has partially matching parameter list (Double, Double)
194 | long double hypotl(long double __x, long double __y);
195 |
196 | double pow(double __x, double __y);
| `- note: candidate has partially matching parameter list (Double, Double)
197 | float powf(float __x, float __y);
198 | long double powl(long double __x, long double __y);
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Operators/ArithmeticOperators/ExponentiationOperator.swift:24:12: error: no 'pow' candidates produce the expected contextual result type 'Float'
22 | public func ** (lhs: Float, rhs: Float) -> Float {
23 | // http://nshipster.com/swift-operators/
24 | return pow(lhs, rhs)
| `- error: no 'pow' candidates produce the expected contextual result type 'Float'
25 | }
26 |
Foundation.pow:1:13: note: 'pow' produces 'CGFloat', not the expected contextual result type 'Float'
1 | public func pow(_ lhs: CGFloat, _ rhs: CGFloat) -> CGFloat
| `- note: 'pow' produces 'CGFloat', not the expected contextual result type 'Float'
Foundation.pow:1:13: note: 'pow' produces 'Decimal', not the expected contextual result type 'Float'
1 | public func pow(_ x: Decimal, _ y: Int) -> Decimal
| `- note: 'pow' produces 'Decimal', not the expected contextual result type 'Float'
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/include/math.h:196:8: note: 'pow' produces 'Double', not the expected contextual result type 'Float'
194 | long double hypotl(long double __x, long double __y);
195 |
196 | double pow(double __x, double __y);
| `- note: 'pow' produces 'Double', not the expected contextual result type 'Float'
197 | float powf(float __x, float __y);
198 | long double powl(long double __x, long double __y);
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Utils/ReadWriteLock.swift:21:5: error: cannot find 'objc_sync_enter' in scope
19 | ///Emoji read/write locking because it is too good to pass up
20 | public func 🔒(_ object: AnyObject, closure: () -> Void) {
21 | objc_sync_enter(object)
| `- error: cannot find 'objc_sync_enter' in scope
22 | closure()
23 | objc_sync_exit(object)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Utils/ReadWriteLock.swift:23:5: error: cannot find 'objc_sync_exit' in scope
21 | objc_sync_enter(object)
22 | closure()
23 | objc_sync_exit(object)
| `- error: cannot find 'objc_sync_exit' in scope
24 | }
25 |
[378/1300] Compiling Swiftest TransformErrorOperator.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Operators/ArithmeticOperators/ExponentiationOperator.swift:24:12: error: no exact matches in call to global function 'pow'
22 | public func ** (lhs: Float, rhs: Float) -> Float {
23 | // http://nshipster.com/swift-operators/
24 | return pow(lhs, rhs)
| |- error: no exact matches in call to global function 'pow'
| |- note: candidate has partially matching parameter list (CGFloat, CGFloat)
| `- note: candidate has partially matching parameter list (Decimal, Int)
25 | }
26 |
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/include/math.h:196:8: note: candidate has partially matching parameter list (Double, Double)
194 | long double hypotl(long double __x, long double __y);
195 |
196 | double pow(double __x, double __y);
| `- note: candidate has partially matching parameter list (Double, Double)
197 | float powf(float __x, float __y);
198 | long double powl(long double __x, long double __y);
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Operators/ArithmeticOperators/ExponentiationOperator.swift:24:12: error: no 'pow' candidates produce the expected contextual result type 'Float'
22 | public func ** (lhs: Float, rhs: Float) -> Float {
23 | // http://nshipster.com/swift-operators/
24 | return pow(lhs, rhs)
| `- error: no 'pow' candidates produce the expected contextual result type 'Float'
25 | }
26 |
Foundation.pow:1:13: note: 'pow' produces 'CGFloat', not the expected contextual result type 'Float'
1 | public func pow(_ lhs: CGFloat, _ rhs: CGFloat) -> CGFloat
| `- note: 'pow' produces 'CGFloat', not the expected contextual result type 'Float'
Foundation.pow:1:13: note: 'pow' produces 'Decimal', not the expected contextual result type 'Float'
1 | public func pow(_ x: Decimal, _ y: Int) -> Decimal
| `- note: 'pow' produces 'Decimal', not the expected contextual result type 'Float'
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/include/math.h:196:8: note: 'pow' produces 'Double', not the expected contextual result type 'Float'
194 | long double hypotl(long double __x, long double __y);
195 |
196 | double pow(double __x, double __y);
| `- note: 'pow' produces 'Double', not the expected contextual result type 'Float'
197 | float powf(float __x, float __y);
198 | long double powl(long double __x, long double __y);
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Utils/ReadWriteLock.swift:21:5: error: cannot find 'objc_sync_enter' in scope
19 | ///Emoji read/write locking because it is too good to pass up
20 | public func 🔒(_ object: AnyObject, closure: () -> Void) {
21 | objc_sync_enter(object)
| `- error: cannot find 'objc_sync_enter' in scope
22 | closure()
23 | objc_sync_exit(object)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Utils/ReadWriteLock.swift:23:5: error: cannot find 'objc_sync_exit' in scope
21 | objc_sync_enter(object)
22 | closure()
23 | objc_sync_exit(object)
| `- error: cannot find 'objc_sync_exit' in scope
24 | }
25 |
[379/1300] Compiling Swiftest TransformKeyPathToFunctionOperator.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Operators/ArithmeticOperators/ExponentiationOperator.swift:24:12: error: no exact matches in call to global function 'pow'
22 | public func ** (lhs: Float, rhs: Float) -> Float {
23 | // http://nshipster.com/swift-operators/
24 | return pow(lhs, rhs)
| |- error: no exact matches in call to global function 'pow'
| |- note: candidate has partially matching parameter list (CGFloat, CGFloat)
| `- note: candidate has partially matching parameter list (Decimal, Int)
25 | }
26 |
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/include/math.h:196:8: note: candidate has partially matching parameter list (Double, Double)
194 | long double hypotl(long double __x, long double __y);
195 |
196 | double pow(double __x, double __y);
| `- note: candidate has partially matching parameter list (Double, Double)
197 | float powf(float __x, float __y);
198 | long double powl(long double __x, long double __y);
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Operators/ArithmeticOperators/ExponentiationOperator.swift:24:12: error: no 'pow' candidates produce the expected contextual result type 'Float'
22 | public func ** (lhs: Float, rhs: Float) -> Float {
23 | // http://nshipster.com/swift-operators/
24 | return pow(lhs, rhs)
| `- error: no 'pow' candidates produce the expected contextual result type 'Float'
25 | }
26 |
Foundation.pow:1:13: note: 'pow' produces 'CGFloat', not the expected contextual result type 'Float'
1 | public func pow(_ lhs: CGFloat, _ rhs: CGFloat) -> CGFloat
| `- note: 'pow' produces 'CGFloat', not the expected contextual result type 'Float'
Foundation.pow:1:13: note: 'pow' produces 'Decimal', not the expected contextual result type 'Float'
1 | public func pow(_ x: Decimal, _ y: Int) -> Decimal
| `- note: 'pow' produces 'Decimal', not the expected contextual result type 'Float'
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/include/math.h:196:8: note: 'pow' produces 'Double', not the expected contextual result type 'Float'
194 | long double hypotl(long double __x, long double __y);
195 |
196 | double pow(double __x, double __y);
| `- note: 'pow' produces 'Double', not the expected contextual result type 'Float'
197 | float powf(float __x, float __y);
198 | long double powl(long double __x, long double __y);
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Utils/ReadWriteLock.swift:21:5: error: cannot find 'objc_sync_enter' in scope
19 | ///Emoji read/write locking because it is too good to pass up
20 | public func 🔒(_ object: AnyObject, closure: () -> Void) {
21 | objc_sync_enter(object)
| `- error: cannot find 'objc_sync_enter' in scope
22 | closure()
23 | objc_sync_exit(object)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Utils/ReadWriteLock.swift:23:5: error: cannot find 'objc_sync_exit' in scope
21 | objc_sync_enter(object)
22 | closure()
23 | objc_sync_exit(object)
| `- error: cannot find 'objc_sync_exit' in scope
24 | }
25 |
[380/1300] Compiling Swiftest Pairs.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Operators/ArithmeticOperators/ExponentiationOperator.swift:24:12: error: no exact matches in call to global function 'pow'
22 | public func ** (lhs: Float, rhs: Float) -> Float {
23 | // http://nshipster.com/swift-operators/
24 | return pow(lhs, rhs)
| |- error: no exact matches in call to global function 'pow'
| |- note: candidate has partially matching parameter list (CGFloat, CGFloat)
| `- note: candidate has partially matching parameter list (Decimal, Int)
25 | }
26 |
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/include/math.h:196:8: note: candidate has partially matching parameter list (Double, Double)
194 | long double hypotl(long double __x, long double __y);
195 |
196 | double pow(double __x, double __y);
| `- note: candidate has partially matching parameter list (Double, Double)
197 | float powf(float __x, float __y);
198 | long double powl(long double __x, long double __y);
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Operators/ArithmeticOperators/ExponentiationOperator.swift:24:12: error: no 'pow' candidates produce the expected contextual result type 'Float'
22 | public func ** (lhs: Float, rhs: Float) -> Float {
23 | // http://nshipster.com/swift-operators/
24 | return pow(lhs, rhs)
| `- error: no 'pow' candidates produce the expected contextual result type 'Float'
25 | }
26 |
Foundation.pow:1:13: note: 'pow' produces 'CGFloat', not the expected contextual result type 'Float'
1 | public func pow(_ lhs: CGFloat, _ rhs: CGFloat) -> CGFloat
| `- note: 'pow' produces 'CGFloat', not the expected contextual result type 'Float'
Foundation.pow:1:13: note: 'pow' produces 'Decimal', not the expected contextual result type 'Float'
1 | public func pow(_ x: Decimal, _ y: Int) -> Decimal
| `- note: 'pow' produces 'Decimal', not the expected contextual result type 'Float'
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/include/math.h:196:8: note: 'pow' produces 'Double', not the expected contextual result type 'Float'
194 | long double hypotl(long double __x, long double __y);
195 |
196 | double pow(double __x, double __y);
| `- note: 'pow' produces 'Double', not the expected contextual result type 'Float'
197 | float powf(float __x, float __y);
198 | long double powl(long double __x, long double __y);
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Utils/ReadWriteLock.swift:21:5: error: cannot find 'objc_sync_enter' in scope
19 | ///Emoji read/write locking because it is too good to pass up
20 | public func 🔒(_ object: AnyObject, closure: () -> Void) {
21 | objc_sync_enter(object)
| `- error: cannot find 'objc_sync_enter' in scope
22 | closure()
23 | objc_sync_exit(object)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Utils/ReadWriteLock.swift:23:5: error: cannot find 'objc_sync_exit' in scope
21 | objc_sync_enter(object)
22 | closure()
23 | objc_sync_exit(object)
| `- error: cannot find 'objc_sync_exit' in scope
24 | }
25 |
[381/1300] Compiling Swiftest Typealiases.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Operators/ArithmeticOperators/ExponentiationOperator.swift:24:12: error: no exact matches in call to global function 'pow'
22 | public func ** (lhs: Float, rhs: Float) -> Float {
23 | // http://nshipster.com/swift-operators/
24 | return pow(lhs, rhs)
| |- error: no exact matches in call to global function 'pow'
| |- note: candidate has partially matching parameter list (CGFloat, CGFloat)
| `- note: candidate has partially matching parameter list (Decimal, Int)
25 | }
26 |
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/include/math.h:196:8: note: candidate has partially matching parameter list (Double, Double)
194 | long double hypotl(long double __x, long double __y);
195 |
196 | double pow(double __x, double __y);
| `- note: candidate has partially matching parameter list (Double, Double)
197 | float powf(float __x, float __y);
198 | long double powl(long double __x, long double __y);
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Operators/ArithmeticOperators/ExponentiationOperator.swift:24:12: error: no 'pow' candidates produce the expected contextual result type 'Float'
22 | public func ** (lhs: Float, rhs: Float) -> Float {
23 | // http://nshipster.com/swift-operators/
24 | return pow(lhs, rhs)
| `- error: no 'pow' candidates produce the expected contextual result type 'Float'
25 | }
26 |
Foundation.pow:1:13: note: 'pow' produces 'CGFloat', not the expected contextual result type 'Float'
1 | public func pow(_ lhs: CGFloat, _ rhs: CGFloat) -> CGFloat
| `- note: 'pow' produces 'CGFloat', not the expected contextual result type 'Float'
Foundation.pow:1:13: note: 'pow' produces 'Decimal', not the expected contextual result type 'Float'
1 | public func pow(_ x: Decimal, _ y: Int) -> Decimal
| `- note: 'pow' produces 'Decimal', not the expected contextual result type 'Float'
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/include/math.h:196:8: note: 'pow' produces 'Double', not the expected contextual result type 'Float'
194 | long double hypotl(long double __x, long double __y);
195 |
196 | double pow(double __x, double __y);
| `- note: 'pow' produces 'Double', not the expected contextual result type 'Float'
197 | float powf(float __x, float __y);
198 | long double powl(long double __x, long double __y);
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Utils/ReadWriteLock.swift:21:5: error: cannot find 'objc_sync_enter' in scope
19 | ///Emoji read/write locking because it is too good to pass up
20 | public func 🔒(_ object: AnyObject, closure: () -> Void) {
21 | objc_sync_enter(object)
| `- error: cannot find 'objc_sync_enter' in scope
22 | closure()
23 | objc_sync_exit(object)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Utils/ReadWriteLock.swift:23:5: error: cannot find 'objc_sync_exit' in scope
21 | objc_sync_enter(object)
22 | closure()
23 | objc_sync_exit(object)
| `- error: cannot find 'objc_sync_exit' in scope
24 | }
25 |
[382/1300] Compiling Swiftest DebugUtils.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Operators/ArithmeticOperators/ExponentiationOperator.swift:24:12: error: no exact matches in call to global function 'pow'
22 | public func ** (lhs: Float, rhs: Float) -> Float {
23 | // http://nshipster.com/swift-operators/
24 | return pow(lhs, rhs)
| |- error: no exact matches in call to global function 'pow'
| |- note: candidate has partially matching parameter list (CGFloat, CGFloat)
| `- note: candidate has partially matching parameter list (Decimal, Int)
25 | }
26 |
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/include/math.h:196:8: note: candidate has partially matching parameter list (Double, Double)
194 | long double hypotl(long double __x, long double __y);
195 |
196 | double pow(double __x, double __y);
| `- note: candidate has partially matching parameter list (Double, Double)
197 | float powf(float __x, float __y);
198 | long double powl(long double __x, long double __y);
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Operators/ArithmeticOperators/ExponentiationOperator.swift:24:12: error: no 'pow' candidates produce the expected contextual result type 'Float'
22 | public func ** (lhs: Float, rhs: Float) -> Float {
23 | // http://nshipster.com/swift-operators/
24 | return pow(lhs, rhs)
| `- error: no 'pow' candidates produce the expected contextual result type 'Float'
25 | }
26 |
Foundation.pow:1:13: note: 'pow' produces 'CGFloat', not the expected contextual result type 'Float'
1 | public func pow(_ lhs: CGFloat, _ rhs: CGFloat) -> CGFloat
| `- note: 'pow' produces 'CGFloat', not the expected contextual result type 'Float'
Foundation.pow:1:13: note: 'pow' produces 'Decimal', not the expected contextual result type 'Float'
1 | public func pow(_ x: Decimal, _ y: Int) -> Decimal
| `- note: 'pow' produces 'Decimal', not the expected contextual result type 'Float'
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/include/math.h:196:8: note: 'pow' produces 'Double', not the expected contextual result type 'Float'
194 | long double hypotl(long double __x, long double __y);
195 |
196 | double pow(double __x, double __y);
| `- note: 'pow' produces 'Double', not the expected contextual result type 'Float'
197 | float powf(float __x, float __y);
198 | long double powl(long double __x, long double __y);
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Utils/ReadWriteLock.swift:21:5: error: cannot find 'objc_sync_enter' in scope
19 | ///Emoji read/write locking because it is too good to pass up
20 | public func 🔒(_ object: AnyObject, closure: () -> Void) {
21 | objc_sync_enter(object)
| `- error: cannot find 'objc_sync_enter' in scope
22 | closure()
23 | objc_sync_exit(object)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Utils/ReadWriteLock.swift:23:5: error: cannot find 'objc_sync_exit' in scope
21 | objc_sync_enter(object)
22 | closure()
23 | objc_sync_exit(object)
| `- error: cannot find 'objc_sync_exit' in scope
24 | }
25 |
[383/1300] Compiling Swiftest GlobalFunctions.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Operators/ArithmeticOperators/ExponentiationOperator.swift:24:12: error: no exact matches in call to global function 'pow'
22 | public func ** (lhs: Float, rhs: Float) -> Float {
23 | // http://nshipster.com/swift-operators/
24 | return pow(lhs, rhs)
| |- error: no exact matches in call to global function 'pow'
| |- note: candidate has partially matching parameter list (CGFloat, CGFloat)
| `- note: candidate has partially matching parameter list (Decimal, Int)
25 | }
26 |
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/include/math.h:196:8: note: candidate has partially matching parameter list (Double, Double)
194 | long double hypotl(long double __x, long double __y);
195 |
196 | double pow(double __x, double __y);
| `- note: candidate has partially matching parameter list (Double, Double)
197 | float powf(float __x, float __y);
198 | long double powl(long double __x, long double __y);
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Operators/ArithmeticOperators/ExponentiationOperator.swift:24:12: error: no 'pow' candidates produce the expected contextual result type 'Float'
22 | public func ** (lhs: Float, rhs: Float) -> Float {
23 | // http://nshipster.com/swift-operators/
24 | return pow(lhs, rhs)
| `- error: no 'pow' candidates produce the expected contextual result type 'Float'
25 | }
26 |
Foundation.pow:1:13: note: 'pow' produces 'CGFloat', not the expected contextual result type 'Float'
1 | public func pow(_ lhs: CGFloat, _ rhs: CGFloat) -> CGFloat
| `- note: 'pow' produces 'CGFloat', not the expected contextual result type 'Float'
Foundation.pow:1:13: note: 'pow' produces 'Decimal', not the expected contextual result type 'Float'
1 | public func pow(_ x: Decimal, _ y: Int) -> Decimal
| `- note: 'pow' produces 'Decimal', not the expected contextual result type 'Float'
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/include/math.h:196:8: note: 'pow' produces 'Double', not the expected contextual result type 'Float'
194 | long double hypotl(long double __x, long double __y);
195 |
196 | double pow(double __x, double __y);
| `- note: 'pow' produces 'Double', not the expected contextual result type 'Float'
197 | float powf(float __x, float __y);
198 | long double powl(long double __x, long double __y);
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Utils/ReadWriteLock.swift:21:5: error: cannot find 'objc_sync_enter' in scope
19 | ///Emoji read/write locking because it is too good to pass up
20 | public func 🔒(_ object: AnyObject, closure: () -> Void) {
21 | objc_sync_enter(object)
| `- error: cannot find 'objc_sync_enter' in scope
22 | closure()
23 | objc_sync_exit(object)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Utils/ReadWriteLock.swift:23:5: error: cannot find 'objc_sync_exit' in scope
21 | objc_sync_enter(object)
22 | closure()
23 | objc_sync_exit(object)
| `- error: cannot find 'objc_sync_exit' in scope
24 | }
25 |
[384/1300] Compiling Swiftest Logger.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Operators/ArithmeticOperators/ExponentiationOperator.swift:24:12: error: no exact matches in call to global function 'pow'
22 | public func ** (lhs: Float, rhs: Float) -> Float {
23 | // http://nshipster.com/swift-operators/
24 | return pow(lhs, rhs)
| |- error: no exact matches in call to global function 'pow'
| |- note: candidate has partially matching parameter list (CGFloat, CGFloat)
| `- note: candidate has partially matching parameter list (Decimal, Int)
25 | }
26 |
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/include/math.h:196:8: note: candidate has partially matching parameter list (Double, Double)
194 | long double hypotl(long double __x, long double __y);
195 |
196 | double pow(double __x, double __y);
| `- note: candidate has partially matching parameter list (Double, Double)
197 | float powf(float __x, float __y);
198 | long double powl(long double __x, long double __y);
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Operators/ArithmeticOperators/ExponentiationOperator.swift:24:12: error: no 'pow' candidates produce the expected contextual result type 'Float'
22 | public func ** (lhs: Float, rhs: Float) -> Float {
23 | // http://nshipster.com/swift-operators/
24 | return pow(lhs, rhs)
| `- error: no 'pow' candidates produce the expected contextual result type 'Float'
25 | }
26 |
Foundation.pow:1:13: note: 'pow' produces 'CGFloat', not the expected contextual result type 'Float'
1 | public func pow(_ lhs: CGFloat, _ rhs: CGFloat) -> CGFloat
| `- note: 'pow' produces 'CGFloat', not the expected contextual result type 'Float'
Foundation.pow:1:13: note: 'pow' produces 'Decimal', not the expected contextual result type 'Float'
1 | public func pow(_ x: Decimal, _ y: Int) -> Decimal
| `- note: 'pow' produces 'Decimal', not the expected contextual result type 'Float'
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/include/math.h:196:8: note: 'pow' produces 'Double', not the expected contextual result type 'Float'
194 | long double hypotl(long double __x, long double __y);
195 |
196 | double pow(double __x, double __y);
| `- note: 'pow' produces 'Double', not the expected contextual result type 'Float'
197 | float powf(float __x, float __y);
198 | long double powl(long double __x, long double __y);
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Utils/ReadWriteLock.swift:21:5: error: cannot find 'objc_sync_enter' in scope
19 | ///Emoji read/write locking because it is too good to pass up
20 | public func 🔒(_ object: AnyObject, closure: () -> Void) {
21 | objc_sync_enter(object)
| `- error: cannot find 'objc_sync_enter' in scope
22 | closure()
23 | objc_sync_exit(object)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Utils/ReadWriteLock.swift:23:5: error: cannot find 'objc_sync_exit' in scope
21 | objc_sync_enter(object)
22 | closure()
23 | objc_sync_exit(object)
| `- error: cannot find 'objc_sync_exit' in scope
24 | }
25 |
[385/1300] Compiling Swiftest ReadWriteLock.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Operators/ArithmeticOperators/ExponentiationOperator.swift:24:12: error: no exact matches in call to global function 'pow'
22 | public func ** (lhs: Float, rhs: Float) -> Float {
23 | // http://nshipster.com/swift-operators/
24 | return pow(lhs, rhs)
| |- error: no exact matches in call to global function 'pow'
| |- note: candidate has partially matching parameter list (CGFloat, CGFloat)
| `- note: candidate has partially matching parameter list (Decimal, Int)
25 | }
26 |
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/include/math.h:196:8: note: candidate has partially matching parameter list (Double, Double)
194 | long double hypotl(long double __x, long double __y);
195 |
196 | double pow(double __x, double __y);
| `- note: candidate has partially matching parameter list (Double, Double)
197 | float powf(float __x, float __y);
198 | long double powl(long double __x, long double __y);
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Operators/ArithmeticOperators/ExponentiationOperator.swift:24:12: error: no 'pow' candidates produce the expected contextual result type 'Float'
22 | public func ** (lhs: Float, rhs: Float) -> Float {
23 | // http://nshipster.com/swift-operators/
24 | return pow(lhs, rhs)
| `- error: no 'pow' candidates produce the expected contextual result type 'Float'
25 | }
26 |
Foundation.pow:1:13: note: 'pow' produces 'CGFloat', not the expected contextual result type 'Float'
1 | public func pow(_ lhs: CGFloat, _ rhs: CGFloat) -> CGFloat
| `- note: 'pow' produces 'CGFloat', not the expected contextual result type 'Float'
Foundation.pow:1:13: note: 'pow' produces 'Decimal', not the expected contextual result type 'Float'
1 | public func pow(_ x: Decimal, _ y: Int) -> Decimal
| `- note: 'pow' produces 'Decimal', not the expected contextual result type 'Float'
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/include/math.h:196:8: note: 'pow' produces 'Double', not the expected contextual result type 'Float'
194 | long double hypotl(long double __x, long double __y);
195 |
196 | double pow(double __x, double __y);
| `- note: 'pow' produces 'Double', not the expected contextual result type 'Float'
197 | float powf(float __x, float __y);
198 | long double powl(long double __x, long double __y);
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Utils/ReadWriteLock.swift:21:5: error: cannot find 'objc_sync_enter' in scope
19 | ///Emoji read/write locking because it is too good to pass up
20 | public func 🔒(_ object: AnyObject, closure: () -> Void) {
21 | objc_sync_enter(object)
| `- error: cannot find 'objc_sync_enter' in scope
22 | closure()
23 | objc_sync_exit(object)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Utils/ReadWriteLock.swift:23:5: error: cannot find 'objc_sync_exit' in scope
21 | objc_sync_enter(object)
22 | closure()
23 | objc_sync_exit(object)
| `- error: cannot find 'objc_sync_exit' in scope
24 | }
25 |
[386/1300] Compiling Swiftest StringUtils.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Operators/ArithmeticOperators/ExponentiationOperator.swift:24:12: error: no exact matches in call to global function 'pow'
22 | public func ** (lhs: Float, rhs: Float) -> Float {
23 | // http://nshipster.com/swift-operators/
24 | return pow(lhs, rhs)
| |- error: no exact matches in call to global function 'pow'
| |- note: candidate has partially matching parameter list (CGFloat, CGFloat)
| `- note: candidate has partially matching parameter list (Decimal, Int)
25 | }
26 |
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/include/math.h:196:8: note: candidate has partially matching parameter list (Double, Double)
194 | long double hypotl(long double __x, long double __y);
195 |
196 | double pow(double __x, double __y);
| `- note: candidate has partially matching parameter list (Double, Double)
197 | float powf(float __x, float __y);
198 | long double powl(long double __x, long double __y);
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Operators/ArithmeticOperators/ExponentiationOperator.swift:24:12: error: no 'pow' candidates produce the expected contextual result type 'Float'
22 | public func ** (lhs: Float, rhs: Float) -> Float {
23 | // http://nshipster.com/swift-operators/
24 | return pow(lhs, rhs)
| `- error: no 'pow' candidates produce the expected contextual result type 'Float'
25 | }
26 |
Foundation.pow:1:13: note: 'pow' produces 'CGFloat', not the expected contextual result type 'Float'
1 | public func pow(_ lhs: CGFloat, _ rhs: CGFloat) -> CGFloat
| `- note: 'pow' produces 'CGFloat', not the expected contextual result type 'Float'
Foundation.pow:1:13: note: 'pow' produces 'Decimal', not the expected contextual result type 'Float'
1 | public func pow(_ x: Decimal, _ y: Int) -> Decimal
| `- note: 'pow' produces 'Decimal', not the expected contextual result type 'Float'
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/include/math.h:196:8: note: 'pow' produces 'Double', not the expected contextual result type 'Float'
194 | long double hypotl(long double __x, long double __y);
195 |
196 | double pow(double __x, double __y);
| `- note: 'pow' produces 'Double', not the expected contextual result type 'Float'
197 | float powf(float __x, float __y);
198 | long double powl(long double __x, long double __y);
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Utils/ReadWriteLock.swift:21:5: error: cannot find 'objc_sync_enter' in scope
19 | ///Emoji read/write locking because it is too good to pass up
20 | public func 🔒(_ object: AnyObject, closure: () -> Void) {
21 | objc_sync_enter(object)
| `- error: cannot find 'objc_sync_enter' in scope
22 | closure()
23 | objc_sync_exit(object)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Utils/ReadWriteLock.swift:23:5: error: cannot find 'objc_sync_exit' in scope
21 | objc_sync_enter(object)
22 | closure()
23 | objc_sync_exit(object)
| `- error: cannot find 'objc_sync_exit' in scope
24 | }
25 |
[387/1300] Compiling Swiftest ThreadingUtils.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Operators/ArithmeticOperators/ExponentiationOperator.swift:24:12: error: no exact matches in call to global function 'pow'
22 | public func ** (lhs: Float, rhs: Float) -> Float {
23 | // http://nshipster.com/swift-operators/
24 | return pow(lhs, rhs)
| |- error: no exact matches in call to global function 'pow'
| |- note: candidate has partially matching parameter list (CGFloat, CGFloat)
| `- note: candidate has partially matching parameter list (Decimal, Int)
25 | }
26 |
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/include/math.h:196:8: note: candidate has partially matching parameter list (Double, Double)
194 | long double hypotl(long double __x, long double __y);
195 |
196 | double pow(double __x, double __y);
| `- note: candidate has partially matching parameter list (Double, Double)
197 | float powf(float __x, float __y);
198 | long double powl(long double __x, long double __y);
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Operators/ArithmeticOperators/ExponentiationOperator.swift:24:12: error: no 'pow' candidates produce the expected contextual result type 'Float'
22 | public func ** (lhs: Float, rhs: Float) -> Float {
23 | // http://nshipster.com/swift-operators/
24 | return pow(lhs, rhs)
| `- error: no 'pow' candidates produce the expected contextual result type 'Float'
25 | }
26 |
Foundation.pow:1:13: note: 'pow' produces 'CGFloat', not the expected contextual result type 'Float'
1 | public func pow(_ lhs: CGFloat, _ rhs: CGFloat) -> CGFloat
| `- note: 'pow' produces 'CGFloat', not the expected contextual result type 'Float'
Foundation.pow:1:13: note: 'pow' produces 'Decimal', not the expected contextual result type 'Float'
1 | public func pow(_ x: Decimal, _ y: Int) -> Decimal
| `- note: 'pow' produces 'Decimal', not the expected contextual result type 'Float'
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/include/math.h:196:8: note: 'pow' produces 'Double', not the expected contextual result type 'Float'
194 | long double hypotl(long double __x, long double __y);
195 |
196 | double pow(double __x, double __y);
| `- note: 'pow' produces 'Double', not the expected contextual result type 'Float'
197 | float powf(float __x, float __y);
198 | long double powl(long double __x, long double __y);
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Utils/ReadWriteLock.swift:21:5: error: cannot find 'objc_sync_enter' in scope
19 | ///Emoji read/write locking because it is too good to pass up
20 | public func 🔒(_ object: AnyObject, closure: () -> Void) {
21 | objc_sync_enter(object)
| `- error: cannot find 'objc_sync_enter' in scope
22 | closure()
23 | objc_sync_exit(object)
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Utils/ReadWriteLock.swift:23:5: error: cannot find 'objc_sync_exit' in scope
21 | objc_sync_enter(object)
22 | closure()
23 | objc_sync_exit(object)
| `- error: cannot find 'objc_sync_exit' in scope
24 | }
25 |
[389/1376] Compiling HashTreeCollections TreeSet+Hashable.swift
[390/1376] Compiling HashTreeCollections TreeSet+Sendable.swift
[391/1376] Compiling HashTreeCollections TreeSet+Sequence.swift
[392/1376] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[393/1376] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[394/1376] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[395/1376] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[396/1376] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[397/1376] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[398/1376] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[399/1386] Compiling HashTreeCollections TreeDictionary.swift
[400/1386] Compiling HashTreeCollections TreeSet+Codable.swift
[401/1386] Compiling HashTreeCollections TreeSet+Collection.swift
[402/1386] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[403/1386] Compiling HashTreeCollections TreeSet+Debugging.swift
[404/1386] Compiling HashTreeCollections TreeSet+Descriptions.swift
[405/1386] Compiling HashTreeCollections TreeSet+Equatable.swift
[406/1386] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[407/1386] Compiling HashTreeCollections TreeSet+Extras.swift
[408/1386] Compiling HashTreeCollections TreeSet+Filter.swift
[409/1386] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[410/1386] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[411/1386] Compiling HashTreeCollections TreeDictionary+Filter.swift
[412/1386] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[413/1386] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[414/1386] Compiling HashTreeCollections TreeDictionary+Keys.swift
[415/1386] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[416/1386] Compiling HashTreeCollections TreeDictionary+Merge.swift
[417/1386] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[418/1386] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[419/1386] Compiling HashTreeCollections TreeDictionary+Values.swift
[420/1386] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[421/1386] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[422/1386] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[423/1386] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[424/1386] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[425/1386] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[426/1386] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[427/1386] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[428/1386] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[429/1386] Compiling HashTreeCollections TreeSet.swift
[430/1386] Compiling HashTreeCollections _HashTreeIterator.swift
[431/1386] Compiling HashTreeCollections _HashTreeStatistics.swift
[432/1386] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[433/1386] Compiling HashTreeCollections _RawHashNode.swift
[434/1386] Compiling HashTreeCollections _UnmanagedHashNode.swift
[435/1386] Compiling HashTreeCollections _UnsafePath.swift
[436/1386] Compiling HashTreeCollections TreeDictionary+Codable.swift
[437/1386] Compiling HashTreeCollections TreeDictionary+Collection.swift
[438/1386] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[439/1386] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[440/1386] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[441/1386] Compiling HashTreeCollections _AncestorHashSlots.swift
[442/1386] Compiling HashTreeCollections _Bitmap.swift
[443/1386] Compiling HashTreeCollections _Bucket.swift
[444/1386] Compiling HashTreeCollections _Hash.swift
[445/1386] Compiling HashTreeCollections _HashLevel.swift
[446/1386] Compiling HashTreeCollections _HashNode+Builder.swift
[447/1386] Compiling HashTreeCollections _HashNode+Debugging.swift
[448/1386] Compiling HashTreeCollections _HashNode+Initializers.swift
[449/1386] Compiling HashTreeCollections _HashNode+Invariants.swift
[450/1386] Compiling HashTreeCollections _HashNode+Lookups.swift
[451/1386] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[452/1386] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[453/1386] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[454/1386] Compiling HashTreeCollections _HashNode+Structural union.swift
[455/1386] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[456/1386] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[457/1386] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[458/1386] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[459/1386] Compiling HashTreeCollections _HashNode.swift
[460/1386] Compiling HashTreeCollections _HashNodeHeader.swift
[461/1386] Compiling HashTreeCollections _HashSlot.swift
[462/1386] Compiling HashTreeCollections _HashStack.swift
[463/1386] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[464/1386] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[465/1386] Compiling HashTreeCollections _HashNode+Storage.swift
[466/1386] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[467/1386] Compiling HashTreeCollections _HashNode+Structural filter.swift
[468/1386] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[469/1386] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[470/1386] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[471/1386] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[472/1386] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[473/1386] Compiling HashTreeCollections _HashNode+Structural merge.swift
[474/1386] Emitting module HashTreeCollections
BUILD FAILURE 6.2 android